    .unit_area_span{
        font-size:12px;
        margin-left:5px;
    }
    .property_main_div{
        padding:10px;
    }
    .property_component{
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
        user-select: none;
        margin-top: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-bottom:20px;
        border:.5px solid #1f1f2a;
        padding:5px 8px;
    }
    .property_image_div .carousel-inner{
        position:realtive;
        padding:5px;
        padding-bottom:0;
    }
    .property_image_div .carousel-item{
            width: 100%;
            height: 220px;
            position: relative;
            background:#000;
    }
    .property_image_div .carousel-item img{
            height: auto;
            width: auto!important;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
    }
    .property_image_div .carousel-item .property_blur_bg{
            position:absolute;
            inset:-18px;
            width:calc(100% + 36px)!important;
            height:calc(100% + 36px);
            max-width:none;
            max-height:none;
            object-fit:cover;
            filter:blur(16px);
            opacity:.58;
            transform:none;
            z-index:0;
    }
    .property_image_div .carousel-item .property_main_img{
            z-index:1;
    }
    .property_badge_row{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:8px;
        padding:0 4px 8px;
    }
    .property_badge_row .property_type_div{
        position:static;
        color:#fff;
        background:#0f766e;
        font-weight:700;
        border-radius:999px;
        font-size:11px;
        line-height:1;
        padding:7px 10px;
        display:inline-block;
        max-width:52%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .property_badge_row .property_date{
        position:static;
        font-weight:700;
        font-size:10px;
        line-height:1;
        color:#475569;
        background:#f3f5f9;
        border-radius:999px;
        padding:7px 9px;
        max-width:52%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .property_content_div{
        background:#fff;
        padding:10px 0px;
        padding-bottom:0;
    }
    .key_val{
        display:flex;
        column-gap:10px;
    }
    .key_val .key{
        text-wrap: nowrap;
    }
    .key_val .val{
        /*font-weight:bold;*/
        color:rgba(0,0,0);
    }
    .property_address{
        font-size:14px!important;
        line-height:14px;
        margin-bottom:2px;
    }
    .bottom_border{
        padding-bottom:4px;
        border-bottom:1px solid lightgray;
        margin-bottom:5px;
        font-weight: 700;
    }
    .property_title{
        margin-top:2px;
        font-size:14px;
      font-weight: 700;
        /*background:#fff8e4;*/
        padding:5px 0px;
        margin-bottom:5px;
    }
    .property_description{
        font-size:13px;
        padding:7px;
        
    }
    .property_read_more_btn {
    font-size: 14px;
    color: #3F76AA;
    font-weight: bold;
    display:block;
    cursor:pointer;
}
.property_contact_button_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    padding: 5px 5px;
    border-top:1px solid lightgray;
    margin-top:10px;
}
.property_contact_button_div .property_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.property_contact_button_div .property_btn_call {
    background: #FFBB00;
}
.property_contact_button_div .property_btn_whatsapp {
    border: 1px solid #FFBB00;
}
.property_contact_button_div .property_btn img {
    height: 17px;
    width: 17px;
}
.property_contact_button_div .property_btn span {
    font-weight: bold;
    font-size: 14px;
}
.action_div button{
    background:#fff;
}
#accordionPanelsStayOpenExample{
    margin-top:10px;
}


.accordion-item .accordion-button{
    font-size:14px;
    padding:10px;
}
.accordion-item .accordion-button:hover{
    box-shadow:none;
}
.accordion-button::after{
    background-size: 13px;
}
.accordion-button:not(.collapsed) {
    color: #000; 
    background-color: #e7f1ff;
    box-shadow:none;
}

.accordion-button:focus{
    box-shadow:none;
}
.accordion-button::after{
    background-position-y: center;
}
.accordion-body{
    font-size:14px;
    padding:5px 10px;
}
.accordion-button{
 padding:5px 10px;   
}

