/* Footer */
footer {
  background: var(--gradient-secondary);
  color: #eee;
  padding: 60px 0 1.5rem;
  margin-top: auto;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

footer a {
  color: #adb5bd;
  transition: color 0.3s ease;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}