/* =========================================
ROOT VARIABLES
========================================= */

:root{
    --primary-color:#f2653c;
    --secondary-color:#031d36;
    --white:#ffffff;
    --black:#111111;
    --text-color:#666666;
    --border-color:#ececec;

    --transition:all .3s ease;
}

/* =========================================
LOCAL FONTS
========================================= */

@font-face{
    font-family:'Poppins';
    src:url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Poppins';
    src:url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight:500;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Poppins';
    src:url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Poppins';
    src:url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

/* =========================================
GLOBAL CSS
========================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:#fff;
    color:var(--black);
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

p{
    font-size:16px;
    line-height:1.8;
    color:var(--text-color);
}

h1,h2,h3,h4,h5,h6{
    margin-bottom:0;
    font-weight:700;
}

.section-space{
    padding:50px 0;
}

.custom-container{
    padding-left:40px;
    padding-right:40px;
}

/* =========================================
CUSTOM RESPONSIVE GRID SYSTEM
BOOTSTRAP LIKE GRID
========================================= */

.container{
    width:100%;
    max-width:1320px;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}

.container-fluid{
    width:100%;
    padding-left:15px;
    padding-right:15px;
}


/* =========================================
ROW
========================================= */

.row{
    display:flex;
    flex-wrap:wrap;

    margin-left:-15px;
    margin-right:-15px;
}


/* =========================================
COMMON COLUMN
========================================= */

[class*="col-"]{
    width:100%;
    padding-left:15px;
    padding-right:15px;
}


/* =========================================
EXTRA SMALL DEVICES (<576px)
col-
========================================= */

.col-1{width:8.333333%;}
.col-2{width:16.666666%;}
.col-3{width:25%;}
.col-4{width:33.333333%;}
.col-5{width:41.666666%;}
.col-6{width:50%;}
.col-7{width:58.333333%;}
.col-8{width:66.666666%;}
.col-9{width:75%;}
.col-10{width:83.333333%;}
.col-11{width:91.666666%;}
.col-12{width:100%;}


/* =========================================
SMALL DEVICES >=576px
col-sm-
========================================= */

@media(min-width:576px){

    .col-sm-1{width:8.333333%;}
    .col-sm-2{width:16.666666%;}
    .col-sm-3{width:25%;}
    .col-sm-4{width:33.333333%;}
    .col-sm-5{width:41.666666%;}
    .col-sm-6{width:50%;}
    .col-sm-7{width:58.333333%;}
    .col-sm-8{width:66.666666%;}
    .col-sm-9{width:75%;}
    .col-sm-10{width:83.333333%;}
    .col-sm-11{width:91.666666%;}
    .col-sm-12{width:100%;}

}


/* =========================================
MEDIUM DEVICES >=768px
col-md-
========================================= */

@media(min-width:768px){

    .col-md-1{width:8.333333%;}
    .col-md-2{width:16.666666%;}
    .col-md-3{width:25%;}
    .col-md-4{width:33.333333%;}
    .col-md-5{width:41.666666%;}
    .col-md-6{width:50%;}
    .col-md-7{width:58.333333%;}
    .col-md-8{width:66.666666%;}
    .col-md-9{width:75%;}
    .col-md-10{width:83.333333%;}
    .col-md-11{width:91.666666%;}
    .col-md-12{width:100%;}

}


/* =========================================
LARGE DEVICES >=992px
col-lg-
========================================= */

@media(min-width:992px){

    .col-lg-1{width:8.333333%;}
    .col-lg-2{width:16.666666%;}
    .col-lg-3{width:25%;}
    .col-lg-4{width:33.333333%;}
    .col-lg-5{width:41.666666%;}
    .col-lg-6{width:50%;}
    .col-lg-7{width:58.333333%;}
    .col-lg-8{width:66.666666%;}
    .col-lg-9{width:75%;}
    .col-lg-10{width:83.333333%;}
    .col-lg-11{width:91.666666%;}
    .col-lg-12{width:100%;}

}


/* =========================================
EXTRA LARGE DEVICES >=1200px
col-xl-
========================================= */

@media(min-width:1200px){

    .col-xl-1{width:8.333333%;}
    .col-xl-2{width:16.666666%;}
    .col-xl-3{width:25%;}
    .col-xl-4{width:33.333333%;}
    .col-xl-5{width:41.666666%;}
    .col-xl-6{width:50%;}
    .col-xl-7{width:58.333333%;}
    .col-xl-8{width:66.666666%;}
    .col-xl-9{width:75%;}
    .col-xl-10{width:83.333333%;}
    .col-xl-11{width:91.666666%;}
    .col-xl-12{width:100%;}

}


/* =========================================
XXL DEVICES >=1400px
col-xxl-
========================================= */

@media(min-width:1400px){

    .col-xxl-1{width:8.333333%;}
    .col-xxl-2{width:16.666666%;}
    .col-xxl-3{width:25%;}
    .col-xxl-4{width:33.333333%;}
    .col-xxl-5{width:41.666666%;}
    .col-xxl-6{width:50%;}
    .col-xxl-7{width:58.333333%;}
    .col-xxl-8{width:66.666666%;}
    .col-xxl-9{width:75%;}
    .col-xxl-10{width:83.333333%;}
    .col-xxl-11{width:91.666666%;}
    .col-xxl-12{width:100%;}

}



/* =========================================
GAP SYSTEM
========================================= */

.g-0{
    row-gap:0;
}

.g-1{
    row-gap:10px;
}

.g-2{
    row-gap:20px;
}

.g-3{
    row-gap:30px;
}

.g-4{
    row-gap:40px;
}

.g-5{
    row-gap:50px;
}



/* =========================================
JUSTIFY CONTENT
========================================= */

.justify-start{
    justify-content:flex-start;
}

.justify-center{
    justify-content:center;
}

.justify-end{
    justify-content:flex-end;
}

.justify-between{
    justify-content:space-between;
}

.justify-around{
    justify-content:space-around;
}



/* =========================================
ALIGN ITEMS
========================================= */

.align-start{
    align-items:flex-start;
}

.align-center{
    align-items:center;
}

.align-end{
    align-items:flex-end;
}



/* =========================================
DISPLAY UTILITIES
========================================= */

.d-none{
    display:none;
}

.d-block{
    display:block;
}

.d-flex{
    display:flex;
}
.align-items-center{
    align-items:center;
}
.justify-content-center{
    justify-content:center;
}
.justify-content-between{
    justify-content:space-between;
}


/* =========================================
TEXT ALIGN
========================================= */

.text-start{
    text-align:left;
}

.text-center{
    text-align:center;
}

.text-end{
    text-align:right;
}

.text-justify {
    text-align: justify;
}

/* =========================================
WIDTH UTILITIES
========================================= */

.w-100{
    width:100%;
}

.h-100{
    height:100%;
}



/* =========================================
IMAGE RESPONSIVE
========================================= */

.img-fluid{
    max-width:100%;
    height:auto;
    display:block;
}
/* =========================================
MARGIN TOP
========================================= */

.mt-0{margin-top:0;}
.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}
.mt-6{margin-top:60px;}
.mt-7{margin-top:70px;}
.mt-8{margin-top:80px;}
.mt-9{margin-top:90px;}
.mt-10{margin-top:100px;}


/* =========================================
MARGIN BOTTOM
========================================= */

.mb-0{margin-bottom:0;}
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}
.mb-6{margin-bottom:60px;}
.mb-7{margin-bottom:70px;}
.mb-8{margin-bottom:80px;}
.mb-9{margin-bottom:90px;}
.mb-10{margin-bottom:100px;}


/* =========================================
PADDING TOP
========================================= */

.pt-0{padding-top:0;}
.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-3{padding-top:30px;}
.pt-4{padding-top:40px;}
.pt-5{padding-top:50px;}
.pt-6{padding-top:60px;}
.pt-7{padding-top:70px;}
.pt-8{padding-top:80px;}
.pt-9{padding-top:90px;}
.pt-10{padding-top:100px;}


/* =========================================
PADDING BOTTOM
========================================= */

.pb-0{padding-bottom:0;}
.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-3{padding-bottom:30px;}
.pb-4{padding-bottom:40px;}
.pb-5{padding-bottom:50px;}
.pb-6{padding-bottom:60px;}
.pb-7{padding-bottom:70px;}
.pb-8{padding-bottom:80px;}
.pb-9{padding-bottom:90px;}
.pb-10{padding-bottom:100px;}
/* =========================================
FLEX DIRECTION
========================================= */

.flex-column{
    flex-direction:column;
}

.flex-row{
    flex-direction:row;
}


/* =========================================
FLEX WRAP
========================================= */

.flex-wrap{
    flex-wrap:wrap;
}

.flex-nowrap{
    flex-wrap:nowrap;
}


/* =========================================
FLEX GROW
========================================= */

.flex-1{
    flex:1;
}
/* =========================================
POSITION
========================================= */

.position-relative{
    position:relative;
}

.position-absolute{
    position:absolute;
}

.position-fixed{
    position:fixed;
}


/* =========================================
OVERFLOW
========================================= */

