/* ==========================================================================
   BEST PARIS CAB - HOMEPAGE EXACT MATCH STYLESHEET (home.css)
   Consistent 80px section spacing across all sections
   ========================================================================== */

/* 1. HERO SECTION */
.hero {
    background: url("images/ban.webp") no-repeat center center / cover !important;
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 100px 20px 80px 20px;
    overflow: hidden;
}

.hero>div {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    animation: heroFadeInUp 1s ease-out forwards;
}

.hero-sub {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.hero-title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    animation: heroTitlePulse 1.2s ease-out forwards;
}

.hero-desc {
    color: #f8f9fa;
    margin-top: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    animation: heroFadeIn 1.4s ease-out forwards;
}

.btn-hero {
    animation: heroButtonBounce 1.6s ease-out forwards;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 183, 3, 0.4);
}

.btn-hero:hover {
    background-color: #e0a100 !important;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 25px rgba(255, 183, 3, 0.6);
}

@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroTitlePulse {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes heroButtonBounce {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HERO SECTION TYPOGRAPHY */
.hero-sub {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.hero-desc {
    color: #f8f9fa;
    margin-top: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.6;
}

/* 2. YELLOW NOTIFICATION BANNER */
.yellow-notice-banner {
    background-color: #fca311;
    text-align: center;
    width: 100%;
    padding: 22px 20px;
    margin-bottom: 80px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.yellow-notice-banner p {
    max-width: 1200px;
    margin: 0 auto;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
}

/* 3. ABOUT US SECTION */
.about-sec {
    max-width: 1240px;
    margin: 80px auto !important;
    background-color: #ffffff;
    padding: 45px 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.about-sec h2,
.about-body h2 {
    font-size: 30px;
    margin-bottom: 18px;
    color: #0d2b4f;
    font-weight: 700;
    line-height: 1.3;
}

.about {
    display: flex;
    gap: 35px;
    align-items: center;
    flex-wrap: wrap;
}

.about img {
    max-width: 480px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-body {
    flex: 1;
    text-align: left;
}

.about-body h3 {
    font-size: 22px;
    color: #0e284c;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-body p {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 15px;
}

@media (max-width: 900px) {
    .about {
        flex-direction: column;
        text-align: center !important;
    }
}

/* 4. WHY CHOOSE BEST PARIS CAB GRID */
.why-style {
    margin: 80px auto !important;
}

.why-style h2 {
    font-size: 34px;
    margin-bottom: 50px;
    color: #0d2b4f;
    font-weight: 700;
    text-align: center;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 20px;
}

.why-box {
    position: relative;
    padding-top: 35px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .why-box {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    .why-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.why-icon {
    width: 70px;
    height: 70px;
    background: #4faef0;
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s ease;
}

.why-card {
    background: #fff;
    padding: 60px 15px 25px;
    border-radius: 15px;
    min-height: 175px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.why-box:hover .why-card {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(13, 43, 79, 0.12);
}

.why-box:hover .why-icon {
    transform: translateX(-50%) translateY(-6px) scale(1.1) rotate(5deg);
    background: #0d2b4f;
}

.why-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.why-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

/* 5. BOOKING FORM SECTION (EXACT SCREENSHOT MATCH) */
#home_booking_form {
    max-width: 1240px;
    margin: 80px auto !important;
    padding: 0 20px !important;
}

#home_booking_form #bookingForm {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 35px 30px 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
}

/* ==========================================================================
   LUXURY BOOKING STEPPER HEADER
   ========================================================================== */
#home_booking_form .booking-stepper-wrap {
    width: 100% !important;
    margin-bottom: 26px !important;
    position: relative !important;
}

/* Stepper Progress Bar */
#home_booking_form .booking-stepper-progress {
    width: 100% !important;
    height: 4px !important;
    background: #e2e8f0 !important;
    border-radius: 99px !important;
    margin-bottom: 14px !important;
    overflow: hidden !important;
    position: relative !important;
}

#home_booking_form .booking-stepper-bar {
    height: 100% !important;
    width: 33.33%;
    background: linear-gradient(90deg, #0d2b4f 0%, #2563eb 55%, #f59e0b 100%) !important;
    border-radius: 99px !important;
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Stepper Tabs Row */
#home_booking_form .booking-stepper {
    display: flex !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Individual Step Tab Button */
#home_booking_form .step-tab {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: left !important;
    position: relative !important;
    box-shadow: 0 2px 6px rgba(13, 43, 79, 0.04) !important;
    font-family: inherit !important;
}

/* Badge Circle */
#home_booking_form .step-tab .step-tab-badge {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    transition: all 0.25s ease !important;
    border: 1.5px solid #cbd5e1 !important;
}

#home_booking_form .step-tab .step-tab-check {
    display: none !important;
}

/* Step Tab Content Text */
#home_booking_form .step-tab .step-tab-content {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
}

#home_booking_form .step-tab .step-tab-sub {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #94a3b8 !important;
    margin-bottom: 2px !important;
    transition: color 0.25s ease !important;
}

#home_booking_form .step-tab .step-tab-title {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: color 0.25s ease !important;
}

#home_booking_form .step-tab .title-mobile {
    display: none !important;
}

