.location-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 20px;
    right: 0;
    background: white;
    border: none;
    border-radius: 4px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 0;
    width: 320px;
}

.location-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.location-item:last-child {
    border-bottom: none;
}

.location-item:hover {
    background-color: #f8f9fa;
}

.location-item.selected {
    background-color: #e3f2fd;
}

.location-icon {
    margin-right: 8px;
    color: #666;
}

.location-name {
    font-weight: 500;
}

.inputTransfers:focus {
    box-shadow: none !important;
}

.inputTransfers {
    padding: 0px !important;
}

.location-type {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
}

/* ============================================
   MODERN FLATPICKR CALENDAR STYLING
   ============================================ */

/* Calendar Container */
.flatpickr-calendar {
    background: #ffffff;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    padding: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    overflow: hidden;
    animation: fadeInScale 0.2s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }

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

.flatpickr-calendar.open {
    z-index: 10000 !important;
}

.flatpickr-calendar.animate.open {
    animation: fadeInScale 0.2s ease-out;
}

/* Month Navigation */
.flatpickr-months {
    background: #c39e36;
    border-radius: 12px 12px 0 0;
    padding: 16px 12px;
    margin: -8px -8px 12px -8px;
}

.flatpickr-month {
    height: auto;
    color: #ffffff;
}

.flatpickr-current-month {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    padding: 11px 12px;
    margin: 0 8px;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(255, 255, 255, 0.3);
}

.flatpickr-current-month .numInputWrapper {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 2px 4px;
    width: 60px;
}

.flatpickr-current-month input.cur-year {
    font-weight: 600;
    color: #ffffff;
    background: transparent;
    border: none;
    padding: 4px 8px;
}

/* Navigation Arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
    fill: #ffffff !important;
    padding: 8px;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
    background: rgba(255, 255, 255, 0.2);
    fill: #ffffff !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    width: 12px;
    height: 12px;
}

/* Weekday Headers */
.flatpickr-weekdays {
    background: transparent;
    padding: 8px 0;
    margin-bottom: 4px;
}

span.flatpickr-weekday {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Days Grid */
.flatpickr-days {
    width: 100% !important;
}

.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 4px;
}

/* Individual Day Cells */
.flatpickr-day {
    border-radius: 4px !important;
    border: none !important;
    color: #1e293b;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 18px;
    margin: 2px;
    transition: all 0.2s ease;
    flex-basis: calc(14.2857143% - 4px) !important;
    max-width: calc(14.2857143% - 4px) !important;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease;
    flex-basis: calc(14.2857143% - 4px) !important;
    max-width: calc(14.2857143% - 4px) !important;
}

.flatpickr-day:hover:not(.flatpickr-disabled):not(.selected) {
    background: #f1f5f9 !important;
    border: none !important;
    transform: scale(1.05);
}

/* Today's Date */
.flatpickr-day.today {
    background: linear-gradient(135deg, #f9f3e8 0%, #f0e5cd 100%);
    border: none !important;
    color: #8b7428;
    font-weight: 700;
}

.flatpickr-day.today:hover {
    background: linear-gradient(135deg, #f0e5cd 0%, #e8d6b0 100%) !important;
    color: #6d5a1f;
}

/* Selected Date */
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #c39e36 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.flatpickr-day.selected::before,
.flatpickr-day.startRange::before,
.flatpickr-day.endRange::before {
    content: "\f5e4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.9;
    display: block;
    line-height: 1;
}

/* Disabled/Previous Month Days */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #cbd5e1 !important;
    font-weight: 400;
}

.flatpickr-day.flatpickr-disabled {
    color: #e2e8f0 !important;
    cursor: not-allowed;
}

/* Time Picker */
.flatpickr-time {
    border-top: 1px solid #f1f5f9;
    margin: 12px -8px -8px;
    padding: 16px 12px;
    background: #fafbfc;
    border-radius: 0 0 12px 12px;
}

.flatpickr-time .numInputWrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.flatpickr-time input {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    border: none;
    padding: 8px;
}

.flatpickr-time input:hover,
.flatpickr-time input:focus {
    background: #f8fafc;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    color: #64748b;
    font-weight: 600;
}

/* Time Increment/Decrement Arrows */
.flatpickr-time .arrowUp,
.flatpickr-time .arrowDown {
    border: none;
    transition: all 0.2s ease;
}

.flatpickr-time .arrowUp:hover,
.flatpickr-time .arrowDown:hover {
    background: #f1f5f9;
}

.flatpickr-time .arrowUp::after {
    border-bottom-color: #c39e36;
}

.flatpickr-time .arrowDown::after {
    border-top-color: #c39e36;
}

/* Week Numbers (if enabled) */
.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: none;
}