.overflow-hidden{
    overflow:hidden;
}
/* =========================================
BORDER RADIUS
========================================= */

.rounded-0{
    border-radius:0;
}

.rounded-5{
    border-radius:5px;
}

.rounded-10{
    border-radius:10px;
}

.rounded-15{
    border-radius:15px;
}

.rounded-20{
    border-radius:20px;
}

.rounded-30{
    border-radius:30px;
}

.rounded-circle{
    border-radius:50%;
}
/* =========================================
SHADOWS
========================================= */

.shadow-sm{
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.shadow{
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.shadow-lg{
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}
/* =========================================
FONT WEIGHTS
========================================= */

.fw-300{
    font-weight:300;
}

.fw-400{
    font-weight:400;
}

.fw-500{
    font-weight:500;
}

.fw-600{
    font-weight:600;
}

.fw-700{
    font-weight:700;
}
/* =========================================
FONT SIZES
========================================= */

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-24{font-size:24px;}
.fs-28{font-size:28px;}
.fs-32{font-size:32px;}
.fs-40{font-size:40px;}
.fs-48{font-size:48px;}
.fs-56{font-size:56px;}
/* =========================================
TEXT COLORS
========================================= */

.text-white{
    color:#fff;
}

.text-black{
    color:#111;
}

.text-primary{
    color:var(--primary-color);
}

.text-secondary{
    color:var(--secondary-color);
}

/* =========================================
MARGIN RIGHT
========================================= */

.me-0{margin-right:0;}
.me-1{margin-right:5px;}
.me-2{margin-right:10px;}
.me-3{margin-right:15px;}
.me-4{margin-right:20px;}
.me-5{margin-right:25px;}


/* =========================================
MARGIN LEFT
========================================= */

.ms-0{margin-left:0;}
.ms-1{margin-left:5px;}
.ms-2{margin-left:10px;}
.ms-3{margin-left:15px;}
.ms-4{margin-left:20px;}
.ms-5{margin-left:25px;}


/* =========================================
MARGIN X AXIS
========================================= */

.mx-auto{
    margin-left:auto;
    margin-right:auto;
}

.mx-0{
    margin-left:0;
    margin-right:0;
}

.mx-1{
    margin-left:5px;
    margin-right:5px;
}

.mx-2{
    margin-left:10px;
    margin-right:10px;
}

.mx-3{
    margin-left:15px;
    margin-right:15px;
}

.mx-4{
    margin-left:20px;
    margin-right:20px;
}

.mx-5{
    margin-left:25px;
    margin-right:25px;
}


/* =========================================
PADDING RIGHT
========================================= */

.pe-0{padding-right:0;}
.pe-1{padding-right:5px;}
.pe-2{padding-right:10px;}
.pe-3{padding-right:15px;}
.pe-4{padding-right:20px;}
.pe-5{padding-right:25px;}


/* =========================================
PADDING LEFT
========================================= */

.ps-0{padding-left:0;}
.ps-1{padding-left:5px;}
.ps-2{padding-left:10px;}
.ps-3{padding-left:15px;}
.ps-4{padding-left:20px;}
.ps-5{padding-left:25px;}


/* =========================================
PADDING X AXIS
========================================= */

.px-0{
    padding-left:0;
    padding-right:0;
}

.px-1{
    padding-left:5px;
    padding-right:5px;
}

.px-2{
    padding-left:10px;
    padding-right:10px;
}

.px-3{
    padding-left:15px;
    padding-right:15px;
}

.px-4{
    padding-left:20px;
    padding-right:20px;
}

.px-5{
    padding-left:25px;
    padding-right:25px;
}
/* =========================================
BACKGROUND COLORS
========================================= */

.bg-white{
    background:#fff;
}

.bg-black{
    background:#111;
}

.bg-primary{
    background:var(--primary-color);
}

.bg-secondary{
    background:var(--secondary-color);
}


/* =========================================
GAP UTILITIES
========================================= */

.gap-0{
    gap:0;
}

.gap-1{
    gap:5px;
}

.gap-2{
    gap:10px;
}

.gap-3{
    gap:15px;
}

.gap-4{
    gap:20px;
}

.gap-5{
    gap:25px;
}

.gap-10{
    gap:10px;
}

.gap-15{
    gap:15px;
}

.gap-20{
    gap:20px;
}

.gap-25{
    gap:25px;
}

.gap-30{
    gap:30px;
}

.gap-40{
    gap:40px;
}

.gap-50{
    gap:50px;
}


/* =========================================
BUTTONS
========================================= */

.primary-btn,
.small-btn,
.apply-btn,
.enquiry-btn,
.admission-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:var(--transition);
    font-family: 'Poppins',sans-serif;
}

.primary-btn{
    background:var(--primary-color);
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    position:relative;
    overflow:hidden;
}

.primary-btn:hover{
    background:var(--secondary-color);
    color:#fff;
    transform:translateY(-3px);
}

.main-header{
    background:#fff;
    z-index:999;
    box-shadow:0 2px 15px rgba(0,0,0,0.05);
    position:relative;
    width: 100%;
    transition: all .3s ease;
}
.navbar-section.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.top-header{
    padding:14px 0;
}

/* =========================================
HEADER CALL
========================================= */

.header-call{
    line-height:1.5;
    text-align: right;
}

.header-call span{
    display:block;
    font-size:15px;
    color:#666;
    margin-bottom:2px;
}

.header-call a{
    color:var(--secondary-color);
    font-size:20px;
    font-weight:600;
    text-decoration:none;
}

.header-call a:hover{
    color:var(--primary-color);
}

/* =========================================
NAVBAR CSS
========================================= */

.navbar-section{
    background:var(--primary-color);
    position:relative;
}

.navbar-section .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* =========================================
MAIN MENU
========================================= */

.main-menu{
    display:flex;
    align-items:center;
    margin:0;
    padding:0;
}

.main-menu li{
    position:relative;
    list-style:none;
}

.main-menu li a{
    display:flex;
    align-items:center;
    color:#fff;
    padding:18px 16px;
    font-size:13px;
    font-weight:500;
    text-transform:uppercase;
    transition:var(--transition);
    text-decoration:none;
}

.main-menu li a:hover{
    background:rgba(255,255,255,0.1);
}

/* =========================================
DROPDOWN MENU
========================================= */

.sub-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:260px;
    background:#fff;
    padding:10px 0;
    margin:0;
    border-radius:0 0 12px 12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:0.3s ease;
    z-index:999;
}

.sub-menu li{
    width:100%;
}

.sub-menu li a{
    color:#222 !important;
    padding:12px 20px;
    font-size:13px;
    font-weight:500;
    text-transform:capitalize;
    display:block;
}

.sub-menu li a:hover{
    background:#fff3ed !important;
    color:var(--secondary-color) !important;
}

/* Desktop Hover */

.has-dropdown:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* =========================================
DROPDOWN ARROW IMAGE
========================================= */

.has-dropdown > a::after{
    content:"";
width:30px;
height:30px;
background:url('../images/down-arrow.svg') no-repeat center;
background-size:contain;
display:inline-block;
margin-left:0px;
transition:0.3s ease;
/* White */
filter: brightness(0) invert(1);
}

/* Rotate Arrow */

.has-dropdown:hover > a::after{
    transform:rotate(180deg);
}

/* Mobile Active */

.has-dropdown.active > a::after{
    transform:rotate(180deg);
}
/* =========================================
ENQUIRY BUTTON
========================================= */

.enquiry-btn{
    background:var(--secondary-color);
    color:#fff;
    padding:18px 24px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:600;
    transition:var(--transition);
    text-decoration:none;
    white-space:nowrap;
}

.enquiry-btn:hover{
    background:#02101f;
    color:#fff;
}

/* =========================================
MOBILE TOGGLE
========================================= */

.mobile-toggle{
    background:none;
    border:none;
    padding:10px 0;
    display:none;
}

.mobile-toggle img{
    width:30px;
    height:auto;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .top-header{
        padding:10px 0;
    }


    .navbar-section .container{
        padding:12px 15px;
        position:relative;
    }

    .mobile-toggle{
        display:block;
    }

    .main-menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        flex-direction:column;
        align-items:flex-start;
        display:none;
        z-index:999;
        box-shadow:0 10px 20px rgba(0,0,0,0.08);
        border-radius:0 0 16px 16px;
        overflow:hidden;
    }

    .main-menu.active{
        display:flex;
    }

    .main-menu li{
        width:100%;
        border-bottom:1px solid #f2653c;
    }
    .main-menu li ul li{
        border-bottom:1px solid #eee;
    }

    .main-menu li:last-child{
        border-bottom:none;
    }

    .main-menu li a{
        width:100%;
        color:#111;
        padding:14px 20px;
        justify-content:space-between;
    }

    .main-menu li a:hover{
        background:#f8f8f8;
        color:var(--secondary-color);
    }

    /* Mobile Dropdown */

    .sub-menu{
        position:static;
        opacity:1;
        visibility:visible;
        transform:none;
        box-shadow:none;
        display:none;
        width:100%;
        padding:0;
        border-radius:0;
        background:#f9f9f9;
    }

    .has-dropdown.active .sub-menu{
        display:block;
    }

    .sub-menu li a{
        padding:12px 35px;
        font-size:13px;
        border-top:1px solid #ececec;
    }

    .enquiry-btn{
        display:none;
    }

}

