.site-footer {
  background-color: #F6F6F6; /* dark background */
  color: #fff;
  font-size: 14px;
}

.site-footer h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer-list a:hover {
  color: #C1131D; /* highlight color */
}