/* Child Theme - Custom CSS File for Buyers to Modify */

.nav-tabs-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 17%);
    margin-bottom: 20px;
}

.nav-tabs-wrapper .nav-tabs a {
    position: relative;
    padding: 10px 25px;
}

.nav-tabs-wrapper .nav-tabs a::before {
    background-color: #05243b;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    display: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-tabs-wrapper .nav-tabs.active a::before {
    display: block;
}

body.scrolled .nav-tabs-wrapper {
    animation-duration: 0.8s;
    animation-name: animated;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 17%);
    position: fixed;
    top: 80px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    left: 0px;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid rgb(209, 209, 213);
}

.rh-ultra-contact-form .rh-ultra-form,
.comment-respond .rh-ultra-form {
    padding: 36px 30px;
}

/* .elementor-hidden-desktop {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 10px -7px 25px 2px #ccc;
    padding-top: 4rem;
} */
.list-inner-content .inner-heading {
    margin-top: 28px;
}

@keyframes animated {
    0% {
        top: -100px;
    }

    100% {
        top: 80px;
    }
}

.main-full-container {
    display: flex;
    gap: 0.729vw;
    max-width: 92vw;
    margin: 0px auto;
    padding: 0px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.main-full-container .main-wrapper {
    width: 70%;
}

.main-full-container .make-enquiry {
    width: 30%;
    padding: 20px;
    border: 1px solid #d1d1d5;
    border-radius: 11px;
    background: #fff;
    position: sticky;
    top: 10px;
}

.main-wrapper .rh-ultra-property-content-box {
    padding: 0px;
}

.request-tour a {
    flex-direction: column;
    display: flex;
    align-items: center;
    font-size: 18px;
    background-color: #05243b;
    padding: 18px 16px;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.request-tour a .small-text {
    font-size: 13px;
}

.request-tour a .heading-text {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-agent a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 16px;
    border: 1px solid #05243b;
    color: #05243b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.enquiry-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.request-tour a:hover {
    background-color: #05243be6;
}

.contact-agent a:hover {
    color: #05243be6;
    border-color: #05243be6;
}

.main-wrapper .rh-ultra-property-content-box h4 {
    font-size: 24px !important;
    margin-bottom: 12px;
}

.rh-ultra-property-wrapper .main-wrapper .rh_content p {
    font-size: 16px;
    margin-bottom: 0;
}

.main-wrapper .rh-ultra-meta-icon-wrapper svg {
    width: 18px !important;
}
.top-contentWrapper .main-wrapper .rh-ultra-meta-icon-wrapper svg{
  width: 13px !important;
}
.top-contentWrapper .rh-ultra-prop-card-meta .rh-ultra-meta-box .figure{
font-size: 12px;
}
.top-contentWrapper .rh-ultra-prop-card-meta span.label {
    font-size: 12px!important;
}
.rh-ultra-overview-box {
    margin-bottom: 20px;
}

.main-wrapper .rh_ultra_meta_icon_wrapper .rh-ultra-meta-label {
    font-size: 18px;
    color: #05243b;
    margin-bottom: 0;
}

.main-wrapper .inner-heading {
    padding: 10px;
    background: #eee;
    font-size: 20px;
}

.main-wrapper .list-blocks h6 {
    font-size: 18px;
}

.rh_ultra_meta_icon_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    padding: 16px 13px;
    background: #fff;
    height: 100%;
}

.list-blocks-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.list-blocks ul {
    margin-bottom: 0px;
}

.list-blocks ul li {
    margin: 0px !important;
}

.list-blocks-wrapper .list-blocks {
    overflow: hidden;
    transition: height 0.3s ease;
    width: calc(50% - 10px);
}

.list-inner-content {
    margin-bottom: 30px;
    mask: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    transition: height 0.5s ease;
}

.list-inner-content.expanded {
    mask: none;
}

div#show-blocks {
    width: 100%;
    display: none;
}

div#show-blocks .inner-show-blocks {
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.features--sec {
    margin-bottom: 16px;
}

.property--sec .rh_wrapper_property_videos_slider,
.rh_property__map_wrap .map-wrapper {
    max-width: 100%;
    width: 100%;
}

.property--sec .slick-dots {
    position: static;
    margin-top: 20px;
}

.property--sec .slick-dots li.slick-active button {
    background-color: #05243b;
}

.property--sec .rh_wrapper_property_videos_slider video {
    border-radius: 10px;
}

.hero--sec .rh-ultra-property-slider-container .slick-list.draggable {
    height: 500px !important;
}

.calculator--sec .rh_property__mc {
    padding: 30px;
}

/* new-css */
.slider-module {
    padding: 60px 0;
    gap: 10px;
    display: flex;
    align-items: unset;
    padding-top: 140px;
}

.rh-ultra-property-slider-wrapper {
    margin-bottom: 0;
}

.slider-module>div {
    width: calc(100% / 2);
}

.slider-wrapper {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.virtual-tour-floor-plan-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.virtual-tour-floor-plan-wrapper>div {
    width: calc(100% / 2 - 5px);
    background: #f4f4f4;
    border: 2px solid #ededed;
    border-radius: 14px;
    overflow: hidden;
}

.floar-plan-wrapper img {
    width: 100% !important;
    height: 100%;
}

.virtual-tour-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

.virtual-tour-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.virual-icon {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 50%);
    border-radius: 100px;
    padding: 10px;
}

span.virual-icon svg path {
    fill: #fff;
}

