footer {
    background: #FAFAFA;
    border-top: 1px solid #E6E6E6;
    position: relative;
    z-index: 3;
}

footer .footer-wrapper {}

footer .footer-wrapper .footer-actions {
    display: flex;
    justify-content: space-between;
    gap: 5vw;
}

footer .footer-wrapper .footer-actions .actions-item {
    padding: 4rem 0;
}

footer .footer-wrapper .footer-actions .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

footer .footer-wrapper .footer-actions .footer-contact .footer-slogan {
    color: #111917;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
}

footer .footer-wrapper .footer-actions .footer-contact .footer-slogan .outline {
    /* text-shadow: -1px -1px 0 #111917,
        1px -1px 0 #111917,
        -1px 1px 0 #111917,
        1px 1px 0 #111917; */
    color: #FAFAFA;
    font-weight: 800;
    line-height: normal;
    color: #6aaf7d;
}

footer .footer-wrapper .footer-actions .footer-contact .footer-slogan br {}

footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-text {
    color: var(--Green-Darker);
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}

footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc {}

footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc a {
    color: #FAFAFA;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    /* -webkit-text-stroke: 1.2px #111915; */
    color: #6aaf7d;
}

footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc a::before {
    content: attr(data-bg-text);
    position: absolute;
    left: 0;
    top: 0;
    color: #111917;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.5s ease-in-out;
    pointer-events: none;
}

