footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ff5722; /* Turuncu hover efekti */
}

.social-icons a {
  font-size: 1.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  color: #ff5722;
  transform: scale(1.2);
}