        * {
            margin: 0;
            padding: 0;
            font-family: "Merriweather";
        }
        
        html {
            scroll-behavior: smooth;
            scroll-padding-top: 130px;
            overflow-x: hidden;
            /* width: fit-content; */
            /* width: 100%; */
            /* or whatever your navbar height is */
        }
        
        .navbar {
            background-color: white !important;
            z-index: 10 !important;
        }
        
        .brand .sp {
            font-size: 1.6rem;
            font-weight: bold;
        }
        
        .btl {
            font-size: 0.9rem;
            text-align: right;
        }
        
        .brand p {
            margin: 0;
        }
        
        .navbar-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.8rem;
            width: 100%;
        }
        
        .navbar-nav a {
            font-size: 1.1rem;
            font-weight: 600;
            color: black;
            border: 3px solid white;
            border-radius: 2rem;
            padding: 0.6rem 1.2rem !important;
            text-align: center;
            transition: 0.7s all ease-in-out;
        }
        
        .navbar-nav a:hover {
            border: 3px solid #0079ba;
        }
        
        .navbar-nav .contact {
            margin-left: 1rem;
            /* border: 2px solid red; */
            border-radius: 2rem;
            padding: 0.6rem 1.5rem !important;
            background-color: #0079ba;
            color: white !important;
        }
        
        @media screen and (max-width: 1200px) {
            .navbar-nav .contact {
                margin-left: 0;
            }
            .navbar-nav {
                gap: 0.5rem;
            }
            .navbar-nav a {
                padding: 0.5rem 1rem;
            }
        }
        
        .home {
            width: 100%;
            display: flex;
            /* justify-content: flex-start;
    align-items: flex-start; */
            height: 100vh;
        }
        
        .slider {
            height: 100%;
            width: 100%;
            max-width: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            transition: background-image 1s ease-in-out;
            background-position: top center;
            display: flex;
            justify-content: flex-end;
            /* Push content to right */
            /* align-items: flex-start; */
            /* align-items: center; */
            align-items: flex-start;
            /* Vertically center it */
            padding: 2.5rem 3rem !important;
        }
        /* Responsive behavior */
        
        @media screen and (max-width:991px) {
            .slider {
                /* background: none !important; */
                /* background-image: none !important; */
                padding: 1.5rem !important;
            }
            .home {
                height: 100% !important;
                /* padding-top: 10rem; */
            }
        }
        /* Home Page Container */
        
        .bf-card {
            max-width: 400px;
            width: 100%;
            background-color: white;
            border-radius: 1rem;
            padding: 1.5rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
        }
        
        @media screen and (max-width:600px) {
            .slider {
                padding: 1rem 1.5rem !important;
            }
        }
        
        .bf-card p {
            margin-bottom: 0.4rem !important;
        }
        
        .bf-card h3 {
            color: #003366;
            margin: 0;
        }
        
        .bf-card h2 {
            color: #003366;
            margin: 5px 0 10px;
            font-size: 1.5rem;
            font-weight: bold;
        }
        
        .bf-feature {
            display: block;
            width: 100%;
            background-color: #003366;
            color: white;
            padding: 1rem;
            /* margin: 0.5rem 0; */
            font-size: 1rem;
            border-radius: 0.5rem;
        }
        
        .bf-price {
            color: red;
            font-size: 1rem;
            font-weight: bold;
        }
        
        .bf-card .bf-buttons button {
            flex: 1;
            padding: 0.5rem 1rem;
            font-size: 14px;
            border: none;
            border-radius: 0.5rem;
            color: white;
            cursor: pointer;
        }
        
        .call {
            background-color: #25d366;
        }
        
        .bf-enq {
            background-color: #0056d2;
        }
        
        .card {
            margin-top: 6rem;
            padding: 1rem 1.2rem;
            opacity: 0.8;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            gap: 0.5rem;
        }
        
        @media screen and (max-width:500px) {
            .buttons {
                flex-direction: column;
            }
        }
        
        .buttons button {
            border-radius: 1rem;
            padding: 0.5rem 0.8rem;
            color: white;
            font-size: 1.2rem;
            font-weight: 500;
        }
        
        .submit {
            background-color: #0079ba;
            border: 2px solid #0079ba !important;
        }
        
        .phone {
            color: black !important;
            border: 2px solid #0079ba !important;
        }
        
        @media screen and (max-width: 1000px) {
            .slider {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
        }
        
        .enquire {
            border-radius: 1rem;
            padding: 0.5rem 1rem;
            color: white;
            font-size: 1.2rem;
            font-weight: 500;
            border: none !important;
            width: 60%;
            background-color: #0079ba;
        }
        
        .popup-form {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }
        
        .popup-content {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            width: 90%;
            max-width: 500px;
            position: relative;
            overflow-y: auto;
            max-height: 90vh;
        }
        
        .popup-content h2 {
            margin-top: 0;
            font-size: 24px;
        }
        
        .popup-content .highlight {
            /* color: red; */
            color: #003366;
            font-weight: bold;
            font-size: 1rem !important;
            margin-top: 1rem;
        }
        
        .popup-content form {
            display: flex;
            flex-direction: column;
        }
        
        .popup-content input[type="text"],
        .popup-content input[type="tel"],
        .popup-content input[type="email"] {
            padding: 10px;
            margin: 10px 0;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        
        .popup-content button[type="submit"] {
            background-color: #0d1836;
            color: #fff;
            padding: 12px;
            border: none;
            border-radius: 5px;
            margin-top: 10px;
            cursor: pointer;
        }
        
        .popup-content .consent {
            font-size: 12px;
            margin: 10px 0;
        }
        
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            color: #000;
            cursor: pointer;
        }
        
        .info {
            margin-top: 20px;
            padding-left: 0;
            list-style: none;
        }
        
        .info li {
            margin-bottom: 10px;
            font-size: 14px;
        }
        /* ---------------Location---------------- */
        
        .location-section {
            padding: 40px 20px;
            display: flex;
            flex-direction: column;
            gap: 1.3rem;
        }
        
        .location-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .location-text {
            flex: 1;
        }
        
        .location-text h2 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #222;
        }
        
        .location-text ul {
            padding-left: 20px;
        }
        
        .location-text ul li {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 1.2;
        }
        
        .location-map {
            flex: 1;
        }
        /* Responsive Layout */
        
        @media (min-width: 768px) {
            .location-container {
                flex-direction: row;
                align-items: flex-start;
            }
            .location-text,
            .location-map {
                width: 50%;
            }
            .location-map iframe {
                height: 400px;
            }
        }
        
        .faq-section {
            padding: 40px 20px;
        }
        
        .faq-section h2 {
            font-weight: bold;
            color: #6b1f1f;
            margin-bottom: 30px;
        }
        
        .accordion-button {
            background-color: #0066d9;
            color: white;
            font-weight: bold;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #0051aa;
            color: #fff;
        }
        
        .accordion-body {
            background-color: #f9f9f9;
        }
        /* ----------Amenities-------------- */
        
        .amenities-container {
            padding: 0.8rem 2rem !important;
            text-align: center;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            gap: 1.3rem;
        }
        
        .amen-head {
            display: flex;
            flex-direction: column;
        }
        
        @media screen and (max-width:991px) {
            .amenities-container {
                padding: 2rem !important;
            }
        }
        
        .amenities-container h2 {
            font-size: 2em;
            margin-bottom: 10px;
        }
        
        .amenities-container p {
            color: #555;
            max-width: 800px;
            margin: 0 auto 30px;
            line-height: 1.6;
        }
        
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }
        
        .grid-item {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
        }
        
        .grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
            display: block;
        }
        
        .grid-item:hover img {
            transform: scale(1.1);
        }
        
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            opacity: 0;
            transition: opacity 0.3s ease;
            font-weight: bold;
        }
        
        .grid-item:hover .overlay {
            opacity: 1;
        }
        
        @media (max-width: 600px) {
            .amenities-container h2 {
                font-size: 1.5em;
            }
            .overlay {
                font-size: 1rem;
                padding: 0 10px;
            }
        }
        /* -------------Features----------------- */
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            width: 100%;
            max-width: 1200px;
            padding: 0 1rem;
            margin: 0 auto;
            box-sizing: border-box;
        }
        
        .feature-card {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            background: #fff;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .feature-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .feature-card:hover img {
            transform: scale(1.1);
        }
        
        .feature-caption {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 15px;
            background: rgba(0, 0, 0, 0.55);
            color: #fff;
            font-size: 1.1rem;
            font-weight: 600;
            text-align: center;
        }
        
        @media (max-width: 768px) {
            .feature-caption {
                font-size: 1rem;
                padding: 12px;
            }
            .feature-card img {
                height: 180px;
            }
        }
        
        .key-features {
            padding: 2rem 1rem;
            text-align: center;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        
        @media screen and (max-width: 991px) {
            .key-features {
                padding: 2rem 1rem;
            }
        }
        /* ---------Price-------- */
        
        .pricing-section {
            text-align: center;
            padding: 50px 20px;
            /* background: #f9f9f9; */
            background-color: white;
        }
        
        .pricing-section h2 {
            font-size: 2.2rem;
            /* margin-bottom: 40px; */
            color: #222;
        }
        
        .pricing-cards {
            /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
            display: flex;
            gap: 2.5rem;
            justify-content: center;
            max-width: 1100px;
            margin: auto;
            align-items: center;
        }
        
        @media screen and (max-width:600px) {
            .pricing-cards {
                flex-direction: column;
                gap: 1.5rem;
            }
        }
        
        .pricing-cards .card {
            background: white;
            margin-top: 2rem !important;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.196);
            transition: transform 0.2s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
        }
        
        .card h3 {
            font-size: 1.5rem;
            color: #0d1b2a;
            margin-bottom: 10px;
        }
        
        .card .price {
            font-size: 1rem;
            margin-bottom: 20px;
            color: #444;
            font-weight: bold;
            color: red;
        }
        
        .btn-buy {
            padding: 10px 20px;
            background-color: #003366;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .btn-buy:hover {
            background-color: #0059b3;
        }
        
        #scrollToTopBtn {
            position: fixed;
            bottom: 40px;
            right: 40px;
            z-index: 100;
            border: none;
            outline: none;
            background-color: #0079ba;
            color: white;
            cursor: pointer;
            padding: 0.5rem 16px;
            border-radius: 50%;
            font-size: 2rem;
            font-weight: 900;
            display: none;
            /* Hidden by default */
            transition: all 0.3s ease;
        }
        
        .p-room {
            font-size: 1rem !important;
        }
        
        body .all-heads {
            text-align: center;
            font-size: 2.5rem !important;
            font-weight: bold !important;
            color: #003366 !important;
            /* text-decoration: underline; */
        }
        /* -------About------- */
        
        .about {
            width: 100%;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            gap: 1.5rem;
        }
        
        .contact-popup-form {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }
        
        .about-body {
            display: flex;
            justify-content: center;
            /* align-items: center; */
            width: 100%;
            gap: 2.5rem;
        }
        
        .abt-card {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            width: 30%;
            box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.187);
            padding: 1rem;
            h3 {
                text-align: center;
                font-size: 1.3rem;
                font-weight: bold;
                color: #0079ba;
            }
        }
        
        .abt-para {
            width: 50%;
            line-height: 2;
            font-size: 1.1rem;
        }
        
        @media screen and (max-width:700px) {
            .about-body {
                flex-direction: column;
                align-items: center;
            }
            .abt-card {
                width: 85%;
            }
            .abt-para {
                width: 85%;
            }
            .about {
                padding: 1.5rem 0.7rem;
            }
        }
        
        .abt-iCard {
            background-color: #0079bade;
            padding: 1rem;
            ul {
                border: 3px dashed white;
                color: white;
                /* padding: 0.5rem 0; */
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
            }
        }
        
        .abt-price {
            text-align: center;
            margin-bottom: 0;
            color: red;
        }
        
        .abt-iCard ul {
            margin-bottom: 0;
        }
        /* ------Floor Plan------ */
        
        .floor-plan {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1.3rem;
            padding: 1.5rem;
            width: 100%;
        }
        
        .floor-card-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            width: 100%;
        }
        
        @media screen and (max-width:700px) {
            .floor-card-container {
                flex-direction: column;
            }
        }
        
        .image {
            background-image: url('./images/floors.jpg');
            /* height: 10rem;
    height: auto; */
            /* height: 100; */
            border-top-right-radius: 1rem;
            border-top-left-radius: 1rem;
            width: 20rem;
            height: 20rem;
            background-size: contain;
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .fc-name {
            width: 100%;
            background-color: #0079ba;
            padding: 1rem 0.3rem;
            color: white;
            text-align: center;
            font-size: 1.3rem;
            font-weight: bold;
        }
        
        .fc-btn {
            /* display: block; */
            padding: 0.5rem 1.5rem;
            border-radius: 2rem;
            border: none;
            color: white;
            background-color: #0079ba;
            font-size: 1.2rem;
            font-weight: 500;
            opacity: 0;
            transition: 0.5s all ease-in-out !important;
        }
        
        .f-internal {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 1s all ease-in-out;
            border-top-right-radius: 1rem;
            border-top-left-radius: 1rem;
        }
        
        .floor-card:hover {
            .fc-btn {
                opacity: 1;
            }
            .f-internal {
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.345);
            }
        }
        /* ------Contact US Form-------- */
        
        .contact-us {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            gap: 1.3rem;
        }
        
        .contactUs-section {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 2rem !important;
        }
        
        .contactUs-info {
            width: 40%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-end;
            h2,
            p {
                width: 80%;
                text-align: left;
            }
        }
        
        .contactUs-info h2 {
            font-size: 22px;
            font-weight: 600;
        }
        
        .contactUs-info p {
            font-size: 18px;
            margin: 6px 0;
        }
        
        .contactUs-phone-label {
            font-weight: bold;
            font-size: 20px;
            margin-top: 2rem !important;
        }
        
        .contactUs-info .contactUs-phone-number {
            font-size: 18px;
            font-weight: 500;
            cursor: pointer !important;
            color: black !important;
        }
        
        .contactUs-form-container {
            display: flex;
            flex-direction: column;
            width: 40% !important;
            background-color: #0079ba;
            border-radius: 1.5rem;
            color: white;
            padding: 1.5rem;
            transition: 0.5s all ease-in-out;
        }
        
        .contactUs-form-container h3 {
            text-align: center;
            margin-bottom: 30px;
            font-weight: 400;
        }
        
        .cu-form {
            padding: 1rem;
        }
        
        .contactUs-input {
            width: 100%;
            padding: 12px;
            border: none;
            border-radius: 10px;
            margin-bottom: 15px;
            font-size: 16px;
            color: #333;
        }
        
        .contactUs-checkbox {
            display: flex;
            align-items: flex-start;
            font-size: 14px;
            margin-bottom: 20px;
        }
        
        .contactUs-checkbox input {
            margin-right: 8px;
            margin-top: 3px;
        }
        
        .contactUs-submit {
            background-color: white;
            border: none;
            border-radius: 30px;
            padding: 12px 24px;
            color: #0079ba;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            display: block;
            margin: 0 auto;
            transition: 0.5s all ease-in-out;
        }
        
        .contactUs-form-container:hover {
            background-color: #003366;
            .contactUs-submit {
                color: #003366;
            }
        }
        /* .contactUs-submit:hover {
    color: #003366;
} */
        /* Responsive */
        
        @media screen and (max-width: 768px) {
            .contactUs-section {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 20px;
                padding: 0rem !important;
            }
            .contactUs-info {
                margin-bottom: 30px;
                padding-right: 0;
                width: 100%;
                h2,
                p {
                    width: 100%;
                    text-align: left;
                }
            }
            .contactUs-form-container {
                width: 90% !important;
                margin-bottom: 2rem;
            }
        }
        
        .footer {
            width: 100%;
            /* display: flex;
    justify-content: center;
    align-items: center; */
            text-align: center;
            font-size: 0.9rem;
            padding: 1rem 2rem;
            background-color: #003366;
            color: white;
        }
        
        .thankyou {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            padding: 5rem 1rem;
            width: 100%;
        }
        
        .content-thank {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            /* border: 3px dashed #0056d2; */
            padding: 10rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.219);
            text-align: center !important;
            width: 60%;
        }
        
        .thank-headiing {
            font-size: 4rem;
            letter-spacing: 6px;
            font-weight: 900;
            color: #0051aa;
        }
        
        .sub {
            font-size: 1.5rem;
            font-weight: 600;
            color: #0079ba;
            color: #333;
        }
        
        .thankyou a {
            margin-top: 1.5rem;
            text-decoration: none;
            color: white;
            background-color: #0051aa;
            padding: 0.5rem 1rem;
            font-size: 1.1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;
            i {
                color: white !important;
            }
        }
        
        @media screen and (max-width: 900px) {
            .content-thank {
                padding: 10rem 2rem;
                width: 90%;
            }
            .thank-headiing {
                font-size: 2.5rem;
            }
        }