/* --- Form Container - OTS Taxi Style --- */
.cab-booking-form-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
    background: #ffffff14;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* --- Call Us Contact Callout --- */
.cab-contact-callout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    max-width: 100%;
}

.cab-contact-callout .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cab-contact-callout .contact-icon svg {
    width: 22px;
    height: 22px;
}

.cab-contact-callout .contact-text {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
}

.cab-contact-callout .contact-phone {
    font-size: 18px;
    font-weight: 700;
    color: #0ba1f7;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cab-contact-callout .contact-phone:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cab-contact-callout .contact-mail {
    font-size: 15px;
    font-weight: 600;
    color: #0ba1f7;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cab-contact-callout .contact-mail:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cab-mail-callout {
    /* margin-left: 16px; */
}

@media (max-width: 768px) {
    .cab-mail-callout {
        margin-left: 0;
        /* margin-top: 8px; */
    }
}

/* Mobile responsive for contact callout */
@media (max-width: 768px) {
    .cab-contact-callout {
        padding: 14px 20px;
        gap: 8px;
        /* flex-wrap: wrap; */
    }

    .cab-contact-callout .contact-text {
        font-size: 14px;
    }

    .cab-contact-callout .contact-phone {
        font-size: 16px;
    }

    .cab-contact-callout .contact-icon svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .cab-contact-callout {
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        padding: 12px 16px;
        gap: 6px;
        text-align: center;
        justify-content: center;
    }

    .cab-contact-callout .contact-text {
        flex: 0 1 auto;
        font-size: 13px;
    }

    .cab-contact-callout .contact-phone {
        flex: 0 1 auto;
        font-size: 15px;
    }
}

/* --- Progress Bar - Hidden for cleaner look --- */
#progressbar {
    display: none;
}

/* --- Fieldsets --- */
#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    display: none;
    text-align: left;
}

#msform fieldset.active-step {
    display: block;
}

@media (max-width: 768px) {
    #msform fieldset.active-step {
        padding: 10px;
    }
}

.flex-fields {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

/* --- Form Titles --- */
.fs-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;

    text-align: left;
}

.fs-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #dfe2e7;
    margin-bottom: 24px;
    text-align: left;
}

/* --- Form Inputs - OTS Taxi Style --- */
#msform input,
#msform select {
    padding: 14px 16px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    background-color: #11111159;
    box-shadow: none !important;
    font-weight: 400;
    height: 48px;
    line-height: 1.5;
}

#msform input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

#msform input:focus,
#msform select:focus {
    outline: none;
    border-color: #0ba1f7;
    box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1);
    background-color: #11111159;
}

#msform input:hover,
#msform select:hover {
    border-color: #0ba1f7;
}

/* Select dropdown arrow styling */
#msform select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px;
}

/* Date picker inputs (flatpickr) */
#msform input[type="text"][id="pickup"],
#msform input[type="text"][id="flight_arrival_date_and_time"] {
    padding: 14px 16px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    min-height: 48px;
    height: 48px;
    cursor: pointer;
}

/* Meet and Greet field */
.meet_and_greet {
    width: 100%;
}

.meet_and_greet label {
    display: block;
    margin-bottom: 8px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.meet_and_greet select {
    width: 100%;
    padding: 14px 16px;
    padding-right: 40px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    min-height: 48px;
    height: 48px;
}

/* Flight fields */
.flight-fields {
    margin-top: 20px;
}

.flight-fields .form-field {
    margin-bottom: 20px;
}

.flight-fields input {
    padding: 14px 16px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    min-height: 48px;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.2s ease;
}

.flight-fields input:focus {
    outline: none;
    border-color: #0ba1f7;
    box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1);
}

.flight-fields input:hover {
    border-color: #0ba1f7;
}

/* Flatpickr input styling */
.flatpickr-input {
    padding: 14px 16px !important;
    border: 2px solid #312f2fad !important;
    border-radius: 8px !important;
    background-color: #11111159 !important;
    color: #fff !important;
    min-height: 48px !important;
    height: 48px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.flatpickr-input:focus {
    outline: none !important;
    border-color: #0ba1f7 !important;
    box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1) !important;
}

.flatpickr-input:hover {
    border-color: #0ba1f7 !important;
}