.flatpickr-weekwrapper span.flatpickr-day {
    color: #94a3b8;
    font-weight: 600;
}

/* Input Field Styling */
#pickupDateTime {
    cursor: pointer;
    transition: all 0.2s ease;
}

#pickupDateTime:hover {
    border-color: #c39e36 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: white;
    color: black;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: white !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .flatpickr-calendar {
        max-width: 320px;
        font-size: 14px;
    }

    .flatpickr-day.selected::before,
    .flatpickr-day.startRange::before,
    .flatpickr-day.endRange::before {
        display: none;
    }

    .flatpickr-day {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }

    .flatpickr-months {
        padding: 12px 8px;
    }
}

/* ============================================
   VALIDATION ERROR MESSAGES
   ============================================ */
.field-error-message {
    display: none;
    background-color: #dc3545;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    z-index: 100;
    animation: slideDown 0.3s ease-out;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.field-error-message.show {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

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

.inputTransfers.error-field {
    border-color: #dc3545 !important;
}

/* ============================================
   NOTIFICATION STYLES
   ============================================ */
.notification {
    position: fixed;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.notification--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.notification--corner {
    bottom: 20px;
    right: 20px;
}

.notification--visible {
    opacity: 1;
}

.notification--success {
    background-color: #BE9E4A;
    border-left: 4px solid #a58a3d;
}

.notification--error {
    background-color: #d9534f;
    border-left: 4px solid #c9302c;
}

.notification--warning {
    background-color: #f0ad4e;
    border-left: 4px solid #eea236;
}

.notification--info {
    background-color: #5bc0de;
    border-left: 4px solid #46b8da;
}

.notification__icon {
    margin-right: 10px;
    font-size: 16px;
}

.notification__message {
    /* Message text styles */
}

/* ============================================
   BOOKING RECAP STYLES
   ============================================ */
.recap-header {
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #BE9E4A 0%, #d4bc7d 100%);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.recap-header__title {
    font-weight: 700;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.recap-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recap-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.recap-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.recap-card__title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.recap-card__remove-btn {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.recap-card__body {
    padding: 15px;
}

.recap-card__badge {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 12px;
    background-color: #f0f0f0;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
}

.recap-card__info-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}


.recap-card__info-text {
    font-size: 14px;
    font-weight: 500;
}


.recap-card__itinerary {
    margin-bottom: 15px;
    padding: 12px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #BE9E4A;
}

.recap-card__itinerary-content {
    font-size: 14px;
    color: #333;
}

.recap-card__location-row {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.recap-card__location-row:last-child {
    margin-bottom: 0;
}

.recap-card__location-label {
    color: #BE9E4A;
    font-weight: 600;
    min-width: 35px;
}

.recap-card__location-value {
    font-weight: 500;
    flex: 1;
}

.recap-card__requests-label {
    color: #BE9E4A;
    font-weight: 600;
    min-width: 90px;
}


.recap-card__vehicle-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.recap-card__vehicle-image-wrapper {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.recap-card__vehicle-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.recap-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.recap-card__feature {
    font-size: 12px;
    color: #555;
    background-color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #eee;
}

.recap-card__price-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.recap-card__price-label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.recap-card__price-value {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.recap-total {
    margin-top: 25px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.recap-total__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recap-total__label {
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.recap-total__value {
    font-weight: 700;
    font-size: 20px;
    color: #BE9E4A;
}

.recap-actions {
    margin-top: 20px;
}

.recap-actions__reserve-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #BE9E4A 0%, #D4B254 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}