/* this is new header  */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');

:root {
    --sg-bg-product-color: #f5f5f5;
    --sg-bg-light: #ffffff;
    --sg-color-brand: #e00e0e;
    --sg-color-brand-hover: #ff4d4f;
    --sg-color-brand-active: #a80000;
    --sg-color-text: #374151;
    --sg-color-text-light: #6b7280;
    --sg-border-color: #d4d9e1;
    --sg-color-brand-30: #F9ECEC;
    --sg-color-outlind-inout: #ff4d4f7d;
    --sg-color-active-select: #e93232;
    --sg-input-check-bg: #ff4d4f1c;
}

* {
    border: none;
    box-sizing: border-box;
    font-family: "Noto Sans SC", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

svg{
    width: 1.4rem;
}
body{
    padding: 0px;
}
.web-head{
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
}
.wbn-unactive-data{
    top: -70px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.web-head .webh-box{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 1rem 0rem;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}
.web-head .wbhl-box{
    display: flex;
    align-items: center;
    gap: 0rem;
}
.web-head .wbhb-btn{
    min-width: max-content;
    width: max-content;
    display: none;
}
.web-head .wbhb-btn button{
    width: 2rem;
    height: 2rem;
    border-radius: 50rem;
    background: var(--sg-color-brand);
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-head .wbhb-btn button svg path{
    stroke: var(--sg-bg-light);
}

.web-head .wbh-logo{
    max-width: 236px;
    overflow: hidden;
}
/* .web-head .wbh-logo .img{
    scale: 1.1;
} */
.web-head .wbh-logo a{
    display: block;
}
.web-head .wbh-logo img{
    max-width: 100%;
    scale: 1.055;
}
.web-head .wbh-logo h1{
    font-family: "Ma Shan Zheng", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: -6px;
    color: var(--sg-color-brand);
}
/* this is search  */
.web-head .webh-nav{
    flex: 1;
    @media only screen and (max-width: 650px) {
         max-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 650px) {
    .web-head .webh-nav{
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
.web-head .webh-nav .wbhln-box{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 0 auto;
}
.web-head .web-search{
    overflow: hidden;
    border-radius: 0.2rem;
    border: 2px solid var(--sg-color-brand);
    background: var(--sg-color-brand);
}
.web-head .web-search .wsbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.web-head .web-search input[type='text']{
    flex: 1;
    max-width: calc(100% - 70px);
    width: calc(100% - 70px);
    display: block;
    height: 2rem;
    border: none;
    outline: none;
    background: var(--sg-bg-light);
    text-indent: 0.5rem;
    border-radius: 0.1rem;
}
.web-head .web-search .wsbox-btn{
    width: 70px;
    height: 2rem;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 1.2rem;
    color: var(--sg-bg-light);
    background: transparent;
    cursor: pointer;
}
.web-head .web-search .wsbox-btn:hover{
    background: var(--sg-color-brand-hover);
}
.web-head .web-search .wsbox-btn path{
    stroke: var(--sg-bg-light);
}
.web-head .webh-nav ul{
    display: flex;
    align-items: center;
    gap: 0.8rem;
} 
.web-head .webh-nav ul a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    height: 2rem;
    position: relative;
    min-width: 60px;
    color: var(--sg-color-text);
}
.web-head .webh-nav ul a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--sg-color-brand);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.web-head .webh-nav ul a:hover,
.web-head .webh-nav ul li.active a{
    color: var(--sg-color-brand);
}
.web-head .webh-nav ul a:hover::after,
.web-head .webh-nav ul li.active a::after{
    transform: scaleX(1);
}
/* ---tab link  */
.wb-tablink{
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom:0rem;
    z-index: 999;
    background: var(--sg-bg-light);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.wb-tablink .wbtl-box{
    margin: 0rem 0.3rem; 
}
.wb-tablink ul{
    display: flex;
    align-items: center;
    gap: 0.1rem;
    justify-content: space-between;
}
.wb-tablink ul li{
    width: 100%;
    text-align: center;
    background: transparent;
}
.wb-tablink ul li a{
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    color: var(--sg-color-text);
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
}
.wb-tablink ul li svg{
    width: 1.5rem;
    margin: 0rem auto;
}
.wb-tablink ul li svg path{
    stroke: var(--sg-color-brand);
}
/* active */
.wb-tablink ul li.active a{
    color: var(--sg-color-brand);
}
.wb-tablink ul li.active path{
    stroke: var(--sg-bg-light);
    fill: var(--sg-color-brand);
}

@media only screen and (max-width: 1300px) {
    .web-head .webh-box,
    .header-section-box{
        margin: 0rem 0.8rem;
    }
}
@media screen and (max-width: 763px) {
    .web-head .wbh-logo,
    .afc-btn-wbp{
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .web-head{
        transition: all ease-in-out 0.3s;
        background: var(--sg-color-brand);
    }
    .header-section{
        transition: all ease-in-out 0.3s !important;
    }
    .wbftp-unactive{
        top: 68px !important;
    }
    .wbn-unactive-data{
        opacity: 1;
        top: 0px;
    }
    .wbtbl-unactive{
        opacity: 0;
        bottom: -70px;
        transition: all 0.3s ease-in-out;
    }
    .web-head .webh-box, 
    .header-section-box{
        margin: 0rem 0.5rem;
    }
    .web-head .webh-box{
        gap: 0.5rem;
        margin-left: 0rem;
    }
    .web-head .wbnl{
        display: none;
    }
    .web-head .web-search{
        border-color: var(--sg-bg-light);
        background: var(--sg-bg-light);
    }
    .web-head .web-search .wsbox-btn{
        background: var(--sg-color-brand);
    }
    .wb-tablink{
        display: block;
    }
    .web-head .wbhb-btn{
        display: initial;
    }
}
/* ==================change property filter item======================== */
.nav-menu {
    width: 100%;
    z-index: 100;
}
.nav-overlay.active{
    z-index: 9991;
}
.nav-menu .webmn-box .webmn-box-con{
    max-width: 375px;
    background: var(--sg-bg-light);
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.nav-menu .webmn-box .nav-menu-footer{
    flex: 1;
    align-items: end;
    border: none;
}
.nma-btn{
    padding: 0rem;
}
.main-property-card{
    background: transparent;
    max-width: 1300px;
    margin: 0 auto;
}
.property-grid{
    position: relative;
    margin-top: 75px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.property-card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.new-badge{
    background: var(--sg-color-brand);
}
@media only screen and (max-width: 1300px) {
    .main-property-card{
        margin: 0rem 0.8rem;
    }
}

@media only screen and (min-width: 1100px) {
    .nav-menu-header{
        height: 70px;
    }
}
@media only screen and (max-width: 1000px) {
    .nav-menu{
        z-index: 9999;
    }
    .nav-menu .webmn-box .webmn-box-con{
        margin-top: 0rem;
        height: 100vh;
    }
    .datan-head{
        height: 70px;
        color: var(--sg-bg-light);
        background: var(--sg-color-brand) !important;
    }
    .datan-head .nav-close-btn i{
        color: var(--sg-bg-light);
    }
    .nav-overlay.active{
        z-index: 999;
    }
}
@media only screen and (max-width: 650px) {
    .main-property-card{
        margin: 0rem 0rem;
    }
}
/* ==================================================================> */
.logo-web img{
    height: 40px;
}
.nav-menu{
    transition: all ease-in-out 0.3s;
    /* Use dynamic viewport height so the panel never overflows when
       the Safari address bar is visible (100vh = tallest possible
       viewport which is bigger than the visible area when the bar shows) */
    height: 100dvh;
    z-index: 9999;
    /* Push content below the iOS status bar / notch when
       viewport-fit=cover is set in the <meta viewport> tag */
    padding-top: env(safe-area-inset-top);
}
.top-action{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-action #btn-toggle-menu-top{
    display: none;
}
.top-action #btn-toggle-menu-top i{
    color: #d60000;
}
.nav-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    color: var(--sg-bg-light);
    z-index: 10;
    padding: 0.5rem 0.8rem;
}
.datan-head{
    background: var(--sg-color-brand) !important;
}
.nav-menu-header .nav-close-btn{
    color: var(--sg-bg-light);
    cursor: pointer;
}
.nav-menu-header .nav-close-btn:active {
    transform: scale(0.87);
    transition: all ease-in 0.5s;
}

.mobile-filter-overview {
    display: none;
}

.mobile-filter-sheet-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483644;
    background: rgba(13, 23, 40, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.mobile-filter-sheet-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-filter-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 18px 18px 0 0;
    min-height: 45vh;
    max-height: 78vh;
    max-height: 78dvh;
    transform: translateY(100%);
    transition: transform .24s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -12px 30px rgba(8, 24, 58, 0.22);
}

.mobile-filter-sheet-overlay.show .mobile-filter-sheet {
    transform: translateY(0);
}

.mobile-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eef0f4;
}

.mobile-sheet-head h3 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
}

.mobile-sheet-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #dbe0e8;
    background: #fff;
    color: #6b7280;
}

.mobile-sheet-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px 12px;
}

.mobile-range-input-picklist {
    margin: 4px 10px 0;
    border-top: 1px solid #e7ebf3;
    background: #fff;
    display: flex;
    flex-direction: column;
    max-height: 360px;
    overflow-y: auto;
}

.mobile-range-pick-item {
    width: 100%;
    min-height: 44px;
    padding: 0 2px;
    border: none;
    border-bottom: 1px solid #eef1f6;
    border-radius: 0;
    background: #fff;
    text-align: left;
    color: #3f4652;
    font-size: 16px;
    font-weight: 500;
}

.mobile-range-pick-item.active {
    color: #0f5b2e;
    background: #f3fbf5;
}

.mobile-sheet-body .filter-content {
    display: none !important;
    flex-direction: column;
    gap: 10px;
}
.filter-section{
    padding: 0rem;
}
.filter-section .filter-header{
    height: 50px;
    padding: 0rem 0.8rem;
}
.filter-section .filter-header:hover{
    color: var(--sg-color-brand);
}
.filter-content{
    display: none !important;
    padding: 0rem;
}
.filter-section:has(.fl-active) .filter-content{
    display: flex !important;
    padding-bottom: 0.8rem;
    gap: 0.2rem;
}
.filter-section:has(.fl-active) .filter-header i{
    transform: rotate(180deg);
}

.mobile-sheet-actions {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #eef0f4;
    background: #fff;
}

.mobile-sheet-btn {
    height: 42px;
    border-radius: 10px;
    border: 1px solid #d7dde8;
    background: #fff;
    color: #374151;
    font-size: 15px;
    font-weight: 600;
}

.mobile-sheet-btn.primary {
    border-color: #1f7cf9;
    background: #1f7cf9;
    color: #fff;
}

.nav-menu-footer {
    padding: 1rem 0.8rem;
    justify-content: right;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
}
.filter-apply-btn{
    border: 1px solid transparent;
    color: var(--sg-bg-light);
    background: var(--sg-color-brand);
}
.reset-btn,
.filter-apply-btn {
    font-size: 0.9rem;
    padding: 0rem;
    min-width: 70px;
    height: 2.2rem;
    border-radius: 0.4rem;
    display: flow;
    box-sizing: border-box;
}
.reset-btn{
    color: var(--sg-color-brand);
    background: var(--sg-bg-light);
    box-sizing: border-box;
    border: 1px solid var(--sg-border-color);
    transition: all ease-in-out 0.2s;
}
.filter-apply-btn:hover{
    color: var(--sg-bg-light);
    background: var(--sg-color-brand-hover);
}
.reset-btn:hover{
    color: var(--sg-color-brand);
    background: var(--sg-bg-light);
    border: 1px solid var(--sg-border-color);
    box-shadow: 0px 0px 5px 0px var(--sg-color-outlind-inout);
}
.reset-btn svg path{
    stroke: var(--sg-color-brand);
}
.reset-btn:hover svg path{
    stroke: var(--sg-bg-light);
}
.property-des {
    font-size: 12px;
    margin-bottom: 12px;
}

.property-info {
    padding-bottom: 0rem;
}
.property-title{
    font-weight: bold;
}
.info-foot {
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    position: relative;
}

.property-price {
    margin-bottom: 8px;
}

/* =============this is content======> */
.container{
    max-width: initial;
    padding: 0rem;
}
.header-section {
    position: fixed;
    left: 0;
    width: 100%;
    top: 103px;
    z-index: 120;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: visible;
    gap: 10px;
    border-radius: 0rem;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: var(--sg-color-brand);
}
.wbftp-unactive{
    opacity: 1;
    top: 0px;
    transition: all 0.3s ease-in-out;
}
.header-section-box{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-section::-webkit-scrollbar {
    display: none;
}

.breadcrumb-with-filter {
    min-width: max-content;
}

.quick-filter-bar {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0rem;
    border: none;
    background: transparent;
}

.quick-filter-chip {
    position: relative;
    flex: 0 0 auto;
    min-width: max-content;
    width: 80px;
    border-radius: 0px;
}

.quick-filter-field {
    width: 100%;
    height: 2.5rem;
    box-sizing: border-box;
    border-radius: 0rem;
    background: transparent;
    color: var(--sg-bg-light);
    font-size: 15px;
    padding: 0 34px 0 12px;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.quick-filter-field,
.header-section .hamburger-btn{
    height: 50px;
}
.quick-filter-bar .quick-filter-chip:first-child .quick-filter-field{
    color: var(--sg-color-brand);
    background: var(--sg-bg-light);
    padding: 12px;
}
.quick-filter-field:hover{
    background: rgba(255, 255, 255, 0.1);
}

.quick-filter-field:focus {
    outline: none;
    /* border-color: rgb(255, 77, 79);
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.16); */
}

.quick-filter-chip i {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--sg-bg-light);
    pointer-events: none;
}

.quick-filter-chip.price i {
    display: none;
}

.quick-select-trigger {
    text-align: left;
    cursor: pointer;
}

.quick-select-panel,
.quick-price-panel {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2147483646;
    width: 800px;
    max-width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    background: #fff;
    border: 1px solid #d4d9e1;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    padding: 0.8rem;
    overflow: hidden;
    display: none;
}

.quick-select-panel.show{
    display: block;
}

/* .quick-price-panel {
    position: fixed;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2147483646;
    width: 800px;
    max-width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    background: #fff;
    border: 1px solid #d4d9e1;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    padding: 10px;
    overflow: hidden;
    display: none;
} */
body:has(.quick-price-panel.show),
body:has(.quick-select-panel.show){
    overflow: hidden;
    overflow: visible;
}
.quick-price-panel.show {
    display: block;
}

.quick-panel-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483645;
    background: rgba(15, 23, 42, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.quick-panel-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.quick-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d9d9d9;
}
.quick-price-panel .quick-panel-head{
    border: none !important;
}
.quick-panel-close {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    margin: 0rem 0.8rem;
}

.quick-panel-close i {
    font-size: 1.1rem;
}

/* .quick-select-title {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
    margin: 0rem 0.8rem;
} */

.quick-select-input {
    width: 100%;
    height: 38px;
    border: 1px solid #d4d9e1;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
    color: #374151;
    background: #fff;
}

.quick-select-input:focus {
    outline: none;
    border-color: rgb(255, 77, 79);
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.16);
}

.quick-select-panel .quick-select-checklist {
    /* max-height: 240px; */
    max-height: calc(100dvh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-right: 2px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    scrollbar-width: thin;
    padding: 0.5rem 0rem;
}
.quick-select-actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: end !important;
}
.quick-select-actions .quick-reset-only-btn{
    border: none;
    color: var(--sg-bg-light);
    background: var(--sg-color-brand);
}
.quick-select-action-btn {
    color: #374151;
    height: 32px;
    border-radius: 7px;
    border: 1px solid #d4d9e1;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    cursor: pointer;
}
.quick-select-action-btn.primary {
    background: #4f83ff;
    border-color: #4f83ff;
    color: #fff;
}
.quick-select-panel .quick-select-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.3;
    color: #374151;
    padding: 0.8rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    transition: all ease-in-out 0.2s;
    transform: scale(1);
}
.quick-select-panel .quick-select-item:focus{
    transform: scale(0.97);
}
.quick-select-panel .quick-select-item:hover span{
    color: var(--sg-color-brand);
}
.quick-select-panel .quick-select-item:has(input:checked) {
    background: var(--sg-input-check-bg);
    border-radius: 0.5rem;
    padding: 0.8rem;
}
.quick-select-panel .quick-select-item:has(input:checked) span {
    color: var(--sg-color-brand) !important;
}
.quick-select-panel .quick-select-item input {
    width: 15px;
    height: 15px;
    margin: 0;
    flex: 0 0 auto;
    -webkit-appearance: checkbox;
    appearance: auto;
    accent-color: #4f83ff;
    cursor: pointer;
}
.quick-select-panel .quick-select-item input[type="checkbox"] {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1rem;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.quick-select-panel .quick-select-item input[type="checkbox"]::before,
.quick-select-panel .quick-select-item input[type="checkbox"]::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    background-color: var(--sg-bg-light);
    border: 1px solid var(--sg-border-color); 
    outline: 2px solid transparent;
    outline-offset: 1px;
    transition: all ease-in-out .2s;
    box-sizing: border-box;
}
.quick-select-panel .quick-select-item input[type="checkbox"]:checked::after {
    border-color: var(--sg-color-brand);
    outline-color: var(--sg-color-outlind-inout);
    background-color: var(--sg-color-brand);
}
.quick-select-panel .quick-select-item input[type="checkbox"]::before{
    border: none;
    outline: none;
    background-color: transparent;
    z-index: 2;
}
.quick-select-panel .quick-select-item input[type="checkbox"]:checked::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    /* FIXED: Corrected the xmlns URL string below */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}


