/*
Theme Name: Royal Pride
Theme URI: 
Author: Team Badabiz Technologies
Author URI: https://www.badabiz.com
Description: WordPress theme created for Royal Pride
Version: 1.0
*/

.mobile-logo img,
.header-logo img,
.about-logo img {
    width: auto;
    max-height: 100px;
}


.property-results{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
margin-top:30px;
}

.property-card{
border:1px solid #ddd;
padding:15px;
border-radius:10px;
background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.property-image img{
width:100%;
height:220px;
object-fit:cover;
border-radius:8px;
}

.property-card h3{
margin-top:15px;
font-size:22px;
}

.property-card a{
display:inline-block;
margin-top:10px;
padding:10px 20px;
background:#0073aa;
color:#fff;
text-decoration:none;
border-radius:5px;
}



.custom-pagination{
margin-top:50px;
text-align:center;
}

.custom-pagination .page-numbers{
display:inline-block;
padding:10px 15px;
margin:5px;
border:1px solid #ddd;
text-decoration:none;
border-radius:5px;
}

.custom-pagination .current{
background:#0073aa;
color:#fff;
}