.elementor-139 .elementor-element.elementor-element-4ef2d0f{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-139 .elementor-element.elementor-element-fb53f3e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-139 .elementor-element.elementor-element-fb53f3e:not(.elementor-motion-effects-element-type-background), .elementor-139 .elementor-element.elementor-element-fb53f3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-a5b946c *//* =========================
FAQ PAGE – 15 SOALAN
BG: TRANSPARENT | TEXT HITAM
========================= */

.afh-faq{
  --teal:#41C0C7;
  --teal2:#2AA8AE;
  --dark:#0B1B1E;

  background: transparent;
  padding: clamp(70px, 8vw, 120px) 16px;
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--dark);
}

.afh-faq__wrap{
  max-width: 900px;
  margin: 0 auto;
}

/* HEADER */
.afh-faq__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:1000;
  letter-spacing:1px;
  color:rgba(11,27,30,.65);
  margin-bottom:12px;
}
.afh-faq__kicker span{
  width:34px;height:3px;border-radius:999px;
  background:linear-gradient(135deg,var(--teal),var(--teal2));
}

.afh-faq__title{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,52px);
  font-weight:1200;
}

.afh-faq__desc{
  margin:0 0 28px;
  font-size:15.5px;
  line-height:1.75;
  color:rgba(11,27,30,.72);
}

/* FAQ ITEM */
.afh-faq__item{
  background:#ffffff;
  border:1px solid rgba(11,27,30,.12);
  border-radius:22px;
  padding:16px 18px;
  margin-bottom:12px;
  box-shadow:0 14px 40px rgba(11,27,30,.10);
}

.afh-faq__item summary{
  list-style:none;
  cursor:pointer;
  font-weight:1100;
  font-size:15px;
  position:relative;
  padding-right:24px;
}
.afh-faq__item summary::-webkit-details-marker{
  display:none;
}
.afh-faq__item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:18px;
  font-weight:1200;
}
.afh-faq__item[open] summary::after{
  content:"–";
}

.afh-faq__item p{
  margin:12px 0 0;
  font-size:14px;
  line-height:1.75;
  color:rgba(11,27,30,.72);
}

/* CTA */
.afh-faq__cta{
  margin-top:26px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  background:#ffffff;
  border:1px solid rgba(11,27,30,.12);
  border-radius:24px;
  padding:14px 16px;
  box-shadow:0 18px 55px rgba(11,27,30,.12);
}

.afh-faq__ctaText{
  font-weight:1100;
  color:rgba(11,27,30,.78);
}

.afh-faq__ctaBtn{
  text-decoration:none;
  padding:12px 16px;
  border-radius:999px;
  font-weight:1100;
  color:#061114;
  background:linear-gradient(135deg,var(--teal),var(--teal2));
  box-shadow:0 16px 38px rgba(65,192,199,.25);
  transition: transform .15s ease;
}
.afh-faq__ctaBtn:hover{
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d44bd11 *//* =========================
AFHAM FOOTER
BG: TRANSPARENT
TEXT: PUTIH
TITLE: BIRU
========================= */

.afh-footer{
  --f-blue:#41C0C7;
  --f-blue2:#2AA8AE;

  background: transparent;
  padding: 80px 16px 30px;
  font-family: "Poppins", system-ui, sans-serif;
  color: #ffffff;
}

/* WRAP */
.afh-footer__wrap{
  max-width: 1240px;
  margin: 0 auto;
}

/* GRID */
.afh-footer__grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 36px;
}

/* BRAND */
.afh-footer__brandName{
  font-size: 20px;
  font-weight: 1100;
  letter-spacing: .4px;
  color: #ffffff;
  margin-bottom: 10px;
}

.afh-footer__tagline{
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  max-width: 360px;
}

/* CONTACT */
.afh-footer__contact{
  margin-top: 14px;
  display:flex;
  flex-direction:column;
  gap: 6px;
}

.afh-footer__contactItem{
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  text-decoration:none;
}
.afh-footer__contactItem:hover{
  color: var(--f-blue);
}

/* TITLES */
.afh-footer__title{
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: .6px;
  color: var(--f-blue);
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* LINKS */
.afh-footer__links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.afh-footer__links a{
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255,255,255,.82);
  text-decoration:none;
  transition: transform .15s ease, color .15s ease;
}
.afh-footer__links a:hover{
  color: #ffffff;
  transform: translateX(3px);
}

/* SOCIAL */
.afh-footer__social{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-bottom: 14px;
}

.afh-footer__social a{
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 900;
  text-decoration:none;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  transition: background .15s ease, transform .15s ease;
}
.afh-footer__social a:hover{
  background: rgba(65,192,199,.28);
  transform: translateY(-2px);
}

/* NEWSLETTER */
.afh-footer__nlTitle{
  font-size: 13px;
  font-weight: 900;
  color: rgba(255,255,255,.9);
  margin-bottom: 6px;
}

.afh-footer__form{
  display:flex;
  gap: 8px;
  margin-bottom: 12px;
}

.afh-footer__form input{
  flex:1;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  color:#ffffff;
  font-size: 13px;
  outline:none;
}

.afh-footer__form input::placeholder{
  color: rgba(255,255,255,.6);
}

.afh-footer__form button{
  padding: 10px 14px;
  border-radius: 14px;
  border: 0;
  font-weight: 1000;
  font-size: 13px;
  cursor:pointer;
  color:#061114;
  background: linear-gradient(135deg,var(--f-blue),var(--f-blue2));
}

/* WHATSAPP */
.afh-footer__wa{
  display:inline-block;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 1000;
  text-decoration:none;
  color:#061114;
  background: linear-gradient(135deg,var(--f-blue),var(--f-blue2));
  box-shadow: 0 16px 34px rgba(65,192,199,.35);
}

/* BOTTOM BAR */
.afh-footer__bottom{
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.22);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap:wrap;
}

.afh-footer__copy{
  font-size: 12.5px;
  color: rgba(255,255,255,.75);
}

.afh-footer__miniLinks{
  display:flex;
  align-items:center;
  gap: 8px;
}

.afh-footer__miniLinks a{
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255,255,255,.75);
  text-decoration:none;
}
.afh-footer__miniLinks a:hover{
  color:#ffffff;
}

/* RESPONSIVE */
@media(max-width:980px){
  .afh-footer__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:520px){
  .afh-footer__grid{
    grid-template-columns:1fr;
  }
  .afh-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */