.hero-whatsapp {

    border: solid 1px #0000006e;
    background: #48C357 !important;
    color: white !important;
    padding: 10px;

    font-size: 0;
    /* hides OLD text */
    position: relative;
    text-align: center;


}

.hero-whatsapp svg {
    fill: white !important;
}

.hero {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Glass container */
.search-container {
    width: 100%;
    max-width: 1200px;
    padding: 24px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
}

/* Heading */
.search-container h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}

/* Search bar */
.search-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
}

/* Input */
.search-box input {
    flex: 1;
    padding: 16px 18px;
    font-size: 18px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Button */
.search-box button {
    /* padding: 16px 28px; */
    /* margin-right: 16px; */
    font-size: 18px;
    border: none;
    cursor: pointer;
    background: transparent;
    /* color: #fff; */
    font-weight: 500;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 5px;
    padding: 10px;
}

/* .search-box button:hover {
                                background: rgba(255, 255, 255, 0.1);
                            } */

.agent-section-one:before,
.agent-section-one:after {
    background: unset !important;
}



h3 {
    font-size: 32px !important;
}

.counter-block-one .main-count {
    font-size: 40px !important;
}

.location-card-one .top-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    white-space: nowrap;
}

.custom-map-icon {
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.leaflet-container {
    background: #e6e6e6 !important;
}

.agent-slider-one .slick-slide {
    width: 100px !important;
}



.hero-banner-one .search-wrapper-overlay .search-wrapper-one {
    position: relative;
    z-index: 1;
    /* z-index: 20; */
    filter: none !important;
}

#basic_search_keyword {
    min-height: 30px;
    font-size: 16px;
}


@media (max-width: 767px) {
    .search-wrapper-one .bg-wrapper .search-btn {
        line-height: unset !important;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .hero-heading-project {
        font-size: 30px !important;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }



    .search-wrapper-one {
        padding: 14px;
        border-radius: 14px;
        margin-top: 10px;
        margin-bottom: 20px !important;
    }


    .search-btn {
        width: 100%;
        height: 46px;
        margin-top: 0px;
    }

    .hero-slide {
        align-items: flex-start !important;
    }


    .hero-content {
        padding-top: 100px !important;
        gap: 12px;
        /* padding-bottom: 110px; */

    }


    .search-modal-btn {
        display: none !important;
    }


    .search-wrapper-one .row.gx-0 {
        display: flex;
        align-items: center;
    }

    #basic_search_keyword {
        width: 100%;
        /* padding-right: 110px; */
        /* space for button */
    }


    .input-box-one {
        position: relative;
    }

    .search-wrapper-one {
        padding: 12px;
    }

}


@media (max-width: 991px) {

    .hero-banner-one,
    .hero-slide {
        height: auto !important;
        min-height: 93svh !important;
    }

    .hero-slide {
        display: flex;
        align-items: flex-start;
    }

    .hero-content {
        padding: 0 38px 120px;
        margin: 34px auto 0;
        /* text-align: center; */
    }

}

@media (min-width: 412px) and (max-width: 430px) {

    .hero-banner-one,
    .hero-slide {
        height: auto !important;
        min-height: 75svh !important;
    }

    .search-wrapper-one .bg-wrapper.border-layout {
        border: 2px solid #000;
        margin-left: 5px;
    }



    .hero-tag {
        margin-left: 0px !important;
    }

    .hero-heading-project {
        margin-left: 0px !important;
    }

    .hero-subtitle {
        margin-left: 0px !important;
    }

    .search-wrapper-one .bg-wrapper .search-btn {

        line-height: 44px;
    }
}

@media (width: 390px) {

    .hero-banner-one,
    .hero-slide {
        height: auto !important;
        min-height: 82svh !important;
    }



    .hero-tag {
        margin-left: 0px !important;
    }

    .hero-heading-project {
        margin-left: 0px !important;
        font-size: 35px !important;
    }

    .hero-subtitle {
        margin-left: 0px !important;
    }

    .search-wrapper-one .bg-wrapper .search-btn {

        line-height: 44px;
    }
}

