.elementor-128 .elementor-element.elementor-element-6a79628{--display:flex;--overlay-opacity:0.74;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-128 .elementor-element.elementor-element-6a79628:not(.elementor-motion-effects-element-type-background), .elementor-128 .elementor-element.elementor-element-6a79628 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://beintl.my/wp-content/uploads/2026/02/Website_2023_4-1-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-128 .elementor-element.elementor-element-6a79628::before, .elementor-128 .elementor-element.elementor-element-6a79628 > .elementor-background-video-container::before, .elementor-128 .elementor-element.elementor-element-6a79628 > .e-con-inner > .elementor-background-video-container::before, .elementor-128 .elementor-element.elementor-element-6a79628 > .elementor-background-slideshow::before, .elementor-128 .elementor-element.elementor-element-6a79628 > .e-con-inner > .elementor-background-slideshow::before, .elementor-128 .elementor-element.elementor-element-6a79628 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-128 .elementor-element.elementor-element-2644639{--display:flex;}.elementor-128 .elementor-element.elementor-element-a4a2ab7{--display:flex;}.elementor-128 .elementor-element.elementor-element-2ab7227{--display:flex;}.elementor-128 .elementor-element.elementor-element-b9cf4ee{--display:flex;}.elementor-128 .elementor-element.elementor-element-b9cf4ee:not(.elementor-motion-effects-element-type-background), .elementor-128 .elementor-element.elementor-element-b9cf4ee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00102C;}/* Start custom CSS for html, class: .elementor-element-0467dba *//* ==============================
   PAGE 6 – SECTION 1
   CONTACT HERO (WHITE TEXT)
================================== */

.ct1{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --wtext:#ffffff;
  --wmuted:rgba(255,255,255,.82);
  --wline:rgba(255,255,255,.18);

  padding: clamp(90px,8vw,130px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ct1__wrap{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.ct1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ct1__title{
  font-size: clamp(34px,4vw,56px);
  font-weight:950;
  color:var(--wtext);
  margin:0 0 14px;
}

.ct1__accent{
  background: linear-gradient(90deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.ct1__sub{
  color:var(--wmuted);
  font-size:18px;
  line-height:1.6;
  max-width:720px;
  margin:0 auto 40px;
}

/* CTA */

.ct1__cta{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.ct1btn{
  padding:12px 20px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  transition:.25s ease;
}

.ct1btn--primary{
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:#fff;
}

.ct1btn--primary:hover{
  transform:translateY(-2px);
}

.ct1btn--ghost{
  border:1px solid var(--wline);
  color:#fff;
}

.ct1__trust{
  font-size:13px;
  color:rgba(255,255,255,.65);
  margin-top:10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a99f6b3 *//* ==============================
   PAGE 6 – SECTION 2
   QUICK CONTACT CARDS (NORMAL)
================================== */

.ct2{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ct2__wrap{
  max-width:1200px;
  margin:auto;
}

.ct2__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}

.ct2__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ct2__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 14px;
}

.ct2__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  margin:0;
}

/* Grid */
.ct2__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

/* Cards */
.ct2__card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  transition:.25s ease;
}

.ct2__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.35);
  box-shadow:0 15px 35px rgba(15,23,42,.08);
}

/* Icon */
.ct2__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(42,139,217,.16), rgba(75,63,168,.16));
  border:1px solid rgba(42,139,217,.18);
  margin-bottom:14px;
}

.ct2__card h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:950;
  color:var(--ink);
}

.ct2__card p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

/* Link */
.ct2__link{
  display:inline-block;
  font-weight:900;
  color:#1E3A8A;
  text-decoration:none;
}

.ct2__link:hover{
  text-decoration:underline;
}

/* Mini text (for coverage) */
.ct2__mini{
  display:inline-block;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(42,139,217,.18);
  background: rgba(42,139,217,.06);
  color:#1E3A8A;
  font-weight:900;
  font-size:12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bddf9d *//* ==============================
   PAGE 6 – SECTION 3
   CONTACT FORM (NORMAL)
================================== */

.ct3{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;
  --soft:#F8FAFC;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ct3__wrap{
  max-width:1200px;
  margin:auto;
}

.ct3__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}

.ct3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ct3__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 14px;
}

.ct3__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  margin:0;
}

/* Layout */
.ct3__grid{
  display:grid;
  gap:24px;
  align-items:start;
}

@media(min-width:980px){
  .ct3__grid{
    grid-template-columns: 1.1fr .9fr;
    gap:28px;
  }
}

/* Form */
.ct3__form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding: clamp(18px,2.5vw,28px);
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.ct3__row{
  display:grid;
  gap:14px;
  margin-bottom:14px;
}

@media(min-width:700px){
  .ct3__row{ grid-template-columns: 1fr 1fr; }
}

.ct3__field label{
  display:block;
  font-weight:900;
  color:var(--ink);
  font-size:13px;
  margin-bottom:8px;
}

.ct3__field input,
.ct3__field select,
.ct3__field textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 12px;
  font-size:14px;
  outline:none;
  background: var(--soft);
  color: var(--ink);
}

.ct3__field textarea{
  resize:vertical;
  min-height:130px;
}

