.elementor-13564 .elementor-element.elementor-element-139dee0f > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(178deg, #FFFFFF17 72%, #000000 100%);opacity:0.65;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13564 .elementor-element.elementor-element-139dee0f > .elementor-container{max-width:750px;min-height:1001px;}.elementor-13564 .elementor-element.elementor-element-139dee0f .elementor-background-slideshow__slide__image{background-position:center center;}.elementor-13564 .elementor-element.elementor-element-139dee0f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13564 .elementor-element.elementor-element-4543aefa > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13564 .elementor-element.elementor-element-34a2878b img{width:400px;max-width:400px;opacity:1;box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.5);}.elementor-13564 .elementor-element.elementor-element-568c3dec > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 15px 0px 15px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:767px){.elementor-13564 .elementor-element.elementor-element-139dee0f > .elementor-container{min-height:41vh;}.elementor-13564 .elementor-element.elementor-element-139dee0f{margin-top:0px;margin-bottom:0px;padding:100px 0px 100px 0px;}.elementor-13564 .elementor-element.elementor-element-4543aefa > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-13564 .elementor-element.elementor-element-34a2878b{text-align:center;}.elementor-13564 .elementor-element.elementor-element-34a2878b img{max-width:80%;}}/* Start custom CSS for shortcode, class: .elementor-element-568c3dec */#hero-search .ihf-eureka .ihf-navbar {
    padding: 0;
}

#hero-search .ihf-eureka.ihf-blue .ihf-btn-primary {
    background: #000000;
}
#hero-search .ihf-eureka  .ihf-col {
    padding: 0 !important;
}

#hero-search .ihf-eureka .ihf-row {
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-793e6f70 */.property-status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.single-property {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-property .property-info {
    background: rgb(0 0 0 / 70%);
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-property .num {
    font-size: 2em;
    margin: 0;
    color: #fff;
    text-shadow: 4px 3px #333;
}

.single-property .text {
    margin: 0;
    color: #fff;
    font-size: 0.8em;
    border-top: 2px solid #fff;
    padding-top: 3px
}


.property-info{
    transition: 0.3s;
    box-shadow: 0 0 5px #333;
}
.property-info:hover {
    background: rgb(255 255 255 / 50%);
}

.single-property  .property-info:hover  .text {
    color: #333;
}

@media all and (max-width: 767px) {
    .property-status {
        gap: 10px;
        padding: 0 15px;
    }
    .single-property .text {
        font-size: 0.5em;
    }
    .single-property .num {
        font-size: 1.5em;
    }
}/* End custom CSS */