.elementor-76 .elementor-element.elementor-element-231b7c5{--display:flex;--overlay-opacity:0.5;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-76 .elementor-element.elementor-element-231b7c5:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-231b7c5 > .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");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-76 .elementor-element.elementor-element-231b7c5::before, .elementor-76 .elementor-element.elementor-element-231b7c5 > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-231b7c5 > .e-con-inner > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-231b7c5 > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-231b7c5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-231b7c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-76 .elementor-element.elementor-element-d7f8ce9{--display:flex;}.elementor-76 .elementor-element.elementor-element-58afa11{--display:flex;}.elementor-76 .elementor-element.elementor-element-7eaa83a{--display:flex;--overlay-opacity:0.7;}.elementor-76 .elementor-element.elementor-element-7eaa83a:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-7eaa83a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://beintl.my/wp-content/uploads/2026/02/ChatGPT-Image-Feb-24-2026-08_53_08-AM.png");}.elementor-76 .elementor-element.elementor-element-7eaa83a::before, .elementor-76 .elementor-element.elementor-element-7eaa83a > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-7eaa83a > .e-con-inner > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-7eaa83a > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-7eaa83a > .e-con-inner > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-7eaa83a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-76 .elementor-element.elementor-element-a15ce73{--display:flex;}.elementor-76 .elementor-element.elementor-element-0e99448{--display:flex;--overlay-opacity:0.7;}.elementor-76 .elementor-element.elementor-element-0e99448:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-0e99448 > .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-76 .elementor-element.elementor-element-0e99448::before, .elementor-76 .elementor-element.elementor-element-0e99448 > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-0e99448 > .e-con-inner > .elementor-background-video-container::before, .elementor-76 .elementor-element.elementor-element-0e99448 > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-0e99448 > .e-con-inner > .elementor-background-slideshow::before, .elementor-76 .elementor-element.elementor-element-0e99448 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-76 .elementor-element.elementor-element-cff2880{--display:flex;}.elementor-76 .elementor-element.elementor-element-cff2880:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-cff2880 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00102C;}@media(min-width:1025px){.elementor-76 .elementor-element.elementor-element-0e99448:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-0e99448 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-37cbbf9 *//* ==============================
   ABOUT PAGE — SECTION 1 (HERO)
   CSS ONLY (about-sec1.css)
   Background: TRANSPARENT
================================== */

.ab1{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(84px, 8vw, 132px) 20px;
  background: transparent;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  position: relative;
}

.ab1__wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  align-items: center;
}

@media (min-width: 980px){
  .ab1__wrap{
    grid-template-columns: 1.05fr .95fr;
    gap: 44px;
  }
}

