
/* Semua area bottom/footer: hijau -> merah metalik glossy */
footer,
.footer,
.bottom,
.bottom-bar,
.bottom-nav,
.site-footer,
.page-footer,
footer *,
.footer *,
.bottom *,
.bottom-bar *,
.bottom-nav *,
.site-footer *,
.page-footer *{
  --bottom-#fff-1:#fff;
  --bottom-#fff-2:#fff;
  --bottom-#fff-3:#fff;
  --bottom-#fff-4:#fff;
  --bottom-#fff-5:#fff;
}

/* Background container */
footer,
.footer,
.bottom,
.bottom-bar,
.bottom-nav,
.site-footer,
.page-footer{
  
  background-color:#fff !important;
  border-color:#fff !important;
  
}

/* Nested bottom sections that may retain green backgrounds */
footer section,
footer div,
footer ul,
footer ol,
footer li,
.footer section,
.footer div,
.footer ul,
.footer ol,
.footer li,
.bottom section,
.bottom div,
.bottom-bar section,
.bottom-bar div,
.bottom-nav section,
.bottom-nav div,
.site-footer section,
.site-footer div,
.page-footer section,
.page-footer div{
  background-color:#fff !important;
  
  border-color:rgba(235,35,35,.55) !important;
}

/* Bottom text/links remain readable */
footer a,
.footer a,
.bottom a,
.bottom-bar a,
.bottom-nav a,
.site-footer a,
.page-footer a{
  color:#fff !important;
}