.virtual-text {
    margin-bottom: 0;
    position: absolute;
    z-index: 6;
    top: 62%;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -62%);
    background: rgb(0 0 0 / 50%);
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
}

.popup-tour-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: rgb(0 0 0 / 87%);
    backdrop-filter: blur(10px);
}

.rh-property-virtual-tour-inner-wrap iframe {
    height: 700px;
}

.popup-tour-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: rgb(0 0 0 / 87%);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 58px;
}

.popup-tour-wrapper.active {
    display: flex;
}

div#property-content-section-virtual-tour {
    width: 100%;
}

span.close_popup {
    background: #e5af00;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    padding: 8px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}

.rh-ultra-price {
    font-size: 18px;
    padding: 6px 14px;
    /* background: #05243b; */
}

embed,
iframe,
object,
video {
    max-width: 100%;
    height: 100%;
}

.rh-ultra-property-thumb-wrapper {
    position: relative;
    height: 100%;
}

.rh-ultra-property-slider .slick-track {
    height: 100%;
    width: 100% !important;
}

.rh-ultra-property-slider .slick-track a.rh-ultra-property-thumb {
    height: 100%;
    width: 100%;
}

.rh-ultra-property-full-slider .rh-ultra-vertical-carousel {
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
}

.rh_ultra_prop_card_meta_wrap,
div#comments {
    gap: 20px;
    background: #fff;
    padding: 36px 20px;
    border-radius: 14px;
    border: 1px solid #ccc;
}

.rh_ultra_prop_card__meta {
    padding: 15px 13px;
    width: calc(100% / 4 - 15px);
}

div#property-video,
#fact-features,
#map,
#mortgage-calculator, .posting--History {
    scroll-margin-top: 200px;
    background: #fff;
    padding: 36px 20px;
    border-radius: 14px;
    border: 1px solid #ccc;
}

input#rh-ultra-button {
    background: #05243b;
}

input#rh-ultra-button:hover {
    color: #fff !important;
}

label {
    color: #05243b !important;
}

.rh-ultra-form {
    background: #f6f6fa !important;
}

.request-modal-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 72%);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: none;
}

.request-modal-body.active {
    opacity: 1;
    display: block;
}

.elementor-location-header #main-header-sec {
    min-height: 80px;
    height: 80px;
}

.overflow-active {
    overflow-y: hidden;
}

p.comment-notes {
    color: #05243b;
    font-size: 20px;
    font-weight: 700;
}

.rh_mc_field label {
    color: #05243b !important;
}

.rhea_ultra_search_form_wrapper {
    z-index: 9998 !important;
}

.text-yellow {
    color: #05243b !important;
}

.e-form__buttons .elementor-button-text {
    position: relative;
    color: #05243b !important;
    transition: all 0.3s ease;
}

/*.e-form__buttons .elementor-button-text::before {
    content: "Submit";
    position: absolute;
    color: #000;
    left: 50%;
    transform: translate(-50%, 0px);
}*/
.e-form__buttons .elementor-button:hover .elementor-button-text {
    color: #1a4260 !important;
}

.elementor-142 .elementor-element.elementor-element-7132985 .elementor-button[type="submit"]:hover .elementor-button-text::before {
    color: #fff !important;
}

#property_map {
    border-radius: 15px;
    height: 300px;
    z-index: 1 !important;
}
#property_map *{
     z-index: 1 !important;
}
#street iframe {
    min-width: 100%;
    height: 700px;
}

.scale-img {
    border-radius: 8px;
}

.details p {
    max-height: 56.1px;
    overflow-x: auto;
}

/* #menu-header-left-menu li a{
    font-family: "Inter", Sans-serif !important;
        font-size: 18px !important;
        color: #1a1a1a;
        font-weight: 400;
    } */
#menu-header-left-menu li a:hover {
    color: #3b5a6c !important;
}

/* dashboard css */
.rh-header-slim-left,
#dashboard-sidebar {
    background-color: #fff !important;
}

.dashboard-sidebar .dashboard-menu a:hover,
.dashboard-sidebar .dashboard-menu>li.current>a,
.dashboard-sidebar .dashboard-menu .current.has-submenu>a {
    background-color: #05243b0d !important;
}

.rh-header-slim-right {
    background-color: #fff !important;
    box-shadow: 0px 10px 0px -10px #CCC;
}

.rh-user-account-username,
.rh-user-account-username strong {
    color: #000 !important;
    font-family: 'inter' !important;
}

@media (min-width: 768px) {
    .dashboard-content {
        padding: 50px 50px 70px !important;
    }
}

#dashboard-menu {
    background-color: #fff !important;
}

#dashboard-menu li a {
    background-color: #fff;
}

#dashboard-sidebar {
    background-color: #fff !important;
    box-shadow: -4px -6px 12px 9px #CCC;
}

#dashboard-menu .menu-item-name {
    color: #05243b !important;
}

#dashboard-menu .fa-angle-down:before {
    color: #05243b !important;
}

/* .current a{
    background-color: #000 !important;
} */
.submenu li a {
    color: #000 !important;
}

.display-name {
    font-size: 16px;
}

.submenu li a {
    background-color: #fff;
}

/* property page responsive */
#wp-block-search__input-1 {
    border: 1px solid transparent;
    border-radius: 8px;
}

.wp-block-search__inside-wrapper {
    margin-top: 10px;
}

#h-frequently-asked-questions {
    text-align: left !important;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.wp-container-core-columns-is-layout-9d6595d7 {
    display: block !important;
}

