    .custom-navbar {
        min-height: 90px;
    }

    .custom-navbar {
        background: #fff !important;
        box-shadow: 0 5px 25px rgba(0,0,0,.08);
        border-bottom: 1px solid #eee;
    }


    .school-logo {
        width: 80px;
        height: auto;
    }

    .school-title h5 {
        font-size: 32px;
        font-weight: 700;
        color: #49389f;
        margin: 0;
    }

    .school-title small {
        font-size: 14px;
        color: #666;
    }

    .navbar-nav .nav-link {
        font-weight: 600;
        color: #222 !important;
        margin: 0 8px;
        transition: .3s;
    }

        .navbar-nav .nav-link:hover {
            color: #49389f !important;
        }



    .btn-login {
        background: #49389f;
        color: #fff;
        padding: 12px 25px;
        border-radius: 8px;
        font-weight: 600;
    }

    .dropdown-menu {
        border: none;
        box-shadow: 0 10px 30px rgba(0,0,0,.12);
    }

    .btn-primary {
        background: #49389f;
        border-color: #49389f;
    }

    @media (max-width: 768px) {

        .school-logo {
            width: 80px;
            height: auto;
        }

        .school-title small {
            font-size: 10px;
        }

        .school-title h5 {
            font-size: 15px;
        }

        .navbar-nav {
            padding-top: 15px;
        }

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


/*    carousel style design */

    .hero-slide {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

        .hero-slide img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,.10) 100%);
    }

    .hero-card {
        position: absolute;
        left: 8%;
        bottom: 8%;
        width: 600px;
        max-width: 90%;
        padding: 45px;
        background: rgba(255,255,255,.10);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,.20);
        border-radius: 30px;
        box-shadow: 0 15px 50px rgba(0,0,0,.25);
        z-index: 2;
    }

    .hero-tag {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
        opacity: .9;
    }

    .hero-card h1 {
        font-size: 4rem;
        line-height: 1.1;
        font-weight: 800;
        color: #fff;
        margin-bottom: 20px;
    }

    .hero-card p {
        color: #f5f5f5;
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .hero-btns {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

        .hero-btns .btn {
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: 600;
        }

        .hero-btns .btn-primary {
            background: #49389f;
            border: none;
        }

            .hero-btns .btn-primary:hover {
                background: #382a82;
            }


    @media(max-width:768px) {

        .hero-slide {
            height: 80vh;
        }

            .hero-slide img {
                height: 80vh;
            }

        .hero-card {
            left: 20px;
            right: 20px;
            bottom: 30px;
            width: auto;
            padding: 25px;
        }

            .hero-card h1 {
                font-size: 2rem;
            }

            .hero-card p {
                font-size: 14px;
            }

        .hero-btns {
            flex-direction: column;
        }

            .hero-btns .btn {
                width: 100%;
            }
    }


        .achievement-section {
            background: linear-gradient(135deg,#f8faff,#eef3ff);
            position: relative;
            overflow: hidden;
        }

        .achievement-tag {
            display: inline-block;
            background: #49389f;
            color: #fff;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
        }

        .achievement-title {
            font-size: 48px;
            font-weight: 800;
            margin-top: 20px;
            color: #1b2559;
        }

        .achievement-subtitle {
            max-width: 700px;
            margin: auto;
            color: #666;
            font-size: 18px;
        }

        .achievement-card {
            background: #fff;
            border-radius: 25px;
            padding: 40px 25px;
            text-align: center;
            height: 100%;
            transition: .4s;
            box-shadow: 0 10px 35px rgba(0,0,0,.08);
        }

            .achievement-card:hover {
                transform: translateY(-12px);
                box-shadow: 0 20px 50px rgba(73,56,159,.18);
            }

        .achievement-icon {
            width: 85px;
            height: 85px;
            margin: auto;
            border-radius: 50%;
            background: linear-gradient(135deg,#49389f,#6c5ce7);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin-bottom: 25px;
        }

        .achievement-card h3 {
            font-size: 42px;
            font-weight: 800;
            color: #49389f;
            margin-bottom: 10px;
        }

        .achievement-card h5 {
            font-weight: 700;
            color: #222;
            margin-bottom: 15px;
        }

        .achievement-card p {
            color: #666;
            margin: 0;
            line-height: 1.7;
        }
/*        Mobile Responsive*/


        @media(max-width:768px) {

            .achievement-title {
                font-size: 30px;
            }

            .achievement-subtitle {
                font-size: 15px;
            }

            .achievement-card {
                padding: 30px 20px;
            }

                .achievement-card h3 {
                    font-size: 32px;
                }

            .achievement-icon {
                width: 70px;
                height: 70px;
                font-size: 26px;
            }
        }


       /* sticky bar*/

        .social-sidebar {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9999;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

            .social-sidebar a {
                width: 55px;
                height: 55px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 22px;
                text-decoration: none;
                box-shadow: 0 10px 25px rgba(0,0,0,.15);
                transition: .35s ease;
            }

                .social-sidebar a:hover {
                    transform: translateX(-8px) scale(1.08);
                }

        .facebook {
            background: #1877f2;
        }

        .youtube {
            background: #ff0000;
        }

        .instagram {
            background: linear-gradient( 45deg, #f58529, #dd2a7b, #8134af, #515bd4);
        }

        .phone {
            background: #25d366;
        }

        .whatsapp {
            background: #25d366;
        }
        @media(max-width:768px) {

            .social-sidebar {
                right: 10px;
                gap: 10px;
            }

                .social-sidebar a {
                    width: 45px;
                    height: 45px;
                    font-size: 18px;
                }
        }

       /* History section*/

        .history-section {
            background: #f8fbff;
        }

        .history-badge {
            background: #49389f;
            color: #fff;
            padding: 8px 22px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
        }

        .history-title {
            font-size: 48px;
            font-weight: 800;
            margin-top: 20px;
            color: #1b2559;
        }

        .history-subtitle {
            color: #666;
            max-width: 700px;
            margin: auto;
        }

        .history-image-box {
            position: relative;
        }

        .history-img {
            border-radius: 25px;
            width: 100%;
            height: 550px;
            object-fit: cover;
            box-shadow: 0 20px 50px rgba(0,0,0,.15);
        }

        .history-year {
            position: absolute;
            bottom: 30px;
            right: -20px;
            background: #49389f;
            color: #fff;
            padding: 25px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(73,56,159,.3);
        }

            .history-year h3 {
                margin: 0;
                font-size: 38px;
                font-weight: 800;
            }

        .history-content {
            background: #fff;
            padding: 40px;
            border-radius: 25px;
            box-shadow: 0 10px 35px rgba(0,0,0,.08);
        }

            .history-content h6 {
                color: #49389f;
                font-weight: 700;
                letter-spacing: 2px;
            }

            .history-content h2 {
                font-size: 42px;
                font-weight: 800;
                margin: 15px 0;
                color: #1b2559;
            }

            .history-content p {
                color: #666;
                line-height: 1.9;
            }

        .history-stats {
            display: flex;
            gap: 30px;
            margin-top: 30px;
        }

            .history-stats h3 {
                color: #49389f;
                font-weight: 800;
                margin: 0;
            }

            .history-stats span {
                color: #777;
            }

        @media(max-width:768px) {

            .history-title {
                font-size: 30px;
            }

            .history-content {
                padding: 25px;
            }

                .history-content h2 {
                    font-size: 28px;
                }

            .history-img {
                height: 350px;
            }

            .history-year {
                right: 10px;
                bottom: 10px;
                padding: 15px;
            }

                .history-year h3 {
                    font-size: 24px;
                }

            .history-stats {
                justify-content: space-between;
                gap: 10px;
            }
        }



        .about-modern-section {
            background: #ffffff;
        }

        .about-badge {
            background: #49389f;
            color: #fff;
            padding: 8px 22px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
        }

        .about-title {
            font-size: 48px;
            font-weight: 800;
            color: #1b2559;
            margin-top: 20px;
        }

        .about-subtitle {
            color: #777;
            max-width: 700px;
            margin: auto;
        }

        .about-image-wrapper {
            position: relative;
        }

        .about-founder-img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            border-radius: 25px;
            box-shadow: 0 20px 50px rgba(0,0,0,.15);
        }

        .founder-card {
            position: absolute;
            left: 30px;
            bottom: 30px;
            background: #fff;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,.15);
        }

            .founder-card h5 {
                margin: 0;
                color: #49389f;
                font-weight: 700;
            }

            .founder-card span {
                color: #777;
                font-size: 14px;
            }

        .about-content-card {
            background: #fff;
            padding: 45px;
            border-radius: 25px;
            box-shadow: 0 10px 40px rgba(0,0,0,.08);
        }

            .about-content-card h6 {
                color: #49389f;
                font-weight: 700;
                letter-spacing: 2px;
            }

            .about-content-card h2 {
                font-size: 42px;
                font-weight: 800;
                color: #1b2559;
                margin: 15px 0;
            }

            .about-content-card p {
                color: #666;
                line-height: 1.9;
            }

        .about-stat {
            text-align: center;
            background: #f8faff;
            padding: 20px;
            border-radius: 15px;
            transition: .3s;
        }

            .about-stat:hover {
                transform: translateY(-8px);
                background: #49389f;
            }

                .about-stat:hover h3,
                .about-stat:hover span {
                    color: #fff;
                }

            .about-stat h3 {
                color: #49389f;
                font-weight: 800;
                margin-bottom: 5px;
            }

            .about-stat span {
                color: #777;
            }
        @media(max-width:768px) {

            .about-title {
                font-size: 30px;
            }

            .about-founder-img {
                height: 400px;
            }

            .about-content-card {
                padding: 25px;
            }

                .about-content-card h2 {
                    font-size: 28px;
                }

            .founder-card {
                left: 15px;
                right: 15px;
                bottom: 15px;
            }
        }



        /* =========================
   Vision Mission Section
========================= */

        .vision-mission-section {
            background: #f8fafc;
        }

        .section-badge {
            display: inline-block;
            background: #eef2ff;
            color: #49389f;
            padding: 8px 18px;
            border-radius: 50px;
            font-weight: 600;
            letter-spacing: 1px;
            font-size: 14px;
        }

        .section-heading {
            font-size: 42px;
            font-weight: 800;
            color: #0f172a;
            margin-top: 15px;
        }

        .section-subtitle {
            max-width: 650px;
            margin: auto;
            color: #64748b;
            font-size: 17px;
        }

        .vm-card {
            background: #fff;
            padding: 45px;
            border-radius: 25px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: .4s;
            box-shadow: 0 15px 40px rgba(0,0,0,.08);
        }

            .vm-card:hover {
                transform: translateY(-10px);
            }

        .vision-card {
            border-top: 6px solid #49389f;
        }

        .mission-card {
            border-top: 6px solid #ffb703;
        }

        .vm-icon {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 30px;
        }

        .vision-card .vm-icon {
            background: #ede9fe;
            color: #49389f;
        }

        .mission-card .vm-icon {
            background: #fff3cd;
            color: #ff9800;
        }

        .vm-card h3 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #0f172a;
        }

        .vm-card p {
            color: #64748b;
            line-height: 1.9;
            font-size: 16px;
        }

        .mission-list {
            list-style: none;
            padding: 0;
            margin-top: 25px;
        }

            .mission-list li {
                padding: 10px 0;
                color: #334155;
                font-weight: 500;
            }

                .mission-list li::before {
                    content: "✓";
                    color: #16a34a;
                    font-weight: bold;
                    margin-right: 10px;
                }

        /* Mobile */

        @media(max-width:768px) {

            .section-heading {
                font-size: 30px;
            }

            .vm-card {
                padding: 30px;
            }

                .vm-card h3 {
                    font-size: 24px;
                }

            .vm-icon {
                width: 60px;
                height: 60px;
                font-size: 24px;
            }
        }

        /* ==========================
   Academics Section
========================== */

        .academics-section {
            background: #f8fafc;
        }

        .acad-badge {
            display: inline-block;
            padding: 8px 18px;
            background: #eef2ff;
            color: #49389f;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
        }

        .acad-title {
            font-size: 42px;
            font-weight: 800;
            margin-top: 15px;
            color: #0f172a;
        }

        .acad-subtitle {
            color: #64748b;
            max-width: 650px;
            margin: auto;
        }

        .academic-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 25px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: .4s;
            box-shadow: 0 15px 40px rgba(0,0,0,.08);
        }

            .academic-card:hover {
                transform: translateY(-12px);
                box-shadow: 0 20px 50px rgba(73,56,159,.15);
            }

            .academic-card::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 5px;
                background: linear-gradient(90deg,#49389f,#6d5ce7);
            }

        .academic-icon {
            width: 80px;
            height: 80px;
            background: #eef2ff;
            color: #49389f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-bottom: 25px;
        }

        .academic-card h3 {
            font-size: 28px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 10px;
        }

        .academic-age {
            display: inline-block;
            background: #f1f5f9;
            color: #475569;
            padding: 8px 15px;
            border-radius: 30px;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .academic-card p {
            color: #64748b;
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .learn-more {
            color: #49389f;
            text-decoration: none;
            font-weight: 600;
        }

            .learn-more i {
                margin-left: 8px;
                transition: .3s;
            }

            .learn-more:hover i {
                transform: translateX(5px);
            }

        /* Mobile */

        @media(max-width:768px) {

            .acad-title {
                font-size: 30px;
            }

            .academic-card {
                padding: 30px 25px;
            }

            .academic-icon {
                width: 65px;
                height: 65px;
                font-size: 24px;
            }

            .academic-card h3 {
                font-size: 24px;
            }
        }

        /* ==========================
   Facilities Section
========================== */

        .facilities-section {
            background: #f8fafc;
        }

        .facility-badge {
            display: inline-block;
            padding: 8px 18px;
            background: #eef2ff;
            color: #49389f;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
        }

        .facility-title {
            font-size: 42px;
            font-weight: 800;
            color: #0f172a;
            margin-top: 15px;
        }

        .facility-subtitle {
            max-width: 650px;
            margin: auto;
            color: #64748b;
        }

        .facility-card {
            background: #fff;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0,0,0,.08);
            transition: .4s;
            margin: 10px;
        }

            .facility-card:hover {
                transform: translateY(-10px);
            }

            .facility-card img {
                width: 100%;
                height: 260px;
                object-fit: cover;
            }

        .facility-content {
            padding: 25px;
        }

            .facility-content h4 {
                font-size: 24px;
                font-weight: 700;
                color: #0f172a;
                margin-bottom: 15px;
            }

            .facility-content p {
                color: #64748b;
                line-height: 1.8;
                margin: 0;
            }

        @media(max-width:768px) {

            .facility-title {
                font-size: 30px;
            }

            .facility-card img {
                height: 220px;
            }

            .facility-content {
                padding: 20px;
            }
        }

        /* =====================
   Leadership Section
===================== */

        .leadership-section {
            background: #f8fafc;
        }

        .leader-badge {
            display: inline-block;
            background: #eef2ff;
            color: #49389f;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
        }

        .leader-title {
            font-size: 42px;
            font-weight: 800;
            color: #0f172a;
            margin-top: 15px;
        }

        .leader-subtitle {
            color: #64748b;
            max-width: 650px;
            margin: auto;
        }

        .leader-card {
            background: #fff;
            padding: 40px;
            border-radius: 25px;
            text-align: center;
            height: 100%;
            box-shadow: 0 15px 40px rgba(0,0,0,.08);
            transition: .4s;
        }

            .leader-card:hover {
                transform: translateY(-10px);
            }

        .leader-image {
            margin-bottom: 25px;
        }

            .leader-image img {
                width: 180px;
                height: 180px;
                object-fit: cover;
                border-radius: 50%;
                border: 6px solid #eef2ff;
            }

        .leader-role {
            display: inline-block;
            background: #eef2ff;
            color: #49389f;
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .leader-content h3 {
            font-size: 28px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 20px;
        }

        .leader-content p {
            color: #64748b;
            line-height: 1.9;
        }

        @media(max-width:768px) {

            .leader-title {
                font-size: 30px;
            }

            .leader-card {
                padding: 30px 20px;
            }

            .leader-image img {
                width: 140px;
                height: 140px;
            }

            .leader-content h3 {
                font-size: 22px;
            }
        }
        .leader-image {
            overflow: hidden;
            border-radius: 50%;
            width: 180px;
            height: 180px;
            margin: auto auto 25px;
        }

            .leader-image img {
                transition: .5s;
            }

        .leader-card:hover .leader-image img {
            transform: scale(1.08);
        }

        /* =====================
           Events Section
        ===================== */
        .events-section { background: #fff; }
        .event-badge { display: inline-block; background: #eef2ff; color: #49389f; padding: 8px 18px; border-radius: 50px; font-size: 14px; font-weight: 600; }
        .event-title { font-size: 42px; font-weight: 800; color: #0f172a; margin-top: 15px; }
        .event-subtitle { color: #64748b; max-width: 650px; margin: auto; }
        .event-card { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.1); }
        .event-card img { width: 100%; height: 280px; object-fit: cover; transition: .5s; }
        .event-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(73,56,159,0.9), transparent); display: flex; align-items: flex-end; padding: 25px; opacity: 0; transition: .4s; }
        .event-card:hover img { transform: scale(1.1); }
        .event-card:hover .event-overlay { opacity: 1; }
        .event-overlay h4 { color: #fff; font-weight: 700; margin: 0; transform: translateY(20px); transition: .4s; }
        .event-card:hover .event-overlay h4 { transform: translateY(0); }

        /* =====================
           Contact Section
        ===================== */
        .contact-section { background: #f8fafc; }
        .contact-badge { display: inline-block; background: #eef2ff; color: #49389f; padding: 8px 18px; border-radius: 50px; font-size: 14px; font-weight: 600; }
        .contact-title { font-size: 42px; font-weight: 800; color: #0f172a; margin-top: 15px; }
        .contact-subtitle { color: #64748b; max-width: 650px; margin: auto; }
        .contact-info-card { background: #fff; border-radius: 25px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,.05); height: 100%; }
        .info-item { display: flex; align-items: flex-start; margin-bottom: 30px; }
        .info-icon { width: 60px; height: 60px; background: #eef2ff; color: #49389f; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px; flex-shrink: 0; }
        .info-item h5 { font-weight: 700; color: #0f172a; margin-bottom: 5px; }
        .info-item p { color: #64748b; margin: 0; }
        .contact-form-card { background: #fff; border-radius: 25px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,.05); height: 100%; }
        .form-floating .form-control { border-radius: 12px; border: 1px solid #e2e8f0; }
        .form-floating .form-control:focus { border-color: #49389f; box-shadow: 0 0 0 0.25rem rgba(73,56,159,.1); }
        .submit-btn { background: #49389f; border: none; border-radius: 12px; font-weight: 600; font-size: 16px; transition: .3s; }
        .submit-btn:hover { background: #382a82; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(73,56,159,.2); }

        /* =====================
           Modern Footer
        ===================== */
        .modern-footer { background: #0f172a; position: relative; }
        .modern-footer::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #49389f, #818cf8); }
        .social-links a { display: inline-flex; width: 40px; height: 40px; background: rgba(255,255,255,.1); color: #fff; border-radius: 50%; align-items: center; justify-content: center; margin-right: 10px; transition: .3s; text-decoration: none; }
        .social-links a:hover { background: #49389f; transform: translateY(-3px); }
        .section-title-footer { position: relative; padding-bottom: 15px; }
        .section-title-footer::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #49389f; border-radius: 5px; }
        .footer-links a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 12px; transition: .3s; }
        .footer-links a i { margin-right: 8px; color: #49389f; transition: .3s; }
        .footer-links a:hover { color: #fff; padding-left: 5px; }
        .footer-contact p { color: #cbd5e1; display: flex; align-items: flex-start; margin-bottom: 15px; }
        .footer-contact i { color: #49389f; margin-right: 15px; margin-top: 5px; }