.ct3__field input:focus,
.ct3__field select:focus,
.ct3__field textarea:focus{
  border-color: rgba(42,139,217,.45);
  box-shadow: 0 0 0 4px rgba(42,139,217,.12);
  background:#fff;
}

/* Actions */
.ct3__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}

.ct3btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  font-weight:950;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
  transition:.25s ease;
  min-width: 190px;
}

.ct3btn--primary{
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color:#fff;
}

.ct3btn--primary:hover{ transform:translateY(-2px); }

.ct3btn--ghost{
  background:#fff;
  border-color: rgba(42,139,217,.30);
  color:#1E3A8A;
}

@media(max-width:520px){
  .ct3btn{ width:100%; min-width:unset; }
}

.ct3__note{
  margin-top:14px;
  font-size:12px;
  color:var(--muted);
  line-height:1.6;
}

/* Side */
.ct3__side{
  display:grid;
  gap:14px;
}

.ct3__sideCard{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
}

.ct3__sideCard h3{
  margin:0 0 10px;
  font-size:16px;
  font-weight:950;
  color:var(--ink);
}

.ct3__sideCard p{
  margin:0 0 10px;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.ct3__steps{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.ct3__tag{
  display:inline-block;
  margin-top:12px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(42,139,217,.18);
  background: rgba(42,139,217,.06);
  color:#1E3A8A;
  font-weight:900;
  font-size:12px;
}

.ct3__wa{
  display:inline-block;
  font-weight:950;
  color:#1E3A8A;
  text-decoration:none;
}

.ct3__wa:hover{ text-decoration:underline; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d7b85c *//* ==============================
   PAGE 6 – SECTION 4
   FAQ (NORMAL)
================================== */

.ct4{
  --blue:#2A8BD9;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ct4__wrap{
  max-width:1000px;
  margin:auto;
}

.ct4__head{
  text-align:center;
  margin-bottom:50px;
}

.ct4__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ct4__title{
  font-size: clamp(28px,3.4vw,42px);
  font-weight:950;
  color:var(--ink);
  margin-bottom:12px;
}

.ct4__sub{
  font-size:18px;
  color:var(--muted);
}

/* Accordion */

.ct4__accordion{
  display:grid;
  gap:14px;
}

.ct4__item{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px 20px;
  transition:.25s ease;
}

.ct4__item:hover{
  border-color:rgba(42,139,217,.35);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.ct4__item summary{
  cursor:pointer;
  font-weight:900;
  color:var(--ink);
  font-size:15px;
  list-style:none;
  position:relative;
}

.ct4__item summary::-webkit-details-marker{
  display:none;
}

/* Custom arrow */
.ct4__item summary::after{
  content:"+";
  position:absolute;
  right:0;
  font-weight:900;
  font-size:18px;
  color:var(--blue);
  transition:.25s ease;
}

.ct4__item[open] summary::after{
  content:"–";
}

.ct4__content{
  margin-top:12px;
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c0097d *//* ==============================
   FOOTER – CLEAN CORPORATE
================================== */

.ftr{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#64748B;
  --line:#E5E7EB;

  margin-top:80px;
  padding:60px 20px 20px;
  background: transparent; /* kekal */
  border-top:1px solid var(--line);
  font-family:'Inter',sans-serif;
}

.ftr__wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:40px;
}

.ftr__logo{
  font-weight:900;
  font-size:20px;
  background:linear-gradient(90deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  margin-bottom:14px;
}

.ftr__desc{
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.ftr__title{
  font-weight:800;
  color:var(--ink);
  margin-bottom:14px;
}

.ftr__list{
  list-style:none;
  padding:0;
  margin:0;
}

.ftr__list li{
  margin-bottom:10px;
  color:var(--muted);
  font-size:14px;
}

.ftr__list a{
  text-decoration:none;
  color:var(--muted);
  transition:.2s ease;
}

.ftr__list a:hover{
  color:var(--blue);
}

/* Social */
.ftr__social{
  display:flex;
  gap:10px;
  margin-top:12px;
}

.ftr__icon{
  width:36px;
  height:36px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:#fff;
  transition:.3s ease;
}

.ftr__icon:hover{
  transform:translateY(-3px);
}

/* Bottom */
.ftr__bottom{
  text-align:center;
  margin-top:40px;
  padding-top:20px;
  border-top:1px solid var(--line);
  font-size:13px;
  color:var(--muted);
}
/* ==============================
   FOOTER – WHITE TEXT VERSION
================================== */

.ftr{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --line:rgba(255,255,255,.15);

  margin-top:80px;
  padding:60px 20px 20px;
  background: transparent;
  border-top:1px solid var(--line);
}

/* Logo */
.ftr__logo{
  background:linear-gradient(90deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* Titles */
.ftr__title{
  color:#ffffff; /* WHITE */
  font-weight:800;
}

/* Description */
.ftr__desc{
  color:rgba(255,255,255,.75);
}

/* List */
.ftr__list li{
  color:rgba(255,255,255,.75);
}

.ftr__list a{
  color:rgba(255,255,255,.75);
}

.ftr__list a:hover{
  color:var(--blue);
}

/* Bottom */
.ftr__bottom{
  border-top:1px solid var(--line);
  color:rgba(255,255,255,.6);
}/* End custom CSS */