#h-still-need-help-we-re-here {
    margin-top: 2rem;
}

/*Search Page*/
.inspiry_half_map_header_wrapper .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

/*SIDEBAR FILTER*/

.property-filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    height: 100vh;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.35);
}

.property-filter-modal.show {
    display: block;
    opacity: 1;
}

.filter-container {
    position: absolute;
    top: 0;
    right: -520px;
    /* adjust width accordingly */
    max-width: 500px;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right 0.4s ease;
}

.property-filter-modal.show .filter-container {
    right: 0;
}

.property-filter-modal button.close {
    padding: 3px 7px 0px;
    display: block;
    margin-left: auto;
}

.property-filter-modal button.close i {
    font-size: 18px;
    line-height: 1;
}

.filter-container {
    position: relative;
    background: #fff;
    height: 100vh;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    overflow: auto;
}

.filter-container .filter-form {
    padding: 0 30px 30px;
}

.filter-container hr {
    margin: 1.5rem 0;
    width: 100%;
    opacity: 0.35;
}

.filter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.filter-section input {
    max-width: 49%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #9f9f9f;
}

.inspiry_half_map_header_wrapper .container h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #596b82;
    padding: 12px 16px !important;
    background: #f6f6fa;
}

.dropdown-container h3 {
    margin-top: 15px;
    margin-bottom: 0;
}

.inspiry_half_map_header_wrapper .container form.filter-form {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.inspiry_half_map_header_wrapper .container .range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.inspiry_half_map_header_wrapper .container .range-values input[type="number"] {
    width: 100px;
    padding: 5px;
    font-size: 14px;
}

.inspiry_half_map_header_wrapper .slider {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.elementor-location-header #main-header-sec {
    min-height: 80px;
    height: 80px;
    width: 100% !important;
}

.top-fixed {
    position: sticky;
    top: 0;
    background: #fff;
    width: 100%;
    padding: 7px;
    border-bottom: 1px solid #9f9f9f;
}

.bottom-fixed {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0 30px 30px;
    border-bottom: 1px solid #9f9f9f;
}

.inspiry_half_map_header_wrapper label.custom-radio-btn {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    color: #05243b;
    user-select: none;
}

/* Hide the native radio */
.inspiry_half_map_header_wrapper label.custom-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;
}

/* Custom radio circle */
.inspiry_half_map_header_wrapper label.custom-radio-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 2px solid #05243b;
    border-radius: 50%;
    transition: background-color 0.3s, border 0.3s;
    z-index: 1;
}

/* When checked, change the circle's appearance */
.inspiry_half_map_header_wrapper label.custom-radio-btn:has(input:checked)::before,
.inspiry_half_map_header_wrapper label.custom-radio-btn:has(input:checked)::before {
    background: radial-gradient(#fff 3px, #05243b 5px);
}


/* Hide the native checkbox */
.inspiry_half_map_header_wrapper .dropdown-menu label {
    display: flex;
    padding-left: 30px;
    position: relative;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
    height: 22px;
}

.inspiry_half_map_header_wrapper .dropdown-menu label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;
}

/* Custom radio circle */
.inspiry_half_map_header_wrapper .dropdown-menu label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #05243b;
    border-radius: 5px;
    z-index: 1;
    transition: background-color 0.3s, opacity 0.3s;
}

.inspiry_half_map_header_wrapper .dropdown-menu label::after {
    content: "";
    position: absolute;
    display: block;
    left: 7px;
    top: 4px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 1px;
    opacity: 0;
    transition: background-color 0.3s, opacity 0.3s;
    z-index: 1;
}

/* When checked, change the circle's appearance */
.inspiry_half_map_header_wrapper .dropdown-menu label:has(input:checked)::before {
    background: #05243b;
}

.inspiry_half_map_header_wrapper .dropdown-menu label:has(input:checked)::after {
    opacity: 1;
}

/*input range*/
.inspiry_half_map_header_wrapper input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    top: 18px;
    background: transparent;
}

.inspiry_half_map_header_wrapper input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
    margin-top: -8px;
    position: relative;
    z-index: 2;
}

.inspiry_half_map_header_wrapper input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: #ccc;
    border-radius: 3px;
}

.inspiry_half_map_header_wrapper .track {
    position: absolute;
    height: 4px;
    top: 18px;
    background: #007bff;
    z-index: 1;
    border-radius: 3px;
}

.inspiry_half_map_header_wrapper .dropdown-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inspiry_half_map_header_wrapper .multi-dropdown {
    position: relative;
    width: 100%;
}

.inspiry_half_map_header_wrapper .dropdown-toggle {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    position: relative;
}

.inspiry_half_map_header_wrapper .dropdown-toggle::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #7f7f7f;
    border-top: 0;
    border-left: 0;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: rotate(45deg);
}

.inspiry_half_map_header_wrapper .dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    padding: 10px;
}

.inspiry_half_map_header_wrapper .multi-dropdown.open .dropdown-menu {
    display: block;
}

/*top filter*/

.filter-wrapper {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    position: sticky;
    top: 80px;
    width: 100%;
    z-index: 2;
}

.filter-row {
    display: flex;
    gap: 5px;
    align-items: center;
    max-width: 1260px;
    margin: 0 auto;
}

.filter-dropdown-box {
    position: relative;
}

.filter-block {
    display: none;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 5px;
    min-width: clamp(200px, 20vw, 500px);
    background: #fff;
/*    padding: 15px;*/
    border: 1px solid #dfdfdf;
    box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.1);
    animation: fadeSlideIn 0.3s ease;
}

