/* ========== FOOTER ========== */
.footer {
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0 0.5rem;
  margin-top: 5rem;
  text-align: center;
}

.footer-section h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-link {
  color: #a5a5a5;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.5rem;
  margin-top: 1rem;
}