.elementor-82 .elementor-element.elementor-element-1979b7f{--display:flex;--overlay-opacity:0.7;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-82 .elementor-element.elementor-element-1979b7f:not(.elementor-motion-effects-element-type-background), .elementor-82 .elementor-element.elementor-element-1979b7f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://curacore2u.com/wp-content/uploads/2026/02/Healthcare-Employee-Wellness-Programs-8-1024x576-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-82 .elementor-element.elementor-element-1979b7f::before, .elementor-82 .elementor-element.elementor-element-1979b7f > .elementor-background-video-container::before, .elementor-82 .elementor-element.elementor-element-1979b7f > .e-con-inner > .elementor-background-video-container::before, .elementor-82 .elementor-element.elementor-element-1979b7f > .elementor-background-slideshow::before, .elementor-82 .elementor-element.elementor-element-1979b7f > .e-con-inner > .elementor-background-slideshow::before, .elementor-82 .elementor-element.elementor-element-1979b7f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-82 .elementor-element.elementor-element-89404fd{--display:flex;}.elementor-82 .elementor-element.elementor-element-ac17825{--display:flex;}@media(min-width:1025px){.elementor-82 .elementor-element.elementor-element-1979b7f:not(.elementor-motion-effects-element-type-background), .elementor-82 .elementor-element.elementor-element-1979b7f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-588e6a4 *//* ===============================
   CONTACT — GLOBAL TOKENS
================================ */
.cccon1, .cccon2, .cccon3, .cccon4{
  --ink:#ffffff;
  --muted:#CBD5E1;
  --line:rgba(255,255,255,.12);
  --soft:rgba(255,255,255,.04);
  --teal:#0EA5A7;
  --teal2:#14B8A6;

  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
}

/* ===============================
   SECTION 1 — HERO
================================ */
.cccon1{
  background:transparent;
  padding:clamp(110px,8vw,160px) 20px;
  text-align:center;
  color:#ffffff;
}

.cccon1__wrap{
  max-width:900px;
  margin:auto;
}

.cccon1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--teal);
  margin-bottom:16px;
}

.cccon1__title{
  margin:0 0 18px;
  font-size:clamp(34px,3.5vw,54px);
  font-weight:950;
  line-height:1.12;
  letter-spacing:-.02em;
  color:#ffffff !important;
}

/* FIX: subtitle dalam title jadi sama gaya macam line atas */
.cccon1__title span{
  display:block;
  margin-top:10px;
  font-size:inherit !important;
  font-weight:inherit !important;
  line-height:inherit !important;
  letter-spacing:inherit !important;
  color:#ffffff !important;
}

.cccon1__sub{
  margin:0 auto 30px;
  max-width:760px;
  font-size:18px;
  line-height:1.85;
  color:var(--muted);
}

.cccon1__quick{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.cccon1btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:999px;
  font-weight:950;
  text-decoration:none;
  transition:.2s ease;
}

.cccon1btn--primary{
  background:linear-gradient(135deg,var(--teal),var(--teal2));
  color:#06262c;
  box-shadow:0 18px 70px rgba(14,165,167,.35);
}

.cccon1btn--primary:hover{
  transform:translateY(-3px);
}

.cccon1btn--ghost{
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.05);
  color:#ffffff;
  box-shadow:0 18px 60px rgba(0,0,0,.25);
}

.cccon1btn--ghost:hover{
  transform:translateY(-3px);
}

