/* =========================
   WRAPPER FIX
========================= */
/* =========================
   MAIN SEARCH BAR
========================= */
.search-bar {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 60px;
    padding: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    max-width: 950px;
    margin: auto;
    opacity: 1 !important;
}

/* =========================
   FIELD
========================= */
.field {
    flex: 1;
    padding: 12px 20px;
    position: relative;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 65px; */

    transition: all 0.2s ease;
}

/* DIVIDER */
.field:before {
    background-color: #eee;
    content: '';
    transition: 0.3s ease-in-out;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    height: 100%;
}

.field.active:before,
.field:hover:before {
    opacity: 0;
}

#whoField.field:before {
    width: 0;
}

/* LABEL */
.label {
    font-size: 11px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}

/* VALUE */
.value {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

/* =========================
   HOVER + ACTIVE STATES
========================= */

.field.active {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    z-index: 5;
}

/* =========================
   SEARCH BUTTON
========================= */
.search-btn-wrap {
    padding: 0 10px;
    flex: unset;
}

#searchBtn {
    /* width: 48px; */
    /* height: 48px; */
    background: #0569ff;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.2s;
    padding: 15px;
}

#searchBtn:hover {
    transform: scale(1.05);
}

.search-wraper-outer.searchbnbtype {
    padding: 20px;
    margin-top: -47px;
}

#whoDropdown::-webkit-scrollbar,
#whereDropdown::-webkit-scrollbar {
    width: 8px;
}

#whoDropdown::-webkit-scrollbar-thumb,
#whereDropdown::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/* #whereDropdown::-webkit-scrollbar-thumb:hover {
  background: #0ea5e9;
} */
/* =========================
   DROPDOWNS (FIXED)
========================= */
#whereDropdown,
#whoDropdown {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    width: 260px;
    /* Airbnb style */
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;

    max-height: 250px;
    overflow-y: auto;
}

/* SHOW ONLY WHEN ACTIVE */
#whereField.active #whereDropdown {
    display: block;
}

#whoField.active #whoDropdown {
    display: block;
}

/* DROPDOWN ITEMS */
#whereDropdown label,
#whoDropdown .option {
    display: block;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 6px;
}

#whereDropdown label:hover,
#whoDropdown .option:hover {
    background: #f5f5f5;
}

/* CHECKBOX ALIGN */
#whereDropdown input {
    margin-right: 8px;
}

/* =========================
   DATE PICKER FIX
========================= */
#datePicker {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

/* #whenField {
    background: transparent !important;
} */

#whenField .value {
    background: none !important;
}

/* CLEAR BUTTON */
#clearDates {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 14px;
}

#clearDates:hover {
    color: #333;
}

#whereDropdown,
#whoDropdown {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease;
    pointer-events: none;
}

#whereField.active #whereDropdown,
#whoField.active #whoDropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.field:hover {
    background: #d1d1d1;
    border-radius: 40px;
    transition: all 0.2s ease;
}

.field.active {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    z-index: 5;
}



.flatpickr-calendar .flatpickr-months+.flatpickr-innerContainer::before,
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer>div:first-child {
    display: none !important;
}

.flatpickr-calendar .flatpickr-footer,
.flatpickr-calendar .flatpickr-dayContainer+div,
.flatpickr-calendar .flatpickr-days+div {
    display: none !important;
}

.flatpickr-calendar {
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
    padding: 20px;
    width: auto !important;
}

.flatpickr-months {
    margin-bottom: 10px;
}

.flatpickr-current-month {
    font-weight: 600;
    font-size: 16px;
}

.flatpickr-day {
    border-radius: 50%;
}

.flatpickr-day:hover {
    background: #f5f5f5;
}

.flatpickr-day.selected {
    background: #000 !important;
    color: #fff;
}

.flatpickr-day.inRange {
    background: #eee;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #000 !important;
    color: #fff;
}

/* .flatpickr-calendar {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
} */

/*css by Bidhan*/
.search-layout {
    margin-top: 20px;
}

