/* support 10-10-2025 start KM */
.footer-mail-outer input[type="email"] {
    background-image: url(../images/white-email.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 23px !important;
    background-color: transparent !important;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: var(--light-white) !important;
    border: none !important;
    height: 58px;
    padding: 0 16px;
    outline: none !important;
    font-size: 16px !important;
}

.footer-mail-outer input[type="email"],
.footer-mail-outer input[type="email"]::placeholder {
    color: var(--light-white) !important;
    opacity: 1 !important;
}

.footer-mail-outer .gform-body.gform_body {
    width: 100%;
}

.footer-mail-outer .gform-footer.gform_footer.top_label {
    margin: 0 !important;
    flex-wrap: nowrap !important;
}

.footer-mail-outer input[type="submit"] {
    font-size: 0 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: var(--white-color) !important;
    background-image: url(../images/submit-ankor.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
    transition: 0.3s all !important;
    padding: 0;
    flex: 0 0 auto;
}

.footer-mail-outer form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-mail-outer input[type="submit"]:hover {
    transform: scale(1.1);
}

.footer-mail-outer .gform_validation_errors {
    display: none !important;
}

.footer-mail-outer .gfield_validation_message {
    position: absolute;
    margin: 0 !important;
    font-weight: 600 !important;
}

.footer-mail-outer .gform_confirmation_message {
    color: #19A2EE; 
}

@media (max-width: 991px) {
    .footer-mail-outer input[type="submit"] {
    width: 50px !important;
    height: 50px !important;
    }
}

@media (max-width: 575px) {
    .footer-mail-outer input[type="submit"] {
    width: 40px !important;
    height: 40px !important;
    }
}

/* support 10-10-2025 end KM */