
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.landing-shell {
    position: relative;
    background:
        linear-gradient(90deg, rgba(72, 187, 120, 0.08) 0, rgba(72, 187, 120, 0.08) 1px, transparent 1px, transparent calc(100% - 1px), rgba(72, 187, 120, 0.08) calc(100% - 1px), rgba(72, 187, 120, 0.08) 100%),
        linear-gradient(180deg, rgba(72, 187, 120, 0.12) 0, rgba(72, 187, 120, 0.12) 1px, transparent 1px, transparent 100%);
    background-attachment: fixed;
}

.landing-shell::before {
    content: "";
    position: fixed;
    top: 0;
    left: 32px;
    right: 32px;
    height: 1px;
    background: linear-gradient(90deg, rgba(72, 187, 120, 0) 0%, rgba(72, 187, 120, 0.35) 18%, rgba(72, 187, 120, 0.18) 82%, rgba(72, 187, 120, 0) 100%);
    pointer-events: none;
    z-index: 1035;
}

.hero-section,
.hex-silhouette-section,
.team,
.about-editorial,
.school-history-page,
.school-detail-page,
.bg-breadcrumb,
.footer {
    box-shadow:
        inset 1px 0 0 rgba(72, 187, 120, 0.12),
        inset -1px 0 0 rgba(72, 187, 120, 0.12),
        inset 0 1px 0 rgba(72, 187, 120, 0.12);
}

@media (max-width: 767.98px) {
    .landing-shell {
        background:
            linear-gradient(90deg, rgba(72, 187, 120, 0.06) 0, rgba(72, 187, 120, 0.06) 1px, transparent 1px, transparent calc(100% - 1px), rgba(72, 187, 120, 0.06) calc(100% - 1px), rgba(72, 187, 120, 0.06) 100%),
            linear-gradient(180deg, rgba(72, 187, 120, 0.08) 0, rgba(72, 187, 120, 0.08) 1px, transparent 1px, transparent 100%);
    }

    .landing-shell::before {
        left: 16px;
        right: 16px;
    }

    .hero-section,
    .hex-silhouette-section,
    .team,
    .about-editorial,
    .school-history-page,
    .school-detail-page,
    .bg-breadcrumb,
    .footer {
        box-shadow:
            inset 1px 0 0 rgba(72, 187, 120, 0.08),
            inset -1px 0 0 rgba(72, 187, 120, 0.08),
            inset 0 1px 0 rgba(72, 187, 120, 0.08);
    }
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
        margin-left: auto;
        width: auto;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb-about {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/About_us.webp);
}

.bg-breadcrumb-about .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 32px;
    text-align: left;
    max-width: 900px;
}

@media (max-width: 991.98px) {
    .bg-breadcrumb-about .page-title-corner {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 30px 16px;
        text-align: center;
    }
}

