.elementor-2165 .elementor-element.elementor-element-7bd53f5{margin-top:7rem;margin-bottom:7rem;}/* Start custom CSS for html, class: .elementor-element-0ce6019 */.property-listing-wrap{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.property-card{
    display:flex;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

.property-slider{
    width:320px;
    position:relative;
    overflow:hidden;
}

a:visited {
    color: #000000 !important;
}

.property-slider .slides{
    position:relative;
    height:100%;
}

.property-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:none;
}

.property-slider img.active{
    display:block;
}

.featured-tag{
    position:absolute;
    top:15px;
    left:15px;
    background:#CD0610;
    color:#fff;
    padding:6px 10px;
    font-size:12px;
    font-weight:600;
}

.sale-tag{
    background:#444;
    color:#fff;
    padding:4px 8px;
    font-size:11px;
    border-radius:3px;
}

.prev,
.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    border:none;
    background:rgba(0,0,0,.5);
    color:#fff;
    cursor:pointer;
    z-index:10;
}

.prev{
    left:10px;
}

.next{
    right:10px;
}

.property-content{
    flex:1;
    padding:25px;
}

.property-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:20px;
}

.property-top h3{
    margin:12px 0 5px;
    font-size:16px;
    font-weight:600;
}

.location{
    color:#777;
}

.price{
    font-size:18px;
    font-weight:700;
    color:#111;
}

.property-features{
    display:flex;
    gap:25px;
    margin-bottom:25px;
    font-size:15px;
}

.category{
    font-weight:700;
    margin-bottom:8px;
}

.meta{
    color:#888;
}

.property-bottom{
    display:flex;
    justify-content:space-between;
    align-items:end;
}

.details-btn{
    background:#CD0610;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:6px;
    font-weight:600;
    font-size: 15px;
}

.details-btn:hover{
    background:#0088d8;
}

@media(max-width:991px){

.property-card{
    flex-direction:column;
}

.property-slider{
    width:100%;
    height:280px;
}

.property-top{
    flex-direction:column;
    gap:15px;
}

.property-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
}

.price{
    font-size:28px;
}

}
.property-page{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns: 3fr 1fr;
    gap:35px;
}

.property-list{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.property-sidebar{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.sidebar-box{
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

.sidebar-box h3{
    margin-bottom:20px;
    font-size:20px;
}

.sidebar-box ul{
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar-box li{
    display:flex;
    justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid #eee;
}

.sidebar-box li:last-child{
    border-bottom:none;
}

.sidebar-box a{
    text-decoration:none;
    color:#1e88e5;
}


/* Tablet & Mobile Responsive */
@media (max-width:768px){

    .property-page{
        grid-template-columns:1fr;
        gap:25px;
    }

    .property-sidebar{
        order:2;
    }

    .property-list{
        order:1;
    }

    .property-card{
        flex-direction:column;
    }

    .property-slider{
        width:100%;
        height:250px;
    }

    .property-content{
        padding:20px;
    }

    .property-top{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
        margin-bottom:15px;
    }

    .property-top h3{
        font-size:18px;
        line-height:1.4;
    }

    .price{
        font-size:24px;
    }

    .property-features{
        flex-wrap:wrap;
        gap:15px;
        margin-bottom:20px;
    }

    .property-features > div{
        width:calc(50% - 8px);
    }

    .property-bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .details-btn{
        width:100%;
        text-align:center;
        padding:14px;
    }

    .sidebar-box{
        padding:20px;
    }

    .sidebar-box h3{
        font-size:18px;
    }

    .sidebar-box li{
        font-size:14px;
        gap:10px;
    }

    .featured-tag{
        font-size:11px;
        padding:5px 8px;
    }

    .prev,
    .next{
        width:32px;
        height:32px;
    }

}/* End custom CSS */