
.postedbyss
{
    display: flex ; 
    flex-wrap: wrap;
     gap: 5px 0px;
      justify-content: flex-start;
       padding: 0;
        margin: 0;
}
.ui_kit_checkbox1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;               /* vertical / horizontal spacing */
    justify-content: flex-start; /* align from left (or use center if you want) */
    padding: 0;
    margin: 0;
}

/* Each checkbox wrapper */
.ui_kit_checkbox1 .propty-filter-postby-col {
    flex: 0 0 calc(50% - 20px); 
    display: flex;
    align-items: center;
}

.propty-filter-postby-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mycheckboxwrp {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 2px 0;
}

/* Label text alignment fix */
.form-check-label {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    cursor: pointer;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

/* Optional – small screen (1 column) */
@media (max-width: 768px) {
    .ui_kit_checkbox .propty-filter-postby-col {
        flex: 0 0 100%;
    }
}



.hearts
{
    display: none;
}

.nodata-img-dv{
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 0;
        left: 0;
        /* margin: auto; */
        /* min-height: 200px; */
        width: 100%;
    }

    .nodata-wrp{
        padding: 2rem 2rem;
        border: 2px solid lightgray;
        width: 100%;
        border-radius: 5px;
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    
    .hight-fix-scroll{
        height: 90vh;
        overflow-y: auto;
    }

    .customfilterbtnnn {

    }

    
        @media only screen and (max-width: 991px)  {

                     

            .descount-bag-gren
            {
                display: none;
            }
            .address
            {
display: none;
  width: 2px; /* Fixed width */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflowing content */
  text-overflow: ellipsis; /* Show '...' when text is cut off */
}
            
        .descprtion
        {
            display: none;
        }
        .feat_property .details .tc_content h4 {
        font-size: 15px !important;
    }
        .mob-col-small-pad
        {
/* width: 50% !important;*/
        }
        
        .mblslideee-up{
            position: relative;
        }

        .mblslideee{
            position: absolute;
            z-index: -1;
            background-color: #ffffff;
            transform: translateX(-400px);
            opacity: 0;
            transition: all .3s ease-in-out;
        }

        .mblslideee-movein{
            transform: translateX(0px);
            transition: all .3s ease-in-out;
            position: fixed;
            z-index: 99;
            top:80px;
            left:0;
            opacity: 1;
        }
        
        .sidebar_listing_grid1
        {
            position:sticky;
            top:0;
            left:0;
            height:90vh;
            overflow-y:auto;
        }

        .mblslideee-dv2{
            position: relative;
            
            z-index: 10;
        }

        .customfilterbtnnn{
            background-color: #f16b43;
            color: #ffffff !important;
            cursor: pointer;
            font-family: 'Nunito', sans-serif;
            font-weight: bold;
            height: auto;
            left: auto;
            line-height: 50px;
            overflow: hidden;
            position: fixed;
            right: 20px;
            text-align: center;
            bottom: 1.2rem;
            z-index: 999;
            -webkit-box-shadow: -1px 1px 4px 0px rgba(255, 90, 95, 0.3);
            -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
            -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
            box-shadow: -12px -13px 11px 0px rgb(0 0 0 / 23%);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 43px;
            padding: 1rem;
            font-size: 26px;
            border: 3px solid #ffffffbd;
            width: 75px;
            height: 75px;
        }

        .customfilterbtnnn:before{
            background-color: #F15A2B;
            left: 0;
            position: absolute;
            width: 48px;
            color: #ffffff !important;
        }

    }

    





                    .h1s
                    {
                        font-size: 30px !important;
                    }

.form-check-input {
    position: absolute;
    margin-top: 0px !important;
}
    .loadmores
    {
    display: flex;
    justify-content: center;
 }
 .load
 {
    flex: none;
 }


.categorylist {
    max-height: 300px; /* Set the fixed height */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds the height */
    scrollbar-width: thin; /* For modern browsers, makes the scrollbar thinner */
    scrollbar-color: #888 #f1f1f1; /* Customize scrollbar colors (track and thumb) */
}

/* For WebKit-based browsers (e.g., Chrome, Edge, Safari): */
.categorylist::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
}

.categorylist::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.categorylist::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

.categorylist::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color when hovering over the thumb */
}



.arealist {
    max-height: 300px; /* Set the fixed height */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds the height */
    scrollbar-width: thin; /* For modern browsers, makes the scrollbar thinner */
    scrollbar-color: #888 #f1f1f1; /* Customize scrollbar colors (track and thumb) */
}

/* For WebKit-based browsers (e.g., Chrome, Edge, Safari): */
.arealist::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
}

.arealist::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.arealist::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

.arealist::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color when hovering over the thumb */
}

@media only screen and (max-width: 991px){

    .mob-flxprops{
        display: flex;
        flex-wrap: wrap;
    }

    .mob-col-small-pad:nth-child(even){
        padding-right: 5px;
    }

    .mob-col-small-pad:nth-child(odd){
        padding-left: 5px;
    }

    .feat_property .thumb img {
        height: 200px;
        object-fit: cover;
    }

} 
/* */

