@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

.propertyLanding {
    font-size: 16px;
}

/** section.MAIN **/
.propertyLanding section.main {}

.propertyLanding section.unit-lp.main {
    margin: 80px 7px 0 7px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

@media (min-width: 768px) {
    .propertyLanding section.unit-lp.main .container.top-block {
        height: 520px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
}

.propertyLanding section.main.dark {
    position: relative;
}

.propertyLanding section.main.dark .container:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.propertyLanding section.main .heading {
    padding-top: 100px;
}

.propertyLanding section.main .heading h1 {
    font-size: 50px;
    text-transform: uppercase;
}

.propertyLanding section.main .heading h3 {}

.propertyLanding section.main .form {
    background-color: var(--top_section_form_bg, #fff);
    border-radius: var(--top_section_border_radius, 10px);
    border: var(--top_section_border_width, 0px) solid var(--top_section_border_color, #ededed);
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
    margin: 30px auto;
    max-width: 90%;
    padding: 1px 25px 20px 25px;
    width: 495px;
}

.propertyLanding section.main .form .errorMessage {
    margin: 10px 0;
    position: static;
}

.propertyLanding section.main .form .errorMessage:empty {
    display: none;
}

.propertyLanding section.main .form .box {
    padding: 8px 0;
}

.propertyLanding section.main .form .box+.box {
    border-top: none !important;
}

.propertyLanding section.main .form .search-divider {
    height: 1px;
    background-color: var(--top_section_border_color, #ededed);
    margin: 5px 0;
}

.propertyLanding section.main .form .box.property {
    background-image: url("/img/lp/propertyLanding/short-details-type.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 40px;
}

.propertyLanding section.main .form .box.city {
    background-image: var(--top_section_icon_city, url("/img/lp/propertyLanding/ic-cities.svg"));
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 40px;
}

.propertyLanding section.main .form .chosen-container-single .chosen-single span {
    line-height: 1;
    padding: 4px 16px 4px 8px;
}

.propertyLanding section.main .form .chosen-container-single.chosen-with-drop .chosen-single span,
.propertyLanding section.main .form .chosen-container-active .chosen-single span {
    background-color: transparent !important;
    background: transparent !important;
}

.propertyLanding section.main .form .box.property input[type="text"] {
    background-color: transparent;
    color: var(--top_section_fields_text_color, #626d77);
    border: none;
    font-size: 16px;
    padding-left: 18px;
}

.propertyLanding section.main .form .box.property input::placeholder {
    color: var(--top_section_fields_text_color, #626d77);
    opacity: 1;
}

.propertyLanding section.main .form .box.dates {
    background-image: url("/img/lp/propertyLanding/landing_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    position: relative;
    padding-left: 48px;
    transition: background-color 0.2s ease;
    border-radius: 30px;
    height: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.propertyLanding section.main .form .box.dates:hover {
    background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 60%, transparent);
}

.propertyLanding section.main .form .box.dates::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--top_section_icon_bg_color, #7f57df);
    border-radius: 50%;
    display: inline-block;
}

.propertyLanding section.main .form .box.dates::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: var(--top_section_icon_dates, url("/img/lp/propertyLanding/ic-dates.png")) no-repeat center/contain;
    display: inline-block;
}

.propertyLanding section.main .form .box.dates input[type="text"] {
    background-color: transparent;
    color: #626d77;
    border: none;
    font-size: 16px;
    padding-left: 11px;
    height: 60px !important;
    line-height: 60px !important;
    width: 100% !important;
}

.propertyLanding section.main .form .box.dates .row,
.propertyLanding section.main .form .box.dates .row .col {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    width: 100%;
}

.propertyLanding section.main .form .box.dates input[type="text"].blue-input-hover,
.propertyLanding section.main .form .box.dates input[type="text"]:focus,
.propertyLanding section.main .form .box.dates input[type="text"].hasDatepicker {
    background-color: transparent !important;
    background: transparent !important;
    color: var(--top_section_fields_text_color, #626d77) !important;
}

.propertyLanding section.main .form .box.dates input[type="text"].blue-input-hover::placeholder,
.propertyLanding section.main .form .box.dates input[type="text"]:focus::placeholder,
.propertyLanding section.main .form .box.dates input[type="text"].hasDatepicker::placeholder {
    color: var(--top_section_fields_text_color, #626d77) !important;
}

.propertyLanding section.main .form .box.dates input[type="text"]:disabled {
    padding-left: 0;
}

.propertyLanding section.main .form .box.persons {
    background-image: none;
    position: relative;
    padding-left: 48px;
    transition: background-color 0.2s ease;
    border-radius: 30px;
}

.propertyLanding section.main .form .box.persons:hover {
    background-color: rgba(127, 87, 223, 0.2);
    background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 20%, transparent);
}

.propertyLanding section.main .form .box.persons::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--top_section_icon_bg_color, #7f57df);
    border-radius: 50%;
    display: inline-block;
}

.propertyLanding section.main .form .box.persons::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: var(--top_section_icon_guests, url("/img/lp/propertyLanding/ic-persons.png")) no-repeat center/contain;
    display: inline-block;
}

.propertyLanding section.main .form .box.persons input[type="text"] {
    color: var(--top_section_fields_text_color, #626d77);
}

.propertyLanding section.main .form .box.persons input::placeholder {
    color: var(--top_section_fields_text_color, #626d77);
    opacity: 1;
}

.propertyLanding section.main .form input.availability_picker,
.propertyLanding section.main .form input.availability_picker::placeholder,
.propertyLanding section.main .form .chosen-container-single .chosen-single span,
.propertyLanding section.main .form .chosen-container .chosen-search input,
.propertyLanding section.main .form .chosen-container .chosen-search input::placeholder,
.propertyLanding section.main .form .chosen-container .chosen-results li,
.propertyLanding section.main .form .chosen-container .chosen-results li.result-selected {
    color: var(--top_section_fields_text_color, #626d77) !important;
    opacity: 1;
}

.propertyLanding section.main .form .chosen-container .chosen-results li.highlighted {
    background: none !important;
    background-color: rgba(127, 87, 223, 0.2) !important;
    background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 20%, transparent) !important;
    color: var(--top_section_fields_text_color, #626d77) !important;
    opacity: 1;
}


body.custom-landing-layout .chosen-container .chosen-results li.result-selected:before {
    background-image: none;
    background-color: var(--top_section_button_color, var(--first_color, #7f57df));
    -webkit-mask: url(/img/icons/ic_dropdown_checkmark@2x.svg) no-repeat center / contain;
    mask: url(/img/icons/ic_dropdown_checkmark@2x.svg) no-repeat center / contain;
}

body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item .chosen-container-single .chosen-results li.result-selected:before {
    background-image: none !important;
    background-color: var(--top_section_button_color, var(--first_color, #7f57df)) !important;
    -webkit-mask: url(/img/lp/properties/ic_dropdown_checkmark@2x.svg) no-repeat center / contain;
    mask: url(/img/lp/properties/ic_dropdown_checkmark@2x.svg) no-repeat center / contain;
}

.propertyLanding section.main .form .box.bedroom {
    background-image: none;
    position: relative;
    padding-left: 56px;
    transition: background-color 0.2s ease;
    border-radius: 30px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.propertyLanding section.main .form .box.bedroom:hover {
    background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 60%, transparent);
}

.propertyLanding section.main .form .box.bedroom::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--top_section_icon_bg_color, #7f57df);
    border-radius: 50%;
    display: inline-block;
}

.propertyLanding section.main .form .box.bedroom::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--top_section_icon_unit_type, url("/img/lp/properties/icon-bed.png")) no-repeat center/contain;
    display: inline-block;
}

.propertyLanding section.main .form .box.persons select {}

.propertyLanding section.main .form .box.persons .chosen-container-single .chosen-single,
.propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single,
.propertyLanding section.main .form .box.city .chosen-container-single .chosen-single {
    border: none;
    color: #626d77;
    font-size: 16px;
    padding-left: 12px;
    text-align: left;
}

.propertyLanding section.main .form .box.persons .chosen-container-single .chosen-single,
.propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single {
    padding-left: 0 !important;
}

.propertyLanding section.main .form .box.buttons {
    border: none;
    margin-top: 16px;
    padding: 0;
}

.propertyLanding section.main .form .box.buttons .btn {
    background-color: #1e7eee;
}

.propertyLanding section.main .form .btn.btn-primary.has-top-section-button-color {
    background-color: var(--top_section_button_color) !important;
    transition: background-color 1s ease;
}

.propertyLanding section.main .form .btn.btn-primary.has-top-section-button-color:hover,
.propertyLanding section.main .form .btn.btn-primary.has-top-section-button-color:focus,
.propertyLanding section.main .form .col-btn .btn.btn-primary.has-top-section-button-color:hover,
.propertyLanding section.main .form .col-btn .btn.btn-primary.has-top-section-button-color:focus,
.propertyLanding section.main .form .box.buttons .btn.btn-primary.has-top-section-button-color:hover,
.propertyLanding section.main .form .box.buttons .btn.btn-primary.has-top-section-button-color:focus {
    background-color: var(--top_section_button_color_hover, var(--top_section_button_color)) !important;
    transition: background-color 1s ease;
}

.propertyLanding section.main .form .box.buttons .btn {
    color: var(--top_section_button_text_color, #fff);
    border-radius: var(--top_section_button_radius, 10px);
    height: var(--top_section_button_height, 54px);
    line-height: var(--top_section_button_height, 54px);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px !important;
    margin-left: var(--top_section_button_left_indent, 0px);
    margin-right: var(--top_section_button_right_indent, 0px);
    width: calc(100% - var(--top_section_button_left_indent, 0px) - var(--top_section_button_right_indent, 0px));
    background-image: none !important;
}

@supports ((-webkit-mask: url("") no-repeat) or (mask: url("") no-repeat)) {
    .propertyLanding section.main .form .box.buttons .btn {
        position: relative;
        background-image: none !important;
    }

    .propertyLanding section.main .form .box.buttons .btn::after {
        display: none !important;
    }
}



.propertyLanding section.main .form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    font-weight: 600 !important;
    color: var(--top_section_fields_text_color, #1E1E1E) !important;
    font-size: 16px !important;
    height: 60px !important;
    line-height: 60px !important;
    width: 100% !important;
}

.propertyLanding section.main .form .btn:disabled,
.propertyLanding section.main .form .btn[disabled] {
    opacity: 1 !important;
}

@media screen and (max-width:992px) {
    .propertyLanding section.main form .form-item.check_in {}

    .propertyLanding section.main form .form-item.check_out {}

    .propertyLanding section.main form .form-item.guests {}

    .propertyLanding section.main form .form-item.buttons {
        border-top: none;
        padding-left: 32px;
        padding-top: 16px;
    }
}

@media screen and (max-width:698px) {
    .propertyLanding section.main form .form-item.check_in {
        margin-bottom: 20px;
        width: 45%;
    }

    .propertyLanding section.main form .form-item.check_out {
        margin-bottom: 20px;
        border-right: none;
        width: 55%;
    }

    .propertyLanding section.main form .form-item.guests {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid var(--top_section_border_color, #ededed);
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .propertyLanding section.main form .form-item.guests {
        padding-top: 0;
        width: 100%;
    }

    .propertyLanding section.main form .form-item.buttons {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .propertyLanding section.main h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .propertyLanding section.main .form {
        padding: 16px;
    }

    .propertyLanding section.main .form .box.property {
        background-position: left center;
        padding-left: 20px;
    }

    .propertyLanding section.main .form .box.city {
        background-position: 4px center;
        padding-left: 20px;
    }

    .propertyLanding section.main .form .box.dates {
        background-image: url("/img/lp/propertyLanding/landing_arrow.svg") !important;
    }

    .propertyLanding section.main .form .box.persons {
        background-image: none !important;
    }
}


/** section.BLOCK-REVIEWS **/
.propertyLanding section.unit-lp.block-reviews {}

.propertyLanding section.unit-lp.block-reviews {
    position: relative;
}

.propertyLanding section.unit-lp.block-reviews .block-header {
    padding-top: 0;
}

.propertyLanding section.unit-lp.block-reviews .rect-solid-gray {
    background-color: #fafafa;
    display: block;
    height: 55%;
    position: absolute;
    right: 0;
    top: 40%;
    width: 55%;
    z-index: -1;
}

.propertyLanding section.unit-lp.block-reviews h4 .stars {
    display: inline-block;
}



/** section.BLOCK-FEATURES **/
.propertyLanding section.unit-lp.block-features {
    padding-bottom: 50px;
}

.propertyLanding section.unit-lp.block-features .items .item {
    display: inline-block;
    margin: 0 20px 75px;
    vertical-align: top;
    width: 220px;
}

.propertyLanding section.unit-lp.block-features .items .item>a {
    display: block;
}

.propertyLanding section.unit-lp.block-features .items .item .img {
    background-size: cover;
    background-position: center;
    height: 220px;
    width: 100%;
}

.propertyLanding section.unit-lp.block-features .items .item .title {}

.propertyLanding section.unit-lp.block-features .items .item .desc {}





/** section.BLOCK-CARDS **/
.propertyLanding section.unit-lp.block-cards {
    padding-bottom: 50px;
}

.propertyLanding section.unit-lp.block-cards .items .item {
    display: inline-block;
    margin: 0 5px 75px;
    vertical-align: top;
    width: 270px;
}

.propertyLanding section.unit-lp.block-cards .items .item .img {
    background-size: cover;
    background-position: center;
    height: 405px;
    width: 100%;
}

.propertyLanding section.unit-lp.block-cards .items .item .title {}

.propertyLanding section.unit-lp.block-cards .items .item .desc {}

.propertyLanding section.unit-lp.block-cards .items .item .link {
    display: inline-block;
}



/** section.BLOCK-GALLERY **/
.propertyLanding section.unit-lp.block-gallery {}

.propertyLanding section.unit-lp.block-gallery .carousel {
    margin-bottom: 25px;
}

.propertyLanding section.unit-lp.block-gallery .carousel img {
    width: 100%;
}

.propertyLanding section.unit-lp.block-gallery .carousel a.img-title {
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.propertyLanding section.unit-lp.block-gallery .block-header {
    padding-bottom: 40px;
}

.propertyLanding section.unit-lp.block-gallery .items {}

.propertyLanding section.unit-lp.block-gallery .items .item {
    background-size: cover;
    background-position: center;
    display: block;
}

.propertyLanding section.unit-lp.block-gallery .items .item.item-1 {
    height: 350px;
}

.propertyLanding section.unit-lp.block-gallery .items .item.item-2 {
    height: 170px;
    margin-bottom: 10px;
}

.propertyLanding section.unit-lp.block-gallery .items .item.item-3 {
    height: 170px;
}

.propertyLanding section.unit-lp.block-gallery .items .item.item-4 {
    height: 350px;
}


/** section.BLOCK-CITY **/
.propertyLanding section.unit-lp.block-city {}

.propertyLanding section.unit-lp.block-city .carousel {
    margin-bottom: 25px;
}

.propertyLanding section.unit-lp.block-city .carousel a.city-img-title {
    align-items: center;
    display: flex;
    font-family: 'Kaushan Script', cursive !important;
    font-size: 54px;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

.propertyLanding section.unit-lp.block-city .carousel .item .img {
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 100%;
}

/** section.BLOCK-PROPERTIES **/
.propertyLanding section.unit-lp.block-properties {
    position: relative;
    background-color: #F7F5F3 !important;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .propertyLanding section.unit-lp.block-properties {
        padding: 37px 0 !important;
    }
}

.propertyLanding section.unit-lp.block-properties:before {
    background-color: #1e7eee;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 400px;
    position: absolute;
    top: 130px;
    left: -320px;
    width: 400px;
    z-index: -1;
}

.propertyLanding section.unit-lp.block-properties .items {
    text-align: left;
}

.propertyLanding section.unit-lp.block-properties .items.loading {
    position: relative;
}

.propertyLanding section.unit-lp.block-properties .items.loading:after {
    background-color: rgba(255, 255, 255, .85);
    background-image: url("/img/loading.gif");
    background-size: 50px;
    background-position: center top;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.propertyLanding section.unit-lp.block-properties .items .item {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}

.propertyLanding section.unit-lp.block-properties .items .item:nth-of-type(0) {
    margin-top: 0px;
}

.propertyLanding section.unit-lp.block-properties .items .item .details_info {
    display: flex;
    align-items: center;
}

.propertyLanding section.unit-lp.block-properties .items .item .img {
    background-size: cover;
    background-position: center;
    display: inline-block;
    float: left;
    height: 115px;
    vertical-align: top;
    width: 115px;
}

.propertyLanding section.unit-lp.block-properties .items .item .img a {
    display: block;
    height: 100%;
    width: 100%;
}

.propertyLanding section.unit-lp.block-properties .items .item .img .photo {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.propertyLanding section.unit-lp.block-properties .items .item .txt {
    display: inline-block;
    float: left;
    padding: 24px;
    text-align: left;
    vertical-align: top;
    width: calc(100% - 115px);
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .title {}

.propertyLanding section.unit-lp.block-properties .items .item .txt a.link {
    display: block;
    font-size: 12px;
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .desc {
    margin-top: 6px;
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem {
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding-right: 16px;
    vertical-align: top;
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem+.subitem {
    border-left: 1px solid #f1f1f1;
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.beds {
    background-image: url("/img/lp/propertyLanding/ic-beds.png");
    background-position: left top;
    background-size: 22px;
    overflow: hidden;
    padding-left: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 250px - 4px);
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.price {
    background-image: url("/img/lp/propertyLanding/ic-price.png");
    background-position: 16px top;
    background-size: 16px;
    padding-left: 40px;
    width: 250px;
}

.propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.price strong {
    font-size: 23px;
    vertical-align: bottom;
}

.propertyLanding section.unit-lp.block-properties .items .item .btn {
    background-color: #1e7eee;
    background-image: url(/img/lp/propertyLanding/ic_arrow_enter.svg);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 22px;
    border-radius: 30px 0 0 30px;
    box-shadow: none;
    font-weight: normal;
    margin-top: 28px;
    padding: 16px 54px 16px 32px;
    width: 100%;
}

@media screen and (max-width:991.5px) {
    .propertyLanding section.unit-lp.block-properties .items .item .txt {
        padding: 12px 24px;
    }

    .propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.beds {
        display: block;
        padding-bottom: 4px;
        width: 100%;
    }

    .propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.price {
        background-position: center left;
        border: none;
        display: block;
        padding-left: 36px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .propertyLanding section.unit-lp.block-properties .items .item {
        padding-bottom: 20px;
    }

    .propertyLanding section.unit-lp.block-properties .items .item .img {
        border-bottom-right-radius: 8px;
    }
}

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

    .propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.sleeps,
    .propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.beds,
    .propertyLanding section.unit-lp.block-properties .items .item .txt .desc .subitem.price {
        background-position: left top;
        border: none;
        float: none;
        height: 30px;
        padding-left: 35px;
        width: 100%;
    }

    .propertyLanding section.unit-lp.block-properties.list .items .item .btn {
        margin: 0;
    }
}


.propertyLanding section.unit-lp.block-properties.grid .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items h3 {
    width: 100%;
    margin: 30px 10px 15px;
    font-size: 24px;
    font-weight: 700;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item {
    background-color: #fff;
    border: none;
    border-radius: 12px;
    margin: 15px;
    overflow: hidden;
    text-decoration: none;
    width: calc(33.333% - 30px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 991px) {
    .propertyLanding section.unit-lp.block-properties.grid .items .item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 600px) {
    .propertyLanding section.unit-lp.block-properties.grid .items .item {
        width: calc(100% - 30px);
    }
}

.propertyLanding section.unit-lp.block-properties .items .item.hidden-item {
    display: none !important;
}

.propertyLanding section.unit-lp.block-properties .show-more-wrapper {
    margin-top: 40px;
}

.propertyLanding section.unit-lp.block-properties .show-more-btn {
    font-family: 'DM Sans', sans-serif !important;
    width: 161px !important;
    height: 44px !important;
    opacity: 1 !important;
    border-radius: 40px !important;
    background: #EAEAEA !important;
    border: none !important;
    color: #2C2C2C !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    padding: 0 !important;
    letter-spacing: -0.02em !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.propertyLanding section.unit-lp.block-properties .show-more-btn:hover {
    background: #393939 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item {
    background-color: #F7F5F3 !important;
    border: none !important;
    border-radius: 24px !important;
    margin: 15px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    width: calc(33.333% - 30px) !important;
    max-width: 380px !important;
    box-shadow: none !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .propertyLanding section.unit-lp.block-properties.grid .items .item {
        width: calc(50% - 30px) !important;
        max-width: none !important;
    }
}

@media screen and (max-width: 600px) {
    .propertyLanding section.unit-lp.block-properties.grid .items .item {
        width: calc(100% - 30px) !important;
        max-width: none !important;
    }
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover {
    transform: translateY(-8px) !important;
    box-shadow: none !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side {
    background-color: #f1f1f1 !important;
    height: 260px !important;
    position: relative !important;
    border-radius: 20px !important;
    margin: 0;
    overflow: hidden !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .photo {
    background-position: center !important;
    background-size: cover !important;
    height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    transition: transform 0.5s ease !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .photo {
    transform: scale(1.05) !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .badges-overlay {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    z-index: 5 !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .rating-badge {
    font-family: 'DM Sans', sans-serif !important;
    width: 73px !important;
    height: 38px !important;
    background: color-mix(in srgb, var(--property_list_rating_badge_bg, var(--top_section_button_color, var(--first_color, #6C5DD3))) 80%, transparent) !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .rating-badge .star {
    color: #FEBB30 !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .price-badge {
    font-family: 'DM Sans', sans-serif !important;
    background: #00000099 !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    height: 38px !important;
    opacity: 1 !important;
    backdrop-filter: blur(23px) !important;
    -webkit-backdrop-filter: blur(23px) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid transparent !important;
    transition: border-color 0.3s ease, background 0.3s ease !important;
    gap: 4px !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .price-badge span {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .price-badge {
    border: 1px solid #FFFFFFB2 !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .carousel-dots {
    position: absolute;
    bottom: 30px;
    left: 70%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 5;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .carousel-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: opacity 0.3s, background 0.3s;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .carousel-dots .dot.active {
    background: #FFFFFF;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .arrow-btn {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: rgba(30, 30, 30, 0.75) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .arrow-btn .arrow-icon {
    width: 13px !important;
    height: 13px !important;
    background-image: url('/img/lp/propertyLanding/property_arrow.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: inline-block !important;
    transform: rotate(0deg) !important;
    transition: transform 1s ease-in-out !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .arrow-btn {
    background: var(--top_section_button_color, var(--first_color, #683FC9)) !important;
    transform: scale(1.05) !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .arrow-btn .arrow-icon {
    transform: rotate(45deg) !important;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 12px 16px 12px 16px;
    position: relative;
    flex-grow: 1;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side .title {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 31px;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side .details-row {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-top: 4px;
    margin-bottom: 4px;
    min-height: 21px;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side .location-row {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #7C7C7C;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    margin-top: 4px;
    min-height: 21px;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side .tags-container {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: auto;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side .tags-container .tag-chip {
    font-family: 'DM Sans', sans-serif;
    min-width: 113px;
    background: #F0EFFC;
    color: #2C2C2C;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    padding: 0 12px;
    height: 38px;
    border-radius: 12px;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
    cursor: pointer;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .text-side .tags-container .tag-chip:hover,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view .single-property .text-side .amenity-tags .amenity-tag:hover,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .amenity-tags .amenity-tag:hover {
    filter: brightness(0.92) !important;
}


/** LANDING PAGE IMAGE SLIDER */
.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side.lp-slider {
    touch-action: pan-y;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slider-track {
    display: block;
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 20px;
    text-decoration: none;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: left 0.35s ease-in-out;
    z-index: 1;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slide.active {
    z-index: 2;
    left: 0;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .lp-slide.active {
    transform: none !important;
}

/** Hover gradient overlays on slides (left + right edge darkening) */
.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slide.active::before,
.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slide.active::after {
    content: '';
    display: none;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 3;
    pointer-events: none;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slide.active::after {
    left: auto;
    right: 0;
    transform: rotate(-180deg);
}

.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .lp-slide.active::before,
.propertyLanding section.unit-lp.block-properties.grid .items .item:hover .pict-side .lp-slide.active::after {
    display: block;
}

/** Slider arrow grid — 3 column layout matching search page */
.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slider-arrows {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 57px auto 57px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slider-arrows .lp-arrow {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: background-image 1s ease-in;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slider-arrows .lp-arrow-center {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slider-arrows .lp-arrow-left {
    background-image: url(/img/lp/properties/ic_arrow_change_carousel.svg),
        linear-gradient(-90deg, rgba(0, 0, 0, 0.0) 0%, #0000003f 100%);
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .lp-slider-arrows .lp-arrow-right {
    transform: rotate(-180deg);
    background-image: url(/img/lp/properties/ic_arrow_change_carousel.svg),
        linear-gradient(-90deg, rgba(0, 0, 0, 0.0) 0%, #0000003f 100%);
}

.propertyLanding section.unit-lp.block-properties.grid .items .item .pict-side .carousel-dots .dot.dot-edge {
    width: 4px !important;
    height: 4px !important;
}



/** section.BLOCK_AMENITIES **/
.propertyLanding section.unit-lp.block_amenities {
    position: relative;
}

.propertyLanding section.unit-lp.block_amenities .rect-solid-gray {
    background-color: #fafafa;
    display: block;
    height: 65%;
    position: absolute;
    right: 0;
    top: 15%;
    width: 75%;
    z-index: -1;
}

.propertyLanding section.unit-lp.block_amenities .item img {
    width: 100%;
}


/** section.BLOCK-PROMO **/
.propertyLanding section.block-promo {
    margin: 50px 0;
}

.propertyLanding section.block-promo a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
}




/** section.BLOCK-FEEDBACK **/
.propertyLanding section.unit-lp.block-feedback {
    position: relative;
    overflow: hidden;
}

.propertyLanding section.unit-lp.block-feedback .rect {
    background-image: url(/img/lp/propertyLanding/dots_gray.svg);
    background-size: cover;
    content: '';
    display: block;
    height: 200px;
    position: absolute;
    right: -20px;
    top: 200px;
    width: 200px;
    z-index: -1;
}

.propertyLanding section.unit-lp.block-feedback .carousel {
    min-height: 220px;
}

.propertyLanding section.unit-lp.block-feedback .carousel .carousel-text .carousel-indicators {
    bottom: 0;
}

.propertyLanding section.unit-lp.block-feedback .carousel .carousel-text .carousel-indicators li {
    background-color: rgba(46, 46, 46, .3);
}

.propertyLanding section.unit-lp.block-feedback .carousel .carousel-text .carousel-indicators li.active {
    background-color: rgba(46, 46, 46, 1);
}

.propertyLanding section.unit-lp.block-feedback .item {
    text-align: center;
    padding: 0 40px 60px;
}

.propertyLanding section.unit-lp.block-feedback .item img {
    border-radius: 50%;
    filter: grayscale(100%);
    height: 140px;
    margin: 0 auto;
    text-align: center;
    width: 140px
}

.propertyLanding section.unit-lp.block-feedback .item h2 {
    color: #2e2e2e;
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
}

.propertyLanding section.unit-lp.block-feedback .item p {
    margin: 0 auto;
    max-width: 780px;
}

@media screen and (max-width:600px) {
    .propertyLanding section.unit-lp.block-feedback .carousel {
        min-height: 350px;
    }
}


/** section.BLOCK-CONTACT_US **/
.propertyLanding section.unit-lp.block-contact_us {
    margin: 100px 0 200px;
    overflow: hidden;
}

.propertyLanding section.unit-lp.block-contact_us .heading {
    position: relative;
}

.propertyLanding section.unit-lp.block-contact_us .heading:before {
    background-color: #f5f6f8;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
}

.propertyLanding section.unit-lp.block-contact_us .heading .container {
    padding-top: 0;
    padding-bottom: 0;
}

.propertyLanding section.unit-lp.block-contact_us .heading h1 {
    padding: 160px 0 180px;
}

.propertyLanding section.unit-lp.block-contact_us .heading .img {
    background-image: url(/img/lp/propertyLanding/img-1.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
    margin-top: -50px;
    width: 135%;
}

.propertyLanding section.unit-lp.block-contact_us .contacts {
    position: relative;
}

.propertyLanding section.unit-lp.block-contact_us .contacts:before {
    background-color: #ededed;
    content: '';
    height: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    bottom: 60px;
    width: 1px;
}

.propertyLanding section.unit-lp.block-contact_us .contacts .social-pages {
    margin-top: 25px;
    text-align: left;
}

.propertyLanding section.unit-lp.block-contact_us .contacts .social-pages>a {
    height: 42px;
    margin: 10px;
    width: 42px;
}

.propertyLanding section.unit-lp.block-contact_us .contacts .form input[type="text"],
.propertyLanding section.unit-lp.block-contact_us .contacts .form input[type="email"],
.propertyLanding section.unit-lp.block-contact_us .contacts .form textarea {
    font-size: 16px;
    height: auto;
    padding: 15px 20px;
}

.propertyLanding section.unit-lp.block-contact_us .contacts .form .btn.btn-primary {
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .propertyLanding section.unit-lp.block-contact_us .heading h1 {
        padding: 20px 0 80px;
    }

    .propertyLanding section.unit-lp.block-contact_us .heading .img {
        width: 100%;
    }

    .propertyLanding section.unit-lp.block-contact_us .contacts:before {
        display: none;
    }
}

.js-top-widget-title-color {
    color: var(--top_section_widget_title_text_color, #ffffff) !important;
}

body.custom-landing-layout .js-top-widget-title-color {
    max-width: 304px;
    margin-left: 12px;
}

.propertyLanding section.unit-lp.block-properties .heading {
    text-align: center;
}

.propertyLanding section.unit-lp.block-properties .heading h1 {
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 40px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    color: #1E1E1E !important;
    margin: 0 !important;
    text-transform: none !important;
}

.propertyLanding .block-testimonials {
    padding: 0 0 40px 0;
    background-color: #F7F5F3;
}

.propertyLanding .testimonials-title {
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 40px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    color: #1E1E1E !important;
    margin-bottom: 48px !important;
    margin-top: 20px !important;
}

.propertyLanding .testimonials-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
}

.propertyLanding .testimonial-card {
    border: 1px solid #E3E3E3;
    border-radius: 24px;
    padding: 27px 24px 27px 24px;
    width: calc(33.333% - 16px);
    max-width: 380px;
    height: 240px;
    box-sizing: border-box;
    text-align: left;
    background: var(--feedback_item_bg, color-mix(in srgb, var(--top_section_button_color, var(--first_color, #6C5DD3)) 8%, #FFFFFF)) !important;
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 1s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 1s ease;
}

.propertyLanding .testimonial-card:hover {
    background: var(--feedback_item_bg_hover, var(--feedback_item_bg, color-mix(in srgb, var(--top_section_button_color, var(--first_color, #6C5DD3)) 14%, #FFFFFF))) !important;
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(139, 109, 223, 0.1);
}

.propertyLanding .testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.propertyLanding .testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #8B6DDF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-right: 12px;
}

.propertyLanding .testimonial-name {
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1E1E1E;
}

.propertyLanding .testimonial-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.propertyLanding .testimonial-stars {
    color: #FFB800;
    font-size: 16px;
    letter-spacing: 2px;
}

.propertyLanding .testimonial-score {
    font-weight: 600;
    font-size: 14px;
    color: #2C2C2C;
}

.propertyLanding .testimonial-text {
    font-size: 15px;
    line-height: 1.5;
    color: #2C2C2C;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .propertyLanding .testimonial-card {
        width: calc(50% - 12px);
        height: auto;
        min-height: 240px;
    }
}

@media screen and (max-width: 680px) {
    .propertyLanding .testimonial-card {
        width: 100%;
        height: auto;
        min-height: 240px;
    }

    .propertyLanding .testimonials-title {
        font-size: 32px;
    }
}

.propertyLanding-footer {
    background-color: #F7F5F3;
    padding: 80px 0 0 0;
    border-top: 1px solid #EAEAEA;
}

.propertyLanding-footer .footer-logo-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

.propertyLanding-footer .footer-brand-logo {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
}

.propertyLanding-footer .footer-brand-text {
    color: #1E1E1E !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 19px !important;
    letter-spacing: -0.02em !important;
}

.propertyLanding-footer .footer-address-label {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: -0.02em !important;
    color: #1E1E1E !important;
    margin-top: 24px !important;
    margin-bottom: 21px !important;
}

.propertyLanding-footer .footer-address-value {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 19px !important;
    letter-spacing: -0.02em !important;
    color: #1E1E1E !important;
    margin-bottom: 30px !important;
}

.propertyLanding-footer .footer-section-title {
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    line-height: 19px !important;
    color: #777777 !important;
    margin-bottom: 16px !important;
}

.propertyLanding-footer .footer-contact-block {
    margin-bottom: 32px !important;
}

@media (min-width: 768px) {

    .propertyLanding-footer .footer-contact-block,
    .propertyLanding-footer .footer-social-block {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        text-align: right !important;
    }
}

.propertyLanding-footer .footer-contact-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #2C2C2C !important;
    text-decoration: none !important;
    margin-bottom: 16px !important;
    transition: color 0.3s ease !important;
}

.propertyLanding-footer .footer-contact-link.phone-link {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1E1E1E !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
}

.propertyLanding-footer .footer-contact-link.email-link {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1E1E1E !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

.propertyLanding-footer .footer-contact-link:hover {
    color: #8B6DDF !important;
}

.propertyLanding-footer .contact-email-svg {
    width: 18px !important;
    height: 18px !important;
    color: #888888 !important;
    transition: all 0.3s ease !important;
}

.propertyLanding-footer .footer-contact-link:hover .contact-email-svg {
    color: #8B6DDF !important;
    transform: scale(1.05) !important;
}

.propertyLanding-footer .footer-social-grid {
    display: flex !important;
    gap: 8px !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

@media (min-width: 768px) {
    .propertyLanding-footer .footer-social-grid {
        justify-content: flex-end !important;
    }
}

.propertyLanding-footer .footer-social-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    background: #1e7eee !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    text-decoration: none !important;
}

.propertyLanding-footer .footer-social-icon svg {
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.3s ease !important;
}

.propertyLanding-footer .footer-social-icon:hover {
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    opacity: 0.9 !important;
}

.propertyLanding-footer .footer-social-icon:hover svg {
    transform: scale(1.1) !important;
}

/* Premium Gift Card Banner */
.propertyLanding-footer .footer-giftcard {
    background: linear-gradient(135deg, #F0EFFC 0%, #EDEBF6 100%) !important;
    border-radius: 24px !important;
    padding: 32px 40px !important;
    margin: 48px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.propertyLanding-footer .footer-giftcard-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #1E1E1E !important;
    letter-spacing: -0.01em !important;
}

.propertyLanding-footer .footer-giftcard-btn {
    background: #8B6DDF !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 12px 28px !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.propertyLanding-footer .footer-giftcard-btn:hover {
    background: #7353C4 !important;
    box-shadow: 0 4px 14px rgba(139, 109, 223, 0.3) !important;
    transform: translateY(-2px) !important;
}

.propertyLanding-copyright {
    background-color: #F7F5F3 !important;
    padding: 24px 0 40px 0 !important;
    border-top: 1px solid #EAEAEA !important;
}

.propertyLanding-copyright .copyright-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.propertyLanding-copyright .copyright-text {
    font-size: 14px !important;
    color: #777777 !important;
    margin: 0 !important;
}

.propertyLanding-copyright .powered-by {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #777777 !important;
}

.propertyLanding-copyright .powered-by img {
    height: 24px !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
}

.propertyLanding-copyright .powered-by img:hover {
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    .propertyLanding-footer .footer-giftcard {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px !important;
    }

    .propertyLanding-copyright .copyright-row {
        flex-direction: column !important;
        text-align: center !important;
    }
}

.propertyLanding section.unit-lp.block-reviews.new-design {
    padding: 80px 0;
    background-color: #F7F5F3;
    position: relative;
    z-index: 5;
}

.propertyLanding section.unit-lp.main + section.unit-lp.block-reviews.new-design {
    padding-top: 170px;
}

.propertyLanding section.unit-lp.block-reviews.new-design .custom-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.propertyLanding section.unit-lp.block-reviews.new-design .heading-container {
    margin-bottom: 50px;
}

.propertyLanding section.unit-lp.block-reviews.new-design .welcome-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.propertyLanding section.unit-lp.block-reviews.new-design .welcome-title {
    font-size: 48px;
    color: #111;
    margin: 0;
    font-weight: normal;
}

.propertyLanding section.unit-lp.block-reviews.new-design .reviews-content-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.propertyLanding section.unit-lp.block-reviews.new-design .reviews-left-images {
    width: 260px;
    position: relative;
    min-height: 400px;
    align-self: stretch;
}

.propertyLanding section.unit-lp.block-reviews.new-design .reviews-right-images {
    width: 340px;
    position: relative;
    min-height: 400px;
    align-self: stretch;
}

.propertyLanding section.unit-lp.block-reviews.new-design .reviews-center-text {
    flex: 1;
    padding: 0 40px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.propertyLanding section.unit-lp.block-reviews.new-design .reviews-content-grid.no-images .reviews-center-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.propertyLanding section.unit-lp.block-reviews.new-design .reviews-center-text p {
    margin-bottom: 15px;
}

.propertyLanding section.unit-lp.block-reviews.new-design .review-img {
    position: absolute;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.propertyLanding section.unit-lp.block-reviews.new-design .review-img.aos-animate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.propertyLanding section.unit-lp.block-reviews.new-design .review-img:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    z-index: 10 !important;
}

.propertyLanding section.unit-lp.block-reviews.new-design .img-top-left {
    top: -120px;
    right: -50px;
    width: 259px;
    height: 227px;
    z-index: 2;
}

.propertyLanding section.unit-lp.block-reviews.new-design .img-bottom-left {
    bottom: 20px;
    left: -20px;
    width: 219px;
    height: 242px;
    z-index: 1;
    top: 45px;
}

.propertyLanding section.unit-lp.block-reviews.new-design .img-top-right {
    top: -130px;
    left: 0;
    width: 313px;
    height: 226px;
    z-index: 2;
}

.propertyLanding section.unit-lp.block-reviews.new-design .img-bottom-right {
    bottom: 30px;
    right: -30px;
    width: 335px;
    height: 233px;
    z-index: 1;
    top: 140px;
}

@media (max-width: 1399px) and (min-width: 992px) {
    .propertyLanding section.unit-lp.block-reviews.new-design .reviews-left-images {
        width: 200px;
        min-height: 320px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .reviews-right-images {
        width: 240px;
        min-height: 320px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .reviews-center-text {
        padding: 0 20px;
    }

    .propertyLanding section.unit-lp.main + section.unit-lp.block-reviews.new-design {
        padding-top: 130px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .img-top-left {
        width: 100%;
        height: auto;
        aspect-ratio: 259/227;
        right: 0;
        top: -80px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .img-bottom-left {
        width: 85%;
        height: auto;
        aspect-ratio: 219/242;
        left: 0;
        top: auto;
        bottom: 20px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .img-top-right {
        width: 90%;
        height: auto;
        aspect-ratio: 313/226;
        left: 0;
        top: -90px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .img-bottom-right {
        width: 95%;
        height: auto;
        aspect-ratio: 335/233;
        right: 0;
        top: auto;
        bottom: 30px;
    }
}

@media (max-width: 991px) {
    .propertyLanding section.unit-lp.block-reviews.new-design {
        padding: 0 !important;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .reviews-content-grid {
        flex-wrap: wrap;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .reviews-center-text {
        width: 100%;
        padding: 0 15px;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .reviews-mobile-image {
        text-align: center !important;
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .review-mobile-img {
        display: inline-block !important;
        width: 100% !important;
        max-width: 480px !important;
        height: auto !important;
        aspect-ratio: 313/226 !important;
        object-fit: cover !important;
        border-radius: 24px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    }
}

@media (max-width: 600px) {
    .propertyLanding section.unit-lp.block-properties {
        padding: 0 !important;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .heading-container {
        margin-bottom: 30px !important;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .welcome-subtitle {
        font-weight: 600 !important;
        font-size: 15px !important;
        line-height: 100% !important;
        letter-spacing: -0.02em !important;
        text-align: center !important;
        margin-top: 60px !important;
        margin-bottom: 25px !important;
    }

    .propertyLanding section.unit-lp.block-reviews.new-design .welcome-title {
        font-weight: 400 !important;
        font-size: 60px !important;
        line-height: 53px !important;
        letter-spacing: -0.02em !important;
        text-align: center !important;
        width: 249px !important;
        margin: 0 auto !important;
    }

    .propertyLanding .testimonials-title {
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 100% !important;
        letter-spacing: -0.02em !important;
        text-align: center !important;
    }

    .propertyLanding .testimonials-grid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .propertyLanding .testimonial-card {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    nav.navbar.navbar-default.navbar-custom {
        height: 80px;
        min-height: 80px;
    }

    nav.navbar.navbar-default.navbar-custom .container-fluid {
        display: flex;
        align-items: center;
        height: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }

    body.custom-landing-layout nav.navbar.navbar-default.navbar-custom .container-fluid {
        padding-left: 44px;
        padding-right: 44px;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-header {
        float: none;
        display: flex;
        align-items: center;
        height: 100%;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-brand {
        float: none;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-brand a {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-collapse {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-top: none !important;
        box-shadow: none !important;
        margin-left: auto !important;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-nav {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-nav>li {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }

    nav.navbar.navbar-default.navbar-custom .navbar-nav>li>a {
        padding: 0 16px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }
}

.propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single>div,
.propertyLanding section.main .form .box.persons .chosen-container-single .chosen-single>div {
    display: none;
}

.propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single span,
.propertyLanding section.main .form .box.persons .chosen-container-single .chosen-single span {
    padding-right: 8px;
}

nav.navbar.navbar-default.navbar-custom .navbar-brand a,
nav.navbar.navbar-default .navbar-brand a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

nav.navbar.navbar-default.navbar-custom .navbar-brand a span.company-name,
nav.navbar.navbar-default .navbar-brand a span.company-name {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #1E1E1E;
    margin-left: 8px;
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 480px) {

    nav.navbar.navbar-default.navbar-custom .navbar-brand a span.company-name,
    nav.navbar.navbar-default .navbar-brand a span.company-name {
        font-size: 16px;
        margin-left: 8px;
    }
}

@media (min-width: 768px) {
    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse {
        float: none;
        display: flex;
        align-items: center;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        border-top: none;
        box-shadow: none;
        margin-left: auto;
        width: 100%;
        position: relative;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse .navbar-right-group {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
        margin-left: auto;
        gap: 6px;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse ul.navbar-center {
        position: absolute !important;
        left: 43% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        height: auto !important;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse .navbar-right-group ul.navbar-right {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        display: block !important;
        height: auto !important;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse ul.navbar-center li {
        display: inline-block !important;
        float: none !important;
        text-align: center !important;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse .navbar-right-group ul.navbar-right li {
        display: block !important;
        float: none !important;
        text-align: right !important;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse ul.navbar-center li a {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #1E1E1E;
        padding: 0;
        margin: 0;
        height: auto;
        display: inline-block;
        opacity: 1;
        transition: opacity 0.2s ease;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse ul.navbar-center li a:hover {
        opacity: 0.6;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse .navbar-right-group ul.navbar-right li a {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        line-height: 1.1 !important;
        display: inline-block !important;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse ul.navbar-center li a.navbar-address-link,
    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse .navbar-right-group ul.navbar-right li a.navbar-address-link {
        font-size: 14px !important;
        color: #777 !important;
        font-weight: 400 !important;
        opacity: 0.8 !important;
        line-height: 19px !important;
    }

    nav.navbar.navbar-default.navbar-custom #bs-navbar-collapse .navbar-right-group ul.navbar-right li.phone a {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
    }
}

.propertyLanding section.unit-lp.main .container.top-block {
    position: relative;
    z-index: 1;
}

.hero-slideshow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-carousel-dots {
    position: absolute;
    bottom: 49px;
    right: 7%;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #FFFFFF;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-dot.active {
    background-color: #FFFFFF;
}

.propertyLanding section.main .form .items-merged-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.propertyLanding section.main .form .items-merged-layout::before,
.propertyLanding section.main .form .items-merged-layout::after {
    content: none;
    display: none;
}

.propertyLanding section.main .form .items-merged-layout .col-guests {
    flex: 1;
    min-width: 0;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
}

.propertyLanding section.main .form .items-merged-layout .col-btn {
    width: 161px;
    flex-shrink: 0;
    margin-left: 16px;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
}

.propertyLanding section.main .form .items-merged-layout .col-btn .btn {
    width: 161px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.propertyLanding section.main .form .chosen-container {
    width: 100%;
}

.propertyLanding section.main .form .box.persons.merged-search {
    padding: 0;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
}

.propertyLanding section.main .form .box.persons.merged-search::before,
.propertyLanding section.main .form .box.persons.merged-search::after {
    content: none;
    display: none;
}

.propertyLanding section.main .form .box.persons.merged-search .col-guests {
    position: relative;
    padding-left: 64px;
    border-radius: 30px;
    transition: background-color 0.2s ease;
    margin-left: -10px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.propertyLanding section.main .form .box.persons.merged-search .col-guests:hover {
    background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 60%, transparent);
}

.propertyLanding section.main .form .box.persons.merged-search .col-guests::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--top_section_icon_bg_color, #7f57df);
    border-radius: 50%;
    display: inline-block;
}

.propertyLanding section.main .form .box.persons.merged-search .col-guests::after {
    content: "";
    position: absolute;
    left: calc(12px + (40px - 16px) / 2);
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: var(--top_section_icon_guests, url("/img/lp/propertyLanding/ic-persons.png")) no-repeat center/contain;
    display: inline-block;
}

.propertyLanding section.main .form .col-btn .btn {
    background-color: #1e7eee;
    color: var(--top_section_button_text_color, #fff);
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.propertyLanding section.main .form .col-btn .btn.btn-primary.has-top-section-button-color {
    background-color: var(--top_section_button_color) !important;
}

.propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single,
.propertyLanding section.main .form .box.persons.merged-search .col-guests .chosen-container-single .chosen-single {
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    box-shadow: none;
}

.propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single span,
.propertyLanding section.main .form .box.persons.merged-search .col-guests .chosen-container-single .chosen-single span {
    line-height: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}

body.custom-landing-layout .tobook,
body.custom-landing-layout .tobook * {
    font-family: 'DM Sans', sans-serif !important;
}

body.custom-landing-layout .tobook .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

body.custom-landing-layout .tobook .favorite {
    display: none !important;
}

body.custom-landing-layout .tobook section.main .filter {
    border-bottom: none;
}

body.custom-landing-layout .tobook section.main .filter .custom-map-toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

body.custom-landing-layout .tobook section.main .filter .custom-map-toggle .map-toggle-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: var(--top_section_icon_bg_color, #F0EDFC) !important;
    color: var(--first_color, #6C5DD3) !important;
    flex-shrink: 0 !important;
}

body.custom-landing-layout .tobook section.main .filter .custom-map-toggle .map-toggle-icon svg {
    width: 16px !important;
    height: 16px !important;
    fill: currentColor !important;
}

body.custom-landing-layout .tobook section.main .filter .custom-map-toggle span {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #000000 !important;
}

@media screen and (min-width: 769px) {
    body.custom-landing-layout .tobook section.main .filter {
        height: 80px;
        padding: 0;
        padding-left: 40px;
        padding-right: 32px;
        display: flex;
        align-items: center;
    }

    body.custom-landing-layout .tobook section.main .filter > div {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 13px 0 0 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item {
        border-right: none;
        height: auto;
        padding: 0 6px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item:first-child {
        padding-left: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.city { order: 1; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.bedrooms { order: 2; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.check { order: 3; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.guests { order: 4; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.stars { order: 5; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.rate { order: 6; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.order { order: 7; }
    body.custom-landing-layout .tobook section.main .filter .filter-item.advanced-btn { order: 8; }
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.map-switch {
        order: 9;
        margin-left: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.bedrooms,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.check {
        margin-right: 40px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests {
        padding-left: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .custom-whitelabel-filter-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        background-color: var(--top_section_icon_bg_color, #F0EDFC); /* dynamic background from admin settings */
        border-radius: 50%;
        color: var(--first_color, #6C5DD3); /* dynamic color from admin settings */
        flex-shrink: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper svg,
    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper .filter-icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper .filter-icon {
        display: inline-block;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper .filter-icon.dates {
        background: var(--top_section_icon_dates, url("/img/lp/propertyLanding/ic-dates.png")) no-repeat center/contain;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper .filter-icon.bedrooms {
        background: var(--top_section_icon_unit_type, url("/img/lp/properties/icon-bed.png")) no-repeat center/contain;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper .filter-icon.guests {
        background: var(--top_section_icon_guests, url("/img/lp/propertyLanding/ic-persons.png")) no-repeat center/contain;
    }

    body.custom-landing-layout .tobook section.main .filter .custom-whitelabel-filter-item .chosen-container-single .chosen-single div {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .custom-whitelabel-filter-item .chosen-container-single .chosen-single {
        min-width: unset;
        width: auto !important;
        margin-left: 0;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    body.custom-landing-layout .tobook section.main .filter .custom-whitelabel-filter-item .chosen-container-single .chosen-single span {
        padding: 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #1E1E1E;
        margin-right: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main .filter-item.guests .chosen-container,
    body.custom-landing-layout .tobook section.main .filter .filter-main .filter-item.bedrooms .chosen-container {
        width: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check {
        display: inline-flex;
        align-items: center;
        position: relative;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check .datepicker-display-value {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #1E1E1E;
        pointer-events: none;
        user-select: none;
        white-space: nowrap;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check input#tobook-check-out {
        pointer-events: none;
        width: 1px;
        height: 1px;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check .arr {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests {
        border-right: 1px solid #E0E0E0 !important;
        padding-right: 20px;
        margin-right: 15px;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item {
        flex-shrink: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.rate,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order {
        padding: 0;
        margin-right: 16px;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.advanced-btn {
        padding: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.rate .btn-advanced-filter,
    body.custom-landing-layout .tobook section.main .filter .filter-item.advanced-btn .btn-advanced-filter {
        display: inline-flex;
        align-items: center;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.rate .btn-advanced-filter .caret,
    body.custom-landing-layout .tobook section.main .filter .filter-item.advanced-btn .btn-advanced-filter .caret {
        float: none;
        margin-left: -9px;
        margin-top: -1px;
        background-image: url(/img/lp/propertyLanding/search-page-filter-arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars .chosen-container-single .chosen-single span,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order .chosen-container-single .chosen-single span {
        padding-right: 21px;
        margin: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars .chosen-container-single .chosen-single div,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order .chosen-container-single .chosen-single div {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 8px;
        right: -5px;
        top: 2px;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars .chosen-container-single .chosen-single div b,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order .chosen-container-single .chosen-single div b {
        background: url(/img/lp/propertyLanding/search-page-filter-arrow.svg) center / contain no-repeat !important;
        width: 12px;
        height: 8px;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars .chosen-container-single .chosen-single span,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order .chosen-container-single .chosen-single span,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.rate .btn-advanced-filter .txt,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.advanced-btn .btn-advanced-filter .txt {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #000000;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main .filter-item.stars .chosen-container,
    body.custom-landing-layout .tobook section.main .filter .filter-main .filter-item.order .chosen-container {
        width: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars .chosen-container-single .chosen-single,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order .chosen-container-single .chosen-single {
        min-width: 0;
        width: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars .chosen-container-single .chosen-single span,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order .chosen-container-single .chosen-single span {
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
    }

    body.custom-landing-layout .tobook section.main .wrapper {
        padding-top: 80px;
        padding-left: 44px;
        padding-right: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        gap: 24px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .map {
        position: sticky;
        top: 170px;
        flex: 1;
        width: auto;
        height: calc(100vh - 190px);
        margin: 20px 20px 20px 0;
        border-radius: 20px;
        overflow: hidden;
    }

    body.custom-landing-layout .tobook section.main .wrapper .map .google-map {
        border-radius: 20px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties.list {
        max-width: 910px;
        width: 100%;
        flex-shrink: 1;
        min-width: 0;
        padding: 24px 0 24px 0;
        display: block;
        float: none;
        text-align: left;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties.grid {
        flex: 1;
        padding: 12px 12px 12px 0;
        display: block;
        float: none;
        text-align: left;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties.grid .single-property .favorite .heart-icon {
        display: none;
    }

    @media screen and (min-width: 1766px) {
        body.custom-landing-layout .tobook section.main .wrapper .properties.grid {
            flex: none;
            width: 1416px;
        }
        body.custom-landing-layout .tobook section.main .wrapper .map {
            width: calc(100% - 1416px - 24px - 44px);
            flex: none;
        }
    }

    @media screen and (max-width: 1765px) and (min-width: 1201px) {
        body.custom-landing-layout .tobook section.main .wrapper .map {
            width: 350px;
            flex: none;
        }
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .properties-count-header {
        font-weight: 700;
        font-style: normal;
        font-size: 17px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #000000;
        margin: 0 20px 19px 0;
        padding-bottom: 19px;
        border-bottom: 1px solid #E0E0E0;
        text-align: left;
        display: block;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view {
        overflow: visible;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 0 16px 0;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        position: relative;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side {
        width: 336px;
        height: 224px;
        flex-shrink: 0;
        border-radius: 24px;
        overflow: hidden;
        position: relative;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side {
        flex: 1;
        margin-left: 35px;
        padding: 20px 0 0 0;
        text-decoration: none;
        position: static;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        gap: 12px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex>div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex>div:first-child>.title {
        order: 1;
        color: #1E1E1E;
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: -0.02em;
        max-height: none;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex>div:first-child>div:nth-child(3) {
        order: 2;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex>div:first-child>.type {
        order: 3;
        margin-top: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: #7C7C7C;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex>div:first-child>div:nth-child(4) {
        order: 4;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .single-property .favorite {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .single-property .text-side .details-landing {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .single-property .text-side .details-landing > div {
        background: none !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
        line-height: normal !important;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -0.02em;
        color: #4B4B4B;
        padding-right: 0;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .single-property .text-side .details-landing .dot-separator {
        color: #4B4B4B;
        font-weight: 500;
        font-size: 16px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .single-property .text-side .amenity-badges-landing {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 8px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .single-property .text-side .amenity-badges-landing > div {
        background: #EFEFFA;
        color: #6C5DD3;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        display: inline-block;
        margin: 0;
        text-transform: none;
        height: auto;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .type>span {
        display: none;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .type>span img {
        filter: none;
        margin-right: 4px;
        width: 14px;
        height: 14px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .type>span>span {
        font-size: 16px;
        font-weight: 500;
        color: #55586D;
        display: inline-block;
        vertical-align: middle;
        line-height: 100%;
        letter-spacing: -0.02em;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite {
        position: absolute;
        top: 12px;
        right: 12px;
        left: auto;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 15;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite:hover {
        background-color: rgba(255, 255, 255, 1);
        transform: scale(1.08);
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        cursor: pointer;
        margin: 0;
        padding: 0;
        background: none !important;
        filter: none !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite .heart-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite .heart-outline {
        color: #3a3a3a;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite .heart-filled {
        color: var(--top_section_button_color, var(--first_color, #6C5DD3));
        animation: heartPop 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    @keyframes heartPop {
        0% { transform: scale(0.5); }
        50% { transform: scale(1.2); }
        100% { transform: scale(1); }
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite input[type="checkbox"]+label {
        background: none !important;
        filter: none !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .favorite input[type="checkbox"]:checked+label {
        background: none !important;
        filter: none !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .btn-gallery {
        background-image: none;
        background-color: rgba(30, 30, 30, 0.7);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        bottom: 12px;
        right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s ease;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .btn-gallery::before {
        content: "↗";
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .btn-gallery:hover {
        background-color: rgba(30, 30, 30, 0.9);
    }
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box {
    padding-top: 0;
    text-align: left;
    position: static;
    width: auto;
    margin: 0;
    flex-shrink: 0;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box>div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 4px;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box span {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #1E1E1E;
    line-height: 100%;
    letter-spacing: -0.02em;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box .default-price-label span {
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box .default-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #1E1E1E !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box .price.customCSS-first_color,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box .price,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box .discount-price {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: #1E1E1E !important;
    display: inline-block;
    line-height: 100%;
    letter-spacing: -0.02em;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box .original-price {
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 8px;
    color: #B3B3B3;
}

.properties-count-header {
    display: none;
}


body.custom-landing-layout #book-it-button .btn-primary {
    background-color: var(--top_section_button_color, var(--first_color)) !important;
    border-color: var(--top_section_button_color, var(--first_color)) !important;
    height: 50px;
    border-radius: 40px;
    transition: background-color 1s ease !important;
}

body.custom-landing-layout #book-it-button .btn-primary:hover,
body.custom-landing-layout #book-it-button .btn-primary:focus {
    background-color: var(--top_section_button_color_hover, var(--top_section_button_color, var(--first_color))) !important;
    border-color: var(--top_section_button_color_hover, var(--top_section_button_color, var(--first_color))) !important;
    height: 50px;
    transition: background-color 1s ease !important;
    border-radius: 40px;
}

body.custom-landing-layout .details section.info .section-title,
body.custom-landing-layout .details section.info .section-title.blue,
body.custom-landing-layout .details section.info .section-title.orange {
    background: transparent !important;
    color: #121B53;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 32px 0 16px 0;
    display: block;
}

body.custom-landing-layout .details section.info .section-title:after {
    display: none;
}

body.custom-landing-layout .details section.info .subsection {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 40px;
}

body.custom-landing-layout .details section.info .subsection#section-about {
    border-bottom: 1px solid #E0E0E0 !important;
    padding: 0 0 40px !important;
    margin-top: 38px !important;
}

body.custom-landing-layout .details .text-left:has(+ #section-about) {
    display: none !important;
}

body.custom-landing-layout .details #section-short-address,
body.custom-landing-layout .details .heading-reviews-rating {
    display: none !important;
}

body.custom-landing-layout .details section.info .subsection .description,
body.custom-landing-layout .details section.info .subsection .description * {
    color: #2C2C2C !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
}

body.custom-landing-layout .tobook section.main .wrapper:not(.mapVisible) .map {
    display: none;
}

body.custom-landing-layout .tobook section.main .wrapper:not(.mapVisible) {
    justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
    body.custom-landing-layout .tobook section.main .wrapper {
        flex-direction: column;
        padding-top: 80px;
        gap: 24px;
    }

    body.custom-landing-layout .tobook section.main .wrapper:not(.mapVisible) {
        justify-content: flex-start;
    }

    body.custom-landing-layout .tobook section.main .wrapper .map {
        position: static;
        width: calc(100% - 8px);
        height: 400px;
        margin: 20px auto;
        border-radius: 20px;
        overflow: hidden;
        flex: none;
    }

    body.custom-landing-layout .tobook section.main .wrapper .map .google-map {
        height: 100%;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties {
        width: 100%;
        padding: 0 24px 24px 24px;
        flex-shrink: 1;
    }
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view .single-property .text-side .amenity-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    order: 5;
    margin-top: 8px;
    padding-top: 0;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view .single-property .text-side .amenity-tags .amenity-tag {
    font-family: 'DM Sans', sans-serif;
    min-width: 113px;
    background-color: color-mix(in srgb, var(--top_section_button_color, var(--first_color, #6C5DD3)) 15%, transparent);
    color: #2C2C2C;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    padding: 0 12px;
    height: 38px;
    border-radius: 12px;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
    cursor: pointer;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view .single-property .text-side .amenity-tags .amenity-tag:hover {
    /* Don't shift the color on hover — just darken the existing tag. */
    filter: brightness(0.93);
}

/* Remove the diagonal arrow CTA on cards — the photo slider already has its own
   left/right scroll arrows, so this extra arrow is redundant. */
body.custom-landing-layout .tobook .properties .single-property .pict-side .arrow-btn,
.propertyLanding section.unit-lp.block-properties .items .item .pict-side .arrow-btn {
    display: none !important;
}

@media screen and (max-width: 767px) {
    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .flex {
        flex-direction: column;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box {
        text-align: left;
        margin-top: 12px;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side .price-box>div {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 600px) {
    body.custom-landing-layout .tobook section.main .wrapper .properties {
        padding: 0 0 24px 0 !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .text-side {
        padding: 15px 12px !important;
    }

    body.custom-landing-layout .propertyLanding section.main .form {
        max-width: 95%;
        padding: 10px 10px 30px 10px;
    }

    body.custom-landing-layout .propertyLanding section.main .form .box.dates::before {
        left: 12px;
    }

    body.custom-landing-layout .propertyLanding section.main .form .box.bedroom::before {
        left: 12px;
    }

    body.custom-landing-layout .propertyLanding section.main .form .box.persons.merged-search .col-guests::before {
        left: 12px;
    }

    body.custom-landing-layout .propertyLanding section.main .form .box.persons.merged-search .col-guests::after {
        left: 24px;
    }

    body.custom-landing-layout .propertyLanding section.main .form .box.bedroom .chosen-container-single .chosen-single span,
    body.custom-landing-layout .propertyLanding section.main .form .box.persons.merged-search .col-guests .chosen-container-single .chosen-single span {
        font-size: 14px !important;
    }

    body.custom-landing-layout .propertyLanding section.main .form .box.dates input[type="text"].blue-input-hover,
    body.custom-landing-layout .propertyLanding section.main .form .box.dates input[type="text"]:focus,
    body.custom-landing-layout .propertyLanding section.main .form .box.dates input[type="text"].hasDatepicker {
        font-size: 14px !important;
    }

    body.custom-landing-layout .welcome-title {
        width: 249px;
        font-weight: 400;
        font-size: 60px;
        line-height: 53px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000;
    }
}

body.custom-landing-layout .ui-datepicker.ui-widget {
    border-radius: 16px;
}

body.custom-landing-layout .clear-dates-btn.calendar-internal-block {
    color: #000;
}

body.custom-landing-layout #ui-datepicker-div#ui-datepicker-div .clear-dates-btn,
body.custom-landing-layout #ui-datepicker-div#ui-datepicker-div .clear-dates-btn.calendar-internal-block,
body.custom-landing-layout #ui-datepicker-div .clear-dates-btn,
body.custom-landing-layout #ui-datepicker-div .clear-dates-btn.calendar-internal-block {
    color: #000 !important;
}

body.custom-landing-layout .propertyLanding .chosen-drop {
    border-radius: 16px;
    box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.1);
    width: 217px;
}

body.custom-landing-layout .propertyLanding .chosen-results {
   height: 115px;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .badges-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 15;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .rating-badge {
    width: 73px;
    height: 38px;
    background: color-mix(in srgb, var(--property_list_rating_badge_bg, var(--top_section_button_color, var(--first_color, #6C5DD3))) 80%, transparent) !important;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .rating-badge .star {
    color: #FEBB30;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .arrow-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(30, 30, 30, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property .pict-side .arrow-btn .arrow-icon {
    width: 13px;
    height: 13px;
    background-image: url('/img/lp/propertyLanding/property_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 1s ease-in-out;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property:hover .pict-side .arrow-btn {
    background: var(--top_section_button_color, var(--first_color, #683FC9));
    transform: scale(1.05);
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.list .single-property:hover .pict-side .arrow-btn .arrow-icon {
    transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
    body.custom-landing-layout .details section.main .images {
        height: 398px;
        margin: 3px 0 3px 0;
    }

    body.custom-landing-layout .details section.main .images .property_pic {
        border-radius: 24px;
    }

    body.custom-landing-layout .details section.main .images .property_pic:nth-child(3n + 1) {
        width: calc(54% - 5px);
    }

    body.custom-landing-layout .details section.main .images .property_pic:nth-child(3n + 2) {
        height: calc(50% - 5px);
        left: calc(54% + 5px);
    }

    body.custom-landing-layout .details section.main .images .property_pic:nth-child(3n + 3) {
        left: calc(54% + 5px);
    }

    body.custom-landing-layout .details section.main .images .property_pic:nth-child(7) {
        height: calc(50% - 5px);
        left: calc(77% + 10px);
        top: 0;
        width: 23%;
    }

    body.custom-landing-layout .details section.main .images .property_pic:nth-child(8) {
        position: absolute;
        height: 50%;
        top: 50%;
        left: calc(77% + 10px);
        width: 23%;
        background-size: cover;
        background-position: center;
        display: inline-block;
        float: left;
        vertical-align: top;
        border-radius: 24px;
    }
}

body.custom-landing-layout .details section.info .subsection.reviews .items {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

body.custom-landing-layout .details section.info .subsection.reviews .item {
    background: var(--feedback_item_bg, color-mix(in srgb, var(--top_section_button_color, var(--first_color, #6C5DD3)) 8%, #FFFFFF)) !important;
    border-radius: 24px;
    padding: 24px 20px;
    height: 240px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    overflow: hidden;
    transition: background-color 1s ease;
}

body.custom-landing-layout .details section.info .subsection.reviews .item:hover {
    background: var(--feedback_item_bg_hover, var(--feedback_item_bg, color-mix(in srgb, var(--top_section_button_color, var(--first_color, #6C5DD3)) 14%, #FFFFFF))) !important;
}

body.custom-landing-layout .details section.info .subsection.reviews > .items > .item:nth-child(n+7) {
    display: none;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    overflow: visible;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .header .ava {
    display: none;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .header .ava-initials {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--top_section_button_color, var(--first_color, #6C5DD3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-right: 12px;
    float: none;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .header .name-block {
    display: flex;
    flex-direction: column;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .header .name-block .name {
    font-weight: 600;
    font-size: 17px;
    color: #1E1E1E;
    line-height: 1.2;
    margin-bottom: 2px;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .header .name-block .desc .date {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row .stars .star {
    background-image: url(/img/lp/ic-star-golden.svg);
}

body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row .stars[data-stars^="1"] .star:nth-child(n+2),
body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row .stars[data-stars^="2"] .star:nth-child(n+3),
body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row .stars[data-stars^="3"] .star:nth-child(n+4),
body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row .stars[data-stars^="4"] .star:nth-child(n+5) {
    background-image: url(/img/lp/ic-star-golden-gray.svg);
}

body.custom-landing-layout .details section.info .subsection.reviews .item .review-rating-row .rating-score {
    font-weight: 600;
    font-size: 14px;
    color: #2C2C2C;
    margin-left: 4px;
}

body.custom-landing-layout .details section.info .subsection.reviews .item .txt {
    font-size: 15px;
    line-height: 1.5;
    color: #2C2C2C;
}

body.custom-landing-layout .details section.info .subsection.reviews .txt-slate_gray img {
    content: url(/img/lp/ic-star-golden.svg);
}

body.custom-landing-layout .details section.info .main_panel .heading img[src*="ic-star-blue"] {
    content: url(/img/lp/ic-star-golden.svg);
}

body.custom-landing-layout .details section.info .subsection.reviews .hbtn.btn-show-all {
    margin-top: 15px;
    border-radius: 12px;
}

body.custom-landing-layout .lp_modal .items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 18px;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

body.custom-landing-layout .lp_modal .items .item {
    width: 100%;
    max-height: none;
    flex-shrink: 0;
}

body.custom-landing-layout .lp_modal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
    body.custom-landing-layout .details#landing_details {
        padding: 19px 0 0 0;
    }
}

@media screen and (min-width: 1025px) {
    body.custom-landing-layout .details section.main {
        background-image: none !important;
        background-color: #ffffff;
    }
    body.custom-landing-layout .details section.main .carousel-wrapper {
        padding: 0 130px;
    }
    body.custom-landing-layout .details section.main .favorite {
        right: 130px;
    }
}

body.custom-landing-layout .details section.main .images .view-photos,
body.custom-landing-layout .details section.main .slider-images .view-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border-radius: 12px;
    opacity: 1;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-decoration: none;
    padding: 0;
    border: none;
    transition: background 0.2s ease;
}

body.custom-landing-layout .details section.main .images .view-photos:hover,
body.custom-landing-layout .details section.main .slider-images .view-photos:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-decoration: none;
}

body.custom-landing-layout,
body.custom-landing-layout .details,
body.custom-landing-layout .details section.main,
body.custom-landing-layout .details section.info,
body.custom-landing-layout .details section.main .images {
    background: #FDFCFB !important;
    background-color: #FDFCFB !important;
}

body.custom-landing-layout .right_panel.details {
    min-width: 408px;
}

body.custom-landing-layout .right_panel.details .form {
    background: #F7F9FB;
    opacity: 1;
    border-radius: 24px;
    border: 1px solid #EEF1F3;
    padding: 8px 30px 24px 30px;
}

body.custom-landing-layout .right_panel.details .form .box {
    border-bottom: none !important;
    padding: 10px 0 !important;
}

body.custom-landing-layout .right_panel.details .form .row {
    padding-left: 0 !important;
}

body.custom-landing-layout .right_panel.details .form .box.price {
    background-color: transparent;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 400;
    text-align: left;
    padding: 10px 0;
}

body.custom-landing-layout .right_panel.details .form .box.price #property-night-price {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 400;
    text-align: left;
}

body.custom-landing-layout .right_panel.details .form .box.price .price-txt {
    color: var(--top_section_button_color, var(--first_color, #1e7eee)) !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    display: inline;
}

body.custom-landing-layout .right_panel.details .form .box.price .js-price-label {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    display: inline;
}

body.custom-landing-layout .right_panel.details .form .box.price .old-price {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    color: #a4abb5;
    margin-right: 8px;
    display: inline-block;
}

body.custom-landing-layout .right_panel.details .form .box.dates {
    position: relative;
    padding-left: 64px !important;
    padding-right: 35px !important;
    min-height: 60px;
    background: none !important;
    display: flex;
    align-items: center;
    margin: 0 0 0 -13px !important;
}

body.custom-landing-layout .right_panel.details .form .box.dates,
body.custom-landing-layout .right_panel.details .form .box.persons {
    border-radius: 30px;
    transition: background-color 0.2s ease;
}

body.custom-landing-layout .right_panel.details .form .box.dates:hover,
body.custom-landing-layout .right_panel.details .form .box.persons:hover {
    background-color: color-mix(in srgb, var(--top_section_icon_bg_color, #7f57df) 15%, transparent) !important;
}

body.custom-landing-layout .right_panel.details .form .box.dates::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--top_section_icon_bg_color, #7f57df);
    background-image: var(--top_section_icon_dates, url("/img/lp/propertyLanding/ic-dates.png"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

body.custom-landing-layout .right_panel.details .form .box.dates .row {
    display: flex;
    align-items: center;
    width: 100%;
}

body.custom-landing-layout .right_panel.details .form .box.dates .col {
    position: relative;
    width: auto;
    flex: 1;
    padding: 0;
}

body.custom-landing-layout .right_panel.details .form .box.dates .col:first-child::after {
    content: "" !important;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 31.5px;
    background-image: url("/img/lp/propertyLanding/landing_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

body.custom-landing-layout .right_panel.details .form .box.dates input[type="text"] {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #121B53 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
}

body.custom-landing-layout .right_panel.details .form .box.dates .col:first-child input[type="text"] {
    text-align: left !important;
    padding-right: 15px !important;
}

body.custom-landing-layout .right_panel.details .form .box.dates .col:last-child input[type="text"] {
    text-align: right !important;
    padding-left: 20px !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons {
    position: relative;
    padding-left: 64px !important;
    padding-right: 0 !important;
    min-height: 48px;
    background: none !important;
    display: flex;
    align-items: center;
    margin: 0 0px 0 -13px !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--top_section_icon_bg_color, #7f57df);
    background-image: var(--top_section_icon_guests, url("/img/lp/propertyLanding/ic-persons.png"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

body.custom-landing-layout .right_panel.details .form .box.persons .row,
body.custom-landing-layout .right_panel.details .form .box.persons .col {
    width: 100%;
    padding: 0;
}

body.custom-landing-layout .right_panel.details .form .box.persons select {
    display: none !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons .col::before {
    content: "";
    display: block;
    width: 96px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ECECEC 25%, #F4F6F8 50%, #ECECEC 75%);
    background-size: 200% 100%;
    animation: lp-guest-skeleton 1.2s ease-in-out infinite;
}

body.custom-landing-layout .right_panel.details .form .box.persons .col:has(.chosen-container)::before {
    display: none;
}

@keyframes lp-guest-skeleton {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

body.custom-landing-layout .right_panel.details .form .box.persons .chosen-container-single {
    width: 100% !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons .chosen-container-single .chosen-single {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #121B53 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 0 !important;
    height: auto !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons .chosen-container-single .chosen-single span {
    margin-right: auto !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons .chosen-container-single .chosen-single div {
    position: static !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
}

body.custom-landing-layout .right_panel.details .form .box.persons .chosen-container-single .chosen-single div b {
    background: url("/img/icons/ic_arrow_menu_black.png") no-repeat center !important;
    background-size: 10px !important;
    width: 12px !important;
    height: 12px !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment,
body.custom-landing-layout .right_panel.details .form .box.payment .details {
    background: transparent !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details {
    padding: 10px 0 !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .subbox .subbox-toggle {
    background-color: transparent !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .subbox .title:after,
body.custom-landing-layout .right_panel.details .form .box.payment .details#panel-total .subbox .title:before,
body.custom-landing-layout .right_panel.details .form .box.payment .details.total > div {
    display: none !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details#payment_details {
    border-top: none !important;
    padding-top: 13px !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .subbox .title {
    padding: 6px 0 !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .row .col {
    margin: 0 !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .key {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #121B53 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .value {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #121B53 !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .hint {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    margin-left: 4px !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details span[style*="color"] {
    color: var(--top_section_button_color, var(--first_color, #4f56f9)) !important;
    font-weight: 500 !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .btn-toggle {
    color: #121B53;
    font-size: 14px;
    font-weight: 500;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details .value-v {
    font-size: 15px;
    font-weight: 500;
    color: #121B53;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details #panel-total .subbox:first-child .value strong,
body.custom-landing-layout .right_panel.details .form .box.payment .details #panel-total .subbox:last-child .value strong,
body.custom-landing-layout .right_panel.details .form .box.payment .details #panel-total .subbox:last-child .value.js-total {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #121B53 !important;
}

body.custom-landing-layout .right_panel.details .form .box.payment .details #panel-total .subbox:last-child .key {
    font-weight: 700 !important;
    font-size: 16px !important;
}

body.custom-landing-layout .right_panel.details .form .box.dates input[type="text"]::placeholder {
    color: #9AA2B1 !important;
    opacity: 1 !important;
}

body.custom-landing-layout .right_panel.details .form .accessible {
    background-color: color-mix(in srgb, var(--top_section_button_color, var(--first_color, #1e7eee)) 8%, #FFFFFF) !important;
    background-image: url(/img/lp/icon_wheelchair@3x.svg) !important;
    background-position: 16px center !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    border-radius: 12px !important;
    padding: 12px 16px 12px 48px !important;
    margin: 16px 0 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
}

body.custom-landing-layout .right_panel.details .form .accessible label {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #121B53 !important;
}

body.custom-landing-layout .right_panel.details .form .accessible input {
    margin-left: auto !important;
    width: 18px !important;
    height: 18px !important;
}

body.custom-landing-layout .right_panel.details .form .box.buttons button.btn-primary {
    background: var(--top_section_button_color, var(--first_color, #1e7eee)) !important;
    border-color: var(--top_section_button_color, var(--first_color, #1e7eee)) !important;
    border-radius: 40px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--top_section_button_color, var(--first_color, #1e7eee)) 25%, transparent) !important;
    transition: all 0.2s ease !important;
}

body.custom-landing-layout .right_panel.details .form .box.buttons button.btn-primary div {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    letter-spacing: -0.02em !important;
    color: #FFFFFF !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


body.custom-landing-layout .right_panel.details .form .box.buttons button.btn-primary:active {
    transform: translateY(1px);
}

body.custom-landing-layout .hbtn.btn-transp-blue.customCSS-first_color {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #F4F2FA !important;
    color: #2C2C2C !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin: 12px auto !important;
    width: auto !important;
    float: none !important;
    cursor: pointer !important;
}

body.custom-landing-layout .hbtn.btn-transp-blue.customCSS-first_color:hover {
    background: #EFEBF9 !important;
}

body.custom-landing-layout .hbtn.btn-transp-blue.customCSS-first_color::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    background-color: var(--top_section_button_color, var(--first_color, #1e7eee)) !important;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    vertical-align: middle !important;
}

body.custom-landing-layout .hbtn.btn-transp-blue.customCSS-first_color img {
    display: none !important;
}

body.custom-landing-layout .right_panel.details .form .text-center {
    font-size: 13px !important;
    color: #121B53 !important;
    font-weight: 500 !important;
}

body.custom-landing-layout .details section.main .favorite {
    display: none !important;
}

.details .title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.details .title-container .action-buttons-wrap {
    display: none;
}

body.custom-landing-layout .details .title-container {
    align-items: flex-start;
}

body.custom-landing-layout .details .title-container .action-buttons-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    height: 36px;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn label,
body.custom-landing-layout .details .action-buttons-wrap .share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--top_section_button_color, var(--first_color, #1e7eee)) 8%, #FFFFFF);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    padding: 0;
    outline: none;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn label:hover,
body.custom-landing-layout .details .action-buttons-wrap .share-btn:hover {
    background: color-mix(in srgb, var(--top_section_button_color, var(--first_color, #1e7eee)) 15%, #FFFFFF);
    transform: scale(1.05);
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn label:active,
body.custom-landing-layout .details .action-buttons-wrap .share-btn:active {
    transform: scale(0.95);
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn label svg,
body.custom-landing-layout .details .action-buttons-wrap .share-btn svg {
    stroke: var(--top_section_button_color, var(--first_color, #1e7eee)) !important;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn label svg.heart-filled {
    fill: var(--top_section_button_color, var(--first_color, #1e7eee)) !important;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn label svg.heart-empty {
    fill: none !important;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn input[type="checkbox"] {
    display: none;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn input[type="checkbox"] + label .heart-filled {
    display: none;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn input[type="checkbox"]:checked + label .heart-empty {
    display: none;
}

body.custom-landing-layout .details .action-buttons-wrap .favorite-btn input[type="checkbox"]:checked + label .heart-filled {
    display: block;
}

body.custom-landing-layout .details,
body.custom-landing-layout .details * {
    font-family: 'DM Sans', sans-serif !important;
}

body.custom-landing-layout #section-heading {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    color: #1E1E1E !important;
    margin-left: 0 !important;
}

body.custom-landing-layout .details section.info .main_panel .heading {
    margin-bottom: -30px;
}

.short-details-landing {
    display: none;
}

body.custom-landing-layout .details .main_panel .heading .short-details {
    display: none !important;
}

body.custom-landing-layout .details .short-details-landing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 14px;
    font-family: 'DM Sans', sans-serif;
}

body.custom-landing-layout .details .short-details-landing .rating-badge-landing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    padding: 0 14px;
    background: var(--top_section_button_color, var(--first_color, #7B61FF));
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    border-radius: 10px;
    white-space: nowrap;
}

body.custom-landing-layout .details .short-details-landing .rating-badge-landing .star {
    color: #FFC107;
    font-size: 16px;
}

body.custom-landing-layout .details .short-details-landing .summary-line {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #2C2C2C;
}

body.custom-landing-layout .details .short-details-landing .summary-line .sep {
    color: #2C2C2C;
}

@media screen and (min-width: 1025px) {
    body.custom-landing-layout .details section.main .images {
        margin-bottom: 0;
    }

    body.custom-landing-layout .details section.info {
        padding-top: 10px;
    }

    body.custom-landing-layout .details section.info .main_panel,
    body.custom-landing-layout .details section.info .main_panel .heading,
    body.custom-landing-layout .details #section-heading {
        margin-top: 0;
        padding-top: 0;
    }
}

.mob-gallery-overlay {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    body.custom-landing-layout .details section.main {
        background-image: none !important;
        background-color: #FDFCFB !important;
        padding: 16px 0 !important;
    }

    body.custom-landing-layout .details section.info .main_panel .heading {
        position: relative;
    }

    body.custom-landing-layout .details .title-container {
        display: block;
    }

    body.custom-landing-layout .details .title-container .action-buttons-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    body.custom-landing-layout .details .short-details-landing {
        flex-wrap: wrap;
    }

    body.custom-landing-layout .details .short-details-landing .summary-line {
        order: -1;
        width: 100%;
    }

    body.custom-landing-layout .details section.main .images {
        display: none;
    }

    body.custom-landing-layout .details section.main .carousel-wrapper {
        padding: 0 16px;
        position: relative;
        height: 343px;
    }

    body.custom-landing-layout .details section.main .slider-images {
        display: block;
        border-radius: 24px;
        overflow: hidden;
        height: 343px;
        background: #FDFCFB;
    }

    body.custom-landing-layout .details section.main .slider-images .carousel-inner,
    body.custom-landing-layout .details section.main .slider-images div.item,
    body.custom-landing-layout .details section.main .slider-images a {
        height: 343px;
        border-radius: 24px;
    }

    body.custom-landing-layout .details section.main .mob-gallery-overlay {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        gap: 6px !important;
        position: absolute !important;
        bottom: 16px !important;
        right: 32px !important;
        z-index: 10 !important;
        min-width: 0 !important;
    }

    body.custom-landing-layout .details section.main .mob-gallery-overlay .mob-price-info {
        width: 116px !important;
        height: 46px !important;
        border-radius: 12px !important;
        opacity: 1 !important;
        background: #00000099 !important;
        backdrop-filter: blur(23px) !important;
        -webkit-backdrop-filter: blur(23px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        margin-bottom: 0 !important;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 18px !important;
        letter-spacing: -0.02em !important;
        color: #FFFFFF !important;
    }

    body.custom-landing-layout .details section.main .mob-gallery-overlay .mob-price-info strong {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 18px !important;
        letter-spacing: -0.02em !important;
    }

    body.custom-landing-layout .details section.main .mob-gallery-overlay .mob-view-photos-btn {
        width: 116px !important;
        height: 38px !important;
        border-radius: 12px !important;
        background: #00000099 !important;
        backdrop-filter: blur(23px) !important;
        -webkit-backdrop-filter: blur(23px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-family: 'DM Sans', sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 13px !important;
        letter-spacing: -0.02em !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
        border: none !important;
        padding: 0 !important;
    }

    body.custom-landing-layout .details section.main #carouselLeft,
    body.custom-landing-layout .details section.main #carouselRight {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        width: auto !important;
        height: auto !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 5 !important;
        padding: 0 !important;
    }

    body.custom-landing-layout .details section.main #carouselLeft img,
    body.custom-landing-layout .details section.main #carouselRight img {
        width: 12px !important;
        height: 24px !important;
        filter: brightness(0) invert(1) !important;
    }

    body.custom-landing-layout .details section.main #carouselLeft {
        left: 30px !important;
    }

    body.custom-landing-layout .details section.main #carouselRight {
        right: 30px !important;
    }
}

@media screen and (max-width: 600px) {
    body.custom-landing-layout .details .mob-button-box {
        background-color: #FFFFFF !important;
        border-top: 1px solid #EEF1F3 !important;
        padding: 12px 25px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
        height: auto !important;
    }

    body.custom-landing-layout .details .mob-button-box .row {
        display: none !important;
    }

    body.custom-landing-layout .details .mob-button-box .btn.btn-primary {
        border-radius: 40px !important;
    }

    body.custom-landing-layout .details .mob-button-box .btn.btn-primary.action-show-booking-panel {
        width: 100%;
        max-width: none;
        height: 64px;
        border-radius: 40px;
        background-color: var(--first_color) !important;
        border: none !important;
        box-shadow: 0 6px 14px color-mix(in srgb, var(--first_color) 25%, transparent) !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        padding: 0;
    }

    body.custom-landing-layout .details .mob-button-box .btn.btn-primary.action-show-booking-panel .price {
        margin-top: 2px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 19px !important;
        letter-spacing: -0.02em !important;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    body.custom-landing-layout .details .mob-button-box .btn.btn-primary.action-show-booking-panel .price span,
    body.custom-landing-layout .details .mob-button-box .btn.btn-primary.action-show-booking-panel .price .price-button {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: rgba(255, 255, 255, 0.8) !important;
        text-transform: none !important;
    }

    body.custom-landing-layout .details .mob-button-box .btn.btn-primary.action-show-booking-panel .price span.js-avg {
        font-weight: 500 !important;
    }

    body.custom-landing-layout .details section.info .subsection.reviews .items {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 16px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.custom-landing-layout .details section.info .subsection.reviews .items::-webkit-scrollbar {
        display: none !important;
    }

    body.custom-landing-layout .details section.info .subsection.reviews .item {
        flex: 0 0 85% !important;
        width: 85% !important;
        max-width: 320px !important;
        height: 240px !important;
        box-sizing: border-box !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }

    body.custom-landing-layout .details section.info .subsection.reviews .item:nth-child(n+7) {
        display: block !important;
    }

    body.custom-landing-layout .details section.info .subsection.similar .similar-policy {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.custom-landing-layout .details section.info .subsection.similar .similar-policy::-webkit-scrollbar {
        display: none;
    }

    body.custom-landing-layout .details section.info .subsection.similar .single-property {
        flex: 0 0 85%;
        width: 85%;
        max-width: 320px;
        box-sizing: border-box;
        scroll-snap-align: start;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border: 1px solid #eeeeee;
    }

    body.custom-landing-layout .details section.info .subsection.similar .single-property .pict-side {
        height: 180px;
    }

    body.custom-landing-layout .details section.info .subsection.similar .single-property .text-side {
        padding: 12px 16px;
    }

}

@media screen and (max-width: 1080px) and (min-width: 769px) {
    body.custom-landing-layout .tobook section.main .filter {
        height: auto !important;
        padding: 12px 24px !important;
    }

    body.custom-landing-layout .tobook section.main .filter > div {
        height: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main {
        flex-wrap: wrap !important;
        height: auto !important;
        padding: 20px !important;
        gap: 12px 20px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests {
        border-right: 1px solid #E0E0E0 !important;
        padding-right: 16px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.map-switch {
        margin-left: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced {
        left: 0 !important;
        right: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-range {
        left: 0 !important;
        right: auto !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper {
        padding-top: 150px !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper .map {
        top: 240px !important;
        height: calc(100vh - 260px) !important;
    }
}

@media screen and (max-width: 767px) {
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.bedrooms,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.city,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.stars,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.rate,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.order,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.map-switch {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter {
        position: fixed;
        top: 63px;
        height: auto;
        background: #FFFFFF;
        padding: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    body.custom-landing-layout .tobook section.main .filter > div {
        height: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 20px !important;
        gap: 12px !important;
        height: auto !important;
        position: relative !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.check,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        width: auto !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon-wrapper {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background-color: var(--top_section_icon_bg_color, #F0EDFC) !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon {
        display: inline-block !important;
        width: 16px !important;
        height: 16px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon.dates {
        background: var(--top_section_icon_dates, url("/img/lp/propertyLanding/ic-dates.png")) no-repeat center/contain !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-icon.guests {
        background: var(--top_section_icon_guests, url("/img/lp/propertyLanding/ic-persons.png")) no-repeat center/contain !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check .arr {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check {
        position: relative !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check input {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        cursor: pointer !important;
        z-index: 2 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-item.check input#tobook-check-out {
        pointer-events: none !important;
        width: 1px !important;
        height: 1px !important;
        left: auto !important;
        right: 0 !important;
    }

    body.custom-landing-layout nav.navbar.navbar-traveler .filter-icon-cont {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .datepicker-display-value,
    body.custom-landing-layout .tobook section.main .filter .chosen-container-single .chosen-single span {
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 19px !important;
        color: #000000 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        white-space: nowrap !important;
    }

    body.custom-landing-layout .tobook section.main .filter .chosen-container-single .chosen-single {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        height: auto !important;
        min-width: 0 !important;
        width: auto !important;
        box-shadow: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .chosen-container-single .chosen-single div {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.advanced-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        height: auto !important;
        width: auto !important;
        position: absolute !important;
        right: 20px !important;
        top: 12px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.advanced-btn .advanced-filter-icon {
        display: block;
        width: 35px;
        height: 35px;
        background: #EBEAEA url(/img/lp/propertyLanding/landing_filter_icon.svg) center / 16px no-repeat;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        box-sizing: border-box;
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.advanced-btn .advanced-filter-icon * {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .btn-advanced-filter {
        display: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh !important;
        z-index: 99999999 !important;
        background: #FFFFFF !important;
        margin: 0 !important;
        padding: 20px 24px 80px 24px !important;
        overflow-y: auto !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item.add-more-filters {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-bottom: 1px solid #E0E0E0 !important;
        padding: 0 0 16px 0 !important;
        margin-bottom: 20px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item.add-more-filters span {
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 700 !important;
        font-size: 20px !important;
        color: #000000 !important;
        order: 1 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item.add-more-filters i {
        font-size: 20px !important;
        color: #000000 !important;
        cursor: pointer !important;
        order: 2 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item {
        border-bottom: 1px solid #F2F2F2 !important;
        padding: 16px 0 !important;
        margin: 0 !important;
        text-align: left !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item:last-child {
        border-bottom: none !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item h4 {
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        color: #000000 !important;
        margin: 0 0 12px 0 !important;
        padding: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item label {
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #333333 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item.map-switch {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-advanced .filter-item.map-switch h4 {
        margin: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .wrapper {
        padding-top: 60px !important;
    }
}

@media screen and (max-width: 600px) {
    body.custom-landing-layout .tobook section.main .filter .filter-main {
        justify-content: flex-start !important;
        gap: 28px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.check,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests {
        gap: 8px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.check .datepicker-container,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests .chosen-container {
        margin: 0 !important;
    }

    body.custom-landing-layout .tobook section.main .filter .chosen-container-single .chosen-single {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 380px) {
    body.custom-landing-layout .tobook section.main .filter .filter-main {
        padding: 12px 10px !important;
        gap: 12px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.check,
    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.guests {
        gap: 6px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .datepicker-display-value,
    body.custom-landing-layout .tobook section.main .filter .chosen-container-single .chosen-single span {
        font-size: 12px !important;
    }

    body.custom-landing-layout .tobook section.main .filter .filter-main > .filter-item.advanced-btn {
        right: 10px !important;
    }
}

body.custom-landing-layout .details section.info .subsection .hbtn.btn-show-all,
body.custom-landing-layout .details section.info .subsection.amenities .action-toggle-amenities {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    color: #1E1E1E;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}

body.custom-landing-layout .details section.info .subsection .hbtn.btn-show-all:hover,
body.custom-landing-layout .details section.info .subsection.amenities .action-toggle-amenities:hover {
    background-color: #fff;
    border-color: #1E1E1E;
    color: #1E1E1E;
}

body.custom-landing-layout .tobook,
body.custom-landing-layout .tobook * {
    font-family: 'DM Sans', sans-serif;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 0 -12px !important;
    overflow: visible !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    text-align: left !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property {
    border: none;
    border-radius: 24px;
    margin: 12px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 24px);
    height: auto;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property:hover {
    transform: translateY(-8px);
}

@media screen and (min-width: 1766px) {
    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property {
        width: calc(25% - 24px) !important;
        max-width: none !important;
    }
}

@media screen and (max-width: 1199px) {
    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property {
        width: calc(50% - 24px);
        max-width: none;
    }
}

@media screen and (max-width: 600px) {
    body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property {
        width: calc(100% - 24px) !important;
        max-width: none !important;
    }
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side {
    width: 100% !important;
    height: 260px !important;
    flex-shrink: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    position: relative !important;
    background-color: #f1f1f1 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .bg-property-border {
    display: none !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .picture-main,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .picture-default {
    transition: transform 0.5s ease !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property:hover .pict-side .picture-main,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property:hover .pict-side .picture-default {
    transform: scale(1.05) !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .badges-overlay {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    z-index: 15 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .rating-badge {
    font-family: 'DM Sans', sans-serif !important;
    width: 73px !important;
    height: 38px !important;
    background: color-mix(in srgb, var(--property_list_rating_badge_bg, var(--top_section_button_color, var(--first_color, #6C5DD3))) 80%, transparent) !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .rating-badge .star {
    color: #FEBB30 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .price-badge {
    font-family: 'DM Sans', sans-serif !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    white-space: nowrap !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .price-badge .price-badge-amount {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    color: #FFFFFF !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .arrow-btn {

    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: rgba(30, 30, 30, 0.75) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 15 !important;
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    text-decoration: none !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .pict-side .arrow-btn .arrow-icon {
    width: 13px !important;
    height: 13px !important;
    background-image: url('/img/lp/propertyLanding/property_arrow.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: inline-block !important;
    transform: rotate(0deg) !important;
    transition: transform 1s ease-in-out !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property:hover .pict-side .arrow-btn {
    background: var(--top_section_button_color, var(--first_color, #683FC9)) !important;
    transform: scale(1.05) !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property:hover .pict-side .arrow-btn .arrow-icon {
    transform: rotate(45deg) !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .favorite {
    display: none !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    padding: 12px 16px 12px 16px !important;
    position: relative !important;
    flex-grow: 1 !important;
    margin-left: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1E1E1E !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 4px 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    min-height: 31px !important;
    order: 1 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .details-landing {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    color: #2C2C2C !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    min-height: 21px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    order: 2 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .details-landing > div {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: #2C2C2C !important;
    font-weight: 500 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .details-landing .dot-separator {
    color: #B3B3B3 !important;
    font-size: 16px !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .type {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    color: #7C7C7C !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 12px !important;
    margin-top: 4px !important;
    min-height: 21px !important;
    display: block !important;
    order: 3 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .type > span {
    display: none !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .amenity-tags {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    margin-top: auto !important;
    order: 4 !important;
    padding-top: 4px !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .amenity-tags .amenity-tag {
    font-family: 'DM Sans', sans-serif !important;
    min-width: 113px !important;
    background: #F0EFFC !important;
    color: #2C2C2C !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    padding: 0 12px !important;
    height: 38px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(23px) !important;
    -webkit-backdrop-filter: blur(23px) !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .amenity-badges-landing {
    display: none !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box {
    margin-top: auto;
    padding-top: 10px;
    text-align: left;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 4px;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box .default-price-label span {
    font-size: 14px;
    font-weight: 400;
    color: #7C7C7C;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box .default-price-value,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box .price.customCSS-first_color,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box .price,
body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box .discount-price {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1E1E1E;
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-block;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .price-box .original-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #B3B3B3;
    margin-left: 4px;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .flex {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    gap: 0 !important;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .flex > div:first-child {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .flex > div:first-child > div:nth-child(3) {
    order: 2;
}

body.custom-landing-layout .tobook section.main .wrapper .properties .list-view.grid .single-property .text-side .flex > div:first-child > div:nth-child(4) {
    order: 99;
}
