.breakdance .bde-section {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.breakdance .bde-section .section-container {
    max-width: var(--bde-section-width);
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    padding: var(--bde-section-vertical-padding)
        var(--bde-section-horizontal-padding);
}

.breakdance .bde-section .section-shape-divider-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.breakdance
    .bde-section
    .section-shape-divider-wrapper
    .section-shape-divider
    svg {
    position: absolute;
    color: #000;
    width: 100%;
    height: 320px;
    left: 0;
    right: 0;
    top: 0;
}

.breakdance .bde-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
    position: relative;
    background-size: cover;
}

.breakdance .bde-form-builder {
    width: 100%;
    max-width: 100%;
}

.breakdance .bde-columns {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--bde-column-gap);
}

.breakdance .bde-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    width: calc(
        var(--column-width) - var(--bde-column-gap) *
            ((var(--columnCount) - 1) / var(--columnCount))
    );
    position: relative;
    background-size: cover;
}

.breakdance .bde-heading {
    max-width: 100%;
    margin: 0;
}

.breakdance .bde-grid {
    --bde-grid-gap: var(--bde-column-gap);
    display: grid;
    grid-template-columns: repeat(
        var(--bde-grid-items-per-row, 4),
        minmax(0, 1fr)
    );
    gap: var(--bde-grid-gap);
    text-align: left;
    max-width: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    align-items: var(--bde-grid-align-items, stretch);
    justify-items: var(--bde-grid-justify-items, stretch);
}

.breakdance .bde-text {
    max-width: 100%;
    margin: 0;
    color: var(--bde-text-color, var(--bde-body-text-color));
}

.breakdance .bde-icon-list {
    max-width: 100%;
    display: flex;
    text-align: left;
}

.breakdance .bde-icon-list ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}

.breakdance .bde-icon-list li .bde-icon-list__item-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.breakdance .bde-icon-list ul .bde-icon-list__icon {
    display: flex;
    font-size: 20px;
}

.breakdance .bde-icon-list--background ul .bde-icon-list__icon {
    padding: 14px;
    border-radius: 0px;
    background-color: #dbe5ff;
}

