.elementor-11 .elementor-element.elementor-element-09ea183{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b4575c3 */.bbk-hero{
position:relative;
width:100%;
height:90vh;
overflow:hidden;
font-family:'Poppins',sans-serif;
}

.bbk-slider{
position:relative;
width:100%;
height:100%;
}

.bbk-slide{
position:absolute;
width:100%;
height:100%;
opacity:0;
transition:opacity 1s ease;
}

.bbk-slide.active{
opacity:1;
}

.bbk-slide img{
width:100%;
height:100%;
object-fit:cover;
}

.bbk-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
}

.bbk-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:white;
max-width:800px;
padding:20px;
}

.bbk-content h1{
font-size:48px;
margin-bottom:15px;
font-family:'Playfair Display',serif;
}

.bbk-content h2{
font-size:40px;
margin-bottom:15px;
font-family:'Playfair Display',serif;
}

.bbk-content p{
font-size:18px;
line-height:1.6;
margin-bottom:25px;
}

.bbk-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.bbk-btn{
background:#C66A1B;
color:white;
padding:14px 28px;
text-decoration:none;
border-radius:5px;
font-weight:600;
}

.bbk-btn-outline{
border:2px solid white;
color:white;
padding:12px 26px;
text-decoration:none;
border-radius:5px;
font-weight:600;
}

.bbk-btn:hover{
background:#a75314;
}

.bbk-btn-outline:hover{
background:white;
color:black;
}

@media(max-width:768px){

.bbk-content h1{
font-size:32px;
}

.bbk-content h2{
font-size:28px;
}

.bbk-content p{
font-size:16px;
}

}/* End custom CSS */