.quick-select-empty {
    font-size: 13px;
    color: #9ca3af;
    padding: 6px 0;
}

.quick-price-trigger {
    text-align: left;
    cursor: pointer;
    border-radius: 0rem;
}
.quick-filter-trigger{
    color: white;
    background: #ff4d4f;
}
.quick-filter-chip:has(.quick-filter-trigger) i{
    color: white;
}

.quick-filter-reset-chip {
    width: auto;
}

.quick-reset-trigger {
    width: auto;
    min-width: 62px;
    padding: 0 12px;
    border-color: #ffb3b4;
    color: #cc2f32;
    background: #fff6f6;
    font-weight: 600;
}

.quick-price-title,
.quick-select-title {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
    margin: 0rem 0.8rem;
}

.quick-price-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 6px;
    align-items: center;
    padding: 0.8rem;
}

.quick-price-grid input {
    width: 100%;
    height: 36px;
    border: 1px solid #d4d9e1;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 16px;
    outline: 2px solid transparent;
    outline-offset: 1px;
    box-sizing: border-box;
    transition: all ease-in-out 0.2s;
}

.quick-price-grid input:focus {
    border-color: var(--sg-color-brand);
    outline-color: var(--sg-color-outlind-inout);
    background: var(--sg-bg-light);
}