.filter-sidebar {
    position: relative;
    /* JS will control sticky */
    padding-right: 15px;
    border-right: 1px solid #eee;
}

/* Accordion */
.accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
}

.accordion-content {
    display: none;
    padding-top: 10px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.acc-icon {
    transition: transform 0.3s ease;
}

.accordion-item.active .acc-icon {
    transform: rotate(45deg);
}

/* Right side */
.property-listing {
    padding-left: 20px;
}

/*css by Bidhan*/

/* =========================
   LAYOUT
========================= */

.search-layout {
    margin-top: 20px;
}

/* .search-layout .row {
    align-items: flex-start;
} */

/* LEFT SIDEBAR */
.filter-sidebar-inner {
    position: relative;
}



/* RIGHT CONTENT */
.property-listing {
    padding-left: 25px;
}

/* =========================
   ACCORDION
========================= */

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
}

.accordion-content {
    display: none;
    padding-top: 10px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.acc-icon {
    transition: transform 0.3s ease;
}

.accordion-item.active .acc-icon {
    transform: rotate(45deg);
}

/* =========================
   MOBILE FILTER DRAWER
========================= */

.filter-drawer {
    position: relative;
}

/* Hide mobile filter button on desktop */
.mobile-filter-btn {
    display: none;
}

/* Hide close button on desktop */
.close-filter {
    display: none;
}


.active-filters-wrap {
    margin-bottom: 20px;
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.filter-tag {
    background: #f1f1f1;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.filter-tag .remove-tag {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.clear-all {
    margin-left: 10px;
    font-weight: 600;
    text-decoration: underline;
}



/* 08-04-26 Css Start */
/* body.single-event .flatpickr-calendar,  body.page-template-event-page-calendar-view .flatpickr-calendar ,body.page-template-event-page-list-view .flatpickr-calendar{
    left: auto !important;
    transform:inherit !important;
} */


.filter-sidebar-inner .filter-sidebar {
    border: 0;
    padding: 1px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 105, 255, .1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(5, 105, 255, .1), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(5, 105, 255, .1), rgba(255, 255, 255, 0));
    border-radius: 12px;
    box-shadow: 0 39px 44px rgba(0, 62, 156, .07);
    border-radius: 10px;
    padding: 1px;

}

.filter-sidebar-inner .filter-sidebar .accordion-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-sidebar-inner .filter-sidebar .accordion-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px;
}

.filter-sidebar-inner .fltr-frm-blks-btm {
    margin-top: 24px;
    padding: 0 10px 10px;
}

.filter-sidebar-inner .fltr-frm-blks-btm input[type="submit"] {
    height: 44px;
    padding-left: 20px;
}

.filter-sidebar-inner .clearbtn1 {
    padding: 10px 15px;
    height: 44px;
    border: 1px solid #0569ff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-weight: 600;
}

.filter-sidebar-inner .clearbtn1:hover {
    background-color: #0569ff;
    color: #fff;
}

.page-template-properties-list-view-new .flatpickr-calendar,
.page-template-new-home .flatpickr-calendar {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.filter-sidebar-inner .form_input_check.custm-checkbox-ss {
    margin: -5px;
}

.filter-sidebar-inner .form_input_check.custm-checkbox-ss .ftrchk-ss {
    padding: 5px;
}

.filter-sidebar-inner .form_input_check.custm-checkbox-ss .ftrchk-ss input[type="radio"] {
    display: none;
}

.custm-checkbox-ss label {
    width: 100%;
    margin-bottom: 6px;
}

label.ftrchk-ss.ftrchk-ss-radio {
    width: auto;
    margin: 0;
}

.custm-checkbox-ss label span {
    margin-left: 26px;
}

.custm-checkbox-ss label.ftrchk-ss-radio span {
    border: 1px solid #9d9d9d;
    border-radius: 50px;
    padding: 4px 13px;
    color: #2f2f2f;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
    margin: 0;
}

.custm-checkbox-ss label.ftrchk-ss-radio input[type="radio"]:checked+span {
    background-color: #0569ff;
    border-color: #0569ff;
    color: #fff;
}

.custm-checkbox-ss label input[type="checkbox"]+span::before {
    top: 0px;
}

.custm-checkbox-ss.form_input_check label input[type="checkbox"]+span::after {
    background-size: 12px;
    top: 0px;
}

.property-listing .prop-lst {
    row-gap: 10px;
    column-gap: 20px;
}

.property-listing .prop-lst li {
    padding: 0;
    border: 0;
    position: relative;
}

.property-listing .prop-lst li:not(:last-child):after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #e3e3e3;
    right: -10px;
}

