.school-theme-body {
    background: #fff;
}

.school-site-header {
    z-index: 99;
}

.school-text-logo a {
    min-height: 78px;
}

.school-text-logo img {
    max-height: 48px;
    width: auto;
}

.language-switcher {
    display: inline-flex;
    gap: 8px;
    margin-left: 18px;
    flex-shrink: 0;
}

.language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}

.language-switcher a.is-active {
    background: #f15a29;
    border-color: #f15a29;
}

.school-site-header .dlab-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.school-site-header .dlab-topbar-right ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    margin: 0;
}

.school-site-header .dlab-topbar-left ul,
.school-site-header .dlab-topbar-right ul li,
.school-site-header .dlab-topbar-left ul li {
    white-space: nowrap;
}

.school-hero {
    position: relative;
    padding: 220px 0 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.school-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 20, 37, 0.72) 0%, rgba(13, 20, 37, 0.5) 50%, rgba(13, 20, 37, 0.78) 100%);
}

.school-hero-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    color: #fff;
}

.school-hero-eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #ffb822;
    color: #ffb822;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.school-hero-title {
    margin-bottom: 22px;
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.18;
}

.school-hero-text {
    max-width: 680px;
    margin: 0 auto 24px;
    font-size: 17px;
    line-height: 1.6;
}

.school-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.school-hero-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
}

.school-home-page .about-area-one .icon-bx-wraper {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.school-home-page .about-area-one .icon-bx-wraper:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.school-gallery-list img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.school-about-visual {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px;
    padding: 34px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
}

.school-about-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.9) 0%, rgba(73, 84, 117, 0.82) 100%);
}

.school-about-visual > * {
    position: relative;
    z-index: 1;
}

.school-about-visual-main {
    min-height: 430px;
    justify-content: space-between;
    background-image: linear-gradient(135deg, #17213d 0%, #3b4665 100%);
}

.school-about-visual-logo {
    width: 220px;
    max-width: 100%;
    filter: brightness(0) invert(1);
}

.school-about-visual-text {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.school-about-visual-secondary {
    min-height: 210px;
    background-image: linear-gradient(135deg, #3fc1b0 0%, #218a86 100%);
}

.school-about-label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.school-about-visual-secondary h3 {
    margin: 0;
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 34px;
    line-height: 1.25;
}

.school-newsletter-strip .input-group {
    gap: 12px;
}

.school-newsletter-strip .form-control {
    min-height: 54px;
    border: 0;
}

.school-newsletter-strip .site-button-secondry {
    min-height: 54px;
}

.school-page-intro {
    padding-top: 190px;
    min-height: 58vh;
}

.school-page-intro .section-head {
    max-width: 760px;
    margin: 0 auto 40px;
}

.footer-note {
    text-transform: none;
}

@media (max-width: 991.98px) {
    .school-site-header .dlab-topbar-right {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .school-site-header .dlab-topbar-right ul {
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .school-hero {
        padding: 180px 0 110px;
    }

    .school-page-intro {
        padding-top: 160px;
    }
}

@media (max-width: 767.98px) {
    .school-site-header .dlab-topbar-right ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .language-switcher {
        margin-left: 0;
    }

    .school-text-logo a {
        min-height: 64px;
    }

    .school-text-logo img {
        max-height: 40px;
    }

    .school-hero-title {
        font-size: 36px;
    }

    .school-hero-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .school-gallery-list img {
        height: 220px;
    }

    .school-about-visual-main {
        min-height: 340px;
    }

    .school-about-visual-text {
        font-size: 18px;
    }

    .school-about-visual-secondary h3 {
        font-size: 28px;
    }
}
