.form-no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .no-margin {
        margin-left: 0;
        margin-right: 0;
    }

    .custom-btn {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;

    }

    .select-input {
        color: #666666;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {

        opacity: 1;

    }

    .select2-results__message,
    .select2-results__option {
        color: grey;
        align-items: center;
    }

    .select2-container--default .select2-selection--single {
        padding-left: 0px;
        padding-right: 0px;
        color: var(--e-global-color-text);
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-color: #DDDDDD;
        border-radius: 0px 0px 0px 0px;
    }

    .select2-container .select2-selection--multiple,
    .select2-container--default {
        display: block;
        height: 100%;
        width: 100%;
    }

    #form-field-departure_select+.select2 .select2-selection--multiple {
        height: auto;
    }

    .elementor-message-success {
        background-color: #121921;
        margin: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 10px;
    }

    input::-webkit-datetime-edit {
        position: relative;
        left: 10px;
    }

    input::-webkit-datetime-edit-fields-wrapper {
        position: relative;
        left: 15px;
    }

    input[type="time"]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 2px;
    }

    input[type="time"]::-webkit-datetime-edit {
        position: relative;
        left: 10px;
    }

    input[type="time"]::-webkit-datetime-edit-fields-wrapper {
        position: relative;
        left: 15px;
    }

    .btn-custom-black {
        background-color: black !important;
        color: white !important;
    }

    .btn-custom-black:hover {
        background-color: rgb(29, 29, 29) !important;
        color: white !important;
    }

    /* Native Modal Styles */
    .native-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .native-modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .native-modal-content {
        position: relative;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        max-width: 400px;
        width: 90%;
        max-height: 90vh;
        overflow: hidden;
        animation: modalSlideIn 0.3s ease-out;
    }

    @keyframes modalSlideIn {
        from {
            opacity: 0;
            transform: translateY(-50px) scale(0.9);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .native-modal-header {
        padding: 20px;
        border-bottom: 1px solid #dee2e6;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .native-modal-header h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .native-modal-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #999;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.2s ease;
    }

    .native-modal-close:hover {
        background-color: #f5f5f5;
        color: #333;
    }

    .native-modal-body {
        padding: 0;
    }

    .flight-options {
        display: flex;
        flex-direction: column;
    }

    .flight-option {
        display: flex;
        align-items: center;
        padding: 16px 20px;
        border: none;
        background: white;
        cursor: pointer;
        transition: background-color 0.2s ease;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        color: #333;
        background-color:white !important;
    }

    .flight-option:last-child {
        border-bottom: none;
    }

    .flight-option:hover {
        background-color: rgb(237, 245, 254) !important;
        color: #333 !important;
    }

    .flight-option:active {
        background-color: #e9ecef;
    }

    .flight-icon {
        margin-right: 12px;
        font-size: 18px;
    }

    .flight-type-btn {
        min-width: 140px;
        cursor: pointer;
    }

    .travel-label {
        color: var(--e-global-color-astglobalcolor2);
        font-family: "Work Sans", Sans-serif;
        font-size: 28px;
        word-spacing: 0px;
        text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
        font-weight: 500;
    }

    @media only screen and (max-width: 600px) {
        .travel-label {
            font-size: 24px;
        }

        .col-lg-12.form-no-padding {
            gap: 15px !important;
        }

        #jet_size {
            padding-left: 18px;
            padding-right: 35px;
        }

        #input-group-passengers-prepend {
            width: 100% !important;
            padding-left: 10px;
            padding-right: 10px;
            border-top: 1px solid #DEE2E6;
            padding-top: 5px;
            margin-top: -5px;
        }


        input[type="date"]::-webkit-calendar-picker-indicator {
            position: absolute;
            left: 17px;
        }

        input::-webkit-datetime-edit {
            position: relative;
            left: 17px;
        }

        input::-webkit-datetime-edit-fields-wrapper {
            position: relative;
            left: 22px;
        }

        input[type="time"]::-webkit-calendar-picker-indicator {
            position: absolute;
            left: 9px;
        }

        input[type="time"]::-webkit-datetime-edit {
            position: relative;
            left: 17px;
        }

        input[type="time"]::-webkit-datetime-edit-fields-wrapper {
            position: relative;
            left: 22px;
        }

        .btn-custom-black {
            background-color: black !important;
            color: white !important;
        }

        .btn-custom-black:hover {
            background-color: rgb(29, 29, 29) !important;
            color: white !important;
        }
    }

    @media only screen and (max-width: 900px) and (min-width: 800px) {
        #jet_size {
            padding-left: 18px;
            padding-right: 35px;
        }

        #input-group-passengers-prepend {
            width: 100% !important;
            padding-left: 10px;
            padding-right: 10px;
        }

        input[type="date"]::-webkit-calendar-picker-indicator {
            position: absolute;
            left: 17px;
        }

        input::-webkit-datetime-edit {
            position: relative;
            left: 17px;
        }

        input::-webkit-datetime-edit-fields-wrapper {
            position: relative;
            left: 22px;
        }

        input[type="time"]::-webkit-calendar-picker-indicator {
            position: absolute;
            left: 9px;
        }

        input[type="time"]::-webkit-datetime-edit {
            position: relative;
            left: 17px;
        }

        input[type="time"]::-webkit-datetime-edit-fields-wrapper {
            position: relative;
            left: 22px;
        }

        .btn-custom-black {
            background-color: black !important;
            color: white !important;
        }

        .btn-custom-black:hover {
            background-color: rgb(29, 29, 29) !important;
            color: white !important;
        }
    }