/* =========================================
SMALL MOBILE
========================================= */

@media(max-width:575px){

    .logo-area img{
        width:160px;
        height:auto;
    }

}

.logo{
    width:120px;
}

.affiliation{
    font-size:12px;
    color:#666;
    margin-top:8px;
}



.social-icons a{
    width:36px;
    height:36px;
    border:1px solid #ddd;
    color: var(--primary-color);
    background: var(--white);
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:var(--transition);
}
.social-icons a:hover{
    background:var(--secondary-color);
    transform:translateY(-2px);
}


/* =========================================
HERO SECTION
========================================= */

.hero-section{
    position: relative;
    overflow: hidden;
    background: url(../images/slider_bg.webp);
        background-size: contain;
    padding: 80px 0 140px;

}

.hero-content h1{
    font-size:72px;
    line-height:1.05;
    color:var(--primary-color);
    margin-bottom:20px;
}

.hero-content p{
    margin-bottom:30px;
}

.hero-image{
    text-align:right;
}

.hero-image img{
    animation:floatImage 4s ease-in-out infinite;
}

@keyframes floatImage{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }

}

/* SHAPES */

.hero-shape{
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.shape-1{
    top: -20px;
    right:51%;
    width: 120px;
    animation: floatY 5s ease-in-out infinite;
}

.shape-2{
    bottom: -20px;
    right: 50%;
    width: 120px;
    animation: floatY 4s ease-in-out infinite;
}


/* SLIDER */

.hero-slider{
    position: relative;
    z-index: 2;
}

.hero-slide{
    display: none;
    animation: fadeEffect .7s ease;
}

.hero-slide.active{
    display: block;
}


/* IMAGE */

.hero-image{
    position: relative;
    text-align: center;
}

.hero-image img{
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
}


/* CONTENT */

.hero-content h1{
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}


/* DOTS */

.hero-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 45px;
}

.hero-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f1643f;
    cursor: pointer;
    transition: .3s;
}

.hero-dot.active{
    width: 28px;
    border-radius: 30px;
    background:#071c35;
}

.branch-banner-grid{
    display:flex;
    gap:12px;
    height:450px;
}

.branch-banner-card{
    position:relative;
    flex:1;
    overflow:hidden;
    border-radius:25px;
    transition:.4s ease;
    display:block;
}

.branch-banner-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.branch-banner-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:25px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.75),
        transparent
    );
    color:#fff;
}

.branch-banner-overlay h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
    color:#fff;
}

.branch-banner-overlay span{
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.branch-banner-card:hover{
    flex:1.8;
}

.branch-banner-card:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){

    .branch-banner-grid{
        height:auto;
        flex-wrap:wrap;
    }

    .branch-banner-card{
        flex:0 0 calc(50% - 6px);
        height:250px;
    }

    .branch-banner-card:hover{
        flex:0 0 calc(50% - 6px);
    }
}

@media(max-width:767px){

    .branch-banner-card{
        flex:0 0 100%;
        height:220px;
    }

    .branch-banner-card:hover{
        flex:0 0 100%;
    }
}
/* ADMISSION */

.admission-banner{
    position: relative;
    z-index: 5;
    margin-top: 60px;
    background: #0d6efd;
    color: #fff;
    border-radius: 30px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* BUTTON */

.primary-btn,
.apply-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border:none;
    cursor: pointer;
}


/* ANIMATION */

@keyframes fadeEffect{

    from{
        opacity: 0;
        transform: translateY(20px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes floatY{

    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-15px);
    }

    100%{
        transform: translateY(0);
    }

}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){
    .about-section .paper-send-arrow {
        display: none;
    }
    .about-image-wrapper img{
        height: auto;
        width: 100%;
    }
    .hero-section{
        padding: 80px 0 60px;
    }

    .hero-content{
        text-align: center;
        margin-bottom: 10px;
    }

    .hero-content h1{
        font-size: 48px;
    }

    .admission-banner{
        flex-direction: column;
        text-align: center;
    }

    .shape-1{
        width: 80px;
        right: 20px;
    }

    .shape-2{
        width: 60px;
        right: 10px;
    }

}


@media(max-width:767px){
    .counter-box {
        margin-left: 20%;
    }
    .hero-content h1{
        font-size: 38px;
    }

    .hero-content p{
        font-size: 16px;
    }

    .hero-image img{
        border-radius: 24px;
    }

    .admission-banner{
        padding: 25px 20px;
        border-radius: 24px;
    }

}

/* =========================================
ADMISSION BANNER
========================================= */

.admission-banner{
    background:url(../images/admission-bg-1.png);
    border-radius:18px;
    padding:35px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
        margin-top: -20px;
    background-position: center;
    transform:translateY(80px);

    position:relative;
    z-index:9;
}

.admission-banner h2{
    color:#fff;
    font-size:40px;
}

.admission-banner p{
    color:#fff;
    margin:0;
    font-size: 20px;
}

.apply-btn{
    background:var(--primary-color);
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    font-weight:600;
}

.apply-btn:hover{
    background:var(--secondary-color);
    color:var(--white);
}
/* =========================================
ABOUT SECTION
========================================= */



.about-section .paper-send-arrow {
    position: absolute;
    bottom: 10%;
    right: 0;
    animation: floatImage 4s ease-in-out infinite;
}
.about-image{
    border-radius:20px;
    overflow:hidden;
}

.about-image img{
    transition:var(--transition);
}

.about-image:hover img{
    transform:scale(1.05);
}

.section-subtitle{
    color:var(--primary-color);
    font-weight:600;
    display:inline-block;
    margin-bottom:12px;
}
.about-content .section-subtitle {
    margin-bottom: 0;
}
.about-content h2{
    font-size:40px;
    margin-bottom:10px;
        line-height: 1.2;
}

.about-content p{
    margin-bottom:10px;
}



/* =========================================
COUNTER SECTION
========================================= */

.counter-section{
    background:var(--primary-color);
    padding:40px 0;
}

.counter-box{
    text-align:left;
    display: flex;
}

.counter-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right: 15px;
}

.counter-box h3{
    font-size:42px;
    color:#fff;
    margin-bottom: 0;
    line-height: 1;
}

.counter-box p{
    color:#fff;
    margin:0;
}



/* =========================================
SECTION TITLE
========================================= */

.section-title{
    max-width:750px;
    margin:0 auto 30px;
}

.section-title span{
    color:var(--primary-color);
    font-weight:600;
}

.section-title h2{
    font-size:40px;
    margin:5px 0 5px;
    line-height: 1.2;
}



/* =========================================
FACILITIES SECTION
========================================= */
.facilities-section{
    background:#fff;
    overflow:hidden;
}

/* Slider */

.facilities-slider{
    overflow:hidden;
    position:relative;
}


.facilities-track{

    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}


.facility-slide{

    flex: 0 0 calc(33.333% - 16px);

    flex-shrink:0;
}

/* Card */

.facility-card{
    border:1px solid var(--border-color);
    padding:45px 35px;
    border-radius:20px;
    transition:var(--transition);
    background:#fff;
    height:100%;
    text-align: center;
}

.facility-card:hover::before{
    left:100%;
}

.facility-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    background:var(--primary-color);
}

/* Icon */

.facility-icon{
    margin: 0 auto;
    width:90px;
    height:90px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff3ed;

    color:var(--primary-color);

    transition:.3s ease;
}

.facility-svg{
    width:46px;
    height:46px;
    stroke:var(--primary-color);
    transition:.3s ease;
}

.facility-svg2{
    width:46px;
    height:46px;
    fill:var(--primary-color);
    transition:.3s ease;
}

.facility-card:hover .facility-icon{

    background:rgba(255,255,255,1);

    color:#fff;
}

.facility-card:hover .facility-svg{
    stroke:var(--secondary-color);
    transform:scale(1.08) rotate(3deg);
}

.facility-card:hover .facility-svg2{
    fill:var(--secondary-color);
    transform:scale(1.08) rotate(3deg);
}

/* Content */

.facility-card h3{
    font-size:20px;
    margin-top:20px;
    margin-bottom:15px;
    transition:.3s ease;
}

.facility-card p{
    margin-bottom:0px;
    transition:.3s ease;
}

.facility-card a{
    color:var(--primary-color);
    font-weight:600;
    display:flex;
    align-items:center;
    transition:.3s ease;
}

.facility-card:hover h3,
.facility-card:hover p,
.facility-card:hover a{
    color:var(--white);
}

.facility-card:hover a img{
    filter:brightness(0) invert(1);
}

/* Active Card Default */

.active-center .facility-card{
    background:var(--primary-color);
}

.active-center .facility-card h3,
.active-center .facility-card p,
.active-center .facility-card a{
    color:#fff;
}

.active-center .facility-svg{
    stroke:var(--secondary-color);
}

.active-center .facility-svg2{
    fill:var(--secondary-color);
}

