
        @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
        }
        .fade-in {
            animation: fadeIn 0.5s ease forwards;
        }

        *{
             font-family: Montserrat, sans-serif;
        }

        html, body {
            overflow-x: hidden;
            max-width: 100vw;
        }
        #app-btn {
            box-shadow: 0px 24px 24px #00000029;
        } 

        .img-ban{
            margin: 0 auto;
        }

        /* Navbar spacing to match original Tailwind paddings */
        .ru-navbar-pad {
            padding-left: 20px;
            padding-right: 20px;
        }
        @media (min-width: 768px) {
            .ru-navbar-pad {
                padding-left: 120px;
                padding-right: 120px;
            }
        }
        /* Logo sizing (70px -> 84px on md) */
        .navbar .bg-img {
            height: 70px;
            width: 160px;
        }
        @media (min-width: 768px) {
            .navbar .bg-img {
                height: 84px;
                width: 183px;
            }
        }
        /* Apply button sizing/colors to match design */
        .btn-ru-danger {
            background-color: #CC0033;
            color: #fff;
            border-radius: 36px;
        }
        .btn-ru-danger:hover {
            background-color: #A80028;
            color: #fff;
        }
        .ru-apply-btn {
            height: 40px;
            width: 160px;
            font-size: 18px;
        }
        @media (min-width: 768px) {
            .ru-apply-btn {
                height: 64px;
                width: 260px;
                font-size: 24px;
            }
        }

        .main {
            background: url("https://rishihoodmarketingimg.s3.ap-south-1.amazonaws.com/assets/png/Mask+Group+541.png");
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: bottom;
            font-family: Montserrat;
        }

        @media (max-width: 768px) {
            .main {
                background: url("https://rishihoodmarketingimg.s3.ap-south-1.amazonaws.com/assets/png/Mask Group 550.png");
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }
        }

        #main-heading{
            font-family: Adobe Garamond Pro;
        }
        
        /* Hero typography and spacing to match Tailwind design */
        .hero-wrap { position: relative; min-height: 80vh; }
        @media (min-width: 768px) { .hero-wrap {height: 100vh;} }
        .hero-pad { padding: 4rem 1rem; }
        @media (min-width: 768px) { .hero-pad {padding: 3rem 2rem;} }
        #main-heading { color: #CC0033; font-weight: 700; line-height: 1; }
        @media (min-width: 768px) { #main-heading { font-size: 140px; line-height: 1.1; } }
        @media (max-width: 767.98px) { #main-heading { font-size: 64px; } }
        #hero-subtitle { color: #CC0033; font-weight: 700; border-top: 1px solid #CC0033; max-width: 440px; }
        @media (min-width: 768px) { #hero-subtitle { font-size: 32px; margin-bottom: 36px; padding-top: 1rem; } }
        @media (max-width: 767.98px) { #hero-subtitle { font-size: 18px; margin-bottom: 24px; padding-top: .75rem; } }
        .hero-cta { border-radius: 9999px; background-color: #CC0033; color: #fff; font-weight: 700; }
        .hero-cta:hover { background-color: #A80028; color: #fff; }
        .hero-cta { height: 52px; width: 180px; font-size: 18px; }
        @media (min-width: 768px) { .hero-cta { height: 64px; width: 260px; font-size: 24px; } }
        .hero-content { max-width: 560px; }

        /* Bottom stats overlay */
        .hero-stats { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10; }
        .hero-stats .stat-icon { width: 24px; height: 24px; }
        @media (min-width: 768px) { .hero-stats .stat-title { font-size: 16px; } }
        @media (max-width: 767.98px) { .hero-stats .stat-title { font-size: 14px; } }
        @media (min-width: 768px) { .hero-stats .stat-value { font-size: 28px; } }
        @media (max-width: 767.98px) { .hero-stats .stat-value { font-size: 20px; } }

        .card{
            border-radius: 16px;
        }
        .card-inner{
            border-radius: 0px 0px 16px 16px;
        }
        .policy{
            box-shadow: 0px 3px 6px #00000029;
        }
        .minor{
            box-shadow: 0px 3px 6px #00000029;
        }
        .tp-line{
            border-bottom: 2px solid #CC0033;
        }

        .active{
            color: #CC00331F;
            font-weight: medium
        }

        .program-hours-btn {
            background-color: #CC00331F;
            color: black;
            border: none;
            outline: none;
            transition: background 0.2s, color 0.2s;
        }
        .program-hours-btn.active {
            background: #CC00331F;
            color: #fff;
        }

        /* Unified tab active styling */
        .tab-active {
            background: #CC00331F !important;
            color: #CC0033 !important; /* keep text red as in design */
        }
        .tab-button { color: #444; }
        .program-hours-btn { color: #444; background: transparent; }

        /* Year tab active styling (re-usable) */
        .year-active {
            background: #CC00331F !important;
            color: #CC0033 !important;
        }

        /* On small screens, make tab controls inert (no click, no active styling) */
        @media (max-width: 767.98px) {
            .tab-button, .mobile-tab-heading {
                pointer-events: none !important;
                cursor: default !important;
            }
            /* ensure no accidental focus outlines */
            .tab-button:focus, .mobile-tab-heading:focus { outline: none !important; }
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, opacity 0.3s ease;
            opacity: 0;
        }
        
        .faq-item.active .faq-answer {
            max-height: 500px;
            opacity: 1;
        }
        
        .faq-icon {
            transition: transform 0.3s ease;
        }


        
        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faculty-card {
            width: 380px;
            height: 540px;
        }

        @media (max-width: 768px) {
            .faculty-card {
                width: 100%;
                height: auto;
                flex-shrink: 1;
                padding: 8px; /* adds padding around card */
                box-sizing: border-box;
            }
        }

        .faculty-image {
            height: 370px;
        }

        @media (max-width: 768px) {
            .faculty-image {
                height: auto;
                width: 100%;
                object-fit: contain; /* ensures full image is visible */
                display: block;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            body {
                overflow-x: hidden !important;
                max-width: 100vw !important;
            }

            .carousel-container {
                overflow: hidden !important;
                max-width: 100vw !important;
                touch-action: pan-y !important;
            }

            .carousel-container .carousel {
                display: flex !important;
                gap: 16px;
                animation: autoScroll 20s linear infinite;
                will-change: transform;
            }

            .carousel-container .faculty-card {
                min-width: 280px;
                max-width: 280px;
                touch-action: pan-y !important;
            }

            @keyframes autoScroll {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-280px * 9 - 16px * 9));
                }
            }

            .carousel-container .carousel:hover {
                animation-play-state: paused;
            }
        }

        @media (max-width: 768px) {
            .tab-button {
                display: none !important;
            }

            .stats-content {
                display: flex !important;
                
                margin-bottom: 2rem;
            }

            .curriculum-image {
                max-width: 250px !important;
            }

            .year-tab {
                font-size: 14px !important;
                padding: 0.5rem 0.75rem !important;
                flex: 1 !important;
                white-space: nowrap !important;
                pointer-events: none !important; /* will be overridden on md+ */
            }

            .year-tabs-container {
                flex-direction: row !important;
                gap: 0.25rem !important;
            }
        }


        /* Responsive adjustments for Partners & Mentors cards grid */
        @media (max-width: 768px) {
            .grid div {
                height: auto !important; /* allow height to adjust based on content */
                padding: 4px !important;
            }
            .grid div img {
                max-height: 40px !important; /* keep logos scaled */
            }
            .grid div h1, .grid div h2, .grid div p {
                font-size: 12px !important; /* shrink heading and paragraph */
            }
        }

        /* Partners & Mentors section helpers */
        .partners-section { background-color: #FAF8F4; }
        .partners-pad { padding: 4rem 1rem; }
        @media (min-width: 768px) { .partners-pad { padding: 6rem 4rem; } }
        .partners-title { color: #CC0033; font-weight: 700; text-align: center; }
        @media (min-width: 768px) { .partners-title { font-size: 48px; } }
        @media (max-width: 767.98px) { .partners-title { font-size: 32px; } }
        .partners-sub { text-align: center; }
        @media (min-width: 768px) { .partners-sub { font-size: 24px; } }
        @media (max-width: 767.98px) { .partners-sub { font-size: 18px; } }
        .partners-mt { margin-top: 40px; }
        @media (min-width: 768px) { .partners-mt { margin-top: 80px; } }
        .logo-card { background: #fff; border: 1px solid #dee2e6; border-radius: .5rem; height: 80px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: .5rem; }
        @media (min-width: 768px) { .logo-card { width: 190px; height: 80px; padding: .5rem; } }
        .logo-img { max-width: 100%; max-height: 100%; object-fit: contain; }
        .partners-subtitle { font-weight: 600; text-align: center; color: #333A3D; }
        @media (min-width: 768px) { .partners-subtitle { font-size: 2.25rem; /* ~text-4xl */ } }
        @media (max-width: 767.98px) { .partners-subtitle { font-size: 1.5rem; /* ~text-2xl */ } }

        /* Exposure section helpers */
        .exposure-section { background: #FAF8F4; padding: 20px; }
        @media (min-width: 768px) { .exposure-section { padding: 100px; } }
        .exposure-title { color: #CC0033; margin-bottom: 40px; font-weight: 700; font-size: clamp(32px, 2.2vw + 16px, 48px); }
        @media (min-width: 768px) { .exposure-title { margin-bottom: 80px; } }
        .exposure-card {
            background: #fff;
            border: 2px solid #E5E7EB;
            border-radius: 1.25rem;
            overflow: hidden; /* ensures child media follows rounded corners */
            min-height: 420px;
            height: auto;
            max-width: 1500px;
            margin: 1.5rem auto;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
        }
        @media (min-width: 768px) {
            .exposure-card {
                height: 550px;
                border-radius: 2rem;
                box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
            }
        }
        .exposure-img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 1.25rem 1.25rem 0; display: block; }
        @media (min-width: 768px) { .exposure-img { border-radius: 0 2rem 2rem 0; } }
        @media (max-width: 767.98px) { .exposure-img { border-radius: 1.25rem 1.25rem 0 0; } }
        @media (min-width: 768px) { .exposure-text { margin-top: 124px; } }
        /* Force half-half layout on desktop */
        @media (min-width: 768px) {
            .exposure-card > div { flex: 1 0 50%; max-width: 50%; min-width: 0; }
        }

        /* Prevent layout shift when switching stats tabs by syncing heights */
        .stats-wrapper { transition: min-height 240ms ease; }
        .stats-measure { width:100%; }

        /* Industry logo helpers */
        .industry-logo-card { 
            width: 220px; 
            height: 120px; 
            overflow: hidden; 
            min-height: 100px;
        }
        .industry-logo { 
            max-width: 100%; 
            max-height: 100%; 
            object-fit: contain; 
        }
        
        /* Mobile and Tablet responsive */
        @media (max-width: 991.98px) {
            .industry-logo-card { 
                width: 100%; 
                height: auto; 
                min-height: 80px;
                padding: 1rem !important; 
            }
            .industry-logo { 
                max-height: 60px; 
                width: auto;
            }
        }
        
        /* Mobile only */
        @media (max-width: 767.98px) {
            .industry-logo-card { 
                min-height: 70px;
                padding: 0.75rem !important; 
            }
            .industry-logo { 
                max-height: 50px; 
            }
            
            /* Ensure banner image takes full width on mobile */
            #industry .img-fluid {
                width: 100% !important;
                margin-bottom: 1rem;
            }
        }
        
        /* Tablet specific */
        @media (min-width: 768px) and (max-width: 991.98px) {
            #industry .img-fluid {
                width: 100% !important;
                margin-bottom: 1.5rem;
            }
        }

        /* Curriculum section helpers to preserve Tailwind sizing visually */
        .curriculum-title { color: #CC0033; font-weight: 700; text-align: center; }
        .curriculum-title { font-size: 32px; margin-top: 3rem; }
        @media (min-width: 768px) { .curriculum-title { font-size: 48px; margin-top: 5rem; } }
        .curriculum-image { max-width: 400px; }
        .curriculum-list li { color: #1f2937; /* approx text-gray-900 */ font-size: 16px; }
        @media (min-width: 768px) { .curriculum-list li { font-size: 20px; } }