/* ACTIVE STATE */
#home_booking_form .step-tab.active {
    background: linear-gradient(135deg, #0d2b4f 0%, #1e40af 100%) !important;
    border-color: #0d2b4f !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(13, 43, 79, 0.22), 0 2px 6px rgba(13, 43, 79, 0.1) !important;
    transform: translateY(-2px) !important;
}

#home_booking_form .step-tab.active .step-tab-badge {
    background: #ffffff !important;
    color: #0d2b4f !important;
    border-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
    font-weight: 800 !important;
}

#home_booking_form .step-tab.active .step-tab-sub {
    color: #fbbf24 !important;
    /* Gold accent */
}

#home_booking_form .step-tab.active .step-tab-title {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* COMPLETED STATE */
#home_booking_form .step-tab.completed {
    background: #f0fdf4 !important;
    border-color: #86efac !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08) !important;
}

#home_booking_form .step-tab.completed .step-tab-badge {
    background: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25) !important;
}

#home_booking_form .step-tab.completed .step-tab-num {
    display: none !important;
}

#home_booking_form .step-tab.completed .step-tab-check {
    display: inline-block !important;
    font-size: 13px !important;
}

#home_booking_form .step-tab.completed .step-tab-sub {
    color: #059669 !important;
}

#home_booking_form .step-tab.completed .step-tab-title {
    color: #0f172a !important;
    font-weight: 600 !important;
}

#home_booking_form .step-tab.completed:hover {
    background: #dcfce7 !important;
    border-color: #4ade80 !important;
    transform: translateY(-1px) !important;
}

/* INACTIVE HOVER */
#home_booking_form .step-tab:not(.active):not(.completed):hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-1px) !important;
}

#home_booking_form .step-tab:not(.active):not(.completed):hover .step-tab-badge {
    border-color: #94a3b8 !important;
    color: #0d2b4f !important;
}

#home_booking_form .step-tab:not(.active):not(.completed):hover .step-tab-title {
    color: #0d2b4f !important;
}

/* Colorful FontAwesome Icon Badges */
#bookingForm i.input-icon,
#bookingForm h4 i,
#bookingForm .step h4 i {
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

#bookingForm .fa-location-dot {
    color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.12) !important;
}

#bookingForm i.input-icon.fa-route,
#bookingForm h4 i.fa-route,
#bookingForm i.input-icon.fa-taxi,
#bookingForm i.input-icon.fa-car,
#bookingForm h4 i.fa-car {
    color: #0284c7 !important;
    background: rgba(2, 132, 199, 0.12) !important;
}

.fa-solid.fa-arrow-right-arrow-left.input-icon {
    color: #f7921f;
    background: rgb(247 146 31 / 10%) !important;
}

#bookingForm .fa-users {
    color: #8b5cf6 !important;
    background: rgba(139, 92, 246, 0.12) !important;
}

#bookingForm .fa-calendar-day {
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.12) !important;
}

#bookingForm .fa-clock {
    color: #f59e0b !important;
    background: rgba(245, 158, 11, 0.12) !important;
}

#bookingForm .fa-plane-arrival,
#bookingForm .fa-plane,
#bookingForm .fa-train {
    color: #06b6d4 !important;
    background: rgba(6, 182, 212, 0.12) !important;
}

#bookingForm .fa-suitcase-rolling {
    color: #a855f7 !important;
    background: rgba(168, 85, 247, 0.12) !important;
}

#bookingForm .fa-child {
    color: #ec4899 !important;
    background: rgba(236, 72, 153, 0.12) !important;
}

#bookingForm .fa-baby-carriage {
    color: #f43f5e !important;
    background: rgba(244, 63, 94, 0.12) !important;
}

#bookingForm .fa-user {
    color: #6366f1 !important;
    background: rgba(99, 102, 241, 0.12) !important;
}

#bookingForm .fa-envelope {
    color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.12) !important;
}

#bookingForm .fa-phone {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.12) !important;
}

#bookingForm .fa-credit-card {
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.12) !important;
}

#bookingForm .fa-hotel {
    color: #d97706 !important;
    background: rgba(217, 119, 6, 0.12) !important;
}

#bookingForm .fa-earth-americas,
#bookingForm .fa-globe {
    color: #0d9488 !important;
    background: rgba(13, 148, 136, 0.12) !important;
}

/* Visible Radio Buttons for Journey Type & Options */
#bookingForm input[type="radio"] {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    flex-shrink: 0 !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    accent-color: #1e40af !important;
    cursor: pointer !important;
}

/* Hide radio buttons inside Vehicle Selection cards & Journey Type boxes */
#bookingForm .journey-box-btn input[type="radio"],
#bookingForm .journey-box input[type="radio"],
#bookingForm .vehicle-option input[type="radio"],
#bookingForm .vehicle-options input[type="radio"],
#bookingForm .payment-card input[type="radio"],
#bookingForm .vehicle-section input[type="radio"],
#bookingForm .car_choice input[type="radio"],
#bookingForm .vehicle_box input[type="radio"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

#bookingForm .fa-car {
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.12) !important;
}

#bookingForm #vehicleSection.col50 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 25px !important;
}

#bookingForm #vehicleSection.colfull,
#bookingForm .vehicle-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px !important;
    display: block !important;
}

#bookingForm #vehicleSection.hidden {
    display: none !important;
}

