/* ======== start propertyProjectDetail-modal =========== */
.propertyProjectDetail-modal {
    height: 100vh;
}

.propertyProjectDetail-modal .modal-dialog {
    height: 100%;
}

.propertyProjectDetail-modal .modal-body {
    padding: 0px;
    height: calc(100% - 71px);
}

.propertyProjectDetail-modal .modal-body .propertyProjectDetail-content-wrap {
    height: 100%;
    overflow: hidden;
    padding: 60px;
}

.modal-header.propertyProjectDetail-modal-header {
    padding: 18px 20px;
}

.propertyProjectDetail-modal .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.11);
    border: none;
    border-radius: 0;
    height: 100%;
}

.propertyProjectDetail-modal-header-wrap .propertyTitle-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
}

.modal-headerBtn-icon {
    min-width: 34px;
    height: 34px;
    background: #F4F4F4;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-headerBtn-icon:hover {
    background-color: #dfdfdf;
}

.modal-headerBtn-outline {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 34px;
}

.modal-headerBtn-outline:hover {
    background-color: #dfdfdf;
}

.modal-headerBtn-outline img {}

.modal-headerBtn-outline .btnTextInfo {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.propertyProject-detail-content {
    width: 100%;
}

.propertyProject-detail-content .infoText1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #929292;
    margin-bottom: 20px;
}

.propertyProject-detail-content .infoText2 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 12px;
}

.propertyProject-detail-content .infoText3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #929292;
    margin: 0;
}

.propertyProject-detail-content-2 {
    width: 100%;
    padding-top: 0;
    border-top: none;
    margin-top: 12px;
}

.propertyProject-price-detail .priceText {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    color: #000000;
    margin: 0;
    padding-right: 10px;
}

.propertyProject-price-detail .priceText .monthText {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #707070;
    margin: 0;
    padding-left: 0;
    display: inline-block;
}

.propertyProject-price-detail .tagText {
    background: #DCEFFF;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #337AB7;
}

