

/* 🔥 FOOTER FIX */
.footer {
  background: #111827;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  margin-top: 40px;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  margin: 0 12px;
  color: #a5b4fc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.7;
}