.inn-page-first-sec {
            padding-top: 130px;
        }
        img.personalised-learn-img {
            max-height: 500px;
            width: 100%;
            object-fit: cover;
        }
        /* Academic Entrance Section Styles */
        .academic-entrance {
            background: linear-gradient(180deg, rgba(96, 150, 72, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;
            padding: 80px 0 100px;
            position: relative;
            min-height: 100vh;
        }

        .academic-entrance .section-header {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            z-index: 1;
        }

        .academic-entrance .section-subtitle {
            color: #6B9F7A;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1.5px;
            margin-bottom: 12px;
        }

        .academic-entrance .section-title {
            color: #1E1E1E;
            font-size: 46px;
            font-weight: 700;
            margin-bottom: 0;
            line-height: 1.2;
        }

        .academic-entrance .card-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 25px;
            position: relative;
            z-index: 1;
        }

        .academic-entrance .feature-card {
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            min-height: 420px;
            height: 100%;
            cursor: pointer;
        }

        .academic-entrance .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.18);
        }

        .academic-entrance .card-content {
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 40px;
            background-size: cover;
            background-position: center;
            overflow: hidden;
        }

        .academic-entrance .card-title {
            color: white;
            font-size: 38px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 0;
            position: relative;
            z-index: 3;
            max-width: 85%;
            padding-top: 0;
        }

        /* Dummy image container */
        .academic-entrance .card-image {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60%;
            height: 75%;
            z-index: 1;
            background-size: cover;
            background-position: center;
            opacity: 0.9;
        }
        .academic-entrance .card-image img {
            width: 100%;
        }
        .academic-entrance .card-1 .card-image {
            width: 100%;
            height: auto;
            bottom: 0;
            right: 0;
            object-fit: contain;
        }

        .academic-entrance .card-2 .card-image {
            width: 100%;
            height: auto;
            bottom: 0;
            right: 0;
            max-width: 300px;
        }

        .academic-entrance .card-3 .card-image {
             width: 100%;
            height: auto;
            bottom: -5%;
            right: 0;
        }

        .academic-entrance .card-4 .card-image {
             width: 100%;
            height: auto;
            bottom: 0;
            right: 0;
        }

        .academic-entrance .card-5 .card-image {
             width: 100%;
            height: auto;
            bottom: 0;
            right: 0;
        }

        /* Curved wave pattern */
        .academic-entrance .wave-pattern {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
            opacity: 0.8;
        }

        /* Card 1 - Celebrate (Green) */
        .academic-entrance .card-1 {
            grid-column: span 5;
            background: #609648;
        }

        .academic-entrance .card-1 .wave-pattern svg path {
            fill: rgba(255, 255, 255, 0.2);
        }

        /* Card 2 - Discover (Coral Red) */
        .academic-entrance .card-2 {
            grid-column: span 7;
            background: #DA5959;
        }

        .academic-entrance .card-2 .wave-pattern svg path {
            fill: rgba(255, 255, 255, 0.2);
        }

        /* Card 3 - Leadership (Yellow/Orange) */
        .academic-entrance .card-3 {
            grid-column: span 7;
            background: #FFD877;
        }

        .academic-entrance .card-3 .card-title {
            text-align: right;
            max-width: 100%;
        }

        .academic-entrance .card-3 .wave-pattern svg path {
            fill: rgba(255, 255, 255, 0.2);
        }

        /* Card 4 - Learning (Sky Blue) */
        .academic-entrance .card-4 {
            grid-column: span 5;
            background: #4BAAD8;
        }

        .academic-entrance .card-4 .wave-pattern svg path {
            fill: rgba(255, 255, 255, 0.2);
        }

        /* Card 5 - Different Learning (Purple) */
        .academic-entrance .card-5 {
            grid-column: span 7;
            background: #886ED1;
        }

        .academic-entrance .card-5 .wave-pattern svg path {
            fill: rgba(255, 255, 255, 0.2);
        }
        header.sticky-header {
            background: #fff;
        }
         header.sticky-header .navbar .sub-logo {
            height: 40px;
        }
        .implimentation-sec {
            background: #fff;
        }
        .implimentation-sec .card-badge {
            background: #fff;
            color: #000000;
            width: 100%;
            max-width: 75%;
            margin: 0;
        }

        .implimentation-sec .card-badge p {
            color: #000000;
        }
        .implimentation-sec .program-card .card-overlay {
            padding: 0;
            margin: 0;
            left: 10px;
            bottom: 10px;
        }
        .implimentation-sec .program-card:hover .card-overlay {
            padding: 0px;
            left: 30px;
            bottom: 20px;
        }
        .implimentation-sec .program-card.card03:hover .card-overlay {
            padding: 0px;
            left: 30px;
            bottom: 20px;
        }
        .implimentation-sec .program-card.card03 .card-badge {
            max-width: 40%;
        }

        img.project-learn-img {
            max-height: 600px;
            width: 100%;
            object-fit: cover;
        }
        .bg-green-gradient {
            background: #e3f0e1;
            background: linear-gradient(180deg, rgba(227, 240, 225, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
            position: relative;
        }
        
        header.sticky-header {
            background: #fff !important;
        }
         header.sticky-header .navbar .sub-logo {
            height: 40px;
        }
        .implimentation-sec {
            background: #fff;
        }
        .implimentation-sec .card-badge {
            background: #fff;
            color: #000000;
            width: 100%;
            max-width: 70%;
            margin: 0;
        }

        .implimentation-sec .card-badge p {
            color: #000000;
        }
        .implimentation-sec .program-card .card-overlay {
            padding: 0;
            margin: 0;
            left: 10px;
            bottom: 10px;
        }
        .implimentation-sec .program-card:hover .card-overlay {
            padding: 0px;
            left: 30px;
            bottom: 20px;
        }
        .implimentation-sec .program-card.card03:hover .card-overlay {
            padding: 0px;
            left: 30px;
            bottom: 20px;
        }
        .implimentation-sec .program-card.card03 .card-badge {
            max-width: 40%;
        }
        .project-learning-video {
            height: 100%;
            max-height: 900px;
        }
        section.project-learning-video video {
            width: 100%;
            height: 100%;
            max-height: 900px;
            object-fit: cover;
        }
        .learn-projects-sec {
            gap: 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .learn-projects-sec .category-card {
            width: 330px;
            height: 250px;
            background: transparent;
        }
        section.school-banner {
            place-content: center;
        }
        section.school-banner .content-box {
            text-align: center;
        }
        section.school-banner .content-box h3 {
            color: var(--primary);
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 0;
        }
        .school-img img {
            border-radius: 20px;
            width: 100%;
        }
        .school-about p {
            font-size: 32px !important;
            line-height: 40px !important;
            margin-bottom: 20px;
        }
        .school-facility h5.card-title {
            margin-top: 15px;
        }
        .school-facility  .icon-wrapper img {
            width: 100px;
            height: 100px;
        }
        .location-dtls {
            display: flex;
            margin: 15px 0;
        }
        .location-dtls span {
            font-size: 30px;
            margin-right: 15px;
        }
        .black {
            color: #000000;
        }
        section.school-location h3 {
            font-size: 40px;
            font-weight: 600;
        }
        section.school-location h6 {
            font-size: 1.8rem !important;
            margin-bottom: 5px;
            font-weight: 600 !important;
        }
        section.school-location p {
            font-size: 1.4rem !important;
            line-height: 1.9rem !important;
        }
        section.school-location img {
            border-radius: 20px;
            height: 100%;
            width: 100%;
            object-fit: cover;
            max-height: 800px;
        }

        /* Responsive Design */
        @media (max-width: 1399px) {
            .learn-projects-sec .category-card {width: 290px;}
            .school-about p {font-size: 27px !important;}
        }
         @media (max-width: 1299px) {
            .learn-projects-sec .category-card {width: 260px;}
            .school-about p {font-size: 24px !important;}
        }
        @media (max-width: 1199px) {
            .academic-entrance .section-title {font-size: 42px;}
            .academic-entrance .card-title {font-size: 30px;}
            .learn-projects-sec .category-card {width: 240px; height: 230px;}
            section.school-location .smartmoves-content p {max-width: 100%;}
            section.school-location .smartmoves-content {margin-bottom: 0;}
            section.smartmoves-section.school-about {padding-bottom: 0;}

        }
        @media (max-width: 1099px) {
            .learn-projects-sec .category-card {width: 210px; height: 200px;}
        }
        @media (max-width: 992px) {
            .academic-entrance .card-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .academic-entrance .card-1,
            .academic-entrance .card-2,
            .academic-entrance .card-3,
            .academic-entrance .card-4,
            .academic-entrance .card-5 {
                grid-column: span 1;
            }

            .academic-entrance .section-title {
                font-size: 38px;
            }

            .academic-entrance .card-1 .card-image {
                max-width: 400px;
            }
            .academic-entrance .card-content {padding: 30px}
            .implimentation-sec .program-card.card03 .card-badge {
                max-width: 75%;
            }
             .learn-projects-sec .category-card {width: 230px; height: 210px;}
             .school-img img {max-height: 500px;}
             section.school-location img {max-height: 500px;}
            section.smartmoves-section.school-about {padding-bottom: 0;}
            section.school-about .smartmoves-content {margin-bottom: 0 !important;}
            .section.scroll-section.school-facility .section-space {padding-top: 0;}
        }

        @media (max-width: 768px) {
            .academic-entrance {
                padding: 60px 0 80px;
            }

            .academic-entrance .section-title {
                font-size: 34px;
            }

            .academic-entrance .card-title {
                font-size: 26px;
            }

            .academic-entrance .feature-card {
                height: 320px;
            }

            .academic-entrance .card-content {
                padding: 25px;
            }
            .school-about p { font-size: 20px !important; line-height: 32px !important;}
        }

        @media (max-width: 576px) {
            .academic-entrance .card-grid {
                grid-template-columns: 1fr;
            }

            .academic-entrance .section-title {
                font-size: 30px;
            }

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

            .academic-entrance .feature-card {
                height: 280px;
            }

            .academic-entrance .card-content {
                padding: 20px;
            }
            .implimentation-sec .card-badge {
                max-width: 95%;
            }
            .implimentation-sec .program-card.card03 .card-badge {
                max-width: 95%;
            }
            section.school-location h6 {font-size: 1.5rem !important;}
        }