.booking-page{
background:#f6f4ea;
padding:80px 0;
min-height:100vh;
}

.booking-heading{
margin-bottom:50px;
}

.booking-tag{
color:#c8a44d;
font-size:14px;
font-weight:700;
letter-spacing:3px;
margin-bottom:10px;
text-transform:uppercase;
}

.booking-heading h1{
font-size:64px;
font-weight:800;
color:#123524;
margin-bottom:15px;
font-family:'Poppins', sans-serif;
}

.booking-heading p{
font-size:18px;
color:#666;
}

.booking-room-card{
background:#fff;
border-radius:22px;
padding:30px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 10px 35px rgba(0,0,0,0.08);
margin-bottom:40px;
gap:20px;
}

.booking-room-left{
display:flex;
align-items:center;
gap:25px;
}

.booking-room-left img{
width:180px;
height:130px;
object-fit:cover;
border-radius:16px;
}

.booking-room-left h3{
font-size:32px;
font-weight:700;
color:#123524;
margin-bottom:10px;
}

.booking-room-left h4{
color:#c8a44d;
font-size:28px;
font-weight:700;
margin-bottom:8px;
}

.booking-room-left p{
color:#555;
font-size:16px;
}

.change-room{
text-decoration:none;
font-weight:600;
color:#c8a44d;
font-size:16px;
}

.booking-form-wrapper{
background:#fff;
padding:50px;
border-radius:25px;
box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.booking-form-wrapper label{
font-weight:700;
margin-bottom:12px;
display:block;
color:#123524;
font-size:14px;
letter-spacing:0.3px;
}

.booking-form-wrapper .form-control{
height:58px;
border-radius:12px;
border:1px solid #ddd;
padding:15px;
font-size:16px;
}

.booking-form-wrapper textarea.form-control{
height:140px;
resize:none;
}

.booking-btn{
background:#123524;
color:#fff;
border:none;
padding:16px 45px;
border-radius:12px;
font-size:18px;
font-weight:600;
transition:0.3s;
margin-top:10px;
}

.booking-btn:hover{
background:#0d281d;
}

@media(max-width:768px){

.booking-heading h1{
font-size:42px;
}

.booking-room-card{
flex-direction:column;
align-items:flex-start;
}

.booking-room-left{
flex-direction:column;
align-items:flex-start;
}

.booking-room-left img{
width:100%;
height:220px;
}

.booking-form-wrapper{
padding:25px;
}

}
.booking-container{
max-width:1100px;
}
.booking-agree{
margin-top:25px;
display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

.booking-agree input{
width:18px;
height:18px;
margin:0;
cursor:pointer;
}

.booking-agree label{
margin:0 !important;
font-size:16px !important;
line-height:1.6;
color:#555;
display:inline;
}

.booking-agree a{
color:#c8a44d;
font-weight:600;
text-decoration:none;
}

.booking-help{
margin-top:25px;
text-align:center;
font-size:17px;
color:#555;
}

.booking-help a{
color:#123524;
font-weight:700;
text-decoration:none;
}

.booking-summary-card{
background:#f5efdc;
padding:30px;
border-radius:18px;
margin-top:35px;
margin-bottom:35px;
}

.booking-summary-card h4{
font-size:28px;
font-weight:700;
color:#123524;
margin-bottom:25px;
}

.summary-row{
display:flex;
justify-content:space-between;
margin-bottom:15px;
font-size:17px;
color:#444;
}

.summary-total{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:20px;
}

.summary-total span{
font-size:22px;
font-weight:700;
color:#c8a44d;
}

.summary-total h3{
font-size:34px;
font-weight:800;
color:#123524;
}

.selected-stay{

margin-bottom:20px;

}

.package-selected{

background:#e8f5e9;

color:#1b5e20;

padding:12px 18px;

border-radius:10px;

font-weight:700;

display:inline-block;

}

.room-selected{

background:#fff8e1;

color:#c49000;

padding:12px 18px;

border-radius:10px;

font-weight:700;

display:inline-block;

}