.propertyProject-info-box-holder {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.propertyProject-info-box {
    min-width: 90px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.propertyProject-info-box .infoText {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin: 12px 0 0;
    color: #575757;
}

.propertyProject-info-box .infoText strong {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.propertyProject-info-box .innr-box {
    text-align: center;
}

.sidebar-map iframe {
    width: 100%;
    height: 100%;
}

.propertyProject-call-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    margin: 30px 0 15px;
}

.propertyProject-call-info a {
    color: #000000;
    font-weight: 700;
}

.propertyProjectDetail-content-wrap .property-details .headingText {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
}

.propertyProjectDetail-content-wrap .property-details .dl-horizontal dt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}

.propertyProjectDetail-content-wrap .property-details .dscText p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

.propertyProjectDetail-content-wrap .detail-mid-sec {
    padding-bottom: 0;
}

.propertyProjectDetail-content-wrap .detail-bottom-sec .project-slider {
    padding-bottom: 55px;
}

.propertyProjectDetail-content-wrap .detail-bottom-sec {
    margin-top: 0;
}

.propertyProjectDetail-content-wrap .detail-bottom-sec .prop-desc {
    padding-top: 50px;
}

.propertyProjectDetail-content-wrap .detail-bottom-sec.description .prop-desc {
    padding-top: 0;
}

.propertyProjectDetail-content-wrap .detail-bottom-sec .prop-desc h3 {
    margin-bottom: 20px;
    margin-top: 0;
}

.propertyProjectDetail-modal .modal-dialog {
    margin: 0 auto;
}

.modal.propertyProjectDetail-modal.in {
    display: block;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
}

.propertyProjectDetail-modal .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

/* ======== end propertyProjectDetail-modal =========== */
/* ======== start propertyProjectDetail =========== */
.page-breadcrumb.property-details-page-breadcrumb {
    border-bottom: none;
    background-color: #fff;
}

.page-breadcrumb.property-details-page-breadcrumb .bread-btns {
    padding: 0;
}

.propertyProject-price-detail .btn-action-holder {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.propertyProject-price-detail .btn-border {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 34px;
}

.propertyProject-price-detail .btn-border:hover {
    background-color: #e7e7e7;
}

.propertyProject-price-detail .btn-border img {}

.propertyProject-price-detail .btn-border .btnTextInfo {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.details-cont .propertyProject-detail-content .virtual-tour {
    margin: 12px 0;
}

.details-cont .propertyProject-detail-content .virtual-tour a {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #337AB7;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
}

.details-cont .propertyProject-detail-content .virtual-tour a:hover {
    color: #000000;
    text-decoration: none;
}

.property-details-mid-sec .property-details .headingText {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
}

.property-details-mid-sec .property-details .dscText p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

.property-details-mid-sec .property-details .dl-horizontal dt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}

.result-blocks .result-block {
    transition: all 0.3s linear;
}

.result-blocks .result-block:hover {
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.7);
}

.details-cont .prop-action {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.details-cont .prop-action .btn {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
}

/* ======== end propertyProjectDetail =========== */
.ui-menu.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* =============== responsive ============= */
@media only screen and (max-width:991px) {
    .propertyProjectDetail-modal .modal-body {
        padding: 30px;
    }

    .propertyProjectDetail-modal .modal-body .propertyProjectDetail-content-wrap {
        padding: 10px;
    }
}

@media only screen and (max-width:767px) {
    .propertyProjectDetail-modal .modal-body {
        padding: 20px;
    }

    .propertyProject-detail-content {
        margin-top: 10px;
    }

    .propertyProjectDetail-content-wrap .property-details .headingText {
        font-size: 20px;
    }

    .propertyProject-price-detail .priceText {
        font-size: 24px;
    }

    .propertyProjectDetail-actions-list {
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px) {
    .propertyProjectDetail-modal .modal-dialog.modal-lg {
        width: 700px;
    }
}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {
    .propertyProjectDetail-modal .modal-dialog.modal-lg {
        width: 1140px;
    }
}

@media only screen and (min-width:1300px) {
    .propertyProjectDetail-modal .modal-dialog.modal-lg {
        width: 1240px;
    }
}

/* =============== end responsive ============= */
/* ------- to remove body scroll... menu sub menu scroll add ---------- */
.main-header .main-menu>ul>li>ul {
    max-height: 420px;
    overflow: auto;
    min-width: 250px;
}

/* ------- to remove body scroll... menu sub menu scroll add ---------- */
#modal-loader-wrapper {
    backdrop-filter: blur(7px);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}

.related-properties-slider .project-thumb img {
    width: 350px;
}

.map_search span.msgtoshow {
    z-index: 9 !important;
}          
                        .map_search span.msgtoshow {
                            z-index: 9 !important;
                        }
                        .property-details .dl-horizontal dd {
                            white-space: normal;
                            word-break: break-word;
                        }
                        .load_map_img {
                            float: none !important;
                            margin-right: 0;
                            display: block;
                        }
                        .load_map_img img {
                            object-fit: cover !important;
                            height: 100px;
                            width: 100%;
                        }
                        .right_mappart {
                            float: none !important;
                            width: 100%;
                            margin-top: 10px;
                        }
                        .result-block .project-block .project-info .prop-tags {
                            margin-top: 0px;
                        }
                        
                        .marker_googlemap.already_seen:hover::before,
                        .marker_googlemap:hover::before {
                            border-top: 8px solid #a3a3c2;
                        }
                        
                        .marker_googlemap.marker_active {
                            background: #a3a3c2 !important;
                            color: #000;
                            font-size: 16px;
                            z-index: 10000;
                        }
                        
                        .marker_googlemap.already_seen.marker_active::before,
                        .marker_googlemap.marker_active::before {
                            border-top: 8px solid #a3a3c2;
                        }
                    
                    div.custom_checkbox {
                        display: flex;
                        align-items: center;
                        margin-bottom: 15px;
                    }

                    div.custom_checkbox input {
                        padding: 0;
                        height: initial;
                        width: initial;
                        margin-bottom: 0;
                        display: none;
                        cursor: pointer;
                    }

                    div.custom_checkbox label {
                        position: relative;
                        cursor: pointer;
                        font-size: 14px;
                        font-weight: 500;
                    }

                    div.custom_checkbox label:before {
                        content: '';
                        -webkit-appearance: none;
                        appearance: none;
                        background-color: transparent;
                        border: 2px solid #0079bf;
                        box-shadow:
                            0 1px 2px rgba(0, 0, 0, 0.05),
                            inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                        padding: 8px;
                        display: inline-block;
                        position: relative;
                        vertical-align: middle;
                        cursor: pointer;
                        margin-right: 10px;
                        border-radius: 4px;
                    }
                    div.custom_checkbox input:checked + label:before {
                        background-color: #0079bf;
                    }
                    div.custom_checkbox input:checked + label:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 3.5px;
                        left: 7.5px;
                        width: 6px;
                        height: 11px;
                        border: solid #fff;
                        border-width: 0 2px 2px 0;
                        transform: rotate(45deg);
                    }
                /* For fixing the square foot icon and related properties slider arrow */

.propertyProject-info-box .infoText {
  min-height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.swiper-button-next.swiper-button-white.related-property,
.swiper-button-prev.swiper-button-white.related-property {
  top: calc(32% + 2px);
  margin: 0;
}
.swiper-button-next.swiper-button-white.related-property::after,
.swiper-button-prev.swiper-button-white.related-property::after{
    display: none;
}

.property-sidebar form .has-error .checkbox, .property-sidebar form .has-error .checkbox-inline, .property-sidebar form .has-error .control-label, .property-sidebar form .has-error .help-block, .property-sidebar form .has-error .radio, .property-sidebar form .has-error .radio-inline, .property-sidebar form .has-error.checkbox label, .property-sidebar form .has-error.checkbox-inline label, .property-sidebar form .has-error.radio label, .property-sidebar form .has-error.radio-inline label
{
    color: #efeeee;
}

.validationMessage {
	color: #f00 !important;
}

#top_div > footer > div.footer-bottom.text-center > div > div.copyright-info > p:nth-child(1) > a:hover {
color: #e0e964;
}

/* Remove Polygon Button Fix */
.search-remove-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 60px;
}

 .property-sidebar form .has-error .control-label {
     margin-top: 8px;
 }

 .property-sidebar .contact-box .btn:focus,
 .property-sidebar .contact-box .btn:active {
     background: #fff;
     border-color: #fff;
     color: #a50b10;
 }

 .property-sidebar .contact-box .btn+p {
     margin-top: 10px;
 }