/* Responsive */
@media(max-width:768px){
  .cccon1{
    padding:90px 16px 120px;
  }

  .cccon1__title{
    font-size:clamp(30px,8vw,42px);
  }

  .cccon1__sub{
    font-size:16px;
    line-height:1.75;
  }

  .cccon1__quick{
    gap:12px;
  }

  .cccon1btn{
    width:100%;
    max-width:280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-845a07c *//* ===============================
   SECTION 2 — CONTACT CARDS
================================ */
.cccon2{
  background:#ffffff;
  padding:clamp(80px,7vw,110px) 20px;
}
.cccon2__wrap{ max-width:1100px; margin:auto; }
.cccon2__head{ text-align:center; max-width:820px; margin:0 auto 34px; }
.cccon2__eyebrow{
  display:inline-block; font-size:12px; font-weight:950;
  letter-spacing:2px; text-transform:uppercase;
  color:var(--teal); margin-bottom:14px;
}
.cccon2__title{
  margin:0 0 12px;
  font-size:clamp(26px,3vw,40px);
  font-weight:950;
}
.cccon2__sub{ margin:0; color:var(--muted); font-size:16px; line-height:1.8; }

.cccon2__grid{
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.cccon2card{
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 26px 90px rgba(2,10,18,.08);
  padding:22px 20px;
}
.cccon2card--hot{
  border-color:rgba(14,165,167,.26);
  box-shadow:0 34px 120px rgba(14,165,167,.16);
}
.cccon2card__icon{
  width:44px; height:44px;
  border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(14,165,167,.10);
  border:1px solid rgba(14,165,167,.18);
  margin-bottom:12px;
  font-size:18px;
}
.cccon2card h3{ margin:0 0 8px; font-size:16px; font-weight:950; }
.cccon2card p{ margin:0 0 12px; color:var(--muted); font-size:14px; line-height:1.65; }
.cccon2card__link{
  display:inline-block;
  font-weight:950;
  color:rgba(11,18,32,.92);
  text-decoration:none;
  border-bottom:1px solid rgba(14,165,167,.35);
}
.cccon2card small{ display:block; margin-top:8px; color:rgba(71,85,105,.85); font-size:12px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d19b22c *//* ===============================
   SECTION 3 — FORM + MAP
================================ */
.cccon3{
  background:#ffffff;
  padding:clamp(90px,8vw,130px) 20px;
}
.cccon3__wrap{ max-width:1180px; margin:auto; }
.cccon3__grid{
  display:grid; grid-template-columns:1.05fr .95fr;
  gap:18px; align-items:start;
}
.cccon3__eyebrow{
  display:inline-block; font-size:12px; font-weight:950;
  letter-spacing:2px; text-transform:uppercase;
  color:var(--teal); margin-bottom:14px;
}
.cccon3__title{
  margin:0 0 10px;
  font-size:clamp(26px,3vw,40px);
  font-weight:950;
}
.cccon3__sub{ margin:0 0 18px; color:var(--muted); font-size:16px; line-height:1.8; }

.cccon3form{
  border:1px solid var(--line);
  border-radius:32px;
  background:#fff;
  box-shadow:0 26px 90px rgba(2,10,18,.08);
  padding:22px 20px;
}
.cccon3row{
  display:grid; grid-template-columns:1fr 1fr;
  gap:12px;
}
.cccon3field{ margin-bottom:12px; }
.cccon3field label{
  display:block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  color:rgba(11,18,32,.86);
  margin:0 0 8px;
}
.cccon3field input,
.cccon3field select,
.cccon3field textarea{
  width:100%;
  border:1px solid rgba(15,23,42,.14);
  border-radius:16px;
  padding:12px 12px;
  font-size:14px;
  outline:none;
  background:#fff;
}
.cccon3field textarea{ resize:vertical; min-height:120px; }
.cccon3field input:focus,
.cccon3field select:focus,
.cccon3field textarea:focus{
  border-color:rgba(14,165,167,.55);
  box-shadow:0 0 0 4px rgba(14,165,167,.10);
}

.cccon3btn{
  width:100%;
  border:none;
  border-radius:16px;
  padding:14px 16px;
  font-weight:950;
  cursor:pointer;
  background:linear-gradient(135deg,var(--teal),var(--teal2));
  color:#06262c;
  box-shadow:0 18px 70px rgba(14,165,167,.22);
  transition:.2s ease;
}
.cccon3btn:hover{ transform:translateY(-2px); }

.cccon3small{
  margin:10px 0 0;
  font-size:12.5px;
  color:rgba(71,85,105,.90);
  text-align:center;
}

/* Right card */
.cccon3card{
  border:1px solid var(--line);
  border-radius:32px;
  background:linear-gradient(180deg,#ffffff,#fbfeff);
  box-shadow:0 30px 100px rgba(2,10,18,.08);
  padding:22px 20px;
}
.cccon3card h3{ margin:0 0 10px; font-size:18px; font-weight:950; }
.cccon3card p{ margin:0 0 14px; color:var(--muted); font-size:14px; line-height:1.75; }

.cccon3meta{
  display:grid; grid-template-columns:1fr;
  gap:10px; margin-bottom:14px;
}
.cccon3m{
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(246,251,251,.60);
  padding:14px;
}
.cccon3m b{ display:block; font-size:13px; font-weight:950; margin-bottom:6px; }
.cccon3m span{ display:block; font-size:13px; color:rgba(71,85,105,.95); }

.cccon3map{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  height:320px;
}
.cccon3map iframe{ width:100%; height:100%; border:0; display:block; }

.cccon3note{
  margin-top:14px;
  border-top:1px solid rgba(15,23,42,.10);
  padding-top:14px;
  font-size:13px;
  color:rgba(71,85,105,.95);
}
.cccon3note b{ color:rgba(11,18,32,.92); }/* End custom CSS */