#bookingForm .vehicle-subtitle {
    font-size: 13px !important;
    color: #64748b !important;
    margin: 10px 0px 20px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

#bookingForm .vehicle-options {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

#bookingForm .vehicle-option {
    position: relative !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 0px 12px 20px 12px !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: center !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(13, 43, 79, 0.02) !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
    user-select: none !important;
}

#bookingForm .vehicle-option:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(13, 43, 79, 0.06) !important;
}

/* Active Selected Card */
#bookingForm .vehicle-option.active,
#bookingForm .vehicle-option:has(input[type="radio"]:checked) {
    border: 2px solid #0d2b4f !important;
    background: #f4f6fb !important;
    box-shadow: 0 4px 16px rgba(13, 43, 79, 0.08) !important;
    transform: translateY(-1px) !important;
}

#bookingForm .vehicle-option input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

#bookingForm .vehicle-option img {
    width: 100% !important;
    max-width: 155px !important;
    height: 100px !important;
    object-fit: contain !important;
    margin: 4px auto 16px auto !important;
    display: block !important;
    transition: transform 0.25s ease !important;
}

#bookingForm .vehicle-option:hover img {
    transform: scale(1.03) !important;
}

#bookingForm .vehicle-option .vehicle-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0d2b4f !important;
    margin-bottom: 8px !important;
    text-align: center !important;
    display: block !important;
}

#bookingForm .vehicle-option .vehicle-price {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0d2b4f !important;
    text-align: center !important;
    display: block !important;
    line-height: 1.2 !important;
}

/* Checkmark Badge in Bottom-Right Corner */
#bookingForm .vehicle-option .vehicle-check {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #0d2b4f !important;
    color: #ffffff !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    box-shadow: 0 2px 5px rgba(13, 43, 79, 0.25) !important;
    pointer-events: none !important;
}

#bookingForm .vehicle-option.active .vehicle-check,
#bookingForm .vehicle-option:has(input[type="radio"]:checked) .vehicle-check,
#bookingForm .vehicle-option input[type="radio"]:checked~.vehicle-check {
    display: flex !important;
}

/* Payment Method Selection Cards */
#bookingForm .payment-method-section {
    width: 100% !important;
    clear: both !important;
    margin-top: 15px !important;
}

#bookingForm .payment-method-section>h4 {
    margin-bottom: 12px !important;
}

#bookingForm .payment-options {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#bookingForm .payment-card {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px 20px !important;
    border-radius: 14px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
    user-select: none !important;
    min-height: 72px !important;
}

#bookingForm .payment-card:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(13, 43, 79, 0.06) !important;
    transform: translateY(-1px) !important;
}

#bookingForm .payment-card.active,
#bookingForm .payment-card:has(input[type="radio"]:checked) {
    border: 2px solid #0d2b4f !important;
    background: #f7f9fd !important;
    box-shadow: 0 4px 16px rgba(13, 43, 79, 0.08) !important;
}

#bookingForm .payment-card .payment-icon,
#bookingForm .payment-card .payment-icon i,
#bookingForm .payment-card .payment-icon .fa-credit-card,
#bookingForm .payment-card .payment-icon .fa-money-bill-wave {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    font-size: 26px !important;
    color: #0d2b4f !important;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    width: 32px !important;
    height: 32px !important;
}

#bookingForm .payment-card .payment-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex-grow: 1 !important;
}

#bookingForm .payment-card .payment-title {
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #0d2b4f !important;
    line-height: 1.2 !important;
}

#bookingForm .payment-card .payment-sub {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    line-height: 1.2 !important;
}

#bookingForm .payment-card .payment-check {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #0d2b4f !important;
    color: #ffffff !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    box-shadow: 0 2px 4px rgba(13, 43, 79, 0.25) !important;
}

#bookingForm .payment-card.active .payment-check,
#bookingForm .payment-card:has(input[type="radio"]:checked) .payment-check,
#bookingForm .payment-card input[type="radio"]:checked~.payment-check {
    display: flex !important;
}

#bookingForm .payment-card.input-error {
    border-color: #ef4444 !important;
    background: #fef2f2 !important;
}

/* Form Notes & Hints - Simple & Clean */
#bookingForm .form-note {
    font-size: 13.5px !important;
    color: #64748b !important;
    margin: 8px 0 16px 0 !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

#bookingForm .form-note a {
    color: #0d2b4f !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

#bookingForm .form-note a:hover {
    color: #f7921f !important;
}

#bookingForm .form-note.bottom-notice {
    font-size: 14px !important;
    margin-top: 22px !important;
    line-height: 1.5 !important;
}

#bookingForm .form-hint {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    line-height: 1.7rem;
}

/* Visible Checkboxes for Step 2 Options */
#bookingForm input[type="checkbox"] {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    vertical-align: middle !important;
    accent-color: #0d2b4f !important;
    cursor: pointer !important;
}

#bookingForm label {
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
}

#bookingForm .ch__box__container label {
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0d2b4f !important;
    line-height: 1 !important;
    gap: 10px !important;
    user-select: none !important;
}

#bookingForm .ch__box__container label input[type="checkbox"] {
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

#bookingForm .ch__box__container label span {
    display: inline-block !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#bookingForm label::before {
    display: none !important;
}

