/* ============================================================
   BHATI TAXI UJJAIN – GOLD THEME OVERRIDE
   New Color: #E6A817 (Deep Gold) replacing orange #FF6B00
   ============================================================ */

:root {
    --primar-color: #E6A817;
    --primar-dark: #C8910E;
    --primar-light: #F5BC30;
    --primar-pale: #FFF8E6;
    --secondary-color: #1A1A1A;
    --dark-color: #0D0D0D;
    --text-color: #2a2a2a;
    --muted-color: #888888;
    --border-color: #e0e0e0;
    --white-color: #ffffff;
    --bg-light: #F8F7F2;
    --whatsapp-color: #25D366;
    --gold-color: #E6A817;
    --font-primary: 'Poppins', sans-serif;
    --font-heading: 'Lato', sans-serif;
    --transition: all 0.3s ease 0s;
    --shadow-sm: 0 2px 14px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 36px rgba(0,0,0,0.10);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.16);
    --shadow-gold: 0 8px 32px rgba(230, 168, 23, 0.28);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
}

/* ============================================================
   GLOBAL GOLD SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #1a1a1a; }
::-webkit-scrollbar-thumb { background: var(--primar-color); border-radius: 3px; }

/* ============================================================
   HEADER – Gold accents
   ============================================================ */
header .travel_agnecy .myNav ul li a::after {
    background: var(--primar-color);
}
header .travel_agnecy .myNav ul li a:hover { color: var(--primar-color); }

header .travel_agnecy .agency_btn {
    background: linear-gradient(135deg, #E6A817, #C8910E);
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 20px rgba(230,168,23,0.4);
    animation: pulse_gold 1.8s ease infinite;
}

@keyframes pulse_gold {
    0%   { box-shadow: 0 0 0 0 rgba(230,168,23,0.5); }
    70%  { box-shadow: 0 0 0 14px rgba(230,168,23,0); }
    100% { box-shadow: 0 0 0 0 rgba(230,168,23,0); }
}

header.header_sticky .travel_agnecy {
    background: rgba(10,10,10,0.97);
    border-bottom: 2px solid var(--primar-color);
}
header.header_sticky .travel_agnecy .myNav ul li a { color: rgba(255,255,255,0.85); }
header.header_sticky .travel_agnecy .logo_name_wrap .logo_name { color: #ffffff; }

/* ============================================================
   HERO SECTION – Gold + Dark dramatic overlay
   ============================================================ */
.banner_img figure img { height: 920px; }

.banner_img .hero_overlay {
    background: linear-gradient(
        170deg,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.35) 45%,
        rgba(0,0,0,0.80) 100%
    );
}

/* Hero text area — LEFT aligned for desktop, with form right */
.banner_img .agency_visit {
    align-items: flex-end;
    padding-bottom: 80px;
}

.banner_img .agency_visit .our_hotel {
    text-align: left;
    max-width: 100%;
    padding: 0;
}

/* Hero 2-col layout */
.hero_inner_grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.hero_left_col { padding-bottom: 8px; }

.banner_img .our_hotel .hero_badge {
    background: rgba(230,168,23,0.15);
    border: 1px solid rgba(230,168,23,0.5);
    color: #FFD15C;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.banner_img .our_hotel h1 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1.08;
    text-shadow: 0 3px 32px rgba(0,0,0,0.5);
}

.banner_img .our_hotel h1 span { color: var(--primar-color); }

.banner_img .our_hotel p {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin: 16px 0 24px;
}

/* Stats gold */
.banner_img .hero_stats { justify-content: flex-start; gap: 32px; margin-bottom: 28px; }
.banner_img .hero_stat strong { color: var(--primar-color); font-size: 28px; }
.banner_img .hero_stat span { color: rgba(255,255,255,0.65); font-size: 12px; }

/* Phone number row in hero */
.hero_phone_row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.hero_phone_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.5);
    border: 1.5px solid var(--primar-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: var(--transition);
    backdrop-filter: blur(8px);
}
.hero_phone_badge i { color: var(--primar-color); font-size: 18px; }
.hero_phone_badge:hover {
    background: var(--primar-color);
    color: #000;
    border-color: var(--primar-color);
}
.hero_phone_badge:hover i { color: #000; }

/* ============================================================
   HERO INLINE BOOKING FORM (right side)
   ============================================================ */
.hero_booking_card {
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1.5px solid rgba(230,168,23,0.35);
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
}

.hero_booking_card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primar-color), #fff, var(--primar-color));
    background-size: 200%;
    animation: shimmer_line 3s linear infinite;
}

