/* --- Executive Booking Layout Fix --- */
.booking-container p, .booking-container br { display: none !important; }
.booking-container { width: 100%; max-width: 550px; margin: 0; }
.booking-actions { display: flex !important; flex-direction: column; gap: 12px; }
.btn-safe { display: flex !important; align-items: center; justify-content: space-between; min-height: 65px; padding: 0 25px; background: #0f172a; color: #ffffff !important; border-radius: 8px; font-weight: 500; text-decoration: none; border: none; width: 100%; cursor: pointer; transition: 0.3s; box-sizing: border-box; font-size: 18px; }
.btn-safe:hover { background: #1a253a; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.sub-menu-safe { display: none; background: #f8fafc; border: 1px solid #e2e8f0; border-top: none; border-radius: 0 0 8px 8px; margin-top: -5px; }
.sub-menu-safe.active { display: block !important; }
.sub-menu-safe a { display: block; padding: 15px 25px; color: #1e293b !important; text-decoration: none; font-size: 18px; font-weight: 500; border-bottom: 1px solid #e2e8f0; }
.sub-menu-safe a:hover { background: #f1f5f9; color: #c9a227 !important; }
.btn-safe:after { content: '→'; margin-left: auto; padding-left: 15px; font-weight: normal; }
.toggle-btn:after { content: '▾'; margin-left: auto; padding-left: 15px; }
.sub-menu-safe.active ~ .toggle-btn:after { content: '▴'; }

/***white-box*****/
.w-box { background: #ffffff; border: 1px solid #dfd9d2; border-radius: 12px; padding: 25px; transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03); display: flex; flex-direction: column; align-items: stretch; box-sizing: border-box; } .w-box:hover { border-color: #5F5243; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); transform: translateY(-2px); }
.security-bar { background: #0f172a; color: #fff; border-radius: 12px; padding: 50px 0; display: flex; flex-wrap: wrap; justify-content: space-around; text-align: center; gap: 20px; }

.bkh {font-size: 24px!important; line-height: 1.4;font-weight: 500;}
@media (max-width: 767px) {.bkh {font-size: 18px!important; }}
/******end****/