.booking_form_area{
    padding: 50px 0;
}
.book_form_container {
background-color: white;
box-shadow: 0 1px 10px 3px rgb(195 184 184 / 20%);
width: 100%;
}

.book_form_header {
background: #821111;
padding: 5px;
text-align: center;
}

.book_form_header h1 {
font-size: 25px;
font-family: "Poppins", Arial, sans-serif;
font-weight: 600;
margin-bottom: 0;
color: #fff;
}

.book_form_header p {
opacity: 0.9;
font-size: 0.9rem;
}

.book_form_form_container {
padding: 20px 20px 0 20px;
display: flex;
align-items: center;
}
.ban_img_frm{
    width: 50%;
}
.ban_img_frm img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.book_form_group {
margin-bottom: 10px;
width: 100%;
}

.book_form_label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
font-family: "Poppins", Arial, sans-serif;
text-transform: capitalize;
}

.book_form_input, .book_form_select {
width: 100%;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 1rem;
transition: all 0.3s;
font-family: "Poppins", Arial, sans-serif;
height: 50px;
line-height: 32px;
padding: 10px;
background: transparent;
appearance: none;
}

.book_form_input:focus, .book_form_select:focus {
outline: none;
border-color: #821111;
box-shadow: 0 0 0 2px rgba(106, 17, 203, 0.2);
}
.time_input{
    position: relative;
}
.time_input SPAN{
    top: 71%;
}
.tab_btns{
    border-bottom: none;
    margin-block: 20px 15px;
    border-bottom: unset !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.tab_btns .book_form_submit_button{
    background-color: transparent;
    border: 2px solid #821111;
    color: #000;
    line-height: 36px;
    border-radius: 10px;
    width: 150px;
}
.book_form_date_input_container {
position: relative;
}
.tab_btns .active{
    background-color: #821111;
    color: #fff;
}
.tab_btns .book_form_submit_button:hover{
    background-color: #821111;
    color: #fff;
}
.book_form_calendar_icon {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
color: #821111;
cursor: pointer;
}
.book_form_calendar_icon img{
    width: 20px;
}
.book_form_date_picker {
position: absolute;
top: 100%;
left: 0;
width: 350px;
background-color: white;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
z-index: 10;
padding: 15px;
margin-top: 5px;
display: none;
height: 350px;
overflow: scroll;
}

.book_form_date_picker_active {
display: block;
}

.book_form_date_picker_header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}

.book_form_date_picker_button {
background: none;
border: none;
font-size: 1.2rem;
cursor: pointer;
color: #821111;
padding: 7px 35px;
border-radius: 4px;
transition: background-color 0.2s;
}

.book_form_date_picker_button:hover {
background-color: #f0f0f0;
}

.book_form_date_picker_grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 5px;
}

.book_form_date_picker_day {
text-align: center;
padding: 8px 5px;
font-weight: 500;
color: #666;
font-size: 0.85rem;
}

.book_form_date_picker_date {
text-align: center;
padding: 10px 5px;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s;
}

.book_form_date_picker_date:hover {
background-color: #f0f0f0;
}

.book_form_date_picker_date_selected {
background-color: #821111;
color: white;
}

.book_form_date_picker_date_other_month {
color: #ccc;
}

.book_form_date_picker_date_today {
background-color: #e6e6ff;
color: #821111;
font-weight: 600;
}
#book_form_form{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-radius: 12px;
    width: 100%;
}
.date_input,
.time_input{
    width: calc(50% - 5px)
}

.book_form_submit_button {
background: #821111;
color: white;
border: none;
width: 120px;
text-align: center;
height: 40px;
line-height: 40px;
border-radius: 25px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
display: inline-block;
}

.book_form_submit_button:hover {
transform: translateY(-2px);
color: white;
}

.book_form_result {
margin-top: 20px;
padding: 15px;
background-color: #f8f9fa;
border-radius: 8px;
display: none;
}

.book_form_result_active {
display: block;
}

.book_form_result h3 {
color: #333;
margin-bottom: 10px;
}

