﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

.vs-header__logo a img {
    width: 80px;
    height: auto;
    padding: 4px;
}


.vs-footer__logo-link img {
    width: 100px;
    height: auto;
}


.copy-right {
    margin-bottom: 0px;
    color: #fff;
    font-family: "Playfair Display", serif;
}


    .copy-right a {
        color: #ffbf00;
        font-weight: 500;
    }



.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}

    .contact-item .icon {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 18px;
        margin-right: 15px;
        transition: all 0.3s ease;
        flex: none;
    }

    .contact-item:hover .icon {
        background: #fff;
        color: #0b1033;
    }

    .contact-item .text p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        font-family: "Playfair Display", serif;
    }

.vs-feature__icon svg {
    background-color: #fff;
    border-radius: 50%;
    padding: 18px;
}



.ASLC-counter-section {
    /* background: #fff; */
    padding: 60px 0px 60px;
    text-align: center;
}

.counter-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 150px;
    width: 100%;
}

.counter-box {
    text-align: center;
    /* color: #fff; */
}

    .counter-box h2 {
        font-size: 60px;
        font-weight: 600;
        display: inline-block;
        margin: 0;
        color: #ffffff;
    }

    .counter-box .plus {
        font-size: 75px;
        font-weight: 200;
        color: #ffffff;
        margin-left: 4px;
        vertical-align: top;
    }

    .counter-box p {
        margin-top: 0px;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Playfair Display", serif;
    }

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 17px;
    bottom: 36px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 62px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}



@media (min-width: 1200px) and (max-width: 1399.8px) {
    .vs-hero--style2 .vs-hero__content {
        padding: 122px 0px 122px 40px;
    }
}


@media (max-width: 767px) {
    .vs-hero--style2 .vs-hero__title--main {
        font-size: 42px;
    }

    .counter-row {
        gap: 30px;
    }

    .counter-box .plus {
        vertical-align: initial;
    }

    .ASLC-counter-section {
        padding: 40px 0;
    }

    .space, .space-top {
        padding-top: 20px;
    }

    .copy-right {
        text-align: center;
    }
}














/* --------------------------Radial Nav circle -------------------------------- */

.radialNavSvg {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

.radialNavInner {
    display: inline-block;
}

.radialNav {
    transform: rotate(90deg);
    user-select: none;
    width: 612px;
    height: 612px;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid #FFDD00;
    position: relative;
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.2);
}

    .radialNav > ul {
        position: relative;
        width: 600px;
        height: 600px;
        list-style-type: none;
        margin: 0;
        border-radius: 100%;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .radialNav:after {
        content: '';
        position: absolute;
        top: -18px;
        width: 0px;
        height: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 30px solid transparent;
        border-width: 0px 23px 30px;
        border-bottom-color: #06ce6f;
    }

    .radialNav > ul:before {
        position: absolute;
        left: 6px;
        right: 6px;
        top: 6px;
        bottom: 6px;
        border-radius: 100%;
        display: block;
        box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.2);
    }

    .radialNav > ul > li {
        font-size: 25px;
        line-height: 1.1;
        font-weight: 500;
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: -4px;
        margin: 0 auto;
        /*width: 56.5%;*/
        width: 38.0%;
        /* height: calc(48% + 6px); */
        height: calc(48% + 15px);
        background-color: #fff;
        clip-path: url('#radialPath');
        padding: 88px 20px 80px 20px;
        transform-origin: bottom center;
        transition: all 0.5s ease;
        color: #000;
    }

        .radialNav > ul > li:before {
            content: '';
            pointer-events: none;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            width: 200px;
            height: 200px;
            border-radius: 100%;
            background-color: #dddddd;
            transform: translateY(50%);
            transition: all 0.5s ease;
        }

        .radialNav > ul > li:after {
            content: '';
            pointer-events: none;
            position: absolute;
            bottom: 97px;
            width: 0px;
            height: 0px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border: 20px solid transparent;
            border-width: 0px 14px 20px;
            border-bottom-color: #dddddd;
            transition: all 0.5s ease;
        }
        /*.radialNav > ul > li:last-child { padding-top: 40px; }*/
        .radialNav > ul > li .name {
            padding: 0 10px;
            transform: rotate(-90deg);
            transition: all 0.5s ease;
        }

        .radialNav > ul > li .number {
            font-size: 70px;
            line-height: 1.2;
            font-weight: 500;
            color: #CCCCCC;
            opacity: 0.3;
            transform: rotate(-67deg);
            position: absolute;
            right: 8px;
            bottom: 64%;
            transition: all 0.5s ease;
        }

            .radialNav > ul > li .number:before {
                content: '0';
            }

