.elementor-9210 .elementor-element.elementor-element-9ebbd52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-9210 .elementor-element.elementor-element-9ebbd52{--padding-top:0px;--padding-bottom:0px;--padding-left:12px;--padding-right:12px;}}@media(min-width:768px){.elementor-9210 .elementor-element.elementor-element-9ebbd52{--content-width:1211px;}}/* Start custom CSS for shortcode, class: .elementor-element-89b516c *//* Add in Appearance > Customize > Additional CSS */

.property-wrap{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
}

.property-card{
    position:relative;
}

.property-image-wrap{
    display:block;
    position:relative;
    overflow:hidden;
    border-radius:28px;
}

.property-img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

.property-card:hover .property-img{
    transform:scale(1.05);
}

.property-tag{
    position:absolute;
    top:22px;
    left:22px;
    padding:8px 18px;
    border:1px solid rgba(255,255,255,0.7);
    border-radius:30px;
    color:#fff;
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
}

.property-content{
    padding-top:22px;
}

.property-content h3{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.2;
    font-weight:700;
}

.property-content h3 a{
    color:#111;
    text-decoration:none;
}

.property-location,
.property-year{
    margin:0;
    color:#555;
    font-size:22px;
    line-height:1.6;
}

@media(max-width:1200px){
.property-wrap{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:767px){
.property-wrap{
grid-template-columns:1fr;
}
.property-img{
height:420px;
}
.property-content h3{
font-size:24px;
}
.property-location,
.property-year{
font-size:18px;
}
}/* End custom CSS */