/*
Theme Name: Disney CDG Transfer Child
Theme URI: https://disneycdgtransfer.com/
Description: Premium Elementor Child Theme for Disney CDG Transfer with integrated eCab Taxi Booking Manager.
Author: Disney CDG Transfer Team
Author URI: https://disneycdgtransfer.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: disneycdg-child
*/

:root {
    --disney-navy: #001A4D;
    --disney-navy-dark: #001033;
    --disney-navy-light: #0d2966;
    --disney-blue: #0A58CA;
    --disney-blue-light: #EBF3FF;
    --disney-gold: #F5A623;
    --disney-gold-hover: #E09612;
    --disney-gold-light: #FFF8EB;
    --disney-text: #1E293B;
    --disney-text-muted: #64748B;
    --disney-bg-light: #F8FAFC;
    --disney-white: #FFFFFF;
    --disney-border: #E2E8F0;
    --disney-shadow-sm: 0 2px 4px rgba(0,26,77,0.06);
    --disney-shadow-md: 0 6px 18px rgba(0,26,77,0.08);
    --disney-shadow-lg: 0 15px 35px rgba(0,26,77,0.12);
    --disney-radius: 12px;
    --disney-radius-sm: 8px;
    --disney-font: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    font-family: var(--disney-font);
    color: var(--disney-text);
    background-color: var(--disney-white);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Font Awesome 6 Global Icon Enforcement
   ========================================================================== */
.fa,
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.far,
.fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* ==========================================================================
   Top Notification Bar & Navigation Header
   ========================================================================== */
.disney-topbar {
    background: var(--disney-navy-dark);
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.disney-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.disney-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.disney-topbar-left, .disney-topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.disney-topbar a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}
.disney-topbar a:hover {
    color: var(--disney-gold);
}
.disney-topbar .badge-highlight {
    background: var(--disney-gold);
    color: var(--disney-navy-dark);
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

/* Language Switcher */
.disney-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.12);
    padding: 3px 8px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}