/* Journey Type Box Selector (Exact Match to Design Reference) */
#bookingForm .journey_type_row {
    width: 58% !important;
    max-width: 350px !important;
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 0 !important;
}

#bookingForm .journey-box-btn {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    display: block !important;
}

#bookingForm .journey-box-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #0d2b4f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 5px rgba(13, 43, 79, 0.03) !important;
    white-space: nowrap !important;
    user-select: none !important;
}

#bookingForm .journey-box-inner i,
#bookingForm .journey-box-inner .journey-box-icon {
    font-size: 14px !important;
    color: #0d2b4f !important;
    background: transparent !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: color 0.25s ease !important;
}

#bookingForm .journey-box-inner .journey-box-check {
    display: none !important;
    font-size: 12px !important;
    margin-left: 2px !important;
    background: transparent !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Inactive Hover */
#bookingForm .journey-box-btn:hover .journey-box-inner {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
    transform: translateY(-1px) !important;
}

/* Selected Active State (Dark Navy + White Text & Icon + Checkmark) */
#bookingForm .journey-box-btn input[type="radio"]:checked+.journey-box-inner,
#bookingForm .journey-box-btn.active .journey-box-inner {
    background: #0d2b4f !important;
    border-color: #0d2b4f !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(13, 43, 79, 0.28) !important;
    transform: translateY(-1px) !important;
}

#bookingForm .journey-box-btn input[type="radio"]:checked+.journey-box-inner .journey-box-icon,
#bookingForm .journey-box-btn.active .journey-box-inner .journey-box-icon {
    color: #ffffff !important;
}

#bookingForm .journey-box-btn input[type="radio"]:checked+.journey-box-inner .journey-box-check,
#bookingForm .journey-box-btn.active .journey-box-inner .journey-box-check {
    display: inline-block !important;
    color: #ffffff !important;
}

/* Form Field Rows: Stack containers vertically; Label on left, Select/Input on right */
#bookingForm #firstRound,
#bookingForm #round1Details,
#bookingForm .colfull,
#bookingForm .colf_a {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

#bookingForm #round2Details {
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

#bookingForm .col50 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    clear: both !important;
    float: none !important;
}

#bookingForm #round2Details.hidden,
#bookingForm .col50.hidden,
#bookingForm .hidden {
    display: none !important;
}

#bookingForm .col50 h4,
#bookingForm .colfull h4 {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0d2b4f !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    width: 45% !important;
    white-space: normal !important;
    float: none !important;
}

#bookingForm .col50 h4 p {
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    margin: 0 !important;
    display: inline-block !important;
}

#bookingForm .ch__box__container {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    clear: both !important;
}

#bookingForm textarea {
    width: 100% !important;
    border-radius: 10px !important;
    border: 1.5px solid #cbd5e1 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
}

#bookingForm .step>h4 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#bookingForm select:not(.select2-hidden-accessible),
#bookingForm input[type="text"],
#bookingForm input[type="date"],
#bookingForm input[type="email"],
#bookingForm input[type="tel"],
#bookingForm input[type="time"] {
    width: 58% !important;
    max-width: 350px !important;
    border-radius: 10px !important;
    padding: 11px 16px !important;
    border: 1.5px solid #cbd5e1 !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
    float: none !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
    margin: 0 !important;
}

#bookingForm select.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: block !important;
}

#bookingForm .email-input-group {
    width: 58% !important;
    max-width: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important;
    margin: 0 !important;
}

#bookingForm .email-input-group input {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

#bookingForm #emailMatchMessage {
    display: block !important;
    margin-top: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

#bookingForm .phone-input-group {
    width: 58% !important;
    max-width: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important;
    margin: 0 !important;
}

#bookingForm .phone-input-group input#phone,
#bookingForm input[type="tel"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

#bookingForm .phone-input-group .phone-hint {
    display: block !important;
    margin-top: 5px !important;
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

/* Select2 Country Dropdown with Flags */
#bookingForm .select2-container {
    width: 58% !important;
    max-width: 350px !important;
    box-sizing: border-box !important;
    float: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

#bookingForm .select2-container--default .select2-selection--single {
    height: 46px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    transition: all 0.25s ease !important;
    outline: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
    box-sizing: border-box !important;
}

#bookingForm .select2-container--default.select2-container--open .select2-selection--single,
#bookingForm .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #0d2b4f !important;
    box-shadow: 0 0 0 3px rgba(13, 43, 79, 0.08) !important;
}

#bookingForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1e293b !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

#bookingForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    right: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#bookingForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0d2b4f transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
}

#bookingForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0d2b4f transparent !important;
    border-width: 0 4px 5px 4px !important;
}

/* Dropdown Popup Panel */
.select2-dropdown {
    border: 1.5px solid #0d2b4f !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(13, 43, 79, 0.14) !important;
    overflow: hidden !important;
    z-index: 999999 !important;
    background: #ffffff !important;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13.5px !important;
    outline: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #0d2b4f !important;
}

.select2-results__options {
    max-height: 220px !important;
}

.select2-container--default .select2-results__option {
    padding: 8px 14px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    color: #1e293b !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0d2b4f !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f1f5f9 !important;
    font-weight: 600 !important;
}

/* Country Flag Items */
.country-select2-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
}

