
.property-hero {
    position: relative;
    min-height: 450px;
    background: #071f18;
    overflow: visible;
    margin-bottom:50px;
}

.property-hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgb(3 27 20 / .72), rgb(3 27 20 / .35)), url('../img/bgimg.webp');
    background-size: cover;
    background-position: center;
    z-index: 0
}

.property-header {
    position: relative;
    z-index: 10;
    padding: 14px 0
}

.property-logo {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none
}

.logo-number {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -4px
}

.logo-text {
    font-size: 22px;
    margin-left: 4px;
    font-weight: 500
}

.logo-text small {
    font-size: 11px
}

.property-nav {
    display: flex;
    align-items: center;
    gap: 26px
}

.offcanvas-body>.property-nav {
    display: flex;
    flex-direction:column;
     align-items: flex-start;
    gap: 26px
}

.property-nav a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: .2s
}

.offcanvas-body .property-nav a {
    position: relative;
    color: var(--primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: .2s
}

.scrolled a {
    color: var(--primary)
}



.nav-insights span {
    position: absolute;
    top: -13px;
    right: -14px;
    background: #e51d2a;
    color: #fff;
    font-size: 8px;
    padding: 2px 5px;
    border-radius: 8px;
    font-weight: 700
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.header-icon-btn {
    width: 38px;
    height: 38px;
    border: 0;
    background: #fff0;
    color: #fff;
    font-size: 17px
}

.scrolled .header-icon-btn {
    background-color: var(--primary);
    border-radius: 8px
}

.header-action-btn {
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.snaps-btn {
    display: flex;
    align-items: center;
    gap: 7px
}

.post-property-btn {
    height: 40px;
    padding: 0 13px;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.post-property-btn small {
    background: #fff;
    color: #222;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 4px;
    font-size: 9px
}

.hero-banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 155px
}

.hero-small-title {
    display: block;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 500;
    opacity: .9;
    margin-bottom: 8px
}

.hero-banner-content h1 {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 15px
}

.hero-banner-content p {
    margin: 0;
    font-size: 16px;
    opacity: .85
}

.search-container {
    position: absolute;
    z-index: 20;
    width: 80%;
    max-width: 1350px;
    left: 50%;
    bottom: -65px;
    transform: translateX(-50%)
}

.property-search-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgb(0 0 0 / .16);
   /* overflow-x: auto*/
}

.property-tabs {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 28px;
    height: 64px;
    border-bottom: 1px solid #eee
}

.property-tab {
    position: relative;
    height: 64px;
    padding: 0 17px;
    border: 0;
    background: #fff0;
    color: #98a1af;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap
}

.property-tab.active {
    color: #202b3c
}

.property-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--primary);
    border-radius: 4px 4px 0 0
}

.property-search-form {
   
  
    align-items: center;
    padding: 16px
}

.property-location {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 15px;
    border: 1px solid #e1e5ea;
    border-radius: 11px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .05)
}

.property-location>i {
    color: #9aa4b2;
    font-size: 17px
}

.property-location input {
    flex: 1;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #273142;
    min-width: 0
}

.property-location input::placeholder {
    color: #9aa4b2
}

.voice-btn {
    border: 0;
    background: #fff0;
    color: #8993a2;
    font-size: 15px
}

.property-type .form-select {
    height: 50px;
    border: 1px solid #e1e5ea;
    border-radius: 11px;
    font-size: 14px;
    color: #273142;
    box-shadow: 0 2px 5px rgb(0 0 0 / .05);
    padding-left: 16px
}

.property-type .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .15rem rgb(233 29 43 / .08)
}

.main-search-btn {
    height: 50px;
    border: 0;
    width:100%;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .25s
}

.main-search-btn:hover {
    background: var(--accent);
    transform: translateY(-1px)
}

.map-search-btn {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 19px;
    transition: .25s
}

.map-search-btn:hover {
    background: var(--accent)
}

.advanced-search {
    border-top: 1px solid #f0f1f3;
    padding: 9px 18px
}

