.elementor-10 .elementor-element.elementor-element-8bce2a2{--display:flex;--overlay-opacity:0.73;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-8bce2a2:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-8bce2a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ynacorporation.com/wp-content/uploads/2026/04/ChatGPT-Image-Apr-1-2026-03_52_28-PM.png");}.elementor-10 .elementor-element.elementor-element-8bce2a2::before, .elementor-10 .elementor-element.elementor-element-8bce2a2 > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-8bce2a2 > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-8bce2a2 > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-8bce2a2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-8bce2a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-10 .elementor-element.elementor-element-6aa5008{--display:flex;}.elementor-10 .elementor-element.elementor-element-d46c599{--display:flex;}.elementor-10 .elementor-element.elementor-element-24092cf{--display:flex;--overlay-opacity:0.7;}.elementor-10 .elementor-element.elementor-element-24092cf:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-24092cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ynacorporation.com/wp-content/uploads/2026/04/unnamed-6.jpg");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-10 .elementor-element.elementor-element-24092cf::before, .elementor-10 .elementor-element.elementor-element-24092cf > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-24092cf > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-24092cf > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-24092cf > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-24092cf > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-10 .elementor-element.elementor-element-cce06c3{--display:flex;}.elementor-10 .elementor-element.elementor-element-77f0437{--display:flex;}.elementor-10 .elementor-element.elementor-element-89562c9{--display:flex;}@media(min-width:1025px){.elementor-10 .elementor-element.elementor-element-24092cf:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-24092cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-8d3e1ba *//* =========================
SEC 1 – HERO (MEDICAL BLUE)
BG: TRANSPARENT | TEXT: WHITE
========================= */

.mdu1-hero{
  padding:120px 20px 80px;
  background:transparent;
  color:#fff;
}

.mdu1-hero__wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:center;
}

/* left */
.mdu1-hero__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mdu1-hero__title{
  margin:0 0 14px;
  font-size:48px;
  line-height:1.15;
  color:#ffffff;
}

.mdu1-hero__accent{
  background:linear-gradient(90deg,#60a5fa,#22d3ee);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.mdu1-hero__desc{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.82);
  max-width:620px;
}

/* bullets */
.mdu1-hero__bullets{
  display:grid;
  gap:10px;
  margin:0 0 24px;
}

.mdu1-hero__bullet{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:rgba(255,255,255,.78);
  line-height:1.6;
}

.mdu1-hero__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  margin-top:6px;
  background:linear-gradient(180deg,#60a5fa,#22d3ee);
  box-shadow:0 0 0 4px rgba(34,211,238,.12);
}

/* buttons */
.mdu1-hero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.mdu1-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 20px;
  border-radius:12px;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  transition:.25s ease;
  white-space:nowrap;
}

/* primary */
.mdu1-hero__btn--primary{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  color:#ffffff;
  box-shadow:0 18px 50px rgba(37,99,235,.25);
}
.mdu1-hero__btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 70px rgba(37,99,235,.33);
}

