.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  }
  .faq-card {
    transition: all 0.3s ease;
  }