    /* Offcanvas body */
    .offcanvas-body {
        padding: 24px;
    }

    /* Mobile menu list */
    .mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
    }

    /* Menu items */
    .mobile-menu>li {
        margin-bottom: 18px;
    }

    /* Menu links */
    .mobile-menu>li>a {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #2E2E2E;
        text-decoration: none;
        padding: 10px 0;
        transition: color 0.25s ease, padding-left 0.25s ease;
    }

    /* Active state */
    .mobile-menu>li.active>a {
        color: #22644b;
        font-weight: 600;
    }

    /* Hover effect */
    .mobile-menu>li>a:hover {
        color: #22644b;
        padding-left: 6px;
    }

    /* Others options wrapper */
    .others-options {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 20px;
    }

    /* Optional: button alignment polish */
    .others-options a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-weight: 500;
    }

    /* Align login + button nicely on mobile */
    .offcanvas-body .others-options ul {
        gap: 14px;
    }

    .navbar.main-navbar {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /* HERO SLIDER */
    .hero-slider {
        position: relative;
        overflow: hidden;
    }

    /* Carousel images */
    .hero-slider .carousel-item img {
        height: 760px;
        object-fit: cover;
    }

    /* Dark overlay on slider */
    .hero-slider::after {
        content: "";
        position: absolute;
        inset: 0;
        /* background: linear-gradient(to right,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.25)); */
        z-index: 1;
    }

    /* Container above overlay */
    .hero-slider .container {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    /* Status badge */
    .hero-status {
        background: #c9a24d;
        color: #000000 !important;
        font-size: 13px;
        padding: 6px 14px;
        border-radius: 50px;
        width: fit-content;
    }

    /* Headings */
    .hero-info-card h1 {
        font-weight: 700;
        margin-bottom: 6px;
        font-family: inherit;
    }

    .hero-info-card h2 {
        font-size: 18px;
        color: #555;
        margin-bottom: 4px;
        text-align: justify;
    }

    .hero-info-card h3 {
        font-size: 14px;
        color: #777;
        margin-bottom: 18px;
    }

    /* Table card */
    .hero-card {
        border-radius: 12px;
        padding: 14px;
        margin-bottom: 15px;
    }

    .hero-card table {
        width: 100%;
        font-size: 14px;
    }

    .hero-card td {
        padding: 6px 0;
    }

    .hero-card td:last-child {
        text-align: right;
        font-weight: 600;
    }

    /* Offers */
    .hero-offers {
        padding-left: 18px;
        margin-bottom: 16px;
    }

    .hero-offers li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    /* Pricing */
    .hero-pricing h4 {
        font-size: 14px;
        color: #555;
    }

    .hero-pricing h5 {
        font-size: 26px;
        font-weight: 700;
        margin: 6px 0 12px;
    }

    .hero-pricing h5 small {
        font-size: 14px;
        font-weight: 500;
    }

    .hero-cta {
        width: 100%;
    }

    .hero-pricing h6 {
        font-size: 12px;
        color: #777;
        margin-top: 10px;
    }

    /* Carousel arrows above overlay */
    .carousel-control-prev,
    .carousel-control-next {
        z-index: 3;
        width: 48px;
    }

    /* ================= PRICING SECTION ================= */
    .pricing-section {
        padding: clamp(40px, 6vw, 90px) clamp(16px, 6vw, 50px);
        background: #f6f7f6;
    }

    .pricing-section a {
        color: white;
    }

    /* Title */
    .section-title {
        text-align: center;
        font-size: clamp(26px, 3vw, 40px);
        font-weight: 800;
        color: #1c6b4a;
        margin-bottom: clamp(28px, 4vw, 50px);
    }

    /* ================= GRID ================= */
    .cards-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: clamp(16px, 3vw, 30px);
        max-width: 1200px;
        margin: auto;
    }

    /* ================= CARD ================= */
    .pricing-card {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: clamp(20px, 3vw, 28px);
        text-align: center;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 70px rgba(0, 0, 0, 0.15);
    }

    /* Card content */
    .pricing-card h3 {
        font-size: clamp(20px, 2vw, 24px);
        font-weight: 800;
        margin-bottom: 8px;
    }

    .pricing-card p {
        font-size: clamp(14px, 1.4vw, 16px);
        color: #666;
        margin-bottom: 14px;
    }

    /* Price */
    .price {
        font-size: clamp(20px, 2.4vw, 26px);
        font-weight: 900;
        margin-bottom: 18px;
    }

    .price span {
        font-size: clamp(13px, 1.2vw, 14px);
        font-weight: 600;
        color: #666;
    }

    /* CTA */
    .btn-primary {
        display: inline-block;
        width: 100%;
        padding: clamp(12px, 1.6vw, 14px);
        background: linear-gradient(135deg, #1f4d3a, #1c6b4a);
        color: #ffffff;
        font-weight: 700;
        border-radius: 12px;
        text-decoration: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .btn-primary:hover {
        opacity: 0.9;
        transform: scale(1.02);
    }

    /* ================= PLAN SECTION ================= */
    .plan-section {
        margin-top: clamp(40px, 6vw, 80px);
    }

    .plan-title {
        text-align: center;
        font-size: clamp(22px, 2.6vw, 32px);
        font-weight: 800;
        color: #1c6b4a;
        margin-bottom: clamp(24px, 4vw, 40px);
    }

    /* Grid */
    .plan-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: clamp(18px, 3vw, 30px);
        max-width: 1100px;
        margin: auto;
    }

    /* Card */
    .plan-card {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .plan-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 70px rgba(0, 0, 0, 0.15);
    }

    /* Image */
    .plan-card img {
        width: 100%;
        height: clamp(180px, 22vw, 260px);
        object-fit: cover;
    }

    /* Content */
    .plan-content {
        padding: clamp(16px, 2.5vw, 22px);
        text-align: center;
    }

    .plan-content h4 {
        font-size: clamp(18px, 2vw, 22px);
        font-weight: 800;
        margin-bottom: 6px;
    }

    .plan-content p {
        font-size: clamp(14px, 1.4vw, 16px);
        color: #666;
        margin-bottom: 14px;
    }

    /* Button */
    .plan-btn {
        display: inline-block;
        padding: clamp(10px, 1.4vw, 12px) clamp(20px, 3vw, 28px);
        background: linear-gradient(135deg, #1f4d3a, #1c6b4a);
        color: #fff;
        font-weight: 700;
        border-radius: 30px;
        text-decoration: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .plan-btn:hover {
        opacity: 0.9;
        transform: scale(1.05);
    }

    /* ================= AMENITIES ================= */
    .amenities-section {
        background: #244e3d;
    }

    .amenities-section .section-heading {
        font-size: clamp(28px, 3vw, 38px);
        font-weight: 800;
        margin-bottom: 10px;
    }

    .amenities-section .section-heading span {
        color: #00d27a;
    }

    .amenities-section .section-subtitle {
        font-size: 15px;
        color: #666;
        margin-top: 6px;
    }

    /* Amenity Card */
    .amenity-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .amenity-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    /* Overlay */
    .amenity-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.65),
                rgba(0, 0, 0, 0.1));
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 18px;
    }

    .amenity-overlay h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

    /* Hover */
    .amenity-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    }

    .amenity-card:hover img {
        transform: scale(1.08);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1);
    }

    /* Section Styling */
    .location-connectivity {
        background-color: #244e3d;
        padding: 100px 0;
    }

    .location-connectivity .section-title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .location-connectivity .section-subtitle {
        font-size: 15px;
        color: #cfd8d3;
    }

    /* Image Overlay */
    .image-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .image-wrapper img {
        transition: transform 0.5s ease;
        width: 100%;
    }

    .image-wrapper:hover img {
        transform: scale(1.05);
    }

    .overlay-text {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background: rgba(0, 0, 0, 1);
        color: #fff;
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 14px;
    }

    /* Card Styling */
    .connectivity-card {
        position: relative;
        max-width: 650px;
        margin: 50px auto;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding-top: 20px;
    }

    .card-tab {
        position: absolute;
        top: -2px;
        left: 0;
        background: #c8a551;
        color: #fff;
        padding: 10px 20px;
        font-weight: 600;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 12px;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .card-tab:hover {
        background: #1b3a2b;
    }

    .card-body {
        padding: 40px 30px 30px;
    }

    /* Connectivity List */
    .connectivity-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 12px 20px;
        list-style: none;
        margin: 0 0 30px;
        padding: 0;
    }

    .connectivity-list li {
        position: relative;
        padding-left: 35px;
        font-size: 16px;
        color: #244e3d;
        line-height: 1.6;
    }

    .connectivity-list li::before {
        content: "\f041";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        color: #244e3d;
        font-size: 14px;
    }

    .connectivity-list li span {
        background: #244e3d;
        color: #fff;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 12px;
        margin-right: 6px;
    }

    /* Button */
    .button-wrapper {
        text-align: center;
    }

    .interest-btn {
        background: #244e3d;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 25px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        font-size: 16px;
        transition: transform 0.3s, box-shadow 0.3s;
        position: relative;
        overflow: hidden;
    }

    .interest-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    /* Ripple effect */
    .interest-btn::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 25px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .interest-btn:active::after {
        opacity: 1;
        transition: 0s;
    }

    .location-request-card {
        height: 100%;
        background: #f6f7f6;
        border-radius: 20px;
        padding: clamp(28px, 4vw, 40px);
        color: #000000;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .location-request-card h3 {
        font-size: clamp(22px, 2.5vw, 30px);
        font-weight: 800;
        margin-bottom: 14px;
    }

    .location-request-card p {
        font-size: 15px;
        line-height: 1.6;
        opacity: 0.9;
        margin-bottom: 20px;
    }

    .location-points {
        list-style: none;
        padding: 0;
        margin-bottom: 26px;
    }

    .location-points li {
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .location-btn {
        align-self: flex-start;
        background: #1c6b4a;
        color: #ffffff;
        padding: 12px 28px;
        border-radius: 30px;
        font-weight: 800;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .location-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    }

    /* Hide prev/next arrows */
    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
    }

    /* Modern dots */
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 6px;
    }

    .carousel-indicators .active {
        background-color: #ffffff;
        width: 12px;
        height: 12px;
    }

    /* navbar */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .others-options {
            margin-right: 35px !important;
        }
    }

    @media (max-width:500px) {
        .pp-check {
            width: 60px;
        }

    }

    /* Mobile optimization */
    @media (max-width: 575px) {
        .mobile-menu>li>a {
            font-size: 17px;
        }

        .default-btn {
            width: 100%;
            justify-content: center;
        }

        .offcanvas-body .others-options ul {
            flex-direction: column;
            align-items: stretch;
        }
    }

    /* pricing */
    @media (max-height: 520px) {
        .pricing-section {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    /* hero slider */
    @media (max-width: 991px) {

        .hero-slider .container {
            align-items: flex-end;
            padding-bottom: 20px;
        }

        .hero-info-card {
            display: none;
        }

        /* .hero-info-card {
    margin: -60px 30px 0;
    width: 95%;
    top: -324px;
    height: 580px;
    } */

        /* Stop overlay positioning */
        .hero-slider .container {
            position: relative;
            inset: unset;
            display: block;
            padding-top: 15px;
        }

        .hero-slider .carousel-item img {
            height: 560px;
        }

    }

    /* location-sec */
    @media (max-width: 768px) {
        .section-title {
            font-size: 28px;
        }

        .location-connectivity .section-subtitle {
            font-size: 16px;
        }
    }

    /* connectivity */
    @media(max-width:500px) {
        .connectivity-list {
            grid-template-columns: 1fr;
        }
    }

    /* Mobile Responsive Modal */
    @media (max-width: 576px) {

        /* modal */
        .modal-dialog {
            margin: 10px;
        }

        .modal-content {
            border-radius: 20px;
        }

        /* Header */
        .modal-content h2 {
            font-size: 1.4rem;
        }

        /* Body padding */
        .modal-content .p-4 {
            padding: 1.2rem !important;
        }

        /* WE PROMISE section */
        .modal-content .col-lg-4 {
            order: 1;
        }

        .modal-content .col-lg-4 .p-4 {
            padding: 1rem !important;
        }

        .modal-content .col-lg-4 h5 {
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .modal-content .col-lg-4 strong {
            font-size: 0.85rem;
        }

        /* Form section */
        .modal-content .col-lg-8 {
            order: 2;
        }

        .form-control-lg {
            font-size: 0.95rem;
            padding: 10px 16px;
        }

        /* Mobile number row */
        .modal-content .mb-3.d-flex {
            flex-wrap: nowrap;
        }

        .input-group-text {
            font-size: 0.85rem;
            padding: 10px 12px;
            white-space: nowrap;
        }

        /* Submit button */
        button[type="submit"] {
            padding: 12px;
            font-size: 1rem;
        }

        /* Footer */
        .modal-content .text-center.p-3 {
            padding: 1rem !important;
            font-size: 0.8rem;
        }

        /* hero-slider
    .hero-info-card {
    margin: -40px 12px 20px;
    padding: 18px;
    top: -380px;
    height: 630px;
    } */

        .hero-slider .carousel-item img {
            height: 460px;
        }

    }

    @media (max-width: 420px) {
        .hero-slider .carousel-item img {
            height: 400px;
        }
    }

    /* Exclusive Mobile & Tablet Section info card */
    .hero-info-mobile {
        display: none;
        /* hide by default */
    }

    /* Show only on screens smaller than 900px */
    @media (max-width: 899px) {
        .hero-info-mobile {
            display: block;
        }
    }

    /* Premium Card Styling */
    .hero-mobile-card {
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Hover effect for premium feel */
    .hero-mobile-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    }

    /* Table adjustments for mobile */
    .hero-mobile-card table td {
        padding: 0.25rem 0.5rem;
    }

    /* Offers styling */
    .hero-offers li {
        margin-bottom: 0.3rem;
    }

    /* Buttons full width and premium feel */
    .hero-cta {
        border-radius: 30px;
        font-weight: 600;
        padding: 0.65rem 0;
    }

    .navbar-nav .nav-link {
        color: #333;
        transition: 0.3s ease;
    }

    .navbar-nav .nav-link.active {
        color: #0d6efd;
        font-weight: 600;
    }

    .navbar .navbar-nav .nav-item .nav-link::before {
        bottom: 10px;
        height: 4px;
    }


    /* ================= MODAL CORE ================= */
    .sitevisit-modal__content {
        border-radius: 22px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
        position: relative;
    }

    .sitevisit-modal__close {
        position: absolute;
        top: 8px;
        right: 16px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #fff;
        border: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
        z-index: 9;
    }

    .sitevisit-modal__close::before {
        content: "✕";
        font-size: 18px;
        font-weight: bold;
    }

    /* ================= FORM PANEL ================= */
    .sitevisit-form {
        background: #ffffff;
        padding: 15px;
    }

    .sitevisit-form__title {
        font-weight: 700;
        color: #22644b;
        margin-bottom: 20px;
    }

    .sitevisit-input {
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 12px;
        border-radius: 8px;
        border: 1px solid #ddd;
        transition: .2s;
    }

    .sitevisit-input:focus {
        border-color: #22644b;
        box-shadow: 0 0 0 3px rgba(25, 135, 84, .15);
        outline: none;
    }

    /* CAPTCHA */
    .sitevisit-captcha__box {
        display: flex;
        gap: 8px;
    }

    .sitevisit-captcha__box img {
        height: 42px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .sitevisit-captcha__box input {
        flex: 1;
        padding: 8px;
        width: 100%;
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .sitevisit-captcha__refresh a {
        color: #22644b;
        font-weight: 600;
    }

    /* CONSENT */
    .sitevisit-consent {
        display: flex;
        gap: 10px;
        font-size: 12px;
        margin: 15px 0;
    }

    .sitevisit-consent a {
        color: #22644b;
    }

    .sitevisit-promise ul li,
    .sitevisit-highlights ul li {
        list-style: none;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
    }

    .sitevisit-promise ul li i,
    .sitevisit-highlights ul li i {
        margin-right: 10px;
        color: #ffffff;
    }


    /* BUTTON */
    .sitevisit-btn {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        border: none;
        font-weight: 700;
        background: linear-gradient(135deg, #22644b, #22644b);
        color: #fff;
        transition: .3s;
    }

    .sitevisit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(25, 135, 84, .4);
    }

    /* ================= INFO PANEL ================= */
    .sitevisit-info {
        height: 100%;
        padding: 35px 25px;
        color: #fff;
        background: linear-gradient(160deg, #22644b, #22644b);
    }

    .sitevisit-promise h5 {
        font-weight: 700;
        margin-bottom: 12px;
        color: antiquewhite;
    }

    .sitevisit-promise ul {
        padding: 0;
        list-style: none;
    }

    .sitevisit-promise li {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .sitevisit-highlights h5 {
        font-weight: 700;
        margin-bottom: 12px;
        color: antiquewhite;
    }

    .sitevisit-highlights ul {
        padding: 0;
        list-style: none;
    }

    .sitevisit-highlights li {
        margin-bottom: 10px;
        font-size: 17px;
    }

    /* ================= MOBILE ================= */
    @media (max-width: 767px) {
        .sitevisit-form {
            padding: 25px 20px;
        }

        .sitevisit-info {
            text-align: center;
            padding: 25px;
        }


    }

    /* ================= MOBILE FIX (FINAL) ================= */
    @media (max-width: 575px) {

        /* Modal full screen */
        .modal-dialog {
            margin: 0;
            height: 100dvh;
            max-width: 100%;
        }



        /* Disable scroll */
        .modal-body,
        .modal-content {
            overflow: hidden !important;
            zoom: 85%;
        }

        /* Stack layout */
        .sitevisit-info {
            display: flex;
        }

        .sitevisit-form {
            padding: 16px;
        }

        /* Headings */
        .sitevisit-form__title {
            font-size: 18px;
            margin-bottom: 12px;
        }

        /* Inputs */
        .sitevisit-input {
            font-size: 14px;
            padding: 10px;
            margin-bottom: 10px;
        }


        /* Button */
        .sitevisit-btn {
            font-size: 15px;
            padding: 12px;
            border-radius: 8px;
        }

        /* Info section */
        .sitevisit-promise li {
            font-size: 14px;
        }

        .sitevisit-highlights span {
            font-size: 13px;
        }

        /* Close button */
        .sitevisit-modal__close {
            top: 10px;
            right: 12px;
            width: 34px;
            height: 34px;
        }
    }