/* --- FOOTER MAIN SECTION --- */
footer.site_footer_wrap .footer_wrap.widget_area {
    background-color: #4da62e !important;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 2em !important;
    padding-right: 2em !important;
}

/* --- BLACK MENU FOOTER SECTION --- */
footer.site_footer_wrap .menu_footer_wrap {
    background-color: #1c1f22 !important; /* your black shade */
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* --- COPYRIGHT SECTION (BOTTOM GREEN BAR) --- */
footer.site_footer_wrap .copyright_wrap {
    background-color: #4da62e !important;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* --- OPTIONAL: remove internal padding gaps --- */
footer.site_footer_wrap .content_wrap {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.copyright_wrap_inner{
    margin: 0px 8px !important;
}