.radialControl {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    border-radius: 100%;
    border: 3px solid #fff;
    text-align: center;
    background: -moz-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: -o-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    padding: 40px 10px 10px;
}

    .radialControl h3 {
        font-size: 27px;
        line-height: 1;
        color: #04A559;
        margin-bottom: 15px;
        letter-spacing: -0.6px;
    }

.radialArrows {
    display: flex;
    justify-content: center;
}

    .radialArrows a {
        font-size: 20px;
        line-height: 23px;
        color: #000;
        font-weight: 500;
        width: 28px;
        height: 28px;
        text-align: center;
        display: inline-block;
        border-radius: 100%;
        border: 2px solid #000;
    }

        .radialArrows a:hover {
            background-color: #000;
            color: #fff;
        }

        .radialArrows a + a {
            margin-left: 9px;
        }

.radialNav > ul > li.active {
    background-color: #06cb6e;
}

    .radialNav > ul > li.active:before {
        background-color: #06ce6f;
        box-shadow: 0px 0px 150px 10px rgba(0,0,0,0.3);
    }

    .radialNav > ul > li.active:after {
        border-bottom-color: #06ce6f;
    }

    .radialNav > ul > li.active .name {
        color: #fff;
    }

    .radialNav > ul > li.active .number {
        color: #fff;
    }

.radialNav > ul > li .radialLink {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 378px;
    height: 310px;
    opacity: 0;
    transform: translate(-55%, -50%) rotate(45deg);
    transform-origin: bottom center;
    cursor: pointer;
}

.radialNavContent {
    position: relative;
}

    .radialNavContent .ourBusinessContent {
        transition: all 0.1s ease;
        opacity: 0;
        visibility: hidden;
    }

        .radialNavContent .ourBusinessContent.active {
            transition: all 0.1s ease 0.1s;
            opacity: 1;
            visibility: visible;
        }

        .radialNavContent .ourBusinessContent:not(.active) {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

.ourValuesmobileSlider {
    display: none;
}

.ourBusinessContent .imgWrap {
    width: 100%;
    max-width: 469px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 31px;
}

.ourBusiness {
    position: relative;
    padding: 80px 0px;
    /*background-color:#008747;*/
}

.ourBusinessBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.parallaxBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ourBusinessBg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #008747;
    opacity: 0.9;
}

.ourBusinessContent h3 {
    font-size: 40px;
    color: #fff;
}

.ourBusinessContent p {
    color: #fff;
    font-size: 17px;
}


.ctaBtn {
    font-size: 18px;
    line-height: 1.33;
    color: #1D4382;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    border-radius: 40px;
    padding: 12px 36px 8px 36px;
    background-color: #fff;
    border: 2px solid #1D4382;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
}


    .ctaBtn.ctaFill.ctaWhite {
        background-color: #fff;
        border-color: #fff;
        color: #04A559;
    }

        .ctaBtn.ctaFill.ctaWhite:hover {
            background-color: #ffc107;
            border-color: #ffc107;
            color: #fff;
        }


@media (max-width: 767px) {
    .radialNavWrap {
        width: 300px;
        height: 300px;
    }

    .radialNav {
        transform: rotate(180deg);
    }

    .radialNavInner {
        transform: scale(0.47);
    }

    .radialNavInner {
        transform-origin: left top;
    }

    .radialNavWrap {
        margin: 0 auto;
    }

    .radialNavContent {
        margin-top: 30px;
    }

    .ourBusinessContent h3 {
        font-size: 28px;
    }

    .radialControl {
        transform: rotate(-180deg);
    }
}


