footer {
    overflow-x: hidden;
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
footer .top .left {
    color: var(--white);
    font-family: var(--font);
    font-size: 96px;
    font-style: normal;
    font-weight: 200;
    line-height: 104%;
    letter-spacing: 4.8px;
    text-align: left;
    width: 100%;
}
footer .top .left span {
    font-weight: 700;
}
footer .top .right {
    color: var(--white);
    font-family: var(--font);
    font-size: 96px;
    font-style: normal;
    font-weight: 200;
    line-height: 104%;
    letter-spacing: 4.8px;
    text-align: right;
    width: 100%;
}

footer .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--space-4xl);
}

footer .links a {
    color: var(--white);
    font-family: var(--font-secondary);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer_logo a {
    color: var(--green);
    font-family: var(--font);
    font-size: 24vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-left: -5%;
}

footer .form_map {
    margin: var(--space-4xl) 0;
    display: flex;
    align-items: center;
    gap: var(--space-sm2);
}

footer .form {
    width: 100%;
}

footer .form_map iframe,
footer .google-map {
    width: 100%;
    height: 100%;
    min-height: 365px;
    max-width: 727px;
}
#wpforms-25 .wpforms-field-container,
#wpforms-25 fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#wpforms-25 .wpforms-field-label,
#wpforms-25 legend.wpforms-field-label,
#wpforms-25 .wpforms-field-sublabel,
#wpforms-25-field_5-container {
    display: none;
}
#wpforms-25 .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space-sm);
}
#wpforms-25-field_1-container {
    grid-column: 1 / 3;
}
#wpforms-25-field_2-container {
    grid-column: 1;
}
#wpforms-25-field_4-container {
    grid-column: 2;
}
#wpforms-25-field_3-container {
    grid-column: 1 / 3;
}

#wpforms-25 .wpforms-field-name .wpforms-field-row {
    display: flex;
    gap: var(--space-sm);
}
#wpforms-25 .wpforms-field-row-block {
    flex: 1;
}
#wpforms-25 .wpforms-field-row-block {
    position: relative;
}
#wpforms-25 .wpforms-field {
    position: relative;
}
#wpforms-25 input {
    margin-bottom: 1rem;
}
#wpforms-25 input[type="text"],
#wpforms-25 input[type="email"],
#wpforms-25 textarea {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--grey);
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    padding: var(--space-2xs) 0 !important;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    position: relative;
    z-index: 2;
}
#wpforms-25 input::placeholder,
#wpforms-25 textarea::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}
#wpforms-25 .floating-placeholder {
    position: absolute;
    top: var(--space-2xs);
    left: 0;
    color: var(--grey);
    font-family: var(--font);
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    pointer-events: none;
    z-index: 3;
    transition: top 0.25s ease, font-size 0.25s ease, line-height 0.25s ease, opacity 0.25s ease;
}

#wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1) {
    left: 0;
}

#wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2) {
    left: calc(50% + (var(--space-sm) / 2));
}

#wpforms-25-field_1-container:has(
    .wpforms-field-name-first:focus,
    .wpforms-field-name-first:not(:placeholder-shown)
) > .floating-placeholder:nth-of-type(1) {
    top: -14px;
    font-size: 16px;
    line-height: 100%;
    opacity: 0.7;
}
#wpforms-25-field_1-container:has(
    .wpforms-field-name-last:focus,
    .wpforms-field-name-last:not(:placeholder-shown)
) > .floating-placeholder:nth-of-type(2) {
    top: -14px;
    font-size: 16px;
    line-height: 100%;
    opacity: 0.7;
}
#wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container):has(
    input:focus,
    textarea:focus
) .floating-placeholder,
#wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container):has(
    input:not(:placeholder-shown),
    textarea:not(:placeholder-shown)
) .floating-placeholder {
    top: -14px;
    font-size: 16px;
    line-height: 100%;
    opacity: 0.7;
}

#wpforms-25 .wpforms-field:has(
    input:focus,
    textarea:focus
) input,
#wpforms-25 .wpforms-field:has(
    input:focus,
    textarea:focus
) textarea,
#wpforms-25 .wpforms-field:has(
    input:not(:placeholder-shown),
    textarea:not(:placeholder-shown)
) input,
#wpforms-25 .wpforms-field:has(
    input:not(:placeholder-shown),
    textarea:not(:placeholder-shown)
) textarea {
    padding-top: 18px !important;
}
#wpforms-25-field_2-container::after,
#wpforms-25-field_3-container::after,
#wpforms-25-field_4-container::after,
#wpforms-25 .wpforms-field-row-block::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--white);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    margin-bottom: 1rem;
}

