.iti {
    display: block;
    width: 100%;
}

.iti input[type="tel"] {
    width: 100%;
    padding-left: 112px !important;
}

.iti__selected-country {
    padding: 0 12px;
}

.iti__selected-dial-code {
    color: #f7f7f5;
    font-size: 14px;
    font-weight: 600;
}

.iti__arrow {
    border-top-color: #b9b9b9;
}

.iti__arrow--up {
    border-bottom-color: #b9b9b9;
}

.iti__dropdown-content {
    z-index: 999999;
    overflow: hidden;
    border: 1px solid #343434;
    border-radius: 14px;
    background: #0d0d0d;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
    color: #f7f7f5;
}

.iti__search-input {
    width: calc(100% - 24px);
    min-height: 44px;
    margin: 12px;
    padding: 10px 12px;
    border: 1px solid #343434;
    border-radius: 10px;
    outline: none;
    background: #171717;
    color: #f7f7f5;
    font: inherit;
}

.iti__search-input::placeholder {
    color: #8f8f8f;
}

.iti__search-input:focus {
    border-color: #d3f200;
    box-shadow: 0 0 0 3px rgba(211, 242, 0, 0.1);
}

.iti__country-list {
    background: #0d0d0d;
    scrollbar-color: #343434 #0d0d0d;
}

.iti__country {
    padding: 10px 14px;
}

.iti__country:hover,
.iti__country.iti__highlight {
    background: rgba(211, 242, 0, 0.1);
}

.iti__country-name {
    color: #f7f7f5;
}

.iti__dial-code {
    color: #b9b9b9;
}

.iti__divider {
    border-bottom-color: #343434;
}

.mersad-ajax-form-message {
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
}

.mersad-ajax-form-message--success {
    border: 1px solid rgba(211, 242, 0, 0.55);
    background: rgba(211, 242, 0, 0.08);
    color: #d3f200;
}

.mersad-ajax-form-message--error {
    border: 1px solid rgba(255, 94, 94, 0.5);
    background: rgba(255, 94, 94, 0.08);
    color: #ff9a9a;
}

[data-contact-submit][aria-busy="true"] {
    cursor: wait;
    opacity: 0.72;
}

#project-inquiry {
    scroll-margin-top: 120px;
}

@media (max-width: 767px) {
    .iti input[type="tel"] {
        padding-left: 104px !important;
    }

    .iti__dropdown-content {
        width: min(360px, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
    }

    #project-inquiry {
        scroll-margin-top: 96px;
    }
}