.disney-lang-switcher:hover {
    background: rgba(255, 255, 255, 0.2);
}
.disney-lang-switcher .lang-option {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.disney-lang-switcher .lang-option:hover {
    color: #FFFFFF;
}
.disney-lang-switcher .lang-option.active {
    background: var(--disney-gold);
    color: var(--disney-navy-dark) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.disney-lang-switcher .lang-option .flag-icon {
    font-size: 13px;
    line-height: 1;
}
.disney-lang-switcher .lang-divider {
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
}
.disney-lang-switcher.mobile-only-switcher {
    display: none;
}
@media (max-width: 991px) {
    .disney-topbar .disney-lang-switcher {
        display: none;
    }
    .disney-lang-switcher.mobile-only-switcher {
        display: inline-flex;
        background: #F1F5F9;
        border: 1px solid #CBD5E1;
    }
    .disney-lang-switcher.mobile-only-switcher .lang-option {
        color: #475569;
    }
    .disney-lang-switcher.mobile-only-switcher .lang-option.active {
        background: var(--disney-navy);
        color: #FFFFFF !important;
    }
    .disney-lang-switcher.mobile-only-switcher .lang-divider {
        color: #94A3B8;
    }
}

.disney-main-header {
    background: var(--disney-white);
    box-shadow: var(--disney-shadow-sm);
    position: sticky;
    top: 0;
    z-index: 999;
}
.disney-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.disney-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
}
.disney-brand-img {
    height: 54px;
    max-height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.disney-logo:hover .disney-brand-img {
    transform: scale(1.02);
    opacity: 0.95;
}
.footer-logo-img {
    height: 48px;
    max-height: 50px;
}
@media (max-width: 768px) {
    .disney-brand-img {
        height: 44px;
        max-height: 46px;
    }
}

.disney-nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
}
.disney-nav-menu a {
    color: var(--disney-navy);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    position: relative;
    padding: 6px 0;
}
.disney-nav-menu a:hover,
.disney-nav-menu a.active {
    color: var(--disney-blue);
}
.disney-header-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}
.btn-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--disney-navy);
    text-decoration: none;
    font-size: 14px;
}
.btn-phone .phone-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--disney-blue-light);
    color: var(--disney-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   Buttons & Badges
   ========================================================================== */
.btn-disney {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--disney-font);
    font-weight: 700;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: var(--disney-radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
}
.btn-disney-primary {
    background: linear-gradient(135deg, var(--disney-gold), var(--disney-gold-hover));
    color: var(--disney-navy-dark);
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}
.btn-disney-primary:hover {
    background: linear-gradient(135deg, var(--disney-gold-hover), #c98205);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 166, 35, 0.45);
    color: var(--disney-navy-dark);
}
.btn-disney-navy {
    background: var(--disney-navy);
    color: var(--disney-white);
    box-shadow: 0 4px 14px rgba(0, 26, 77, 0.25);
}
.btn-disney-navy:hover {
    background: var(--disney-navy-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 26, 77, 0.35);
    color: var(--disney-white);
}
.btn-disney-outline {
    background: transparent;
    color: var(--disney-navy);
    border: 2px solid var(--disney-border);
}
.btn-disney-outline:hover {
    border-color: var(--disney-navy);
    background: var(--disney-navy);
    color: var(--disney-white);
}

/* ==========================================================================
   Homepage Hero & Booking Teaser Area
   ========================================================================== */
.disney-hero {
    background: linear-gradient(135deg, var(--disney-navy-dark) 0%, var(--disney-navy) 60%, #102a5c 100%);
    color: var(--disney-white);
    padding: 60px 0 90px;
    position: relative;
    overflow: hidden;
}
.disney-hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background: radial-gradient(circle at center, rgba(245,166,35,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.disney-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.disney-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 166, 35, 0.15);
    color: var(--disney-gold);
    border: 1px solid rgba(245, 166, 35, 0.3);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.disney-hero-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
    color: var(--disney-white);
}
.disney-hero-title span {
    color: var(--disney-gold);
}
.disney-hero-lead {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
}
.disney-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 30px;
}
.hero-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}
.hero-feat-item i {
    color: var(--disney-gold);
}

/* ==========================================================================
   HOMEPAGE BOOKING TEASER CARD (Zero booking logic in Elementor)
   Forwards pre-filled parameters to /book-your-transfer/
   ========================================================================== */
.booking-teaser-card {
    background: var(--disney-white);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0, 10, 30, 0.35);
    color: var(--disney-text);
    position: relative;
}
.booking-teaser-header {
    border-bottom: 1px solid var(--disney-border);
    padding-bottom: 18px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.booking-teaser-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--disney-navy);
}
.booking-teaser-badge {
    background: #E8F5E9;
    color: #2E7D32;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}
.teaser-form-group {
    margin-bottom: 18px;
}
.teaser-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--disney-navy);
    margin-bottom: 6px;
}
.teaser-input-wrap {
    position: relative;
}
.teaser-input-wrap select,
.teaser-input-wrap input {
    width: 100%;
    height: 48px;
    border: 1.5px solid var(--disney-border);
    border-radius: var(--disney-radius-sm);
    padding: 0 16px 0 42px;
    font-family: var(--disney-font);
    font-size: 15px;
    color: var(--disney-text);
    background: #FAFAFC;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.teaser-input-wrap select:focus,
.teaser-input-wrap input:focus {
    border-color: var(--disney-blue);
    background: var(--disney-white);
    outline: none;
    box-shadow: 0 0 0 3px rgba(10, 88, 202, 0.12);
}
.teaser-input-wrap .field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--disney-blue);
    font-size: 16px;
}
.teaser-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.btn-teaser-submit {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, var(--disney-gold), var(--disney-gold-hover));
    color: var(--disney-navy-dark);
    font-family: var(--disney-font);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border: none;
    border-radius: var(--disney-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.35);
    margin-top: 8px;
}
.btn-teaser-submit:hover {
    background: linear-gradient(135deg, var(--disney-gold-hover), #c98205);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 166, 35, 0.5);
}
.teaser-footer-note {
    text-align: center;
    font-size: 12px;
    color: var(--disney-text-muted);
    margin-top: 14px;
}

/* ==========================================================================
   Trust Badges Section
   ========================================================================== */
.disney-trust-strip {
    background: var(--disney-white);
    padding: 36px 0;
    border-bottom: 1px solid var(--disney-border);
}
.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.trust-item-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 12px;
    background: var(--disney-blue-light);
    color: var(--disney-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.trust-item-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--disney-navy);
    margin-bottom: 2px;
}
.trust-item-desc {
    font-size: 13px;
    color: var(--disney-text-muted);
    line-height: 1.3;
}

