/* LikiditeVarsa.net — hero form-widget */

.form-widget .apx-lead,
.hero__form .apx-lead,
#form_block .apx-lead {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: inherit;
}

.form-widget .apx-lead *,
.hero__form .apx-lead * {
    box-sizing: border-box;
}

.form-widget .apx-lead-form,
.hero__form .apx-lead-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.form-widget .apx-lead-row,
.hero__form .apx-lead-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.form-widget .apx-lead-row > *,
.hero__form .apx-lead-row > * {
    width: 100%;
    flex: none;
    min-width: 0;
}

.form-widget .apx-lead-row > input,
.form-widget .apx-lead-form > input[type="email"],
.hero__form .apx-lead-row > input,
.hero__form .apx-lead-form > input[type="email"] {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-widget .apx-lead-row > input::placeholder,
.form-widget .apx-lead-form > input[type="email"]::placeholder,
.form-widget .apx-lead .iti input::placeholder,
.hero__form .apx-lead-row > input::placeholder,
.hero__form .apx-lead-form > input[type="email"]::placeholder,
.hero__form .apx-lead .iti input::placeholder {
    color: rgba(255, 255, 255, 0.75);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
    opacity: 1;
}

.form-widget .apx-lead-row > input:focus,
.form-widget .apx-lead-form > input[type="email"]:focus,
.hero__form .apx-lead-row > input:focus,
.hero__form .apx-lead-form > input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.form-widget .apx-lead-form > .iti,
.hero__form .apx-lead-form > .iti {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.form-widget .apx-lead .iti,
.hero__form .apx-lead .iti {
    width: 100%;
}

.form-widget .apx-lead .iti input,
.hero__form .apx-lead .iti input {
    color: #fff;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    margin: 0;
    padding: 14px 16px 14px 0;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    min-width: 0;
    font-size: 16px;
}

.form-widget .apx-lead-form > .iti:focus-within,
.hero__form .apx-lead-form > .iti:focus-within {
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.form-widget .apx-lead .iti__country-container,
.hero__form .apx-lead .iti__country-container {
    position: static;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 14px 8px 14px 16px;
    pointer-events: none;
    background: transparent;
}

.form-widget .apx-lead .iti__selected-dial-code,
.hero__form .apx-lead .iti__selected-dial-code,
.form-widget .apx-lead .iti__country-name,
.hero__form .apx-lead .iti__country-name {
    color: #fff;
}

.form-widget .apx-iti-dropdown-panel,
.hero__form .apx-iti-dropdown-panel {
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    font-size: 16px;
}

.form-widget .apx-iti-dropdown-panel .iti__search-input,
.hero__form .apx-iti-dropdown-panel .iti__search-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff !important;
    margin: 8px;
    width: calc(100% - 16px);
}

.form-widget .apx-iti-dropdown-panel .iti__country-name,
.form-widget .apx-iti-dropdown-panel .iti__dial-code,
.hero__form .apx-iti-dropdown-panel .iti__country-name,
.hero__form .apx-iti-dropdown-panel .iti__dial-code {
    color: #fff !important;
}

.form-widget .apx-lead .submit,
.hero__form .apx-lead .submit {
    width: 100%;
    margin-top: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0d1b2a;
    background: linear-gradient(135deg, #f5d547 0%, #e8b923 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.1s ease;
}

.form-widget .apx-lead .submit:hover,
.hero__form .apx-lead .submit:hover {
    filter: brightness(1.05);
}

.form-widget .apx-lead .submit:disabled,
.hero__form .apx-lead .submit:disabled {
    opacity: 0.6;
    cursor: default;
}

@media (max-width: 768px) {
    .form-widget .apx-lead,
    .hero__form .apx-lead {
        max-width: 100%;
    }

    .form-widget .apx-lead-row > input,
    .form-widget .apx-lead-form > input[type="email"],
    .hero__form .apx-lead-row > input,
    .hero__form .apx-lead-form > input[type="email"] {
        padding: 12px 14px;
        font-size: 15px;
    }

    .form-widget .apx-lead .iti__country-container,
    .hero__form .apx-lead .iti__country-container {
        padding: 12px 8px 12px 14px;
    }

    .form-widget .apx-lead .iti input,
    .hero__form .apx-lead .iti input {
        padding: 12px 14px 12px 0;
        font-size: 15px;
    }

    .form-widget .apx-lead .submit,
    .hero__form .apx-lead .submit {
        padding: 14px;
        font-size: 15px;
    }
}

.iti__tel-input{
padding-left: 10px !important
}