/* 08-04-26 Css End */

/*support css update 21/4/2026*/
.fltersldebrnew .filter-sidebar-heading {
    background-color: #11223c;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flterlfthd {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.flterclerbtn.clearbtn1 {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 8px 10px;
    height: auto;
}

.flterclerbtn.clearbtn1:hover {
    background-color: #ffffff;
    color: #0569ff;
}

.filter-sidebar.fltersldebrnew {
    overflow: hidden;
    background-color: #e9f1ff;
}

.filter-sidebar-inner .filter-sidebar.fltersldebrnew .accordion-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-sidebar-inner .filter-sidebar.fltersldebrnew .accordion-item {
    background-color: transparent;
}

.fltersldebrnew .accordion-item {
    border-bottom: 1px solid #c6d6f1;
}

.fltersldebrnew .custm-checkbox-ss label.ftrchk-ss-radio span {
    border-radius: 5px;
    padding: 6px 13px;
}

.fltersldebrnew .form_input_check label input[type="checkbox"]:checked+span::before {
    background-color: #0569ff;
}

.fltersldebrnew .form_input_check label input[type="checkbox"]+span {
    margin-left: 0;
    display: block;
    padding-left: 25px
}

.fltersldebrnew .form_input_check label input[type="checkbox"]+span::before {
    left: 0;

}

.fltersldebrnew .form_input_check label input[type="checkbox"]+span::after {
    left: 0;
}

.fltersldebrnew .form_input_check label input[type="checkbox"]:checked+span::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.fltersldebrnew .accordion-item.active .accordion-toggle {
    color: #11223c;
}

.fltersldebrnew .accordion-item .acc-icon {
    display: inline-block;
    max-width: 12px;
    width: 100%;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 25px;
    line-height: 1;
}

.filtertag-wrp .filter-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f7ff;
    border: 1px solid #c2e0ff;
    border-radius: 50px;
    padding: 10px 14px;
    color: #0569ff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.filtertag-wrp .remove-tag {
    margin-left: 8px;
    color: #0569ff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.filtertag-wrp .remove-tag:hover {
    opacity: 1;
}

.filtertag-wrp .clear-all {
    font-size: 15px;
    color: #11223c;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
}

.filtertag-wrp .clear-all:hover {
    color: #000;
}

.assist-message-wrpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dbe2ef;
    /* Soft blue-gray border */
    border-radius: 12px;
    /* Rounded corners */
    padding: 20px 25px;
    margin: 20px 0;
    max-width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.assist-message-txtcont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
}

.assist-message-wrpr p strong {
    color: #11223c;
}

.assist-message-wrpr .assist-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.assist-message-wrpr .assist-cta:hover {
    background-color: #f8f9fa;
    border-color: #999999;
}

.assist-message-wrpr .assist-cta::after {
    content: " →";
    margin-left: 8px;
    font-weight: normal;
}