/* ==========================================================================
   Popular Routes Grid
   ========================================================================== */
.disney-section {
    padding: 70px 0;
}
.disney-section-alt {
    background-color: var(--disney-bg-light);
}
.section-header-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}
.section-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: var(--disney-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.section-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--disney-navy);
    line-height: 1.2;
    margin: 0 0 14px;
}
.section-desc {
    font-size: 16px;
    color: var(--disney-text-muted);
    margin: 0;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.route-card {
    background: var(--disney-white);
    border: 1px solid var(--disney-border);
    border-radius: var(--disney-radius);
    padding: 28px;
    transition: all 0.3s ease;
    box-shadow: var(--disney-shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.route-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--disney-shadow-lg);
    border-color: var(--disney-blue);
}
.route-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
.route-badge {
    background: var(--disney-blue-light);
    color: var(--disney-blue);
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
}
.route-price-tag {
    text-align: right;
}
.route-price-tag .from-txt {
    font-size: 11px;
    color: var(--disney-text-muted);
    display: block;
    text-transform: uppercase;
}
.route-price-tag .price-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--disney-navy);
}
.route-endpoints {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.endpoint-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--disney-navy);
}
.endpoint-item.from i { color: #2E7D32; }
.endpoint-item.to i { color: #C62828; }
.route-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--disney-text-muted);
    border-top: 1px solid var(--disney-border);
    padding: 14px 0 20px;
}
.route-card .btn-disney {
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================================================
   Fleet Cards
   ========================================================================== */
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.fleet-card {
    background: var(--disney-white);
    border-radius: var(--disney-radius);
    border: 1px solid var(--disney-border);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--disney-shadow-sm);
}
.fleet-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--disney-shadow-lg);
}
.fleet-img-wrap {
    height: 200px;
    background: linear-gradient(135deg, #1E293B, #0F172A);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--disney-gold);
    font-size: 48px;
}
.fleet-badge-floating {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--disney-gold);
    color: var(--disney-navy-dark);
    font-weight: 700;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}