/* LEFT */
.ab1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.ab1__title{
  margin: 0 0 12px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ab1__accent{
  display:block;
  background: linear-gradient(90deg, var(--blue), var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.ab1__sub{
  margin: 0 0 18px;
  max-width: 64ch;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

/* CTA */
.ab1__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin: 18px 0 14px;
}

.ab1btn{
  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;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  min-width: 220px;
}

.ab1btn--primary{
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  box-shadow: 0 14px 28px rgba(42,139,217,.18);
}
.ab1btn--primary:hover{ transform: translateY(-2px); }

.ab1btn--ghost{
  background:#fff;
  color:#1E3A8A;
  border-color: rgba(42,139,217,.30);
}
.ab1btn--ghost:hover{ background: rgba(42,139,217,.06); }

@media (max-width: 520px){
  .ab1btn{ width:100%; min-width:unset; }
}

/* Meta */
.ab1__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.ab1__metaItem{
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}

/* RIGHT CARD */
.ab1__right{
  position: relative;
  min-height: 320px;
}

.ab1__card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 22px 60px rgba(15,23,42,.10);
  position: relative;
  z-index: 2;
}

.ab1__cardTop{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 12px;
}

.ab1__chip{
  display:inline-block;
  font-size:11px;
  font-weight:950;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color: var(--blue);
  background: rgba(42,139,217,.08);
  border: 1px solid rgba(42,139,217,.18);
  padding: 8px 10px;
  border-radius: 999px;
}

.ab1__small{
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
}

/* rows */
.ab1__rows{ display:grid; gap:10px; }

.ab1__row{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
}

.ab1__num{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  font-weight: 950;
  color: #1E3A8A;
  background: linear-gradient(135deg, rgba(42,139,217,.14), rgba(75,63,168,.14));
  border: 1px solid rgba(42,139,217,.18);
  flex: 0 0 auto;
}

.ab1__rowTitle{
  font-weight: 950;
  color: var(--ink);
  margin-bottom: 3px;
  font-size: 14px;
}

.ab1__rowSub{
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

/* glows (subtle) */
.ab1__glow{
  position:absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  filter: blur(28px);
  opacity: .35;
  pointer-events:none;
  z-index: 1;
}

.ab1__glow--a{
  left: -50px;
  bottom: -40px;
  background: rgba(42,139,217,.22);
}

.ab1__glow--b{
  right: -60px;
  top: -40px;
  background: rgba(75,63,168,.18);
}

@media (max-width: 979px){
  .ab1__right{ min-height: unset; }
}
/* ==============================
   ABOUT PAGE — SECTION 1
   TRANSPARENT + WHITE TEXT
================================== */

.ab1{
  --blue:#2A8BD9;
  --purple:#4B3FA8;

  --wtext:#ffffff;
  --wmuted:rgba(255,255,255,.82);
  --wline:rgba(255,255,255,.18);
  --wsoft:rgba(255,255,255,.06);

  padding: clamp(84px, 8vw, 132px) 20px;
  background: transparent;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  position: relative;
}

.ab1__wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  gap:30px;
  align-items:center;
}

@media(min-width:980px){
  .ab1__wrap{
    grid-template-columns:1.05fr .95fr;
    gap:44px;
  }
}

/* LEFT TEXT */

.ab1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ab1__title{
  margin:0 0 12px;
  font-size:clamp(34px,4.1vw,58px);
  line-height:1.06;
  font-weight:950;
  color:var(--wtext);
}

.ab1__accent{
  display:block;
  background:linear-gradient(90deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.ab1__sub{
  margin:0 0 18px;
  max-width:64ch;
  color:var(--wmuted);
  font-size:18px;
  line-height:1.65;
}

/* CTA */

.ab1__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0 14px;
}

.ab1btn{
  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;
  transition:.2s ease;
  min-width:220px;
}

.ab1btn--primary{
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}

.ab1btn--primary:hover{
  transform:translateY(-2px);
}

.ab1btn--ghost{
  background:var(--wsoft);
  border:1px solid var(--wline);
  color:#fff;
}

.ab1btn--ghost:hover{
  background:rgba(255,255,255,.12);
}

@media(max-width:520px){
  .ab1btn{width:100%;min-width:unset;}
}

/* Meta line */

.ab1__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  padding-top:14px;
  border-top:1px solid var(--wline);
}

.ab1__metaItem{
  font-size:13px;
  font-weight:800;
  color:var(--wmuted);
}

/* RIGHT CARD – DARK GLASS */

.ab1__card{
  background:var(--wsoft);
  border:1px solid var(--wline);
  border-radius:18px;
  padding:18px;
  backdrop-filter:blur(10px);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
}

/* Rows */

.ab1__row{
  display:flex;
  gap:12px;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}

.ab1__num{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:950;
  color:#fff;
  background:linear-gradient(135deg,rgba(42,139,217,.9),rgba(75,63,168,.9));
}

.ab1__rowTitle{
  font-weight:950;
  color:#fff;
  margin-bottom:3px;
  font-size:14px;
}

.ab1__rowSub{
  color:var(--wmuted);
  font-size:13px;
  line-height:1.45;
}

/* subtle glow */

.ab1__glow{
  position:absolute;
  width:220px;
  height:220px;
  border-radius:999px;
  filter:blur(28px);
  opacity:.5;
  pointer-events:none;
}

.ab1__glow--a{
  left:-50px;
  bottom:-40px;
  background:rgba(42,139,217,.28);
}

.ab1__glow--b{
  right:-60px;
  top:-40px;
  background:rgba(75,63,168,.24);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ce8453 *//* ==============================
   ABOUT PAGE – SECTION 2
   NORMAL VERSION
================================== */

.ab2{
  --blue:#2A8BD9;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ab2__wrap{
  max-width:1200px;
  margin:auto;
}

.ab2__head{
  text-align:center;
  max-width:820px;
  margin:auto;
  margin-bottom:60px;
}

.ab2__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ab2__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin-bottom:14px;
}

.ab2__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}

/* Grid */
.ab2__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

/* Card */
.ab2__card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
  transition:.25s ease;
}

.ab2__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.35);
  box-shadow:0 15px 35px rgba(15,23,42,.08);
}

.ab2__card h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:950;
  color:var(--ink);
}

.ab2__card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d83d8b1 *//* ==============================
   ABOUT PAGE – SECTION 3
   LEADERSHIP PROFILE (NORMAL)
================================== */

.ab3{
  --blue:#2A8BD9;
  --purple:#4B3FA8;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ab3__wrap{
  max-width:1200px;
  margin:auto;
}

.ab3__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 54px;
}

.ab3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ab3__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 12px;
}

.ab3__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  margin:0;
}

.ab3__grid{
  display:grid;
  gap:22px;
  align-items:center;
}