.active-center .facility-icon{
    background:#fff;
}

.active-center a img{
    filter:brightness(0) invert(1);
}

/* Dots */

.facility-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:35px;
}

.facility-dots .dot{
    width:10px;
    height:10px;
    border-radius:50px;
    background:#f1643f;
    transition:.3s ease;
    cursor: pointer;
}

.facility-dots .dot.active{
    width:28px;
    background:#071c35;
}

/* Responsive */

@media(max-width:991px){

    .facility-slide{
        min-width:calc(50% - 15px);
    }

}

@media(max-width:767px){

    .facilities-track{
        gap:20px;
    }

     .facility-slide{
        min-width:100%;
    }

    .facility-card{
        padding:35px 25px;
    }

}

/* =========================================
ACTIVITIES SECTION
========================================= */

.activities-section{
    background:var(--secondary-color);
}

.activities-section .section-title h2,
.activities-section .section-title p{
    color:#fff;
}

.activity-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.activity-card img{
    width:100%;
    transition:var(--transition);
}
.activity-card a {
    color: var(--black);
}
.activity-card:hover img{
    transform:scale(1.08);
}
.activity-card:hover a{
    color: var(--primary-color);
}
.activity-title{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;

    background:#fff;

    padding:15px;

    border-radius:12px;

    text-align:center;

    font-weight:600;
}



/* =========================================
CURRICULUM SECTION
========================================= */
/* =========================================
CURRICULUM SLIDER
========================================= */

.curriculum-slider{
    overflow: hidden;
    width: 100%;
    position: relative;
}

.curriculum-track{
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.curriculum-slide{
    flex: 0 0 calc(33.333% - 16px);
}

/* TABLET */
@media(max-width:991px){

    .curriculum-slide{
        flex: 0 0 calc(50% - 12px);
    }

}

/* MOBILE */
@media(max-width:767px){

    .curriculum-slide{
        flex: 0 0 100%;
    }

}



/* DOTS */

.curriculum-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:35px;
}

.curriculum-dot{
    width:10px;
    height:10px;
    border-radius:50px;
    background:#f1643f;
    transition:.3s ease;
    cursor: pointer;
}

.curriculum-dot.active{
    width:28px;
    background:#071c35;
}
.curriculum-card{
    border-radius:20px;
    overflow:hidden;
    background:#fff;

    box-shadow:0 10px 30px rgba(0,0,0,0.06);

    transition:var(--transition);
}

.curriculum-card:hover{
    transform:translateY(-8px);
}

.curriculum-card img.main-img{
    width:100%;
}

.curriculum-content{
    padding:25px;
}

.curriculum-content h3{
    font-size:20px;
    margin-bottom:18px;
}

.small-btn{
    background:var(--primary-color);
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:500;
}

.small-btn:hover{
    background:var(--secondary-color);
    color:#fff;
}
/* =========================================
CTA SECTION
========================================= */

.cta-section{
    margin-bottom:50px;
    position: relative;
    margin-top: -180px;
}


.cta-wrapper{
    background:url('../images/admission-bg.webp');
    background-size:cover;
    background-position:center;
    border-radius:30px;
    padding:50px 70px;
    position:relative;
    border-radius: 10px 10px 150px 150px;
}

.cta-content h2{
    font-size:40px;
    color:#fff;
    line-height: 1.2;
}

.cta-content p{
    color:#fff;
    margin-bottom:15px;
        font-size: 20px;
}

.cta-phone{
    margin-top:30px;

    display:flex;
    align-items:center;
    gap:15px;

    color:#fff;

    font-size:22px;
    font-weight:600;
}
.cta-phone span a{
    font-size: 30px;
    font-weight: 900;
        line-height: 1.2;
        color: #fff;
}
.cta-phone span a:hover {color: var(--primary-color);}
.cta-phone span small{
    font-size: 20px;
    font-weight: 600;
}

.cta-image{
    text-align:right;
}

.cta-image img{
    max-height:420px;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 9999999;
}



/* =========================================
FOOTER
========================================= */

.main-footer{
    background:var(--primary-color);
    padding-top:90px;
    margin-top: 150px;
}

.footer-logo{
    width:130px;
    margin-bottom:25px;
}

/* =========================================
FOOTER CONTACT LIST
========================================= */

.footer-contact-list{
    display:flex;
    flex-direction:column;
        margin-top: 40px;
            padding-right: 15px;
}

.footer-contact-list li{

    display:flex;
    align-items:flex-start;

    gap:20px;
}


/* =========================================
ICON BOX
========================================= */

.footer-icon{

    min-width:52px;
    width:52px;
    height:52px;

    border-radius:12px;

    background:#08203a;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s ease;
}


/* =========================================
SVG ICON
========================================= */

.footer-svg{

    width:24px;
    height:24px;

    color:#fff;

    transition:.3s ease;
}


/* =========================================
TEXT
========================================= */

.footer-contact-list p,
.footer-contact-list a{

    color:#fff;

    font-size:18px;
    font-weight:500;
    line-height:1.8;

    transition:.3s ease;
}


/* =========================================
HOVER
========================================= */

.footer-contact-list li:hover .footer-icon{
    background:#fff;
}

.footer-contact-list li:hover .footer-svg{
    color:var(--primary-color);
    transform:scale(1.1);
}

.footer-box h3{
    color:#fff;
    margin-bottom:25px;
    font-size:26px;
}

.footer-box ul li{
    color:#fff;
    margin-bottom:15px;
    line-height:1.7;
}

.footer-box ul li a{
    color:#fff;
    transition:var(--transition);
}

.footer-box ul li a:hover{
    padding-left:8px;
}

.map-image{
    border-radius:20px;
    overflow:hidden;
}

.footer-bottom{
    margin-top:60px;
    padding:25px 0;

    border-top:1px solid rgba(255,255,255,0.2);

    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#fff;
}



/* =========================================
SCROLLBAR
========================================= */

::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-track{
    background:#f1f1f1;
}

::-webkit-scrollbar-thumb{
    background:var(--primary-color);
    border-radius:10px;
}



/* =========================================
IMAGE HOVER EFFECTS
========================================= */

.about-image,
.curriculum-card,
.activity-card,
.map-image{
    overflow:hidden;
}

.about-image img,
.curriculum-card img,
.map-image img{
    transition:var(--transition);
}

.about-image:hover img,
.curriculum-card:hover img,
.map-image:hover img{
    transform:scale(1.05);
}



/* =========================================
CARD ANIMATIONS
========================================= */

.facility-card,
.curriculum-card,
.activity-card,
.counter-box{
    transition:var(--transition);
}

.counter-box:hover{
    transform:translateY(-5px);
}



/* =========================================
UTILITY CLASSES
========================================= */

.text-white p{
    color:#fff;
}

.bg-primary-custom{
    background:var(--primary-color);
}

.bg-secondary-custom{
    background:var(--secondary-color);
}

.rounded-20{
    border-radius:20px;
}

.rounded-30{
    border-radius:30px;
}



/* =========================================
SECTION SPACING IMPROVEMENTS
========================================= */

.about-section,
.facilities-section,
.activities-section,
.curriculum-section{
    position:relative;
    overflow:hidden;
}
.main-footer{
    position:relative;
}
/* =========================================
TRANSITIONS
========================================= */

a,
button,
img,
.card,
div{
    transition:all .3s ease;
}

/* =========================================
SCROLL ANIMATION
========================================= */


.show-animation{
    opacity:1 !important;
    transform:translateY(0) !important;
}


/* =========================================
IMAGE OVERLAY EFFECT
========================================= */

.activity-card::before{
    content:'';

    position:absolute;
    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,0.5),
        transparent
    );

    z-index:1;
}

.activity-title{
    z-index:2;
}



/* =========================================
FACILITY CARD BORDER EFFECT
========================================= */

.facility-card{
    position:relative;
}

.facility-card:hover::before{
    width:100%;
}



/* =========================================
FOOTER LINK EFFECT
========================================= */

.footer-box ul li a{
    position:relative;
}

.footer-box ul li a::after{

    content:'';

    position:absolute;

    left:0;
    bottom:-2px;

    width:0%;
    height:1px;

    background:#fff;

    transition:var(--transition);
}

.footer-box ul li a:hover::after{
    width:100%;
}



/* =========================================
GLASS EFFECT
========================================= */

.admission-banner,
.cta-wrapper{
    backdrop-filter:blur(10px);
}



/* =========================================
SECTION BACKGROUND SHAPES
========================================= */


.about-section::before{
    content:'';

    position:absolute;

    width:200px;
    height:200px;

    background:rgba(3,29,54,0.04);

    border-radius:50%;

    bottom:-60px;
    left:-60px;
}

.show-animation{
    opacity:1 !important;
    transform:translateY(0) !important;
    transition:all .8s ease;
}
.page-top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}
.breadcrumb-section{
    position: relative;
    padding: 90px 0 90px;
    background: linear-gradient(
        rgba(0,0,0,0.80),
        rgba(0,0,0,0.80)
    ),
    url('../images/breadcrumb-bg.jpg') center/cover no-repeat;
    overflow: hidden;
}

