/* ========================================
   INTERNSHIP AT THE DSB
   ======================================== */

/* ── Intro Section ─────────────────────── */
.internship-intro-section {
    background: #f5f5f5;
}

.internship-intro-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

.internship-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.internship-intro-text {
    padding: 60px 70px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    line-height: 1.9;
}

.internship-intro-text p {
    margin-bottom: 20px;
}

.internship-intro-text p:last-child {
    margin-bottom: 0;
}

/* ── Content Sections ──────────────────── */
.internship-content-section {
    padding: 0;
}

.internship-section-light {
    background: #f8f8f8;
}

.internship-section-white {
    background: #fff;
}

.internship-section-image {
    width: 100%;
    height: 100%;
    min-height: 480px;
    overflow: hidden;
}

.internship-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.internship-section-content {
    padding: 70px 80px;
}

.internship-section-title {
    font-size: 36px;
    font-weight: 900;
    color: #2C2C2C;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.internship-section-text {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    line-height: 1.9;
}

.internship-section-text p {
    margin-bottom: 16px;
}

.internship-section-text p:last-child {
    margin-bottom: 0;
}

/* ── Reviews Section ───────────────────── */
.internship-reviews-section {
    padding: 100px 0;
    background: #fff;
}

.internship-reviews-main-title {
    font-size: 36px;
    font-weight: 900;
    color: #2C2C2C;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.review-body {
    font-size: 15px;
    color: #444;
    line-height: 1.85;
}

.review-body h4 {
    font-size: 16px;
    font-weight: 800;
    color: #2C2C2C;
    margin-top: 28px;
    margin-bottom: 10px;
}

.review-body p {
    margin-bottom: 14px;
}

/* year badge inside tab button */
.profile-tabs .nav-link .reviewer-year {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    opacity: 1;
    margin-top: 0;
}

/* ========================================
   RESPONSIVE - TABLET
   ======================================== */
@media (max-width: 991px) {
    .internship-intro-text {
        padding: 50px 50px;
    }

    .internship-section-content {
        padding: 60px 50px;
    }

    .internship-section-title {
        font-size: 30px;
    }

    .internship-reviews-main-title {
        font-size: 28px;
    }
}

/* ========================================
   RESPONSIVE - MOBILE
   ======================================== */
@media (max-width: 767px) {
    .internship-intro-image {
        min-height: 280px;
    }

    .internship-intro-text {
        padding: 40px 25px;
    }

    .internship-section-image {
        min-height: 260px;
    }

    .internship-section-content {
        padding: 40px 25px;
    }

    .internship-section-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .internship-reviews-section {
        padding: 60px 0;
    }

    .internship-reviews-main-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .internship-intro-text {
        padding: 30px 20px;
    }

    .internship-section-content {
        padding: 30px 20px;
    }

    .internship-section-title {
        font-size: 22px;
    }
}