@media(min-width: 980px){
  .ab3__grid{
    grid-template-columns: .9fr 1.1fr;
    gap:36px;
  }
}

/* Portrait */
.ab3__media{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#f3f4f6;
  aspect-ratio: 4 / 5;
  max-width: 420px;
  margin: 0 auto;
}

.ab3__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Content */
.ab3__content{
  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);
}

.ab3__name{
  font-size:22px;
  font-weight:950;
  color:var(--ink);
  margin-bottom:6px;
}

.ab3__role{
  color:var(--muted);
  font-weight:800;
  margin-bottom:14px;
}

.ab3__bio{
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
  margin:0 0 16px;
}

.ab3__bullets{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
  margin-bottom:18px;
}

@media(min-width: 700px){
  .ab3__bullets{ grid-template-columns: 1fr 1fr; }
}

.ab3__bullet{
  padding:10px 12px;
  border-radius:14px;
  background: rgba(42,139,217,.06);
  border:1px solid rgba(42,139,217,.14);
  color:#1F2937;
  font-weight:800;
  font-size:13px;
}

/* CTA */
.ab3__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 4px;
}

.ab3btn{
  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;
  transition:.25s ease;
  min-width: 190px;
}

.ab3btn--primary{
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color:#fff;
  box-shadow: 0 14px 28px rgba(42,139,217,.18);
}

.ab3btn--primary:hover{ transform: translateY(-2px); }

.ab3btn--ghost{
  background:#fff;
  color:#1E3A8A;
  border-color: rgba(42,139,217,.30);
}

.ab3btn--ghost:hover{ background: rgba(42,139,217,.06); }

@media(max-width:520px){
  .ab3btn{ width:100%; min-width:unset; }
}

/* Note */
.ab3__note{
  margin-top:16px;
  padding:12px 14px;
  border-radius:16px;
  border:1px dashed rgba(42,139,217,.35);
  background: rgba(42,139,217,.06);
  color: var(--muted);
  font-size: 13px;
  line-height:1.65;
}

.ab3__note strong{ color: var(--ink); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-214f1ff *//* ==============================
   ABOUT PAGE – SECTION 4
   WHITE TEXT VERSION
================================== */

.ab4{
  --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;
}

.ab4__wrap{
  max-width:1200px;
  margin:auto;
}

.ab4__head{
  text-align:center;
  max-width:850px;
  margin:0 auto 54px;
}

.ab4__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ab4__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--wtext);
  margin:0 0 12px;
}

.ab4__sub{
  color:var(--wmuted);
  font-size:18px;
  line-height:1.6;
  margin:0;
}

/* Grid */
.ab4__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px;
}

/* Card */
.ab4__card{
  background:var(--wsoft);
  border:1px solid var(--wline);
  border-radius:18px;
  padding:26px;
  backdrop-filter:blur(10px);
  transition:.25s ease;
}

.ab4__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.45);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}

/* Icon */
.ab4__icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background: linear-gradient(135deg, rgba(42,139,217,.9), rgba(75,63,168,.9));
  margin-bottom:14px;
}

/* Text */
.ab4__card h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:950;
  color:#fff;
}

.ab4__card p{
  margin:0;
  color:var(--wmuted);
  font-size:15px;
  line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eedf30f *//* ==============================
   ABOUT PAGE – SECTION 5
   NORMAL VERSION
================================== */

.ab5{
  --blue:#2A8BD9;
  --ink:#0F172A;
  --muted:#475569;
  --line:#E5E7EB;

  padding: clamp(80px,7vw,120px) 20px;
  background: transparent;
  font-family:'Inter',sans-serif;
}

.ab5__wrap{
  max-width:1200px;
  margin:auto;
}

.ab5__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 50px;
}

.ab5__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:12px;
}

.ab5__title{
  font-size: clamp(28px,3.4vw,44px);
  font-weight:950;
  color:var(--ink);
  margin:0 0 12px;
}

.ab5__sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  margin:0;
}

/* Grid */
.ab5__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px;
}

/* Card */
.ab5__card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
  transition:.25s ease;
}

.ab5__card:hover{
  transform:translateY(-6px);
  border-color:rgba(42,139,217,.35);
  box-shadow:0 15px 35px rgba(15,23,42,.08);
}

.ab5__card h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:950;
  color:var(--ink);
}

.ab5__card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

/* Note */
.ab5__note{
  margin-top:26px;
  padding:14px 16px;
  border-radius:16px;
  border:1px dashed rgba(42,139,217,.35);
  background: rgba(42,139,217,.06);
  color:var(--ink);
  font-weight:700;
  text-align:center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6580c98 *//* ==============================
   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-9bc3e60 *//* ==============================
   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 */