.map_search span.msgtoshow {
    width: 80% !important;
}/* Map Lazy Loading */
.map-lazy-wrapper {
    position: relative;
    overflow: hidden;
}

.map-canvas {
    width: 100%;
    height: 100%;
    min-height: 240px; /* adjust to your sidebar-map height */
}

/* Full overlay */
.map-placeholder {
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Blurred background image */
.map-placeholder::before {
    content: "";
    position: absolute;
    inset: -12px;
    background: url("/uploads/map-placeholder.jpg") center/cover no-repeat;
    filter: blur(8px);
    transform: scale(1.08);
}

/* Darken overlay for readability */
.map-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}

.map-placeholder-btn {
    position: relative;
    z-index: 1;
    border: 0;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(255,255,255,0.92);
    color: #111;
    font-weight: 600;
}/* For Image Category Search */
.imageSearchRadioButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.imageSearchRadioButtons label {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    padding-bottom: 8px;
    border-bottom: 1px dashed #beb9b9;
}

.imageSearchRadioButtons label:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.imageSearchRadioButtons label input {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.imageSearchRadioButtons label .box {
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1565C0;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}

.imageSearchRadioButtons label input:checked+.box {
    opacity: 1;
    transform: scale(1);
}

.imageSearch_collapse .btn-holder {
    border-top: 1px solid #E5E5E5;
    justify-content: flex-end;
    padding-top: 12px;
}

.imageSearch_collapse .btn-holder .btn-box {
    width: auto;
    padding: 0;
}

.imageSearch_collapse .btn-holder .btn-box .btn {
    font-size: 14px;
    font-weight: 500;
}
.imageSearch_collapse {
    border: 0;
}


/* For Image Category Search */
.projectDetail-imgVideo-slider .img-slide p{
    position: absolute;
    z-index: 3;
    font-size: 13px;
    color: #fff;
    top: 10px;
    left: 10px;
    width: auto;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 36px;
}
.bedroomSearchMenu .dropdown-toggle {
    width: 100%;
    text-align: left;
}

.bedroomSearchMenu {
    min-width: 165px;
    text-align: left;
}

.bedroomSearchMenu .caret {
    position: absolute;
    right: 15px;
    top: 27px;
}.customstylemodal button.close {
    color: #fff;
    opacity: 1;
}