.country-flag-icon {
    display: inline-block !important;
    width: 22px !important;
    height: 16px !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
    flex-shrink: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#bookingForm select:focus,
#bookingForm input:focus,
#bookingForm textarea:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
    outline: none !important;
}

/* Required Field Error States (Red Border) */
#bookingForm .input-error,
#bookingForm input.input-error,
#bookingForm select.input-error,
#bookingForm textarea.input-error,
.input-error {
    border: 2px solid #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
    background-color: #fffafb !important;
    outline: none !important;
}

#bookingForm label.input-error,
#bookingForm .payment-label.input-error,
#bookingForm #step3 label.input-error,
.vehicle-option.input-error {
    border: 2px solid #ef4444 !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

#bookingForm .error-highlight,
.error-highlight {
    border: 2px solid #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
    border-radius: 8px !important;
    padding: 8px !important;
}

/* Payment Method Cards in Step 3 */
#bookingForm .payment-method-section {
    width: 100% !important;
    clear: both !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

#bookingForm .payment-method-section h4 {
    margin: 0 0 10px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0d2b4f !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

#bookingForm .payment-options {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#bookingForm .payment-card {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: all 0.22s ease !important;
    box-shadow: 0 1px 4px rgba(13, 43, 79, 0.03) !important;
    box-sizing: border-box !important;
    user-select: none !important;
    min-height: 68px !important;
    width: 100% !important;
    margin: 0 !important;
}

#bookingForm .payment-card:hover {
    border-color: #cbd5e1 !important;
    background: #fbfcfe !important;
}

#bookingForm .payment-card.active,
#bookingForm .payment-card:has(input[type="radio"]:checked) {
    border: 2px solid #0d2b4f !important;
    background: #f8fafc !important;
    box-shadow: 0 3px 12px rgba(13, 43, 79, 0.08) !important;
}

#bookingForm .payment-card input[type="radio"],
#bookingForm .payment-card input[name="payment_method"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

#bookingForm .payment-card .payment-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 8px !important;
    background: rgba(13, 43, 79, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
}

#bookingForm .payment-card.active .payment-icon,
#bookingForm .payment-card:has(input[type="radio"]:checked) .payment-icon {
    background: rgba(13, 43, 79, 0.1) !important;
}

#bookingForm .payment-card .payment-icon i {
    font-size: 20px !important;
    color: #0d2b4f !important;
    line-height: 1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

#bookingForm .payment-card .payment-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex-grow: 1 !important;
}

#bookingForm .payment-card .payment-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0d2b4f !important;
    line-height: 1.2 !important;
}

#bookingForm .payment-card .payment-sub {
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    line-height: 1.2 !important;
}

#bookingForm .payment-card .payment-check {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 50% !important;
    background: #0d2b4f !important;
    color: #ffffff !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    box-shadow: 0 2px 4px rgba(13, 43, 79, 0.25) !important;
}

#bookingForm .payment-card.active .payment-check,
#bookingForm .payment-card:has(input[type="radio"]:checked) .payment-check,
#bookingForm .payment-card input[type="radio"]:checked~.payment-check {
    display: flex !important;
}

/* Price Display Styling */
#bookingForm .price_h4,
#bookingForm .price_box {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0d2b4f !important;
    margin-top: 20px !important;
}

#bookingForm #totalPrice,
#bookingForm .amount {
    color: #10b981 !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    margin-left: 6px !important;
}

/* Action Buttons (Back, Next, Submit) */
#bookingForm .step_btn,
#bookingForm .form-nav-btn {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    margin-top: 24px !important;
    width: 100% !important;
}

#bookingForm .step_btn button,
#bookingForm button[onclick*="nextStep"],
#bookingForm button.btn_step {
    background: linear-gradient(135deg, #ff9f00 0%, #ff6b00 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 25px !important;
    padding: 12px 36px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.3) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
}

#bookingForm button[onclick*="prevStep"],
#bookingForm button.btn_back {
    background: #f1f5f9 !important;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-radius: 25px !important;
    padding: 12px 32px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
}

#bookingForm button[onclick*="prevStep"]:hover,
#bookingForm button.btn_back:hover {
    background: #e2e8f0 !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
    transform: translateY(-2px) !important;
}

#bookingForm button[type="submit"],
#bookingForm button[name="submit"],
#bookingForm .btn_submit {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 25px !important;
    padding: 12px 38px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
}

#bookingForm button:hover {
    transform: translateY(-2px) !important;
}

/* Vehicle Options 2-column layout when car is hidden */
#bookingForm .vehicle-options.vans-only,
#bookingForm .vehicle-options:has(#carOption.hidden),
#bookingForm .vehicle-options:has(#carOption[style*="display: none"]),
#bookingForm .vehicle-options:has(#carOption[style*="display:none"]) {
    grid-template-columns: repeat(2, 1fr) !important;
}

/* Airport Hotels Options */
.airport-hotel-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 58%;
    max-width: 350px;
}

.airport-hotel-radios label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 14px !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #0d2b4f !important;
    cursor: pointer !important;
    margin: 0 !important;
    transition: all 0.2s ease !important;
}

.airport-hotel-radios label:hover {
    border-color: #94a3b8 !important;
    background: #f8fafc !important;
}

.airport-hotel-radios label input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    accent-color: #0d2b4f !important;
}

