        .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: rgb(255 255 255);
            color: #fff;
            width: 100%;
            max-width: 70%;
            margin: 0;
            backdrop-filter: blur(7px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }

        .implimentation-sec .card-badge p {
            /* color: #fff;
  font-size: 17px !important;
  line-height: 22px !important; */
        }
        .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 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 {
            width: 100%;
            overflow: hidden;
        }
        section.project-learning-video video {
            width: 100%;
            height: auto;
            display: block;
            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;
        }
        section.school-location {
            padding: 100px 0 !important;
            background:
                radial-gradient(circle at 12% 20%, rgba(255, 216, 119, 0.18), transparent 26%),
                linear-gradient(180deg, #f6fcf0 0%, #ffffff 100%);
        }
        section.school-location .school-location-layout {
            align-items: stretch !important;
            padding: 0;
            border-radius: 34px;
            background: transparent;
            border: 0;
            box-shadow: none;
        }
        section.school-location .school-location-content {
            height: 100%;
            padding: 2.5rem;
            border-radius: 30px;
            background:
                radial-gradient(circle at 100% 0%, rgba(255, 216, 119, 0.18), transparent 34%),
                linear-gradient(135deg, #005c32 0%, #4d9367 100%);
            border: 0;
            box-shadow: 0 28px 70px rgba(0, 92, 50, 0.16);
            color: #ffffff;
        }
        .school-location-kicker {
            display: inline-flex;
            width: fit-content;
            margin-bottom: 0.9rem;
            padding: 0.55rem 0.9rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.14);
            color: #ffffff;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1;
        }
        section.school-location .school-location-content h2 {
            color: #ffffff;
            max-width: 620px;
            margin-bottom: 0.85rem !important;
            padding-top: 0 !important;
            font-size: 3rem !important;
            line-height: 1.08 !important;
        }
        section.school-location .school-location-content h2::before {
            display: none;
        }
        .school-location-copy {
            color: rgba(255, 255, 255, 0.88) !important;
            max-width: 640px;
            margin-bottom: 1.4rem !important;
            font-size: 1.08rem !important;
            line-height: 1.55 !important;
        }
        .school-location-list {
            display: grid;
            gap: 0.8rem;
        }
        .location-dtls {
            display: flex;
            align-items: flex-start;
            gap: 0.85rem;
            margin: 0;
            padding: 0.9rem;
            border-radius: 16px;
            color: inherit;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.96);
            border: 1px solid rgba(255, 255, 255, 0.36);
            transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
        }
        .location-dtls:hover,
        .location-dtls:focus {
            color: inherit;
            text-decoration: none;
            transform: translateY(-2px);
            background: #ffffff;
            box-shadow: 0 14px 32px rgba(0, 50, 28, 0.16);
        }
        .location-dtls span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 14px;
            background: #f5fbef;
            color: var(--primary);
            font-size: 22px;
            margin-right: 0;
            line-height: 1;
            box-shadow: none;
        }
        .black {
            color: #000000;
        }
        section.school-location h3 {
            font-size: 40px;
            font-weight: 600;
        }
        section.school-location h6 {
            color: #1f2d25;
            font-size: 1.2rem !important;
            line-height: 1.25 !important;
            margin-bottom: 5px;
            font-weight: 600 !important;
        }
        section.school-location p {
            font-size: 1rem !important;
            line-height: 1.45rem !important;
            margin-bottom: 0;
        }
        section.school-location .school-location-copy {
            font-size: 1.08rem !important;
            line-height: 1.55 !important;
            margin-bottom: 1.4rem !important;
        }
        .school-location-visual {
            position: relative;
            height: 100%;
            min-height: 680px;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 28px 70px rgba(34, 82, 43, 0.14);
        }
        .school-location-visual::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(180deg, rgba(0, 92, 50, 0.02), rgba(0, 92, 50, 0.28));
            pointer-events: none;
        }
        section.school-location img {
            border-radius: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            max-height: none;
            box-shadow: none;
        }
        .school-location-visual-card {
            position: absolute;
            z-index: 2;
            left: 1.4rem;
            right: 1.4rem;
            bottom: 1.4rem;
            display: flex;
            align-items: center;
            gap: 0.9rem;
            padding: 1rem;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.94);
            color: #1f2d25;
            box-shadow: 0 18px 42px rgba(0, 50, 28, 0.18);
        }
        .school-location-visual-card i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            width: 48px;
            height: 48px;
            border-radius: 16px;
            background: var(--primary);
            color: #ffffff;
            font-size: 1.2rem;
        }
        .school-location-visual-card strong,
        .school-location-visual-card small {
            display: block;
        }
        .school-location-visual-card strong {
            font-size: 1.08rem;
            line-height: 1.2;
        }
        .school-location-visual-card small {
            margin-top: 0.2rem;
            color: #5A5A5A;
            font-size: 0.92rem;
            line-height: 1.35;
        }
        section.school-location-chennai {
            padding: 60px 0 !important;
            background:
                radial-gradient(circle at 88% 12%, rgba(75, 170, 216, 0.16), transparent 26%),
                linear-gradient(180deg, #f6fcf0 0%, #ffffff 100%);
        }
        section.school-location-chennai .school-location-content {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: 1.4rem;
            height: 530px;
            min-height: 452px;
            padding: 3rem;
            overflow: hidden;
            background:
                radial-gradient(circle at 92% 8%, rgba(255, 216, 119, 0.24), transparent 32%),
                linear-gradient(135deg, #005e33 0%, #137047 48%, #4baad8 100%);
        }
        section.school-location-chennai .school-location-content::after {
            content: "";
            position: absolute;
            right: -90px;
            bottom: -110px;
            width: 270px;
            height: 270px;
            border-radius: 50%;
            border: 38px solid rgba(255, 255, 255, 0.08);
            pointer-events: none;
        }
        .chennai-location-intro,
        section.school-location-chennai .school-location-list,
        .chennai-campus-highlights {
            position: relative;
            z-index: 1;
        }
        section.school-location-chennai .chennai-location-intro h2 {
            max-width: 460px;
        }
        section.school-location-chennai .chennai-location-intro .school-location-copy {
            max-width: 500px;
            margin-bottom: 0 !important;
        }
        section.school-location-chennai .school-location-list {
            margin-top: 0.4rem;
        }
        section.school-location-chennai .location-dtls {
            padding: 1.25rem;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 18px 42px rgba(0, 50, 28, 0.14);
        }
        section.school-location-chennai .location-dtls h6 {
            font-size: 1.25rem !important;
        }
        section.school-location-chennai .location-dtls p {
            font-size: 1.08rem !important;
            line-height: 1.6 !important;
            margin-top: 0.55rem !important;
        }
        section.school-location-chennai .location-dtls p strong {
            font-size: 1.05rem;
        }
        section.school-location-chennai .location-dtls span {
            width: 54px;
            height: 54px;
            border-radius: 18px;
            color: #ffffff;
            background: var(--primary);
            font-size: 1.35rem;
        }
        section.school-location-chennai .location-dtls small {
            display: inline-flex;
            width: fit-content;
            margin-top: 0.8rem;
            padding: 0.45rem 0.75rem;
            border-radius: 999px;
            color: var(--primary);
            background: #f5fbef;
            font-size: 0.9rem;
            font-weight: 700;
            line-height: 1;
        }
        section.school-location-chennai .school-location-visual {
            height: 530px;
            min-height: 452px;
        }
        section.school-location-chennai .school-location-visual::before {
            background: linear-gradient(180deg, rgba(0, 92, 50, 0), rgba(0, 92, 50, 0.34));
        }
        section.school-location-chennai .school-location-visual-card i {
            background: #4baad8;
        }
        .chennai-campus-highlights {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.85rem;
        }
        .chennai-campus-highlights div {
            min-height: 96px;
            padding: 0.9rem;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.13);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;
            backdrop-filter: blur(8px);
        }
        .chennai-campus-highlights i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            margin-bottom: 0.7rem;
            border-radius: 13px;
            background: rgba(255, 255, 255, 0.95);
            color: var(--primary);
            font-size: 1rem;
        }
        .chennai-campus-highlights strong,
        .chennai-campus-highlights small {
            display: block;
        }
        .chennai-campus-highlights strong {
            font-size: 1rem;
            line-height: 1.2;
        }
        .chennai-campus-highlights small {
            margin-top: 0.35rem;
            color: rgba(255, 255, 255, 0.84);
            font-size: 0.88rem;
            line-height: 1.35;
        }

        /* 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.school-location .row {gap: 1rem;}
            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 {padding: 60px 0 !important;}
             section.school-location-chennai {padding: 70px 0 !important;}
             section.school-location img {max-height: 500px;}
             section.school-location .row {
                padding: 0.85rem;
                border-radius: 24px;
             }
             section.school-location .smartmoves-content {
                padding: 1.25rem;
                border-radius: 20px;
             }
             section.school-location-chennai .school-location-content {
                height: auto;
                min-height: auto;
                padding: 1.5rem;
             }
             .school-location-visual {
                min-height: 430px;
                border-radius: 24px;
             }
             section.school-location-chennai .school-location-visual {
                height: auto;
                min-height: 430px;
             }
            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;}
            section.school-location .school-location-content h2 {
                font-size: 2.35rem !important;
            }
            .location-dtls {
                padding: 0.9rem;
                border-radius: 16px;
            }
            .location-dtls span {
                width: 40px;
                height: 40px;
                border-radius: 14px;
                font-size: 24px;
            }
            .chennai-campus-highlights {
                grid-template-columns: 1fr;
            }
            .chennai-campus-highlights div {
                min-height: auto;
            }
        }

        @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 {
                padding: 40px 0 !important;
            }
            section.school-location-chennai {
                padding: 50px 0 !important;
            }
            section.school-location .row {
                padding: 0;
                border: 0;
                background: transparent;
                box-shadow: none;
            }
            section.school-location .school-location-content {
                padding: 1.15rem;
                border-radius: 20px;
            }
            section.school-location-chennai .school-location-content {
                gap: 1rem;
                padding: 1.2rem;
            }
            section.school-location-chennai .location-dtls {
                padding: 1rem;
                border-radius: 18px;
            }
            section.school-location-chennai .location-dtls p {
                font-size: 1rem !important;
                line-height: 1.5 !important;
            }
            section.school-location .smartmoves-content h2::before {
                width: 44px;
                height: 44px;
                border-radius: 14px;
                font-size: 1rem;
            }
            .school-location-visual {
                min-height: 320px;
                border-radius: 20px;
            }
            section.school-location-chennai .school-location-visual {
                height: auto;
                min-height: 320px;
            }
            .school-location-visual-card {
                left: 0.85rem;
                right: 0.85rem;
                bottom: 0.85rem;
                padding: 0.85rem;
                border-radius: 16px;
            }
            section.school-location h6 {font-size: 1.5rem !important;}
        }