.breadcrumb-content{
    text-align: center;
    color: #fff;
}

.breadcrumb-content h1{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.breadcrumb-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-list li{
    color: #fff;
    font-size: 16px;
    position: relative;
}

.breadcrumb-list li a{
    color: #ff6b3d;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-list li a:hover{
    color: #fff;
}

.breadcrumb-list li:not(:last-child)::after{
    content: "/";
    margin-left: 12px;
    color: #fff;
}

@media(max-width:768px){

    .breadcrumb-section{
        padding:45px 0 45px;
    }

    .breadcrumb-content h1{
        font-size: 36px;
    }

    .breadcrumb-list{
        flex-wrap: wrap;
    }

}

.vision-mission {
    background: #f1643f;
}
.vision-card,
.choose-card,
.fact-box,
.learning-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: 0.4s ease;
}

.vision-card:hover,
.choose-card:hover,
.fact-box:hover,
.learning-card:hover {
    transform: translateY(-8px);
}

.vm-icon {
    margin-bottom: 20px;
}

.vision-card h3,
.choose-card h3,
.fact-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.learning-card {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.learning-content p {
    max-width: 950px;
    margin: auto;
    line-height: 1.9;
    color: #666;
}

.quick-facts {
    background: #f7f7f7;
}

.fact-box {
    text-align: center;
}

.fact-box p {
    margin: 0;
    color: #666;
}


@media(max-width:767px) {
  
    .vision-card,
    .choose-card,
    .fact-box,
    .learning-card {
        padding: 25px;
    }
}



/* =========================================
LEARNING PHILOSOPHY
========================================= */

.learning-philosophy{
    background: #f8fbff;
}

.learning-image img{
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.sub-title{
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}

.learning-content h2{
    font-size: 40px;
        margin-bottom: 10px;
    line-height: 1.2;
}

.learning-content p{
    color: #666;
    line-height: 1.9;
}

.learning-points{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.learning-box{
    padding: 14px 20px;
    background: #fff;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}


/* =========================================
WHY CHOOSE US
========================================= */
.why-choose-section {
    background-color: var(--secondary-color);
}
.choose-card{
    background: #fff;
    padding: 35px 25px;
    border-radius: 24px;
    height: 100%;
    transition: 0.4s ease;
    border: 1px solid #eee;
    text-align: center;
}

.choose-card:hover{
    transform: translateY(-8px);
}

.choose-card h3{
    font-size: 20px;
    margin-bottom: 15px;
}

.choose-card p{
    color: #666;
    line-height: 1.8;
}


/* =========================================
QUICK FACTS
========================================= */

.quick-facts-wrapper{
    background: linear-gradient(135deg,#0d6efd,#1f8fff);
    border-radius: 30px;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.fact-item{
    text-align: center;
    color: #fff;
}

.fact-item h3{
    font-size: 22px;
    margin-bottom: 10px;
}

.fact-item p{
    margin: 0;
    line-height: 1.7;
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .learning-content h2{
        font-size: 34px;
    }

    .quick-facts-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

}


@media(max-width:767px){

    .learning-content h2{
        font-size: 28px;
    }

    .quick-facts-wrapper{
        grid-template-columns: 1fr;
        padding: 35px 25px;
    }

}

/* =========================================
PURE CSS FAQ ACCORDION
========================================= */

.faq-wrapper{
    max-width: 900px;
    margin: auto;
}

.faq-item{
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s ease;
}

/* HIDE INPUT */

.faq-item input{
    display: none;
}

.faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

.faq-icon{
    font-size: 28px;
    transition: 0.3s ease;
}

.faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p{
    padding: 0 25px 25px;
    margin: 0;
    line-height: 1.8;
    color: #666;
}

/* ACTIVE */

.faq-item input:checked ~ .faq-answer{
    max-height: 300px;
}

.faq-item input:checked ~ .faq-question .faq-icon{
    transform: rotate(45deg);
}
/* =========================================
ACADEMICS SECTION
========================================= */

/* =========================================
ACADEMICS PAGE DESIGN
FOUNDATIONAL + PREPARATORY + MIDDLE + SECONDARY
========================================= */

.academics-section{
    position: relative;
}



/* =========================================
COMMON TITLE
========================================= */

.academic-tag{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg,#0d6efd,#0056d6);
    color: #fff;
    padding: 12px 24px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.academic-content h2{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.academic-content p{
    margin-bottom: 10px;
}


/* =========================================
FOUNDATIONAL STAGE
========================================= */

.academic-content{
    padding-right: 40px;
}

.academic-points{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.academic-point{
    position: relative;
    background: #f8fbff;
    border: 1px solid #e4eefb;
    padding: 28px;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    overflow: hidden;
    transition: 0.4s ease;
}

.academic-point::before{
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(13,110,253,0.08);
    border-radius: 50%;
    top: -20px;
    right: -20px;
}

.academic-point:hover{
    transform: translateY(-8px);
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 18px 40px rgba(13,110,253,0.18);
}

.academic-card-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.academic-mini-card{
    position: relative;
    background: var(--secondary-color);
    padding: 40px 35px;
    border-radius: 28px;
    border: 1px solid #edf1f5;
    overflow: hidden;
    transition: 0.4s ease;
}

.academic-mini-card::after{
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(13,110,253,0.05);
    border-radius: 50%;
    bottom: -40px;
    right: -40px;
}

.academic-mini-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.academic-mini-card h3{
    font-size: 20px;
    font-weight: 800;
    margin-bottom:5px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.academic-mini-card h4{
    font-size: 20px;
    font-weight: 800;
    margin-bottom:5px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.academic-mini-card p{
    position: relative;
    z-index: 2;
    color: #fff;
}

.learning-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
}

.learning-card:hover{
    transform:translateY(-8px);
}

.learning-icon{
    width:70px;
    height:70px;
    margin-bottom:20px;
}

.learning-icon img{
    width:100%;
}

.learning-card h3{
    font-size:22px;
    margin-bottom:20px;
    color:var(--primary-color);
    text-align: left;
}

.learning-card ul li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    position:relative;
    padding-left:22px;
    text-align: left;
}

.learning-card ul li:last-child{
    border-bottom:none;
}

.learning-card ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--secondary-color);
    font-weight:700;
}
/* =========================================
PREPARATORY STAGE
========================================= */

.reverse-space{
    background: var(--primary-color);
}

.academic-list li{
    margin-bottom: 0px;
    line-height: 1.8;
    color: #555;
    display: flex;
    align-items: center;
}
.academic-list2 li{
    margin-bottom: 0px;
    line-height: 1.8;
    color: #fff;
    display: flex;
    align-items: center;
}

.academic-subject-box{
    background: var(--white);
    padding: 55px;
    border-radius: 35px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.academic-subject-box::before{
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

.academic-subject-box h3{
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    color: var(--primary-color);
}

.subject-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.subject-grid span{
    padding: 14px 22px;
    background: rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s ease;
    color: var(--secondary-color);
}

.subject-grid span:hover{
    background: #fff;
    color: var(--primary-color);
}


/* =========================================
MIDDLE STAGE
========================================= */

.middle-stage-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 60px;
}

.middle-card{
    background: #fff;
    padding: 40px 35px;
    border-radius: 28px;
    border: 1px solid #edf1f5;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.middle-card::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--secondary-color);
    top: 0;
    left: 0;
}

.middle-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.middle-card h3{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
}

.middle-card p{
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}


/* =========================================
SECONDARY STAGE
========================================= */

.secondary-stage{
    background: var(--secondary-color);
    padding: 80px;
    border-radius: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.secondary-stage::before{
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.secondary-left{
    position: relative;
    z-index: 2;
}

.secondary-left h2{
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.secondary-left p{
    line-height: 1.9;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
}

.secondary-features{
    position: relative;
    z-index: 2;
}

.feature-box{
    background: rgba(255,255,255,0.1);
    padding: 24px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.12);
    transition: 0.3s ease;
}

.feature-box:hover{
    transform: translateY(-5px);
    background: rgba(255,255,255,0.18);
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .academic-content{
        padding-right: 0;
        margin-bottom:0px;
    }

    .academic-content h2,
    .secondary-left h2{
        font-size: 38px;
    }

    .academic-points,
    .academic-card-grid,
    .middle-stage-grid,
    .secondary-features{
        grid-template-columns: 1fr;
    }

    .reverse-space,
    .secondary-stage,
    .academic-subject-box{
        padding: 40px 25px;
    }

}


@media(max-width:767px){
    .subject-grid {gap: 8px;}
    .academic-stage{
        margin-bottom: 0px;
    }

    .academic-content h2,
    .secondary-left h2{
        font-size: 30px;
    }

    .academic-content p{
        font-size: 16px;
    }

    .academic-point,
    .academic-mini-card,
    .middle-card{
        padding: 24px;
    }

    .academic-mini-card h3{
        font-size: 28px;
    }

    .academic-subject-box h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .middle-stage-grid {
        margin-top: 0;
        gap: 15px;
    }

}
/* =========================
CONTACT SECTION
========================= */

.contact-section{
    background:#f8fafc;
}


/* INFO SIDE */

.contact-info-wrapper{
    display:flex;
    flex-direction:column;
    gap:25px;
    height:100%;
}


.contact-info-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    display:flex;
    gap:20px;
    align-items:flex-start;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.4s ease;
}


.contact-info-card:hover{
    transform:translateY(-5px);
}


.contact-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    background:#fff3ee;
    display:flex;
    align-items:center;
    justify-content:center;
}


.contact-icon img{
    width: 40px;
    height: auto;
}


.contact-content h3{
    font-size:26px;
    font-weight:700;
    margin-bottom:12px;
    color:#061c3d;
}


.contact-content p{
    margin:0;
    line-height:1.8;
    color:#5b6475;
    font-size:17px;
}


.contact-content a{
    display:block;
    color:#5b6475;
    text-decoration:none;
    margin-bottom:8px;
    transition:0.3s ease;
    font-size:17px;
}


.contact-content a:hover{
    color:#ff6b3d;
}



/* FORM SIDE */

.contact-form-box{
    background:#061c3d;
    border-radius:30px;
    padding:50px;
    height:100%;
}


.contact-form-box h3{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:35px;
}


.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    border:none;
    outline:none;
    background:#fff;
    border-radius:14px;
    padding:18px 20px;
    font-size:16px;
    color:#061c3d;
    font-family: 'Poppins',sans-serif;
}


.form-group textarea{
    resize:none;
}


.form-group input::placeholder,
.form-group textarea::placeholder{
    color:#7a7a7a;
}


.contact-form-box .primary-btn{
    border:none;
    cursor:pointer;
}

.contact-form-box .primary-btn:hover {
    background: var(--white);
    color:var(--primary-color);
}

/* RESPONSIVE */

@media(max-width:991px){

    .contact-form-box{
        padding:35px;
    }

    .contact-form-box h3{
        font-size:34px;
    }

}


@media(max-width:767px){

    .contact-info-card{
        padding:25px;
    }

    .contact-form-box{
        padding:25px;
        border-radius:20px;
    }

    .contact-form-box h3{
        font-size:28px;
    }

}
/* =========================
NEWSLETTER SECTION
========================= */

.newsletter-section{
    background:#f7f8fc;
}


.newsletter-card{
    background:#fff;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:0.4s ease;
    height:100%;
}


.newsletter-card:hover{
    transform:translateY(-8px);
}


.newsletter-image{
    position:relative;
    overflow:hidden;
}


.newsletter-image img{
    width:100%;
    height:auto;
    transition:0.5s ease;
}


.newsletter-card:hover .newsletter-image img{
    transform:scale(1.05);
}


.newsletter-overlay{
    position:absolute;
    inset:0;
    background:rgba(6,28,61,0.65);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
}


.newsletter-card:hover .newsletter-overlay{
    opacity:1;
    visibility:visible;
}


.newsletter-btn{
    background:#ff6b3d;
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}


.newsletter-btn:hover{
    background:#fff;
    color:#061c3d;
}


.newsletter-content{
    padding:30px;
}


.newsletter-content span{
    display:inline-block;
    background:#fff3ee;
    color:#ff6b3d;
    font-size:14px;
    font-weight:600;
    padding:8px 16px;
    border-radius:50px;
    margin-bottom:5px;
}


.newsletter-content h3{
    font-size:32px;
    font-weight:700;
    color:#061c3d;
    margin-bottom:18px;
    line-height:1.4;
}


.newsletter-content a{
    text-decoration:none;
    color:#ff6b3d;
    font-weight:600;
    transition:0.3s ease;
}


.newsletter-content a:hover{
    color:#061c3d;
}



/* RESPONSIVE */

@media(max-width:991px){

    .newsletter-image img{
        height:420px;
    }

}


@media(max-width:767px){

    .newsletter-content{
        padding:22px;
    }

    .newsletter-content h3{
        font-size:20px;
    }

    .newsletter-image img{
        height:auto;
    }

}
/* =========================================
MANDATORY DISCLOSURE
========================================= */

.mandatory-section{
    background:#f7f8fc;
}

.mandatory-card{
    background:#fff;
    border-radius:24px;
    padding:40px;
    margin-bottom:40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    overflow:hidden;
}

.mandatory-heading{
    margin-bottom:25px;
}

.mandatory-heading h2{
    font-size:34px;
    font-weight:700;
    color:#071c3c;
    margin-bottom:0;
}

.mandatory-table{
    width:100%;
    border-collapse:collapse;
}

.mandatory-table thead{
    background:#ff6b3d;
}

.mandatory-table thead th{
    color:#fff;
    font-size:15px;
    font-weight:600;
    padding:18px 20px;
    border:none;
    white-space:nowrap;
    text-align: left;
}

.mandatory-table tbody tr{
    border-bottom:1px solid #e7e7e7;
    transition:0.3s;
}

.mandatory-table tbody tr:hover{
    background:#f8f9ff;
}

.mandatory-table tbody td{
    padding:18px 20px;
    font-size:15px;
    line-height:1.8;
    color:#444;
    vertical-align:top;
}

.download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#071c3c;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.download-btn:hover{
    background:#ff6b3d;
    color:#fff;
}

.table-responsive{
    overflow-x:auto;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .mandatory-card{
        padding:25px;
    }

    .mandatory-heading h2{
        font-size:28px;
    }

}

@media(max-width:767px){

    .mandatory-card{
        border-radius:18px;
        padding:20px;
    }

    .mandatory-heading h2{
        font-size:24px;
    }

    .mandatory-table thead th,
    .mandatory-table tbody td{
        padding:14px 12px;
        font-size:14px;
    }

    .download-btn{
        padding:8px 14px;
        font-size:13px;
    }

}
/* =========================================
CURRICULUM PAGE
========================================= */

.curriculum-page-section{

    background:#f7f9fc;

}


.curriculum-page-section .curriculum-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);

}


.curriculum-page-section .curriculum-card:hover{

    transform:translateY(-8px);

}


.curriculum-page-section .main-img{

    width:100%;
    height:260px;
    object-fit:cover;

}


.curriculum-page-section .curriculum-content{

    padding:30px;

}


.curriculum-page-section .curriculum-content h3{

    font-size:28px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
    line-height:1.4;

}


.curriculum-page-section .curriculum-content p{

    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;

}


.curriculum-page-section .small-btn{

    display:inline-flex;
    align-items:center;
    background:#0f766e;
    color:#fff;
    padding:14px 24px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;

}


.curriculum-page-section .small-btn:hover{

    background:#0b5f58;
    color:#fff;

}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .curriculum-page-section .main-img{

        height:220px;

    }

}


@media(max-width:767px){

    .curriculum-page-section .curriculum-content{

        padding:24px;

    }

    
    .curriculum-page-section .curriculum-content h3{

        font-size:22px;

    }

}
/* =========================================
PLAY SPRING DETAILS
========================================= */

.curriculum-details-section{

    background:#fff;

}


.details-image img{

    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:24px;

}


.details-content .sub-title{

    display:inline-block;
    background:#ecfeff;
    color:#0f766e;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

}


.details-content h1{

    font-size:48px;
    line-height:1.3;
    color:#0f172a;
    font-weight:700;
    margin-bottom:25px;

}


.details-content p{
    color:#555;
    margin-bottom:15px;

}



/* =========================================
LEARNING AREA SECTION
========================================= */

.learning-area-section{

    background:#f7f9fc;

}


.learning-card2{
    text-align: center;
    background:#fff;
    padding:25px;
    border-radius:24px;
    height:100%;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);

}


.learning-card2:hover{

    transform:translateY(-8px);

}


.learning-icon2{
    width:80px;
    height:80px;
    background:#fff3ed;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 0 auto 20px;
}


.learning-icon2 svg{

    width:50px;
    height:50px;
    object-fit:contain;

}


.learning-card2 h3{

    font-size:20px;
    line-height:1.5;
    margin-bottom:5px;
    font-weight:700;

}


.learning-card2 p{

    margin:0;

}



/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .details-image img{

        height:400px;

    }


    .details-content h1{

        font-size:36px;

    }

}


@media(max-width:767px){

    .details-content h1{

        font-size:28px;

    }


    .details-image img{

        height:280px;

    }


    .learning-card2{

        padding:25px;

    }


    .learning-card2 h3{

        font-size:20px;

    }

}
/* =========================================
CURRICULUM CTA
========================================= */

.curriculum-cta-section{

    padding-bottom:50px;
    background:#f7f9fc;

}


.curriculum-cta-wrapper{

    background:var(--secondary-color);
    border-radius:30px;
    padding:60px;
    overflow:hidden;
    position:relative;

}


.curriculum-cta-wrapper::before{

    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-120px;
    right:-80px;

}


.curriculum-cta-wrapper::after{

    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    bottom:-80px;
    left:-50px;

}


.curriculum-cta-wrapper .cta-content{

    position:relative;
    z-index:2;

}


.curriculum-cta-wrapper span{

    display:inline-block;
    background:rgba(255,255,255,0.12);
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;

}


.curriculum-cta-wrapper h2{

    font-size:40px;
    line-height:1.3;
    color:#fff;
    margin-bottom:10px;

}


.curriculum-cta-wrapper p{

    font-size:17px;
    line-height:1.9;
    color:rgba(255,255,255,0.85);
    margin:0;

}


.curriculum-cta-wrapper .cta-btn{

    position:relative;
    z-index:2;

}


.curriculum-cta-wrapper .primary-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#0f766e;
    padding:16px 34px;
    border-radius:60px;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:0.3s ease;

}


