:root {
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.08);
}
a {
    color: var(--e-global-color-primary);
}
b, strong {
    font-weight: 600;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.card-shadow {
    -webkit-box-shadow: var(--shadow-card);
    box-shadow: var(--shadow-card);
}
.rounded-xl {
    border-radius: 0.75rem;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.lh-0 {
    line-height: 0;
}
.text-muted-foreground {
    color: #667799;
}
.mb-30 {
    margin-bottom: 30px;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-shadow,
.sae-property-item .sae-property-slider .swiper-slide-active img {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sae-property-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

*,
*:focus,
a:focus,
button:focus,
input:focus,
select:focus {
    outline: 0 !important;
    outline: none !important;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
header .menu-item-has-children a.has-submenu .sub-arrow {
    padding-left: 5px;
}
header .menu-item-has-children a.has-submenu .sub-arrow:after {
    content: "";
    background: url(/wp-content/uploads/2025/09/down-arrow.svg);
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
}
header ul.elementor-nav-menu--dropdown a {
    border: none !important;
}
.sae-header-favorite-wrap svg {
    width: 25px;
    height: 25px;
}
.sae-header-search {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Icon button */
.sae-header-search-icon {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    line-height: 0;
}

.sae-header-search-form {
    position: absolute;
    top: calc(100% + 27px);
    right: -10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    width: 250px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.sae-header-search-form input {
    width: 100%;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    outline: none;
    background: #fff;
}
.sae-header-search.is-open .sae-header-search-form {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
}
.sae-search-input-wrap {
    position: relative;
}
.sae-search-input-wrap input {
    width: 100%;
    padding-right: 42px; /* space for icon */
}
.sae-search-input-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0;
    background: transparent !important;
    padding: 0 !important;
    cursor: pointer !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sae-search-input-submit:hover svg {
    opacity: 0.8;
}

.sae-fav-counter {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.sae-fav-count {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

.sae-small-wrapper > .e-con-inner,
.sae-small-wrapper > .e-con-full {
    max-width: 1100px;
    margin: 0 auto;
}

.sae-mega-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/wp-content/uploads/2025/11/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 36px;
}

.sae-property-filter {
    background-color: #00000047;
    padding: 15px;
    border-radius: 8px;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    position: relative;
}
.sae-property-filter .sae-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.sae-property-filter .sae-input,
.sae-property-filter .sae-select,
.sae-mega-toggle {
    padding: 10px !important;
    border: none;
    border-radius: 4px !important;
    min-width: 140px;
    font-size: 14px;
    background-color: #fff !important;
    text-align: left;
    color: #333 !important;
    width: 100%;
    height: 100%;
}
.sae-property-filter .sae-btn {
    background: var(--e-global-color-accent);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-width: 150px;
    width: 100%;
}
.sae-property-filter .sae-btn:hover {
    background: var(--e-global-color-e274ee6);
}

.sae-properties-list {
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding: 0;
}
.sae-property-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px);
    background-color: #f0f0f0;
}
.sae-property-item .swiper-pagination {
    bottom: 20px !important;
}
.sae-property-item:hover {
    -webkit-box-shadow:
        0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    box-shadow:
        0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.sae-property-item:hover .sae-property-slider .swiper-slide-active img {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.sae-property-item .sae-property-description {
    padding: 1.5rem;
    background: #fff;
    height: 100%;
}
.sae-property-item .sae-property-description .sae-property-card-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 1rem;
}
.sae-property-item .sae-property-description .sae-property-card-title a {
    color: var(--e-global-color-e274ee6);
}
.sae-property-card-location {
    gap: 5px;
    text-transform: capitalize;
    line-height: 1;
}
.sae-property-card-details {
    gap: 30px;
    text-align: center;
}
.sae-property-specs .sae-property-card-details {
    margin-bottom: 0px;
}
.sae-property-card-details .spec {
    gap: 5px;
}
.sae-property-card-details img {
    max-width: 50px;
}
.sae-property-card-details > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.sae-property-card-bottom .sae-property-card-pricing {
    border-top: 1px solid #e2e4e9;
    padding-top: 20px;
    margin-top: 20px;
}
.sae-property-card-bottom .sae-property-price {
    font-size: 22px;
    font-weight: 600;
}
.sae-property-link {
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    background: var(--e-global-color-accent);
}
.sae-property-link:hover {
    color: #fff;
    background: var(--e-global-color-e274ee6);
}
.sae-property-ref-id {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #192a4dd4;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 100px;
    line-height: 1.3em;
    font-weight: 500;
    z-index: 1;
}
.sae-remember-heart {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #192a4dd4 !important;
    text-align: center;
    line-height: 30px;
}
.sae-remember-heart .sae-heart-icon path,
.sae-remember-heart.is-loading .sae-heart-icon path {
    -webkit-transition:
        fill 0.2s ease,
        stroke 0.2s ease;
    -o-transition:
        fill 0.2s ease,
        stroke 0.2s ease;
    transition:
        fill 0.2s ease,
        stroke 0.2s ease;
    fill: hsl(0deg 0% 100% / 85%);
}
.sae-remember-heart .sae-heart-icon:hover path {
    fill: hsl(0deg 0% 100% / 100%);
}
.sae-fav-counter.has-favorites svg path {
    fill: var(--e-global-color-accent);
}
.sae-remember-heart.is-saved .sae-heart-icon path,
.sae-fav-counter:hover svg path {
    stroke: #e63946;
    fill: #e63946;
}
.sae-remember-heart svg {
    width: 16px;
    height: auto;
}
.sae-remember-heart.is-loading {
    pointer-events: none;
    opacity: 0.6;
}

.sae-property-pagination {
    margin-top: 50px;
    text-align: center;
}
.sae-property-pagination a,
.sae-property-pagination .dots {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #e2e4e9;
    line-height: 28px;
    border-radius: 8px;
    padding: 5px;
    color: var(--e-global-color-e274ee6);
}
.sae-property-pagination .dots {
    font-size: 20px;
    padding: 0;
    border: none;
    height: auto;
    line-height: normal;
    vertical-align: bottom;
    letter-spacing: 2px;
}
.sae-property-pagination a.active,
.sae-property-pagination a:hover {
    color: #fff;
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}
.sae-property-pagination .prev-page,
.sae-property-pagination .next-page {
    width: auto;
    padding: 5px 15px;
}

.sae-property-slider .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
}
.sae-property-image {
    border-bottom: 1px solid #ededed;
}
.sae-property-slider .swiper-button-next:after,
.sae-property-slider .swiper-button-prev:after {
    font-size: 25px;
    color: #fff;
}
.sae-property-slider .swiper-pagination-bullet-active {
    background: #fff;
}
.sae-property-feature-item {
    gap: 10px;
}
.sae-property-feature-item:not(:last-child) {
    margin-bottom: 10px;
}
.sae-property-info-heading {
    margin-top: 0;
    color: var(--e-global-color-primary);
}

.sae-active-filters {
    margin-bottom: 15px;
    gap: 8px;
    font-size: 14px;
}
.sae-results-header {
    margin-bottom: 30px;
    background: var(--e-global-color-881f361);
    padding: 15px;
    border-radius: 8px;
}
.sae-active-filter-tags .flex {
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sae-active-filter-tags .sae-active-filter-tag {
    padding: 5px 15px;
    border-radius: 20px;
    background: var(--e-global-color-5584e10);
    text-decoration: none;
    color: #ffffff;
}
.sae-filter-clear-all {
    background: var(--e-global-color-accent);
    color: #fff !important;
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.sae-main-property-wrapper .sae-property-card-details {
    border: none !important;
    padding-bottom: 0 !important;
    max-width: 425px;
}
.sae-main-property-wrapper .property-gallery-main img,
.sae-main-property-wrapper .property-gallery-thumbs img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}
.sae-main-property-wrapper .property-gallery-thumbs img {
    border: 2px solid #ddd;
}
.sae-main-property-wrapper .property-gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}
.sae-main-property-wrapper .property-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-radius: 12px;
}
.sae-main-property-wrapper .property-gallery-thumbs .swiper-slide-thumb-active img {
    border-color: var(--e-global-color-accent);
}
.sae-main-property-wrapper .property-gallery-thumbs {
    margin-top: 10px;
}
.sae-property-details p {
    margin-bottom: 0;
}
.sae-property-specs .sae-property-card-details > div {
    max-width: 130px;
}
.sae-property-specs .sae-property-card-details .sae-property-spec-label {
    font-size: 18px;
    margin-top: 5px;
}

.sae-property-specs .sae-property-card-details > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.sae-single-property-slider .swiper-button-next:after,
.sae-single-property-slider .swiper-button-prev:after {
    font-size: 25px;
    color: #fff;
}

.property-gallery-main {
    position: relative;
    overflow: hidden;
}

.sae-main-property-wrapper .property-gallery-main img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 760px;
    max-height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sae-main-property-wrapper .property-gallery-thumbs {
    margin-top: 10px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sae-main-property-wrapper .property-gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100%;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
}

.sae-main-property-wrapper .property-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.sae-main-property-wrapper .property-gallery-thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.sae-property-price label {
    font-size: 18px;
    margin-bottom: 15px;
}
.sae-property-price span {
    font-size: 40px;
    display: block;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 700;
    color: var(--e-global-color-e274ee6);
}
.sae-property-bts a {
    display: inline-block;
    padding: 13px 35px;
    margin-right: 15px;
    border: 2px solid var(--e-global-color-accent);
    font-weight: 600;
}
.sae-property-bts .sae-remember-link {
    background: transparent;
    border-color: var(--e-global-color-e274ee6);
    color: var(--e-global-color-e274ee6);
}

.sae-remember-btn.is-saved {
    border-color: var(--e-global-color-e274ee6) !important;
    background: var(--e-global-color-e274ee6) !important;
    color: #ffffff !important;
}
.sae-property-bts a:hover {
    border-color: var(--e-global-color-e274ee6) !important;
    background: var(--e-global-color-e274ee6) !important;
    color: #ffffff !important;
}

.sae-skeleton {
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 8px;
}
/* Shimmer animation */
.sae-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(rgba(255, 255, 255, 0)),
        color-stop(50%, rgba(255, 255, 255, 0.6)),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-animation: sae-shimmer 1.2s infinite;
            animation: sae-shimmer 1.2s infinite;
}

@-webkit-keyframes sae-shimmer {
    0% {
        left: -150px;
    }
    100% {
        left: 100%;
    }
}

@keyframes sae-shimmer {
    0% {
        left: -150px;
    }
    100% {
        left: 100%;
    }
}

/* Skeleton sizes */
.property-gallery-main .sae-skeleton-img {
    height: 480px;
}
.sae-property-slider .sae-skeleton-img {
    height: 300px;
}

.sae-skeleton-thumb-slide {
    width: 100%;
    min-width: 121px;
    margin-right: 10px;
}
.sae-skeleton-thumb {
    height: 80px;
    width: 100%;
}

.property-gallery-thumbs .sae-skeleton-thumb-slide {
    margin-right: 10px;
}

.sae-ribbon {
    --r: 1em;
    border-block: 0.5em solid #0000;
    padding-inline: 0.5em calc(var(--r) + 0.25em);
    -webkit-clip-path: polygon(
        100% 0,
        0 0,
        0 100%,
        100% 100%,
        100% calc(100% - 0.25em),
        calc(100% - var(--r)) 50%,
        100% 0.25em
    );
            clip-path: polygon(
        100% 0,
        0 0,
        0 100%,
        100% 100%,
        100% calc(100% - 0.25em),
        calc(100% - var(--r)) 50%,
        100% 0.25em
    );
    background:
        -o-radial-gradient(left, 0.2em 50%, #000a, #0000) border-box,
        #ff6b6b padding-box;
    background:
        radial-gradient(0.2em 50% at left, #000a, #0000) border-box,
        #ff6b6b padding-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.sae-pdf-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sae-pdf-overlay.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sae-pdf-modal {
    position: relative;
    width: 90%;
    height: 85%;
    max-width: 1480px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.sae-pdf-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.sae-pdf-close {
    position: absolute;
    z-index: 10;
    background: none !important;
    right: 10px;
    top: 5px;
    padding: 0 !important;
    font-size: 40px;
    color: #000 !important;
    line-height: 1;
    cursor: pointer !important;
    border: none !important;
}
.sae-pdf-loading {
    text-align: center;
    font-size: 16px;
    background: #fff;
}
.sae-pdf-modal-title {
    padding: 15px 30px;
    font-size: 20px;
    border-bottom: 1px solid #ededed;
}
.sae-pdf-progress {
    text-align: center;
    font-size: 15px;
    color: #333;
}
.sae-pdf-modal-content {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 1.5rem;
    z-index: 5;
}

.sae-mega-toggle {
    min-height: 44px;
}
.sae-mega-panel {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    max-width: 100%;
    background: #fff;
    padding: 24px;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.15);
            box-shadow: 0 20px 40px rgba(0,0,0,.15);
    display: none;
    z-index: 1000;
    max-height: 43vh;
    overflow: auto;
    border-radius: 8px;
}
.sae-mega-dropdown.is-open .sae-mega-panel,
.sae-mega-dropdown.is-open .sae-location-panel-group {
    display: -ms-grid;
    display: grid;
}
.sae-location-panel-group {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px !important;
}
.sae-location-group, .sae-location-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sae-location-group, .sae-price-panel, .sae-type-panel, .sae-panel-group, .sae-location-options {
    gap: 8px;
}
.sae-location-title {
    color: #111;
}
.sae-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    cursor: pointer;
}
.sae-mega-panel-header h4 {
    margin: 0 0 10px;
    font-size: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.sae-location-search .sae-input {
    padding: 10px !important;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    height: auto;
}
.sae-location-search .sae-input,
.sae-location-search .sae-location-search-bottom-title {
    margin-bottom: 15px;
}

.sae-post-content-wrapper {
    display: none !important;
}
.sae-post-content-wrapper:has(.e-con-inner .sae-post-content-con) {
    display: block !important;
}


.sae-pdf-modal {
    width: 90vw;
    height: 90vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sae-pdf-modal-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}

.sae-pdf-frame {
    position: absolute;
    inset: 0;
    display: none;
}

.sae-pdf-loading {
    padding: 20px;
    text-align: center;
}

.sae-header-right .cpel-switcher__nav .cpel-switcher__list {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.sae-energy-certificate .indicator {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 7px 10px;
    position: relative;
}
.sae-energy-certificate .indicator:after {
    border: 1.12rem solid #0000;
    border-left-width: 1.1rem;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
}
.sae-energy-certificate > div:not(:last-child) {
    margin-bottom: 5px;
}
.bgopt1 {
    background-color: #333;
    width: 10%;
}
.bgopt2 {
    background-color: #444;
    width: 20%;
}
.bgopt3 {
    background-color: #555;
    width: 30%;
}
.bgopt4 {
    background-color: #666;
    width: 40%;
}

.bgopt5 {
    background-color: #777;
    width: 50%;
}

.bgopt6 {
    background-color: #888;
    width: 60%;
}

.bgopt7 {
    background-color: #999;
    width: 70%;
}

.sae-energy-certificate.inactive .i_0:after {
    border-left-color: #333;
}

.sae-energy-certificate.inactive .i_1:after {
    border-left-color: #444;
}

.sae-energy-certificate.inactive .i_2:after {
    border-left-color: #555;
}

.sae-energy-certificate.inactive .i_3:after {
    border-left-color: #666;
}

.sae-energy-certificate.inactive .i_4:after {
    border-left-color: #777;
}

.sae-energy-certificate.inactive .i_5:after {
    border-left-color: #888;
}

.sae-energy-certificate.inactive .i_6:after {
    border-left-color: #999;
}

.sae-energy-certificate .i_6:after {
    border-left-color: #fd0100;
}

.elementor-form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
}
.elementor-form .elementor-field-type-acceptance .elementor-field-option label a {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}
.sae-property-equipment p:last-child {
    margin-bottom: 0;
}

.sae-property-map {
    z-index: 1;
}
/* Active filters toggle (mobile only) */
.sae-active-filters-toggle {
    display: none;
    width: 100%;
    background-color: var(--e-global-color-881f361) !important;
    border: none;
    padding: 10px 15px !important;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    color: var(--e-global-color-text) !important;
    
}
.sae-active-filters-toggle .toggle-icon {
    background-image: url(/wp-content/uploads/2025/11/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

/* GRAVITY FORM */
.gform-theme--api, .gform_wrapper, .gform_fields {
    --gf-form-gap-x: 20px !important;
    --gf-form-gap-y: 20px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.sae-form-wrapper .gform_fields {
	-moz-column-gap: var(--gf-form-gap-x);
    column-gap: var(--gf-form-gap-x);
}
.sae-form-wrapper {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.sae-form-wrapper .gform_heading .gform_required_legend {
	display: none;
}
.sae-form-wrapper .gform_wrapper {
	background: #fff;
    padding: 30px;
    border-radius: 12px;
}
.sae-form-wrapper input[type="text"], .sae-form-wrapper input[type="email"], .sae-form-wrapper input[type="number"], .sae-form-wrapper textarea, .sae-form-wrapper select {
	background: #ffffff !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.0) !important;
    padding: 12px 15px !important;
    color: var(--e-global-color-text) !important;
    height: auto !important;
    line-height: 1.3em !important;
}
.sae-form-wrapper input[type="text"], .sae-form-wrapper input[type="email"], .sae-form-wrapper input[type="number"], .sae-form-wrapper textarea,
.sae-form-wrapper input[type="checkbox"], .sae-form-wrapper select {
    border: 1px solid #d5d5d5 !important;
    border-radius: 4px !important;
}
.sae-form-wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("/wp-content/uploads/2025/11/chevron-down.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 16px !important;
    padding-right: 36px !important;
}
.sae-form-wrapper ul.gfield_checkbox li, 
.sae-form-wrapper ul.gfield_radio li {
	margin: 0;
	display: inline-block;
	margin-right: 15px;
}
.sae-form-wrapper ul.gfield_checkbox li input[type=checkbox],
.sae-form-wrapper ul.gfield_radio li input[type=radio] {
	margin-top: 2px !important;
	margin-right: 0;
	width: 15px !important;
	height: 15px;
}
.sae-form-wrapper textarea {
	max-height: 100px !important;
}
.sae-form-wrapper ul li.field_description_below div.ginput_container_checkbox, 
.sae-form-wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}
.sae-form-wrapper .gform_footer {
	text-align: right;
}
.sae-form-wrapper input[type="submit"] {
	border-radius: 8px !important;
    padding: 15px 30px !important;
    background: var(--e-global-color-5584e10) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
	border: none !important;
	min-width: 180px !important;
    text-transform: uppercase !important;
}
.sae-form-wrapper input[type="submit"]:hover {
    background: var( --e-global-color-accent ) !important;
}
.sae-form-wrapper .gform-field-label, .sae-form-wrapper .gform-field-label a {
	color: var(--e-global-color-text) !important;
    font-weight: 500;
}
.sae-form-wrapper .gform-field-label a {
    text-decoration: underline;
}
.gform-theme--api, .gform-theme--framework {
    --gf-ctrl-choice-check-color: var(--e-global-color-5584e10);
}

/* GRAVITY FORM ERROR STYLE */
.gform_wrapper .validation_message {
	padding: 0 !important;
}
.gfield_consent_label {
    cursor: pointer;
}
#main-content .gform_wrapper li.gfield.gfield_error, #main-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 0px!important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.gform_wrapper .gfield_radio li label, .gform_wrapper li label {
	color: #333;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #333 !important;
	margin: 0 !important;
}
/* END GRAVITY FORM */

@media (max-width: 1200px) {
    .sae-properties-list {
        -ms-grid-columns: minmax(0, 1fr) 25px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }
}

@media (max-width: 1080px) {
    .sae-filter-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sae-filter-wrapper .sae-property-filter-field {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    }
    .sae-mega-panel {
        top: auto;
        width: calc(100% - 30px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .sae-main-property-wrapper .sae-property-card-details {
        gap: 3rem !important;
    }
    .sae-active-filter-tags {
        width: calc(100% - 230px);
    }
    .hidden-md, .sae-read-toggle, .sae-desc-fade {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sae-skeleton-img {
        height: 220px;
    }
    .sae-properties-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .sae-property-card-details {
        gap: 20px;
    }
    .sae-property-card-details img {
        max-width: 35px;
    }
    .sae-main-property-wrapper .sae-property-card-details {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .sae-property-price span {
        font-size: 32px;
    }
    .sae-property-bts a {
        display: block;
        margin-right: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
    }
    .sae-property-bts .sae-remember-link {
        margin-top: 10px;
    }
    .sae-property-price label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sae-pdf-modal {
        height: 80vh;
    }
    .sae-mega-panel {
        padding: 10px 15px;
    }
    .sae-active-filter-tags .sae-active-filter-tag {
        font-size: 12px;
        padding: 3px 10px;
    }
    .sae-active-filters-toggle {
        display: flex;
    }
    .sae-active-filters-content {
        display: none;
        margin-top: 10px;
    }
    .sae-active-filters[data-open="true"] .sae-active-filters-content {
        display: block;
    }
    .sae-active-filters[data-open="true"] .toggle-icon {
        transform: rotate(180deg);
    }
    .sae-active-filter-clear {
        margin-top: 15px;
    }
    .sae-filter-clear-all {
        justify-content: center;
        font-size: 12px;
        padding: 5px 20px;
    }
    .sae-property-singlepage-description .sae-property-description, .sae-property-page-description {
        position: relative;
        overflow: hidden;
        max-height: 220px;
        transition: max-height 0.35s ease;
    }

    .sae-property-singlepage-description .sae-property-description.is-expanded,
    .sae-property-page-description.is-expanded {
        max-height: 5000px;
    }
    /* fade overlay */
    .sae-desc-fade {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35px;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }
    .sae-property-singlepage-description .sae-desc-fade {
        background: linear-gradient(to bottom, rgba(5, 5, 5, 0), var( --e-global-color-881f361 ));
    }
    .sae-property-page-description .sae-desc-fade {
        background: linear-gradient(to bottom, rgba(255 255 255 / 0), #ffffff);
    }
    .sae-property-singlepage-description .sae-property-description.is-expanded .sae-desc-fade,
    .sae-property-page-description.is-expanded .sae-desc-fade {
        opacity: 0;
    }
    .sae-read-toggle {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 5px;
        font-weight: 600;
        color: var( --e-global-color-accent ) !important;
        background: none !important;
        border: 1px solid var( --e-global-color-accent ) !important;
        padding: 3px 10px !important;
    }
    .sae_property_pages .sae-read-toggle {
        justify-content: center;
        margin-top: 0px;
    }
    .sae-filter-item-wrapper {
        padding-bottom: 45px;
    }
    .sae-filter-item-btn {
        position: absolute;
        bottom: 0;
        padding-top: 10px;
        border-top: 1px solid #f5f5f5;
        gap: 10px;
    }
    .sae-results-header,
    .sae-sort-select,
    .sae-read-toggle,
    .sae-filter-item-btn .sae-btn,
    .sae-mega-panel-header h4,
    .sae-filter-item {
        font-size: 14px;
    }
    .sae-filter-item-btn .sae-btn {
        padding: 5px 20px !important;
    }
    .sae-mega-panel-header h4 {
        margin: 0 0 10px;
        padding-bottom: 5px;
    }
    .sae-filter-item {
        max-height: 33vh;
        margin-bottom: 5px;
        overflow: auto;
    }
    .sae-location-search .sae-input, .sae-location-search .sae-location-search-bottom-title {
        margin-bottom: 10px;
    }
    .sae-location-search .sae-input {
        padding: 5px 10px !important;
    }
    .sae-mega-toggle {
        min-height: 36px;
        padding: 6px 10px !important;
    }
    .sae-filter-count {
        font-size: 12px;
        line-height: 1.3em;
    }
}

@media (max-width: 450px) {
    .sae-property-slider .swiper-slide img {
        max-height: 250px;
        min-height: 250px;
    }
    .sae-property-item .sae-property-description {
        padding: 1.2rem;
    }
}

@media (max-width: 380px) {
    .sae-property-link {
        padding: 10px 15px;
        font-size: 14px;
    }
    .sae-property-card-bottom .sae-property-price {
        font-size: 22px;
    }
    .sae-property-card-bottom .sae-property-card-pricing {
        padding-top: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 350px) {
    .sae-header-favorite-wrap svg {
        width: 22px;
        height: 22px;
    }
    .sae-header-search-icon svg {
        width: 20px;
    }
    .sae-header-right .cpel-switcher__toggle > a {
        padding: 0 !important;
    }
    .sae-property-card-bottom .sae-property-price {
        font-size: 18px;
    }
    .sae-property-link {
        font-size: 12px;
    }
}