/* ghost */
.mdu1-hero__btn--ghost{
  border:1.8px solid rgba(255,255,255,.28);
  color:#ffffff;
  background:rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mdu1-hero__btn--ghost:hover{
  border-color:rgba(255,255,255,.45);
  transform:translateY(-2px);
}

/* mini stats */
.mdu1-hero__mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.mdu1-hero__miniCard{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  border-radius:16px;
  padding:14px 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mdu1-hero__miniTitle{
  font-size:12px;
  font-weight:700;
  letter-spacing:.2px;
  color:rgba(255,255,255,.72);
  margin-bottom:6px;
}

.mdu1-hero__miniValue{
  font-size:14px;
  font-weight:800;
  color:#ffffff;
  line-height:1.35;
}

/* right */
.mdu1-hero__right{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mdu1-hero__media{
  width:100%;
  aspect-ratio: 1 / 1;     /* 1:1 square */
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  box-shadow:0 28px 80px rgba(0,0,0,.35);
}

.mdu1-hero__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mdu1-hero__tag{
  font-size:12px;
  color:rgba(255,255,255,.72);
  text-align:center;
}

/* responsive */
@media (max-width: 980px){
  .mdu1-hero__wrap{
    grid-template-columns:1fr;
    gap:24px;
  }
  .mdu1-hero__title{ font-size:36px; }
  .mdu1-hero{ padding:90px 18px 70px; }
  .mdu1-hero__mini{ grid-template-columns:1fr; }
}

@media (max-width: 520px){
  .mdu1-hero__title{ font-size:32px; }
  .mdu1-hero__btn{ width:100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f9f3be *//* =========================
SEC 2 – MEDICAL BLUE (NORMAL BG)
BG: NORMAL | TEXT: HITAM
========================= */

.mdu2-urgent{
  padding:100px 20px;
  background:transparent;
  color:#0b1220;
}

.mdu2-urgent__wrap{
  max-width:1200px;
  margin:auto;
}

/* head */

.mdu2-urgent__head{
  max-width:750px;
  margin-bottom:40px;
}

.mdu2-urgent__kicker{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.25);
  background:rgba(37,99,235,.06);
  margin-bottom:16px;
  color:#2563eb;
}

.mdu2-urgent__title{
  font-size:40px;
  line-height:1.2;
  margin-bottom:14px;
  color:#0b1220;
}

.mdu2-urgent__accent{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.mdu2-urgent__desc{
  font-size:16px;
  line-height:1.7;
  color:#475569;
}


/* grid */

.mdu2-urgent__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}


/* card */

.mdu2-urgent__card{

  padding:26px;

  border-radius:18px;

  border:1px solid rgba(15,23,42,.12);

  background:#ffffff;

  box-shadow:0 15px 45px rgba(0,0,0,.06);

  transition:.3s;

}

.mdu2-urgent__card:hover{

  transform:translateY(-6px);

  border-color:#3b82f6;

  box-shadow:0 20px 60px rgba(37,99,235,.15);

}


/* icon */

.mdu2-urgent__icon{

  font-size:26px;

  margin-bottom:12px;

}


/* text */

.mdu2-urgent__cardtitle{

  font-size:18px;

  margin-bottom:10px;

  color:#0b1220;

}

.mdu2-urgent__carddesc{

  font-size:15px;

  line-height:1.6;

  color:#475569;

}


/* note */

.mdu2-urgent__note{

  margin-top:30px;

  padding:18px;

  border-radius:14px;

  border:1px solid rgba(37,99,235,.25);

  background:rgba(37,99,235,.05);

  text-align:center;

  font-weight:600;

  color:#0b1220;

}


/* responsive */

@media(max-width:900px){

  .mdu2-urgent__grid{

    grid-template-columns:1fr;

  }

  .mdu2-urgent__title{

    font-size:32px;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11b0ed4 *//* =========================
SEC 3 – SOLUSI (MDU)
BG: NORMAL | TEXT: HITAM
========================= */

.mdu3-solution{
  padding:110px 20px;
  background:transparent;
}

.mdu3-solution__wrap{
  max-width:1200px;
  margin:auto;

  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:center;
}

/* kicker */
.mdu3-solution__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#2563eb;
  margin-bottom:14px;
}

.mdu3-solution__line{
  width:54px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
}

/* title */
.mdu3-solution__title{
  margin:0 0 14px;
  font-size:40px;
  line-height:1.18;
  color:#0b1220;
}

.mdu3-solution__accent{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.mdu3-solution__desc{
  margin:0 0 22px;
  font-size:16px;
  line-height:1.75;
  color:#475569;
  max-width:720px;
}

/* features */
.mdu3-solution__features{
  display:grid;
  gap:14px;
  margin-bottom:22px;
}

.mdu3-solution__feature{
  display:flex;
  gap:14px;
  padding:16px 16px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.10);
  background:#ffffff;
  box-shadow:0 12px 38px rgba(0,0,0,.05);
}

.mdu3-solution__icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:20px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.18);
  flex:0 0 auto;
}

.mdu3-solution__text h3{
  margin:0 0 6px;
  font-size:16px;
  color:#0b1220;
}

.mdu3-solution__text p{
  margin:0;
  font-size:14.5px;
  line-height:1.65;
  color:#475569;
}

/* CTA */
.mdu3-solution__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.mdu3-solution__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  transition:.25s ease;
  white-space:nowrap;
}

/* primary */
.mdu3-solution__btn--primary{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  color:#fff;
  box-shadow:0 16px 46px rgba(37,99,235,.20);
}
.mdu3-solution__btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(37,99,235,.28);
}

/* ghost */
.mdu3-solution__btn--ghost{
  border:1.8px solid rgba(37,99,235,.28);
  color:#2563eb;
  background:rgba(37,99,235,.04);
}
.mdu3-solution__btn--ghost:hover{
  transform:translateY(-2px);
  border-color:rgba(37,99,235,.45);
}

/* badges */
.mdu3-solution__badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.mdu3-solution__badge{
  font-size:12px;
  font-weight:800;
  color:#0b1220;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(15,23,42,.03);
}

/* right */
.mdu3-solution__right{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mdu3-solution__media{
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  box-shadow:0 26px 70px rgba(0,0,0,.10);
}

.mdu3-solution__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mdu3-solution__caption{
  font-size:12px;
  color:#64748b;
  text-align:center;
}

/* stats */
.mdu3-solution__stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:6px;
}

.mdu3-solution__stat{
  border-radius:18px;
  border:1px solid rgba(37,99,235,.18);
  background:rgba(37,99,235,.04);
  padding:14px 12px;
  text-align:center;
}

.mdu3-solution__statNum{
  font-size:28px;
  font-weight:900;
  color:#2563eb;
  line-height:1;
  margin-bottom:6px;
}

.mdu3-solution__statTxt{
  font-size:12px;
  font-weight:800;
  color:#0b1220;
  opacity:.85;
}

/* responsive */
@media (max-width: 980px){
  .mdu3-solution__wrap{
    grid-template-columns:1fr;
    gap:24px;
  }
  .mdu3-solution__title{ font-size:32px; }
  .mdu3-solution{ padding:90px 18px; }
}

@media (max-width: 520px){
  .mdu3-solution__title{ font-size:30px; }
  .mdu3-solution__btn{ width:100%; }
  .mdu3-solution__stats{ grid-template-columns:1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c51792c *//* =========================
SEC 4 – KAWASAN FOKUS (HOTSPOT)
BG: TRANSPARENT | TEXT: WHITE
========================= */

.mdu4-hotspot{
  padding:110px 20px;
  background:transparent;
  color:#fff;
}

.mdu4-hotspot__wrap{
  max-width:1200px;
  margin:auto;
}

/* head */
.mdu4-hotspot__head{
  max-width:820px;
  margin-bottom:34px;
}

.mdu4-hotspot__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#60a5fa;
  margin-bottom:14px;
}

.mdu4-hotspot__line{
  width:54px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#60a5fa,#22d3ee);
}

.mdu4-hotspot__title{
  margin:0 0 12px;
  font-size:40px;
  line-height:1.18;
  color:#ffffff;
}

.mdu4-hotspot__accent{
  background:linear-gradient(90deg,#60a5fa,#22d3ee);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.mdu4-hotspot__desc{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.82);
}

/* layout grid */
.mdu4-hotspot__grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:start;
}

/* chips */
.mdu4-hotspot__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}

.mdu4-hotspot__chip{
  font-size:12px;
  font-weight:900;
  letter-spacing:.2px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color:#ffffff;
}

/* cards */
.mdu4-hotspot__cards{
  display:grid;
  gap:14px;
}

.mdu4-hotspot__card{
  padding:18px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:.25s ease;
}

.mdu4-hotspot__card:hover{
  transform:translateY(-4px);
  border-color:rgba(96,165,250,.55);
}

.mdu4-hotspot__icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:20px;
  background:rgba(96,165,250,.12);
  border:1px solid rgba(96,165,250,.35);
  margin-bottom:10px;
}