.filter-block h3 {
    margin-bottom: 10px;
}

h3.filter-title {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 18px;
}

.filter-block .dropdown-container:nth-child(2) {
    margin-top: 15px;
}

.filter-block label {
    color: #05243b !important;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    padding: 8px 0px;
    white-space: nowrap;
    gap: 20px;
}

.inspiry_half_map_header_wrapper .container .range-values input[type="number"] {
    width: 100px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 5px;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#property-results:has(.no-result) {
    grid-template-columns: 1fr;
}

p.no-result {
    text-align: center;
    padding-top: 100px;
}

/*Property List*/
.property-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 1;
}

.layout-btns {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
}

.view-toggle {
    display: flex;
    gap: 10px;
    flex: 1;
}

.view-toggle button {
    font-weight: 400;
    padding: 5px 12px;
    border: none;
    cursor: pointer;
    color: #999;
    background: #ddd;
}

.view-toggle button.active {
    background: #05243b;
    color: #fff;
}

#sorting-form {
    display: flex;
    align-items: center;
    gap: 0;
}

#sorting-form label {
    font-weight: 700;
    color: #05243b;
}

#sorting-form select {
    border: 0;
    border-bottom: 1px solid #05243b;
    background: transparent;
}

.property-list {
    display: grid;
    gap: 8px;
    padding: 8px;
    max-width: 100%;
}

.property-list.grid-view {
    grid-template-columns: repeat(2, 1fr);
}

.property-list.list-view {
    grid-template-columns: 1fr;
}

.property-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}

.property-card>a:has(.image) {
    overflow: hidden;
}

.property-list.list-view .property-card {
    flex-direction: row;
}

.property-block h2 {
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.property-card .image img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}

.property-list.list-view .image img {
    height: 100%;
    aspect-ratio: 12/10;
    object-fit: cover;
}

.border-line {
    position: relative;
    padding: 0 10px;
}