.advanced-btn {
    border: 0;
    background: #fff0;
    color: #606b79;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px
}

.advanced-btn i:first-child {
    color: var(--primary)
}

.advanced-btn i:last-child {
    font-size: 9px;
    margin-left: 2px
}

.advanced-search-content {
    padding: 20px;
    background: #fafbfc;
    border-top: 1px solid #eee
}

.advanced-search-content label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #66717e
}

.advanced-search-content .form-select {
    height: 43px;
    border-color: #dfe3e7;
    font-size: 13px;
    box-shadow: none
}

.mobile-menu-btn {
    border: 0;
    background: #fff0;
    color: #fff;
    font-size: 23px
}

.scrolled .mobile-menu-btn {
    background: var(--accent);
    border-radius: 18px;
    width: 38px;
    height: 38px;
}

@media (max-width:1199px) {
    .property-nav {
        gap: 14px
    }

    .property-nav a {
        font-size: 12px
    }

   
}

@media (max-width:767px) {
    .property-hero {
        height: 450px;
        padding-top: 60px
    }

    .hero-banner-content {
        padding-top: 80px
    }

    .hero-banner-content h1 {
        font-size: 38px
    }

    .hero-small-title {
        font-size: 12px;
        letter-spacing: 3px
    }

    .search-container {
        position: relative;
        width: 100%;
        padding: 0 12px
    }

    .property-search-box {
        border-radius: 12px
    }

    .property-tabs {
        height: 55px;
        padding: 0 10px
    }

    .property-tab {
        height: 55px;
        padding: 0 12px;
        font-size: 12px
    }

    .property-search-form {
       
        padding: 14px;
        
    }

    .property-location,
    .property-type .form-select,
    .main-search-btn,
    .map-search-btn {
        width: 100%;
        height: 48px
    }

    .property-type {
        width: 100%
    }

    .map-search-btn {
        width: 100%
    }

    
}

@media (max-width:767px) {
    .property-hero {
        height: 450px;
        padding-top: 60px
    }

    .hero-banner-content {
        padding-top: 80px
    }

    .hero-banner-content h1 {
        font-size: 38px
    }

    .hero-small-title {
        font-size: 12px;
        letter-spacing: 3px
    }

    .search-container {
        position: relative;
        width: 100%;
        padding: 0 12px
    }

    .property-search-box {
        border-radius: 12px
    }

    .property-tabs {
        height: 55px;
        padding: 0 10px
    }

    .property-tab {
        height: 55px;
        padding: 0 12px;
        font-size: 12px
    }

    .property-search-form {
        gap:16px;
        padding: 14px;
       
    }

    .property-location,
    .property-type .form-select,
    .main-search-btn,
    .map-search-btn {
        width: 100%;
        height: 48px
    }

    .property-type {
        width: 100%
    }

    .map-search-btn {
        width: 100%
    }

    
}
.property-location {
    position: relative;
}

/* Suggestion dropdown */
#suggestions {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
   
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
}

/* Suggestion item */
#suggestions .suggestion-item {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

#suggestions .suggestion-item:last-child {
    border-bottom: none;
}

/* Suggestion link */
#suggestions .suggestion-item a {
    display: block;
    padding: 12px 16px;
    color: #222;
    text-decoration: none;
    transition: background 0.2s ease;
}

#suggestions .suggestion-item a:hover {
    background: #f6f8fa;
}

/* Property title */
#suggestions .suggestion-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1d2939;
    margin-bottom: 4px;
}

/* Location + developer + ID */
#suggestions .suggestion-item small {
    display: block;
    font-size: 12px;
    color: #667085;
    line-height: 1.5;
}

/* Location icon */
.suggestion-location {
    color: #667085;
    margin-right: 4px;
}

/* Property ID */
.suggestion-property-id {
    color: #7f56d9;
    font-weight: 600;
}

/* Scrollbar */
#suggestions::-webkit-scrollbar {
    width: 5px;
}

#suggestions::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.no-result {
    padding: 15px 16px;
    text-align: center;
    color: #667085;
    font-size: 14px;
}