/* Start custom CSS for html, class: .elementor-element-7d61d52 */.fardex-faq-section {
  background: #ffffff;
  padding: 00px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'IRANSans', sans-serif;
}

.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-header h2 {
  font-size: 28px;
  color: #1f5134;
  margin-bottom: 10px;
  font-weight: 600;

}

.faq-header p {
  font-size: 20px;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 500;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background-color: #e6f9ee;
  border-left: 5px solid #1f5134;
  padding: 25px 20px;
  border-radius: 12px;
  transition: background 0.3s;
  font-weight: 550;
}

.faq-item:hover {
  background-color: #d9f5e6;
}

.faq-item h3 {
  font-size: 18px;
  color: #2f5134;
  margin-bottom: 10px;
  font-weight: 400;
}

.faq-item p {
  font-size: 15px;
  color: #333;
  line-height: 1.9;
}

.faq-form {
  margin-top: 60px;
  background-color: #f2fdf5;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(0,0,0,0.03);
}

.faq-form h3 {
  font-size: 20px;
  color: #1f5134;
  margin-bottom: 20px;
  text-align: center;
}

.faq-form form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-form input,
.faq-form textarea {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  background-color: #fff;
}

.faq-form textarea {
  min-height: 130px;
}

.faq-form button {
  background-color: #1f5134;
  color: white;
  padding: 14px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-form button:hover {
  background-color: #17412a;
}/* End custom CSS */