.toogleLang img {
    max-width: 15px !important;
    margin-right: 5px;
}

#emex-currency-form,
#emex-currency-form * {
    box-sizing: border-box;
    letter-spacing: 0;
}

#emex-currency-form {
    --emex-red: #a61917;
    --emex-red-dark: #7d1110;
    --emex-navy: #102b52;
    --emex-ink: #111827;
    --emex-muted: #697386;
    --emex-gold: #d9a441;
    --emex-line: #d9e0ea;
    width: min(100%, 980px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 1.1fr);
    overflow: hidden;
    color: var(--emex-ink);
    background: #f6f8fb;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(16, 43, 82, 0.22);
}

#emex-currency-form .emex-brand-panel {
    min-height: 430px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 43, 82, 0.28), rgba(16, 43, 82, 0) 42%),
        linear-gradient(160deg, var(--emex-red) 0%, #bd2520 58%, var(--emex-red-dark) 100%);
}

.css-selector {
    background: linear-gradient(334deg, #09244b, #4068a1);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:24% 0%}
    50%{background-position:77% 100%}
    100%{background-position:24% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:24% 0%}
    50%{background-position:77% 100%}
    100%{background-position:24% 0%}
}
@keyframes AnimationName {
    0%{background-position:24% 0%}
    50%{background-position:77% 100%}
    100%{background-position:24% 0%}
}

#emex-currency-form .emex-form-logo {
    display: block;
    width: min(190px, 70%);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#emex-currency-form .emex-brand-copy {
    max-width: 320px;
}

#emex-currency-form .emex-kicker {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

#emex-currency-form .emex-brand-copy h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.12;
    font-weight: 800;
}

#emex-currency-form .emex-brand-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.55;
}

#emex-action-btn {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-width: 320px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
}

#emex-action-btn .elementor-button {
    min-height: 46px;
    margin: 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

#emex-action-btn .elementor-button-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#emex-action-btn .elementor-button.active,
#emex-action-btn .elementor-button:hover,
#emex-action-btn .elementor-button:focus {
    color: var(--emex-red-dark);
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
}

#emex-currency-form .emex-converter-panel {
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f1f4f8 100%);
}

#emex-currency-form .emex-field-group {
    width: 100%;
}

#emex-currency-form .emex-field-label {
    display: block;
    margin: 0 0 10px;
    color: var(--emex-navy);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
}

#emex-currency-form .emex-currency-field {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(132px, 160px) minmax(0, 1fr);
    align-items: stretch;
    margin: 0;
    overflow: hidden;
    color: var(--emex-ink);
    background: #fff;
    border: 1px solid var(--emex-line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(16, 43, 82, 0.08);
}

#emex-currency-form .image-area {
    min-width: 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: var(--emex-navy);
}

#emex-currency-form .image-area img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}

#emex-currency-form .image-area span {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
}

#emex-currency-form .emex-currency-field input {
    width: 100%;
    min-width: 0;
    height: 72px;
    margin: 0;
    padding: 0 22px;
    color: var(--emex-ink);
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    outline: 0;
}

#emex-currency-form .emex-currency-field input::placeholder {
    color: #a8b1c1;
    opacity: 1;
}

#emex-currency-form .emex-currency-field input:focus {
    box-shadow: inset 0 0 0 2px var(--emex-gold);
}

#emex-currency-form .toogle-box {
    min-height: 56px;
    margin: 2px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#emex-currency-form .toogle-box span {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--emex-line);
}

#toogleCurrency {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    padding: 10px;
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--emex-line);
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(16, 43, 82, 0.16);
}

@media (max-width: 767px) {
    #emex-currency-form {
        grid-template-columns: 1fr;
    }

    #emex-currency-form .emex-brand-panel,
    #emex-currency-form .emex-converter-panel {
        padding: 28px 22px;
    }

    #emex-currency-form .emex-brand-panel {
        min-height: auto;
    }

    #emex-currency-form .emex-brand-copy h3 {
        font-size: 1.65rem;
    }

    #emex-action-btn {
        max-width: none;
    }

    #emex-currency-form .emex-currency-field {
        grid-template-columns: 1fr;
    }

    #emex-currency-form .image-area {
        min-height: 58px;
        justify-content: center;
    }

    #emex-currency-form .emex-currency-field input {
        height: 64px;
        text-align: center;
    }
}
.slogan {
    margin-bottom: 50px;
}