/* Ensure all text inputs in form fields have consistent styling */
#msform fieldset .form-field input[type="text"],
#msform fieldset .form-field input[type="email"],
#msform fieldset .form-field input[type="tel"],
#msform fieldset .form-field input[type="flight_number"],
#msform fieldset .form-field input[type="flight_arriving_from"] {
    padding: 14px 16px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    min-height: 48px;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.2s ease;
}

#msform fieldset .form-field input[type="text"]:focus,
#msform fieldset .form-field input[type="email"]:focus,
#msform fieldset .form-field input[type="tel"]:focus,
#msform fieldset .form-field input[type="flight_number"]:focus,
#msform fieldset .form-field input[type="flight_arriving_from"]:focus {
    outline: none;
    border-color: #0ba1f7;
    box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1);
}

#msform fieldset .form-field input[type="text"]:hover,
#msform fieldset .form-field input[type="email"]:hover,
#msform fieldset .form-field input[type="tel"]:hover,
#msform fieldset .form-field input[type="flight_number"]:hover,
#msform fieldset .form-field input[type="flight_arriving_from"]:hover {
    border-color: #0ba1f7;
}

/* Ensure all select elements in form fields have consistent styling */
#msform fieldset .form-field select {
    padding: 14px 16px;
    padding-right: 40px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    min-height: 48px;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
}

/* --- Form Fields --- */
.form-field {
    /* margin-bottom: 20px; */
    width: 100%;
}

.location-row .autocomplete-container {
    margin-bottom: 10px !important;
}

.form-field label {
    display: block;
    margin-bottom: 8px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.label-container {
    width: 100%;
}

/* --- Autocomplete Container --- */
.autocomplete-container {
    background-color: #11111159;
    position: relative;
    margin-bottom: 0;
    display: flex;
    gap: 15px;

    /* border: 2px solid #312f2fad; */
    border-radius: 8px;
    align-items: center;
    width: 100%;
    padding: 5px;
}

/* Location Icon in Input */
.location-icon {
    /* position: absolute; */
    left: 16px;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.location-icon svg {
    width: 20px;
    height: 20px;
}

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item {
    padding: 12px 16px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    color: #111827;
}

.autocomplete-item:hover {
    background-color: #f9fafb;
}

/* --- Location Fields Container --- */
.location-fields-container {
    position: relative;
    display: flex;
    flex-direction: column;

    gap: 10px;
    margin-bottom: 24px;
}

/* .location-field {
    margin-bottom: 16px;
} */

/* Swap Button Overlay - Between Fields */
.swap-btn-overlay {
    /* position: absolute; */
    left: 90%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    padding: 0;
}

.swap-btn-overlay:hover {
    background: #f9fafb;
    border-color: #0ba1f7;
    box-shadow: 0 4px 8px rgba(11, 161, 247, 0.15);
}

.swap-btn-overlay img {
    width: 18px;
    height: 18px;
}

/* --- Action Buttons - OTS Taxi Style --- */
#msform .action-button,
#msform .action-button-secondary {
    /* width: 100%; */
    font-weight: 500;
    border: 0 none;
    border-radius: 8px;
    width: 100%;

    cursor: pointer;
    /* padding: 14px 20px; */
    margin: 0;
    font-size: 14px;
    text-transform: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#msform .action-button {
    background: #0ba1f7;
    color: white;
    margin-top: 24px;
}

#msform .action-button:hover {
    background: #0a8de6;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 161, 247, 0.3);
}

#msform .action-button:active {
    transform: translateY(0);
}

#msform .action-button-secondary {
    background: oklab(98.463% -0.00064 -0.00169 / 0);
    color: #fff;
    /* border: 1px solid #e5e7eb; */
    /* margin-top: 16px; */
}

#msform .action-button-secondary:hover {
    background: #f3f4f600;
    border-color: #d1d5db00;
}

#add-via-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    padding: 12px 20px;
    gap: 8px;
    font-size: 14px;
}

.via-locations-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    background-color: #11111159;
    color: white;
    /* border: 2px solid #e8e8e8; */
    border-radius: 8px;
    gap: 8px;
    width: 100%;
}

/* Mobile via locations (hidden by default on desktop) */
.via-locations-mobile {
    display: none;
}

/* Desktop via locations (hidden by default on mobile) */
.via-locations-desktop {
    display: flex;
    align-items: center;
}

