footer a:hover {
  color: #ff7e33 !important;
  text-decoration: underline;
}

footer .bi {
  transition: all 0.3s ease;
}

footer .bi:hover {
  color: #ff7e33;
  transform: translateY(-3px);
}
