.faq-item {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  overflow: hidden;
  position: relative;
  transition: background-color 0.2s ease;
}

.faq-item:active {
  background-color: #e2e8f0; /* افکت ملایم هنگام لمس */
}