/* */
/* Date :2/1/26 */
/* Tooltip base - Updated CSS with z-index */
.tooltip {
    font-size: 12px;
    z-index: 1000000 !important; 
}


.tooltip .tooltip-inner {
    background-color: #ffffff !important;
    color: #333333 !important;           
    border: 1px solid #0F5D9A !important; 
    border-radius: 10px;
        padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* થોડો શેડો */
    max-width: 220px;
    border-radius: 4px;
    text-align: left !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::after {
    border-top-color: #000;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::after {
    border-bottom-color: #000;
}

.tooltip.bs-tooltip-start .tooltip-arrow::after {
    border-left-color: #000;
}

.tooltip.bs-tooltip-end .tooltip-arrow::after {
    border-right-color: #000;
}
@media (max-width: 767px) {
    .propty-card-action-btn1 {
        font-size: 10px;
    }

    .propty-card-action-btn2 {
        font-size: 10px;
    }
}


/*H CSS START*/

.propty-card-list {
    box-shadow: 20px 18px 20px #dbe5ec;
    border: 0;
}

.feat_property .thumb img {
    opacity: 1;
}

.feat_property .details .tc_content h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #0f5d9a;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    max-height: 33px;
    min-height: 20px;
}

.agdgferg75643 {
    padding-right: 5px;
}


.odgh894829 {
    background: #ffffff;
    padding: .5rem .7rem;
    border-radius: 30px;
    color: #0f5d9a !important;
    box-shadow: 5px 7px 20px 0 #0000002e;
    font-size: 13px !important;
    font-weight: 700;
    position: absolute;
    right: 12px;
    top: 12px;
}


.jnas1244 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}

.propty-card-titl-para-dv2 {
    padding: 0;
}

.dgs54y6trgeg {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    max-height: 33px;
    min-height: 20px;
    margin: 0;
    margin-bottom: .5rem;
}

.propty-card-action-btn1,.propty-card-action-btn2 {
    border-radius: 30px;
    flex: none;
}

.sidebar_listing_list {
    height: 90vh;
    /* overflow: auto; */
    box-shadow:-20px -20px 20px #dbe5ec;
}

.sasw_list .search_area input {
    background-color: #f0f9ff;
    border: 1px solid #c9d9e4 !important;
    border-radius: 28px; 
    box-shadow: none;
}

.propty-filter-titl { 
    font-weight: 800;
    color: #0f5d9a;
    font-size: 16px;
}

.feat_property.list .details .tc_content{
    padding: 20px;
}

svg.adsewr4.fderfdsv {
    position: relative;
    top: -2px;
}


    .vsewr4ef3 {
        position: fixed;
        width: 21%;
    }

    .sidebar_listing_list {
        padding: 0;
    }

    .djnbe9h84 {
        height: 62vh;
        overflow: hidden auto;
        padding: 0 20px 20px;
    }

    .fgre4fffg {
        padding: 20px;
        margin-bottom: 0 !important;
    }

    .propty-filter-item-wrpp.asdfdsf5433 {
        padding: .5rem 0;
        margin: .5rem 0;
    }

    .feat_property.list .details .fp_footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 20px;
    }
 

@media (max-width:991px){

    .vsewr4ef3 {
        width: 100%;
        margin-top: 24px;
    }

}

@media(max-width:1300px){
.bifgreur{
        display: none;
    }

}

@media(max-width:767px){
    .mob-col-small-pad {
        padding: 0 !important;
    }

    .propty-card-action-btn2,.propty-card-action-btn1 {
        font-size: 14px !important;
    }

    

    .dfert354tr {
        font-size: 17px !important;
        padding: 1rem !important;
        line-height: 0;
    }



 
}

@media (max-width:500px) {
    .propty-card-action-btn1 {
        padding: 8px 15px;
    }

   /* .propty-card-action-btn2>span,.propty-card-action-btn1>span {
        display: block !important;
    }*/
}

#property-list {
    width: 100% !important;
}

.nodata-wrp {
    padding: 2rem 2rem;
     border: 0; 
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 72vh;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.anjdfiue222>svg {
    width: 100%;
    filter: grayscale(2);
    opacity: .6;
    mix-blend-mode: multiply;
}

.propty-card-action-btn-dv {
    justify-content: center;
}

span.snof984 {
    font-size: 14px;
    font-weight: 700;
    opacity: .6;
    color: #0f5d9a;
    pointer-events: none;
}
.loadmores {
    display: none !important;
}

/* Mobile ma scroll allow karva mate aa properties remove/update karo */
.sidebar_listing_list {
    height: auto !important; /* Fixed height kadhi nakho */
    overflow: visible !important; 
}

.hight-fix-scroll {
    height: auto !important;
    overflow: visible !important;
}

@media only screen and (max-width: 991px) {
    .sidebar_listing_grid1 {
        position: relative; /* Sticky kadhi nakho mobile ma */
        height: auto !important;
        overflow: visible !important;
    }
}
html, body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* iOS/Safari mate smooth touch scroll */
}