.curriculum-cta-wrapper .primary-btn:hover{

    transform:translateY(-4px);

}
.text-lg-end {
    text-align: right;
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .curriculum-cta-wrapper{

        padding:45px 35px;

    }


    .curriculum-cta-wrapper h2{

        font-size:34px;

    }


    .curriculum-cta-wrapper .cta-btn{

        margin-top:30px;
        text-align:left !important;

    }

}


@media(max-width:767px){
.text-lg-end {
    text-align: center;
}
    .curriculum-cta-wrapper{

        padding:35px 25px;
        border-radius:24px;

    }


    .curriculum-cta-wrapper h2{

        font-size:28px;

    }


    .curriculum-cta-wrapper p{

        font-size:15px;

    }


    .curriculum-cta-wrapper .primary-btn{

        width:100%;

    }

}
/* =========================
   ADMISSIONS SECTION
========================= */

.admissions-section {
    position: relative;
    overflow: hidden;
}

.admissions-section .subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ff6b00;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.admissions-section h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #111;
}

.admissions-section .section-title p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/* =========================
   LEFT CONTENT
========================= */

.admission-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom:15px;
    color: #111;
}

.admission-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 30px;
}

.admission-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.point-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.point-item i {
    width: 22px;
    height: 22px;
    background: #ffd9be;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-item span {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

/* =========================
   FORM BOX
========================= */

.admission-form-wrapper {
    background: #eee;
    padding: 45px;
    border-radius: 20px;
}

.form-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

/* =========================
   FORM FIELDS
========================= */

.admission-form .form-group {
    margin-bottom: 0;
}

.admission-form label {
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
    display: block;
}
.admission-form label.error {
    color: red;
    font-size: 13px;
}
.admission-form .form-control {
    width: 100%;
    height: 56px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 15px;
    color: #222;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: none;
}

.admission-form textarea.form-control {
    height: auto;
    min-height: 140px;
    padding-top: 16px;
    resize: none;
}

.admission-form .form-control:focus {
    border-color: #ff6b00;
    box-shadow: none;
    outline: none;
}

/* =========================
   BUTTON
========================= */

.theme-btn {
    font-family: 'Poppins',sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    padding: 0 34px;
    border-radius: 50px;
    background: #ff6b00;
    color: #fff;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.theme-btn:hover {
    background: #111;
    color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .admissions-section h2 {
        font-size: 36px;
    }

    .admission-content {
        margin-bottom: 20px;
    }

    .admission-content h3 {
        font-size: 28px;
    }

    .admission-form-wrapper {
        padding: 30px;
    }

}

@media (max-width: 767px) {

    .admissions-section h2 {
        font-size: 30px;
    }

    .admission-content h3 {
        font-size: 24px;
    }

    .admission-form-wrapper {
        padding: 24px;
        border-radius: 16px;
    }

    .form-title {
        font-size: 24px;
    }

}
.activities-page{
    background: #f8fbff;
}

.activity-box{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    height: 100%;
}

.activity-box:hover{
    transform: translateY(-8px);
}

.activity-image{
    overflow: hidden;
}

.activity-image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s ease;
}