.quick-price-divider {
    color: #9ca3af;
    font-size: 13px;
}

.quick-price-actions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 0rem 0.8rem;
}


.quick-price-action-btn {
    height: 32px;
    border-radius: 7px;
    border: 1px solid #d4d9e1;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    box-sizing: border-box;
    outline: 2px solid transparent;
    outline-offset: 1px;
    transform: scale(1);
}
.quick-price-action-btn:focus,
.quick-price-action-btn:hover{
    transform: scale(0.97);
    box-shadow: inset 0px 0px 5px 0px var(--sg-input-check-bg);
}
.quick-price-action-btn:hover{
    color: var(--sg-color-brand);
}

.quick-price-action-btn.primary {
    border-color:var(--sg-color-brand) ;
    background: var(--sg-color-brand);
    color: #fff;
}
.quick-price-action-btn.primary:hover{
    background: var(--sg-color-brand-hover);
}

.range-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 10px 2px;
}

.range-preset-btn {
    border: 1px solid #d9dee8;
    background: #fff;
    color: #4b5563;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.range-preset-btn.active {
    border-color: var(--sg-color-brand);
    background: var(--sg-color-brand-30);
    color: var(--sg-color-brand);
}

@media only screen and (max-width: 550px) {
    .quick-price-actions{
        justify-content: center;
    }
    .quick-price-action-btn{
        width: calc(100% / 2);
        padding: 0rem;
        height: 2.5rem;
        border-radius: 5px;
    }
    .quick-price-panel.show{
        flex-direction: column;
    }
    .price-picker-current{
        order: 2;
    }
    .price-picker-body{
        order: 3;
    }
    .quick-price-actions{
        order: 4;
    }
}