.fleet-content {
    padding: 24px;
}
.fleet-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--disney-navy);
    margin: 0 0 8px;
}
.fleet-examples {
    font-size: 13px;
    color: var(--disney-text-muted);
    margin-bottom: 16px;
}
.fleet-specs {
    display: flex;
    gap: 16px;
    background: var(--disney-bg-light);
    padding: 12px 16px;
    border-radius: var(--disney-radius-sm);
    margin-bottom: 20px;
}
.fleet-spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--disney-navy);
}
.fleet-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.fleet-features-list li {
    font-size: 14px;
    color: var(--disney-text);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fleet-features-list li i {
    color: #2E7D32;
    font-size: 13px;
}

/* ==========================================================================
   Pricing Matrix Table
   ========================================================================== */
.pricing-matrix-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--disney-white);
    border-radius: var(--disney-radius);
    overflow: hidden;
    box-shadow: var(--disney-shadow-md);
    margin-bottom: 30px;
}
.pricing-matrix-table th {
    background: var(--disney-navy);
    color: var(--disney-white);
    text-align: left;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.pricing-matrix-table td {
    padding: 15px 20px;
    border-bottom: 1px solid var(--disney-border);
    font-size: 14px;
    color: var(--disney-text);
    vertical-align: middle;
}
.pricing-matrix-table tr:last-child td {
    border-bottom: none;
}
.pricing-matrix-table tr:hover td {
    background-color: var(--disney-blue-light);
}
.pricing-matrix-table .price-val {
    font-weight: 800;
    font-size: 17px;
    color: var(--disney-navy);
}
.pricing-matrix-table .price-val.vip-val {
    color: #B45309;
    font-weight: 800;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.disney-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.faq-accordion-item {
    background: var(--disney-white);
    border: 1px solid var(--disney-border);
    border-radius: var(--disney-radius-sm);
    overflow: hidden;
    transition: all 0.2s ease;
}
.faq-question {
    padding: 20px 24px;
    font-size: 17px;
    font-weight: 700;
    color: var(--disney-navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
}
.faq-question:hover {
    color: var(--disney-blue);
}
.faq-answer {
    padding: 0 24px 20px 24px;
    font-size: 15px;
    color: var(--disney-text-muted);
    line-height: 1.6;
}

/* ==========================================================================
   DEDICATED BOOKING PAGE STYLES (/book-your-transfer/)
   Matching the separate booking plugin seamlessly without modifying core
   ========================================================================== */
.booking-page-wrap {
    padding: 40px 0 80px;
    background: var(--disney-bg-light);
}
.booking-page-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 36px;
}
.booking-page-header h1 {
    font-size: 38px;
    font-weight: 800;
    color: var(--disney-navy);
    margin: 0 0 12px;
}
.booking-page-header p {
    font-size: 17px;
    color: var(--disney-text-muted);
    margin: 0;
}

.booking-page-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 36px;
    align-items: start;
}
.booking-engine-container {
    background: var(--disney-white);
    border-radius: 16px;
    padding: 36px;
    box-shadow: var(--disney-shadow-md);
    border: 1px solid var(--disney-border);
}

/* Confirmation Banner */
.booking-confirmation-banner {
    background: #ECFDF5;
    border: 2px solid #10B981;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.12);
}
.booking-confirmation-banner .confirmation-icon {
    font-size: 38px;
    color: #059669;
    flex-shrink: 0;
}
.booking-confirmation-banner h3 {
    margin: 0 0 6px 0;
    color: #065F46;
    font-size: 20px;
    font-weight: 800;
}
.booking-confirmation-banner p {
    margin: 0;
    color: #047857;
    font-size: 14px;
    line-height: 1.5;
}

/* Modern Multi-Step Progress Bar */
.modern-booking-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 28px;
}
.booking-step {
    display: flex;
    align-items: center;
    gap: 12px;
}
.booking-step .step-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E2E8F0;
    color: #64748B;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.booking-step.active .step-badge {
    background: linear-gradient(135deg, var(--disney-blue), #043883);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(10, 88, 202, 0.35);
}
.booking-step .step-text {
    display: flex;
    flex-direction: column;
}
.booking-step .step-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--disney-navy);
}
.booking-step .step-sub {
    font-size: 11px;
    color: var(--disney-text-muted);
}
.step-connector {
    flex: 1;
    height: 2px;
    background: #E2E8F0;
    margin: 0 16px;
}

/* Modern Form Sections */
.modern-form-section {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.section-badge-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 800;
    color: var(--disney-navy);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F1F5F9;
}
.section-badge-title i {
    font-size: 18px;
    color: var(--disney-blue);
}
.free-pill-tag {
    margin-left: auto;
    background: #DEF7EC;
    color: #03543F;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Modern Form/* Grids & Controls */
.modern-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.modern-grid-2 .modern-form-group {
    margin-bottom: 0;
}
.modern-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.modern-grid-3 .modern-form-group {
    margin-bottom: 0;
}
.modern-form-group {
    margin-bottom: 20px;
}
.modern-form-group:last-child {
    margin-bottom: 0;
}
.modern-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.modern-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 8px 0 !important;
}
.btn-toggle-custom {
    background: none;
    border: none;
    color: var(--disney-blue);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}
