.elementor-104 .elementor-element.elementor-element-1747baa{--display:flex;--overlay-opacity:0.5;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-104 .elementor-element.elementor-element-1747baa:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-1747baa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://beintl.my/wp-content/uploads/2026/02/Website_Aulora-02-scaled-1.jpg");}.elementor-104 .elementor-element.elementor-element-1747baa::before, .elementor-104 .elementor-element.elementor-element-1747baa > .elementor-background-video-container::before, .elementor-104 .elementor-element.elementor-element-1747baa > .e-con-inner > .elementor-background-video-container::before, .elementor-104 .elementor-element.elementor-element-1747baa > .elementor-background-slideshow::before, .elementor-104 .elementor-element.elementor-element-1747baa > .e-con-inner > .elementor-background-slideshow::before, .elementor-104 .elementor-element.elementor-element-1747baa > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-104 .elementor-element.elementor-element-8aed745{--display:flex;}.elementor-104 .elementor-element.elementor-element-763e3eb{--display:flex;}.elementor-104 .elementor-element.elementor-element-77bc296{--display:flex;--overlay-opacity:0.83;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-104 .elementor-element.elementor-element-77bc296:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-77bc296 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://beintl.my/wp-content/uploads/2026/02/Website_2023_3-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-104 .elementor-element.elementor-element-77bc296::before, .elementor-104 .elementor-element.elementor-element-77bc296 > .elementor-background-video-container::before, .elementor-104 .elementor-element.elementor-element-77bc296 > .e-con-inner > .elementor-background-video-container::before, .elementor-104 .elementor-element.elementor-element-77bc296 > .elementor-background-slideshow::before, .elementor-104 .elementor-element.elementor-element-77bc296 > .e-con-inner > .elementor-background-slideshow::before, .elementor-104 .elementor-element.elementor-element-77bc296 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-104 .elementor-element.elementor-element-a5919f9{--display:flex;}.elementor-104 .elementor-element.elementor-element-3c1f10c{--display:flex;--overlay-opacity:0.74;}.elementor-104 .elementor-element.elementor-element-3c1f10c:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-3c1f10c > .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-104 .elementor-element.elementor-element-3c1f10c::before, .elementor-104 .elementor-element.elementor-element-3c1f10c > .elementor-background-video-container::before, .elementor-104 .elementor-element.elementor-element-3c1f10c > .e-con-inner > .elementor-background-video-container::before, .elementor-104 .elementor-element.elementor-element-3c1f10c > .elementor-background-slideshow::before, .elementor-104 .elementor-element.elementor-element-3c1f10c > .e-con-inner > .elementor-background-slideshow::before, .elementor-104 .elementor-element.elementor-element-3c1f10c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-104 .elementor-element.elementor-element-bac0585{--display:flex;}.elementor-104 .elementor-element.elementor-element-bac0585:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-bac0585 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00102C;}/* Start custom CSS for html, class: .elementor-element-d05ec55 *//* ==============================
   TRAINING PAGE – SECTION 1
   NORMAL LAYOUT + WHITE TEXT
================================== */

.tr1{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --wtext:#ffffff;
  --wmuted:rgba(255,255,255,.82);
  --wline:rgba(255,255,255,.18);

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family: 'Inter', sans-serif;
}

.tr1__wrap{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.tr1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.tr1__title{
  font-size: clamp(32px,4vw,54px);
  font-weight:950;
  color:var(--wtext);
  margin-bottom:14px;
}

.tr1__accent{
  background: linear-gradient(90deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.tr1__sub{
  color:var(--wmuted);
  font-size:18px;
  line-height:1.6;
  max-width:760px;
  margin:0 auto 50px;
}

/* Cards */

.tr1__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px;
  margin-bottom:40px;
}

.tr1__card{
  background:transparent;
  border:1px solid var(--wline);
  border-radius:18px;
  padding:26px;
}

.tr1__num{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  margin:0 auto 14px;
}

.tr1__card h3{
  font-size:18px;
  font-weight:900;
  color:#fff;
  margin-bottom:10px;
}

.tr1__card p{
  font-size:14px;
  color:var(--wmuted);
  line-height:1.6;
}

/* CTA */

.tr1__cta{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.tr1btn{
  padding:12px 18px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  transition:.25s ease;
}

.tr1btn--primary{
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:#fff;
}

.tr1btn--ghost{
  border:1px solid var(--wline);
  color:#fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7cc8c0 *//* ==============================
   TRAINING PAGE – SECTION 2
   NORMAL VERSION
================================== */

.tr2{
  --blue:#2A8BD9;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.tr2__wrap{
  max-width:1200px;
  margin:auto;
}

.tr2__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}

.tr2__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.tr2__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 14px;
}

.tr2__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}

/* Grid */
.tr2__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

/* Card */
.tr2__card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:28px;
  transition:.25s ease;
}

.tr2__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.35);
  box-shadow:0 15px 35px rgba(15,23,42,.08);
}

.tr2__week{
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--blue);
  margin-bottom:10px;
}

.tr2__card h3{
  font-size:18px;
  font-weight:950;
  color:var(--ink);
  margin-bottom:12px;
}

.tr2__card ul{
  padding-left:18px;
  margin:0;
}