/* Show mobile via locations on small screens only */
@media (max-width: 768px) {
    .via-locations-mobile {
        display: flex;
        margin-bottom: 12px;
        padding: 10px 10px 0;
        width: 100%;
    }

    .location-row .autocomplete-container {
        margin-bottom: 0px !important;
    }

    .via-locations-desktop {
        display: none;
    }
}

#via-locations-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* margin: 10px; */
    width: calc(100% - 180px);
}

/* Via location rows */
.location-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.location-row .autocomplete-container {
    flex: 1;
    width: 100%;
}

.location-row .autocomplete-container input[type="text"] {
    width: 100%;
    border: none;
    box-shadow: none !important;
}

.location-row .autocomplete-container input[type="text"]:focus {
    outline: none;
    box-shadow: none !important;
}

/* Swap and Remove buttons for via locations */
.location-row .swap-btn {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
}

.location-row .swap-btn:hover {
    background: #f9fafb;
    border-color: #0ba1f7;
}

.location-row .swap-btn img {
    width: 16px;
    height: 16px;
}

.location-row .remove-via-btn {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    background: #fee2e2;
    border: 1px solid #fecaca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dc2626;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    transition: all 0.2s ease;
}

.location-row .remove-via-btn:hover {
    background: #fecaca;
    border-color: #f87171;
}

#add-via-btn svg {
    width: 16px;
    height: 16px;
}

/* --- Map Container --- */
#map {
    height: 400px;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

/* --- Vehicle Selection --- */
.vehicle-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.vehicle-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #ffffff;
}

.vehicle-card:hover {
    border-color: #0ba1f7;
    box-shadow: 0 2px 8px rgba(11, 161, 247, 0.1);
}

.vehicle-card.selected {
    border-color: #0ba1f7;
    background: #f0f7ff;
    box-shadow: 0 4px 12px rgba(11, 161, 247, 0.15);
}

.vehicle-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.vehicle-info img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.vehicle-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
}

.vehicle-content p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.rate-options {
    display: flex;
    /* flex-direction: column; */
    gap: 8px;
}

.rate-options label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    background: #f9fafb;
    transition: all 0.2s ease;
}

.rate-options label:hover {
    background: #f3f4f6;
}

.rate-options label.selected-option {
    background-color: #e0f2fe;
    color: #0ba1f7;
}

.rate-options input[type="radio"] {
    display: none;
}

.rate-options .fare-amount {
    font-weight: 600;
    color: #0ba1f7;
}

/* --- Booking Summary --- */
#booking-summary {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-top: 24px;
}

#booking-summary h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 16px 0;
}

#booking-summary p {
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
    line-height: 1.6;
}

#booking-summary p:last-child {
    margin-bottom: 0;
}

#booking-summary strong {
    color: #111827;
    font-weight: 600;
}

/* --- Phone Input --- */
.phone-input-container {
    display: flex;
    gap: 8px;
    align-items: stretch;
    width: 100%;
}

.phone-input-container select,
.phone-input-container #country_code {
    flex: 0 0 auto;
    width: auto;
    min-width: 100px;
    width: 117px !important;
    max-width: 120px !important;
    padding: 14px 12px;
    padding-right: 40px;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    font-size: 14px;
    min-height: 48px;
    height: 48px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

.phone-input-container select:focus,
.phone-input-container #country_code:focus {
    outline: none;
    border-color: #0ba1f7;
    box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1);
}

.phone-input-container select:hover,
.phone-input-container #country_code:hover {
    border-color: #0ba1f7;
}

#country_code {
    width: 117px !important;
    min-width: 115px !important;
    max-width: 120px !important;
}

.phone-input-container .phone-input {
    flex: 1;
    padding: 14px 16px !important;
    border: 2px solid #312f2fad;
    border-radius: 8px;
    background-color: #11111159;
    color: #fff;
    font-size: 14px;
    min-height: 48px;
    height: 48px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.phone-input-container .phone-input:focus {
    outline: none;
    border-color: #0ba1f7;
    box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1);
}

.phone-input-container .phone-input:hover {
    border-color: #0ba1f7;
}

/* --- Payment Redirect --- */
.payment-redirect {
    text-align: center;
    padding: 40px 20px;
}