/* property-list container check */
#property-list {
    display: block;
    width: 100% !important;
    min-height: 70vh;
}
/*H CSS OVER*/
/* Modal Design */

.custom-modal {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Form Labels & Icons */
.custom-field label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}
.custom-field label i {
    color: #0F5D9A;
    margin-right: 5px;
    width: 20px;
}

/* Input Styling */
.custom-field .form-control {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    height: auto;
    transition: all 0.3s;
}
.custom-field .form-control:focus {
    border-color: #0F5D9A;
    box-shadow: 0 0 0 0.2rem rgba(15, 93, 154, 0.1);
}

/* Interactive Buttons for Buy/Rent/Sell */
.btn-outline-info {
    border-color: #0F5D9A;
    color: #0F5D9A;
    border-radius: 10px;
    font-weight: 600;
}
.btn-outline-info.active, .btn-outline-info:hover {
    background-color: #0F5D9A !important;
    border-color: #0F5D9A !important;
}

/* Apply Button */
.btn-apply {
    background-color: #0F5D9A;
    color: white;
    padding: 12px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: 0.3s;
    margin-top: 10px;
    border: none;
}
.btn-apply:hover {
    background-color: #0c4d80;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(15, 93, 154, 0.3);
}

#inquiryModal:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; 
}

#inquiryModal .modal-dialog {
    z-index: 1051; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.text-danger {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
}
@media (max-width: 991px) {
    #inquiryModal .bootstrap-select {
        width: 100% !important;
        display: block !important;
    }

    #inquiryModal .bootstrap-select .dropdown-toggle {
        height: 45px !important; 
        padding: 10px 15px !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 10px !important;
    }

    #inquiryModal .bs-searchbox input {
        border-radius: 5px !important;
        padding: 8px !important;
    }
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 15px;
}
#inquiryModal .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    font-size: 14px;   
    color: #495057 !important; 
    padding-left: 5px;
}

#inquiryModal .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
    color: #6c757d !important;
}

#inquiryModal .bootstrap-select > .dropdown-toggle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 45px !important; 
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0 !important; 
    background-color: #ffffff !important;
}

#inquiryModal .bootstrap-select .dropdown-toggle:after {
    right: 15px;
    position: absolute;
}

.soldpropertiesss{
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    z-index: 10;
}

/*H CSS*/

.sgnejrv{
    color: #fff;
    background: #0f5d9a;
    border-radius: 50px;
    padding: 0.3rem .7rem;
    font-weight: 900;
    font-size: 11px;
    border: 3px solid #ffffff73;
    backdrop-filter: blur(4px);
}
/* .auto-load-spinner {
    position: relative !important;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    padding: 15px 30px !important;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
} */
.auto-load-spinner {
    display: none; 
    position: fixed;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;    
    text-align: center;
    left: 10%;
    z-index: 99;
}

@media (max-width: 991px) {
    .auto-load-spinner {
        left: 2%;
    }
}
.qbc-loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.floating-icon {
    font-size: 50px;
    animation: floatUpDown 2s ease-in-out infinite;
}

.icon-1 { animation-delay: 0s; color: #0f5d9a; }
.icon-2 { animation-delay: 0.4s; color: #ff5a5f; }
.icon-3 { animation-delay: 0.8s; color: #0f5d9a; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(-25px); opacity: 1; }
}

.loader-ground {
    width: 200px;
    height: 4px;
    background: #eef2f5;
    border-radius: 10px;
    margin: -10px auto 20px;
}
.mblslideee-dv2 {
    position: relative; 
    min-height: 400px; 
}
.custom-pagination .page-item.active .page-link {
    background-color: #0F5D9A;
    border-color: #0F5D9A;
    color: #fff;
}
.custom-pagination .page-link {
    color: #0F5D9A;
    cursor: pointer;
    font-weight: bold;
}
.custom-pagination .page-item.disabled .page-link {
    color: #6c757d;
    cursor: not-allowed;
}
.page-link{
    padding:0.5rem .5rem;
}



/*H CSS*/

.ndiufre9 {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,106,194,.2);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #010c1f;
    margin-right: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ndiufre9.active {
    background: #0F5D9A;
    color: #fff;
}

.ndiufre9.active>.page-link {
    background: #0F5D9A;

}

.ndiufre9>.page-link {
    border: 0;
    background: none;
    padding: 0;
    font-size: 12px;
}


.sellpropertiesss {
    position: absolute;
    left: 12px;
    display: flex;
    justify-content: center;
    z-index: 10;
    bottom: 12px;
}



.sgnejrv{
    color: #fff;
    background: #0f5d9a;
    border-radius: 50px;
    border: 2px solid #ffffff;
    backdrop-filter: blur(4px);
    padding: .5rem .7rem;
    box-shadow: 5px 7px 20px 0 #0000002e;
    font-size: 13px !important;
    font-weight: 700;
}
.whatsapp-float {
    bottom: 111px !important;
    z-index: 98 !important;
}


@media only screen and (max-width: 460px) {
.propty-card-action-btn2>span:nth-child(2) {
    display: none;
}
}
/*H CSS OVER*/