.range-input-container {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.range-input-container input[type="number"] {
    width: 86px;
    height: 34px;
    border: 1px solid #d4d9e1;
    border-radius: 6px;
    padding: 0 8px;
    font-size: 16px;
    outline: 2px solid transparent;
    outline-offset: 1px;
    transition: all ease-in-out 0.2s;
}

.range-input-container input[type="number"]:focus {
    border-color: var(--sg-color-brand);
    outline-color: var(--sg-color-outlind-inout);
    background: var(--sg-bg-light);
}

.range-unit {
    margin-left: 5px;
    font-size: 12px;
    color: #666;
}

@supports (-webkit-touch-callout: none) {

    input,
    select,
    textarea {
        font-size: 16px;
    }
}
.quick-filter-bar::-webkit-scrollbar {
    height: 4px;
}

.quick-filter-bar::-webkit-scrollbar-thumb {
    background: #d3d9e2;
    border-radius: 999px;
}

@media (max-width: 980px) {
    .quick-filter-chip {
        min-width: max-content;
    }

    .quick-filter-field {
        font-size: 14px;
    }
    /* .quick-filter-reset-chip{
        position: sticky;
        right: -5px;
        padding-left: 0.4rem;
        background: white;
    } */
}

.info-foot p {
    font-size: 14px;
    color: #888;
}

.info-foot .favorite-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    right: initial;
    top: initial;
    min-width: max-content;
    color: #ff4d4f;
}

