/* =========================
   Footer Section
========================= */
.footer-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef); /* Light mode */
  color: #212529;
  background-size: 300% 300%;
  animation: gradientShift 12s ease infinite;
}

body.dark-mode .footer-section {
  background: #1e1e1e !important;
  color: #f8f9fa;
}

.footer-section p {
  margin: 0;
  color: inherit;
}
