/* Ultra-light gray background with a thin border for footer */
.footer-light {
  background-color: #FAFAFA; /* lightest gray */
  border: 1px solid #CCCCCC; /* thin gray border */
  padding: 15px; /* spacing inside footer */
  color: #000000 !important; /* force text to black */
}