.property-status {
    padding: 16px 0 28px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.property-status[data-state="error"] {
    color: #e74c3c;
}

.property-load-trigger {
    width: 100%;
    height: 1px;
}

.property-card.loading-card {
    pointer-events: none;
}

.loading-card .loading-image,
.loading-card .loading-line,
.loading-card .loading-pill {
    background: linear-gradient(90deg, #f2f2f2 25%, #e7e7e7 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    animation: property-loading 1.4s ease infinite;
    border-radius: 10px;
}

.loading-card .loading-image {
    width: 100%;
    aspect-ratio: 5 / 3;
    border-radius: 16px 16px 0 0;
    border-radius: 0rem;
}

.loading-card .property-info {
    padding-top: 16px;
}

.loading-card .loading-line {
    height: 12px;
    margin-bottom: 10px;
}

.loading-card .loading-line.title {
    height: 18px;
    width: 72%;
}

.loading-card .loading-line.short {
    width: 48%;
}

.loading-card .loading-pill {
    width: 96px;
    height: 28px;
    border-radius: 999px;
}

.header-section .hamburger-btn {
    min-width: max-content;
    padding: 0rem 1rem;
    border-radius: 0rem;
    background: transparent;
}
.header-section .hamburger-btn:active,
.header-section .hamburger-btn:hover{
    background: rgba(255, 255, 255, 0.1);
}
.header-section .hamburger-btn svg{
    rotate: 90deg;
}

@keyframes property-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@media screen and (max-width: 817px) {
    .breadcrumb-with-filter {
        min-width: max-content;
        /* position: sticky;
        right: 0rem; */
        background: transparent;
    }
}

@media screen and (max-width: 809px) {
    .hamburger-btn {
        height: 2.1rem;
    }
}
@media screen and (max-width: 763px) {
    .top-nav{
        box-shadow: none;
    }
    .container{
        padding: 0px;
        margin-top: -10px;
    }
    .property-grid{
        margin: 0px 10px;
        margin-top: 20px;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .header-section{
        position: sticky;
        top: 103.19px;
        z-index: 1000;
        border-radius: 0px;
    }

}
@media screen and (max-width: 688px) {
    .nav-menu .webmn-box .webmn-box-con{
        display: block;
    }
    .nav-menu {
        width: 100%;
        max-width: 100%;
        right: -100%;
        background: #f5f7fb;
    }
    .nav-menu .webmn-box .webmn-box-con{
        max-width: initial;
    }
    .nav-menu-content {
        padding: 10px 10px 20px;
        min-height: calc(100vh - 130px);
    }
    .nav-menu .webmn-box .nav-menu-footer{
        flex: initial;
    }
    .mobile-filter-overview {
        display: block;
        background: #fff;
        border: 1px solid #e7ebf3;
        border-radius: 14px;
        padding: 12px;
        margin-bottom: 12px;
        box-shadow: 0 6px 14px rgba(17, 37, 72, 0.07);
    }

    .mobile-overview-title {
        font-size: 15px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 10px;
    }

    .mobile-select-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mobile-select-row {
        border: 1px solid #e2e8f2;
        background: #fff;
        border-radius: 10px;
        min-height: 46px;
        padding: 8px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: left;
        position: relative;
    }

    .mobile-select-row::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #aab2c0;
        font-size: 13px;
    }

    .mobile-select-label {
        font-size: 13px;
        color: #4b5563;
    }

    .mobile-select-value {
        max-width: 55%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #0f4eb2;
        margin-left: auto;
        margin-right: 6px;
    }

    .mobile-chip-group-wrap {
        margin-top: 12px;
    }

    .mobile-chip-group-title {
        font-size: 13px;
        color: #4b5563;
        margin-bottom: 8px;
    }

    .mobile-chip-group {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .mobile-type-chip {
        height: 34px;
        border-radius: 999px;
        border: 1px solid #d7e4d8;
        padding: 0 12px;
        background: #fff;
        color: #3e4f64;
        font-size: 13px;
        font-weight: 600;
    }

    .mobile-type-chip.active {
        border-color: #30a046;
        color: #17682a;
        background: #edfbf0;
    }

    .filter-section {
        border: none;
        padding: 0;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 12px;
        border: 1px solid #e7ebf3;
    }

    .filter-header {
        min-height: 46px;
        padding: 0 12px;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

    .filter-content {
        display: none !important;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }
    .filter-section:has(.fl-active) .filter-content {
        opacity: 1;
        display: flex !important;
    }
    .filter-section:has(.fl-active) .filter-header{
        border-bottom: 1px solid #e7ebf3;
    }
    .filter-section:has(.fl-active) .filter-header i{
        transform: rotate(0deg);
    }

    .filter-header i {
        color: #aab2c0;
        transform: rotate(-90deg);
    }

    .header-section .quick-filter-bar:last-child{
        order: 1;
        flex-shrink: 0;
        margin-left: 0;
    }
    .header-section .quick-filter-bar:last-child button{
        width: max-content;
        padding: 0 25px 0 12px;
    }
    .header-section .quick-filter-bar:last-child .quick-filter-chip{
        width: max-content;
    }
    .header-section .quick-filter-bar:last-child .quick-filter-chip i{
        right: 9px;
    }
    /* .header-section .quick-filter-bar:first-child{
        order: 2;
    } */
    .quick-filter-field{
        height: 2.1rem;
    }

    /* iPhone-friendly bottom sheet style for quick select panels */
    .quick-select-panel,
    .quick-price-panel {
        width: calc(100vw - 16px);
        max-width: none;
        max-height: 70vh;
        max-height: 70dvh;
        border-radius: 14px;
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
        box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.24);
    }

    .quick-select-panel.show,
    .quick-price-panel.show {
        display: flex;
        flex-direction: column;
    }

    .quick-select-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .quick-select-panel .quick-select-checklist,
    .quick-price-panel .quick-price-grid {
        max-height: 56vh;
        max-height: 56dvh;
        padding-right: 6px;
    }

    .quick-price-panel .quick-price-grid {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .quick-filter-reset-chip{
        position: sticky;
        right: -0.8rem;
        padding: 0rem 0.4rem;
        background: white;
    } 

    .mobile-dv-none{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .logo-web img{
        height: 30px;
    }
}
@media screen and (max-width: 650px) {
    .header-section{
        top: 67px;
        padding: 0.5rem 0rem;
    }
    .quick-filter-bar{
        gap: 0.5rem;
    }
    .quick-filter-bar .quick-filter-chip:nth-child(2){
        margin-left: 0.5rem;
    }
    .quick-filter-field,
    .header-section .hamburger-btn{
        height: 2rem;
        border-radius: 0.4rem;
        border: 1px solid var(--sg-border-color);
        color: var(--sg-color-text);
    }
    .quick-filter-chip i{
        color: var(--sg-color-text);
    }
    .header-section .hamburger-btn path{
        stroke: var(--sg-color-text);
    }
    .header-section{
        color: var(--sg-color-text);
        background: var(--sg-bg-light);
    }
    .breadcrumb-with-filter{
        margin-right: 0.5rem;
    }
}
@media screen and (max-width: 560px) {
    .top-nav{
        position: absolute;
    }
    .header-section{
        align-items: self-start;
    }
    /* .header-section .quick-filter-bar:first-child {
        width: 100%;
        order: 1;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    } */
    /* .breadcrumb-with-filter{
        position: initial;
        order: 1;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
        border: none;
        background: transparent;
    }
    .breadcrumb-with-filter .hamburger-btn{
        position: relative;
        flex: 0 0 auto;
    } */
    .quick-filter-reset-chip{
        position: initial;
        padding: 0rem;
    }
    .quick-filter-reset-chip .quick-reset-trigger{
        width: 100%;
        min-width: initial;
    }
    .breadcrumb-with-filter{
        display: none;
    }
    .quick-filter-bar .breadcrumb-with-filter{
        display: flex !important;
        /* order: 1; */
    }
    /* .quick-filter-bar .quick-filter-chip{
        order: 2;
    } */

}
@media screen and (max-width: 526px) {
    .top-nav{
        height: 60px;
        display: block;
        box-shadow: none;
    }
    .top-action{
        margin-top: 10px;
        height: 40px;
    }
    .logo-web{
        overflow: visible;
    }
    .logo-web img{
        height: 40px;
        width: auto;
        max-width: 100%;
        margin-left: 0;
    }
    .top-action button{
        background: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }
    .nav-links{
        display: block;
        width: 100%;
        margin: auto auto;
        background: white;
        overflow: hidden;
        height: 0px;
        transition: all ease-in-out 0.3s;
    }
    .top-nav-active .nav-links{
        height: 200px;
        min-height: max-content;
        max-height: calc(100vh - 60px);
    }
    body:has(.top-nav-active)::before{
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        z-index: 1001;
        opacity: 0.4;
    }
    .nav-links li{
        display: block;
        font-size: 16px;
        padding: 0.5rem 0rem;
        width: 100%;
        text-align: left;
        transition: all ease-in-out 0.3s;
    }
    .nav-links a{
        font-size: 16px;
        display: block;
        margin-left: 0.5rem;
        transition: all ease-in-out 0.3s;
    }
    .nav-links a.active::after{
        display: none;
    }
    .nav-links li:has(a.active),
    .nav-links li:active,
    .nav-links li:focus{
        font-weight: bold;
        background: #ff4d4f14;
        border-bottom: 2px solid #d60000;
    }
    .nav-links li:hover a{
        margin-left: 0.5rem;
    }
    .top-action #btn-toggle-menu-top{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
    }
    .top-action #btn-toggle-menu-top i{
        color: #d60000;
    }
    .header-section{
        /* margin-top: 9px; */
    }
    .quick-filter-chip{
        width: initial;
    }
    .property-grid{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media screen and (max-width: 457px) {
    .property-image{
        height: 140px;
    }
    .property-title{
        font-size: 12px;
        margin-bottom: 4px;
    }
    .property-des{
        font-size: 10.5px;
        margin-bottom: 4px;
    }
    .property-price {
        font-size: 12.5px;
        margin-bottom: -2px;
    }
    .property-info {
        padding: 8px;
    }
    .info-foot{
        padding: 4px 6px;
    }
    .info-foot p {
        font-size: 12px;
    }
}
@media screen and (max-width: 440px) {
    /* .header-section .quick-filter-bar:first-child{
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
    } */
    /* .quick-filter-chip{
        width: max-content;
    } */

}

/* =========================filter aside change========================= */

.mobile-sheet-body .filter-content{
    max-height: 240px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    gap: 0.8rem;
    padding: 0.5rem 0rem;
}
.checkbox-item{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    color: var(--sg-color-text);
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 8px;
    padding: 0.8rem;
}
.checkbox-item:has(input:checked) {
    color: var(--sg-color-brand);
   background: var(--sg-color-brand-30);
}
.checkbox-item input[type="checkbox"] {
    position: relative;
    width: 1.2rem;
    height: 1.17rem;
    border-radius: 1rem;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.checkbox-item input[type="checkbox"]::after,
.checkbox-item input[type="checkbox"]::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    background-color: var(--sg-bg-light);
    border: 1px solid var(--sg-border-color); 
    outline: 2px solid transparent;
    outline-offset: 1px;
    transition: all ease-in-out .2s;
}
.checkbox-item input[type="checkbox"]:checked::after {
    border-color: var(--sg-color-brand);
    outline-color: var(--sg-color-outlind-inout);
    background-color: var(--sg-color-brand);
}
.checkbox-item input[type="checkbox"]::before{
    border: none;
    outline: none;
    background-color: transparent;
    z-index: 2;
}
.checkbox-item input[type="checkbox"]:checked::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    /* FIXED: Corrected the xmlns URL string below */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}


.checkbox-item:hover span{
    color: var(--sg-color-brand);
}

.checkbox-item input {
    width: 15px;
    height: 15px;
    margin: 0;
    flex: 0 0 auto;
    -webkit-appearance: checkbox;
    appearance: auto;
    accent-color: #4f83ff;
    cursor: pointer;
}
.checkbox-item input[type="checkbox"] {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1rem;
    appearance: none;
    background-color: transparent;
}
/* ==========nav web page change  */
#hamburgerBtn span{
    display: block;
}

@media only screen and (max-width: 440px) {
    #hamburgerBtn span{
        display: none;
    }
}

/* ===========change value  ID========= */
.quick-filter-chip:has(.has-value) i{
    color: white;
}
.quick-filter-chip .has-value{
    color: white;
    border: none;
    background: #ff4d4f;
}
/* =================change open form .quick-price-trigger fillter======= */
@media screen and (max-width: 560px) {
    .quick-select-panel, .quick-price-panel{
        top: auto !important;
        left: 0rem !important;
        transform: initial;
        bottom: -100%;
        width: 100%;
        border-radius: 0.8rem 0.8rem 0rem 0rem;
        opacity: 0;
        padding-bottom: 1.5rem;
        transition: bottom 0.5s ease-in-out;
    }
    .quick-select-panel.show, .quick-price-panel.show{
        bottom: 0 !important;
        opacity: 1;
    }
}