/* ==========================================================================
   BOOKING FORM RESPONSIVE MEDIA QUERIES (TABLET & MOBILE)
   ========================================================================== */

/* Tablet & Smaller (max-width: 991px) */
@media (max-width: 991px) {

    #home_booking_form,
    section#home_booking_form {
        margin: 0px !important;
        padding: 40px 15px !important;
    }

    #home_booking_form .row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #home_booking_form .col-lg-5 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    #home_booking_form .col-lg-5 .title-area {
        margin: 0 auto !important;
        text-align: center !important;
    }

    #home_booking_form .col-lg-5 .sec-title {
        max-width: 100% !important;
        text-align: center !important;
        font-size: 24px !important;
    }

    #home_booking_form .col-lg-5 .vs-contact-info {
        max-width: 480px !important;
        margin: 15px auto !important;
    }

    #home_booking_form .col-lg-7.form__col {
        width: 100% !important;
        max-width: 100% !important;
    }

    #home_booking_form #bookingForm {
        padding: 26px 20px !important;
        border-radius: 14px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    /* Stepper Tabs on Tablet */
    #home_booking_form .booking-stepper-wrap {
        margin-bottom: 22px !important;
    }

    #home_booking_form .booking-stepper-progress {
        margin-bottom: 12px !important;
    }

    #home_booking_form .booking-stepper {
        gap: 8px !important;
    }

    #home_booking_form .step-tab {
        padding: 10px 8px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 6px !important;
        border-radius: 10px !important;
    }

    #home_booking_form .step-tab .step-tab-content {
        align-items: center !important;
    }

    #home_booking_form .step-tab .step-tab-sub {
        display: none !important;
    }

    #home_booking_form .step-tab .step-tab-badge {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        font-size: 13px !important;
    }

    /* Stack Form Fields on Tablet (Label on Top, Input Full Width) */
    #bookingForm .col50 {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        gap: 0 !important;
    }

    #bookingForm .col50 h4,
    #bookingForm .colfull h4,
    #bookingForm h4 {
        width: 100% !important;
        font-size: 14.5px !important;
        font-weight: 700 !important;
        color: #0d2b4f !important;
        margin: 0 0 6px 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        line-height: 1.2 !important;
    }

    #bookingForm select:not(.select2-hidden-accessible),
    #bookingForm input[type="text"],
    #bookingForm input[type="date"],
    #bookingForm input[type="email"],
    #bookingForm input[type="tel"],
    #bookingForm input[type="time"] {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;
        padding: 10px 14px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    #bookingForm select.select2-hidden-accessible {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        border: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        display: block !important;
    }

    #bookingForm .email-input-group {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #bookingForm .email-input-group input {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    #bookingForm #emailMatchMessage {
        font-size: 12px !important;
        font-weight: 600 !important;
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        display: block !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    #bookingForm .select2-container {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        background: transparent !important;
        display: block !important;
    }

    #bookingForm .select2-container--default .select2-selection--single {
        height: 48px !important;
        border-radius: 10px !important;
        padding: 0 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        border: 1.5px solid #cbd5e1 !important;
    }

    #bookingForm .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px !important;
    }

    #bookingForm .phone-input-group {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    #bookingForm .phone-input-group input#phone,
    #bookingForm .phone-input-group input[type="tel"] {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;
        padding: 10px 14px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    #bookingForm .phone-input-group .phone-hint {
        margin-top: 5px !important;
        margin-bottom: 0 !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    .airport-hotel-radios {
        width: 100% !important;
        max-width: 100% !important;
    }

    #bookingForm textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 90px !important;
        padding: 12px 14px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {

    .about-sec {
        margin: 60px 20px !important;
        padding: 25px;
    }

    #blog {
        margin: 0px auto !important;
    }

    .customer-reviews-sec {
        margin: 60px auto 0px !important;
    }

    .why-style {
        margin: 60px auto 0px !important;
    }

    #home_booking_form .col-lg-5 .sec-title {
        font-size: 22px !important;
    }

    #home_booking_form .col-lg-5 p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    #home_booking_form .col-lg-5 .vs-contact-info {
        display: none !important;
    }

    #home_booking_form #bookingForm {
        padding: 20px 16px !important;
        border-radius: 12px !important;
    }

    /* Stepper Tabs on Mobile: Show concise mobile titles */
    #home_booking_form .step-tab {
        padding: 8px 6px !important;
        border-radius: 10px !important;
    }

    #home_booking_form .step-tab .title-full {
        display: none !important;
    }

    #home_booking_form .step-tab .title-mobile {
        display: inline !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }

    #home_booking_form .step-tab .step-tab-badge {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        font-size: 12px !important;
    }

    #bookingForm i.input-icon,
    #bookingForm h4 i,
    #bookingForm .step h4 i {
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        margin-right: 6px !important;
    }

    /* Journey Type Row on Mobile */
    #bookingForm .journey_type_row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        padding: 4px 0 12px !important;
        width: 100% !important;
    }

    #bookingForm .journey-box-btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }

    #bookingForm .journey-box-inner {
        padding: 11px 10px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        justify-content: center !important;
    }

    /* Vehicle Selection on Mobile */
    #bookingForm #vehicleSection.col50,
    #bookingForm #vehicleSection {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        gap: 8px !important;
    }

    #bookingForm #vehicleSection .vehicle-options {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 16px !important;
    }

    #bookingForm #vehicleSection .vehicle-options.vans-only,
    #bookingForm #vehicleSection .vehicle-options:has(#carOption.hidden),
    #bookingForm #vehicleSection .vehicle-options:has(#carOption[style*="display: none"]),
    #bookingForm #vehicleSection .vehicle-options:has(#carOption[style*="display:none"]) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    #bookingForm #vehicleSection .vehicle-option {
        padding: 14px 6px 12px 6px !important;
        border-radius: 12px !important;
        min-height: 165px !important;
    }

    #bookingForm .vehicle-option img {
        width: 100% !important;
        max-width: 105px !important;
        height: 56px !important;
        object-fit: contain !important;
        margin: 2px auto 8px auto !important;
    }

    #bookingForm .vehicle-option .vehicle-title {
        font-size: 12.5px !important;
        margin-bottom: 4px !important;
    }

    #bookingForm .vehicle-option .vehicle-price {
        font-size: 17px !important;
    }

    #bookingForm .vehicle-option .vehicle-check {
        width: 20px !important;
        height: 20px !important;
        bottom: 8px !important;
        right: 8px !important;
        font-size: 10px !important;
    }

    /* Airport Hotels Radios on Mobile */
    .airport-hotel-radios {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .airport-hotel-radios label {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 11px 14px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Checkboxes & Notes on Mobile */
    #bookingForm .ch__box__container {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    #bookingForm .ch__box__container label {
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
        font-size: 14.5px !important;
        line-height: 1.3 !important;
    }

    #bookingForm .ch__box__container label input[type="checkbox"] {
        margin: 0 !important;
        flex-shrink: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    /* Payment Methods on Mobile */
    #bookingForm .payment-options {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    #bookingForm .payment-card {
        padding: 12px 16px !important;
        min-height: 64px !important;
        border-radius: 12px !important;
    }

    #bookingForm .payment-card .payment-icon {
        font-size: 22px !important;
        width: 28px !important;
        height: 28px !important;
    }

    #bookingForm .payment-card .payment-title {
        font-size: 14.5px !important;
    }

    #bookingForm .payment-card .payment-sub {
        font-size: 12px !important;
    }

    /* Price & Step Navigation Buttons on Mobile */
    #bookingForm .price_h4,
    #bookingForm .price_box {
        font-size: 19px !important;
        margin-top: 15px !important;
        text-align: center !important;
    }

    #bookingForm #totalPrice,
    #bookingForm .amount {
        font-size: 25px !important;
    }

    #bookingForm .step_btn,
    #bookingForm .form-nav-btn {
        display: flex !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    #bookingForm .step_btn button,
    #bookingForm .step_btn button[onclick*="nextStep"] {
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    #bookingForm .form-nav-btn button[onclick*="prevStep"],
    #bookingForm .form-nav-btn button[onclick*="nextStep"],
    #bookingForm .form-nav-btn button.btn_step,
    #bookingForm .form-nav-btn button.btn_back,
    #bookingForm .form-nav-btn button[type="submit"],
    #bookingForm .form-nav-btn button[name="submit"],
    #bookingForm .form-nav-btn .btn_submit {
        flex: 1 1 0 !important;
        width: 100% !important;
        padding: 12px 14px !important;
        font-size: 14.5px !important;
        border-radius: 25px !important;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        min-height: 48px !important;
    }
}