/*------------------------------end nav circle--------------------------------*/

/*---------------------------------video hero--------------------------------*/

.school-hero {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
}

.schoolSwiper,
.schoolSwiper .swiper-wrapper,
.schoolSwiper .swiper-slide {
    height: 100%;
}

.school-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: zoomEffect 8s ease-in-out infinite;
}


.school-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
    z-index: 1;
}

.school-overlay {
    pointer-events: none;
}


.school-center {
    pointer-events: none;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 5;
}

.school-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}


.school-hero .container {
    position: relative;
    z-index: 2;
}


.school-logo img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 15px;
}

.school-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0px;
}


.school-subtitle {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.tab-tittle {
    color: #fff;
    margin-bottom: 10px;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
/*-----------------------------------end---------------------------------------*/


.phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #000;
    font-weight: 500;
}

.phone-icon {
    width: 36px;
    height: 36px;
    background: #fcad00;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}


.phone-btn:hover {
    color: #fff !important;
}



/*---------------------------------------princepal message---------------------------*/

.principal-section {
    z-index: 1;
    margin: 80px 0px 0px;
}

.principal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.principal-content {
    height: 100%;
    padding: 40px 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .principal-content h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
    }

    .principal-content .quote {
        font-style: italic;
        font-size: 15px;
        margin-bottom: 14px;
        /* opacity: 0.9; */
        color: #fff;
    }

    .principal-content p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 7px;
        color: #fff;
        font-family: "Playfair Display", serif;
    }

.principal-name {
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

    .principal-name span {
        display: block;
        font-size: 13px;
        font-weight: 400;
    }

@media (max-width: 991px) {
    .principal-content {
        padding: 40px 20px;
        text-align: center;
    }
}
/*-----------------------------------------end---------------------------------------*/

.about-us {
    position: relative;
    padding: 80px 0px 30px;
}

.top-section {
    position: relative;
    padding: 80px 0px 0px;
}

.vs-feature__icon {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 15px;
}


.bg-color4 .vs-feature__icon i {
    color: #4f830e;
}

.bg-color1 .vs-feature__icon i {
    color: #70167e;
}

.bg-color2 .vs-feature__icon i {
    color: #d18109;
}


.vs-room__icon {
    line-height: 73px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: 0.3s ease;
    border: 2px solid #ffffff2e;
}

    .vs-room__icon i {
        font-size: 26px;
        color: #fff;
        transition: 0.3s ease;
    }

.vs-room:hover .vs-room__icon {
    background: #fff;
}

    .vs-room:hover .vs-room__icon i {
        color: #333;
        transform: scale(1.2);
    }


.Testimonials {
    position: relative;
    padding: 80px 0px;
    margin-bottom: 80px;
}


/*------------------------------------features------------------------------------*/

.school-feature-section {
    position: relative;
    padding: 80px 0;
    margin-top: 40px;
    background-image: url('../img/about/building.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}


    .school-feature-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(32 35 93 / 93%);
        z-index: -1;
    }

.sf-card {
    /* padding: 40px 30px; */
    text-align: center;
    color: #fff;
    height: 100%;
    position: relative;
    transition: 0.4s ease;
}

    .sf-card:nth-child(1) {
        background: #ffffff;
        border: 2px solid #fff;
        border: 2px solid #fff;
        padding: 5px;
    }

.col-lg-3:nth-child(2) .sf-card {
    background: #ffffff;
    border: 2px solid #fff;
    padding: 5px;
}

.col-lg-3:nth-child(3) .sf-card {
    background: #ffffff;
}

.col-lg-3:nth-child(4) .sf-card {
    background: #ffffff;
}


.sf-icon {
    width: 90px;
    height: 90px;
    border: 2px solid #ffffff80;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sf-icon i {
        font-size: 34px;
        color: #fff;
    }

.sf-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.sf-card p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
    color: #fff;
}


.sf-card a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    background: #1b207c;
    padding: 9px 20px;
    border-radius: 50px;
}


    .sf-card a::after {
        content: '';
        width: 100%;
        height: 0px;
        background: #950101;
        position: absolute;
        left: 0;
        /* bottom: -4px; */
    }




/*----------------------------------------end-------------------------------------*/


/*---------------------------------------------news event-------------------------*/
.news-event {
    position: relative;
    padding: 80px 0px 0px;
}

.sd-title {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    color: #3a3a3a;
    padding-bottom: 10px;
    font-family: "Playfair Display", serif;
}

.sd-news-scroll {
    height: 350px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px 0px;
}


.sd-news-track {
    position: absolute;
    width: 100%;
    top: 0;
    animation: sdNewsScroll 20s linear infinite;
}


@keyframes sdNewsScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.sd-news-item {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    background-color: #d9d9d959;
    margin-bottom: 15px;
}

.sd-news-date {
    font-size: 13px;
    color: #888;
}

.sd-news-title {
    font-weight: 600;
    margin: 5px 0;
    color: #014283;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.sd-news-scroll:hover .sd-news-track {
    animation-play-state: paused;
}

.stm-event__date {
    position: relative;
    float: left;
    width: 80px;
    height: 75px;
    padding-top: 18px;
    border: 2px solid #ce373b;
    border-radius: 2px;
    text-align: center;
}

    .stm-event__date:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 13px;
        width: 2px;
        height: 11px;
        border-radius: 2px;
        background: #ce373b;
    }

    .stm-event__date:after {
        content: "";
        position: absolute;
        top: -7px;
        right: 13px;
        width: 2px;
        height: 11px;
        border-radius: 2px;
        background: #ce373b;
    }