.tr2__card li{
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
  margin-bottom:6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0f1f1e *//* ==============================
   TRAINING PAGE – SECTION 3
   WEEKLY TRAINING (NORMAL)
================================== */

.tr3{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.tr3__wrap{
  max-width:1200px;
  margin:auto;
}

.tr3__grid{
  display:grid;
  gap:22px;
  align-items:start;
}

@media(min-width: 980px){
  .tr3__grid{
    grid-template-columns: 1.05fr .95fr;
    gap:34px;
    align-items:stretch;
  }
}

/* Left */
.tr3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.tr3__title{
  font-size: clamp(28px,3.3vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 12px;
}

.tr3__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
  margin:0 0 18px;
}

.tr3__points{
  display:grid;
  gap:12px;
}

.tr3__point{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 16px;
}

.tr3__point strong{
  display:block;
  color:var(--ink);
  font-weight:950;
  margin-bottom:4px;
}

.tr3__point span{
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

/* Right cards */
.tr3__cards{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
}

@media(min-width: 600px){
  .tr3__cards{
    grid-template-columns: 1fr 1fr;
  }
}
@media(min-width: 980px){
  .tr3__cards{
    grid-template-columns: 1fr;
  }
}

.tr3__card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  transition:.25s ease;
}

.tr3__card:hover{
  transform:translateY(-5px);
  border-color:rgba(42,139,217,.35);
  box-shadow:0 15px 35px rgba(15,23,42,.08);
}

.tr3__icon{
  width:44px;
  height:44px;
  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:12px;
}

.tr3__card h3{
  margin:0 0 8px;
  color:var(--ink);
  font-weight:950;
  font-size:16px;
}

.tr3__card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e16b2f *//* ==============================
   TRAINING PAGE – SECTION 4
   WHITE TEXT VERSION
================================== */

.tr4{
  --blue:#2A8BD9;
  --purple:#4B3FA8;

  --wtext:#ffffff;
  --wmuted:rgba(255,255,255,.82);
  --wline:rgba(255,255,255,.16);
  --wsoft:rgba(255,255,255,.06);

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.tr4__wrap{
  max-width:1200px;
  margin:auto;
}

.tr4__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}

.tr4__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.tr4__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--wtext);
  margin:0 0 14px;
}

.tr4__sub{
  color:var(--wmuted);
  font-size:18px;
  line-height:1.6;
}

/* Grid */
.tr4__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

/* Card */
.tr4__card{
  background:var(--wsoft);
  border:1px solid var(--wline);
  border-radius:20px;
  padding:28px;
  backdrop-filter:blur(10px);
  transition:.25s ease;
}

.tr4__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.45);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.tr4__num{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  margin-bottom:14px;
}

.tr4__card h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:950;
  color:#fff;
}

.tr4__card p{
  margin:0;
  color:var(--wmuted);
  font-size:14px;
  line-height:1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-650ef6b *//* ==============================
   TRAINING PAGE – SECTION 5
   NORMAL VERSION
================================== */

.tr5{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.tr5__wrap{
  max-width:1200px;
  margin:auto;
}

.tr5__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}

.tr5__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.tr5__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 14px;
}

.tr5__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}

/* Grid */
.tr5__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

/* Card */
.tr5__card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  transition:.25s ease;
}

.tr5__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.35);
  box-shadow:0 15px 35px rgba(15,23,42,.08);
}

/* Icon */
.tr5__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;
}

.tr5__card h3{
  margin:0 0 10px;
  font-size:17px;
  font-weight:950;
  color:var(--ink);
}

.tr5__card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a82e9b *//* ==============================
   SECTION 7 – CLOSING CTA
   Normal / Light Background Friendly
================================== */

.hm7{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.hm7__wrap{
  max-width:1200px;
  margin:auto;
}

/* Big box */
.hm7__box{
  display:grid;
  gap:20px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  padding: clamp(22px,3vw,34px);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

@media(min-width: 980px){
  .hm7__box{
    grid-template-columns: 1.15fr .85fr;
    align-items:stretch;
  }
}

/* Left */
.hm7__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:10px;
}

.hm7__title{
  font-size: clamp(28px,3.4vw,44px);
  line-height:1.12;
  font-weight:950;
  color:var(--ink);
  margin: 0 0 12px;
}

.hm7__sub{
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
  margin: 0 0 18px;
  max-width: 62ch;
}

.hm7__bullets{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height:1.8;
  font-weight:600;
}

.hm7__bullets li{
  margin: 6px 0;
}

/* Right card */
.hm7__card{
  height:100%;
  border-radius:18px;
  border:1px solid rgba(42,139,217,.22);
  background: linear-gradient(135deg, rgba(42,139,217,.06), rgba(75,63,168,.06));
  padding: 22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.hm7__cardTitle{
  font-weight:950;
  font-size:18px;
  color:var(--ink);
  margin-bottom:8px;
}

.hm7__cardSub{
  color:var(--muted);
  line-height:1.6;
  margin:0 0 16px;
}

.hm7__btns{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 8px;
}

/* Buttons */
.hm7btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  border:1px solid transparent;
  transition:.25s ease;
  min-width: 170px;
}

.hm7btn--primary{
  color:#fff;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 14px 28px rgba(42,139,217,.18);
}

.hm7btn--primary:hover{ transform: translateY(-2px); }

.hm7btn--ghost{
  background:#fff;
  color:var(--blue);
  border-color: rgba(42,139,217,.35);
}

.hm7btn--ghost:hover{
  background: rgba(42,139,217,.06);
}

/* Note */
.hm7__note{
  margin-top:16px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff;
  border:1px dashed rgba(42,139,217,.35);
  color: var(--muted);
  font-size: 13px;
  line-height:1.6;
}

.hm7__note strong{
  color: var(--ink);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00f34a9 *//* ==============================
   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 */