.site-footer {
    padding-bottom: 1.875em;
}

.site-footer .wrap {
    max-width: calc(1440px + 10em);
    padding: 0 5em;
}

.site-footer .footer-contact-bar {
    gap: 2.5em;
    padding: 0.9em 2em;
    max-width: max-content;
    border-radius: var(--round-default);
    margin: 30px auto 0;
}

.site-footer .footer-contact-bar .contact-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    color: var(--text-white);
    font-size: 1.05em;
    transition: color 0.35s ease-in-out;
}

.site-footer .footer-contact-bar .contact-icon svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .site-footer .footer-contact-bar .contact-icon:hover {
        color: var(--text-orange);
    }
}

@media all and (max-width: 600px) {
    .site-footer .footer-contact-bar {
        flex-wrap: wrap;
        gap: 1em 1.5em;
        padding: 0.8em 1.2em;
        max-width: calc(100% - 2em);
    }
    .site-footer .footer-contact-bar .contact-icon {
        font-size: 0.9em;
    }
}

.site-footer .inner-box {
    padding: 2.5em 0;
    background: var(--text-green);
    border-radius: var(--round-default);
}

.site-footer .logo {
    display: block;
    margin: 0 auto 2.5em auto;
}

.site-footer .description {
    margin: 0.66em 0 1em 0;
    font-size: 1.15em;
}

.site-footer .button {
    margin: 0 auto;
}

.site-footer .bottom {
    margin-top: 2.6em;
    padding-top: 2.6em;
    border-top: 1px solid var(--bgd-green-light);
}

.site-footer .footer-content {
    max-width: 900px;
    margin: 0 auto;
    color: var(--text-white);
}

.site-footer .footer-content a {
    color: var(--text-white);
    transition: var(--transition-duration-default) ease-in-out;
}

@media (min-width: 1200px) {
    .site-footer .footer-content a:hover {
        color: var(--text-orange);
    }
}

.site-footer .social-media {
    gap: 1em;
}

.site-footer .social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.6em;
    width: 2.1875em;
    height: 2.1875em;
    border-radius: 50%;
    background: var(--bgd-green-light);
    transition: background-color 0.4s ease-in-out;
}

.site-footer .social-media a img {
    transition: filter 0.4s ease-in-out;
}

@media (min-width: 1200px) {
    .site-footer .social-media a:hover {
        background: var(--bgd-orange);
    }

    .site-footer .social-media a:hover img {
        filter: invert(1);
    }
}

.site-footer #footer-menu {
    margin-top: 2em;
}

.site-footer #footer-menu ul {
    gap: 2.5em;
}

.site-footer #footer-menu a {
    color: var(--text-white);
    transition: color 0.4s ease-in-out;
}

@media (min-width: 1200px) {
    .site-footer #footer-menu a:hover {
        color: var(--text-orange);
    }
}

.site-footer .copyright {
    margin-top: 2em;
}

.site-footer .legit-script-badge {
    bottom: 2.5em;
    right: 2.5em;
}

@media all and (max-width: 1400px) {
    .site-footer .description {
        font-size: 1.05em;
    }
}

@media all and (max-width: 1200px) {
    .site-footer .description {
        font-size: 1em;
    }
}

@media all and (max-width: 1000px) {
    .site-footer .wrap {
        max-width: calc(1440px + 5em);
        padding: 0 25px;
    }
}

@media all and (max-width: 700px) {
    .site-footer .description {
        font-size: 0.9em;
    }
    .site-footer .footer-content {
        font-size: 0.9em;
    }
    .site-footer .legit-script-badge {
        display: inline-block;
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 2em;
    }
    .site-footer #footer-menu a {
        font-size: 0.9em;
    }
    .site-footer .copyright {
        font-size: 0.9em;
    }
}

@media all and (max-width: 600px) {
    .site-footer .logo {
        margin: 0 auto 1em auto;
    }
    .site-footer .bottom {
        margin-top: 2em;
        padding-top: 2em;
    }
    .site-footer .legit-script-badge {
        margin-top: 1em;
    }
    .site-footer #footer-menu {
        margin-top: 1em;
    }
    .site-footer #footer-menu ul {
        gap: 1em;
    }
    .site-footer .copyright {
        margin-top: 1em;
    }
}