/* Small Smartphone Devices (max-width: 480px) */
@media (max-width: 480px) {

    #home_booking_form,
    section#home_booking_form {
        padding: 30px 12px !important;
    }

    #home_booking_form #bookingForm {
        padding: 20px 20px 10px !important;
        border-radius: 12px !important;
    }

    #bookingForm select:not(.select2-hidden-accessible),
    #bookingForm input[type="text"],
    #bookingForm input[type="date"],
    #bookingForm input[type="email"],
    #bookingForm input[type="tel"],
    #bookingForm input[type="time"],
    #bookingForm .phone-input-group input#phone {
        height: 46px !important;
        padding: 9px 12px !important;
        font-size: 16px !important;
        border-radius: 8px !important;
        margin: 0 !important;
    }

    #bookingForm .select2-container {
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #bookingForm .select2-container--default .select2-selection--single {
        height: 46px !important;
        padding: 0 12px !important;
        border-radius: 8px !important;
        margin: 0 !important;
    }

    #home_booking_form .booking-stepper {
        gap: 6px !important;
    }

    #home_booking_form .step-tab {
        padding: 8px 4px !important;
        border-radius: 8px !important;
    }

    #home_booking_form .step-tab .title-mobile {
        font-size: 11px !important;
    }

    #home_booking_form .step-tab .step-tab-badge {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        font-size: 11px !important;
    }

    #bookingForm .journey_type_row {
        gap: 8px !important;
    }

    #bookingForm .journey-box-inner {
        padding: 9px 6px !important;
        font-size: 13px !important;
        gap: 6px !important;
    }

    #bookingForm #vehicleSection .vehicle-options {
        gap: 6px !important;
    }

    #bookingForm #vehicleSection .vehicle-option {
        padding: 12px 4px 10px 4px !important;
        min-height: 152px !important;
        border-radius: 10px !important;
    }

    #bookingForm .vehicle-option img {
        max-width: 88px !important;
        height: 48px !important;
        margin: 2px auto 6px auto !important;
    }

    #bookingForm .vehicle-option .vehicle-title {
        font-size: 11.5px !important;
        margin-bottom: 2px !important;
    }

    #bookingForm .vehicle-option .vehicle-price {
        font-size: 15px !important;
    }

    #bookingForm .vehicle-option .vehicle-check {
        width: 18px !important;
        height: 18px !important;
        bottom: 6px !important;
        right: 6px !important;
        font-size: 9px !important;
    }

    .airport-hotel-radios label {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }
}

