.contact-form .eael-contact-form,
.contact-form .nf-form-cont,
.contact-form .ninja-forms-form-wrap,
.contact-form .nf-form-layout,
.contact-form form,
.contact-form form > div:first-child,
.contact-form .nf-form-content,
.contact-form form nf-fields-wrap {
   height: 100%;
}
.contact-form form nf-fields-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-form .ninja-forms-req-symbol {
    font-size: 0;
}
.contact-form .nf-form-content {
    padding: 0;
}
.contact-form .nf-field-container {
    margin-bottom: 16px;
}
.contact-form .nf-field-label {
    display: flex;
}
.contact-form .nf-field-label label {
    font-weight: 400;
    font-size: 16px;
    color: #1a1919;
}
.contact-form .nf-form-content input:not([type=button]),
.contact-form .nf-form-content textarea {
    border-radius: 5px;
    padding: 8px 12px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.contact-form .nf-form-content input:not([type=button]) {
    height: 45px;
}
.contact-form .nf-form-content textarea.ninja-forms-field {
    height: 172px;
    resize: none;
}
.contact-form .nf-form-content input:not([type=button])::placeholder,
.contact-form .nf-form-content textarea::placeholder {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #9d9d9d;
}
.contact-form .submit-container {
    margin-bottom: 0;
    margin-top: -6px;
}
.contact-form .eael-ninja-form .submit-container input[type="submit"] {
    background-image: linear-gradient(90deg, #344a1e 0%, #53673f 100%);
    border-radius: 30px;
    border: 1px solid #344A1E;
    padding: 16px 60px 16px 37px;
    width: 200px!important;
    text-transform: unset;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: start;
    color: #fff;
    height: auto;
}
.contact-form .eael-ninja-form .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #2A2A2A
}
.contact-form .submit-wrap .nf-field-element {
    width: fit-content;
    position: relative;
}
.contact-form .submit-wrap .nf-field-element::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/11/button-arrow-right.svg) center/cover no-repeat;
    width: 15px;
    height: 12px;
    pointer-events: none;
}
.contact-form .submit-wrap .nf-field-element:hover::before {
    background: url(/wp-content/uploads/2025/11/button-arrow-right-green.svg) center/cover no-repeat;
}
.contact-form .nf-response-msg {
    color: #6a973a;
}
.contact-form .nf-error-msg {
    line-height: 1em;
}
.contact-form .nf-error .nf-field-element:after {
    display: none;
}