.bg-breadcrumb-curricula {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/curricula.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-curricula .page-title-container {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: auto;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    z-index: 2;
    padding: 32px 24px 24px;
}

.bg-breadcrumb-curricula .page-title-container .breadcrumb {
    justify-content: flex-end;
}

.bg-breadcrumb-campus-detail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-campus-detail .page-title-container {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    width: auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
    padding: 32px 24px 24px;
}

.bg-breadcrumb-campus-detail .page-title-container .breadcrumb {
    justify-content: flex-start;
}

.bg-breadcrumb-school-history {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/School_history.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-school-history .page-title-container {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    width: auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
    padding: 32px 24px 24px;
}

.bg-breadcrumb-school-history .page-title-container .breadcrumb {
    justify-content: flex-start;
}

.bg-breadcrumb-school-leadership {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/School_leadership.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-school-leadership .page-title-container {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    width: auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
    padding: 32px 24px 24px;
}

.bg-breadcrumb-school-leadership .page-title-container .breadcrumb {
    justify-content: flex-start;
}

.bg-breadcrumb-why-choose {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/why_choose.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-why-choose .page-title-container {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    width: auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
    padding: 32px 24px 24px;
}

.bg-breadcrumb-why-choose .page-title-container .breadcrumb {
    justify-content: flex-start;
}

.bg-breadcrumb-gallery {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(1, 95, 201, 0.9)), url(../img/background/Gallery.webp);
}

.bg-breadcrumb-gallery {
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-gallery .page-title-corner {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 2;
    padding: 32px 12px 36px 32px;
    text-align: right;
    max-width: 900px;
}

@media (max-width: 991.98px) {
    .bg-breadcrumb-gallery .page-title-corner {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 30px 16px;
        text-align: center;
    }
}

.bg-breadcrumb-important-dates {
    background-image: linear-gradient(180deg, rgba(1, 95, 201, 0.05) 0%, rgba(1, 95, 201, 0.78) 100%, rgba(0, 0, 0, 0.22) 100%), url(../img/background/Important.webp);
    min-height: 400px;
    position: relative;
}

.bg-breadcrumb-important-dates .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-events {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/background/event.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-events .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-events .breadcrumb {
    justify-content: flex-start;
    color: #ffffff !important;
}

.bg-breadcrumb-career {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/background/career.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-career .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-career .breadcrumb {
    justify-content: flex-start;
    color: #ffffff !important;
}

.bg-breadcrumb-achievement {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/background/achievement.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-achievement .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-achievement .breadcrumb {
    justify-content: flex-start;
    color: #ffffff !important;
}

.bg-breadcrumb-admission {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/background/admission.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-admission .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-admission .breadcrumb {
    justify-content: flex-start;
    color: #ffffff !important;
}

.bg-breadcrumb-testimonials {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/background/testimonial.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-testimonials .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-testimonials .breadcrumb {
    justify-content: flex-start;
    color: #ffffff !important;
}

.bg-breadcrumb-achievement .page-title-corner {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-achievement .breadcrumb {
    justify-content: flex-start;
    color: #ffffff !important;
}

/* Ensure breadcrumb text is readable on dark important-dates background */
.bg-breadcrumb-important-dates .breadcrumb .breadcrumb-item a,
.bg-breadcrumb-important-dates .breadcrumb .breadcrumb-item {
    color: #ffffff !important;
}
.bg-breadcrumb-important-dates .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .bg-breadcrumb-important-dates .page-title-corner {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 30px 16px;
        text-align: center;
    }
}

.bg-breadcrumb-highlights {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/highlight.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-breadcrumb-highlights .page-title-container {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumb-highlights .breadcrumb {
    justify-content: flex-start !important;
    color: #ffffff !important;
}

.bg-breadcrumb-highlights .breadcrumb .breadcrumb-item a,
.bg-breadcrumb-highlights .breadcrumb .breadcrumb-item {
    color: #ffffff !important;
}

.bg-breadcrumb-highlights .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .bg-breadcrumb-highlights .page-title-container {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 30px 16px;
        text-align: left;
    }
}
.bg-breadcrumb-announcement {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(1, 95, 201, 0.9) 100%), url(../img/background/announcement.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-breadcrumb-announcement .page-title-container {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px 32px 36px 12px;
    text-align: left;
    max-width: 900px;
}

.bg-breadcrumbannouncements .breadcrumb {
    justify-content: flex-start !important;
    color: #ffffff !important;
}

.bg-breadcrumb-announcement .breadcrumb .breadcrumb-item a,
.bg-breadcrumb-announcement .breadcrumb .breadcrumb-item {
    color: #ffffff !important;
}

.bg-breadcrumb-announcement .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .bg-breadcrumb-announcement .page-title-container {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 30px 16px;
        text-align: left;
    }
}

.bg-breadcrumb-cis-number {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/resource/DSC00314.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb-cis-number .page-title-container {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    text-align: left;
    z-index: 2;
    padding: 32px 24px 24px;
}

.bg-breadcrumb-cis-number .breadcrumb {
    justify-content: flex-start !important;
}

@media (max-width: 991.98px) {
    .bg-breadcrumb-cis-number .page-title-container {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        padding: 30px 16px;
    }
}

.bg-breadcrumb-cis-icon {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 60%, rgba(1, 95, 201, 0.92) 100%), url(../img/resource/IMG_9438.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a,
.bg-breadcrumb .breadcrumb .breadcrumb-item {
    color: #ffffff !important;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a:hover,
.bg-breadcrumb .breadcrumb .breadcrumb-item.active,
.bg-breadcrumb .breadcrumb .breadcrumb-item.active.text-primary {
    color: #ffffff !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-white);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(135deg, #3a5db0 0%, #2f4fa2 42%, #1e2f7a 100%);
}

.landing-spinner {
    width: 3rem;
    height: 3rem;
}

.front-brand-logo {
    max-height: 54px;
    width: auto;
}

.footer-tagline {
    line-height: 1.4;
}

.footer-campus-address,
.footer-campus-address * {
    color: #fff !important;
    opacity: 0.88;
}

.school-tour-modal .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #081420;
}

.school-tour-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(8, 20, 32, 0.92));
}

.school-tour-modal .modal-title,
.school-tour-modal .btn-close {
    color: #fff;
}

.school-tour-modal .btn-close {
    filter: invert(1) grayscale(1);
}

.school-tour-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.school-tour-frame iframe,
.school-tour-frame .school-tour-frame__empty {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.school-tour-frame__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    padding: 2rem;
}

.page-title-container {
    max-width: 900px;
}

.bg-breadcrumb-dynamic {
    position: relative;
    overflow: hidden;
}

.bg-breadcrumb-dynamic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(1, 95, 201, 0.82), rgba(0, 0, 0, 0.38));
    z-index: 0;
}

.breadcrumb-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.bg-breadcrumb-dynamic > .container {
    position: relative;
    z-index: 1;
}

.section-heading-narrow {
    max-width: 800px;
}

.section-heading-wide {
    max-width: 820px;
}

.content-heading-narrow {
    max-width: 760px;
}

.cis-icon-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cis-icon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.cis-icon-card-media {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.06) 25%, transparent 25%) -16px 0/32px 32px,
        linear-gradient(225deg, rgba(15, 23, 42, 0.06) 25%, transparent 25%) -16px 0/32px 32px,
        linear-gradient(315deg, rgba(15, 23, 42, 0.06) 25%, transparent 25%) 0 0/32px 32px,
        linear-gradient(45deg, rgba(15, 23, 42, 0.06) 25%, transparent 25%) 0 0/32px 32px,
        linear-gradient(135deg, #eff4ff 0%, #dbe8ff 100%);
}

.cis-icon-preview-shell {
    width: 100%;
    min-height: 180px;
    border-radius: 20px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 42%),
        radial-gradient(circle at bottom right, rgba(148, 163, 184, 0.18), transparent 38%),
        linear-gradient(135deg, #10213f 0%, #1f418f 55%, #3f67c4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cis-icon-card-media img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(15, 23, 42, 0.2));
}

.cis-icon-card-body {
    padding: 1.5rem;
    text-align: center;
}

.cis-icon-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 1.1rem;
    border-radius: 999px;
    background: #f3f7ff;
    color: #1f418f;
    font-weight: 700;
    transition: all 0.2s ease;
}

.cis-icon-download:hover {
    background: #1f418f;
    color: #fff;
}

.why-choose-panel {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.why-choose-main {
    background: linear-gradient(135deg, #2b4ea1 0%, #1f418f 100%);
    color: #fff;
}

.why-choose-main *,
.why-choose-main .why-choose-copy,
.why-choose-main .why-choose-copy * {
    color: #fff !important;
}

.why-choose-copy,
.why-choose-copy * {
    color: #5a6474;
}

.why-choose-highlight {
    border-radius: 22px;
    padding: 1.5rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(43, 78, 161, 0.08);
}

.why-choose-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.why-choose-checklist {
    display: grid;
    gap: 1rem;
}

.why-choose-checklist .item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(43, 78, 161, 0.06);
}

.why-choose-checklist .icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2b4ea1;
    color: #fff;
    flex-shrink: 0;
}

.testimonial-list-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.testimonial-list-card .team-title {
    background: linear-gradient(135deg, #2b4ea1 0%, #1f418f 100%);
}

.testimonial-list-card .team-title,
.testimonial-list-card .team-title * {
    color: #fff;
}

.testimonial-list-parent {
    color: #ffd36a !important;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.35;
}

.testimonial-list-meta {
    color: rgba(255, 255, 255, 0.82) !important;
}

.testimonial-list-content {
    color: rgba(255, 255, 255, 0.94) !important;
}

.testimonial-list-card .team-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7faff;
}

.testimonial-list-image {
    height: 260px;
    object-fit: contain;
}

.cis-number-hero-card {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, #2b4ea1 0%, #1f418f 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.cis-number-hero-card,
.cis-number-hero-card * {
    color: #fff;
}

.cis-number-grid-card {
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cis-number-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.cis-number-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #2b4ea1;
    color: #fff;
    font-size: 1.7rem;
}

.cis-number-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.cis-number-copy,
.cis-number-copy * {
    color: #5a6474;
}

.cis-number-big {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.cis-number-grid-value {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    color: #1f418f;
}

.landing-card-image {
    height: 260px;
    object-fit: cover;
}

.gallery-category-image {
    height: 280px;
    object-fit: cover;
}

.gallery-detail-image {
    height: 240px;
    object-fit: cover;
}

.gallery-card-image-link {
    position: relative;
    overflow: hidden;
}

.gallery-card-image-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.gallery-card-image-link:hover::after {
    height: 100%;
}

.detail-hero-image {
    max-height: 460px;
    object-fit: cover;
}

.school-map-frame {
    border: 0;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

.partner-showcase {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.partner-showcase-panel {
    position: relative;
    padding: 2rem;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .04) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
}

.partner-showcase-panel::before {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 225, 255, .2) 0%, rgba(11, 225, 255, 0) 70%);
    pointer-events: none;
}

.partner-kicker {
    display: inline-flex;
    align-items: center;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.partner-heading h3 {
    font-size: clamp(1.75rem, 2vw, 2.5rem);
    line-height: 1.15;
}

.partner-heading h5::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin-top: .75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #f2b544 0%, #d98a0a 100%);
}

.partner-heading.text-center h5::after {
    margin-left: auto;
    margin-right: auto;
}

.partner-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 118px;
    padding: 1.25rem 1.5rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(15, 36, 79, .06);
    box-shadow: 0 18px 42px rgba(7, 23, 53, .14);
    transition: transform .25s ease, box-shadow .25s ease;
}

.partner-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(7, 23, 53, .18);
}

.partner-logo-card img {
    max-width: 100%;
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: saturate(.95);
}

.footer .partner-logo-card {
    margin-right: 0 !important;
}

@media (max-width: 991.98px) {
    .partner-showcase-panel {
        padding: 1.5rem;
    }
}
/*** Footer End ***/


/*** Landing Custom Start ***/
.hex-silhouette-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(1, 95, 201, 0.08) 0%, rgba(1, 95, 201, 0) 30%),
        radial-gradient(circle at bottom right, rgba(11, 225, 255, 0.08) 0%, rgba(11, 225, 255, 0) 32%),
        #f8fbff;
}

.hex-silhouette-section::before,
.hex-silhouette-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.4;
}

.hex-silhouette-section::before {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='226' viewBox='0 0 260 226'%3E%3Cg fill='none' stroke='%23015FC9' stroke-width='2'%3E%3Cpath d='M65 3h130l62 110-62 110H65L3 113z' opacity='.12'/%3E%3Cpath d='M98 58h64l31 55-31 55H98l-31-55z' opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 260px 226px;
    background-position: -30px 40px, calc(100% + 40px) 260px;
    background-repeat: repeat;
}

.hex-silhouette-section::after {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='156' viewBox='0 0 180 156'%3E%3Cpath fill='none' stroke='%230BE1FF' stroke-width='1.5' d='M45 2h90l43 76-43 76H45L2 78z' opacity='.18'/%3E%3C/svg%3E");
    background-size: 180px 156px;
    background-position: 120px 160px, calc(100% - 120px) 60px;
    background-repeat: repeat;
}

.hex-silhouette-section .container {
    position: relative;
    z-index: 1;
}

.hero-section {
    position: relative;
    background:
        linear-gradient(120deg, #1f418f 0%, #2b4ea1 52%, rgba(49, 82, 165, 0.92) 100%);
    overflow: hidden;
}

.hero-background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 65, 143, 0.95) 0%, rgba(43, 78, 161, 0.84) 42%, rgba(49, 82, 165, 0.6) 68%, rgba(49, 82, 165, 0.34) 100%);
    z-index: 1;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(18, 35, 79, 0.22) 0%, rgba(18, 35, 79, 0.05) 45%, rgba(18, 35, 79, 0.22) 100%);
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-tagline-content,
.hero-tagline-content * {
    color: #fff !important;
}

