.home-faq-section {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.faq-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}

.faq-section {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.faq-item {
  margin-bottom: 10px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.faq-item:hover {
  background-color: #f1f1f1;
}

.home-faq-question {
  cursor: pointer;
  font-weight: 600;
}

.home-faq-answer {
  margin-top: 5px;
  color: #666;
}
.faq-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  position: relative;
}