.activity-box:hover .activity-image img{
    transform: scale(1.08);
}

.activity-content{
    padding: 28px;
}

.activity-content h3{
    font-size: 20px;
    margin-bottom:5px;
    font-weight: 700;
}

.activity-content p{
    margin-bottom: 0;
}
.branches-section{
    background: #f8fbff;
}

.branch-card{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.4s ease;
}

.branch-content{
    padding: 35px;
}




.branch-selector select{
    width:100%;
    height:65px;
    padding:0 20px;
    border:2px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
    font-size:18px;
    color:#333;
    cursor:pointer;
    outline:none;
}

.branch-selector select:focus{
    border-color:var(--primary-color);
}






/* =========================================
ENQUIRY POPUP
========================================= */

.enquiry-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.enquiry-popup.active{ display:flex;
    align-items:center;
    justify-content:center; }

/* Overlay */
.popup-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:99999;
}

.popup-overlay.active{
    display:flex;
    align-items:center;
    justify-content:center;
}
.popup-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:99999;
}

/* Box */

.popup-box {
    position: relative;
    width: 100%;
    max-width: 720px;
    background: #eee;
    border-radius: 24px;
    padding: 20px 30px;
    z-index: 2;
    overflow: hidden;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 14px;
    outline: none;
}

.popup-form textarea {
    min-height: 130px;
    resize: none;
}
/* Animation */

#closePopup{
    position:absolute;
    top:25px;
    right:25px;
    border:none;
    color:#333;
    font-size:20px;
    font-weight:600;
    line-height:1;
    cursor:pointer;
    transition:all .3s ease;
    background: transparent;
}

#closePopup:hover{
    color:var(--primary-color);
    transform:rotate(90deg);
    background: transparent;
}

@keyframes popupFade{

    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Close */

.popup-close{
    position:absolute;
    top:15px;
    right:18px;
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#f5f5f5;
    font-size:26px;
    cursor:pointer;
    transition:0.3s;
}

.popup-close:hover{
    background:var(--secondary-color);
    color:#fff;
}

/* Title */

.popup-title{
    margin-bottom:30px;
    text-align:center;
}

.popup-title span{
    display:inline-block;
    background:#fff2eb;
    color:var(--secondary-color);
    padding:6px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:12px;
}

.popup-title h3{
    font-size:34px;
    margin-bottom:10px;
}

.popup-title p{
    color:#666;
    margin:0;
}

/* Inputs */

.popup-box input,
.popup-box select,
.popup-box textarea{
    width:100%;
    height:56px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:0 18px;
    font-size:14px;
    outline:none;
    transition:0.3s;
    font-family: 'Poppins',sans-serif;
    background-color: #FEFCFF;
}

.popup-box textarea{
    height:auto;
    padding:18px;
}

.popup-box input:focus,
.popup-box select:focus,
.popup-box textarea:focus{
    border-color:var(--secondary-color);
}

/* Button */

.popup-submit-btn{
    width:100%;
    border:none;
    height:56px;
    border-radius:12px;
    background:var(--secondary-color);
    color:#fff;
    font-size:15px;
    font-weight:600;
    transition:0.3s;
}

.popup-submit-btn:hover{
    background:#02101f;
}

/* Mobile */

@media(max-width:767px){

    .popup-box{
        padding:25px;
        border-radius:20px;
        margin:30px auto;
    }

    .popup-title h3{
        font-size:26px;
    }

}

.leadership-section{
    background:#fff;
}

.leadership-content p{
    margin-bottom:20px;
    line-height:1.9;
    color:#555;
}

.leadership-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.leadership-image img{
    width:100%;
    display:block;
    border-radius:25px;
}

.leader-info{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    background:#fff;
    padding:18px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.leader-info h4{
    margin-bottom:5px;
    color:var(--primary-color);
    font-size:22px;
}

.leader-info span{
    color:var(--secondary-color);
    font-weight:600;
}

@media(max-width:991px){

    .leadership-image{
        margin-top:30px;
    }

}
.leadership-team{
    background:#f8f8f8;
}

.leader-card{
    background:#fff;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.leader-card:hover{
    transform:translateY(-8px);
}

.leader-card img{
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
}

.leader-card-content{
    padding:25px;
    text-align:center;
}

.leader-card-content h4{
    font-size:24px;
    margin-bottom:8px;
    color:var(--primary-color);
}

.leader-card-content span{
    color:var(--secondary-color);
    font-weight:600;
    font-size:15px;
}

@media(max-width:767px){

    .leader-card img{
        height:320px;
    }

}



/*=========================================
BRANCH LANDING PAGE
=========================================*/

.branch-hero{
    padding:60px 50px;
    color:#fff;
}

.branch-hero h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:10px;
    line-height: 1.2;
}

.branch-hero p{
    margin-bottom:30px;
    color: #fff;
}

.branch-hero ul{
    display:block;
    flex-wrap:wrap;
    gap:15px 30px;
}

.branch-hero ul li{
    position:relative;
    padding-left:22px;
}

.branch-hero ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--primary-color);
    font-weight:700;
}



.branch-hero .form-box {
    background: #eee;
    overflow: hidden;
    padding: 30px;
    border-radius: 20px;
}

.branch-hero .form-box h2 {
    color: #232323;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
}

.branch-hero .form-box h2 span {
    color: var(--color-primary);
    font-weight: 700;
}

/*=========================================
WHY CHOOSE US
=========================================*/

.why-branch{
    background:#fff;
}

.why-branch .card{
    background:#eee;
    padding:30px;
    border-radius:15px;
    height:100%;
    transition:.3s;
}