.stm-event__date-day {
    margin-bottom: 4px;
    font-size: 31px;
    color: #1a2d59;
    line-height: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.stm-event__date-month {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
}

.stm-event__left {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.stm-event__content p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 400;
}

.stm-event_view_grid {
    background: #d9d9d959;
    padding: 15px 15px 13px 15px;
    margin-bottom: 30px;
    /* border: 1px solid #d9d9d9; */
    transition: all 0.3s linear;
}

.stm-event__title {
    font-size: 20px;
}

.sd-calendar {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.sd-date-box {
    border: 2px solid #e63946;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.sd-scroll-box {
    height: 130px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.sd-scroll-wrapper {
    position: relative;
    height: 350px;
    overflow: hidden;
}


.sd-scroll-text {
    position: absolute;
    width: 100%;
    top: 0;
    animation: sdScrollUp 15s linear infinite;
}

@keyframes sdScrollUp {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}
/*------------------------------------------end-----------------------------------*/


.will-sticky .sticky-active .custom-logo {
    display: block;
}


.carousel,
.carousel-inner,
.carousel-item {
    /* height: 100vh; */
}


    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .carousel,
    .carousel-inner,
    .carousel-item {
        /* height: 80vh; */
    }
}

@media (max-width: 767px) {
    .school-title {
        font-size: 28px;
    }

    .sd-news-scroll {
        margin-bottom: 20px;
    }

    .vs-header {
        /* top: 5px; */
    }

    .school-logo img {
        width: 100px;
        height: 100px;
    }

    .tab-tittle {
        font-size: 16px;
    }

    .about-us {
        padding: 40px 0px 0px;
    }
}

@media (max-width:991px) {

    .vs-header {
        /* top: 15px; */
    }
}

.sd-news-date i {
    color: #bb0000;
    font-size: 14px;
    margin-right: 5px;
}


/*---------------------------------------------------school facilty-------------------------------*/
.sd-facility-section {
    padding: 80px 0px 60px;
    background: #fff;
}

.f-sd-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #151515;
}

.sd-subtitle {
    color: #666;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 400;
}


.sd-facility-card {
    box-shadow: 14px 14px 40px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

    .sd-facility-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .sd-facility-card h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .sd-facility-card p {
        font-size: 16px;
        color: #555;
        font-family: system-ui;
        font-weight: 400;
    }


    .sd-facility-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }


.photo-gallery {
    position: relative;
    padding: 80px 0px;
}


/*------------------------------------------------end--------------------------------------------*/

.vs-btn i {
    margin-left: 8px;
    transition: 0.3s ease;
}

.vs-btn:hover i {
    transform: translateX(6px);
}

.mb-80 {
    margin-bottom: 80px !important
}

.contact-us {
    position: relative;
    padding: 80px 0px;
}

.our-services {
    position: relative;
    padding: 80px 0px;
}











.director-section {
    padding: 40px 0;
    background: #ffffff;
}

.sd-title {
    font-weight: 800;
    font-size: 36px;
    color: #003366;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.director-card-premium {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    border: 1px solid rgb(0 51 102 / 14%);
    position: relative;
    overflow: hidden;
}

    /* Decorative element */
    .director-card-premium::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: #003366;
    }

