/* FAQ layout: cheap-hosting-india, dmca-ignored-reseller-hosting partials */
.faq-section {
  padding: 60px 0;
  background: #fff;
}

.faq-title {
  font-size: 2rem;
  font-weight: 700;
}

.faq-subtitle {
  color: #6c757d;
}

.faq-card {
  border-left: 3px solid var(--color-secondary);
  background: #f9fafb;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: background 0.3s ease;
}

.faq-card:hover {
  background: #f1f3f5;
}

.faq-card .faq-question {
  font-weight: 600;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 8px;
}

.faq-card .faq-answer {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