@media (width: 375px) {

    .hero-banner-one,
    .hero-slide {
        height: auto !important;
        min-height: 100svh !important;
    }



    .hero-tag {
        margin-left: 0px !important;
    }

    .hero-heading-project {
        margin-left: 0px !important;
    }

    .hero-subtitle {
        margin-left: 0px !important;
    }

    .search-wrapper-one .bg-wrapper .search-btn {

        line-height: 44px;
    }
}






.hero-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

/* @media (max-width: 767px) {
                                            .hero-content {
                                                gap: 12px;
                                            }
                                        } */



.mobile-search {
    display: none;
}

@media (max-width: 767px) {


    h3 {
        font-size: 24px !important;
    }

    .title-one p.mt-xs {
        margin-top: 0px;
    }

    .md-mt-60 {
        margin-top: 0px !important;
    }

    .fs-22 {
        font-size: 18px;
    }

    .desktop-search {
        display: none;
    }

    .mobile-search {
        display: block;
    }

    .mobile-search .d-flex {
        background: #fff;
        border-radius: 14px;
        padding: 6px;
        align-items: center;
    }

    .mobile-input {
        flex: 1;
        border: none;
        outline: none;
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 10px;
    }

    .mobile-search-btn {
        width: 46px;
        height: 46px;
        border-radius: 10px;
        border: none;
        background: #222;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-search-btn i {
        font-size: 16px;
    }
}



/* HERO BASE */
.hero-banner-one {
    position: relative;
    height: 90vh;
    /* overflow: hidden; */
    overflow: visible !important;
}

/* SWIPER */
.heroSwiper {
    height: 100%;
    position: relative;
}

.hero-slide {
    position: relative;
    height: 90vh;
}

/* BACKGROUND IMAGE */
.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

/* HERO CONTENT */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding-top: 130px;
    color: #fff;
}

/* TEXT */
.hero-tag {
    display: inline-block;
    background: rgba(120, 130, 140, 0.85);
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
}

.hero-heading-project {
    color: #fff;
    /* font-size: 50px !important; */

}

@media (min-width: 991px) {
    .hero-heading-project {
        font-weight: 700;
        margin: 15px 0;
        color: #fff;
        font-size: 50px !important;
    }
}


.hero-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

/* BUTTON */
.hero-view-btn {
    display: inline-block;
    background: #ffffff;
    color: #1a1a1a;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    /* margin-left: 18px; */
}

/* SEARCH BAR */

/* MOBILE */
@media (max-width: 991px) {
    .hero-content {
        padding-top: 120px;
        padding-left: 40px !important;
        /* text-align: center; */
    }

    .hero-heading-project {
        font-size: 40px;
    }


}

/* SWIPER NAV */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.search-wrapper-one .bg-wrapper .search-modal-btn.sm {
    border: none;
    padding: 0 30px;
    border-radius: 10px;
}

.search-wrapper-one .bg-wrapper .search-modal-btn {
    font-size: 14px;
    letter-spacing: 1px;
    height: 60px;
    border: 1px solid #000;
    color: #000;
    padding: 0 30px;
    background: #fff;
}

.hero-btn-group {
    display: flex;
    gap: 10px;
    /* space between buttons */
    align-items: center;
    flex-wrap: wrap;
}


/* {{-- search --}} */


/* ══════════════════════════════════════════
                            OUTER WRAPPER — straddle on desktop only
                            ══════════════════════════════════════════ */
.hs-outer {
    position: relative;
    z-index: 5;
}

.hs-inner {
    padding: 16px 16px 24px;
}

/* ══════════════════════════════════════════
                            HEADER: title + tabs
                            ══════════════════════════════════════════ */
.hs-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.hs-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}

.hs-tabs {
    display: inline-flex;
    background: #f1f5f9;
    border-radius: 50px;
    padding: 3px;
    gap: 2px;
}

.hs-tab {
    padding: 7px 18px;
    border-radius: 50px;
    border: none;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.hs-tab.active {
    background: #fff;
    /* color: #1a56db; */
    color: #CCB352;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* ══════════════════════════════════════════
                            CARD
                            ══════════════════════════════════════════ */
.hs-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}

/* Search row */
.hs-search-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 10px;
}

.hs-search-input {
    position: relative;
    flex: 1;
    max-width: 1000px;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 0 12px;
    height: 42px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s;
    /* overflow: hidden; */
    overflow: visible;
    /* align-items: flex-start; */
}

