.fb-hover {
  transition: color 0.3s ease; /* Smooth transition for the color change */
  color: #646464; /* Default color (black) */
}

.fb-hover:hover {
  color: #007bff; /* Change to blue on hover (customize as needed) */
}

.yt-hover {
  transition: color 0.3s ease; /* Smooth transition for the color change */
  color: #646464; /* Default color (black) */
}

.yt-hover:hover {
  color: #FF0000; /* Change to blue on hover (customize as needed) */
}

.wa-hover {
  transition: color 0.3s ease; /* Smooth transition for the color change */
  color: #646464; /* Default color (black) */
}

.wa-hover:hover {
  color: #25D366; /* Change to blue on hover (customize as needed) */
}