.elementor-7846 .elementor-element.elementor-element-26c8336a{--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;}/* Start custom CSS for html, class: .elementor-element-6b8d045f */.ws-hotel-booking{
background:url("https://images.unsplash.com/photo-1501117716987-c8c4e4d0ef10");
background-size:cover;
background-position:center;
padding:120px 20px;
display:flex;
justify-content:center;
}

.ws-hotel-box{
background:white;
padding:40px;
border-radius:16px;
max-width:950px;
width:100%;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
text-align:center;
}

.ws-hotel-box h2{
font-size:32px;
margin-bottom:5px;
}

.ws-hotel-box p{
color:#777;
margin-bottom:25px;
}

.ws-row{
display:flex;
gap:15px;
margin-bottom:15px;
flex-wrap:wrap;
}

.ws-field{
flex:1;
display:flex;
flex-direction:column;
min-width:120px;
}

.ws-field label{
font-size:13px;
margin-bottom:5px;
color:#555;
}

.ws-field input,
.ws-field select,
textarea{
padding:14px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
}

textarea{
width:100%;
min-height:80px;
margin-bottom:15px;
}

button{
width:100%;
padding:16px;
border:none;
background:#c89b3c;
color:white;
font-size:17px;
border-radius:10px;
cursor:pointer;
transition:.3s;
}

button:hover{
background:#b6892f;
transform:translateY(-2px);
}

.ws-room{
border:1px solid #eee;
padding:15px;
border-radius:10px;
margin-bottom:15px;
background:#fafafa;
text-align:left;
}

.ws-room h4{
margin-bottom:10px;
font-size:16px;
color:#333;
}/* End custom CSS */