footer .footer-wrapper .footer-actions .footer-corporate {
    flex: 1;
    display: flex;
    gap: 8.85vw;
    justify-content: center;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item {}

footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-item-title {
    /* text-shadow: -1px -1px 0 #111917,
        1px -1px 0 #111917,
        -1px 1px 0 #111917,
        1px 1px 0 #111917; */
    color: #FAFAFA;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3rem;
    color: #6aaf7d;
}

footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list {}

footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list ul li {}

footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list ul li a {
    color: var(--Green-Darker);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

footer .footer-wrapper .footer-actions .footer-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

footer .footer-wrapper .footer-actions .footer-social .social-item {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Green-DarkHover);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

footer .footer-wrapper .footer-actions .footer-social .social-item img {
    height: 22px;
    object-fit: contain;
    transition: 400ms ease;
}

footer .footer-wrapper .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

footer .footer-wrapper .footer-copyright .copyright-text {}

footer .footer-wrapper .footer-copyright .footer-payment {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

footer .footer-wrapper .footer-copyright .footer-payment .payment-item {
    display: flex;
    width: 58px;
    height: 40px;
    padding: 8px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
    will-change: background;
    transition: background 400ms ease;
}

footer .footer-wrapper .footer-copyright .footer-payment .payment-item img {
    max-height: 20px;
    width: auto;
}

footer .footer-wrapper .biltek-signature {}


.mobile-bottom-nav {
    display: none;
}


@media screen and (max-width: 1199px) {
    footer .footer-wrapper .footer-actions .footer-corporate {
        gap: 2rem;
    }

    footer .footer-wrapper .footer-actions {
        gap: 2rem;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper .footer-actions {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    footer .footer-wrapper .footer-actions .actions-item.footer-contact {
        flex-direction: row;
        gap: 1rem;
        align-items: end;
        padding-top: 1rem;
        order: -1;
        padding-bottom: 0;
        width: 100%;
        justify-content: space-between;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-slogan {
        font-size: 24px;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc a {
        font-size: 20px;
        -webkit-text-stroke-width: 0.5px;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-text {
        font-size: 16px;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item {
        gap: 9px;
    }

    footer .footer-wrapper .footer-actions .footer-social {
        order: -1;
        flex-direction: row;
        gap: 1rem;
    }

    footer .footer-wrapper .footer-actions .actions-item {
        padding: 0;
    }

    footer .footer-wrapper .footer-actions .footer-corporate {
        width: 100%;
        border: 0;
        margin-bottom: 1.5rem;
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item {
        display: flex;
        gap: 1.5rem;
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-item-title {
        font-size: 22px;
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list ul li a {
        font-size: 16px;
    }

    footer .footer-wrapper .footer-copyright .footer-payment {
        gap: 1rem;
    }


    .mobile-bottom-nav {
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
        border-top: 1px solid #d7d4d4;
        background: #FAFAFA;
        display: flex;
        padding: 12px 30px 24px;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 10%);
    }

    .mobile-bottom-nav .bottom-nav-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }

    .mobile-bottom-nav .bottom-nav-wrapper .bottom-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        color: #111917;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .mobile-bottom-nav .bottom-nav-wrapper .bottom-nav-item svg {
        flex: 1;
        width: 22px;
    }

    footer .footer-wrapper .footer-copyright .footer-payment .payment-item {
        width: 46px;
        height: 32px;
        padding: 4px;
    }

    footer .footer-wrapper .footer-copyright .copyright-text {
    flex: 1;
}

footer .footer-wrapper .biltek-signature {
    flex: 1;
    display: flex;
    justify-content: end;
}
}

@media screen and (max-width: 767px) {
    footer .footer-wrapper .footer-actions {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.25rem 0;
        padding-bottom: 0;
    }

    footer .footer-wrapper .footer-actions .footer-corporate {
        border: 0;
        flex-direction: column;
        gap: 1.5rem;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-slogan {
        font-size: 24px;
    }

    footer .footer-wrapper .footer-actions .actions-item {
        padding: 0;
    }

    footer .footer-wrapper .footer-actions .actions-item.footer-contact {
        gap: 1rem;
        order: -1;
        flex-direction: column;
        align-items: start;
        width: 100%;
        padding-top: 0;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-text {
        font-size: 1rem;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc a {
        font-size: 1.25rem;
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-item-title {
        margin-bottom: 1rem;
        font-size: 22px;
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list ul li a {
        font-size: 1rem;
    }

    footer .footer-wrapper .footer-actions .footer-social {
        order: -1;
        flex-direction: row;
        justify-content: start;
        gap: 08px;
        width: 100%;
    }

    footer .footer-wrapper .footer-copyright .footer-payment {
        justify-content: center;
        gap: 0.25rem;
    }

    footer .footer-wrapper .footer-copyright {
        gap: 1.25rem;
        padding: 0.5rem 0;
    }

    footer .footer-wrapper .biltek-signature img {
        height: 16px;
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item {
        flex-direction: column;
        gap: 0;
    }

    footer .footer-wrapper .footer-copyright .footer-payment .payment-item {
        width: 50px;
        height: 38px;
    }

    footer .footer-wrapper .footer-copyright .copyright-text {
        font-size: 14px;
    }

    footer .footer-wrapper .footer-actions .footer-social .social-item {
        width: 40px;
        height: 40px;
    }

    .mobile-bottom-nav .bottom-nav-wrapper {
    max-width: unset;
    margin: unset;
}

.mobile-bottom-nav {
    padding-right: 1rem;
    padding-left: 1rem;
}

}

@media (hover: hover) {
    footer .footer-wrapper .footer-copyright .footer-payment .payment-item:hover {
        background: var(--LightGreen-LightHover);
    }

    footer .footer-wrapper .footer-actions .footer-corporate .corporate-menu-item .menu-list ul li a:hover {
        color: #12B76A;
    }

    footer .footer-wrapper .footer-actions .footer-social .social-item:hover {
        background: var(--Black-DarkHover);
    }

    footer .footer-wrapper .footer-actions .footer-social .social-item:hover img {
        filter: brightness(0) invert(1);
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc a:hover::before {
        width: 100%;
    }

    footer .footer-wrapper .footer-actions .footer-contact .footer-contact-item .contact-item-desc a:hover {
        text-shadow: none;
        transition-delay: 0.3s;
    }
}