/* About Us page — extracted from AboutUs.aspx inline <style>. Scoped under .page-about-us. */

.page-about-us .about-cta-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.page-about-us .about-cta-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-about-us .about-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-about-us .about-cta-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page-about-us .about-cta-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 auto;
}

.page-about-us .about-cta-text {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
}

.page-about-us .about-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.page-about-us .about-cta-outlined {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-family: var(--default-font);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-about-us .about-cta-outlined:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 575px) {
    .page-about-us .about-cta-section {
        padding: 80px 0;
    }

    .page-about-us .about-cta-buttons {
        flex-direction: column;
    }

    .page-about-us .about-cta-buttons .about-cta-outlined,
    .page-about-us .about-cta-buttons .btn-default {
        width: 100%;
        text-align: center;
    }

}

/* About Us hero typography — mirrors Home hero */
.page-about-us .aboutus-hero .hero-subtitle {
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--main-color) !important;
    margin-bottom: 30px;
}

.page-about-us .aboutus-hero .hero-supporting-text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3;
    max-width: 620px;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .page-about-us .aboutus-hero .hero-supporting-text {
        font-size: 15px;
        padding: 0 10px;
    }

    .page-about-us .aboutus-hero .hero-subtitle {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

/* =============================================
   Mobile hero banner — overlay text on image with gradient scrim (≤991.98px)
   ============================================= */
@media (max-width: 991.98px) {
    .page-about-us .sisf-banner {
        margin-top: 0 !important;
        position: relative;
        overflow: hidden;
    }
    .page-about-us .sisf-banner .banner-img { position: relative; }
    .page-about-us .sisf-banner .banner-img > div { display: none !important; }
    .page-about-us .sisf-banner .banner-img figure { margin: 0; }
    .page-about-us .sisf-banner .banner-img img {
        width: 100%;
        height: 620px;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .page-about-us .sisf-banner .banner-img::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.85) 100%);
        pointer-events: none;
        z-index: 1;
    }
    .page-about-us .sisf-banner .sisf-page-title {
        position: absolute !important;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 24px 20px 36px;
        background: transparent;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        z-index: 2;
    }
    .page-about-us .sisf-banner .sisf-page-title h1,
    .page-about-us .sisf-banner .sisf-page-title .sisf-m-title,
    .page-about-us .sisf-banner .sisf-page-title .entry-title {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 14px !important;
        color: #fff !important;
    }
    .page-about-us .sisf-banner .sisf-page-title .hero-subtitle {
        font-size: 15px !important;
        line-height: 1.4 !important;
        letter-spacing: 1px !important;
        margin-bottom: 14px !important;
    }
    .page-about-us .sisf-banner .sisf-page-title .hero-supporting-text {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        max-width: 100% !important;
    }
    .page-about-us .sisf-banner .sisf-page-title .btn-default {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 480px) {
    .page-about-us .sisf-banner .banner-img img { height: 580px; }
    .page-about-us .sisf-banner .sisf-page-title h1,
    .page-about-us .sisf-banner .sisf-page-title .sisf-m-title,
    .page-about-us .sisf-banner .sisf-page-title .entry-title { font-size: 28px !important; }
    .page-about-us .sisf-banner .sisf-page-title .hero-subtitle { font-size: 14px !important; }
    .page-about-us .sisf-banner .sisf-page-title .hero-supporting-text { font-size: 13.5px !important; }
}
