.elementor-2285 .elementor-element.elementor-element-0d85b4f > .elementor-container{max-width:1280px;--container-max-width:1280px;}.elementor-2285 .elementor-element.elementor-element-0d85b4f{padding:35px 0px 35px 0px;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS *//* SSS Alanı Genel */
.faq-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

/* Kart Yapısı */
.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  cursor: pointer;
  color: #222;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #0073e6;
}

/* Açılır Kapanır Cevap */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 0 0 15px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

/* Aktif Soru */
.faq-question.active {
  color: #0073e6;
}/* End custom CSS */