        .header-layout6 .menu-area {
            background: #f1f2f7 !important;
        }

        .header-layout6 .logo-shape {
            display: none;
        }

        .header-layout6 .main-menu > ul > li > a,
        .header-layout6 .simple-icon {
            color: #1f2d5c;
        }

        @media (min-width: 992px) {
            .header-layout6 .menu-area .header-logo {
                margin-left: -8px;
            }

            .header-layout6 .menu-area .row {
                flex-wrap: nowrap;
            }

            .header-layout6 .menu-area .menu-main-wrap {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 14px;
                flex-wrap: nowrap;
                width: 100%;
                padding-right: 28px;
            }

            .header-layout6 .menu-area .menu-holder {
                flex: 1 1 auto;
                min-width: 0;
                display: flex;
                justify-content: flex-end;
            }

            .header-layout6 .main-menu > ul {
                white-space: nowrap;
            }

            .header-layout6 .main-menu > ul > li {
                margin: 0 11px;
            }

            .header-layout6 .main-menu > ul > li > a {
                padding: 38px 0;
            }

            .header-layout6 .header-button {
                margin-left: 0;
            }

            .header-layout6 .header-button .sideMenuToggler {
                margin-left: 14px;
            }
        }

        @media (max-width: 1399px) and (min-width: 992px) {
            .header-layout6 .menu-area .header-logo {
                margin-left: 0;
            }

            .header-layout6 .main-menu > ul > li {
                margin: 0 9px;
            }
        }

        @media (max-width: 991px) {
            .header-layout6 .menu-area .header-logo {
                margin-left: 0 !important;
                padding-left: 10px;
            }

            .header-layout6 .menu-area .header-logo img {
                max-width: clamp(190px, 60vw, 245px);
                width: 100%;
                height: auto;
            }

            .header-layout6 .menu-area .container {
                padding-left: 14px;
                padding-right: 14px;
            }

            .header-layout6 .menu-area .th-menu-toggle {
                margin-right: 6px;
            }
        }

        @media (max-width: 575px) {
            .header-layout6 .menu-area .header-logo img {
                max-width: 68vw;
            }

            .th-menu-wrapper .th-menu-area {
                padding-left: 12px;
                padding-right: 12px;
            }

            .th-menu-wrapper .th-menu-toggle {
                right: 8px;
            }

            .th-mobile-menu ul li a {
                padding-right: 12px;
            }
        }

        .facility-card {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
        }

        .facility-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.35s ease;
        }

        .facility-card:hover img {
            transform: scale(1.06);
        }

        .facility-overlay {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(27, 39, 83, 0.88);
            color: #fff;
            padding: 16px 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }

        .facility-overlay h4 {
            margin: 0;
            font-size: 20px;
            color: #fff;
        }

        .facility-btn {
            background: #fff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            flex-shrink: 0;
            transition: transform 0.2s ease, background-color 0.2s ease;
        }

        .facility-btn i {
            color: #1b2753;
        }

        .facility-btn:hover {
            background: #ffca06;
            transform: translateY(-1px);
        }

        .facility-modal {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.65);
            z-index: 9999;
            padding: 24px 14px;
            overflow-y: auto;
        }

        .facility-modal.show {
            display: block;
        }

        .facility-modal-content {
            position: relative;
            background: #fff;
            width: min(680px, 100%);
            margin: 4% auto;
            padding: 34px 26px 26px;
            border-radius: 12px;
            text-align: center;
        }

        .facility-modal-content img {
            width: 100%;
            border-radius: 10px;
            margin-bottom: 18px;
            max-height: 360px;
            object-fit: cover;
        }

        .facility-modal-content h3 {
            margin-bottom: 10px;
        }

        .facility-modal-content p {
            margin-bottom: 0;
        }

        .facility-close {
            position: absolute;
            top: 10px;
            right: 14px;
            font-size: 30px;
            line-height: 1;
            cursor: pointer;
            color: #1b2753;
        }

        @media (max-width: 575px) {
            .facility-overlay h4 {
                font-size: 18px;
            }

            .facility-modal-content {
                margin: 8% auto;
                padding: 28px 16px 20px;
            }

            .facility-modal-content img {
                max-height: 250px;
            }
        }

        .chairman-photo-wrap {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            padding: 14px;
            background: #ffffff;
            box-shadow: 0 18px 45px rgba(15, 31, 73, 0.16);
            background-image: url("assets/img/bg/about-5-bg.png");
            background-size: cover;
            background-position: center;
        }

        .chairman-photo-wrap::before {
            content: "";
            position: absolute;
            top: -34px;
            left: -34px;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background: rgba(13, 94, 244, 0.16);
            z-index: 0;
        }

        .chairman-photo {
            position: relative;
            z-index: 1;
            width: 100%;
            border-radius: 12px;
            display: block;
            object-fit: cover;
            min-height: 460px;
            max-height: 560px;
        }

        @media (max-width: 1199px) {
            .chairman-photo {
                min-height: 360px;
            }
        }

        .principal-message-panel {
            background: #ffffff;
            border: 1px solid rgba(13, 94, 244, 0.14);
            border-radius: 16px;
            padding: 34px 30px;
            box-shadow: 0 14px 36px rgba(16, 33, 68, 0.08);
        }

        .principal-sign {
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px dashed rgba(27, 39, 83, 0.25);
        }

        .principal-note {
            background: #f4f7ff;
            border-left: 4px solid #0d5ef4;
            border-radius: 10px;
            padding: 14px 16px;
            margin: 20px 0;
        }

        @media (max-width: 575px) {
            .principal-message-panel {
                padding: 24px 18px;
            }
        }

        .cbse-panel {
            background: #ffffff;
            border: 1px solid rgba(13, 94, 244, 0.16);
            border-radius: 18px;
            padding: 30px;
            box-shadow: 0 16px 36px rgba(18, 34, 70, 0.08);
            height: 100%;
        }

        .cbse-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #eaf1ff;
            color: #0d5ef4;
            border-radius: 999px;
            padding: 6px 14px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .cbse-aff-no {
            background: linear-gradient(135deg, #0d5ef4, #1b2753);
            color: #fff;
            border-radius: 12px;
            padding: 14px 16px;
            margin: 14px 0 18px;
        }

        .cbse-aff-no .label {
            display: block;
            font-size: 13px;
            opacity: 0.9;
            margin-bottom: 4px;
        }

        .cbse-aff-no .value {
            font-size: 30px;
            font-weight: 800;
            letter-spacing: 1px;
            line-height: 1;
        }

        .cbse-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 14px;
        }

        .cbse-item {
            background: #f7f9ff;
            border-radius: 10px;
            padding: 12px;
        }

        .cbse-item .k {
            display: block;
            font-size: 12px;
            color: #5a6788;
            margin-bottom: 4px;
        }

        .cbse-item .v {
            display: block;
            color: #1b2753;
            font-weight: 600;
            font-size: 14px;
        }

        .cbse-list {
            margin: 0;
            padding-left: 18px;
        }

        .cbse-list li {
            margin-bottom: 8px;
        }

        .academic-panel {
            padding: 0;
        }

        .academic-title {
            text-align: center;
            margin-bottom: 26px;
        }

        .academic-title h3 {
            margin-bottom: 0;
            color: #1b2753;
            font-size: 42px;
        }

        .language-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .language-card {
            position: relative;
            min-height: 230px;
            border-radius: 14px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.68);
            border: 1px solid rgba(255, 255, 255, 0.95);
            box-shadow: 0 18px 34px rgba(16, 33, 68, 0.1), inset 0 0 0 1px rgba(13, 94, 244, 0.16);
            backdrop-filter: blur(9px);
            -webkit-backdrop-filter: blur(9px);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .language-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 22px 38px rgba(16, 33, 68, 0.14), inset 0 0 0 1px rgba(13, 94, 244, 0.22);
        }

        .language-bg {
            position: absolute;
            inset: 0;
            display: none;
        }

        .language-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(160deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.18) 100%);
        }

        .language-content {
            position: relative;
            z-index: 1;
            text-align: center;
            color: #1b2753;
            height: 100%;
            padding: 20px 16px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .language-content h4 {
            margin-bottom: 10px;
            color: #1b2753;
            font-size: 30px;
        }

        .language-content p {
            margin-bottom: 6px;
            font-size: 17px;
            line-height: 1.4;
        }

        .language-content .opt {
            font-weight: 700;
            margin-bottom: 0;
            font-size: 18px;
        }

        .language-bg-1 {
            background-image: none;
        }

        .language-bg-2 {
            background-image: none;
        }

        .language-bg-3 {
            background-image: none;
        }

        .language-bg-4 {
            background-image: none;
        }

        .curriculum-wrap {
            margin-top: 42px;
            background: linear-gradient(180deg, #f4f7ff 0%, #eef3ff 100%);
            border: 1px solid rgba(27, 39, 83, 0.1);
            border-radius: 20px;
            padding: 34px 26px;
        }

        .curriculum-wrap h3 {
            margin-bottom: 12px;
            color: #1b2753;
            font-size: 46px;
        }

        .curriculum-divider {
            width: 86px;
            border-top: 2px dashed #cc9f23;
            margin-bottom: 24px;
        }

        .curriculum-copy {
            color: #4f5f7e;
            font-size: 17px;
            line-height: 1.75;
            margin-bottom: 0;
            padding-right: 14px;
        }

        .curriculum-points {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }

        .curriculum-points li {
            position: relative;
            padding-left: 22px;
            margin-bottom: 12px;
            color: #1c2746;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.45;
        }

        .curriculum-points li::before {
            content: "\00BB";
            position: absolute;
            left: 0;
            top: 0;
            color: #1d3f92;
            font-weight: 800;
        }

        @media (max-width: 767px) {
            .cbse-panel {
                padding: 22px 18px;
            }

            .cbse-grid {
                grid-template-columns: 1fr;
            }

            .cbse-aff-no .value {
                font-size: 26px;
            }

            .academic-panel {
                padding: 0;
            }

            .academic-title h3,
            .curriculum-wrap h3 {
                font-size: 30px;
            }

            .curriculum-wrap {
                padding: 24px 16px;
            }

            .language-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
            }

            .language-card {
                min-height: 200px;
            }

            .language-content h4 {
                font-size: 26px;
            }

            .language-content p,
            .language-content .opt,
            .curriculum-copy,
            .curriculum-points li {
                font-size: 16px;
            }
        }

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

            .language-card {
                min-height: 190px;
            }

            .language-content h4 {
                font-size: 24px;
            }

            .language-content p,
            .language-content .opt,
            .curriculum-copy,
            .curriculum-points li {
                font-size: 15px;
                line-height: 1.5;
            }
        }
        .cbse-panel,
        .language-card,
        .curriculum-wrap,
        .labs-card,
        .labs-highlight,
        .books-card,
        .books-note,
        .md-section,
        .md-accordion .accordion-item,
        .nhp-hero,
        .nhp-card,
        .nhp-matrix,
        .nhp-process,
        .nhp-step,
        .nhp-note {
            transition: transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.3s ease;
        }

        .cbse-panel:hover,
        .language-card:hover,
        .curriculum-wrap:hover,
        .labs-card:hover,
        .labs-highlight:hover,
        .books-card:hover,
        .books-note:hover,
        .md-section:hover,
        .md-accordion .accordion-item:hover,
        .nhp-hero:hover,
        .nhp-card:hover,
        .nhp-matrix:hover,
        .nhp-process:hover,
        .nhp-step:hover,
        .nhp-note:hover {
            transform: translate3d(0, -10px, 0) scale(1.01) rotate(-0.35deg);
            box-shadow: 0 10px 16px rgba(18, 34, 70, 0.14), 0 0 0 2px rgba(92, 168, 255, 0.34);
            border-color: rgba(92, 168, 255, 0.52);
        }

        @media (hover: none) {
            .cbse-panel:hover,
            .language-card:hover,
            .curriculum-wrap:hover,
            .labs-card:hover,
            .labs-highlight:hover,
            .books-card:hover,
            .books-note:hover,
            .md-section:hover,
            .md-accordion .accordion-item:hover,
            .nhp-hero:hover,
            .nhp-card:hover,
            .nhp-matrix:hover,
            .nhp-process:hover,
            .nhp-step:hover,
            .nhp-note:hover {
                transform: none;
                box-shadow: inherit;
                border-color: inherit;
            }
        }

        .reveal-item {
            opacity: 0;
            transform: translateY(28px);
            transition: transform 0.7s ease, opacity 0.7s ease;
            will-change: transform, opacity;
        }

        .reveal-item.from-left {
            transform: translateX(-34px);
        }

        .reveal-item.from-right {
            transform: translateX(34px);
        }

        .reveal-item.from-up {
            transform: translateY(-28px);
        }

        .reveal-item.from-down {
            transform: translateY(28px);
        }

        .reveal-item.in-view {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }

        @media (prefers-reduced-motion: reduce) {
            .reveal-item {
                opacity: 1 !important;
                transform: none !important;
                transition: none !important;
            }
        }
    
