.hidden-block { display: none; }

.active-block { display: block; }

.avia-divider-svg {
    z-index: 9;
}

/* Booking Form CSS - Starts */

.booking-form .acf-field {
    border: none !important;
    min-height: auto !important;
    padding: 0 5px !important;
}

.booking-form button[type="submit"] {
    text-transform: uppercase;
    padding: 12px 25px;
    letter-spacing: 0.5px;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 25px;
    color: #fff !important;
    cursor: pointer;
    transition: .5s;
}

.booking-form button[type="submit"]:hover {
    background-color: #fff;
    color: var(--primary) !important;
}

.booking-form .acf-fields .acf-label {
    display: none !important;
}

.booking-form .acf-field-radio {
    display: block;
    padding-bottom: 25px !important;
}

.booking-form .acf-field-radio label {
    font-size: 16px !important;
		cursor: pointer;
}

.booking-form .acf-input select,
.booking-form .acf-input input {
    background-color: #fff !important;
    color: #333 !important;
    padding: 11px !important;
    border: 2px solid #d6d6d6 !important;
}

.booking-form .acf-input input::placeholder,
.booking-form .acf-input select::placeholder {
    color: #666 !important;
}

td.acf-row-handle.order {
    display: none;
}

.acf-repeater .acf-row-handle .acf-icon {
    display: block !important;
}

a.acf-icon.-plus.small.acf-js-tooltip.hide-on-shift,
a.acf-icon.-duplicate.small.acf-js-tooltip.show-on-shift {
    display: none !important;
}

a.acf-icon.-minus.small.acf-js-tooltip:before {
    content: '\e847';
    font-family: 'entypo-fontello';
    font-size: 20px;
}

a.acf-icon.-minus.small.acf-js-tooltip {
    border: none;
    background: transparent;
}

.acf-repeater .acf-row-handle.remove {
    background: transparent !important;
    border: none !important;
    width: 30px;
    transform: translateY(-7px);
}

.acf-table .acf-field {
    min-height: auto !important;
    padding: 0 !important;
    border: none !important;
}

.acf-table .acf-field input {
    margin: 0 !important;
}

.acf-table .acf-fields {
    background: transparent !important;
}

.booking-form .acf-repeater {
    margin: 0 !important;
    border-top: 1px solid #ccc !important;
    padding-top: 20px !important;
    background: transparent !important;
}

.acf-table .acf-input input,
.acf-table .acf-input input::placeholder {
    font-size: 16px !important;
}

table.ui-datepicker-calendar td,
table.ui-datepicker-calendar th {
    border: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    top: 65%;
}

a.acf-button.acf-repeater-add-row {
    border: 1px solid var(--primary) !important;
    border-radius: 25px;
    padding: 7px 25px;
    color: var(--primary);
    background: transparent;
}

a.acf-button.acf-repeater-add-row:hover {
    background: var(--primary);
    color: #fff !important;
}

.acf-repeater td.acf-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border: none !important;
}

.acf-repeater .acf-field {
    width: 100% !important;
}

.acf-repeater .acf-row,
#top .acf-repeater > table {
    background: transparent !important;
    border: none !important;
}

.flight-depart input::placeholder {
    content: 'Depart';
}

.acf-form-submit {
    padding: 20px 0 0 !important;
}

@media (min-width: 481px) and (max-width: 989px){
    .booking-form .acf-fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .acf-repeater td.acf-fields {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .booking-form .acf-field {
        width: 100% !important;
    }

    .acf-form-submit,
    .acf-field-message,
    .acf-field-repeater,
    .acf-field-radio {
        grid-column: span 2;
    }
}

@media (min-width: 768px) {
    .acf-repeater td.acf-fields {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .booking-form .acf-field {
        width: 100% !important;
    }
}

.form-title {
    font-weight: 500;
    border-top: 1px solid #ccc !important;
    font-size: 18px;
    padding-top: 15px;
}

.acf-radio-list {
    border-bottom: 2px solid #d6d6d6 !important;
    margin-bottom: 15px !important;
    outline: none !important;
}

.acf-radio-list li label {
    padding: 10px 0;
    display: block !important;
}

.acf-radio-list li label.selected {
    position: relative;
}

.acf-radio-list li label.selected:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -3px;
    background: var(--secondary);
}

.acf-radio-list li label input[type="radio"] {
    display: none;
}

.acf-field-email .acf-input-wrap,
.acf-field-date-picker .acf-input-wrap,
.acf-field-text .acf-input-wrap {
    position: relative;
}

.acf-field-email .acf-input-wrap:after,
.acf-field-date-picker .acf-input-wrap:after,
.acf-field-text .acf-input-wrap:after {
    font-family: 'entypo-fontello';
    position: absolute;
    right: 8px;
    top: 10px;
    color: #4579d9;
}

.airport-name .acf-input-wrap:after {
    content: '\e842';
    font-size: 18px;
}

.flight-depart .acf-input-wrap:after,
.flight-return .acf-input-wrap:after {
    content: '\e85b';
}

.af-field-passenger-name .acf-input-wrap:after { content: '\e80a'; }
.af-field-passenger-email .acf-input-wrap:after { content: '\e805'; }
.af-field-passenger-phone .acf-input-wrap:after { content: '\e8ac'; }

@media (min-width: 768px) {
    .acf-form-fields {
        display: flex !important;
        flex-wrap: wrap;
    }
    
    .airport-name {
        width: 25% !important;
    }
    
    .booking-form .acf-field-repeater,
    .booking-form .acf-field-message,
    .booking-form .acf-form-submit,
    .booking-form .acf-field-radio {
        width: 100%;
    }
}

/* Booking Form CSS - Ends */

#form_column {
      background-color: #fff;
      border-radius: 12px;
      border: 1px solid rgba(209, 213, 219, 0.3);
}