.about-school-content,
.about-school-content * {
    color: #fff !important;
}

.testimonial-card .team-title {
    background: linear-gradient(135deg, #2b4ea1 0%, #1f418f 100%);
}

.testimonial-parent {
    color: #ffd36a !important;
    font-weight: 700;
}

.testimonial-meta {
    color: rgba(255, 255, 255, 0.88) !important;
}

.testimonial-content {
    color: #fff !important;
}

.testimonial-link {
    color: #ffd36a;
    font-weight: 700;
    text-decoration: none;
}

.testimonial-link:hover,
.testimonial-link:focus {
    color: #fff3c2;
}

.testimonial-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.testimonial-carousel .owl-item {
    display: flex;
    height: auto;
}

.testimonial-slide {
    width: 100%;
    padding: 0.75rem 0.2rem;
}

.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 1.75rem;
    box-shadow: 0 24px 50px rgba(17, 33, 72, 0.14);
}

.testimonial-card .team-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    background: #f7faff;
}

.testimonial-card .team-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-card .team-title {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.testimonial-card--feature {
    transform: translateY(18px);
}

.testimonial-card--feature .team-img {
    height: 280px;
}

.testimonial-card--feature .team-title {
    background: linear-gradient(145deg, #193887 0%, #0f255d 100%);
}

.testimonial-card--quote .team-title {
    background: linear-gradient(145deg, #2b4ea1 0%, #1f418f 100%);
}

.testimonial-card--quote::before {
    content: "\201C";
    position: absolute;
    top: 205px;
    right: 1.4rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.18);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}

.testimonial-card--compact .team-img {
    height: 190px;
}

.testimonial-card--compact .team-title {
    background: linear-gradient(145deg, #355aaa 0%, #27468d 100%);
}

.testimonial-carousel .owl-dots {
    margin-top: 1.25rem;
    text-align: center;
}

.testimonial-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(31, 65, 143, 0.22);
    display: block;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.testimonial-carousel .owl-dot.active span {
    width: 34px;
    background: #1f418f;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.testimonial-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    border: 0 !important;
    background: #fff !important;
    color: #1f418f !important;
    box-shadow: 0 10px 24px rgba(17, 33, 72, 0.12);
}

.testimonial-carousel .owl-nav button:hover {
    background: #1f418f !important;
    color: #fff !important;
}

.cis-story-card {
    position: relative;
    min-height: 540px;
    border-radius: 1.5rem;
    overflow: hidden;
    background: linear-gradient(160deg, #17357c 0%, #274ca0 100%);
    box-shadow: 0 28px 60px rgba(20, 42, 95, 0.22);
}

.cis-story-track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 540px;
}

.cis-story-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.cis-story-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.cis-story-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cis-story-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 17, 43, 0.2) 0%, rgba(8, 17, 43, 0.1) 22%, rgba(8, 17, 43, 0.82) 100%);
}