.prop-list-rgtwrpr .prop-tp {
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.prop-list-rgtwrpr .prop-tp select {
    background-color: #ffffff;
    padding: 15px 25px;
    background: url(../../images/grey-arw.svg) no-repeat right 14px center;
    border: 1px solid #dbe2ef;
}

.fltersldebrnew .slider-val-div {
    border-color: #8197bd;
}

.prop-mid-box-new {
    border: 1px solid #cfdff8;
}

/*support css update 21/4/2026*/

/* 24/4/26 work start */

.prop-mid-box-new {
    overflow: hidden;
}

.prop-mid-box-new .prop-mid-box-tp {
    padding: 0px;
}

.prop-mid-box-new .prop-mid-box-tp-img {
    border-radius: 0px;
}

.prop-mid-box-new .prop-mid-box-cnt {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.prop-mid-box-new .prop-mid-box-cnt h3 {
    font-size: 18px;
}

.property-listing .prop-mid-box-new .prop-lst li:last-child {
    width: 100%;
}

.property-listing .prop-mid-box-new .prop-lst li:last-child p {
    margin-left: 0px;
}

.prop-mid-box-new .prop-item p {
    font-size: 14px;
}

.property-listing .prop-mid-box-new .prop-lst li:nth-last-child(2):after {
    display: none;
}


.property-listing .prop-mid-box-new .prop-lst {
    padding-bottom: 10px;
}

.prop-mid-box-new .calender-main-wraper-new {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.prop-mid-box-new .property-price {
    display: flex;
    flex-direction: column;
    color: #0569ff;
    font-size: 16px;
    font-weight: 900;
}

.prop-mid-box-new .prop-mid-box-cnt h3 a {
    color: #0569ff;
}

.prop-mid-box-new .property-price span {
    font-weight: 400;
    color: initial;
    font-size: 14px;
}

.prop-mid-box-new .view_dtls_btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prop-mid-box-new .view_dtls_btn a::after {
    content: " →";
    margin-left: 8px;
    font-weight: normal;
}

.prop-mid-box-new .view_dtls_btn a:hover {
    background-color: #f8f9fa;
    border-color: #999999;
}

.prop-mid-box-new .slick-list {
    height: 100% !important;
}

.prop-mid-box-new .prop-mid-box-tp-slider-wrap {
    height: auto;
}

.prop-mid-box-new .prop-mid-div-slider {
    height: 100%;
}

.prop-mid-box-new .prop-mid-div-slider-item {
    height: 100%;
}

.prop-mid-box-new .slick-track {
    height: 100%;
}

.prop-mid-box-new .prop-mid-box-tp-img a {
    height: 100%;
}

.load-more-wrap button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.load-more-wrap button:hover {
    background-color: #f8f9fa;
    border-color: #999999;
}

.prop-mid-box-new .prop-mid-box-tp-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prop-mid-box-new .prop-mid-box-tp-img a {
    padding-top: 55%;
    position: relative;
}

.prop-mid-box-tp-slider-wrap {
    position: relative;
}

.shortlist_listing {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
}

.shortlist_listing button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0px;
    background: #fff;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.shortlist_listing button i {
    font-size: 16px;
}

.assist-message_hdr {
    font-weight: 700;
    color: #0569ff;
    font-size: 16px;
}

.prop-mid-box-new .simplefavorite-button.active {
    opacity: 1;
}

/* 24/4/26 work end */


span.prop-lvel.prop_typ a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 5px;
    font-size: 15px;
    /* font-weight: 700; */
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* 6.5.26 */
.property_list_view .view_dtls_btn {
    margin-left: auto;
}

.property_grid_view .view_dtls_btn a,
.property_list_view .prop-mid-box-new .view_dtls_btn a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px 16px;
    white-space: nowrap;
    -o-transition: all 0.2s ease;
    background: var(--primary-color);
    background-size: 14px;
    color: var(--white-color);
    height: 54px;
    border: none;
    -moz-appearance: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none !important;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.property_grid_view .view_dtls_btn a::after {
    content: " →";
    margin-left: 8px;
    font-weight: normal;
}

.property_grid_view .view_dtls_btn a:hover,
.property_list_view .prop-mid-box-new .view_dtls_btn a:hover {
    background-color: var(--heading-color);
}

.property_grid_view .grid_extra_wrap .prop-lst {
    display: inline-flex;
}

.property_grid_view .grid_extra_wrap .prop-lst li:nth-last-child(2),
.property_grid_view .grid_extra_wrap .prop-lst li:last-child {
    width: 100%;
}

.property_grid_view .grid_extra_wrap .prop-lst li:last-child .prop-item p {
    margin-left: 0;
    margin-bottom: 0;
}

.property_grid_view .property-price {
    display: flex;
    flex-direction: column;
    color: #0569ff;
    font-size: 16px;
    font-weight: 900;
}

.property_grid_view .property-price span {
    font-weight: 400;
    color: initial;
    font-size: 14px;
}

.property_grid_view .calender-main-wraper-new {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.property_grid_view .view_dtls_btn {
    margin-left: auto;
}

/* .prop-mid-box-tp-slider-wrap{
    width: 100%;
} */
.prop-map-img,
.prop-map-cards {
    height: 652px;
}

.property_map_view.property_grid_view.prop-map-sec .prop-map-sec .prop-lst>li {
    width: auto;
}

.property_map_view.property_grid_view.prop-map-sec {
    display: block;
    margin: 0;
}

/* 6.5.26 */

/*support css update 8/5/2026*/
.similar-properties-section-grid {
    margin-top: 40px;
}

.similar-properties-section-map {
    margin-top: 40px;
}

.similar-properties-section-map .prop-mid-box-tp-slider-wrap {
    width: 100%;
}

/*support css update 8/5/2026*/
/*support css update 11/5/2026*/
.page-template-my-shortlist .grid_prop_mid .prop-mid-box-tp-slider-wrap {
    width: 100%;
}

.page-template-my-shortlist .grid_prop_mid .prop-mid-box-tp-img {
    width: 100%;
}

.page-template-my-shortlist .shortlist-cta .cmn-btn {
    margin-bottom: 20px;
}

.page-template-my-shortlist .share-shortlist-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.page-template-my-shortlist .share-shortlist-btns button {
    border: none;
}

.page-template-my-shortlist .share-shortlist-btns button:not(:first-child) {
    margin-left: 8px;
}

.page-template-my-shortlist #send-friend-popUp {
    max-width: 700px;
}

.page-template-my-shortlist .send-frnd-popup-form-wrap form input {
    margin-bottom: 10px;
}

.page-template-my-shortlist .send-frnd-popup-form-wrap form h3 {
    font-size: 20px;
}

.page-template-my-shortlist .send-frnd-popup-form-wrap form input[type="text"],
.page-template-my-shortlist .send-frnd-popup-form-wrap form input[type="search"],
.page-template-my-shortlist .send-frnd-popup-form-wrap form input[type="tel"],
.page-template-my-shortlist .send-frnd-popup-form-wrap form input[type="password"],
.page-template-my-shortlist .send-frnd-popup-form-wrap form input[type="email"],
.page-template-my-shortlist .send-frnd-popup-form-wrap form select {
    padding: 12px 20px;
}

.page-template-my-shortlist .send-frnd-popup-form-wrap form textarea {
    padding: 18px 20px;
}

.main-head .heart-count {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    border-radius: 100%;
    top: 0;
    font-size: 11px;
}

.page-template-my-shortlist .prop-mid-box-tp-slider-wrap .remove-shortlist {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-template-properties-list-view-new .prop-sec,
.page-template-property_map_view_new .prop-sec,
.page-template-properties-grid-view-new .prop-sec {
    padding-bottom: 75px;
}

.page-template-properties-grid-view-new .property_grid_view .prop-mid .our-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-template-properties-grid-view-new .property_grid_view .prop-mid .prop-lst {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/*support css update 11/5/2026*/


/* CSS Modification 12.05.26 */
.fet_item .prop-txt p {
    margin-left: 0;
}

.fet_item .prop-txt .feature-item {
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-flex;
    align-items: center;
}

body.page-template-property_map_view_new {
    overflow-x: hidden;
}

.fet_item .prop-txt .feature-item img {
    flex-shrink: 0;
}

.fet_item .prop-txt .feature-name {
    padding-left: 4px;
}

.property_map_view .grid_extra_wrap.our-bx {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property_map_view .our-bx.grid_extra_wrap .our-cnt {
    flex-grow: 1;
}

/* CSS Modification 12.05.26 */
/* CSS Modification 13.05.26 */
.updted_layout .property-listing .prop-lst li:not(:last-child):after {
    display: none;
}

.updted_layout .prop-mid-div-slider .prop-mid-div-slider-item {
    height: auto;
}

.updted_layout .prop-mid-div-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.updted_layout .property_grid_view .prop-mid-box-tp-img {
    height: 100%;
}

/* CSS Modification 13.05.26 */
/*support css update 18/5/2026*/

.page-template-my-shortlist .prop-mid .shortlist-card-btns .our-bx-btn{
    font-size: 15px;
}
.page-template-my-shortlist .prop-mid .shortlist-card-btns .our-bx-btn img{
    display: none;
}
.page-template-my-shortlist .shortlist_wrappr .view-toggle {
    margin-top: 20px;
}
/*support css update 18/5/2026*/
/* =========================
   RESPONSIVE (MOBILE)
========================= */

@media (min-width: 992px) {

    /* CSS Modification 12.05.26 */
    .mobile-filter-btn,
    .close-filter {
        display: none !important;
    }

    .updted_layout .mobile-filter-btn,
    .updted_layout .close-filter {
        display: block !important;
    }

    .updted_layout .filter-sidebar-inner.active {
        left: 0;
    }

    .updted_layout .filter-sidebar-inner {
        left: -100%;
        width: 100%;
    }

    .updted_layout .flterclerbtn.clearbtn1 {
        margin-left: auto;
    }

    .updted_layout .filter-overlay,
    .updted_layout .filter-sidebar-inner {
        z-index: 102;
    }

    .updted_layout .mobile-filter-btn button {
        padding: 16px 20px;
        border-radius: 50px;
        border: 0;
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }

    .updted_layout .mobile-filter-btn button img {
        margin-left: 8px;
    }

    .updted_layout .filter-overlay.active {
        display: block;
    }

    .updted_layout .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .updted_layout .filter-overlay.active {
        display: block;
    }

    .updted_layout .close-filter {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .drwer_col {
        position: relative;
        overflow: hidden;
    }

    .drwer_col .filter-drawer {
        position: static;
    }

    .updted_layout .filter-sidebar-inner {
        position: fixed;
        top: 0;
        left: -100%;
        width: 500px;
        height: 100%;
        background: #fff;
        transition: all 0.3s ease;
        overflow-y: auto;
        /* padding: 20px; */
    }

    .updted_layout .fltersldebrnew .filter-sidebar-heading .close-filter {
        border: 1px solid #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        margin-left: 5px;
        font-size: 12px;
        color: #fff;
    }

    .updted_layout .prop-card-row>* {
        width: calc(100% / 2);
    }

    .updted_layout .our-cnt {
        margin-left: 4px;
        margin-right: 4px;
    }

    .updted_layout .property_grid_view .view_dtls_btn a {
        height: 46px;
        cursor: pointer;
        font-size: 14px;
    }

    .updted_layout .property_grid_view .view_dtls_btn a::after {
        margin-left: 4px;
    }

    /* CSS Modification 12.05.26 */
    /* CSS Modification 13.05.26 */
    .updted_layout .filter-sidebar.fltersldebrnew {
        top: 0 !important;
        width: 100% !important;
        position: static !important;
    }

    .prop-sec .property_map_view .grid_prop_mid:not(:last-child) {
        margin-bottom: 0;
    }

    /* CSS Modification 13.05.26 */
    /*support css update 18/5/2026*/
.page-template-property_map_view_new .updted_layout .filter-sidebar-inner{
 width: 340px;
}
/*support css update 18/5/2026*/
}

/* 08-04-26 Css Start */
@media (max-width: 1199px) {

    /* 08-04-26 Css Start */
    .filter-sidebar-inner .fltr-frm-blks-btm {
        margin-top: 15px;
        flex-direction: column-reverse;
    }

    .filter-sidebar-inner .clearbtn1 {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }

    .filter-sidebar-inner .fltr-frm-blks-btm input[type="submit"] {
        width: 100%;
    }

    .search-layout .property-listing {
        padding-left: 0;
    }

    .search-layout .prop-lvel-wrap {
        padding-right: 0;
    }

    /* 08-04-26 Css End */
    /*support css update 21/4/2026*/
    .filter-sidebar-inner .flterclerbtn.clearbtn1 {
        width: auto;
        margin-top: 0;
        font-size: 14px;
    }

    /*support css update 21/4/2026*/
    /* 6.5.26 */
    .property_grid_view .view_dtls_btn a,
    .property_list_view .prop-mid-box-new .view_dtls_btn a {
        height: 46px;
        font-size: 16px;
    }

    /* 6.5.26 */
    /*support css update 11/5/2026*/
    .page-template-properties-list-view-new .prop-sec,
    .page-template-property_map_view_new .prop-sec,
    .page-template-properties-grid-view-new .prop-sec {
        padding-bottom: 65px;
    }

    /*support css update 11/5/2026*/

    /* CSS Modification 12.05.26 */
    .updted_layout .prop-card-row>* {
        width: 100%;
    }

    /* CSS Modification 12.05.26 */
          /*support css update 18/5/2026*/
    .page-template-my-shortlist .prop-mid .shortlist-card-btns .our-bx-btn{
    font-size: 14px;
}
     /*support css update 18/5/2026*/
}




/* Hidden by default on mobile */
@media (max-width: 991px) {

    .filter-sidebar {
        position: static;
        max-height: unset;
        border-right: none;
        padding-right: 0;
    }

    .filter-sidebar-inner {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: all 0.3s ease;
        overflow-y: auto;
        padding: 20px;
    }

    .filter-sidebar-inner.active {
        left: 0;
    }

    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        display: none;
    }

    .filter-overlay.active {
        display: block;
    }

    .close-filter {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }


    /* FULL WIDTH RIGHT SIDE */
    .property-listing {
        padding-left: 0;
    }

    .mobile-filter-btn {
        display: block;
    }

    .close-filter {
        display: block;
    }


    /* 08-04-26 Css Start */
    .search-layout .col-lg-9.col-md-8 {
        width: 100%;
    }

    .mobile-filter-btn button {
        padding: 16px 20px;
        border-radius: 50px;
        border: 0;
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }

    .mobile-filter-btn button img {
        margin-left: 8px;
    }

    .filter-sidebar-inner {
        left: -340px;
        width: 340px;
        padding: 0;
        padding-top: 55px;
    }

    .filter-sidebar-inner .filter-sidebar {
        box-shadow: none;
        background: transparent;
    }

    .filter-sidebar-inner .filter-sidebar .accordion-item {
        padding: 10px 20px;
    }

    .filter-sidebar-inner .fltr-frm-blks-btm {
        padding: 0 20px 10px;
    }

    .prop-tp {
        justify-content: center;
    }

    .property-listing .prop-lst li:not(:last-child):after {
        display: none;
    }

    .property-listing .prop-lst {
        row-gap: 0;
    }


    /* 08-04-26 Css End */
    /*support css update 21/4/2026*/
    .assist-message-wrpr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .assist-message-txtcont {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .filter-sidebar.fltersldebrnew {
        overflow: visible;
        border-radius: 0;
    }

    .filter-sidebar-innernew.filter-sidebar-inner {
        padding-top: 0;
    }

    .fltersldebrnew .filter-sidebar-heading .close-filter {
        border: 1px solid #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        margin-left: 5px;
        font-size: 12px;
        color: #fff;
    }

    .fltersldebrnew .filter-sidebar-heading .close-filter:hover {
        background-color: #0569ff;
    }

    .filter-sidebar-inner .flterclerbtn.clearbtn1 {
        margin-left: auto;
    }

    /*support css update 21/4/2026*/
    /*support css update 11/5/2026*/
    .page-template-properties-list-view-new .prop-sec,
    .page-template-property_map_view_new .prop-sec,
    .page-template-properties-grid-view-new .prop-sec {
        padding-bottom: 55px;
    }

    /*support css update 11/5/2026*/
    /* CSS Modification 12.05.26 */
    .updted_layout .prop-card-row>* {
        width: calc(100% / 2);
    }

    /* CSS Modification 12.05.26 */
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 768px) {

    .search-bar {
        flex-direction: column;
        border-radius: 20px;
    }

    .field {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #eee;
    }

    .search-btn-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }

    #searchBtn {
        width: 100%;
        border-radius: 30px;
    }

    .search-wraper-outer {
        display: block;
    }

    .field.active {
        border-radius: 20px;
    }

    .field:before {
        display: none;
    }

    .active-filters-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters-right {
        width: 100%;
    }

    .active-filters-bar .filter-tag {
        margin-bottom: 10px;
    }

    /* 08-04-26 Css Satrt */
    .prop-sec .prop-tp .view,
    .mobile-filter-btn button {
        padding: 9px 15px;
    }

    .prop-sec .prop-tp li:last-child {
        margin: 15px 0 0;
    }

    /* 08-04-26 Css End */
    /*support css update 21/4/2026*/
    .prop-list-rgtwrpr .prop-tp select {
        padding: 11px 25px;
    }

    .assist-message-wrpr {
        padding: 20px 16px;
    }

    .assist-message-wrpr .assist-cta {
        padding: 10px 6px;
        font-size: 14px;
    }

    /*support css update 21/4/2026*/
    /*support css update 11/5/2026*/
    .page-template-properties-list-view-new .prop-sec,
    .page-template-property_map_view_new .prop-sec,
    .page-template-properties-grid-view-new .prop-sec {
        padding-bottom: 48px;
    }

    /*support css update 11/5/2026*/
 
}

@media (max-width: 767px) {

    /* CSS Modification 12.05.26 */
    .updted_layout .prop-card-row>* {
        width: 100%;
    }

    /* CSS Modification 12.05.26 */
    /* CSS Modification 13.05.26 */
    .updted_layout .property_grid_view .prop-mid-box-tp-img a {
        height: 100%;
    }

    /* CSS Modification 13.05.26 */
}

@media (max-width: 575px) {
    .filter-sidebar-inner {
        left: -100%;
        width: 100%;
    }

    /* 6.5.26 */
    .property_grid_view .view_dtls_btn a,
    .property_list_view .prop-mid-box-new .view_dtls_btn a {
        height: 46px;
        font-size: 14px;
    }

    /* 6.5.26 */
    /*support css update 11/5/2026*/
    .shortlist_sticky {
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 9;
        padding: 15px 16px;
        font-size: 13px;
    }

    /*support css update 11/5/2026*/
}


@media (max-width: 479px) {

    .prop-sec .prop-tp>li {
        width: 100%;
        margin-right: 0;
    }

    .mobile-filter-btn button {
        width: 100%;
    }

    /* 6.5.26 */
    .prop-map-img,
    .prop-map-cards {
        height: 492px;
    }

    /* 6.5.26 */
    /*support css update 11/5/2026*/
    .page-template-my-shortlist .share-shortlist-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-template-my-shortlist .share-shortlist-btns button:not(:first-child) {
        margin-top: 8px;
        margin-left: 0;
    }

    .page-template-properties-list-view-new .prop-sec,
    .page-template-property_map_view_new .prop-sec,
    .page-template-properties-grid-view-new .prop-sec {
        padding-bottom: 40px;
    }

    /*support css update 11/5/2026*/
}

@media (max-width: 374px) {
     /* CSS Modification 13.05.26 */
     .updted_layout .our-cnt {
        margin-left: 8px;
        margin-right: 8px;
     }

     /* CSS Modification 13.05.26 */
}