.btn-toggle-custom:hover {
    background: #EBF3FF;
    color: #043883;
}
.dynamic-custom-box {
    animation: fadeInSlide 0.25s ease-out;
}
@keyframes fadeInSlide {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.modern-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.modern-input-wrap .field-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 16px !important;
    color: var(--disney-blue) !important;
    pointer-events: none !important;
    z-index: 5 !important;
    width: 20px !important;
    text-align: center !important;
    line-height: 1 !important;
    margin: 0 !important;
}
.booking-engine-wrap .modern-input-wrap input,
.booking-engine-wrap .modern-input-wrap select,
.booking-engine-wrap input[type="text"].modern-control,
.booking-engine-wrap input[type="email"].modern-control,
.booking-engine-wrap input[type="tel"].modern-control,
.booking-engine-wrap input[type="date"].modern-control,
.booking-engine-wrap input[type="time"].modern-control,
.booking-engine-wrap input[type="number"].modern-control,
.booking-engine-wrap select.modern-control,
.disneycdg-booking-wrap .modern-input-wrap input,
.disneycdg-booking-wrap .modern-input-wrap select,
.disneycdg-booking-wrap input[type="text"],
.disneycdg-booking-wrap input[type="email"],
.disneycdg-booking-wrap input[type="tel"],
.disneycdg-booking-wrap input[type="date"],
.disneycdg-booking-wrap input[type="time"],
.disneycdg-booking-wrap input[type="number"],
.disneycdg-booking-wrap select,
.booking-engine-container input,
.booking-engine-container select,
.modern-input-wrap input,
.modern-input-wrap select,
.modern-control {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    background: #F8FAFC !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 10px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-right: 16px !important;
    padding-left: 54px !important;
    font-family: var(--disney-font), -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1E293B !important;
    line-height: 22px !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.booking-engine-wrap select.modern-control,
select.modern-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230A58CA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 16px 16px !important;
    padding-right: 42px !important;
}
.booking-engine-wrap input[type="date"].modern-control::-webkit-calendar-picker-indicator,
.booking-engine-wrap input[type="time"].modern-control::-webkit-calendar-picker-indicator,
input[type="date"].modern-control::-webkit-calendar-picker-indicator,
input[type="time"].modern-control::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.7;
    margin-right: 4px;
}
.booking-engine-wrap .modern-input-wrap input.modern-control:focus,
.booking-engine-wrap .modern-input-wrap select.modern-control:focus,
.booking-engine-wrap input[type="text"].modern-control:focus,
.booking-engine-wrap input[type="email"].modern-control:focus,
.booking-engine-wrap input[type="tel"].modern-control:focus,
.booking-engine-wrap input[type="date"].modern-control:focus,
.booking-engine-wrap input[type="time"].modern-control:focus,
.booking-engine-wrap select.modern-control:focus,
.modern-control:focus {
    border-color: var(--disney-blue) !important;
    background: #FFFFFF !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(10, 88, 202, 0.14) !important;
}

/* Modern Interactive Vehicle Cards */
.modern-vehicle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.modern-vehicle-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 18px 16px;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
}
.modern-vehicle-card:hover {
    transform: translateY(-2px);
    border-color: #93C5FD;
    box-shadow: 0 6px 16px rgba(10, 88, 202, 0.08);
}
.modern-vehicle-card.selected {
    border-color: var(--disney-blue);
    background: #F0F7FF;
    box-shadow: 0 6px 18px rgba(10, 88, 202, 0.12);
}
.vehicle-radio-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.card-radio-indicator {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 10px;
    transition: all 0.2s ease;
}
.modern-vehicle-card.selected .card-radio-indicator {
    background: var(--disney-blue);
    border-color: var(--disney-blue);
    color: #FFFFFF;
}
.vehicle-name {
    font-size: 15px;
    font-weight: 800;
    color: var(--disney-navy);
    margin-bottom: 4px;
}
.vehicle-spec-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
    background: #F1F5F9;
    padding: 2px 8px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.modern-vehicle-card.selected .vehicle-spec-pill {
    background: #DBEAFE;
    color: #1D4ED8;
}
.vehicle-features-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: #64748B;
    margin-bottom: 14px;
}
.vehicle-features-list i {
    color: #10B981;
    margin-right: 4px;
    font-size: 12px;
}
.vehicle-card-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 10px;
}
.vehicle-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--disney-navy);
}
.modern-vehicle-card.selected .vehicle-price {
    color: var(--disney-blue);
}
.vehicle-price-sub {
    font-size: 11px;
    font-weight: 700;
    color: #059669;
}