.cis-story-progress {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 3;
    display: flex;
    gap: 0.45rem;
}

.cis-story-progress-item {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.cis-story-progress-bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    transition: width linear;
}

.cis-story-progress-bar.is-current {
    transition-duration: 4500ms;
}

.cis-story-content {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    padding: 1.5rem;
}

.cis-story-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.cis-story-content h2,
.cis-story-content p,
.cis-story-content small {
    color: #fff !important;
}

.cis-story-content .btn {
    color: #111 !important;
}

.cis-story-content h2 {
    font-size: clamp(1.75rem, 2.5vw, 2.6rem);
    line-height: 1.08;
}

.cis-story-nav {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
}

.cis-story-hit {
    flex: 1;
    border: 0;
    background: transparent;
}

.cis-story-empty {
    position: relative;
    z-index: 2;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: #fff;
}

.campus-showcase-card {
    background: #fff;
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.campus-showcase-media {
    position: relative;
}

.campus-showcase-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.campus-showcase-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--bs-primary);
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 12px 32px rgba(18, 36, 61, 0.12);
}

.campus-showcase-content {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.campus-showcase-title {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.campus-showcase-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.campus-showcase-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.campus-showcase-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 95, 201, 0.08);
    color: var(--bs-primary);
    flex-shrink: 0;
}