.book_form_result p {
color: #666;
line-height: 1.5;
}
.city_change_modal .modal-header h4{
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}
.city_change_modal .modal-header{
    background-color: #821111;
    padding: 20px;
}
.city_change_modal .modal-header button{
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    opacity: 1;
}
.city_change_modal .modal-body h5{
    color: #821111;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}
.city_change_modal .modal-content{
    border-radius: 30px;
    overflow: hidden;
}
.city_select{
    padding-top: 20px;
}
.city_select ul{
    list-style: none;
}
.city_select ul li{
    font-display: flex;
     font-size: 16px;
     font-weight: 500;
     color: #000;
}
.city_select ul li button{
    font-family: "Poppins", Arial, sans-serif;
    display: inline-block;
    color: #000;
    border: 1px solid #821111;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 5px 10px;
    margin-left: 10px;
    background: transparent;
}
.city_select ul li span img{
    width: 20px;
    margin-right: 10px;
}
.src_input {
 display: flex;
 line-height: 28px;
 align-items: center;
 position: relative;
 width: 100%;
 margin-block: 10px 20px;
}

.src_input .input {
 width: 100%;
 height: 50px;
 line-height: 28px;
 padding: 0 1rem;
 padding-left: 2.5rem;
 border: 1px solid transparent;
 border-radius: 8px;
 outline: none;
 background-color: #f3f3f4;
 color: #0d0c22;
 transition: .3s ease;
}

.src_input .input::placeholder {
 color: #9e9ea7;
}
.src_input .input:focus, input:hover {
 outline: none;
 border-color: #821111;
 background-color: #fff;
 box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}
.src_input img {
 position: absolute;
 left: 1rem;
 fill: #9e9ea7;
 width: 1rem;
 height: 1rem;
}
.book_form_container{
    height: 100%;
}
.ban_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.ban_btns{
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 20px;
    margin: 0;
}

@media (max-width: 480px) {
.book_form_container {
max-width: 100%;
}
}

/* login_gmail */
.login_frm_container{
width:360px;
margin: 120px auto 0;
}

.login_frm_title{
font-size:26px;
font-weight:600;
margin-bottom:20px;
}

.login_frm_input{
width:100%;
padding:16px 14px;
font-size:15px;
border:1px solid #ddd;
border-radius:10px;
outline:none;
}

.login_frm_error{
margin-top:6px;
color:#d60000;
font-size:13px;
}

.login_frm_continue_btn{
width:100%;
margin-top:20px;
padding:15px 0;
background: #821111;;
border:none;
color:rgb(255, 255, 255);
font-size:16px;
border-radius:10px;
cursor:pointer;
font-weight:600;
}

.login_frm_divider{
margin:25px 0;
display:flex;
align-items:center;
}

.login_frm_divider::before,
.login_frm_divider::after{
content:"";
flex:1;
height:1px;
background:#ccc;
}

.login_frm_divider span{
margin:0 10px;
font-size:14px;
color:#888;
}

.login_frm_google_btn{
width:100%;
padding:14px 0;
border-radius:10px;
border:1px solid #ddd;
background:#f7f7f7;
font-size:15px;
display:flex;
align-items:center;
gap:10px;
justify-content:center;
cursor:pointer;
margin-bottom:12px;
font-weight:500;
}

.login_frm_google_btn img{
width:20px;
height:20px;
}
/* step form */

.book_step_card{
width:100%;
height: 100vh;
background:#fff;
padding:20px;
/* box-shadow:0 6px 18px rgba(15,23,42,0.08); */
border:1px solid rgba(16,24,40,0.04);
}

.book_step_title{
margin:0 0 14px;
font-size:25px;
color:#821111;
font-weight: 500;
}

.book_step_field{
display:flex;
align-items:center;
gap:12px;
background:rgba(0,0,0,0.03);
padding:12px;
border-radius:10px;
margin-bottom:12px;
cursor:pointer;
}

.book_step_icon {
width:20px;
display:grid;
place-items:center;
color:#111827;
}
.book_step_icon img{
    width: 20px;
}

.book_step_label{
flex:1;
font-size:14px;
color:#111827;
text-align:left;
}

.book_step_chev{
opacity:.6;
}

.book_step_pill{
display:flex;
align-items:center;
gap:8px;
padding:8px 10px;
border-radius:20px;
background:rgba(0,0,0,0.03);
font-size:13px;
margin-bottom:12px;
cursor:pointer;
}

.book_step_search_btn{
width:100%;
padding:12px;
border-radius:10px;
border:0;
background:#e5e7eb;
color:#9aa6b2;
font-weight:600;
cursor:not-allowed;
}

.book_step_search_btn.enabled{
background:#821111;
color:#fff;
cursor:pointer;
}

.book_step_step{ display:none; }
.book_step_step.active{ display:block; }

.book_step_actions{
display:flex;
gap:8px;
margin-block:20px;
}

.book_step_btn{
flex:1;
padding:10px;
border-radius:10px;
border:0;
background:#821111;
color:#fff;
cursor:pointer;
}

.book_step_btn.ghost{
background:transparent;
color:#111827;
border:1px solid rgba(0,0,0,0.1);
}

input,select{
width:100%;
padding:10px;
border-radius:8px;
border:1px solid rgba(0,0,0,0.1);
font-size:14px;
}

.book_step_small{
font-size:12px;
color:#6b7280;
margin-bottom:6px;
display:block;
}

.book_step_dropdown {
width:100%;
position:relative;
}

.book_step_dropdown_selected {
padding:10px;
border:1px solid rgba(0,0,0,0.1);
border-radius:8px;
cursor:pointer;
background:#fff;
}

.book_step_dropdown_list {
list-style:none;
margin:4px 0 0;
padding:0;
position:absolute;
width:100%;
background:#fff;
border:1px solid rgba(0,0,0,0.1);
border-radius:8px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
z-index:999;
display:none;
max-height:240px;
overflow:auto;
}

.book_step_dropdown_list li {
padding:10px;
cursor:pointer;
}

.book_step_dropdown_list li:hover {
background:#f3f4f6;
}
