/* ════════════════════════════════════════════════════════════════
   GLOBAL ELITE TRAVEL - LUXURY EVENT BOOKING PORTAL STYLESHEET
   Design Benchmark: Cvent Passkey, Marriott EventRes & Hilton Portals
   Palette: Corporate Slate (#0f172a), Royal Blue (#2563eb), Emerald Green (#10b981), Amber Gold (#f59e0b)
   ════════════════════════════════════════════════════════════════ */

:root {
    --ev-primary: #2563eb;
    --ev-primary-hover: #1d4ed8;
    --ev-primary-light: #eff6ff;
    --ev-primary-border: #bfdbfe;
    
    --ev-slate-900: #0f172a;
    --ev-slate-800: #1e293b;
    --ev-slate-700: #334155;
    --ev-slate-600: #475569;
    --ev-slate-500: #64748b;
    --ev-slate-400: #94a3b8;
    --ev-slate-300: #cbd5e1;
    --ev-slate-200: #e2e8f0;
    --ev-slate-100: #f1f5f9;
    --ev-slate-50:  #f8fafc;
    
    --ev-gold: #f59e0b;
    --ev-gold-hover: #d97706;
    --ev-gold-light: #fef3c7;
    
    --ev-success: #10b981;
    --ev-success-hover: #059669;
    --ev-success-light: #ecfdf5;
    --ev-success-border: #a7f3d0;
    
    --ev-danger: #ef4444;
    --ev-danger-light: #fef2f2;
    
    --ev-radius-sm: 8px;
    --ev-radius-md: 12px;
    --ev-radius-lg: 16px;
    --ev-radius-xl: 20px;
    
    --ev-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --ev-shadow-md: 0 4px 16px rgba(15, 23, 42, 0.08);
    --ev-shadow-lg: 0 10px 30px rgba(15, 23, 42, 0.12);
    --ev-shadow-xl: 0 20px 40px rgba(15, 23, 42, 0.16);
    
    --ev-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Event Portal Navbar Luxury Clarity ── */
body header.navbar.fixed-top {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
    backdrop-filter: blur(20px) !important;
}

body header.navbar .logo {
    filter: none !important;
}

body header.navbar .nav-link,
body header.navbar .header_options,
body header.navbar strong,
body header.navbar span {
    color: #1e293b !important;
}

body header.navbar svg {
    stroke: #1e293b !important;
}

body header.navbar .btn-outline-secondary,
body header.navbar .btn-outline-light,
body header.navbar .dropdown-toggle {
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    color: #1e293b !important;
    border-radius: 8px !important;
}

/* ── Container Wrapper with Fixed Header Clearance ── */
.ev-portal-wrapper {
    background: #f8fafc;
    min-height: 100vh;
    padding-top: 100px !important; /* Clears global fixed header */
    padding-bottom: 60px;
}

.ev-portal-wrapper > .container-fluid {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* ════════════════════════════════════════════════════════════════
   1. LUXURY EXECUTIVE HERO BANNER
   ════════════════════════════════════════════════════════════════ */
.ev-hero-banner {
    position: relative;
    background: linear-gradient(135deg, #090e17 0%, #0f172a 40%, #1e293b 80%, #172554 100%);
    border-radius: var(--ev-radius-lg);
    overflow: hidden;
    color: #ffffff;
    box-shadow: var(--ev-shadow-lg);
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-hero-backdrop-glow {
    position: absolute;
    top: -40%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

.ev-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.4) 1px, transparent 0);
    background-size: 20px 20px;
    z-index: 0;
}

.ev-hero-body {
    position: relative;
    z-index: 1;
    padding: 22px 26px;
}

.ev-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(37, 99, 235, 0.22);
    border: 1px solid rgba(147, 197, 253, 0.25);
    color: #93c5fd;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
}

.ev-hero-badge.subdomain {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(52, 211, 153, 0.3);
    color: #34d399;
}

.ev-hero-badge.lock {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
}

.ev-hero-thumb {
    width: 125px;
    height: 125px;
    border-radius: 14px;
    object-fit: cover;
    border: 2.5px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
    transition: var(--ev-transition);
}

.ev-hero-thumb:hover {
    transform: scale(1.03);
    border-color: rgba(255, 255, 255, 0.4);
}

.ev-hero-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    letter-spacing: -0.4px;
    margin: 0;
}

.ev-hero-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 500;
}

/* Event Dates Card on Right */
.ev-hero-dates-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 14px;
    backdrop-filter: blur(10px);
}

.ev-hero-dates-header {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #93c5fd;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.ev-date-box {
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 8px 10px;
    transition: var(--ev-transition);
}

.ev-date-box:hover {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(37, 99, 235, 0.4);
}

.ev-date-box-lbl {
    font-size: 9.5px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
}

.ev-date-box-val {
    font-size: 12.5px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

/* ════════════════════════════════════════════════════════════════
   2. INTERACTIVE 4-STEP PROGRESS STEPPER
   ════════════════════════════════════════════════════════════════ */
.ev-stepper-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-md);
    padding: 12px 20px;
    margin-bottom: 20px;
    box-shadow: var(--ev-shadow-sm);
}

