/* FOOTER */

/* Section Bottom */

section.bottom {
    margin: 8rem 0;
}

section.bottom .widget {
    padding: 8rem 0 0;
    border-top: 1px solid var(--blue);
}

section.bottom .wp-block-columns {
    gap: 0 !important;
    align-items: stretch !important;
}

section.bottom .wp-block-columns .wp-block-column:nth-child(1) {
    background-color: var(--yellow);
    padding: 3.2rem 4rem;
    margin: 0;
}

section.bottom .wp-block-columns .wp-block-column:nth-child(1) p {
    font-family: var(--font-1);
    font-size: 4.8rem;
    line-height: 1.3;
    font-weight: bold;
}

section.bottom .wp-block-columns .wp-block-column .wp-block-image {
    height: 100%;
    width: 100%;
    aspect-ratio: 3/1;
    overflow: hidden;
}

section.bottom .wp-block-columns .wp-block-column .wp-block-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Footer */

footer {
    padding: 0;
    margin: 8rem 0 0;
}

/* Widgets */

footer .widgets {
    padding: 4rem 0 0;
    border-top: 1px solid var(--yellow);
    font-size: 1.4rem;
}

footer .widgets p {
    font-size: 1.4rem;
    margin: 0.8rem 0;
}

footer .widgets p.fa-regular::before {
    font-size: 1.4rem;
}

footer .widgets p.fa-regular .in-icon {
    display: inline-flex;
    gap: 0.8rem;
    align-items: center;
}

.widget_nav_menu {
    padding: 0;
    margin: 0.8rem 0;
}

.widget_nav_menu ul {
    display: flex;
    flex-flow: column;
    gap: 0.8rem;
}

.widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.widget_nav_menu ul li a {
    font-size: 1.4rem;
}

/* Bottom */

footer .bottom {
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    gap: 2.4rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin: 0;
}

footer .bottom div:nth-child(2) {
    display: inline-flex;
    gap: 0.8rem;
}

/* RESPONSIVE */

@media (max-width: 1400px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 990px) {
    section.bottom {
        margin: 4rem 0;
    }

    section.bottom .widget {
        padding: 4rem 0 0;
    }

    footer {
        margin-top: 4rem;
    }

    section.bottom .wp-block-columns .wp-block-column:nth-child(1) {
        padding: 2.4rem;
    }

    section.bottom .wp-block-columns .wp-block-column:nth-child(1) p {
        font-size: 3.6rem;
        margin: 1.6rem 0;
    }
}

@media (max-width: 781px) {
    footer .bottom {
        justify-content: flex-start;
        font-size: 1.6rem;
    }

    footer .bottom div:nth-child(1) {
        width: 100%;
    }

    footer .widgets p {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 400px) {
}