.breakdance .bde-icon-list ul .bde-icon-list__icon > svg {
    font-size: inherit;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.breakdance .bde-google-map {
    max-width: 100%;
    width: 600px;
    height: 400px;
}

.breakdance .bde-section-344-100 .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.breakdance .bde-section-344-100 {
    background-color: #fff;
    background: linear-gradient(
        0deg,
        rgba(252, 220, 143, 0.24) 1.0256410256410255%,
        rgba(255, 255, 255, 0.7) 84.1025641025641%,
        rgba(255, 255, 255, 1) 100%
    );
}

.breakdance .bde-section-344-100 .section-container {
    padding-bottom: 45px;
    padding-top: 55px;
}

.breakdance .bde-section-344-100 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media (min-width: 1120px) {
    .breakdance .bde-section-344-100 {
        display: none;
    }
}

@media (max-width: 1119px) and (min-width: 1024px) {
    .breakdance .bde-section-344-100 {
        display: none;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .breakdance .bde-section-344-100 {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .breakdance .bde-section-344-100 {
        display: none;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-section-344-100 {
        display: none;
    }
}

.breakdance .bde-div-344-101 {
    width: 85%;
    padding: 2px 2px 2px 2px;
    border-radius: 100px;
}

.breakdance .bde-div-344-101 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breakdance .bde-div-344-101 {
    background: linear-gradient(
        0deg,
        var(--bde-palette-color-1-181c337e-b67a-4f9f-8f5b-66a4e0ba6ebc) 0%,
        var(--bde-palette-darkbrown-bad319cd-74e1-4c36-a4ab-4398145521fe-1) 100%
    );
}

@media (max-width: 767px) and (min-width: 480px) {
    .breakdance .bde-div-344-101 {
        display: none;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-101 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-101 {
        width: 100%;
    }
}

.breakdance .bde-div-344-102 {
    padding: 15px 30px 15px 30px;
    border-radius: 50px;
}

.breakdance .bde-div-344-102 {
    background-color: #fff;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-field:nth-child(1) {
    grid-column-start: span 3;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-field:nth-child(2) {
    grid-column-start: span 3;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-field:nth-child(3) {
    grid-column-start: span 4;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-field:nth-child(4) {
    grid-column-start: span 3;
}

.breakdance .bde-form-builder-344-103 {
    --bde-form-after-label: 0px;
    --bde-form-input-background-color: #fff0;
    --bde-form-label-color: #060606;
    --bde-form-text-color: #000;
    --bde-form-input-border-radius: 0px;
    --bde-form-input-border-top: 0px solid;
    --bde-form-input-border-left: 0px solid;
    --bde-form-input-border-right: 0px solid;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-field__label,
.breakdance
    .bde-form-builder-344-103.breakdance-woocommerce
    .woocommerce-password-strength,
.breakdance
    .bde-form-builder-344-103.breakdance-woocommerce
    label
    span.optional,
.breakdance .bde-form-builder-344-103.breakdance-woocommerce label {
    color: #060606;
    font-size: 13px;
    font-weight: 500;
}

.breakdance
    .bde-form-builder-344-103
    .breakdance-form
    .breakdance-form-field__input,
.breakdance .bde-form-builder-344-103 .breakdance-form-dropzone,
.breakdance
    .bde-form-builder-344-103
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field,
.breakdance
    .bde-form-builder-344-103
    .select2-container--default
    .select2-selection--single,
.breakdance
    .bde-form-builder-344-103
    .breakdance-woocommerce
    .price_slider_amount
    input[type="text"],
.breakdance
    .bde-form-builder-344-103
    .breakdance-woocommerce
    input[type="search"],
.breakdance .bde-form-builder-344-103 .breakdance-woocommerce textarea,
.breakdance
    .bde-form-builder-344-103
    .breakdance-woocommerce
    .woocommerce-Input,
.breakdance .bde-form-builder-344-103 .breakdance-woocommerce .input-text,
.breakdance .bde-form-builder-344-103 .breakdance-woocommerce select,
.breakdance
    .bde-form-builder-344-103
    .breakdance-woocommerce
    .wc_payment_method
    input[type="text"],
.breakdance
    .bde-form-builder-344-103
    .breakdance-woocommerce
    .wc-stripe-elements-field {
    background-color: #fff0;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 0px;
    color: #000;
    font-size: 11px;
}

.breakdance
    .bde-form-builder-344-103
    .breakdance-form
    .breakdance-form-field__input:focus {
    background-color: #fff0;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-checkbox,
.breakdance .bde-form-builder-344-103 .breakdance-form-radio {
    color: #000;
    font-size: 14px;
}

.breakdance .bde-form-builder-344-103 .breakdance-form-button__submit {
    --bde-button-primary-border-color: transparent;
    --bde-button-primary-border-color-hover: transparent;
    --bde-button-primary-text-color: #fff;
    --bde-button-primary-text-color-hover: #fff;
    --bde-button-primary-background-color: #daa12e;
    --bde-button-primary-background-color-hover: #daa12e;
    border-radius: 9999px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .breakdance .bde-form-builder-344-103 .breakdance-form {
        grid-template-columns: unset;
    }

    .breakdance .bde-form-builder-344-103 .breakdance-form--horizontal {
        grid-auto-flow: unset;
    }

    .breakdance
        .bde-form-builder-344-103
        .breakdance-form
        .breakdance-form-field,
    .breakdance
        .bde-form-builder-344-103
        .breakdance-form
        .breakdance-form-stepper {
        grid-column-start: unset;
    }
}

.breakdance .bde-section-344-105 .section-container {
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

.breakdance .bde-section-344-105 {
    background-color: var(--bd-background-color);
}

.breakdance .bde-section-344-105 .section-container {
    min-height: 100vh;
}

.breakdance .bde-section-344-105 .section-container {
    --bde-section-width: 100%;
}

.breakdance .bde-section-344-105 .section-container {
    padding-left: 20px;
    padding-right: 20px;
}

.breakdance .bde-columns-344-106 {
    --columnCount: 2;
    min-height: 100vh;
    --bde-column-gap: 0px;
}

@media (max-width: 1119px) {
    .breakdance .bde-columns-344-106 {
        --columnCount: 2;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-columns-344-106 {
        --columnCount: 2;
    }

    .breakdance .bde-columns-344-106.bde-columns {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .breakdance .bde-columns-344-106.bde-columns > .bde-column {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-columns-344-106 {
        --columnCount: 2;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-columns-344-106 {
        --columnCount: 2;
    }
}

.breakdance .bde-column-344-107 {
    --column-width: 60%;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
}

.breakdance .bde-column-344-107.bde-column {
    padding: 40px 40px 40px 40px;
}

@media (max-width: 1023px) {
    .breakdance .bde-column-344-107 {
        align-items: center;
        text-align: center;
    }

    .breakdance .bde-column-344-107.bde-column {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.breakdance .bde-heading-344-159 {
    font-size: 30px;
    margin-bottom: 30px;
}

.breakdance .bde-div-344-156 {
    width: 100%;
    padding: 2px 2px 2px 2px;
    border-radius: 100px;
    margin-bottom: 50px;
}

.breakdance .bde-div-344-156 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breakdance .bde-div-344-156 {
    background: linear-gradient(
        0deg,
        var(--bde-palette-color-1-181c337e-b67a-4f9f-8f5b-66a4e0ba6ebc) 0%,
        var(--bde-palette-darkbrown-bad319cd-74e1-4c36-a4ab-4398145521fe-1) 100%
    );
}

@media (max-width: 767px) and (min-width: 480px) {
    .breakdance .bde-div-344-156 {
        display: none;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-156 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-156 {
        width: 100%;
    }
}

.breakdance .bde-div-344-157 {
    width: 100%;
    padding: 15px 30px 15px 30px;
    border-radius: 50px;
}

.breakdance .bde-div-344-157 {
    background-color: #fff;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-field:nth-child(1) {
    grid-column-start: span 3;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-field:nth-child(2) {
    grid-column-start: span 3;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-field:nth-child(3) {
    grid-column-start: span 4;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-field:nth-child(4) {
    grid-column-start: span 3;
}

.breakdance .bde-form-builder-344-158 {
    --bde-form-after-label: 0px;
    --bde-form-input-background-color: #fff0;
    --bde-form-label-color: #060606;
    --bde-form-text-color: #000;
    --bde-form-input-border-radius: 0px;
    --bde-form-input-border-top: 0px solid;
    --bde-form-input-border-left: 0px solid;
    --bde-form-input-border-right: 0px solid;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-field__label,
.breakdance
    .bde-form-builder-344-158.breakdance-woocommerce
    .woocommerce-password-strength,
.breakdance
    .bde-form-builder-344-158.breakdance-woocommerce
    label
    span.optional,
.breakdance .bde-form-builder-344-158.breakdance-woocommerce label {
    color: #060606;
    font-size: 13px;
    font-weight: 500;
}

.breakdance
    .bde-form-builder-344-158
    .breakdance-form
    .breakdance-form-field__input,
.breakdance .bde-form-builder-344-158 .breakdance-form-dropzone,
.breakdance
    .bde-form-builder-344-158
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field,
.breakdance
    .bde-form-builder-344-158
    .select2-container--default
    .select2-selection--single,
.breakdance
    .bde-form-builder-344-158
    .breakdance-woocommerce
    .price_slider_amount
    input[type="text"],
.breakdance
    .bde-form-builder-344-158
    .breakdance-woocommerce
    input[type="search"],
.breakdance .bde-form-builder-344-158 .breakdance-woocommerce textarea,
.breakdance
    .bde-form-builder-344-158
    .breakdance-woocommerce
    .woocommerce-Input,
.breakdance .bde-form-builder-344-158 .breakdance-woocommerce .input-text,
.breakdance .bde-form-builder-344-158 .breakdance-woocommerce select,
.breakdance
    .bde-form-builder-344-158
    .breakdance-woocommerce
    .wc_payment_method
    input[type="text"],
.breakdance
    .bde-form-builder-344-158
    .breakdance-woocommerce
    .wc-stripe-elements-field {
    background-color: #fff0;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 0px;
    color: #000;
    font-size: 11px;
}

.breakdance
    .bde-form-builder-344-158
    .breakdance-form
    .breakdance-form-field__input:focus {
    background-color: #fff0;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-checkbox,
.breakdance .bde-form-builder-344-158 .breakdance-form-radio {
    color: #000;
    font-size: 14px;
}

.breakdance .bde-form-builder-344-158 .breakdance-form-button__submit {
    --bde-button-primary-border-color: transparent;
    --bde-button-primary-border-color-hover: transparent;
    --bde-button-primary-text-color: #fff;
    --bde-button-primary-text-color-hover: #fff;
    --bde-button-primary-background-color: #daa12e;
    --bde-button-primary-background-color-hover: #daa12e;
    border-radius: 9999px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .breakdance .bde-form-builder-344-158 .breakdance-form {
        grid-template-columns: unset;
    }

    .breakdance .bde-form-builder-344-158 .breakdance-form--horizontal {
        grid-auto-flow: unset;
    }

    .breakdance
        .bde-form-builder-344-158
        .breakdance-form
        .breakdance-form-field,
    .breakdance
        .bde-form-builder-344-158
        .breakdance-form
        .breakdance-form-stepper {
        grid-column-start: unset;
    }
}

.lodgify-listings-grid {
    --bde-grid-gap: 30px !important;
    margin-top: 10px !important;
}

.lodgify-listings-grid.lodgify-grid-col-3{
    --bde-grid-items-per-row: 3 !important;
}

.lodgify-listings-grid.lodgify-grid-col-2{
    --bde-grid-items-per-row: 2 !important;
}

.lodgify-listings-grid.lodgify-grid-col-1{
    --bde-grid-items-per-row: 1 !important;
}

.breakdance .bde-grid > * {
    width: auto !important;
    height: auto !important;
}

@media (max-width: 1119px) {
    .lodgify-listings-grid.lodgify-grid-col-3{
        --bde-grid-items-per-row: 3 !important;
    }
}

@media (max-width: 1023px) {
    .lodgify-listings-grid.lodgify-grid-col-3{
        --bde-grid-items-per-row: 2 !important;
    }
}

@media (max-width: 767px) {
    .lodgify-listings-grid.lodgify-grid-col-3{
        --bde-grid-items-per-row: 1 !important;
    }
    
}

.breakdance .lodgify-listing-card {
    display: flex !important;
    flex-direction: column !important;
}

.breakdance .lodgify-listing-img-container {
    width: 100% !important;
    min-height: 250px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    border-radius: 10px !important;
}

.breakdance .lodgify-listing-img-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.breakdance .lodgify-listing-img-container {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/homepage_hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .lodgify-listing-img-container > * {
    z-index: 1;
}

.breakdance .lodgify-listing-img-container > .section-background-overlay {
    z-index: 0;
}

.breakdance .lodgify-listing-img-container > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .lodgify-listing-img-container {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .lodgify-listing-img-container {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .lodgify-listing-img-container {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .lodgify-listing-img-container {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .lodgify-listing-img-container {
        overflow: hidden;
    }
}

.breakdance .lodgify-listing-card-badge {
    padding: 3px 6px 3px 6px !important;
    border-radius: 5px !important;
    position: absolute !important;
    top: 20px !important;
    background:#da2ea0;
    color:#fff;
}

.breakdance .lodgify-listing-card-badge.guest-preferred {
    background-color: #00ff15 !important;
    color:#000;
}

.breakdance .lodgify-listing-card-badge.best-deal {
    background-color: #0aabb4 !important;
    color:#000;
}

.breakdance .lodgify-listing-card-badge.newly-renovated {
    background-color: #DAA12E !important;
    color:#000;
}

/*.breakdance .lodgify-listing-card-badge.10-off {*/
/*    background-color: #da2ea0 !important;*/
/*    color:#000;*/
/*}*/

.breakdance .lodgify-listing-card-badge.long-stay {
    background-color: #2e4eda !important;
    color:#000;
}

.breakdance .lodgify-listing-card-badge.long-stay .lodgify-listing-card-badge-text{
    color: #ffffff !important;
}

.breakdance .lodgify-listing-card-badge-text {
    font-size: 14px !important;
}

.breakdance .lodgify-listing-card-icon-list ul {
    flex-direction: row !important;
    justify-content: left !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.breakdance .lodgify-listing-card-icon-list li .bde-icon-list__icon {
    font-size: 16px !important;
}

.breakdance .lodgify-listing-card-icon-list li .bde-icon-list__icon {
    color: #fff !important;
}

.breakdance .lodgify-listing-card-icon-list li .bde-icon-list__text {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.breakdance .lodgify-listing-card-content {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.breakdance .lodgify-listing-card-content-heading {
    font-size: 20px !important;
    margin-top: 10px !important;
}

.breakdance .lodgify-listing-card-content-heading a {
    color: var(--bde-headings-color) !important;
    text-decoration: none !important;
}

.breakdance .lodgify-listing-card-content-text {
    font-size: 15px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

.breakdance .bde-div-344-122 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-123 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-123 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-123 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/76f83e09-d211-4a41-ab5f-b2ab345a69c2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-123 > * {
    z-index: 1;
}

.breakdance .bde-div-344-123 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-123 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-123 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-123 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-123 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-123 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-123 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-124 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-124 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-124 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-124 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-125 {
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
}

.breakdance .bde-div-344-125 {
    background-color: #00ff15;
}

.breakdance .bde-div-344-125 {
    position: absolute;
    top: 20px;
}

.breakdance .bde-text-344-126 {
    font-size: 14px;
}

.breakdance .bde-div-344-127 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-128 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-129 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-130 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-131 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-131 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-131 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/92b3672f-6bdb-4f40-adce-13753c74075c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-131 > * {
    z-index: 1;
}

.breakdance .bde-div-344-131 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-131 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-131 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-131 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-131 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-131 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-131 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-132 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-132 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-132 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-132 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-133 {
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
}

.breakdance .bde-div-344-133 {
    background-color: #00ff15;
}

.breakdance .bde-div-344-133 {
    position: absolute;
    top: 20px;
}

.breakdance .bde-text-344-134 {
    font-size: 14px;
}

.breakdance .bde-div-344-135 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-136 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-137 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-138 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-139 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-139 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-139 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/41e8c8a1-6441-4c42-8bd0-18d89f2b030d.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-139 > * {
    z-index: 1;
}

.breakdance .bde-div-344-139 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-139 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-139 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-139 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-139 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-139 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-139 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-140 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-140 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-140 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-140 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-141 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-142 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-143 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-144 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-145 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-145 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-145 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/de858384-f998-4d0f-8763-ef23f1a5f391.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-145 > * {
    z-index: 1;
}

.breakdance .bde-div-344-145 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-145 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-145 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-145 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-145 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-145 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-145 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-146 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-146 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-146 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-146 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-147 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-148 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-149 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-150 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-151 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-151 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-151 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-151 > * {
    z-index: 1;
}

.breakdance .bde-div-344-151 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-151 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-151 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-151 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-151 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-151 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-151 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-152 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-152 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-152 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-152 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-153 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-154 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-155 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-209 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-210 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-210 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-210 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-210 > * {
    z-index: 1;
}

.breakdance .bde-div-344-210 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-210 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-210 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-210 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-210 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-210 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-210 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-211 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-211 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-211 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-211 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-212 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-213 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-214 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-203 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-204 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-204 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-204 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-204 > * {
    z-index: 1;
}

.breakdance .bde-div-344-204 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-204 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-204 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-204 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-204 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-204 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-204 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-205 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-205 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-205 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-205 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-206 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-207 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-208 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-197 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-198 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-198 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-198 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-198 > * {
    z-index: 1;
}

.breakdance .bde-div-344-198 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-198 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-198 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-198 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-198 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-198 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-198 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-199 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-199 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-199 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-199 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-200 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-201 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-202 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-191 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-192 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-192 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-192 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-192 > * {
    z-index: 1;
}

.breakdance .bde-div-344-192 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-192 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-192 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-192 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-192 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-192 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-192 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-193 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-193 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-193 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-193 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-194 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-195 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-196 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-185 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-186 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-186 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-186 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-186 > * {
    z-index: 1;
}

.breakdance .bde-div-344-186 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-186 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-186 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-186 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-186 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-186 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-186 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-187 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-187 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-187 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-187 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-188 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-189 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-190 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-179 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-180 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-180 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-180 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-180 > * {
    z-index: 1;
}

.breakdance .bde-div-344-180 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-180 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-180 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-180 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-180 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-180 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-180 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-181 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-181 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-181 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-181 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-182 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-183 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-184 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-173 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-174 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-174 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-174 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-174 > * {
    z-index: 1;
}

.breakdance .bde-div-344-174 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-174 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-174 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-174 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-174 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-174 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-174 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-175 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-175 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-175 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-175 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-176 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-177 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-178 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-167 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-168 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-168 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-168 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-168 > * {
    z-index: 1;
}

.breakdance .bde-div-344-168 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-168 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-168 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-168 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-168 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-168 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-168 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-169 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-169 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-169 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-169 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-170 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-171 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-172 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-div-344-161 {
    display: flex;
    flex-direction: column;
}

.breakdance .bde-div-344-162 {
    width: 100%;
    min-height: 250px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 10px;
}

.breakdance .bde-div-344-162 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breakdance .bde-div-344-162 {
    background-image: url(https://cerveauproperties.onestepplabs.com/wp-content/uploads/2025/07/d66e8f74-8756-4da7-a2d4-033b30636f67.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breakdance .bde-div-344-162 > * {
    z-index: 1;
}

.breakdance .bde-div-344-162 > .section-background-overlay {
    z-index: 0;
}

.breakdance .bde-div-344-162 > .section-background-overlay {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 34.35897435897436%,
        rgba(255, 255, 255, 0) 100%
    );
}

.breakdance .bde-div-344-162 {
    overflow: hidden;
}

@media (max-width: 1119px) {
    .breakdance .bde-div-344-162 {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-344-162 {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-344-162 {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-344-162 {
        overflow: hidden;
    }
}

.breakdance .bde-icon-list-344-163 ul {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.breakdance .bde-icon-list-344-163 li .bde-icon-list__icon {
    font-size: 16px;
}

.breakdance .bde-icon-list-344-163 li .bde-icon-list__icon {
    color: #fff;
}

.breakdance .bde-icon-list-344-163 li .bde-icon-list__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breakdance .bde-div-344-164 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.breakdance .bde-heading-344-165 {
    font-size: 20px;
    margin-top: 10px;
}

.breakdance .bde-text-344-166 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.breakdance .bde-column-344-111 {
    --column-width: 40%;
}

.breakdance .bde-div-344-160 {
    width: 100%;
}

.breakdance .bde-google-map-344-112 {
    width: 100%;
    height: 100vh;
}

.breakdance .bde-google-map-344-112 {
    background-color: var(--bd-palette-color-2);
    border-radius: 50px;
    filter: grayscale(200%);
}

@media (max-width: 1023px) {
    .breakdance .bde-google-map-344-112 {
        height: 480px;
    }
}

.calendar td.inactive,
.calendar td.blackout {
    /*background: #eee;*/
    color: #aaa;
    pointer-events: none;
    text-decoration: line-through;
}

#calendar-wrapper {
    width: 100%;
    /*max-width: 700px;*/
    margin: auto;
    padding: 20px;
}
.book-now-container{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: end;
    padding: 2em 0;
    gap: 1em;
}

#calendar-wrapper #book-now-btn{
    padding: 10px 30px; 
    background:#DAA12E;
    border-radius: 30px;
    border:none;
    color:#fff;
    cursor:pointer;
    font-weight:600;
    text-decoration:none;
}

#calendar-wrapper #clear-dates{
    padding: 10px 30px; 
    color:#000;
    border-radius: 30px;
    border:none;
    cursor:pointer;
    font-weight:600;
    text-decoration:none;
}

.calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-nav button {
    padding: 2px 8px;
    font-size: 2em;
    background-color:transparent;
    border-radius:  0.25em;
    cursor: pointer;
    color: #333333;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    border:1px solid #333;
}

.calendar-nav button:hover{
    background-color: #fae8c3;
    transition:.3s;
}

#calendar-months {
    display: flex;
    gap: 20px;
}
.calendar {
    width: 100%;
}
.calendar h3 {
    text-align: center; font-size:20px!important;
}
.calendar table {
    width: 100%;
    border-collapse: collapse;
}
.calendar th,
.calendar td {
    text-align: center;
    padding: 8px;
    color: #333;
    cursor:pointer;
    transition: .3s;
}

.calendar td.selected {
    font-weight: bold;
    color: #000;
    /*border-bottom: 2px solid #000;*/
}

.calendar td:hover,
.calendar td.in-range{
    background-color: #fae8c3;
}

.calendar td.selected.departure,
.calendar td.selected.arrival {
  background-color: #DAA12E;
}

.calendar td.selected.arrival {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.calendar td.selected.departure {
    border-top-right-radius: .5em;
    border-bottom-right-radius: 0.5em;
}






.lodgify-gallery--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  width: 100%;
}

.lodgify-gallery--grid > * {
  flex: 1 1 calc(25% - 10px); /* default to 4 columns on large screens */
  max-width: calc(25% - 10px);
}

@media (max-width: 1024px) {
  .lodgify-gallery--grid > * {
    flex: 1 1 calc(33.333% - 10px); /* 3 columns on tablet */
    max-width: calc(33.333% - 10px);
  }
}

@media (max-width: 600px) {
  .lodgify-gallery--grid > * {
    flex: 1 1 calc(50% - 10px); /* 2 columns on mobile */
    max-width: calc(50% - 10px);
  }
}




.lodgify-gallery-item {
    --translate: 0, 0;
    --scale: 1;
    --caption-translate: 0, 0;
    --caption-scale: 1;
    --caption-opacity: 1;
    overflow: hidden;
    transition-duration: var(--hover-duration);
    transition-property: box-shadow, opacity, background-color;
    transition-timing-function: ease;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.lodgify-gallery-item-figure {
    padding-bottom: 75%;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
}

.lodgify-gallery--grid .lodgify-gallery-item-figure :where(img, video, iframe) {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.lodgify-gallery-item-figure img {
    vertical-align: top;
    max-width: 100%;
    display: block;
    border-radius: 5px;
}




.css-lsuuna {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

@media (max-width: 1024px) {
  .css-lsuuna {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .css-lsuuna {
    grid-template-columns: 1fr;
  }
}


.css-1jipdwj.has-label {
    gap: 0.5em;
}

.css-1jipdwj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-icon{
    text-transform: capitalize;
}

.css-icon p.heavy,.css-icon p.tiny {
    font-weight: 500;
}

.css-icon p:first-child {
    margin-top: 0;
}
.css-icon p:last-child {
    margin-bottom: 0;
}
.css-icon p {
    color: #000;
    line-height: 26px;
    margin: 0 0 0.5em;
}

.css-1jipdwj svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    stroke: transparent;
}



.css-kvuu3i{height:60px!important;}
.css-1n6bo {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
    border: 1px solid #fff important;
    box-shadow: var(--ldg-bnb-box-shadow, 0px 24px 54px 0px rgba(0, 0, 0, 0)!important);
    
}

.show-more-lightbox{background:#000000!important; color:#ffffff!important;     padding: 10px !important;
    border-radius: 30px !important;
    font-size: 12px !important;}
    
            .custom-marker {
                display: flex;
                flex-direction: column;
                align-items: center;
                position: absolute;
                transform: translate(-50%, -100%);
                z-index: 100;
            }
            .custom-marker.active-marker{
                z-index:9999;
            }

            .custom-marker .marker-title {
                background: white;
                padding:15px 25px;
                border-radius: 0;
                font-weight: bold;
                max-width: 200px;
                font-size:16px;
                /*text-align: center;*/
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
                margin-bottom: 10px;
            }

            .custom-marker .marker-price {
                background: black;
                color: white;
                padding: 10px;
                border-radius: 4px;
                text-align: center;
                line-height: 1.2;
                position: relative;
                transition: transform 0.2s;
            }
            
            .custom-marker.active-marker .marker-price,
            .custom-marker .marker-price:hover {
                transform: translate(0px, -0.5em);
                /*background: white;*/
                /*color: black;*/
            }
            
            .custom-marker .marker-title {
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.3s ease, visibility 0.3s ease;
            }
            
            .custom-marker.active-marker .marker-title,
            .custom-marker:hover .marker-title {
                opacity: 1;
                visibility: visible;
            }
            
             .custom-marker .marker-price p{
                display:block;
                margin:0;
                margin-bottom:5px;
                font-size:12px;
             }
             
             
            .custom-marker .marker-price strong{
                font-size: 16px;
                font-weight:900;
            }
            .custom-marker .marker-price .small{
                border: 1px solid #fff;
                margin-bottom: 5px;
                padding: 2px 5px;
                width: 100%;
                display: block;
                font-size: 10px;
            }

            .custom-marker .marker-price::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                width: 0;
                height: 0;
                border-top: solid 0.625em black;
                border-left: 0.625em solid transparent;
                border-right: 0.625em solid transparent;
            }

            .custom-marker .marker-price small {
                font-size: 11px;
                opacity: 0.8;
            }
            
           .custom-marker .marker-link {
    cursor: pointer;
}

.css-1mwn02k{
    display: none !important;
}
}