.mdu4-hotspot__cardtitle{
  margin:0 0 6px;
  font-size:16px;
  color:#ffffff;
}

.mdu4-hotspot__carddesc{
  margin:0;
  font-size:14.5px;
  line-height:1.65;
  color:rgba(255,255,255,.78);
}

/* map */
.mdu4-hotspot__map{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;  /* 1:1 square */
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  box-shadow:0 28px 80px rgba(0,0,0,.35);
}

.mdu4-hotspot__mapImg{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mdu4-hotspot__mapOverlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:14px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 100%);
}

.mdu4-hotspot__badge{
  display:inline-flex;
  width:max-content;
  font-size:12px;
  font-weight:900;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
}

.mdu4-hotspot__badge2{
  font-size:12px;
  color:rgba(255,255,255,.78);
}

.mdu4-hotspot__note{
  margin-top:10px;
  font-size:12px;
  color:rgba(255,255,255,.72);
  text-align:center;
}

/* CTA strip */
.mdu4-hotspot__strip{
  margin-top:28px;
  padding:16px 16px;
  border-radius:18px;
  border:1px solid rgba(96,165,250,.35);
  background:rgba(37,99,235,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.mdu4-hotspot__stripText{
  color:rgba(255,255,255,.86);
  line-height:1.6;
}

.mdu4-hotspot__stripBtn{
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  padding:12px 16px;
  border-radius:12px;
  color:#ffffff;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  box-shadow:0 16px 46px rgba(37,99,235,.22);
  transition:.25s ease;
  white-space:nowrap;
}

.mdu4-hotspot__stripBtn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(37,99,235,.30);
}

/* responsive */
@media (max-width: 980px){
  .mdu4-hotspot__grid{
    grid-template-columns:1fr;
  }
  .mdu4-hotspot__title{
    font-size:32px;
  }
  .mdu4-hotspot{
    padding:90px 18px;
  }
  .mdu4-hotspot__strip{
    flex-direction:column;
    align-items:flex-start;
  }
  .mdu4-hotspot__stripBtn{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64f5a64 *//* =========================
SEC 5 – KOS & OPERASI
BG: NORMAL | TEXT: HITAM
========================= */

.mdu5-cost{
  padding:110px 20px;
  background:transparent;
}

.mdu5-cost__wrap{
  max-width:1100px;
  margin:auto;
}

/* head */

.mdu5-cost__head{
  max-width:700px;
  margin-bottom:40px;
}

.mdu5-cost__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  color:#2563eb;
  margin-bottom:14px;
}

.mdu5-cost__line{
  width:54px;
  height:3px;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
}

.mdu5-cost__title{
  font-size:38px;
  margin-bottom:12px;
  color:#0b1220;
}

.mdu5-cost__accent{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  -webkit-background-clip:text;
  color:transparent;
}

.mdu5-cost__desc{
  color:#475569;
  line-height:1.7;
}


/* main cards */

.mdu5-cost__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:30px;
}

.mdu5-cost__card{

  padding:30px;

  border-radius:18px;

  background:#ffffff;

  border:1px solid rgba(0,0,0,.08);

  box-shadow:0 20px 60px rgba(0,0,0,.06);

}

.mdu5-cost__card--primary{

  border-color:#2563eb;

}


/* text */

.mdu5-cost__label{
  font-size:14px;
  color:#64748b;
  margin-bottom:10px;
}

.mdu5-cost__price{
  font-size:36px;
  font-weight:900;
  color:#0b1220;
}

.mdu5-cost__price--blue{
  color:#2563eb;
}

.mdu5-cost__small{
  margin-top:8px;
  color:#64748b;
}


/* breakdown */

.mdu5-cost__breakdown{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin-bottom:30px;
}

.mdu5-cost__item{
  background:#f8fafc;
  padding:16px;
  border-radius:12px;
}

.mdu5-cost__itemLabel{
  font-size:13px;
  color:#64748b;
}

.mdu5-cost__itemValue{
  font-size:18px;
  font-weight:700;
  color:#0b1220;
}


/* CTA */

.mdu5-cost__cta{

  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:20px;

  background:#eff6ff;

  border-radius:16px;

}

.mdu5-cost__btn{

  padding:12px 18px;

  background:#2563eb;

  color:#fff;

  border-radius:10px;

  text-decoration:none;

  font-weight:700;

}

.mdu5-cost__btn:hover{
  background:#1d4ed8;
}


/* responsive */

@media(max-width:900px){

  .mdu5-cost__grid{
    grid-template-columns:1fr;
  }

  .mdu5-cost__breakdown{
    grid-template-columns:1fr 1fr;
  }

  .mdu5-cost__cta{
    flex-direction:column;
    gap:12px;
    align-items:flex-start;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bca8fad *//* =========================
SEC 6 – IMPAK & JUSTIFIKASI
BG: NORMAL | TEXT: HITAM
========================= */

.mdu6-impact{
  padding:110px 20px;
  background:transparent;
}

.mdu6-impact__wrap{
  max-width:1100px;
  margin:auto;
}

/* head */

.mdu6-impact__head{
  max-width:700px;
  margin-bottom:40px;
}

.mdu6-impact__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:900;
  color:#2563eb;
  margin-bottom:14px;
}

.mdu6-impact__line{
  width:54px;
  height:3px;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
}

.mdu6-impact__title{
  font-size:38px;
  margin-bottom:12px;
  color:#0b1220;
}

.mdu6-impact__accent{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  -webkit-background-clip:text;
  color:transparent;
}

.mdu6-impact__desc{
  color:#475569;
  line-height:1.7;
}


/* grid */

.mdu6-impact__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:30px;
}


/* card */

.mdu6-impact__card{

  background:#ffffff;

  padding:24px;

  border-radius:16px;

  border:1px solid rgba(0,0,0,.08);

  box-shadow:0 15px 45px rgba(0,0,0,.05);

}

.mdu6-impact__icon{
  font-size:26px;
  margin-bottom:10px;
}

.mdu6-impact__cardtitle{
  font-size:18px;
  margin-bottom:8px;
  color:#0b1220;
}

.mdu6-impact__carddesc{
  color:#475569;
  line-height:1.6;
}


/* highlight */

.mdu6-impact__highlight{

  background:#eff6ff;

  padding:25px;

  border-radius:16px;

}

.mdu6-impact__highlightTitle{
  font-weight:700;
  margin-bottom:6px;
  color:#0b1220;
}

.mdu6-impact__highlightDesc{
  color:#475569;
}


/* responsive */

@media(max-width:900px){

  .mdu6-impact__grid{
    grid-template-columns:1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd04354 *//* =========================
SEC 7 – CSR / TAJAAN + CONTACT
BG: NORMAL | TEXT: HITAM
========================= */

.mdu7-csr{
  padding:110px 20px;
  background:transparent;
}

.mdu7-csr__wrap{
  max-width:1200px;
  margin:auto;
}

/* head */
.mdu7-csr__head{
  max-width:820px;
  margin-bottom:40px;
}

.mdu7-csr__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  color:#2563eb;
  margin-bottom:14px;
}

.mdu7-csr__line{
  width:54px;
  height:3px;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  border-radius:999px;
}

.mdu7-csr__title{
  font-size:38px;
  margin:0 0 12px;
  color:#0b1220;
  line-height:1.2;
}

.mdu7-csr__accent{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.mdu7-csr__desc{
  color:#475569;
  line-height:1.7;
  margin:0;
}

/* options */
.mdu7-csr__options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:28px;
}

.mdu7-csr__opt{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:22px;
  box-shadow:0 18px 55px rgba(0,0,0,.06);
  transition:.25s ease;
}

.mdu7-csr__opt:hover{
  transform:translateY(-5px);
  border-color:rgba(37,99,235,.25);
  box-shadow:0 22px 70px rgba(37,99,235,.10);
}

.mdu7-csr__optIcon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:22px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.18);
  margin-bottom:12px;
}