.hs-search-input:hover {
    /* border-color: #1a56db; */
    border-color: #CCB352;

}

.hs-search-input svg {
    color: #9ca3af;
    flex-shrink: 0;
}

.hs-search-input span {
    font-size: 13px;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-prop-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 0 12px;
    height: 42px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    background: #fff;
    white-space: nowrap;
    user-select: none;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s;
}

/* .hs-prop-wrap:hover {
                border-color: #1a56db;
                border-color: #CCB352;

            } */

.hs-drop:hover,
.hs-prop-wrap:hover {
    border-color: #CCB352;
    box-shadow: 0 0 0 2px rgba(204, 179, 82, 0.15);
}

/* Filters row */
.hs-filters-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.hs-pills {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.hs-pill {
    padding: 6px 12px;
    border-radius: 8px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    transition: all 0.18s;
    white-space: nowrap;
}

.hs-pill.active {
    /* background: #dbeafe; */
    background: #CCB352;
    /* border-color: #1a56db; */
    border-color: #CCB352;
    /* color: #1a56db; */
    color: #fff;

}

.hs-pill:hover:not(.active) {
    /* border-color: #93c5fd; */
    border-color: #CCB352;

}

/* .hs-sep {
    width: 1px;
    height: 22px;
    background: #e5e7eb;
    flex-shrink: 0;
} */

.hs-dropdowns {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.hs-drop {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 0 10px;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    background: #fff;
    white-space: nowrap;
    transition: border-color 0.2s;
}

/* .hs-drop:hover {
                border-color: #1a56db;
                border-color: #CCB352;

            } */

.hs-search-btn {
    margin-left: auto;
    flex-shrink: 0;
    /* background: #1a56db; */
    background: #CCB352;

    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    height: 36px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.hs-search-btn:hover {
    /* background: #1447b8; */
    background: #dfc459;

}

/* Property dropdown */
.hs-prop-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    min-width: 160px;
    z-index: 9999;
    overflow: hidden;
}

.hs-prop-menu.open {
    display: block;
}

.hs-prop-item {
    padding: 10px 16px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
}

.hs-prop-item:hover {
    background: #f3f4f6;
}

.hs-prop-item.selected {
    /* color: #1a56db; */
    color: #CCB352;

    font-weight: 600;
}

/* Quick picks */
.hs-picks {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.hs-picks-label {
    font-size: 12px;
    color: #555;
    font-weight: 500;
    white-space: nowrap;
}

.hs-pick {
    padding: 5px 14px;
    border-radius: 50px;
    border: 1.5px solid #d1d5db;
    background: #fff;
    color: #444;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.18s;
    white-space: nowrap;
}

.hs-pick:hover {
    /* background: #eff6ff; */
    background: #CCB352;
    /* border-color: #1a56db; */
    border-color: #CCB352;
    color: #fff;
    /* color: #1a56db; */
}

/* ══════════════════════════════════════════
                            TABLET — 576px to 991px
                            ══════════════════════════════════════════ */
@media (min-width: 576px) and (max-width: 991px) {
    .hs-inner {
        padding: 16px 20px 24px;
    }

    .hs-title {
        color: #222;
    }
}

/* ══════════════════════════════════════════
                            MOBILE — below 575px
                            Card stacks vertically, Search btn full width
                            ══════════════════════════════════════════ */


@media (max-width: 575px) {
    .hs-inner {
        padding: 12px 12px 20px;
        padding-left: 14.6953px !important;
    }

    .hs-header {
        gap: 10px;
    }

    .hs-title {
        font-size: 14px;
    }

    .hs-tab {
        padding: 6px 14px;
        font-size: 11px;
    }

    /* Search row stacks */
    .hs-search-row {
        flex-direction: column;
        gap: 6px;
    }

    .hs-search-input {
        height: 44px;
    }

    .hs-prop-wrap {
        height: 44px;
        width: 100%;
        justify-content: space-between;
    }

    /* Filters row: pills on one line, dropdowns + btn below */
    .hs-filters-row {
        flex-wrap: wrap;
        gap: 6px;
    }

    .hs-sep {
        display: none;
    }

    .hs-dropdowns {
        width: 100%;
        gap: 6px;
    }

    .hs-drop {
        flex: 1;
        justify-content: space-between;
        height: 40px;
        font-size: 13px;
    }

    .hs-search-btn {
        width: 100%;
        height: 44px;
        font-size: 14px;
        margin-left: 0;
    }
}

/* ══════════════════════════════════════════
                           DESKTOP — 992px+
                           Straddle hero, align with nav menu
                           ══════════════════════════════════════════ */
@media (min-width: 992px) {
    .hs-outer {
        margin-top: -110px;
        /* pulls block up into hero bottom */
    }

    .hs-inner {
        padding: 15px 0 28px 0;
        padding-left: 98.6953px;
        /* left padding set by JS to align with projectsMenu */
    }

    .hs-header {
        margin-bottom: 21px;
    }

    .hs-title {
        color: #fff;
        font-size: 18px;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    }

    .hs-tabs {
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    }

    .hs-card {
        max-width: 830px;
        border-radius: 14px;
        padding: 18px 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
    }

    .hs-search-input {
        height: 46px;
    }

    .hs-search-input span {
        font-size: 14px;
    }

    .hs-prop-wrap {
        height: 46px;
        font-size: 14px;
    }

    .hs-pill {
        padding: 7px 16px;
        font-size: 13px;
    }

    .hs-drop {
        height: 40px;
        font-size: 13px;
        padding: 0 14px;
    }

    .hs-search-btn {
        height: 40px;
        padding: 0 28px;
        font-size: 14px;
    }

    .hs-picks {
        max-width: 960px;
    }

    .hs-picks-label {
        color: #444;
        font-size: 13px;
    }

    .hs-pick {
        font-size: 13px;
        padding: 6px 16px;
    }
}



/* .hs-pill-wrap {
            position: relative;
            display: inline-block;
        } */

.hs-pill-wrap {
    display: flex;
    gap: 4px;
    /* spacing between buttons */
    align-items: center;
    flex-wrap: wrap;
    /* optional for responsiveness */
    position: relative;

}

.hs-pill {
    display: inline-flex;
    /* ensures proper alignment */
    /* white-space: nowrap;  prevents breaking text */
}

/* .hs-ready-dropdown {
            position: absolute;
            top: 110%;
            left: 0;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            width: 260px;
            max-height: 250px;
            overflow-y: auto;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            z-index: 999;
        } */

/* .hs-ready-dropdown {
    position: absolute;
    top: 115%;
    left: 0;
    background: #fff;
    border-radius: 14px;
    width: 260px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    padding: 10px;
} */

.hs-ready-dropdown {
    position: absolute;
    top: 100%;
    /* aligns exactly below button */
    left: 0;
    margin-top: 6px;
    /* small gap instead of big offset */

    background: #fff;
    border-radius: 14px;
    width: 260px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    padding: 10px;
}

/* {{-- bedroom --}} */

.hs-drop-wrap {
    position: relative;
}

/* .hs-bedroom-dropdown {
            position: absolute;
            top: 110%;
            left: 0;
            background: #f7f7f7;
            padding: 15px;
            border-radius: 14px;
            display: none;
            gap: 10px;
            width: 300px;
            flex-wrap: wrap;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        } */

.hs-bedroom-dropdown {
    position: absolute;
    top: 115%;
    left: 0;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    width: 280px;
    flex-wrap: wrap;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

/* .hs-bedroom-dropdown button {
            background: #eaeaea;
            border: none;
            padding: 8px 14px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 13px;
        }

        .hs-bedroom-dropdown button:hover {
            background: #ddd;
        } */

.hs-bedroom-dropdown button {
    background: #f5f5f5;
    border: 1px solid transparent;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    transition: 0.2s;
}

.hs-bedroom-dropdown button:hover {
    background: #fffaf0;
    border-color: #CCB352;
}

.hs-bedroom-dropdown button.active {
    background: #CCB352;
    color: #fff;
}


/* {{-- price --}} */

/* .hs-price-dropdown {
            position: absolute;
            top: 110%;
            left: 0;
            width: 340px;
            background: #fff;
            border-radius: 14px;
            padding: 18px;
            display: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        } */

.hs-price-dropdown {
    position: absolute;
    top: 115%;
    left: 0;
    width: 340px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

/* .price-header {
                font-weight: 600;
                margin-bottom: 10px;
            } */

.price-header {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
}

.price-inputs {
    display: flex;
    gap: 10px;
}

/* .price-inputs input {
            width: 100%;
           
            padding: 7px 5px;
            border-radius: 10px;
            border: 1px solid #ddd;
        } */

.price-inputs input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: 0.2s;
}

.price-inputs input:focus {
    border-color: #CCB352;
    outline: none;
    box-shadow: 0 0 0 2px rgba(204, 179, 82, 0.2);
}

.price-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.price-actions button {
    /* padding: 8px 14px; */
    padding: 5px 13px;
    border-radius: 8px;
    /* border: none; */
    cursor: pointer;
    border: 1px solid #e1e1e1;
}

/* .price-actions .confirm {
            background: #1a73e8;
            background: #CCB352;
            color: #fff;
        } */

.price-actions .confirm {
    background: #CCB352;
    color: #fff;
    border: none;
}

.price-actions button:hover {
    opacity: 0.9;
}

.price-sub {
    font-size: 14px;
}


/* {{-- residantel --}} */


/* .hs-property-dropdown {
            position: absolute;
            top: 110%;
            left: 0;
            width: 420px;
            background: #fff;
            border-radius: 16px;
            padding: 18px;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
            display: none;
            z-index: 999;
        } */

.hs-property-dropdown {
    position: absolute;
    top: 115%;
    left: 0;
    width: 420px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #f1f1f1;
    z-index: 999;
}

.prop-header {
    font-weight: 600;
    margin-bottom: 12px;
}

.prop-tabs {
    display: flex;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 15px;
}

.prop-tab {
    flex: 1;
    padding: 8px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
}

/* .prop-tab.active {
            background: #dbeafe;
            color: #1a73e8;
            font-weight: 500;
        } */

.prop-tab.active {
    background: #CCB352;
    color: #fff;
    font-weight: 600;
}

.prop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-height: 250px;
    overflow-y: auto;
}

/* .prop-grid label {
            background: #f3f3f3;
            padding: 10px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        } */

.prop-grid label {
    background: #fafafa;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.prop-grid label:hover {
    border-color: #CCB352;
    background: #fffaf0;
}

.prop-grid input:checked+span,
.prop-grid input:checked {
    accent-color: #CCB352;
}

.prop-grid input {
    accent-color: #1a73e8;
}

.prop-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.prop-actions button {
    padding: 8px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.prop-actions .confirm {
    background: #1a73e8;
    color: #fff;
}


/* Smooth animation for all dropdowns */
.hs-property-dropdown,
.hs-bedroom-dropdown,
.hs-price-dropdown,
.hs-ready-dropdown {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.25s ease;
}

/* Active state */
.hs-dropdown-open {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* search bar suggestion */

.hs-search-wrap {
    position: relative;
    width: 100%;
}

/* Dropdown */
/* #searchSuggestionBox {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    max-height: 260px;
    overflow-y: auto;
    z-index: 999;

    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: all 0.25s ease;
} */

/* #searchSuggestionBox {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;

    width: 100%; 
    min-width: 100%;
    max-width: 100%;

    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);

    padding: 8px;
    z-index: 9999;

    display: none;
} */


/* #searchSuggestionBox {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    border: 1px solid #ececec;
    z-index: 9999;
    display: none;
    overflow: hidden;
} */

#searchSuggestionBox {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    max-height: 350px;
    overflow-y: auto;
}

.suggestion-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.suggestion-item:hover {
    background: #f8f8f8;
}

.suggestion-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.suggestion-content {
    min-width: 0;
}

.suggestion-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.suggestion-sub {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.suggestion-empty {
    padding: 14px;
    font-size: 13px;
    color: #6b7280;
}





/* Show dropdown */
/* #searchSuggestionBox.hs-dropdown-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
} */

/* Items */
/* .hs-ready-item {
    padding: 12px 14px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
} */

/* Hover effect like your design */
/* .hs-ready-item:hover {
    background: #f5f7fb;
} */

/* Icon */
/* .hs-ready-item::before {
    content: "📍";
    font-size: 14px;
} */

/* offplan */


.dropdown-item {
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 13px;
}

.dropdown-item:hover {
    background: #f5f5f5;
}



/* {{-- search --}} */