.career-custom-1 {
    position: relative; overflow: hidden;
}

.career-custom-2 {
    background-size: cover; background-position: center; padding: 110px 0; position: relative;
}

.career-custom-3 {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;
}

.career-custom-4 {
    position: relative; z-index: 2; text-align: left;
}

.career-custom-5 {
    color: #fff; font-weight: bold;
}

.career-custom-6 {
    color: #fff;
}

.career-custom-7 {
    border-radius: 10px;margin-top: 3px;
}

.career-custom-8 {
    margin-top: 0px;
}

.career-custom-9 {
    margin-top: 15px;
}

/* ═══════════════════════════════════════
   MOBILE & TABLET RESPONSIVENESS OVERRIDES
   ═══════════════════════════════════════ */

/* Tablets & Mobiles (< 991px) */
@media (max-width: 991px) {
    .career-custom-6 {
        font-size: 1.5rem !important;
    }
}

/* Mobile Screens (< 767px) */
@media (max-width: 767px) {
    /* Reset banner text container margin & padding */
    .banner-text {
        margin-left: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center !important;
    }

    .career-custom-6 {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
        background: none !important;
        -webkit-background-clip: initial !important;
        background-clip: initial !important;
        -webkit-text-fill-color: initial !important;
        color: #ffffff !important;
        display: block !important;
    }

    .career-custom-5 {
        font-size: 2.2rem !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    /* About Section Image Height Override */
    .career-custom-7 {
        height: auto !important;
        max-height: 320px !important;
        width: 100% !important;
        margin-top: 15px !important;
        object-fit: cover !important;
    }
    
    .career-custom-8 {
        margin-top: 25px !important;
    }
    
    .career-custom-9 {
        margin-top: 15px !important;
    }
    
    .about-two__list {
        margin-top: 15px !important;
    }

    .about-two {
        padding: 40px 0 !important;
    }
    
    .about-two__link {
        text-align: center !important;
        margin-top: 25px !important;
    }

    #readMoreBtn,
    #readLessBtn {
        display: block;
        margin: 20px auto 0 auto !important;
        width: fit-content !important;
    }
}

/* Small Mobile Screens (< 575px) */
@media (max-width: 575px) {
    /* Page Header Banner subtitle font-size */
    .career-custom-6 {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
        white-space: normal !important;
    }
}
