/* 🔹 Footer Styling */

footer a {
  transition: color 0.2s ease;
}

footer a:hover {
  color: #FB923C;
}

footer p,
footer h4,
footer h3 {
  color: #1f2937; /* Tailwind gray-800 equivalent */
}

footer svg {
  transition: transform 0.2s ease;
}

footer a:hover svg {
  transform: scale(1.1);
}

footer {
  font-size: 0.9rem;
}
