	 .contact-card a {
    color: #2c3e50; /* Dark slate text for default */
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .contact-card a:hover {
    color: #007bff; /* Accent color on hover */
    text-decoration: underline;
  }

  .contact-card .fs-4 a {
    color: #007bff; /* Primary color for phone number */
    font-weight: 600;
  }

  .contact-card .fs-4 a:hover {
    color: #0056b3; /* Darker shade on hover */
  }

  .contact-card i {
    color: #007bff;
  }