#wpforms-25 textarea {
    resize: none;
    height: 100px;
    width: 100%;
}

#wpforms-25 .wpforms-submit-container {
    margin-top: 30px;
}
#wpforms-submit-25 {
    color: #0F0;
    font-family: "JetBrains Mono";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#wpforms-submit-25.all_field {
    color: var(--green);
    opacity: 1;
    transform: translateY(-3px);
}
.wpforms-container .wpforms-field .wpforms-field-row::before,
.wpforms-container .wpforms-field .wpforms-field-row::after {
    display: none !important;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.footer_bottom p {
    width: 100%;
    color: var(--white);
    font-family: var(--font-second);
    font-size: var(--size-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer_bottom .two {
    text-align: center;
}
.footer_bottom .three {
    content: "";
}


@media (min-width: 993px) and (max-width: 1500px) {
    footer .top .left,
    footer .top .right {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    footer .top {
        flex-direction: column;
    }
    footer .top .left,
    footer .top .right {
        font-size: 30px;
    }
    footer .top .right {
        text-align: left;
    }
    footer .links {
        margin-top: var(--space-2xl);
    }
    footer .links a {
        font-size: 20px;
    }
    footer .form {
        margin: 0;
    }
    footer .form_map {
        flex-direction: column;
        margin: var(--space-2lg) 0;
    }
    #wpforms-25 .wpforms-field-container {
        grid-template-columns: 1fr;
    }
    #wpforms-25-field_1-container,
    #wpforms-25-field_2-container,
    #wpforms-25-field_4-container,
    #wpforms-25-field_3-container {
        grid-column: 1;
    }
    #wpforms-25 input[type="text"],
    #wpforms-25 input[type="email"],
    #wpforms-25 textarea,
    #wpforms-25 .wpforms-field-name .wpforms-field-row {
        width: 100% !important;
        max-width: 100% !important;
    }
    #wpforms-25 .wpforms-field-name .wpforms-field-row {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column;
        gap: 0;
    }
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1),
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2) {
        left: 0;
    }
    #wpforms-25-field_1-container:has(
        .wpforms-field-name-first:focus,
        .wpforms-field-name-first:not(:placeholder-shown)
    ) > .floating-placeholder:nth-of-type(1) {
        top: -12px;
        font-size: 14px;
        line-height: 100%;
        opacity: 0.7;
    }
    #wpforms-25-field_1-container:has(
        .wpforms-field-name-last:focus,
        .wpforms-field-name-last:not(:placeholder-shown)
    ) > .floating-placeholder:nth-of-type(2) {
        top: -12px;
        font-size: 14px;
        line-height: 100%;
        opacity: 0.7;
    }
    footer .form_map iframe,
    footer .google-map {
        max-width: 100%;
    }
    .footer_bottom {
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }
    .footer_bottom p.one {
        text-align: center;
    }
    #wpforms-25 .floating-placeholder {
        font-size: 24px;
    }

    #wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container):has(
        input:focus,
        textarea:focus
    ) .floating-placeholder,
    #wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container):has(
        input:not(:placeholder-shown),
        textarea:not(:placeholder-shown)
    ) .floating-placeholder {
        top: -12px;
        font-size: 14px;
    }
}



@media (max-width: 650px) {
    footer .links {
        flex-direction: column;
        align-items: start;
        gap: 15px;
        padding: 0 !important;
        margin-top: var(--space-2lg);
        margin-inline: 30px;
    }
    #wpforms-25 input[type="text"],
    #wpforms-25 input[type="email"],
    #wpforms-25 textarea {
        font-size: 24px;
    }
    #wpforms-25 .floating-placeholder {
        top: 8px;
        font-size: 24px;
    }
    #wpforms-25-field_1-container:has(
        .wpforms-field-name-first:focus,
        .wpforms-field-name-first:not(:placeholder-shown)
    ) > .floating-placeholder:nth-of-type(1) {
        top: -10px;
        font-size: 13px;
    }
    #wpforms-25-field_1-container:has(
        .wpforms-field-name-last:focus,
        .wpforms-field-name-last:not(:placeholder-shown)
    ) > .floating-placeholder:nth-of-type(2) {
        top: -10px;
        font-size: 13px;
    }
    #wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container):has(
        input:focus,
        textarea:focus
    ) .floating-placeholder,
    #wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container):has(
        input:not(:placeholder-shown),
        textarea:not(:placeholder-shown)
    ) .floating-placeholder {
        top: -10px;
        font-size: 13px;
    }
    #wpforms-submit-25 {
        font-size: 26px;
    }
}