.hero-title .av-special-heading-tag {
    font-weight: 500;
}

/* GF Autocomplete CSS - Starts */

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000; /* Ensure the autocomplete results appear above other elements */
    max-width: 100% !important;
    width: 360px !important;
}

.ui-autocomplete li {
    padding: 8px 16px;
    cursor: pointer;
    list-style-type: none;
}

.ui-autocomplete li:hover {
    background-color: #f0f0f0;
}

.ui-autocomplete .ui-state-focus {
    background-color: #ddd;
}

/* GF Autocomplete CSS - Ends */

.benefits-box h2 {
    font-size: 22px;
    letter-spacing: 0.3px !important;
    font-weight: 400;
    color: var(--primary);
}

.benefits-box svg path,
.benefits-box svg {
    fill: var(--sky);
}

.benefits-box {
    display: flex;
    gap: 30px;
}
@media (max-width: 641px) {
    .benefits-box {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.specialty-timeline img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 200px;
    border-radius: 100%;
}

.avia-timeline .milestone_inner {
    display: none;
}

.avia-timeline .milestone_icon {
    width: 25px;
    height: 25px;
    background-color: var(--sky) !important;
}

span.av-milestone-indicator {
    display: none !important;
}

.av-milestone-content-wrap p {
    margin: 0;
    text-align: center;
}

.av-milestone-date  strong {
    display: none !important;
}

.specialty-row {
    display: grid;
    gap: 20px;
    align-items: center;
}
@media (min-width: 768px) {
    .specialty-row {
        grid-template-columns: 5fr 1fr 5fr;
    }

    .specialty-thumb {
        padding: 50px 0;
    }

    .specialty-content {
        padding: 50px 0;
        text-align: center;
    }

    .specialty-row-odd .specialty-thumb {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .specialty-row {
        grid-template-columns: 1fr 6fr;
    }
    
    .specialty-divider {
        grid-row: span 2;
        order: -1;
    }

    .specialty-content {
        padding-bottom: 30px;
    }

    .specialty-content {
        order: 3;
    }
}

.specialty-divider {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.specialty-dot {
    width: 25px;
    height: 25px;
    background: var(--primary);
    display: inline-block;
    border-radius: 100%;
}

.specialty-thumb img {
    border-radius: 100%;
    border: 2px solid var(--sky);
    padding: 5px;
}

.specialty-divider:after {
    content: '';
    position: absolute;
    left: calc(50% - 2px);
    bottom: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed var(--primary);
}

.specialty-content strong {
    color: var(--secondary);
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
}


.bottom-row.specialty-divider:after,
.top-row.specialty-divider:after {
    height: 50%;
}

.bottom-row.specialty-divider:after {
    top: 0;
}

.specialty-wrapper {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

#unparalleled .flex_column {
    margin: 0 !important;
}

#unparalleled .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

@media (min-width: 990px) {
    #unparalleled .flex_column_table {
        width: 50%;
        margin-left: auto;
    }
}

.quote-button .avia-button {
    text-transform: uppercase;
    border: none !important;
    min-width: 230px;
    margin-top: 25px;
    letter-spacing: 0.5px;
}

.us-content a {
    color: var(--gold) !important;
}

.hidden-block .flex_column_table {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.hidden-block .flex_column {
    margin: 0 !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .hidden-block .flex_column {
        width: 50% !important;
    }
}

@media (min-width: 1201px) {
    .hidden-block .flex_column {
        width: 25% !important;
    }
}

.imagebox-content {
    background-color: rgb(0 0 0 / 75%);
    color: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    text-align: center;
}

.imagebox-content h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.single-imagebox {
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    padding: 0 25px;
    position: relative;
}