.footer-link {
  transition: all 0.3s ease;
  color: var(--dark-color) !important;
}
.footer-link:hover {
  color: var(--primary-color) !important; 
  transform: translateY(5px);
  display: inline-block;
}
.social-icon {
  transition: all 0.3s ease;
}
.social-icon:hover {
  color: var(--primary-color) !important;
  transform: translateY(-3px);
}