/*
Theme Name: GrandTour Child
Theme URI: https://themes.themegoods.com/grandtour/landing
Template: grandtour
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
Description: Premium Tour &amp; Booking Travel Theme
Version: 5.7.1785167251
Updated: 2026-07-27 15:47:31

*/

.egt-booking-box{
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.egt-booking-box h3{
text-align:center;
margin-bottom:20px;
color:#b68d40;
font-size:26px;
}

.egt-booking-box label{
display:block;
font-weight:600;
margin:15px 0 6px;
}

.egt-booking-box input,
.egt-booking-box textarea{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:8px;
box-sizing:border-box;
}

.egt-booking-box textarea{
height:100px;
}

.egt-booking-box button{
width:100%;
margin-top:20px;
padding:15px;
background:#b68d40;
color:#fff;
border:0;
border-radius:8px;
font-size:18px;
cursor:pointer;
}