.mdu7-csr__optTitle{
  margin:0 0 8px;
  font-size:16px;
  color:#0b1220;
}

.mdu7-csr__optDesc{
  margin:0 0 12px;
  color:#475569;
  line-height:1.65;
  font-size:14.5px;
}

.mdu7-csr__optTag{
  display:inline-flex;
  font-size:12px;
  font-weight:800;
  color:#2563eb;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(37,99,235,.06);
  border:1px solid rgba(37,99,235,.18);
}

/* contact grid */
.mdu7-csr__contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}

/* left panel */
.mdu7-csr__panel{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:22px;
  box-shadow:0 18px 55px rgba(0,0,0,.06);
  margin-bottom:14px;
}

.mdu7-csr__panelTitle{
  margin:0 0 10px;
  font-size:18px;
  color:#0b1220;
}

.mdu7-csr__panelDesc{
  margin:0 0 14px;
  color:#475569;
  line-height:1.7;
  font-size:14.5px;
}

.mdu7-csr__btnRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.mdu7-csr__btn{
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  padding:12px 14px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.25s ease;
}

.mdu7-csr__btn--wa{
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  color:#ffffff;
  box-shadow:0 16px 46px rgba(37,99,235,.18);
}
.mdu7-csr__btn--wa:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(37,99,235,.26);
}