.property-list.list-view .border-line {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.property-details {
    padding: 0 0 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.property-details h3 {
    margin: 0 0 8px;
}

.property-details p {
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding-right: 10px;
}

.property-details p:not(.extra) {
    border-right: 1px solid #999;
}

.address {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.actions {
    position: relative;
    padding: 0 0 10px;
}

.badges {
    position: absolute;
    top: -70px;
    right: 15px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.border-line h3.price {
    margin-bottom: 15px;
}

a.details-btn {
    border: 1px solid #05243b;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 15px;
    color: #05243b;
    font-family: 'DM Sans', sans-serif;
}

a.details-btn:hover {
    background: #05243b;
    color: #fff;
}

button.filter-dropdown {
    font-weight: 400;
    padding: 5px 12px;
}

button.filter-btn {
    font-weight: 400;
    padding: 5px 12px;
}

.property-list.list-view .badges {
    top: auto;
    bottom: 0;
    right: auto;
    left: -110px;
}

.inspiry_half_map_header_wrapper .container .filter-block h3 {
    margin-bottom: 15px;

}

/*Slick Slider*/

.property-list.list-view .slick-slider,
.property-list.list-view .slick-slider .slick-track,
.property-list.list-view .slick-slider .slick-list {
    height: 100% !important;
}

.property-card .slick-slider {
    width: 100%;
}

.property-list.list-view .property-card .slick-slider {
    max-width: 300px;
    margin: 0;
}

.property-card .image.slick-slider {
    position: relative;
    margin-bottom: 15px;
}

.property-card .slick-prev,
.property-card .slick-next {
    border: none;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.property-card .slick-dots {
    display: none !important;
}

.property-card .slick-prev {
    left: 10px;
}

.property-card .slick-next {
    right: 10px;
}

a.fav-btn,
a.compare-btn {
       display: inline-flex;
    position: relative;
    font-size: 18px;
    color: #05243B;
    background: #f7f7f7;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

a.fav-btn.clicked {
    background-color: white;
    color: #e91e63;
}

a.compare-btn.clicked {
    background: #E7B000;
    color: #fff;
}

/* Tooltip container */
span.add-to-compare-span.rhea_compare_icons.rhea_svg_fav_icons {
    display: inline-flex;
    position: relative;
    font-size: 18px;
    top: -9px;
    line-height: 1;
    color: #05243B;
    background: #f7f7f7;
    padding: 4px 2px;
    margin-right: 10px;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.page-template-properties-search span.add-to-compare-span.rhea_compare_icons.rhea_svg_fav_icons {
    padding: 7px 2px;
}
.gm-style-mtc-bbw {
    flex-direction: row-reverse !important;
}
p.rhea-ultra-property-card-two-price {
    margin-bottom: 15px;
}
.gm-style .gm-style-iw-t .image-wrapper img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    height: 144px;
}
.gm-style-iw.gm-style-iw-c {
    padding: 15px;
}
.gm-style-iw.gm-style-iw-c .body-wrapper a {
   color: #fff !important;
    background: #05243b;
    padding: 10px !important;
    margin-top: 20px !important;
    text-decoration: none !important;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid #05243b;
}
.gm-style-iw.gm-style-iw-c .body-wrapper a:hover {
    background: transparent;
    color: #05243b !important;
}
.gm-style .gm-style-iw-c {
    border: 3px solid #05243b;
    backdrop-filter: blur(10px);
}
.gm-style-iw.gm-style-iw-c .body-wrapper div:nth-child(2) {
    padding-bottom: 20px;
    display: flex;
    gap: 3px;
}
.gm-style-iw.gm-style-iw-c .body-wrapper div:nth-child(2) p {
       border: 1px solid #05243b;
    color: #05243b !important;
    font-weight: 500;
    background: #05243b26;
    margin: 0px;
    padding: 5px;
    border-radius: 8px;
}
.filter-row.home--Cstmfilter button#search-btn svg {
    width: 24px;
    height: 24px;
}

.filter-row.home--Cstmfilter button#search-btn svg path {
    stroke: #fff;
}
.filter-row.home--Cstmfilter button#search-btn:hover svg path {
    stroke: #05243b;
}
.tooltip-btn .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    border-radius: 25px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    transition: opacity 0.3s;
    z-index: 2;
}

.tooltip-btn:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/*pagination*/
.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-btn {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #05243b;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 999px;
    /* fully rounded */
    transition: all 0.3s ease;
}

.page-btn:hover {
    background-color: #f0f4f8;
    /* whitish */
}

.page-btn.active {
    background-color: #05243b;
    color: #ffffff;
    font-weight: bold;
    border-color: #05243b;
}

/*map*/
.map-wrapper {
    position: relative;
}

.googlemap {
    position: sticky;
    top: 139px;
    left: 0;
    width: 100%;
}

/* searchbar */
.searchbar-container {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.searchbar {
    display: flex;
    align-items: center;
    position: relative;
}

.searchbar input[type="text"] {
    flex: 1;
    font-size: 16px;
    padding: 5px 10px;
    border: 1.5px solid #d1d5db;
    border-radius: 20px;
    outline-offset: 2px;
    transition: border-color 0.25s ease;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px !important;
}

/*.searchbar input[type="text"]:focus, .searchbar button:focus {
    border-color: #05243b;
    box-shadow: 0 0 8px 2px rgba(16, 123, 185, 0.2);
}
*/
.searchbar button {
   background-color: transparent;
    color: #05243b;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 38px;
    height: 38px;
    padding: 5px 10px;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    border-radius: 0px 50px 50px 0px;
    border: 1.5px solid #d1d5db;
    border-left: 0px;
}

/*.searchbar button:focus {
    outline-offset: 2px;
    box-shadow: 0 0 8px 2px rgba(31, 114, 223, 0.5);
}*/

/*.searchbar button:hover {
    background-color: #05243b;
}*/

/* Dropdown results */
.dropdown-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #d1d5db;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1050;
    display: none;
    font-size: 16px;
    color: #374151;
}

/* Hide by default, show with JS */
.dropdown-results.active {
    display: block;
}

/* Results list */
.dropdown-results ul {
    list-style: none;
    margin: 0;
    padding: 0px 0;
}

.dropdown-results li {
    padding: 12px 20px;
    font-size: 16px;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.dropdown-results li:hover,
.dropdown-results li:focus {
    background-color: #05243b0a;
    /* light teal green */
    outline: none;
}

/* Default block styling */
/*.default-block {
    padding: 12px;
}*/

.default-block h3 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #6b7280;
    /* gray-500 */
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.current-location {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 10px;
    color: #2a2a33;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin: 0px;
}

.current-location .fa-location-dot {
    font-size: 20px;
}

.history-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.history-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 16px;
    margin: 0px;
}

.history-list li:last-child {
    border-bottom: none;
}

.history-list li button {
    background: transparent;
    border: none;
    color: #9ca3af;
    /* gray-400 */
    cursor: pointer;
    font-size: 16px;
    padding: 0 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-list li button:hover,
.history-list li button:focus {
    color: #ef4444;
    /* red-500 */
    outline: none;
}
    .top--content .top--brief {
    width: fit-content;
}
.top--Rightcontent {
    flex-grow: 1;
}
.top--Rightcontent .rh-properties-card-meta-ultra {
    flex-wrap: wrap;
    justify-content: end;
}
.left_gallery_box img {
    border-radius: 20px 0px 0px 20px;
}

.left_gallery_box .figure_box {
    border-radius: 20px 0px 0px 20px;
}

.right_gallery_box .image_grid_box .figure_box:nth-child(2) {
    border-radius: 0px 20px 0px 0px;
}

.right_gallery_box .image_grid_box .figure_box:nth-child(4) {
    border-radius: 0px 0px 20px 0px;
}

.total--count--image {
    border-radius: 0px 0px 20px;
}

/*Advisors*/

.advisor-header {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.advisor-card img.advisor-photo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #007BFF;
}

.advisor-info {
    flex: 1;
    min-width: 250px;
}

.advisor-info h1 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    color: #05243B;
}

.advisor-info p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact a {
    color: #05243B;
    font-weight: 600;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.ask-btn {
    display: inline-block;
    text-decoration: none;
    margin-top: 1rem;
    background-color: #05243B;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #05243B;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 15px 12px 15px;
}

.ask-btn:hover {
    background: #063B63;
    color: #fff;
}

.advisor-testimonials {
    background: #fff;
    padding: 80px 0;
}

.advisor-testimonials h2 {
    text-align: center;
    color: #05243B;
}

.advisor-testimonials .testimonial-carousel {
    margin: 0 auto 3rem;
    max-width: 800px;
    padding: 2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 20px;
}

.advisor-testimonials .testimonial {
    padding: 1rem;
    text-align: center;
}

.advisor-testimonials .testimonial p {
    font-style: italic;
    font-size: 20px;
}

.ratings .fa-star {
    color: #FFC107;
}

.advisor-testimonials .testimonial .author {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 16px;
    color: #555;
}

.advisor-testimonials .slick-prev, .advisor-testimonials .slick-next {
    background: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.advisor-testimonials .slick-prev:before, .advisor-testimonials .slick-next:before {
    color: #05243B;
    font-size: 20px;
}

 /* Modal Styles */
 .item p, .item strong {
    font-size: 15px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.modal-content {
    background: white;
    max-width: 500px;
    margin: 10% auto;
    padding: 2rem;
    position: relative;
    border-radius: 8px;
}

.modal h2 {
    margin-top: 0;
    color: color: #05243B;
}

.modal label {
    display: block;
    margin: 0.8rem 0 0.3rem;
}

.modal input,
.modal textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.modal button {
    margin-top: 1rem;
    cursor: pointer;
    background-color: #05243B;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #05243B;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 15px 12px 15px;
}

.modal button:hover {
    color: #fff;
    background: #063B63;
}

.close-modal {
    position: absolute;
    top: 5px; 
    right: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.close-modal i {
    font-size: 20px;
    line-height: 1;
}

/*Project search styles*/
.filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.filter-group select {
    padding: 14px 8px;
    width: 200px;
    background-color: #ffffff;
    border-color: #D4D4D4;
    border-width: 1px;
    border-radius: 10px;
}

.search-btn {
    background: #05243b;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #05243b;
    padding: 13px 25px 12px 25px;
}
  
.search-btn:hover {
    color: #05243b;
}

.property-count {
    margin: 20px 0;
    font-size: 18px;
}

.property-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.property-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.property-image {
    position: relative;
}

.property-image img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: block;
}
  
.property-card .property-info p {
    margin-bottom: 10px;
    line-height: 1;
}
section.realhomes_comments #respond > h3#reply-title {
    display: none;
}
button.details-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #05243b;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

button.details-btn:hover {
    background: #fff;
    color: #05243b;
}
  
p.area {
    color: #05243b;
    font-weight: 700;
}

.rented {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: red;
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    font-size: 16px;
}

.property-info {
    padding: 10px;
}

.property-info p {
    margin: 5px 0;
}
  
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 8px;
}
    
.page-btn {
    padding: 7px 10px;
    line-height: 1;
    border: none !important;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    height: auto;
    transition: background-color 0.2s ease;
}
    
.page-btn:hover {
    background-color: #ccc !important;
    border: none;
}
    
.page-btn.active {
    background-color: #002b45;
    color: #fff;
    border: none;
}

/*Projects*/
.project-wrapper .rh_ultra_prop_card_meta_wrap {
    z-index: 1 !important;
}

.project-wrapper .rh_ultra_prop_card__meta {
    width: 100%;
    flex: 1 1 auto;
}

.project-wrapper .property-listed-on {
    margin-top: 20px;
}

.project-wrapper .rh_ultra_prop_card_meta_wrap, .project-wrapper div#comments {
    padding: 25px 20px;
}

.advantages-section {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.advantages-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom: 30px;
    gap: 10px;
}

.icons .item {
  width: 100%;
  text-align: center;
  flex-basis: auto;
  margin-bottom: 20px;
}

.icons .item img {
  height: 40px;
  margin-bottom: 10px;
}

.icons .item strong {
  display: block;
  font-weight: 600;
}

.columns {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.columns h3 {
  flex: 100%;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.columns ul {
    list-style: disc;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    column-gap: 10px;
    list-style-position: outside;
}

.columns ul li {
  display: none;
  padding-right: 20px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.columns ul li.visible {
  display: list-item;
}

.more-btn {
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #fff;
    color: #05243b;
    border: 2px solid #05243b;
    font-weight: bold;
    cursor: pointer;
    display: block;
    transition: background 0.3s;
}

.more-btn:hover {
  background-color: #f7f7f7;
}

/*project table*/
.project-table {
  padding: 0;
  margin: 20px 0;
  overflow-x: auto;
}

.project-table table, .project-table th, .project-table td {
    border-collapse: collapse;
    border: 1px solid #d5d5d5;
}

.project-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.project-table thead {
  background-color: #05243b;
  color: white;
}

.project-table th,
.project-table td {
  padding: 10px 6px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
}

.project-table td img {
  width: 100%;
  height: clamp(90px, 6vw, 105px);
  object-fit: cover;
  border-radius: 0;
}

.project-table .actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-table .btn {
    text-align: center;
    padding: 8px 5px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: #05243b;
}

.project-table .btn.project {
  background-color: #1a1d26;
}

.project-table td:first-child {
    padding: 0;
    height: 100%;
}

.project-table td:last-child {
    border-bottom: none;
}

.project-table tbody td {
    color: #333;
}

.project-wrapper .owl-dots {
    display: none;
}

.project-wrapper .owl-carousel .owl-nav button.owl-next, .project-wrapper .owl-carousel .owl-nav button.owl-prev, .project-wrapper .owl-carousel button.owl-dot {
    background: #05243b;
    width: 30px;
    height: 30px;
    color: #fff;
}

.project-wrapper .owl-carousel .owl-nav button.owl-next span, .project-wrapper .owl-carousel .owl-nav button.owl-prev span {
    line-height: 1;
    font-size: 25px;
}

.project-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    margin: 0 -18px;
}

.project-wrapper .owl-stage {
    margin-bottom: 0 !important;
}

.project-wrapper .rh-ultra-property-content {
    padding: 20px 17px 40px;
}

/*modal*/
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 60px 0;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.custom-modal .modal-content {
  background: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  height: 100%;
  max-width: clamp(100%, 100%, 1800px);
  position: relative;
}

.custom-modal .modal-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: clamp(650px, 44vw, 900px);
}

.custom-modal .modal-content embed, .custom-modal .modal-content iframe, .custom-modal .modal-content object, .custom-modal .modal-content video {
    max-width: 100%;
    height: 100%;
    max-height: clamp(650px, 44vw, 900px);
}

.custom-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/*feature fix*/

.project-wrapper .advantages-section {
    margin-bottom: 40px;
}

.project-wrapper .list-inner-content {
    mask: none;
    margin-bottom: 0 !important;
}

/*carousel fix*/
.project-wrapper .owl-dots {
    display: none;
}

.owl-carousel.properties-carousel .owl-nav button.owl-next, .owl-carousel.properties-carousel .owl-nav button.owl-prev, .owl-carousel.properties-carousel button.owl-dot {
    background: #05243b;
    width: 30px;
    height: 30px;
    color: #fff;
}

.owl-carousel.properties-carousel .owl-nav button.owl-next span, .owl-carousel.properties-carousel .owl-nav button.owl-prev span {
    line-height: 1;
    font-size: 25px;
}

.properties-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 36px);
    display: flex;
    justify-content: space-between;
    margin: 0 -18px;
}

.properties-carousel .owl-stage {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/*reserve a unit form*/
.reservation-form {
    max-width: 100%;
    font-family: inherit;
}

.reservation-form h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.reservation-form .form-group {
    margin-bottom: 12px;
    position: relative;
}

.reservation-form .form-group i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #555;
}

.reservation-form .form-group input,
.reservation-form .form-group select {
    width: 100%;
    padding: 9px 9px 9px 36px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 18px;
}

.reservation-form .form-group select {
    cursor: pointer;
}

.reservation-form .reserve-btn {
    background-color: #05243B;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    border: 1px solid #05243B;
    border-radius: 10px;
    padding: 15px 18px;
    width: 100%;
    color: white;
    cursor: pointer;
}

.reservation-form .reserve-btn:hover {
    color: #05243B;
    background-color: #fff;
}

div#client--InfoDetails {
    margin-top: 0;
}

