.booking-section{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.booking-section h2{
text-align:center;
font-size:32px;
margin-bottom:30px;
font-family:Inter, sans-serif;
}

#booking-widget iframe{
border-radius:12px;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
}