 
        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            color: #333;
            padding-top: 80px; /* Offset for marquee and fixed navbar with logo */
        }
        .marquee {
            background-color: #039846;
            color: #ffffff;
            padding: 3px 0;
            font-size: 1.1rem;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 2000;
            text-align: center;
            padding-top: 10px;
        }
        .navbar {
            background-color: #ffffff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            top: 45px; /* Below marquee */
            padding: 0;
        }
        .navbar-brand img {
            max-height: 60px; /* Responsive logo size */
            width: auto;
        }
        .nav-link {
           color: #000 !important;
    padding-right: 41px !important;
    font-weight: 600;
        }
        .nav-link:hover {
            color: #039846 !important;
        }
        /* Center navbar links on desktop, except Register Now */
        @media (min-width: 992px) {
            .navbar-nav.main-nav {
                justify-content: center;
                flex-grow: 1;
            }
            .navbar-nav.register-nav {
                margin-left: auto;
            }
        }
        /* Stack on mobile */
        @media (max-width: 991px) {
            .navbar-nav {
                text-align: left;
            }
            .navbar-nav.register-nav {
                margin-left: 0;
                padding-bottom: 20px;
    margin-top: 10px;
            }
        }
        .section {
            padding: 80px 0;
           
        }
        .intro-section {
            background-color: #fff9e6; /* Light yellow to match image */
            padding: 20px;
        }
        /* New section styling */
        .intro-section.new-section {
            background-color: #ef7f1a; /* Warm orange-yellow */
            padding: 0;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .intro-section.new-section h1,
        .intro-section.new-section h3 {
            color: #ffffff; /* White text */
        }
        /* New full-width image section styling */
        .full-image-section {
            width: 100%;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://via.placeholder.com/1920x600?text=Mayur+City+Scenic+View') center/cover no-repeat;
            padding: 100px 0;
            text-align: center;
            color: #ffffff;
        }
        .full-image-section h1 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .full-image-section h3 {
            font-size: 1.5rem;
            margin-bottom: 30px;
        }
        .full-image-section .cta-button {
            background-color: #039846;
            color: #ffffff;
            padding: 12px 24px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        .full-image-section .cta-button.blinking {
            animation: pulse 2s infinite;
        }
        .full-image-section .cta-button:hover {
            background-color: #218838;
            color: #ffffff;
        }
        .intro-section .image-col {
            padding: 0;
        }
        .intro-section img {
            width: 100%;
            height: auto;
            height: -webkit-fill-available;
        }
        .intro-section .text-col {
            padding: 60px;
        }
        /* Adjust padding for mobile */
        @media (max-width: 767px) {
            .intro-section .text-col {
                padding: 16px;
            }
            .full-image-section {
                padding: 50px 0;
            }
            .full-image-section h1 {
                font-size: 1.8rem;
            }
            .full-image-section h3 {
                font-size: 1.2rem;
            }
        }
        .intro-section h1 {
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 20px;
        }
        .intro-section ul {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 20px;
        }
        .intro-section ul li {
            margin-bottom: 5px;
        }
        .intro-section ul li i {
            margin-right: 10px; /* Space between icon and text */
            color: #039846; /* Green arrow to match theme */
        }
        .intro-section .registration-text {
            font-size: 1.5rem; /* Larger text */
            font-weight: bold; /* Bolder text */
            margin-bottom: 10px;
            margin-top: 30px;
        }
        .btn-closed {
            background-color: #039846; /* Red for closed status */
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
        }
        .btn-closed.blinking {
            animation: pulse 2s infinite;
        }
        .btn-closed:hover {
            background-color: #c82333;
            color: #ffffff;
        }
        .helpline-link {
            background-color: #ffffff;
            color: #121111;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            margin-top: 10px;
            border: 1px solid;
            font-size: 25px;
        }
        /* Adjust font size for mobile */
        @media (max-width: 767px) {
            .helpline-link {
                font-size: 21px;
            }
        }
        .helpline-link:hover {
            background-color: #218838;
            color: #ffffff;
        }
        .cta-button {
            background-color: #039846;
            color: #ffffff;
            padding: 12px 24px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        .cta-button:hover {
            background-color: #218838;
            color: #ffffff;
        }
        /* Blinking animation for all blinking elements (opacity only) */
        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.7; }
            100% { opacity: 1; }
        }
        .blinking {
            animation: pulse 2s infinite;
        }
        /* Disable blinking on mobile */
        @media (max-width: 767px) {
            .blinking {
                animation: none;
            }
        }
        /* Respect reduced motion preference */
        @media (prefers-reduced-motion: reduce) {
            .blinking {
                animation: none;
            }
        }
        .amenities-list {
            list-style-type: none;
            padding: 0;
        }
        .amenities-list li {
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        html {
            scroll-behavior: smooth;
        }
        .bilingual {
            font-size: 1.2em;
            margin-bottom: 20px;
            background: rgba(255,255,255,0.8);
            padding: 15px;
            border-radius: 5px;
        }
        .location-list {
            list-style-type: disc;
            padding-left: 20px;
        }
        .contact-link {
            color: #007bff;
            font-size: 1.2rem;
            text-decoration: none;
        }
        .contact-link:hover {
            color: #039846;
        }
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        @media (min-width: 1200px) {
            .h3, h3 {
                font-size: 1.4rem !important;
            }
        }
        /* New card section styling */
        .card-section {
            padding: 40px 0;
            background-color: #f8f9fa;
            text-align: center;
        }
        .card-section h1 {
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 20px;
            color: #333;
        }
        .card-section hr {
            width: 50%;
            border: 1px solid #333;
            margin: 20px auto;
        }
        .card-section h3 {
            font-size: 1.2rem;
            margin-bottom: 40px;
            color: #333;
        }
        .card-section .card-row {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
                margin-top: 25px;
        }
        .card-section .card {
             background-color: #0557a8;
    color: #ffffff;
    width: 100%;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: bold;
        }
        @media (max-width: 767px) {
            .card-section .card-row {
                flex-direction: column;
                align-items: center;
            }
            .card-section .card {
                width: 100%;
                margin-bottom: 20px;
            }
        }
        
        
        @media (max-width: 767px) {
    .card-section .card {
        width: 100%;
        margin-bottom: 20px;
        height: 90px;
    }
}
    
    
    section {
  scroll-margin-top: 150px; /* height of your fixed header */
}