.payment-redirect p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 20px;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .flex-fields {
        flex-direction: column;
        gap: 0;
        position: relative;
        width: 100%;
    }

    .rate-options {
        flex-direction: column;
    }

    .location-fields-container {
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }

    .form-field.location-field {
        width: 100%;
        margin-bottom: 12px;
    }

    .swap-btn-overlay {
        position: absolute;
        right: 10px;
        display: none;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        z-index: 20;
    }

    .swap-btn-overlay img {
        width: 16px;
        height: 16px;
    }

    .cab-booking-form-container {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .fs-title {
        font-size: 18px;
    }

    .fs-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #msform fieldset {
        padding: 0;
    }

    #msform input,
    #msform select {
        font-size: 16px;
        min-height: 48px;
        height: 48px;
        padding: 14px 16px;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
        color: #fff;
    }

    #msform input:focus,
    #msform select:focus {
        border-color: #0ba1f7;
        box-shadow: 0 0 0 3px rgba(11, 161, 247, 0.1);
    }

    .form-field {
        margin-bottom: 20px;
        width: 100%;
    }

    .form-field label {
        margin-bottom: 8px !important;
    }

    .phone-input-container {
        width: 100%;
        gap: 8px;
    }

    .phone-input-container select,
    .phone-input-container #country_code {
        min-width: 120px;
        min-height: 48px;
        height: 48px;
        padding: 14px 12px;
        padding-right: 40px;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
    }

    .phone-input-container .phone-input {
        min-height: 48px;
        height: 48px;
        padding: 14px 16px !important;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
    }

    .meet_and_greet select {
        min-height: 48px;
        height: 48px;
        padding: 14px 16px;
        padding-right: 40px;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
    }

    #msform input[type="text"][id="pickup"],
    #msform input[type="text"][id="flight_arrival_date_and_time"] {
        min-height: 48px;
        height: 48px;
        padding: 14px 16px;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
    }

    .flight-fields input {
        min-height: 48px;
        height: 48px;
        padding: 14px 16px;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
    }

    .location-icon {
        left: 14px;
    }

    .location-icon svg {
        width: 18px;
        height: 18px;
    }

    .form-field {
        margin-bottom: 20px;
        width: 100%;
    }

    .location-fields-container {
        margin-bottom: 20px;
    }

    .location-field {
        margin-bottom: 16px;
    }

    .swap-btn-overlay {
        width: 32px;
        height: 32px;
    }

    .swap-btn-overlay img {
        width: 16px;
        height: 16px;
    }

    #msform .action-button,
    #msform .action-button-secondary {
        padding: 14px 16px;
        font-size: 15px;
    }

    #map {
        height: 300px;
        margin-bottom: 20px;
    }

    .vehicle-options {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vehicle-card {
        padding: 16px;
    }

    #booking-summary {
        padding: 16px;
    }

    /* Via locations mobile */
    .via-locations-flex {
        flex-direction: column-reverse;
        gap: 12px;
    }

    #via-locations-wrapper {
        width: 90%;
    }

    #add-via-btn {
        width: 100%;
        min-width: auto;
    }

    .location-row .swap-btn,
    .location-row .remove-via-btn {
        width: 32px;
        height: 32px;
    }

    .location-row .swap-btn img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .fs-title {
        font-size: 13px;
    }

    .fs-subtitle {
        font-size: 13px;
    }

    #msform input,
    #msform select {
        font-size: 15px;
        min-height: 48px;
        height: 48px;
        padding: 14px 16px;
        border: 2px solid #312f2fad;
        border-radius: 8px;
        background-color: #11111159;
        color: #fff;
    }

    .form-field {
        margin-bottom: 20px;
        width: 100%;
    }

    .phone-input-container select,
    .phone-input-container .phone-input {
        min-height: 48px;
        height: 48px;
    }

    .meet_and_greet select {
        min-height: 48px;
        height: 48px;
    }

    #msform input[type="text"][id="pickup"],
    #msform input[type="text"][id="flight_arrival_date_and_time"],
    .flight-fields input {
        min-height: 48px;
        height: 48px;
    }

    .location-icon {
        left: 12px;
    }

    .location-icon svg {
        width: 16px;
        height: 16px;
    }

    .swap-btn-overlay {
        width: 28px;
        height: 28px;
    }

    .swap-btn-overlay img {
        width: 14px;
        height: 14px;
    }

    .vehicle-card {
        padding: 14px;
    }

    #booking-summary {
        padding: 14px;
    }
}