/* Modern property app UI */
.property_page,
.property_detail_page{
    background:#f3f5fb;
}
.property_page .news_main_div,
.property_detail_page .news_main_div{
    background:#f3f5fb;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
}
.property_page .news_main_div .back_btn_div,
.property_detail_page .news_main_div .back_btn_div{
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:8px;
    min-height:70px;
    padding:11px 12px;
    background:#1f1f2a;
    box-shadow:none;
}
.property_page .news_main_div .back_btn_div_sub_1,
.property_detail_page .news_main_div .back_btn_div_sub_1{
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
}
.property_page .news_main_div .back_btn_div_sub_1 img,
.property_detail_page .news_main_div .back_btn_div_sub_1 img,
.property_page .news_main_div .notification_img{
    width:42px!important;
    height:42px!important;
    min-width:42px;
    padding:9px!important;
    border-radius:15px!important;
    background:#33334e!important;
    object-fit:contain;
    box-shadow:none!important;
}
.property_page .news_main_div .back_btn_div_sub_1 span,
.property_detail_page .news_main_div .back_btn_div_sub_1 span{
    color:#fff;
    font-size:20px;
    line-height:24px;
    font-weight:800;
    white-space:nowrap;
}
.property_page .news_main_div .back_btn_div_sub_2{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:42px;
    padding:0 12px;
    border:1px solid #F0BC1F;
    border-radius:999px;
    color:#F0BC1F;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}
.property_detail_page .news_main_div .back_btn_div{
    grid-template-columns:1fr;
}
.property_detail_page .news_main_div .back_btn_div_sub_2{
    display:none;
}
.property_page .news_main_div .category_div{
    display:flex;
    align-items:center;
    gap:8px;
    overflow-x:auto;
    padding:10px 12px;
    background:#fff;
    border-bottom:1px solid #e7eaf1;
}
.property_page .news_main_div .category_div span{
    flex:0 0 auto;
    min-height:38px;
    padding:9px 14px;
    border-radius:999px;
    background:#f3f5f9;
    color:#334155;
    font-size:14px;
    font-weight:800;
    letter-spacing:0;
}
.property_page .news_main_div .category_div span.active{
    background:#F0BC1F;
    color:#101828;
}
.property_page .property_main_div,
.property_detail_page .property_main_div{
    padding:10px 8px 18px;
}
.property_page .property_component,
.property_detail_page .property_component{
    margin:0 0 14px;
    padding:0;
    overflow:hidden;
    border:1px solid #e7eaf1;
    border-radius:12px;
    background:#fff;
    box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.property_page .property_component .news_pf_about,
.property_detail_page .property_component .news_pf_about{
    padding:12px 14px 8px;
    gap:8px;
}
.property_page .property_component .pf_img,
.property_detail_page .property_component .pf_img{
    width:36px;
    height:36px;
    border-radius:50%;
    object-fit:cover;
    background:#f3f5f9;
}
.property_page .property_component .pf_v_img,
.property_detail_page .property_component .pf_v_img{
    width:14px;
    height:14px;
}
.property_page .property_title,
.property_detail_page .property_title{
    margin:0;
    padding:0 14px 10px;
    color:#111827;
    font-size:18px;
    line-height:24px;
    font-weight:800;
}
.property_page .property_image_div,
.property_detail_page .property_image_div{
    background:#111827;
}
.property_page .property_image_div .carousel-inner,
.property_detail_page .property_image_div .carousel-inner{
    padding:0;
    background:#111827;
}
.property_page .property_image_div .carousel-item,
.property_detail_page .property_image_div .carousel-item{
    height:auto;
    aspect-ratio:16 / 10;
    background:#111827;
}
.property_page .property_image_div .carousel-item img,
.property_detail_page .property_image_div .carousel-item img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
.property_page .property_content_div,
.property_detail_page .property_content_div{
    padding:12px 14px 0;
}
.property_page .property_badge_row,
.property_detail_page .property_badge_row{
    padding:0 0 10px;
}
.property_page .bottom_border,
.property_detail_page .bottom_border{
    gap:12px;
    padding:0 0 10px;
    margin-bottom:10px;
    border-bottom:1px solid #eef0f4;
}
.property_page .key_val,
.property_detail_page .key_val{
    align-items:flex-start;
    gap:7px;
    color:#475569;
    font-size:15px;
    line-height:22px;
}
.property_page .key_val .key,
.property_detail_page .key_val .key{
    color:#667085;
    font-weight:500;
}
.property_page .key_val .val,
.property_detail_page .key_val .val{
    color:#111827;
    font-weight:700;
}
.property_page .property_address,
.property_detail_page .property_address{
    font-size:14px!important;
    line-height:21px!important;
}
.property_page .accordion-item,
.property_detail_page .accordion-item{
    overflow:hidden;
    border:1px solid #e7eaf1;
    border-radius:10px;
}
.property_page .accordion-item .accordion-button,
.property_detail_page .accordion-item .accordion-button{
    min-height:46px;
    padding:12px;
    color:#111827;
    background:#fff;
    font-size:14px;
    font-weight:700;
}
.property_page .accordion-body,
.property_detail_page .accordion-body{
    padding:12px;
    color:#475569;
    font-size:14px;
    line-height:22px;
}
.property_page .property_contact_button_div,
.property_detail_page .property_contact_button_div{
    gap:12px;
    padding:14px 0 12px;
    margin-top:12px;
    border-top:1px solid #eef0f4;
}
.property_page .property_contact_button_div .property_btn,
.property_detail_page .property_contact_button_div .property_btn{
    min-height:50px;
    border-radius:10px;
    font-size:15px;
    font-weight:800;
}
.property_page .property_btn_whatsapp,
.property_detail_page .property_btn_whatsapp{
    border:1px solid #0f766e!important;
    color:#0f766e!important;
    background:#fff;
}
.property_page .property_btn_call,
.property_detail_page .property_btn_call{
    border:1px solid #185DAA;
    color:#fff!important;
    background:#185DAA!important;
}
.property_page .property_btn_call img,
.property_detail_page .property_btn_call img{
    filter:brightness(0) invert(1);
}
.property_page .property_btn_call span,
.property_detail_page .property_btn_call span{
    color:#fff!important;
}
.property_page .property_btn_whatsapp span,
.property_detail_page .property_btn_whatsapp span{
    color:#0f766e!important;
}
.property_page .news_action_div,
.property_detail_page .news_action_div{
    margin:0 -14px;
    padding:9px 14px;
    border-top:1px solid #eef0f4;
    background:#fbfcfe;
}
@media only screen and (max-width:380px){
    .property_page .news_main_div .back_btn_div_sub_2 span{
        display:none;
    }
    .property_page .news_main_div .back_btn_div_sub_2{
        width:42px;
        padding:0;
    }
}

/* Business-style property feed card */
.property_feed_card{
    border-radius:12px!important;
    border:1px solid #e7eaf1!important;
    background:#fff!important;
    box-shadow:0 10px 28px rgba(15,23,42,.08)!important;
}
.property_feed_card .news_pf_about{
    padding:12px 14px 8px!important;
    background:#fff!important;
    color:#111827!important;
}
.property_feed_card .news_pf_about span{
    color:#111827!important;
    font-size:15px!important;
    line-height:20px;
    font-weight:800!important;
}
.property_feed_card .property_title{
    padding:0 14px 10px!important;
    color:#111827!important;
    font-size:17px!important;
    line-height:23px!important;
    font-weight:750!important;
}
.property_feed_card .property_image_div{
    background:#111827!important;
}
.property_feed_card .property_image_div .carousel-inner{
    padding:0!important;
    background:#111827!important;
}
.property_feed_card .property_image_div .carousel-item{
    height:auto!important;
    aspect-ratio:16 / 10;
    background:#111827!important;
}
.property_feed_card .property_image_div .carousel-item .property_blur_bg{
    position:absolute;
    inset:-18px;
    width:calc(100% + 36px)!important;
    height:calc(100% + 36px)!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    filter:blur(16px);
    opacity:.58;
    transform:none!important;
    z-index:0;
}
.property_feed_card .property_image_div .carousel-item .property_main_img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    z-index:1;
}
.property_feed_card .property_content_div{
    padding:12px 16px 0!important;
}
.property_feed_card .property_badge_row{
    padding:0 0 11px!important;
}
.property_feed_card .bottom_border{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:8px 12px;
    padding:0 0 12px!important;
    margin:0 0 12px!important;
    border-bottom:1px solid #eef0f4!important;
}
.property_feed_card .property_summary_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:0 0 12px;
    margin:0 0 12px;
    border-bottom:1px solid #eef0f4;
    cursor:pointer;
}
.property_feed_card .property_summary_item{
    display:flex;
    flex-direction:column;
    gap:3px;
    min-width:0;
}
.property_feed_card .property_summary_label{
    color:#667085;
    font-size:12px;
    line-height:15px;
    font-weight:700;
}
.property_feed_card .property_summary_value{
    color:#111827;
    font-size:14px;
    line-height:19px;
    font-weight:800;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.property_feed_card .key_val{
    gap:5px!important;
    color:#667085!important;
    font-size:14px!important;
    line-height:21px!important;
}
.property_feed_card .key_val .key{
    color:#667085!important;
    font-weight:600!important;
    letter-spacing:0;
}
.property_feed_card .key_val .val{
    color:#111827!important;
    font-weight:650!important;
    letter-spacing:0;
}
.property_feed_card .property_address{
    color:#475569!important;
    font-size:14px!important;
    line-height:20px!important;
}
.property_feed_card .property_info_list{
    display:flex;
    flex-direction:column;
    gap:8px;
    cursor:pointer;
}
.property_feed_card .property_info_row{
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    padding:0!important;
    margin:0!important;
    color:#475569!important;
    font-size:14px!important;
    line-height:20px!important;
}
.property_feed_card .property_info_row span{
    color:#475569!important;
    font-weight:600!important;
    line-height:20px!important;
    overflow-wrap:anywhere;
}
.property_feed_card .property_info_icon{
    flex:0 0 auto;
    width:17px;
    height:17px;
    color:#0f766e;
    margin-top:1px;
}
.property_feed_card .property_contact_button_div{
    gap:12px!important;
    padding:14px 0 12px!important;
    margin-top:12px!important;
    border-top:1px solid #eef0f4!important;
}
.property_feed_card .property_contact_button_div .property_btn{
    min-height:50px;
    border-radius:10px!important;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-size:14px;
    font-weight:800;
}
.property_feed_card .business_btn_icon{
    width:18px;
    height:18px;
}
.property_feed_card .property_btn_whatsapp{
    border:1px solid #0f766e!important;
    background:#fff!important;
    color:#0f766e!important;
}
.property_feed_card .property_btn_call{
    border:1px solid #185DAA!important;
    background:#185DAA!important;
    color:#fff!important;
}
.property_feed_card .property_btn_call img{
    filter:brightness(0) invert(1);
}
.property_feed_card .property_btn_call span{
    color:#fff!important;
}
.property_feed_card .property_btn_whatsapp span{
    color:#0f766e!important;
}
.property_feed_card .news_action_div{
    margin:0 -14px!important;
    padding:8px 14px!important;
    min-height:38px;
}
.property_feed_card .property_compact_actions .business_action_row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.property_feed_card .property_footer_link{
    display:flex;
    align-items:center;
    gap:5px;
    min-height:36px;
    color:#185DAA;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}
.property_feed_card .property_footer_link svg{
    width:16px;
    height:16px;
}
.property_feed_card .property_footer_share{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:36px;
    padding:0 10px;
    border-radius:9px;
    color:#475569;
    background:#fff;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}
.property_feed_card .property_footer_share svg{
    width:17px;
    height:17px;
}
.property_feed_card .business_icon_button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border:0;
    border-radius:50%;
    background:transparent;
    color:#4b5563;
    box-shadow:none;
}
.property_feed_card .business_icon_button svg,
.property_feed_card .business_action_icon{
    width:19px;
    height:19px;
}
.property_feed_card .news_action_div .action_div img{
    width:18px;
    height:18px;
    object-fit:contain;
}
.property_feed_card #accordionPanelsStayOpenExample{
    margin-top:10px!important;
}
.property_feed_card .accordion-item{
    border-radius:10px!important;
    border:1px solid #e7eaf1!important;
}
.property_feed_card .accordion-button{
    padding:12px!important;
    font-size:14px!important;
    font-weight:800!important;
    background:#fff!important;
}

/* Property detail uses the same visual language as feed cards */
.property_detail_card .bottom_border{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:0 0 12px!important;
    margin:0 0 12px!important;
    border-bottom:1px solid #eef0f4!important;
}
.property_detail_card .bottom_border .key_val{
    display:flex;
    flex-direction:column;
    gap:3px!important;
}
.property_detail_card .bottom_border .key{
    color:#667085!important;
    font-size:12px!important;
    line-height:15px!important;
    font-weight:700!important;
}
.property_detail_card .bottom_border .val{
    color:#111827!important;
    font-size:14px!important;
    line-height:19px!important;
    font-weight:800!important;
}
.property_detail_card .property_content_div > .key_val:not(.bottom_border .key_val){
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    margin:0!important;
    padding:3px 0!important;
}
.property_detail_card .property_content_div > .key_val:not(.bottom_border .key_val)::before{
    content:none!important;
}
.property_detail_card .property_detail_info_row .property_info_icon{
    flex:0 0 auto;
    width:17px;
    height:17px;
    color:#0f766e;
    margin-top:2px;
}
.property_detail_card .property_content_div > .key_val .key{
    display:none!important;
}
.property_detail_card .property_content_div > .key_val .val{
    color:#475569!important;
    font-size:14px!important;
    line-height:20px!important;
    font-weight:600!important;
    overflow-wrap:anywhere;
}
.property_detail_card .info_collapse_card{
    margin-top:14px!important;
}
.property_detail_card .info_collapse_card .accordion-item{
    overflow:hidden;
    border:1px solid #dfe5ef!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:none!important;
}
.property_detail_card .info_collapse_card .accordion-button{
    min-height:52px;
    padding:14px!important;
    background:#fff!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:800!important;
    box-shadow:none!important;
}
.property_detail_card .info_collapse_card .accordion-button:not(.collapsed){
    background:#f8fafc!important;
}
.property_detail_card .info_collapse_card .accordion-body{
    padding:14px!important;
    color:#475569!important;
    font-size:14px!important;
    line-height:22px!important;
    border-top:1px solid #eef0f4;
}
.property_detail_card .property_contact_button_div{
    margin-top:14px!important;
}
.property_detail_card .property_contact_button_div .property_btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:50px;
    border-radius:10px!important;
    font-size:14px;
    font-weight:800;
}
.property_detail_card .business_btn_icon{
    width:18px;
    height:18px;
}
.property_detail_card .property_btn_call img{
    filter:brightness(0) invert(1);
}
.property_detail_card .news_action_div{
    margin:0 -16px!important;
    padding:8px 16px!important;
    border-top:1px solid #eef0f4!important;
    background:#fbfcfe!important;
}
.property_detail_card .news_action_div .action_div{
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.property_detail_card .news_action_div img{
    width:18px!important;
    height:18px!important;
    object-fit:contain;
}
.property_detail_card .news_action_div button{
    width:36px;
    height:36px;
    border-radius:50%;
    background:transparent!important;
}
