.icon {
  color: inherit; /* Keeps the original color */
  transition: color 0.3s ease; /* Smooth color change */
}

.icon:hover {
  color: #33b7e9;
}
