.elementor-148 .elementor-element.elementor-element-e2394b5{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-51b05cf *//* ================= FAQ SECTION (THEME VERSION) ================= */

#faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* TITLE ALIGN KIRI */
#faq-section .faq-title-main {
  font-size: 34px;
  font-weight: 900;
  text-align: left;
  margin: 0 auto 35px;
  max-width: 900px;
  color: #111;
}

#faq-section .faq-title-main span {
  color: #00A896; /* teal */
}

/* CONTAINER */
.faq-container {
  max-width: 900px;
  margin: auto;
}

/* ITEM WRAPPER */
.faq-item {
  margin-bottom: 16px;
}

/* QUESTION BUTTON */
.faq-question {
  width: 100%;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #00A896; /* border hijau tepi kiri */
  text-align: left;
  cursor: pointer;
  transition: .25s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ICON BULAT KECIL TEPI KIRI */
.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #00A896;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00A896;
  flex-shrink: 0;
}

/* TEXT ALIGN KIRI */
.faq-text {
  flex: 1;
}

/* ACTIVE STATE */
.faq-question.active {
  background: #f6fffb;
  border-color: #00A896;
}

/* ANSWER BOX */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  border-left: 4px solid #00A896;
  margin-left: 0;
  padding: 0 18px;
  transition: max-height .25s ease;
}

.faq-answer p {
  padding: 10px 0 16px;
  color: #444;
  line-height: 1.7;
  font-size: 15px;
}/* End custom CSS */