/* IntlTelInput custom styles */
.iti {
    width: 100%;
    position: relative;
}

.iti__country-list {
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 99999 !important;
    max-height: 300px !important;
}

.iti__selected-flag {
    border-radius: 8px 0 0 8px;
}

.iti__country {
    padding: 8px 12px;
}

.iti__country:hover {
    background-color: #f3f4f6;
}

.iti__selected-flag:hover {
    background-color: #f3f4f6;
}

/* Form group styles */
.contact-form-group .iti {
    width: 100%;
}

.flow-content-wrapper .iti {
    width: 100%;
}

/* Ensure parent containers don't clip the dropdown */
.booking-form,
.contact-form-group,
.flow-content-wrapper,
.form-group {
    overflow: visible !important;
}

