/* PROPERTY HERO */

.property-hero-details{
text-align:center;
padding:40px 20px;
max-width:900px;
margin:auto;
}

.property-main-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.property-location{
color:#666;
margin-top:5px;
}

.property-price{
font-size:28px;
font-weight:700;
color:#0f2a44;
margin-top:10px;
}

.property-hero img{
width:100%;
height:500px;
object-fit:cover;
border-radius:8px;
}


/* CONTACT BUTTONS */

.property-contact{
margin-top:40px;
display:flex;
justify-content:center;
align-items:center;
gap:15px;
}

.property-call-btn,
.property-share-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 26px;
font-size:16px;
font-weight:600;
border-radius:6px;
text-decoration:none;
border:none;
cursor:pointer;
}

.property-call-btn{
background:#25D366;
color:#fff;
}

.property-call-btn:hover{
background:#1ebe5d;
}

.property-share-btn{
background:#0f2a44;
color:#fff;
}

.property-share-btn:hover{
background:#193c5d;
}


/* INFO SECTION */

.bp-info-section{
margin-top:40px;
}

.bp-overview-card{
margin-bottom:30px;
}


/* TITLE BOX */

.property-main-title{
display:block;
max-width:700px;
margin:30px auto;
padding:18px 28px;
background:#ffffff;
text-align:center;
border-radius:10px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
font-size:30px;
font-weight:700;
}


/* WRAPPER */

.property-wrapper{
max-width:1100px;
margin:0 auto;
padding:0 20px;
}


/* INFO GRID */

.bp-info-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin:30px auto;
}

.bp-gallery{
max-width:1100px;
margin:40px auto;
}


/* MOBILE */

@media(max-width:768px){

.bp-info-grid{
grid-template-columns:1fr 1fr;
gap:12px;
}

.bp-info-card{
display:flex;
flex-direction:column;
justify-content:center;
min-height:90px;
}

.bp-price-card{
min-height:90px;
}

}


/* WHATSAPP BUTTON */

.property-whatsapp-btn{
background:#25D366;
color:#fff;
padding:12px 26px;
font-size:16px;
font-weight:600;
border-radius:6px;
text-decoration:none;
}

.property-whatsapp-btn:hover{
background:#1ebe5d;
}


/* CONTACT BUTTON GROUP */

.property-contact-buttons{
display:flex;
justify-content:center;
align-items:center;
gap:14px;
flex-wrap:wrap;
margin-top:25px;
}

.property-call-btn,
.property-whatsapp-btn,
.property-share-btn{
padding:12px 22px;
font-size:16px;
border-radius:6px;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
}