/* Extra Small Screens (max-width: 360px) */
@media (max-width: 360px) {

    #home_booking_form,
    section#home_booking_form {
        padding: 24px 8px !important;
    }

    #home_booking_form #bookingForm {
        padding: 14px 10px !important;
    }

    #home_booking_form .step-tab {
        padding: 6px 2px !important;
    }

    #home_booking_form .step-tab .step-tab-badge {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        font-size: 10px !important;
    }

    #home_booking_form .step-tab .title-mobile {
        font-size: 10px !important;
    }

    #bookingForm #vehicleSection .vehicle-options {
        gap: 4px !important;
    }

    #bookingForm #vehicleSection .vehicle-option {
        padding: 10px 2px 8px 2px !important;
        min-height: 142px !important;
    }

    #bookingForm .vehicle-option img {
        max-width: 74px !important;
        height: 40px !important;
    }

    #bookingForm .vehicle-option .vehicle-title {
        font-size: 10.5px !important;
    }

    #bookingForm .vehicle-option .vehicle-price {
        font-size: 14px !important;
    }
}

/* 6. LATEST BLOG GRID */
#blog {
    max-width: 1240px;
    margin: 80px auto;
    padding: 0 20px;
    background: transparent !important;
    box-shadow: none !important;
}

#blog h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 45px;
    color: #0d2b4f;
    font-weight: 700;
}

#blog .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    #blog .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #blog .grid {
        grid-template-columns: 1fr;
    }
}

#blog .card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

#blog .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

#blog .card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: transform 0.5s ease;
}

#blog .card:hover img {
    transform: scale(1.06);
}

#blog .card-body {
    padding: 25px 25px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#blog .card-body h3 {
    font-size: 20px;
    color: #0d2b4f;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 1.35;
}

#blog .card-body p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 25px;
    flex-grow: 1;
    line-height: 1.5;
}

.btn-blog-read {
    background-color: #ffb703;
    color: #000000 !important;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 25px;
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-blog-read:hover {
    background-color: #e0a100;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 18px rgba(255, 183, 3, 0.4);
}

/* 7. CUSTOMER REVIEWS CONTINUOUS MARQUEE SLIDER */

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 0 30px;
}

.marquee-track {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: reviewsMarquee 35s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.review-card-marquee {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    width: 340px;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.review-card-marquee p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.review-card-marquee .review-stars {
    color: #ffb703;
    font-size: 18px;
    margin: 15px 0 8px;
}

.review-card-marquee .review-subtitle {
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}

.review-card-marquee h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0e284c;
    margin-top: 12px;
}

@keyframes reviewsMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 8. FEATURES SECTION (3 CARDS) */
.features-section {
    margin: 80px auto !important;
}

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

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-section {
        margin: 40px auto !important;
    }

    .free-section {
        padding: 60px 20px !important;
    }

    .services-content {
        text-align: left !important;
    }

    .services-banner {
        padding: 50px 20px !important;
    }

    .about-sec h2,
    .about-body h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    #blog h2 {
        font-size: 25px;
    }

    .free-section h2 {
        font-size: 25px !important;
    }

    .services-content h2 {
        font-size: 25px !important;
    }
}

.feature-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #4faef0;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 35px;
    height: auto;
}

/* 9. FAQ DARK BLUE PILLS */
#faq {
    margin: 80px auto !important;
}

.faq-item-dark {
    background: #0c2545 !important;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    overflow: hidden;
}

.faq-question-dark {
    padding: 20px 25px;
    font-weight: 700;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer-dark {
    padding: 0 25px 20px;
    color: #ddd;
    display: none;
    line-height: 1.6;
}

.faq-item-dark.active .faq-answer-dark {
    display: block;
}

/* 10. FREE AMENITIES SECTION */
.free-section {
    background-color: #4faef0;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    margin-top: 80px !important;
}

.free-section h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.free-section p {
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.7;
    font-size: 17px;
    color: #fff;
}

.free-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    background: #fff;
    color: #000;
    width: 150px;
    height: 140px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
}

.feature-box i {
    font-size: 38px;
    color: #4faef0;
    margin-bottom: 10px;
}

.feature-box h4 {
    font-size: 14px;
    font-weight: 700;
    color: #003366;
}

/* 11. SERVICES BANNER */
.services-banner {
    background-color: #0b2a4a;
    padding: 80px 20px;
    color: #fff;
}

.services-content {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.services-content h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.services-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-grid li {
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 25px;
    position: relative;
    color: #ddd;
}

.services-grid li::before {
    content: "✔";
    color: #00ffcc;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* 14. SCROLL-REVEAL ENTRANCE ANIMATIONS */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, transform;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}