.mdu7-csr__btn--mail{
  border:1.8px solid rgba(37,99,235,.25);
  background:rgba(37,99,235,.04);
  color:#2563eb;
}
.mdu7-csr__btn--mail:hover{
  transform:translateY(-2px);
  border-color:rgba(37,99,235,.40);
}

.mdu7-csr__miniNote{
  margin-top:10px;
  font-size:12px;
  color:#64748b;
}

/* trust list */
.mdu7-csr__trust{
  display:grid;
  gap:10px;
}

.mdu7-csr__trustItem{
  display:flex;
  gap:10px;
  align-items:center;
  padding:14px 16px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid rgba(0,0,0,.06);
}

.mdu7-csr__trustTop{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.18);
}

.mdu7-csr__trustText{
  font-weight:800;
  color:#0b1220;
  font-size:13px;
  opacity:.9;
}

/* form */
.mdu7-csr__form{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:22px;
  box-shadow:0 18px 55px rgba(0,0,0,.06);
}

.mdu7-csr__formGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:12px;
}

.mdu7-csr__field{
  display:grid;
  gap:6px;
}

.mdu7-csr__field span{
  font-size:12px;
  font-weight:800;
  color:#0b1220;
  opacity:.85;
}

.mdu7-csr__field input,
.mdu7-csr__field select,
.mdu7-csr__field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:#ffffff;
  outline:none;
  font-size:14px;
}

.mdu7-csr__field input:focus,
.mdu7-csr__field select:focus,
.mdu7-csr__field textarea:focus{
  border-color:rgba(37,99,235,.55);
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.mdu7-csr__field--full{
  grid-column:1 / -1;
}

.mdu7-csr__submit{
  width:100%;
  padding:13px 16px;
  border-radius:12px;
  border:none;
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  color:#fff;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  box-shadow:0 16px 46px rgba(37,99,235,.18);
  transition:.25s ease;
}

.mdu7-csr__submit:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 60px rgba(37,99,235,.26);
}

.mdu7-csr__formNote{
  margin-top:10px;
  font-size:12px;
  color:#64748b;
  line-height:1.6;
}

/* responsive */
@media (max-width: 980px){
  .mdu7-csr__options{
    grid-template-columns:1fr;
  }
  .mdu7-csr__contact{
    grid-template-columns:1fr;
  }
  .mdu7-csr__formGrid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */