.link-hover-dark:hover {
  /* Use Bootstrap's CSS variable for dark color */
  /* color: var(--bs-dark) !important; */

  /* --- OR --- */
  /* Use a specific hex code if you prefer (Bootstrap's default dark) */
  color: #212529 !important;

  /* Optional: Add a transition for smoothness */
  transition: color 0.2s ease-in-out;
}
