/* Interior Hero Container */

.interior-hero-wrapper{
background:#f7f7f7;
padding:40px 0;
}

.interior-hero{
max-width:1100px;
margin:auto;
text-align:center;
}

.interior-hero img{
width:800px;
height:450px;
object-fit:cover;
border-radius:10px;
margin-bottom:15px;
}


/* Interior Hero Title */

.interior-hero-title{
max-width:1100px;
margin:auto;
text-align:center;
}

.interior-main-title{
font-size:32px;
font-weight:600;
margin-top:10px;
}


/* Interior Content Layout */

.interior-wrapper{
max-width:1200px;
margin:auto;
padding:20px;
}

.interior-single{
width:100%;
}


/* Description Section */

.bp-overview-card{
background:#ffffff;
padding:22px;
border-radius:10px;
border:1px solid #eee;
margin-bottom:20px;
}

.bp-section-title{
font-size:20px;
margin-bottom:10px;
}

.bp-description{
color:#444;
line-height:1.6;
}


/* Info Grid */

.bp-info-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:20px;
}

.bp-info-card{
background:#ffffff;
border:1px solid #e6e6e6;
padding:18px;
border-radius:8px;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.bp-label{
font-size:13px;
color:#888;
display:block;
margin-bottom:5px;
}

.bp-value{
font-size:16px;
font-weight:500;
color:#222;
}


/* Gallery */

.bp-gallery{
margin-top:30px;
}

.bp-slider{
display:flex;
gap:15px;
overflow-x:auto;
padding-bottom:10px;
}

/* Interior Contact Section */

.interior-contact{
max-width:1200px;
margin:auto;
padding:30px 20px;
text-align:center;
}

.interior-contact-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-top:20px;
}

.interior-call-btn,
.interior-whatsapp-btn,
.interior-share-btn{
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-weight:500;
}


/* Buttons */

.interior-call-btn{
background:#2c7be5;
color:#fff;
}

.interior-whatsapp-btn{
background:#25d366;
color:#fff;
}

.interior-share-btn{
background:#444;
color:#fff;
border:none;
cursor:pointer;
}


/* Hover Effects */

.interior-call-btn:hover{
background:#1a68d1;
}

.interior-whatsapp-btn:hover{
background:#1ebc59;
}

.interior-share-btn:hover{
background:#333;
}

.bp-slide img{
transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.bp-slide img:hover{
transform:scale(1.02);
box-shadow:0 4px 12px rgba(0,0,0,0.12);
}

.interior-main-title{
font-size:32px;
font-weight:800;
margin-top:10px;
letter-spacing:0.5px;
}