.campus-showcase-info-label {
    display: block;
    font-size: 0.8rem;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.15rem;
}

.campus-showcase-info-value {
    color: #5a6473;
    margin-bottom: 0;
    line-height: 1.5;
}

.campus-showcase-info-value.is-code {
    font-weight: 700;
    color: var(--bs-dark);
}

.campus-showcase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.campus-showcase-actions .btn {
    flex: 1 1 0;
    min-width: 140px;
}

.about-editorial {
    background:
        radial-gradient(circle at top left, rgba(1, 95, 201, 0.06) 0%, rgba(1, 95, 201, 0) 26%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.about-editorial-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(1, 95, 201, 0.08);
    color: var(--bs-primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-editorial-nav {
    position: sticky;
    top: 110px;
    padding: 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 36, 61, 0.08);
}

.about-editorial-nav h2 {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.about-editorial-links {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.about-editorial-links a,
.about-editorial-links span {
    color: #5a6473;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.about-editorial-links a:hover {
    color: var(--bs-primary);
    transform: translateX(4px);
}

.about-hero-panel,
.about-editorial-block {
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.08);
}

.about-hero-panel {
    margin-bottom: 2rem;
}

.about-hero-copy,
.about-editorial-body {
    height: 100%;
    padding: 2.4rem;
}

.about-hero-copy h1 {
    line-height: 1.08;
}

.about-editorial-copy,
.about-editorial-copy * {
    color: #5a6473;
}

.about-hero-media,
.about-editorial-media {
    position: relative;
    min-height: 100%;
    background: linear-gradient(145deg, #e7f0ff 0%, #dce8ff 100%);
}

.about-hero-media img,
.about-editorial-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-media {
    min-height: 520px;
}

.about-editorial-media {
    min-height: 420px;
}

.about-hero-placeholder,
.about-editorial-placeholder {
    min-height: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: var(--bs-primary);
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 700;
    text-align: center;
}

.about-editorial-stack {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-editorial-index {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(1, 95, 201, 0.25);
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1;
}

.school-history-page {
    background:
        radial-gradient(circle at top right, rgba(1, 95, 201, 0.06) 0%, rgba(1, 95, 201, 0) 24%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.school-detail-page {
    background:
        radial-gradient(circle at top left, rgba(1, 95, 201, 0.07) 0%, rgba(1, 95, 201, 0) 24%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.school-detail-hero,
.school-detail-panel,
.school-team-card,
.school-facility-card,
.school-map-card {
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.08);
    overflow: hidden;
}

.school-detail-copy,
.school-detail-panel {
    padding: 2.4rem;
}

.school-detail-kicker,
.school-detail-eyebrow,
.school-detail-count {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.school-detail-kicker,
.school-detail-eyebrow {
    padding: 0.5rem 0.95rem;
    background: rgba(1, 95, 201, 0.08);
    color: var(--bs-primary);
}

.school-detail-count {
    padding: 0.75rem 1rem;
    background: rgba(22, 54, 125, 0.08);
    color: #16367d;
}

.school-detail-subject {
    font-size: 1.1rem;
    color: #5a6473;
}

.school-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    color: #5a6473;
}

.school-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.school-detail-media,
.school-detail-principal-media {
    position: relative;
    min-height: 100%;
    background: linear-gradient(145deg, #e7f0ff 0%, #dce8ff 100%);
}

.school-detail-media {
    min-height: 520px;
}

.school-detail-principal-media {
    min-height: 440px;
    overflow: hidden;
}

.school-detail-media img,
.school-faculty-card__media img,
.school-team-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(145deg, #e7f0ff 0%, #dce8ff 100%);
}

.school-detail-principal-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.school-detail-principal-media:hover img {
    transform: scale(1.08);
}

.school-detail-placeholder {
    min-height: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: var(--bs-primary);
    font-size: clamp(1.4rem, 2vw, 2.1rem);
    font-weight: 700;
    text-align: center;
}

.school-detail-panel--accent {
    background: linear-gradient(135deg, #16367d 0%, #25489a 100%);
    color: #fff;
}

.school-detail-panel--accent .school-detail-eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.school-detail-facts {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.school-detail-facts li {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.school-detail-facts li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.school-detail-facts span {
    opacity: 0.72;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.school-detail-richtext,
.school-detail-richtext * ,
.school-team-card__content,
.school-team-card__content *,
.school-facility-card__content,
.school-facility-card__content * {
    color: #5a6473;
}

.school-detail-principal-name {
    color: var(--bs-primary);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.school-team-card__media {
    height: 300px;
    background: linear-gradient(145deg, #eff5ff 0%, #dce8ff 100%);
}

.school-team-card__body,
.school-facility-card__body {
    padding: 1.5rem;
}

.school-team-card__content p:last-child,
.school-facility-card__content p:last-child,
.school-detail-richtext p:last-child {
    margin-bottom: 0;
}

.school-facility-card__media {
    height: 220px;
    background: linear-gradient(145deg, #eff5ff 0%, #dce8ff 100%);
}

.school-facility-card__body h3 {
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}

.school-map-card {
    min-height: 420px;
    background: linear-gradient(145deg, #eff5ff 0%, #dce8ff 100%);
}

.school-map-card iframe {
    display: block;
    min-height: 420px;
}

.school-map-card__fallback {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.school-history-hero {
    padding: 2rem;
    border-radius: 32px;
    background: linear-gradient(135deg, #16367d 0%, #25489a 100%);
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.16);
}

.school-history-copy,
.school-history-aside {
    height: 100%;
    border-radius: 24px;
    padding: 2rem;
}

.school-history-copy {
    background: rgba(255, 255, 255, 0.08);
}

.school-history-aside {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.school-history-kicker,
.school-history-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.school-history-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.school-history-eyebrow {
    background: rgba(255, 255, 255, 0.18);
    color: #d8e6ff;
    margin-bottom: 1rem;
}

.school-history-copy h1,
.school-history-intro,
.school-history-quote {
    color: #fff;
}

.school-history-intro {
    font-size: 1.08rem;
    line-height: 1.8;
    opacity: 0.94;
}

.school-history-quote {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.7;
}

.school-history-nav {
    position: sticky;
    top: 110px;
    padding: 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 36, 61, 0.08);
}

.school-history-nav h2 {
    font-size: clamp(1.7rem, 2vw, 2.3rem);
}

.school-history-nav p {
    color: #5a6473;
    line-height: 1.8;
}

.school-history-article {
    padding: 2.4rem;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.08);
}

.school-history-richtext,
.school-history-richtext * {
    color: #4f5a6b;
}

.school-history-richtext h1,
.school-history-richtext h2,
.school-history-richtext h3,
.school-history-richtext h4,
.school-history-richtext h5,
.school-history-richtext h6 {
    color: #16243d;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.school-history-richtext h1:first-child,
.school-history-richtext h2:first-child,
.school-history-richtext h3:first-child {
    margin-top: 0;
}

.school-history-richtext p {
    line-height: 1.9;
    margin-bottom: 1.2rem;
}

.school-history-richtext ul,
.school-history-richtext ol {
    margin: 1.5rem 0;
    padding-left: 0;
    list-style: none;
}

.school-history-richtext li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.school-history-richtext ul li::before,
.school-history-richtext ol li::before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bs-primary);
    box-shadow: 0 0 0 6px rgba(1, 95, 201, 0.12);
}

.school-history-richtext blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--bs-primary);
    border-radius: 0 16px 16px 0;
    background: rgba(1, 95, 201, 0.05);
}

.foundation-structure-section {
    padding-top: 1rem;
}

.foundation-structure-kicker {
    background: rgba(1, 95, 201, 0.08);
    color: var(--bs-primary);
}

.foundation-structure-desc {
    max-width: 680px;
    color: #5a6473;
    line-height: 1.8;
}

.foundation-structure-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.foundation-structure-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(18, 36, 61, 0.12);
}

.foundation-structure-photo {
    height: 280px;
    background: linear-gradient(145deg, #eff5ff 0%, #dce8ff 100%);
    overflow: hidden;
}

.foundation-structure-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform-origin: center top;
    transition: transform 0.45s ease;
}

.foundation-structure-card:hover .foundation-structure-photo img {
    transform: scale(1.06);
}

.foundation-structure-body {
    padding: 1.4rem;
    text-align: center;
}

.foundation-structure-body h3 {
    margin-bottom: 0.8rem;
    color: #16243d;
    font-size: 1.15rem;
    line-height: 1.35;
}

.foundation-structure-organization {
    margin-bottom: 0.4rem;
    color: #5a6473;
    font-weight: 600;
    line-height: 1.5;
}

.foundation-structure-position {
    margin-bottom: 0;
    color: var(--bs-primary);
    font-weight: 800;
    line-height: 1.45;
}

.important-dates-page {
    background:
        radial-gradient(circle at top left, rgba(1, 95, 201, 0.06) 0%, rgba(1, 95, 201, 0) 24%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.important-dates-shell,
.important-dates-calendar-card,
.important-dates-side-card {
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(18, 36, 61, 0.08);
}

.important-dates-shell,
.important-dates-calendar-card,
.important-dates-side-card {
    padding: 2rem;
}

.important-dates-kicker,
.important-dates-label {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.important-dates-kicker {
    background: rgba(1, 95, 201, 0.08);
    color: var(--bs-primary);
}

.important-dates-label {
    background: rgba(22, 54, 125, 0.08);
    color: #16367d;
}

.important-dates-intro,
.important-dates-side-subtitle,
.important-dates-event-meta,
.important-dates-event-desc {
    color: #5a6473;
}

.important-dates-campus-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.important-dates-campus-pill {
    border: 1px solid rgba(1, 95, 201, 0.12);
    border-radius: 999px;
    padding: 0.8rem 1.1rem;
    background: #fff;
    color: #35507e;
    font-weight: 700;
    transition: all 0.2s ease;
}

.important-dates-campus-pill.is-active,
.important-dates-campus-pill:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.important-dates-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.important-dates-weekdays,
.important-dates-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.35rem;
}

.important-dates-weekdays {
    margin-bottom: 0.5rem;
}

.important-dates-weekday {
    text-align: center;
    color: #7a8698;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.important-dates-weekday.is-red-date {
    color: #dc2626;
}

.important-dates-cell {
    min-height: 70px;
    padding: 0.55rem;
    border: 1px solid #e7eef8;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    transition: all 0.2s ease;
}

.important-dates-cell:hover {
    border-color: rgba(1, 95, 201, 0.25);
    box-shadow: 0 8px 18px rgba(18, 36, 61, 0.08);
    transform: translateY(-1px);
}

.important-dates-cell.is-muted {
    background: #f8fbff;
    color: #a0abbc;
}

.important-dates-cell.is-empty {
    pointer-events: none;
    visibility: hidden;
}

.important-dates-cell.is-selected {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(1, 95, 201, 0.12);
}

.important-dates-cell.is-red-date {
    border-color: #fecaca;
    background: #fff5f5;
}

.important-dates-cell.is-red-date .important-dates-cell-date {
    color: #dc2626;
}

.important-dates-cell.has-event {
    background: linear-gradient(180deg, rgba(1, 95, 201, 0.04) 0%, #ffffff 100%);
}

.important-dates-cell.is-red-date.has-event {
    background: linear-gradient(180deg, rgba(220, 38, 38, 0.08) 0%, #ffffff 100%);
}

.important-dates-cell-date {
    display: inline-flex;
    margin-bottom: 0.25rem;
    color: #16367d;
    font-size: 0.82rem;
    font-weight: 800;
}

.important-dates-cell-content {
    display: flex;
    align-items: center;
    min-height: 0.55rem;
}

.important-dates-cell-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--bs-primary);
    display: inline-block;
}

.important-dates-cell-dot.is-holiday {
    background: #dc2626;
}

.important-dates-side-head {
    margin-bottom: 0.75rem;
}

.important-dates-event-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.important-dates-event-item {
    padding: 1.1rem 1.15rem;
    border: 1px solid #e7eef8;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.important-dates-event-item h4 {
    margin: 0.6rem 0 0.45rem;
    font-size: 1.05rem;
    line-height: 1.4;
}

.important-dates-event-date {
    display: inline-flex;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: rgba(72, 187, 120, 0.12);
    color: #24704a;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.important-dates-event-meta {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.important-dates-event-desc {
    margin-bottom: 0;
    line-height: 1.7;
}

.important-dates-empty {
    padding: 1.1rem 1.15rem;
    border: 1px dashed #d4dfef;
    border-radius: 22px;
    color: #7a8698;
    background: #fbfdff;
}

@media (max-width: 991.98px) {
    .testimonial-card--feature {
        transform: none;
    }

    .testimonial-card--feature .team-img,
    .testimonial-card .team-img,
    .testimonial-card--compact .team-img {
        height: 220px;
    }

    .testimonial-card--quote::before {
        top: 188px;
    }

    .cis-story-card,
    .cis-story-track,
    .cis-story-empty {
        min-height: 460px;
    }

    .about-editorial-nav {
        position: static;
    }

    .school-history-nav {
        position: static;
    }

    .school-history-hero,
    .school-history-copy,
    .school-history-aside,
    .school-history-article {
        padding: 1.5rem;
    }

    .about-hero-media {
        min-height: 320px;
    }

    .about-editorial-media {
        min-height: 260px;
    }

    .about-hero-copy,
    .about-editorial-body,
    .campus-showcase-content,
    .partner-showcase-panel,
    .school-detail-copy,
    .school-detail-panel,
    .school-team-card__body,
    .school-facility-card__body {
        padding: 1.5rem;
    }

    .school-detail-media {
        min-height: 320px;
    }

    .school-detail-principal-media,
    .school-team-card__media {
        min-height: 260px;
        height: 260px;
    }

    .important-dates-shell,
    .important-dates-calendar-card,
    .important-dates-side-card {
        padding: 1.5rem;
    }

    .important-dates-campus-filter {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .important-dates-calendar-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .important-dates-weekdays,
    .important-dates-grid {
        gap: 0.3rem;
    }

    .important-dates-cell {
        min-height: 62px;
        padding: 0.45rem;
        border-radius: 10px;
    }
}

@media (max-width: 767.98px) {
    .important-dates-weekdays,
    .important-dates-grid {
        grid-template-columns: repeat(7, minmax(44px, 1fr));
        overflow-x: auto;
    }

    .important-dates-cell {
        min-width: 44px;
        min-height: 56px;
        padding: 0.4rem;
    }
}
/*** Landing Custom End ***/


/*** copyright Start ***/
.copyright {
    background: linear-gradient(135deg, #2b4792 0%, #1e2f7a 100%);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/