.properties-carousel .owl-dots {
    display: none;
}
 .mbFixedSort{
    opacity: 0;
    position: fixed;
 }
 .offer_btn.new_btn {
    display: none;
}
.sorting-listcstm > button.selected
 {
    background: #05243b;
    color: #fff;
}
/* Responsive mode */
@media (max-width: 768px) {
  /*.project-table table {
    min-width: unset;
    display: block;
  }

  .project-table thead {
    display: none;
  }

  .project-table tr {
    display: block;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
  }

  .project-table td {
    display: block;
    text-align: right;
    border-bottom: none;
    padding: 8px 10px;
  }

  .project-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    color: #444;
  }

  .project-table td img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
  }

  .project-table .actions {
    flex-direction: row;
    justify-content: space-between;
  }*/
}

@media screen and (max-width: 1199px) {
    .property-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .columns ul {
        column-count: 3;
    }
}

@media screen and (max-width: 991px) {
    .property-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .columns ul {
        column-count: 2;
    }
    .offer_btn.new_btn{
        display: block;
    }

}

@media screen and (max-width: 576px) {
    .property-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .columns ul {
        column-count: 1;
    }
}

@media (max-width: 600px) {
    .advisor-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .advisor-info {
        padding: 0 1rem;
    }
}

@media (max-width:1300px) {
    .rh-ultra-half-map {
        display: none;
    }

    .rh-ultra-properties-half-map .rh-ultra-half-map-list {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .virtual-tour-floor-plan-wrapper>div {
        height: calc(100% / 2 - 5px);
        background: #f4f4f4;
        width: 100%;
    }

    .main-full-container {
        max-width: 100%;
        padding: 0px 4% !important;
    }

    .rh-ultra-property-thumb {
        padding-top: 100%;
    }
}

@media (max-width: 1025px) {
    @keyframes animates-tab {
        0% {
            top: -100px;
        }

        100% {
            top: 43px;
        }
    }

    body.scrolled .nav-tabs-wrapper {
        animation: animates-tab;
        top: 43px;
    }
}

@media (max-width: 991px) {
    .slider-module {
        flex-wrap: wrap;
        padding-bottom: 56px !important;
        padding-top: 136px !important;
    }
    .left_gallery_box .figure_box {
        border-radius: 20px !important;
    }
    .slider-module>div {
        width: 100%;
    }

    .virtual-tour-floor-plan-wrapper>div {
        width: calc(100% / 2 - 5px);
        height: 100%;
    }

    .property-content-wrapper {
        flex-direction: column;
    }
   .top--content {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .top--content .top--brief {
        width: 100%;
    }
    .top--Rightcontent {
         width: 100%;
    }
    .top--Rightcontent .rh-properties-card-meta-ultra {
        flex-wrap: wrap;
        justify-content: start;
    }
    .property-content-wrapper>div {
        width: 100% !important;
    }

    .virtual-text {
        top: 68%;
        transform: translate(-50%, -68%);
    }

    button.filter-dropdown {
        display: none;
    }

    .map-wrapper {
        display:block;
    }

    .property-list.grid-view {
        grid-template-columns: repeat(1, 1fr);
    }

    .filter-wrapper {
        top: 65px;
    }
}

@media screen and (max-width: 900px) {
    .nav-tabs-wrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .rh-ultra-thumb-action-box.rh-ultra-action-buttons.rh-ultra-action-dark.hover-dark {
        position: absolute !important;
        top: 50% !important;
        right: 10px !important;
        transform: translateY(-50%);
    }

    .rh_ultra_prop_card__meta {
        width: calc(100% / 2 - 10px);
    }

    .popup-tour-wrapper {
        padding: 28px;
    }

    iframe {
        max-width: 100%;
        height: revert-layer;
    }

    .hero--sec .rh-ultra-property-slider-container .slick-list.draggable {
        height: 373px !important;
    }

    .rh-ultra-half-layout-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 2%;
    }

    .rh-ultra-property-card-thumb img {
        width: 100%;
    }

    .property-block {
        grid-template-columns: repeat(1, 1fr);
    }
    button#gridView, button#listView {
        font-size: 0px;
        padding: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    button#gridView i, button#listView i {
        font-size: 18px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* padding: 10px; */
    }
    .filter-container .filter-form {
        padding: 0 10px 30px;
    }
    .sidebar--Boxselect .radio-group label {
        padding: 5px 8px !important; }
        .bottom-fixed {
        padding: 0 10px 30px;
    }
}

