.elementor-128 .elementor-element.elementor-element-c433bab{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-128 .elementor-element.elementor-element-1387b2f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-128 .elementor-element.elementor-element-1387b2f:not(.elementor-motion-effects-element-type-background), .elementor-128 .elementor-element.elementor-element-1387b2f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-e39b168 *//* =========================
CONTACT US – SECTION 1
OUTSIDE PUTIH | BOX PUTIH (TEXT HITAM)
BG: TRANSPARENT
========================= */

.afh-ct1{
  --teal:#41C0C7;
  --teal2:#2AA8AE;
  --dark:#0B1B1E;

  background: transparent;
  padding: clamp(70px, 8vw, 120px) 16px;
  font-family: "Poppins", system-ui, sans-serif;
  color:#ffffff;
}

.afh-ct1__wrap{ max-width:1240px; margin:0 auto; }

/* HEAD */
.afh-ct1__kicker{
  display:flex; align-items:center; gap:10px;
  font-size:12px; font-weight:1000; letter-spacing:1px;
  color: rgba(255,255,255,.78);
  margin-bottom: 12px;
}
.afh-ct1__kicker span{
  width:34px;height:3px;border-radius:999px;
  background: linear-gradient(135deg,var(--teal),var(--teal2));
}
.afh-ct1__title{
  margin:0 0 10px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 1200;
  letter-spacing: -.6px;
}
.afh-ct1__desc{
  margin:0 0 22px;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255,255,255,.78);
  max-width: 72ch;
}

/* GRID */
.afh-ct1__grid{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  align-items: start;
}

/* LEFT CARD */
.afh-ct1__card{
  background:#ffffff;
  border: 1px solid rgba(11,27,30,.12);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(11,27,30,.12);
  padding: 18px;
  color: var(--dark);
}

.afh-ct1__cardTitle{ font-size:15px; font-weight:1100; margin-bottom:2px; }
.afh-ct1__cardSub{ font-size:12.8px; color: rgba(11,27,30,.65); }

.afh-ct1__list{ margin-top: 14px; display:flex; flex-direction:column; gap:10px; }

.afh-ct1__item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  text-decoration:none;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(11,27,30,.03);
  border: 1px solid rgba(11,27,30,.10);
  color: var(--dark);
}
.afh-ct1__ico{
  width:44px;height:44px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-weight:1200;
  background: linear-gradient(135deg, rgba(65,192,199,.22), rgba(42,168,174,.10));
  border: 1px solid rgba(65,192,199,.25);
  flex: 0 0 auto;
}
.afh-ct1__t{ font-weight:1100; }
.afh-ct1__v{ margin-top:3px; font-size:13px; color: rgba(11,27,30,.70); line-height:1.55; }

/* Social */
.afh-ct1__social{ margin-top: 14px; }
.afh-ct1__socialT{ font-weight:1100; margin-bottom: 10px; }
.afh-ct1__socialRow{ display:flex; flex-wrap:wrap; gap:10px; }
.afh-ct1__socBtn{
  text-decoration:none;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 1000;
  font-size: 12.5px;
  color: rgba(11,27,30,.80);
  background: rgba(11,27,30,.04);
  border: 1px solid rgba(11,27,30,.12);
}

/* WhatsApp button */
.afh-ct1__whBtn{
  margin-top: 14px;
  width:100%;
  text-decoration:none;
  padding: 13px 14px;
  border-radius: 18px;
  text-align:center;
  font-weight: 1100;
  color:#061114;
  background: linear-gradient(135deg,var(--teal),var(--teal2));
  box-shadow: 0 18px 42px rgba(65,192,199,.25);
  display:inline-block;
  transition: transform .15s ease;
}
.afh-ct1__whBtn:hover{ transform: translateY(-2px); }

/* RIGHT FORM CARD */
.afh-ct1__formCard{
  background:#ffffff;
  border: 1px solid rgba(11,27,30,.12);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(11,27,30,.12);
  padding: 18px;
  color: var(--dark);
}

.afh-ct1__formTitle{ font-size:15px; font-weight:1100; margin-bottom:2px; }
.afh-ct1__formSub{ font-size:12.8px; color: rgba(11,27,30,.65); }

.afh-ct1__form{
  margin-top: 14px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.afh-ct1__field span{
  display:block;
  font-size: 12px;
  font-weight: 1000;
  color: rgba(11,27,30,.65);
  margin-bottom: 6px;
}

.afh-ct1__field input,
.afh-ct1__field select,
.afh-ct1__field textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(11,27,30,.18);
  background: #ffffff;
  color: var(--dark);
  outline: none;
  font-family: inherit;
}

.afh-ct1__row2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.afh-ct1__submit{
  width:100%;
  padding: 13px 14px;
  border-radius: 18px;
  border: 0;
  cursor:pointer;
  font-weight: 1100;
  color:#061114;
  background: linear-gradient(135deg,var(--teal),var(--teal2));
  box-shadow: 0 18px 42px rgba(65,192,199,.25);
}

.afh-ct1__note{
  font-size: 12px;
  line-height: 1.55;
  color: rgba(11,27,30,.55);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .afh-ct1__grid{ grid-template-columns: 1fr; }
}
@media (max-width: 520px){
  .afh-ct1__row2{ grid-template-columns: 1fr; }
}
/* =========================
CONTACT US – FONT PUTIH ➜ HITAM
SAFE OVERRIDE
========================= */

/* FORCE SEMUA TEXT LUAR JADI HITAM */
.afh-ct1,
.afh-ct1 h1,
.afh-ct1 h2,
.afh-ct1 h3,
.afh-ct1 h4,
.afh-ct1 h5,
.afh-ct1 p,
.afh-ct1 span,
.afh-ct1 li,
.afh-ct1 a{
  color:#0B1B1E !important;
}

/* HEAD TEXT */
.afh-ct1__kicker,
.afh-ct1__desc{
  color:rgba(11,27,30,.75) !important;
}

/* =========================
KEKALKAN BOX PUTIH (TEXT HITAM)
========================= */
.afh-ct1__card,
.afh-ct1__card *,
.afh-ct1__formCard,
.afh-ct1__formCard *{
  color:#0B1B1E !important;
}

/* SUBTEXT DALAM BOX */
.afh-ct1__cardSub,
.afh-ct1__v,
.afh-ct1__formSub,
.afh-ct1__note{
  color:rgba(11,27,30,.65) !important;
}

/* SOCIAL BUTTON TEXT */
.afh-ct1__socBtn{
  color:rgba(11,27,30,.80) !important;
}

/* CTA BUTTON (TEKAL WARNA BUTANG) */
.afh-ct1__whBtn,
.afh-ct1__submit{
  color:#061114 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8624c44 *//* =========================
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 */