.ev-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ev-step-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    position: relative;
    z-index: 2;
    cursor: default;
    transition: var(--ev-transition);
}

.ev-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ev-slate-100);
    border: 2px solid var(--ev-slate-300);
    color: var(--ev-slate-500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
    transition: var(--ev-transition);
}

.ev-step-info {
    display: flex;
    flex-direction: column;
}

.ev-step-title {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ev-slate-500);
    line-height: 1.2;
    transition: var(--ev-transition);
}

.ev-step-desc {
    font-size: 10.5px;
    color: var(--ev-slate-400);
    display: block;
}

.ev-step-item.active .ev-step-num {
    background: var(--ev-primary);
    border-color: var(--ev-primary);
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ev-step-item.active .ev-step-title {
    color: var(--ev-primary);
}

.ev-step-item.completed .ev-step-num {
    background: var(--ev-success);
    border-color: var(--ev-success);
    color: #ffffff;
}

.ev-step-item.completed .ev-step-title {
    color: var(--ev-slate-800);
}

.ev-stepper-line {
    flex: 1;
    height: 2px;
    background: var(--ev-slate-200);
    margin: 0 10px;
    transition: var(--ev-transition);
}

.ev-stepper-line.active {
    background: var(--ev-primary);
}

/* ════════════════════════════════════════════════════════════════
   3. HOTEL FILTERS SIDEBAR
   ════════════════════════════════════════════════════════════════ */
.ev-filter-panel {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-lg);
    padding: 20px;
    box-shadow: var(--ev-shadow-sm);
    position: sticky;
    top: 20px;
}

.ev-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ev-slate-100);
}

.ev-filter-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--ev-slate-900);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ev-filter-group {
    margin-bottom: 16px;
}

.ev-filter-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--ev-slate-600);
    margin-bottom: 6px;
    display: block;
}

/* Golden Star Filter Options */
.ev-star-filter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    border-radius: var(--ev-radius-sm);
    transition: var(--ev-transition);
    cursor: pointer;
    margin-bottom: 2px;
}

.ev-star-filter-item:hover {
    background: var(--ev-slate-50);
}

.ev-stars-golden {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--ev-gold);
    font-size: 13px;
}

.ev-stars-golden .empty {
    color: var(--ev-slate-300);
}

.ev-star-text {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ev-slate-600);
    margin-left: 6px;
}

/* ════════════════════════════════════════════════════════════════
   4. HOTEL LISTING ROW CARDS (LUXURY HORIZONTAL FORMAT)
   ════════════════════════════════════════════════════════════════ */
.ev-listing-toolbar {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-md);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    box-shadow: var(--ev-shadow-sm);
}

.ev-hotels-count {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ev-slate-800);
}

.ev-hotel-row-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-lg);
    overflow: hidden;
    box-shadow: var(--ev-shadow-sm);
    transition: var(--ev-transition);
    cursor: pointer;
    position: relative;
}

.ev-hotel-row-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--ev-shadow-lg);
    border-color: var(--ev-primary-border);
}

.ev-hotel-row-card.hotel-sold-out {
    opacity: 0.7;
    background: #f8fafc;
}

.ev-hotel-row-img-wrap {
    position: relative;
    height: 165px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--ev-slate-900);
}

.ev-hotel-row-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ev-hotel-row-card:hover .ev-hotel-row-img {
    transform: scale(1.04);
}

.ev-hotel-stars-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 3px 7px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--ev-gold);
    font-size: 9.5px;
    z-index: 2;
}

.ev-hotel-stock-pill {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.ev-stock-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ev-success);
    box-shadow: 0 0 5px var(--ev-success);
}

.ev-stock-dot.low {
    background: var(--ev-danger);
    box-shadow: 0 0 5px var(--ev-danger);
}

.ev-hotel-row-name {
    font-size: 17.5px;
    font-weight: 800;
    color: var(--ev-slate-900);
    line-height: 1.3;
}

.ev-hotel-row-location {
    font-size: 12.5px;
    color: var(--ev-slate-500);
}

.ev-perk-badge {
    display: inline-flex;
    align-items: center;
    background: var(--ev-slate-100);
    color: var(--ev-slate-700);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
}

.ev-perk-badge.green {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.ev-perk-badge.slate {
    background: var(--ev-slate-50);
    color: var(--ev-slate-600);
    border: 1px solid var(--ev-slate-200);
}

.ev-hotel-row-desc {
    font-size: 12px;
    color: var(--ev-slate-500);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ev-hotel-row-action-col {
    border-left: 1px solid var(--ev-slate-100);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .ev-hotel-row-action-col {
        border-left: none;
        border-top: 1px solid var(--ev-slate-100);
        margin-top: 10px;
        padding-top: 12px !important;
        text-align: center !important;
    }
}

.ev-row-price-label {
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ev-slate-400);
    letter-spacing: 0.5px;
    display: block;
}

.ev-row-price-val {
    font-size: 24px;
    font-weight: 800;
    color: var(--ev-primary);
    line-height: 1.1;
}

.ev-row-price-sub {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ev-slate-500);
}

.ev-btn-row-select {
    background: var(--ev-primary);
    border: none;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    transition: var(--ev-transition);
}

.ev-btn-row-select:hover {
    background: var(--ev-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

.ev-btn-select-hotel {
    background: linear-gradient(135deg, var(--ev-primary) 0%, var(--ev-primary-hover) 100%);
    color: #ffffff;
    border: none;
    border-radius: var(--ev-radius-md);
    padding: 10px 16px;
    font-weight: 700;
    font-size: 13.5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    transition: var(--ev-transition);
    margin-top: auto;
}

.ev-btn-select-hotel:hover {
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
    transform: translateY(-1px);
    color: #ffffff;
}

/* ════════════════════════════════════════════════════════════════
   5. LUXURY BOOKING FORM & DETAILS FLOW
   ════════════════════════════════════════════════════════════════ */
.ev-selected-hotel-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: var(--ev-radius-lg);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    box-shadow: var(--ev-shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ev-selected-hotel-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ev-btn-change-hotel {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: var(--ev-radius-md);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    transition: var(--ev-transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ev-btn-change-hotel:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Enterprise Form Inputs */
.ev-form-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-lg);
    padding: 22px;
    box-shadow: var(--ev-shadow-sm);
    margin-bottom: 20px;
}

.ev-card-header {
    font-size: 16px;
    font-weight: 800;
    color: var(--ev-slate-900);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ev-slate-100);
}

.ev-input-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--ev-slate-700);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ev-input {
    background: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--ev-slate-900) !important;
    transition: var(--ev-transition) !important;
}

.ev-input:focus {
    background: #ffffff !important;
    border-color: var(--ev-primary) !important;
    box-shadow: 0 0 0 3.5px rgba(37, 99, 235, 0.12) !important;
}

/* Room Selection Type Card */
.ev-room-select-card {
    background: #ffffff;
    border: 1.5px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-md);
    padding: 16px;
    transition: var(--ev-transition);
    margin-bottom: 12px;
}

.ev-room-select-card:hover {
    border-color: var(--ev-primary-border);
    box-shadow: var(--ev-shadow-md);
}

.ev-room-select-card.sold-out {
    background: #f8fafc;
    opacity: 0.6;
}

/* Guest Cards */
.ev-guest-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-left: 4px solid var(--ev-primary) !important;
    border-radius: var(--ev-radius-md);
    padding: 18px;
    box-shadow: var(--ev-shadow-sm);
    margin-bottom: 16px;
    transition: var(--ev-transition);
}

.ev-guest-card:hover {
    box-shadow: var(--ev-shadow-md);
    transform: translateY(-2px);
}

/* Financial Summary Sidebar */
.ev-summary-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-lg);
    padding: 22px;
    box-shadow: var(--ev-shadow-md);
    position: sticky;
    top: 20px;
}

.ev-deposit-box {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #a7f3d0;
    border-radius: var(--ev-radius-md);
    padding: 14px 16px;
    margin: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ev-deposit-label {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #065f46;
}

.ev-deposit-val {
    font-size: 24px;
    font-weight: 800;
    color: #047857;
    line-height: 1;
}

.ev-remain-box {
    font-size: 12px;
    color: var(--ev-slate-600);
    background: var(--ev-slate-50);
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-md);
    padding: 8px 12px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Support Help Card */
.ev-support-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-lg);
    padding: 20px;
    box-shadow: var(--ev-shadow-sm);
    position: sticky;
    top: 20px;
}

.ev-support-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: var(--ev-slate-50);
    border-radius: var(--ev-radius-md);
    margin-bottom: 10px;
    border: 1px solid var(--ev-slate-200);
    transition: var(--ev-transition);
}

.ev-support-item:hover {
    background: #ffffff;
    border-color: var(--ev-primary-border);
}

.ev-support-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--ev-primary-light);
    color: var(--ev-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

/* Policy Accordions / Cards */
.ev-policy-card {
    background: #ffffff;
    border: 1px solid var(--ev-slate-200);
    border-radius: var(--ev-radius-md);
    padding: 18px 20px;
    height: 100%;
    box-shadow: var(--ev-shadow-sm);
}

.ev-policy-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--ev-slate-900);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ev-policy-text {
    font-size: 12.5px;
    color: var(--ev-slate-600);
    line-height: 1.6;
    margin: 0;
}

/* ════════════════════════════════════════════════════════════════
   6. RESPONSIVE BREAKPOINTS
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .ev-portal-wrapper {
        padding-top: 90px !important;
    }
    .ev-portal-wrapper > .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .ev-hero-body {
        padding: 20px;
    }
    .ev-hero-title {
        font-size: 20px;
    }
    .ev-hero-thumb {
        width: 80px;
        height: 80px;
    }
    .ev-stepper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .ev-stepper-line {
        display: none;
    }
    .ev-summary-card,
    .ev-support-card {
        position: static;
        margin-top: 16px;
    }
}

/* Smooth Form Section Animations */
#bookingFormSection {
    animation: evSmoothFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#selectHotelSection {
    animation: evSmoothFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes evSmoothFadeIn {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