/* Modern Summary & CTA Section */
.modern-summary-section {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 20px 22px;
    margin-top: 24px;
}
.summary-payment-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 16px;
}
.summary-payment-info .payment-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    color: var(--disney-navy);
}
.summary-payment-info .payment-sub {
    font-size: 12px;
    color: #64748B;
    display: block;
    margin-top: 2px;
}
.summary-price-display {
    text-align: right;
}
.summary-price-display .price-title {
    font-size: 11px;
    color: #64748B;
    display: block;
}
.summary-price-display .price-amount {
    font-size: 28px;
    font-weight: 800;
    color: var(--disney-navy);
}
.btn-modern-submit {
    width: 100%;
    height: 54px;
    background: linear-gradient(135deg, var(--disney-gold), var(--disney-gold-hover));
    color: var(--disney-navy-dark);
    font-family: var(--disney-font), sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
}
.btn-modern-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 166, 35, 0.55);
    background: linear-gradient(135deg, var(--disney-gold-hover), #C98205);
}
.booking-guarantees-footer {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 14px;
    font-size: 12px;
    color: #64748B;
}
.booking-guarantees-footer i {
    color: #10B981;
}

/* Sidebar Perks List */
.trust-perks-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.trust-perks-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--disney-text);
}
.trust-perks-list li i {
    color: #10B981;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .booking-page-grid {
        grid-template-columns: 1fr;
    }
    .modern-vehicle-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .modern-grid-2,
    .modern-grid-3 {
        grid-template-columns: 1fr;
    }
    .modern-booking-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .step-connector {
        display: none;
    }
    .summary-payment-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .summary-price-display {
        text-align: left;
    }
}

/* Booking Page Sidebar Trust & Help Cards */
.booking-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.booking-trust-card {
    background: var(--disney-white);
    border-radius: var(--disney-radius);
    padding: 26px;
    border: 1px solid var(--disney-border);
    box-shadow: var(--disney-shadow-sm);
}
.booking-trust-card h4 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 800;
    color: var(--disney-navy);
}
.trust-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.trust-checklist li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--disney-text);
}
.trust-checklist li i {
    color: #2E7D32;
    font-size: 16px;
    margin-top: 2px;
}

.booking-help-card {
    background: linear-gradient(135deg, var(--disney-navy-dark), var(--disney-navy));
    color: var(--disney-white);
    border-radius: var(--disney-radius);
    padding: 26px;
    box-shadow: var(--disney-shadow-md);
}
.booking-help-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--disney-white);
}
.booking-help-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 18px;
}
.help-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    text-decoration: none;
    color: var(--disney-white);
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
}
.help-contact-item:hover {
    color: var(--disney-gold);
}
.help-contact-item .help-icon-circle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
.help-contact-item:hover .help-icon-circle {
    background: rgba(255, 255, 255, 0.25);
}
.help-contact-item .help-icon-circle i {
    font-size: 15px;
    color: var(--disney-gold);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
}
.help-contact-item > i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    text-align: center !important;
    line-height: 36px !important;
    display: inline-block !important;
    color: var(--disney-gold);
    flex-shrink: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.disney-footer {
    background: var(--disney-navy-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 70px 0 30px;
    font-size: 14px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px;
}
.footer-col h5 {
    color: var(--disney-white);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col ul a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-col ul a:hover {
    color: var(--disney-gold);
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
}

/* ==========================================================================
   Floating WhatsApp Button
   ========================================================================== */
.whatsapp-float-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-float-btn:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.5);
    color: #FFFFFF;
}

/* ==========================================================================
   Mobile Responsiveness
   ========================================================================== */
@media (max-width: 992px) {
    .disney-hero-content {
        grid-template-columns: 1fr;
    }
    .booking-page-grid {
        grid-template-columns: 1fr;
    }
    .routes-grid,
    .fleet-grid,
    .trust-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .disney-hero-title {
        font-size: 32px;
    }
    .routes-grid,
    .fleet-grid,
    .trust-strip-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .teaser-form-row {
        grid-template-columns: 1fr;
    }
    .disney-nav-menu {
        display: none;
    }
}
