/* Intl-Tel-Input Premium Customization */
.iti {
    width: 100%;
    display: block;
}

.ITI_Input {
    width: 100% !important;
    padding-left: 95px !important;
    height: 3vw !important;
    box-sizing: border-box !important;
    border: 1px solid #b0d2ff !important;
    border-radius: 8px !important;
    color: #1c275c !important;
    font-size: 16px !important;
}

.iti__selected-dial-code {
    color: #1c275c !important;
    font-family: inherit !important;
    font-size: 16px !important;
    margin-left: 4px !important;
}

.iti__country-list {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #b0d2ff !important;
    z-index: 11000 !important; /* Extremely high to cover everything */
    padding: 10px 0 !important;
}

.iti__search-input {
    border: 1px solid #b0d2ff !important;
    border-radius: 8px !important;
    padding: 10px !important;
    margin: 10px !important;
    width: calc(100% - 20px) !important;
    font-size: 14px !important;
    outline: none !important;
}

/* Ensure the static phone icon doesn't block interaction */
.CUP2Label img {
    pointer-events: none;
    z-index: 5;
}

@media (max-width: 768px) {
    .ITI_Input {
        padding-left: 85px !important;
        height: 12vw !important;
    }
    
    .iti__country-list {
        width: 85vw !important;
        max-height: 50vh !important;
    }

    .CUP2Label img {
        width: 5vw !important;
        right: 4% !important;
        bottom: 30% !important;
    }
}