.why-branch .card ul li {
  display: block;
    padding-left: 25px;
  position: relative;
  z-index: 1;
}

.why-branch .card ul li::before {
  content: "";
  left: 0;
  font-size: 11px;
  position: absolute;
  top: 3px;
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
}

.why-branch .card ul li h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
}

.why-branch .card ul li:last-child {
  border: medium none;
  margin: 0;
}

.why-branch .card ul {
  margin: 15px 0 10px;
}


.why-branch .why-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    display:flex;
    gap:20px;
    align-items:flex-start;
    height:100%;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.why-branch .why-card:hover{
    transform:translateY(-5px);
}

.why-branch .why-icon{
    flex:0 0 70px;
}

.why-branch .why-icon img{
    width:70px;
}


/*=========================================
PROGRAMS
=========================================*/

.programs-section{
    background:#f8f8f8;
}

.program-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.program-card:hover{
    transform:translateY(-5px);
}

.program-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.program-content{
    padding:25px;
}


.program-content p{
    margin-bottom:0;
}

/*=========================================
TESTIMONIALS
=========================================*/

.testimonials-section{
    background:#fff;
}

/* SCROLL AREA */
.scroll-wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;

    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}

/* CARDS */
.review-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 40px 20px;
    transition: .3s;
    
}
.review-card h6 {
  font-size: 18px;
      margin-bottom: 5px;
}
.review-card p {
  font-size: 14px;
      margin-bottom: 0;
}
.review-card h6, .review-card p{
color: #fff;
}
.review-card:hover {
    transform: scale(1.05);
        border-radius: 0;
}

/* ANIMATIONS */
@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

.scroll-up {
    animation: scrollUp 45s linear infinite;
}

.scroll-down {
    animation: scrollDown 45s linear infinite;
}

/* PAUSE ON HOVER */
.scroll-wrapper:hover .scroll-up,
.scroll-wrapper:hover .scroll-down {
    animation-play-state: paused;
}

/*=========================================
CONTACT SECTION
=========================================*/

.contact-branch-section{
    background:#f8f8f8;
}

.contact-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    height:100%;
}

.contact-card h3{
    margin-bottom:25px;
}

.contact-card ul li{
    margin-bottom:18px;
    line-height:1.8;
}

.contact-card strong{
    color:var(--primary-color);
}

.branch-map{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.branch-map iframe{
    display:block;
    width:100%;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

    .branch-hero{
        padding:80px 0;
    }

    .branch-hero h1{
        font-size:38px;
    }

    .section-space{
        padding:70px 0;
    }
    .branch-hero ul {
        margin-bottom: 25px;
    }
    .contact-card{
        padding:30px;
    }
}

@media(max-width:767px){

    .branch-hero h1{
        font-size:30px;
    }

    .program-card img{
        height:220px;
    }

    .admission-box{
        padding:25px;
    }
}
/* ==================================================
LIFE AT GWS PAGE
================================================== */

.life-gws-hero{
    padding:100px 0;
    background:#f8f9fa;
}

.life-gws-hero .life-gws-subtitle{
    display:inline-block;
    color:var(--secondary-color);
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.life-gws-hero h1{
    font-size:54px;
    line-height:1.2;
    margin-bottom:20px;
    font-weight:700;
}

.life-gws-hero p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

.life-gws-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* ==========================
INTRO
========================== */

.life-gws-intro .life-gws-content{
    max-width:900px;
    margin:auto;
    text-align:center;
    font-size:18px;
    line-height:1.9;
}

/* ==========================
HIGHLIGHTS
========================== */

.life-gws-highlights{
    background:#f8f9fa;
}

.life-gws-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    height:100%;
    text-align:center;
    transition:.4s;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.life-gws-card:hover{
    transform:translateY(-10px);
}

.life-gws-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.life-gws-card h4{
    font-size:24px;
    margin:20px 0 10px;
    font-weight:600;
}

.life-gws-card p{
    padding:0 20px 25px;
    margin:0;
}

/* ==========================
FEATURES
========================== */

.life-gws-features{
    background:#fff;
}

.life-gws-feature-box{
    background:#fff;
    padding:35px 30px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    border-top:4px solid var(--secondary-color);
    text-align: center;
}

.life-gws-feature-box:hover{
    transform:translateY(-8px);
}

.life-gws-feature-box h5{
    font-size:22px;
    margin-bottom:12px;
    font-weight:600;
}

.life-gws-feature-box p{
    margin:0;
    line-height:1.8;
}
.intro-text {
    text-align: center;
}

/* ==========================
EVENTS
========================== */

.life-gws-events{
    background:#f8f9fa;
}

.life-gws-event-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.life-gws-event-card:hover{
    transform:translateY(-8px);
}

.life-gws-event-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.life-gws-event-card h5{
    text-align:center;
    padding:18px;
    margin:0;
    font-size:20px;
    font-weight:600;
}

/* ==========================
GALLERY
========================== */

.life-gws-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.life-gws-gallery-grid img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    transition:.4s;
}

.life-gws-gallery-grid img:hover{
    transform:scale(1.03);
}

/* ==========================
CTA
========================== */

.life-gws-cta{
    background:var(--primary-color);
    padding:90px 0;
    text-align:center;
    color:#fff;
}

.life-gws-cta h2{
    font-size:46px;
    margin-bottom:20px;
    color:#fff;
}

.life-gws-cta p{
    max-width:800px;
    margin:0 auto 30px;
    font-size:18px;
    line-height:1.8;
}

.life-gws-btn{
    display:inline-block;
    background:var(--secondary-color);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.life-gws-btn:hover{
    background:#fff;
    color:var(--primary-color);
}

/* ==========================
SECTION TITLE
========================== */

.life-gws-title{
    text-align:center;
    margin-bottom:50px;
}

.life-gws-title h2{
    font-size:42px;
    margin-bottom:15px;
}

.life-gws-subtitle{
    color:var(--secondary-color);
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:991px){

    .life-gws-hero{
        text-align:center;
        padding:70px 0;
    }

    .life-gws-hero h1{
        font-size:40px;
    }

    .life-gws-image{
        margin-top:40px;
    }

    .life-gws-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .life-gws-cta h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .life-gws-hero h1{
        font-size:32px;
    }

    .life-gws-hero p{
        font-size:16px;
    }

    .life-gws-gallery-grid{
        grid-template-columns:1fr;
    }

    .life-gws-card img,
    .life-gws-event-card img{
        height:220px;
    }

    .life-gws-feature-box{
        padding:25px;
    }

    .life-gws-title h2{
        font-size:30px;
    }

    .life-gws-cta h2{
        font-size:28px;
    }

}
.fs-day-section,
.fs-focus-section,
.fs-gallery-section,
.fs-domain-section,
.fs-skills-section,
.fs-learning-section{
    position:relative;
}
.highlight-box{
    background:#fff;
    padding:40px 20px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.highlight-box h3{
    font-size:48px;
    color:var(--primary-color);
    font-weight:700;
    margin-bottom:10px;
}

.highlight-box span{
    font-size:18px;
    font-weight:600;
}
.middle-initiatives-section{
    background:#f8f9fc;
}

.initiative-card{
    background:#fff;
    padding:30px;
    border-radius:16px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
    border-top:4px solid var(--secondary-color);
}

.initiative-card:hover{
    transform:translateY(-8px);
}

.initiative-card h4{
    font-size:22px;
    margin-bottom:15px;
    color:var(--secondary-color);
    text-align: center;
}

.initiative-card p{
    margin:0;
    line-height:1.8;
    text-align: center;
}
.alumni-page-section{
    background:#fff;
}

.alumni-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.10);
}

.alumni-content{
    padding-left:20px;
}

.alumni-tag{
    display:inline-block;
    background:rgba(0,90,170,0.08);
    color:var(--primary-color);
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.alumni-content h3{
    font-size:42px;
    margin-bottom:20px;
    color:var(--heading-color);
}

.alumni-content p{
    margin-bottom:18px;
}

.alumni-achievements{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:35px;
}

.achievement-item{
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:15px;
    padding:25px 20px;
    text-align:center;
    transition:0.3s;
}

.achievement-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.achievement-item h4{
    font-size:18px;
    margin-bottom:10px;
    color:var(--primary-color);
}

.achievement-item p{
    font-size:14px;
    margin:0;
}

@media(max-width:991px){

    .alumni-content{
        padding-left:0;
    }

    .alumni-content h3{
        font-size:32px;
    }

    .alumni-achievements{
        grid-template-columns:1fr;
    }
}
@media (max-width: 991px){
    .shape-1, .shape-2 {
        display: none;
    }
    
    .hero-row{
        display:flex;
        flex-direction:column;
    }

    .hero-image-col{
        order:1;
        margin-bottom:30px;
    }

    .hero-content-col{
        order:2;
        text-align:center;
    }

}
.error {
    color: red;
    font-size: 13px;
}

.thankyou-container .checkmark {
    margin: 0 auto;
}
.thankyou-container h2 {
    color: #484b48;
    font-size: 32px;
    margin-bottom: 10px;
}
.thankyou-container p {
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}