footer.footer {
  background-color: #000 !important;
  width: 100% !important;
  padding: 60px 20px !important;
  display: flex !important;
  justify-content: center !important;
}

footer.footer * {
  color: #fff;
}

.footer-container {
  max-width: 900px;
  width: 100%;
  text-align: center;
}

/* MENU LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff !important;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff !important;
}

/* ✅ SOCIAL ICONS CENTER FIX */
.footer-social {
  display: flex !important;
  justify-content: center !important;   /* CENTER ICONS */
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.footer-social a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
}

.footer-social a:hover {
  opacity: 0.8;
}