@keyframes shimmer_line {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.hero_booking_card .hbc_title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero_booking_card .hbc_title i { color: var(--primar-color); }
.hero_booking_card .hbc_subtitle {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 18px;
}

.hero_booking_card .form_group { margin-bottom: 12px; }

.hero_booking_card .form_group label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.hero_booking_card .form_group label i { color: var(--primar-color); font-size: 10px; }

.hero_booking_card .form_control_custom {
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 7px;
    font-size: 13px;
    padding: 11px 14px;
    width: 100%;
    font-family: var(--font-primary);
    transition: border 0.2s, background 0.2s;
    -webkit-appearance: none;
}
.hero_booking_card .form_control_custom::placeholder { color: rgba(255,255,255,0.3); }
.hero_booking_card .form_control_custom:focus {
    border-color: var(--primar-color);
    background: rgba(230,168,23,0.08);
    outline: none;
}
.hero_booking_card .form_control_custom option { background: #111; color: #fff; }

.hero_booking_card .hbc_book_btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #E6A817, #C8910E);
    color: #000;
    border: none;
    border-radius: 8px;
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
    letter-spacing: 0.3px;
    transition: var(--transition);
    box-shadow: 0 6px 24px rgba(230,168,23,0.4);
}
.hero_booking_card .hbc_book_btn:hover {
    background: linear-gradient(135deg, #F5BC30, #E6A817);
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(230,168,23,0.5);
}

.hero_booking_card .hbc_wa_btn {
    width: 100%;
    padding: 12px;
    background: transparent;
    color: #25D366;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    text-decoration: none;
    transition: var(--transition);
}
.hero_booking_card .hbc_wa_btn:hover {
    background: #25D366;
    color: #fff;
}

/* Booking options row (type selector) */
.hbc_type_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin-bottom: 14px;
}
.hbc_type_btn {
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.6);
    border-radius: 6px;
    padding: 8px 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: var(--transition);
    font-family: var(--font-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.hbc_type_btn i { font-size: 14px; }
.hbc_type_btn.active, .hbc_type_btn:hover {
    background: rgba(230,168,23,0.18);
    border-color: var(--primar-color);
    color: var(--primar-color);
}

/* ============================================================
   QUICK BOOKING (below hero) – Gold
   ============================================================ */
.quick_booking_wrap { margin-top: -60px; }

.booking_form_card {
    border-top: 4px solid var(--primar-color);
    background: #ffffff;
    border-radius: var(--radius-md);
    box-shadow: 0 16px 56px rgba(0,0,0,0.14);
}

.booking_form_card .form_title i { color: var(--primar-color); }

.btn_book_submit {
    background: linear-gradient(135deg, #E6A817, #C8910E);
    color: #000;
    font-weight: 800;
    border-radius: 7px;
    box-shadow: 0 4px 18px rgba(230,168,23,0.35);
    transition: var(--transition);
}
.btn_book_submit:hover {
    background: linear-gradient(135deg, #F5BC30, #E6A817);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(230,168,23,0.45);
}

/* ============================================================
   TRUST BAR – darker with gold
   ============================================================ */
.trust_bar {
    background: linear-gradient(135deg, #0d0d0d, #1a1700);
    border-top: 2px solid rgba(230,168,23,0.3);
    border-bottom: 2px solid rgba(230,168,23,0.3);
}
.trust_item i { color: var(--primar-color); }

/* ============================================================
   MAIN HEADINGS – gold accent
   ============================================================ */
.main_heading h6 { color: var(--primar-color); }
.main_heading span { color: var(--primar-color); }
.main_heading.dark_head h6 { color: var(--primar-color); }

/* ============================================================
   BUTTONS GLOBAL – Gold
   ============================================================ */
.main_btn a {
    background: linear-gradient(135deg, #E6A817, #C8910E);
    color: #000;
    font-weight: 800;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(230,168,23,0.35);
    transition: var(--transition);
    animation: pulse_gold 1.8s ease infinite;
}
.main_btn a:hover {
    background: linear-gradient(135deg, #F5BC30, #E6A817);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(230,168,23,0.5);
}
.main_btn a.btn_whatsapp {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #fff;
    animation: none;
}
.main_btn a.btn_whatsapp:hover { background: linear-gradient(135deg, #20c45a, #17a34a); color: #fff; }
.main_btn a.btn_call {
    background: linear-gradient(135deg, #1a1a1a, #111);
    color: #fff;
    animation: none;
}
.main_btn a.btn_call:hover { background: linear-gradient(135deg, #333, #1a1a1a); color: #fff; }

/* ============================================================
   VEHICLE CARDS – Gold
   ============================================================ */
.vehicle_card:hover { border-color: var(--primar-color); }
.vehicle_price_row strong { color: var(--primar-color); }
.vehicle_tag { background: var(--primar-pale); color: #9a6e00; }
.vehicle_actions .btn_outline { border-color: var(--primar-color); color: var(--primar-color); }
.vehicle_actions .btn_outline:hover { background: var(--primar-color); color: #000; }
.vehicle_actions .btn_fill { background: var(--primar-color); border-color: var(--primar-color); color: #000; font-weight: 700; }
.vehicle_actions .btn_fill:hover { background: var(--primar-dark); border-color: var(--primar-dark); color: #000; }
.vehicle_card .vehicle_img_wrap .vehicle_badge { background: var(--primar-color); color: #000; font-weight: 800; }

/* ============================================================
   PACKAGE CARDS – Gold
   ============================================================ */
.package_card:hover { border-color: var(--primar-color); }
.pkg_price_badge { background: var(--primar-color); color: #000; }
.pkg_places_box { background: var(--primar-pale); border-left-color: var(--primar-color); }
.pkg_places_box strong { color: #9a6e00; }
.pkg_enquire_btn { background: var(--primar-color); color: #000; font-weight: 700; }
.pkg_enquire_btn:hover { background: var(--primar-dark); color: #000; }
.pkg_meta_item i { color: var(--primar-color); }

/* ============================================================
   SPECIAL PACKAGES – Gold
   ============================================================ */
.special_pkg_card:hover { border-color: var(--primar-color); }
.btn_sp_primary { background: var(--primar-color); color: #000; font-weight: 700; }
.btn_sp_primary:hover { background: var(--primar-dark); color: #000; }

/* ============================================================
   SPECIAL OFFER BANNER SECTION
   ============================================================ */
#special_offer_banner {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1400 50%, #0d0d0d 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

#special_offer_banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(230,168,23,0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 50%, rgba(230,168,23,0.08) 0%, transparent 60%);
    pointer-events: none;
}

#special_offer_banner::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primar-color), transparent);
}

.offer_banner_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.offer_banner_card {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(230,168,23,0.2);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.offer_banner_card::before {
    content: '';
    position: absolute;
    top: -60px; left: -60px;
    width: 120px; height: 120px;
    background: radial-gradient(circle, rgba(230,168,23,0.15), transparent 70%);
    pointer-events: none;
}

.offer_banner_card:hover {
    border-color: var(--primar-color);
    background: rgba(230,168,23,0.06);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(230,168,23,0.2);
}

.offer_banner_card .offer_icon {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
}

.offer_banner_card .offer_name {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}

.offer_banner_card .offer_discount {
    display: inline-block;
    background: var(--primar-color);
    color: #000;
    font-size: 13px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.offer_banner_card .offer_desc {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin-bottom: 18px;
}

.offer_banner_card .offer_price_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.offer_banner_card .offer_price_old {
    font-size: 15px;
    color: rgba(255,255,255,0.35);
    text-decoration: line-through;
}

.offer_banner_card .offer_price_new {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 900;
    color: var(--primar-color);
}

.offer_banner_card .offer_btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 22px;
    background: var(--primar-color);
    color: #000;
    border: none;
    border-radius: 7px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    transition: var(--transition);
    width: 100%;
    justify-content: center;
}
.offer_banner_card .offer_btn:hover {
    background: var(--primar-light);
    color: #000;
    transform: translateY(-2px);
}

/* HOT OFFER CARD */
.offer_banner_card.hot_offer {
    border-color: var(--primar-color);
    background: rgba(230,168,23,0.06);
    transform: scale(1.03);
}
.offer_banner_card.hot_offer::after {
    content: '🔥 BEST OFFER';
    position: absolute;
    top: 14px; right: -28px;
    background: var(--primar-color);
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 36px;
    transform: rotate(45deg);
    letter-spacing: 0.5px;
}

/* Offer section heading */
.offer_section_head {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.offer_section_head .offer_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(230,168,23,0.12);
    border: 1px solid rgba(230,168,23,0.4);
    color: var(--primar-color);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.offer_section_head h2 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px;
}
.offer_section_head h2 span { color: var(--primar-color); }
.offer_section_head p {
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about_stat_box { background: var(--primar-pale); }
.about_stat_box .stat_num { color: var(--primar-color); }
.agency_feature_item i { color: var(--primar-color); }

/* ============================================================
   CTA SECTION – Gold
   ============================================================ */
.section_orange {
    background: linear-gradient(135deg, #0d0d0d, #1a1400);
}

/* ============================================================
   INQUIRY FORM
   ============================================================ */
.form_control_custom:focus {
    border-color: var(--primar-color);
    box-shadow: 0 0 0 3px rgba(230,168,23,0.12);
}
.btn_form_submit {
    background: linear-gradient(135deg, #E6A817, #C8910E);
    color: #000;
    font-weight: 800;
}
.btn_form_submit:hover {
    background: linear-gradient(135deg, #F5BC30, #E6A817);
    color: #000;
}

/* ============================================================
   FARE CALCULATOR – Gold
   ============================================================ */
#calcAmount { color: var(--primar-color); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial_card .stars i { color: var(--primar-color); }
.testimonial_card .verified_badge { color: var(--primar-color); }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: #0a0900; }
footer h4::after { background: var(--primar-color); }
.footer_links a i { color: var(--primar-color); }
.footer_links a:hover { color: var(--primar-color); }
.footer_bottom_bar { border-top-color: rgba(230,168,23,0.15); }
.social_btn:hover { background: var(--primar-color); border-color: var(--primar-color); color: #000; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.float_whatsapp { background: var(--whatsapp-color); }
.float_call { background: var(--primar-color); color: #000 !important; }

.mobile_sticky_bar .ms_book_btn { background: var(--primar-color); color: #000; font-weight: 700; }
.mobile_sticky_bar .ms_book_btn:hover { background: var(--primar-dark); color: #000; }

/* ============================================================
   MOBILE MENU – Gold
   ============================================================ */
.mm_drawer_ctas .mm_cta_book { background: var(--primar-color); color: #000; font-weight: 700; }
.mm_drawer_header { border-bottom-color: rgba(230,168,23,0.2); }

/* ============================================================
   ACTIVE NAV
   ============================================================ */
.myNav ul li a.active_nav { color: var(--primar-color); }
.myNav ul li a.active_nav::after { width: 100%; background: var(--primar-color); }

/* ============================================================
   RESPONSIVE – hero grid
   ============================================================ */
@media (max-width: 1100px) {
    .hero_inner_grid { grid-template-columns: 1fr 380px; gap: 28px; }
    .banner_img .our_hotel h1 { font-size: 44px; }
}

@media (max-width: 900px) {
    .banner_img {
        min-height: 100vh;
    }
    .banner_img figure {
        position: absolute;
        inset: 0;
    }
    .banner_img figure img {
        height: 100%;
        min-height: 100%;
    }
    .banner_img .agency_visit {
        position: relative;
        padding: 140px 0 80px;
    }
    .quick_booking_wrap {
        margin-top: 0;
    }
    .hero_inner_grid { grid-template-columns: 1fr; }
    .hero_booking_card { display: none; }
    .banner_img .our_hotel h1 { font-size: 40px; text-align: center; }
    .banner_img .our_hotel { text-align: center; }
    .banner_img .hero_stats { justify-content: center; }
    .banner_img .main_btn { justify-content: center; }
    .hero_phone_row { justify-content: center; }
    .banner_img .agency_visit { align-items: center; padding-bottom: 60px; }
    .banner_img figure img { height: 780px; }
    .offer_banner_grid { grid-template-columns: 1fr; gap: 16px; }
    .offer_banner_card.hot_offer { transform: scale(1); }
}

@media (max-width: 576px) {
    .banner_img .our_hotel h1 { font-size: 30px; }
    .banner_img .our_hotel p { font-size: 14px; }
    .banner_img .hero_stats { gap: 20px; }
    .banner_img .hero_stat strong { font-size: 22px; }
    .banner_img figure img { height: 680px; }
    .offer_section_head h2 { font-size: 26px; }
    .booking_form_grid { grid-template-columns: 1fr !important; }
}