.img-frame {
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.director-img-full {
    width: 100%;
    max-width: 280px;
    border-radius: 15px;
    filter: grayscale(10%) contrast(110%);
}

.director-content {
    padding-left: 20px;
}

.quote-icon {
    font-size: 40px;
    color: #ffcc00;
    margin-bottom: 20px;
    opacity: 0.5;
}

.director-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.director-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .director-footer .name {
        font-weight: 700;
        color: #003366;
        margin: 0;
        font-size: 22px;
    }

    .director-footer .designation {
        color: #ffcc00;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
    }

@media (max-width: 768px) {
    .director-card-premium {
        padding: 30px;
        text-align: center;
    }

    .director-content {
        padding-left: 0;
        margin-top: 30px;
    }
}


.school-feature-section {
    padding: 80px 0;
    background-color: #fdfdfd;
}

/* Heading Styles */
.sub-heading {
    color: #ffcc00;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.main-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}

.heading-separator {
    width: 80px;
    height: 4px;
    background: #ffcc00;
    margin: 0 auto;
    border-radius: 2px;
}

/* Card Grid Wrapper */
.feature-grid-wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.sf-card {
    position: relative;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

/* Placeholder Images - Replace with actual school photos */
.feature-1 {
    background-image: url('https://images.unsplash.com/photo-1523050853063-bd805a952113?q=80&w=600');
}

.feature-2 {
    background-image: url('https://images.unsplash.com/photo-1577896851231-70ef18881754?q=80&w=600');
}

.feature-3 {
    background-image: url('https://images.unsplash.com/photo-1544531585-9847b68c8c86?q=80&w=600');
}

.feature-4 {
    background-image: url('https://images.unsplash.com/photo-1497633762265-9d179a990aa6?q=80&w=600');
}

/* Modern Overlay Gradient */
.sf-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 51, 102, 0.2) 0%, rgba(0, 51, 102, 0.95) 100%);
    transition: 0.4s;
    z-index: 1;
}

.sf-card:hover .sf-overlay {
    background: linear-gradient(to bottom, rgba(255, 204, 0, 0.1) 0%, rgba(0, 51, 102, 1) 100%);
}

.sf-content {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    padding: 18px;
}

.sf-card h4 {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.sf-card p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 20px;
}

.read-more {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid rgba(255, 204, 0, 0.5);
    padding-bottom: 5px;
    transition: 0.3s;
}

    .read-more:hover {
        color: #ffcc00;
        border-bottom-color: #ffcc00;
    }

.sf-card:hover {
    transform: translateY(-5px);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .main-heading {
        font-size: 28px;
    }

    .sf-card {
        /* height: 320px; */
    }
}





















<style >
.news-gallery-section {
    padding: 80px 0;
    background-color: #fdfdfd;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #003366;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 50px;
        height: 3px;
        background: #ffcc00;
    }

/* News & Events Styling */
.event-item {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border-left: 5px solid #003366;
}

    .event-item:hover {
        transform: translateX(10px);
        background: #f8f9fa;
    }

.event-date {
    background: #003366;
    color: #fff;
    min-width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .event-date .day {
        font-size: 22px;
        font-weight: 800;
        line-height: 1;
    }

    .event-date .month {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

.event-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.event-info p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Gallery Styling */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
}

    .gallery-item.large {
        grid-row: span 2;
        height: 415px;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

    .gallery-overlay i {
        color: #ffcc00;
        font-size: 24px;
    }

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

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item.large {
        height: 250px;
    }
}