@media screen and (max-width: 525px) {
    .rh_ultra_prop_card__meta {
        width: 45%;
    }
    .filter-row {
    flex-direction: row;
    gap: 0px !important;
}
.home--Cstmfilter .wp-property-filter{
    max-width: 100% !important;
    border-radius: 25px;
}
.home--Cstmfilter input.wp-search-input{
    border-radius: 25px !important;
}
.gm-style .gm-style-iw-d > div > div {
    height: 322px !important;
    max-width: 100% !important;
}
.gm-style .gm-style-iw-c {
    max-width: 290px !important;
}
.home--Cstmfilter button#search-btn {
    font-size: 14px !important;
border-radius:25px !important;
}
.home--Cstmfilter form.searchbar input#property-search {
    height: 50px;
    border-radius: 25px !important;
    max-width: 100%;
    border: 1.5px solid #d1d5db !important;
}
.searchbar-container{
    max-width: 100% !important;
}
.filter-row.home--Cstmfilter {
    border-radius: 30px !important;
}
}

@media screen and (max-width: 580px) {
    .list-blocks-wrapper .list-blocks {
        width: 100% !important;
    }

    .rh-ultra-price-meta-box {
        flex-direction: column;
    }
    /* .map-wrapper {
        display: none;
    } */

    .rh-properties-card-meta-ultra {
        justify-content: start !important;

    }

    .calculator--sec .rh_property__mc {
        padding: 12px !important;
    }

    .rh-ultra-content-container {
        padding: 0px !important;
    }

    .popup_header {
        flex-direction: column;
    }

    .popup_box .tabs-menu li a svg {
        display: block !important;
    }

    .popup_box .pop_close {
        padding-top: 0px;
        order: 2;
    }

    .tabs-menu {
        flex-wrap: wrap;
    }

    .left_pop_head .tabs-menu li a {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 12px 10px !important;
        font-size: 12px;
    }

    #redesign .flex_gallery,
    #photos .pop_photo_box {
        margin-bottom: 5rem;
    }

    .popup_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .details p {
        white-space: pre-line;
    }

    .wp-block-media-text__content {
        margin-top: 4vw;
        padding: 0px !important;
    }

    .property-block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .mbFixedSort {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    opacity: 1;
/*    background: #fff;*/
    padding: 10px 20px;
/*    box-shadow: 0px 0px 10px #ddd;*/
}
.custom-popup-overlay-1 {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.custom-popup-content-1 {
    box-sizing: border-box;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
/*    padding: 20px;*/
    position: relative;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-top: 180px;
}
button.close-popup-1 {
    width: 40px;
    height: 40px;
    padding: 0px;
    font-size: 22px;
}
.cstm--headerpop {
        display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.sorting-listcstm button {
    display: block;
    /* margin-bottom: 20px; */
    width: 100%;
    color: #000;
    background: center;
    border-radius: 0px;
    border: 0px;
    padding: 15px 10px;
}

.sorting-listcstm {
    display: flex;
    width: 100%;
    flex-direction: column;
/*    padding: 20px 0px;*/
}
.cstm--headerpop h2
 {
    margin: 0px !important;
}
.listbtn.active {
    display: none;
}

.mapsbtn.active {
    display: none;
}
.mbFixedSort:has(.mapsbtn.active) button {
    display: none;
}
.sorting-listcstm > button:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.mbFixedSort a svg, .mbFixedSort button svg {
    width: 20px;
    margin-right: 10px;
}
.mbFixedSort > a, .mbFixedSort > button {
    padding: 8px 20px;
    background: #f6f6fa;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}
}
@media (max-width: 525px){
        .inspiry_half_map_header_wrapper button.filter-btn
 {
    width: 100%;
/*    margin-top: -20px;*/
}
}

.project-wrapper .properties-carousel .owl-stage {
    display: flex;
    padding-bottom: 10px !important;
}

.project-wrapper .properties-carousel .owl-stage .owl-item {
    height: inherit;
}

.project-wrapper .properties-carousel .owl-stage .owl-item .item {
    height: 100%;
    margin: 2px;
}

.project-wrapper .properties-carousel .owl-stage .owl-item .rh-ultra-property-card {
    margin-bottom: 0;
    height: inherit;
    box-shadow: 1px 2px 30px -21px #b2b1b1;
}