.property-banner{

padding:70px 0;

background:#fff;

text-align:center;

}

.property-banner h1{

font-size:48px;

font-weight:700;

margin-bottom:10px;

}

.property-banner p{

color:#666;

margin-bottom:40px;

}

.search-top{

max-width:1000px;

margin:auto;

}

.search-top .input-group{

background:#fff;

padding:20px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.filter-box{

background:#fff;

padding:25px;

border-radius:15px;

box-shadow:0 10px 20px rgba(0,0,0,.08);

position:sticky;

top:100px;

}

.property-card{

background:#fff;

border-radius:15px;

overflow:hidden;

border:1px solid #eee;

transition:.3s;

height:100%;

}

.property-card:hover{

transform:translateY(-5px);

box-shadow:0 15px 30px rgba(0,0,0,.12);

}

.property-image{

position:relative;

height:230px;

overflow:hidden;

}

.property-image img{

width:100%;

height:100%;

object-fit:cover;

}

.property-image .badge{

position:absolute;

top:15px;

right:15px;

z-index:5;

}

.property-body{

padding:20px;

}

.property-body h5{

font-weight:700;

margin-bottom:10px;

}

.property-body h4{

color:#0d6efd;

font-weight:700;

margin-top:15px;

}