.loans-box-title {
  background: linear-gradient(to right, #d4af37, #f5e384);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 80px !important;
  font-weight: 800;
}

.loans-box-title-subtitle {
  background: linear-gradient(to right, rgba(212, 175, 55, 0.5), rgba(245, 227, 132, 0.5));
  -webkit-background-clip: text;
  color: transparent;
  font-size: 20px;
}

.uc-dark .dark\:bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(20 23 23 / 10%) !important;
}
.bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(0 0 0 / 0.1) !important;
}
.whatsapp_button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999999;
}
.img-whatsapp {
  max-width: 54px;
}
.phone_button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99999999;
}
.img-phone {
  max-width: 54px;
}
.book-consultation {
  display: block;
}

@media screen and (max-width: 992px) {
  .book-consultation {
    display: none;
  }
}
/* .row {
  display: flex;
  align-items: center;      /* vertical alignment */
/* justify-content: flex-start; /* push items closer to left */
/* gap: 2rem; small space between image & text
} */

/* Make the two columns equal height */
.ceo-section {
  align-items: center;

  margin-bottom: 100px !important;
}

/* Let the left column stretch its child */
.ceo-col {
  display: flex;
}

/* Image wrapper fills the column and clips the image */
.ceo-figure {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

/* Image fills the wrapper */
.ceo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Optional mobile behavior */
@media (max-width: 991px) {
  .ceo-figure {
    height: 360px;
  }
}
/* lock the row to one line on desktop */
.stats-row {
  display: flex; /* already flex, but ok to restate */
  flex-wrap: nowrap !important; /* override framework's wrap */
  gap: 1rem; /* similar to g-4; keep if you like */
}

/* 4 equal columns */
.stats-row > div {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 0; /* prevents overflow from long labels */
  text-align: center;
}

/* responsive fallbacks */
@media (max-width: 1024px) {
  .stats-row {
    flex-wrap: wrap !important;
  }
  .stats-row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .stats-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .section-outer.panel {
    padding-top: 4rem !important;
  }
}

/* ===== Theme tokens (tuned to Lexend index-9) ===== */
:root {
  --bg: #0f2c31;
  --ink: #e9f7f9;
  --muted: rgba(233, 247, 249, 0.7);
  --edge: rgba(255, 255, 255, 0.16);

  --teal: #2ee6b6; /* mint */
  --cyan: #2dd4f0; /* cyan */
  --shadow: rgba(0, 0, 0, 0.45);
}

/* ===== Section ===== */
.lf-balance {
  background: radial-gradient(1000px 520px at 50% -8%, rgba(46, 230, 182, 0.1), transparent 60%),
    radial-gradient(1000px 520px at 50% 108%, rgba(45, 212, 240, 0.08), transparent 60%), var(--bg);
  padding: clamp(56px, 7vw, 96px) 20px;
  color: var(--ink);
}
.lf-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lf-title {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
}
.lf-sub {
  margin: 0 auto 36px;
  max-width: 820px;
  color: var(--muted);
}

/* ===== Stage ===== */
.scale {
  position: relative;
  margin: 0 auto;
  width: min(980px, 95%);
  aspect-ratio: 16/8;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 10px 40px rgba(255, 255, 255, 0.03), 0 30px 60px var(--shadow);
  /* virtual horizontal padding used by calc() below */
  --padX: 44px; /* <- increase/decrease to taste */
}

/* Stand (post, hub, base) */
.stand {
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translateX(-50%);
  width: clamp(16px, 1.6vw, 22px);
  height: clamp(240px, 100%, 150px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.06));
  border: 1px solid var(--edge);
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(46, 230, 182, 0.24), inset 0 0 22px rgba(45, 212, 240, 0.14);
}
.stand::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(60% 60% at 50% 45%, rgba(46, 230, 182, 0.25), rgba(45, 212, 240, 0.18));
  border: 1px solid var(--edge);
  box-shadow: 0 0 22px rgba(46, 230, 182, 0.35), inset 0 0 18px rgba(45, 212, 240, 0.18);
}
.stand::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 180px;
  height: 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.06));
  border: 1px solid var(--edge);
  box-shadow: 0 14px 34px var(--shadow), inset 0 0 22px rgba(46, 230, 182, 0.16);
}

/* Beam (brighter) */
.beam {
  position: absolute;
  left: calc(10% + var(--padX));
  right: calc(10% + var(--padX));
  top: 28%;
  height: clamp(10px, 1.3vw, 14px);
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.18));
  border: 1px solid var(--edge);
  box-shadow: 0 0 36px rgba(46, 230, 182, 0.65), 0 0 54px rgba(45, 212, 240, 0.45), 0 8px 18px var(--shadow);

  /* stronger neon sweep */
  --sweep: linear-gradient(
    90deg,
    rgba(46, 230, 182, 0) 0%,
    rgba(46, 230, 182, 0.28) 24%,
    rgba(46, 230, 182, 0.8) 40%,
    rgba(45, 212, 240, 0.85) 60%,
    rgba(45, 212, 240, 0.3) 76%,
    rgba(45, 212, 240, 0) 100%
  );
}
/* moving sweep + outer aura for more brightness */
.beam::after,
.beam::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: var(--sweep);
  background-size: 200% 100%;
  animation: beam-sweep 3.4s linear infinite;
  mix-blend: screen;
}
.beam::after {
  filter: blur(1.6px);
  opacity: 0.95;
}
.beam::before {
  filter: blur(6px);
  opacity: 0.55;
}

@keyframes beam-sweep {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Moving dots along the beam (brighter too) */
.dot {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  translate: -50% -50%;
  box-shadow: 0 0 12px #fff, 0 0 28px var(--teal), 0 0 44px var(--cyan), 0 0 70px rgba(45, 212, 240, 0.55);
  opacity: 0.98;
}
.dot-a {
  left: calc(10% + var(--padX));
  animation: dot-move 4.6s linear infinite;
}
.dot-b {
  right: calc(10% + var(--padX));
  animation: dot-move 4.6s linear reverse infinite;
}
@keyframes dot-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% - 20%));
  }
}

/* ===== Chains (centered to plates; respect virtual padding) ===== */
.chain {
  position: absolute;
  top: calc(28% + 7px);
  width: 2px;
  height: clamp(72px, 12vw, 96px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  animation: chain-pulse 2.2s ease-in-out infinite;
}
.chain-left {
  left: calc(14% + var(--padX));
  transform: translateX(-50%);
}
.chain-right {
  right: calc(14% + var(--padX));
  transform: translateX(50%);
}
@keyframes chain-pulse {
  0%,
  100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.65;
  }
}

/* ===== Plates (centered under chains; respect virtual padding) ===== */
.plate {
  position: absolute;
  top: calc(28% + 7px + clamp(72px, 12vw, 96px));
  width: clamp(220px, 28%, 260px);
  height: clamp(64px, 9vw, 86px);
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 22px var(--shadow), inset 0 0 26px rgba(46, 230, 182, 0.18);
}
.plate-left {
  left: calc(14% + var(--padX));
  transform: translateX(-50%);
}
.plate-right {
  right: calc(14% + var(--padX));
  transform: translateX(50%);
}

/* Label pills */
.pill {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--ink);
  background: radial-gradient(60% 120% at 50% 0%, rgba(46, 230, 182, 0.22), rgba(45, 212, 240, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-shadow: 0 2px 10px var(--shadow);
  box-shadow: 0 0 28px rgba(46, 230, 182, 0.28), inset 0 0 20px rgba(45, 212, 240, 0.18);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .scale {
    --padX: 28px;
  } /* slightly smaller side padding */
  .chain-left {
    left: calc(20% + var(--padX));
    transform: translateX(-50%);
  }
  .chain-right {
    right: calc(20% + var(--padX));
    transform: translateX(50%);
  }
  .plate-left {
    left: calc(20% + var(--padX));
    transform: translateX(-50%);
  }
  .plate-right {
    right: calc(20% + var(--padX));
    transform: translateX(50%);
  }
  .dot-a {
    left: calc(10% + var(--padX));
  }
  .dot-b {
    right: calc(10% + var(--padX));
  }
}

/* @media (max-width: 640px) {
  .scale {
    aspect-ratio: 16/12;
    --padX: 16px;
  }
  .beam {
    left: calc(16% + var(--padX));
    right: calc(16% + var(--padX));
  }
  .chain-left {
    left: calc(22% + var(--padX));
    transform: translateX(-50%);
  }
  .chain-right {
    right: calc(22% + var(--padX));
    transform: translateX(50%);
  }

  /* stack plates centered */
/* .plate {
    width: min(92%, 320px);
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
  .plate-left {
    top: calc(36% + 7px + clamp(72px, 18vw, 120px));
  }
  .plate-right {
    top: calc(64% + 7px + clamp(72px, 18vw, 120px));
  }

  .dot {
    display: none;
  } keep mobile clean */
/* } */

.rig {
  position: absolute;
  inset: 0;
  transform-origin: 50% 28%;
  animation: balance 5.8s ease-in-out infinite;
  will-change: transform;
}
.scale:hover .rig {
  animation-play-state: paused;
}

@keyframes balance {
  0% {
    transform: rotate(-2.2deg);
  }
  50% {
    transform: rotate(2.2deg);
  }
  100% {
    transform: rotate(-2.2deg);
  }
}

.rig .plate .pill {
  display: inline-block;
  animation: pillCounter 5.8s ease-in-out infinite;
  will-change: transform;
}
@keyframes pillCounter {
  0% {
    transform: rotate(2.2deg);
  }
  50% {
    transform: rotate(-2.2deg);
  }
  100% {
    transform: rotate(2.2deg);
  }
}
/* ===== Mobile: keep the machine, show only pills (no big boxes) ===== */
@media (max-width: 768px) {
  .scale {
    aspect-ratio: 16 / 10;
    --beamY: 24%; /* beam a bit lower so pills have room */
    --padX: 12px;
  }

  /* optional: stop the sway on mobile; remove this if you want sway */
  .rig {
    animation: none;
    transform: none;
  }
  .rig .plate .pill {
    animation: none;
    transform: none;
  }

  /* beam a touch shorter */
  .beam {
    left: 10%;
    right: 10%;
    height: 10px;
  }

  /* shorter chains, slightly brighter so they read on small screens */
  .chain {
    top: calc(var(--beamY) + 5px);
    height: 56px;
    opacity: 0.8;
  }
  .chain-left {
    left: 22%;
    transform: translateX(-50%);
  }
  .chain-right {
    right: 22%;
    transform: translateX(50%);
  }

  /* HIDE the plate “box” and keep only the pill */
  .plate {
    top: calc(var(--beamY) + 56px); /* hang just below chain end */
    background: none !important;
    border: 0 !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
  .plate-left {
    left: 22%;
    transform: translateX(-50%);
  }
  .plate-right {
    right: 22%;
    transform: translateX(50%);
  }

  /* compact pill for mobile */
  .pill {
    padding: 8px 14px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: radial-gradient(60% 120% at 50% 0%, rgba(46, 230, 182, 0.22), rgba(45, 212, 240, 0.12));
    box-shadow: 0 0 18px rgba(46, 230, 182, 0.22), inset 0 0 12px rgba(45, 212, 240, 0.14);
  }

  /* stand/pivot a bit smaller so nothing overlaps */
  .stand {
    height: 90px;
    bottom: 12%;
    width: 14px;
  }
  .stand::before {
    width: 40px;
    height: 40px;
    top: -14px;
  }
  .stand::after {
    width: 140px;
    height: 20px;
    bottom: -18px;
  }

  .pivot-cap {
    top: calc(var(--beamY) - 12px);
    width: 24px;
    height: 24px;
  }
  .pivot-stem {
    top: calc(var(--beamY) - 2px);
    height: 8px;
  }
}

/* Tiny phones tweaks */
@media (max-width: 420px) {
  .scale {
    aspect-ratio: 16 / 11;
    --beamY: 23%;
  }
  .chain {
    height: 52px;
  }
  .plate {
    top: calc(var(--beamY) + 52px);
  }
  .chain-left {
    left: 24%;
  }
  .plate-left {
    left: 24%;
  }
  .chain-right {
    right: 24%;
  }
  .plate-right {
    right: 24%;
  }
  .pill {
    font-size: 13px;
    padding: 7px 12px;
  }
}
/* ===== Mobile: keep the machine, show only pills (no big boxes) ===== */
@media (max-width: 768px) {
  .scale {
    aspect-ratio: 16/10;
    --beamY: 24%;
    --padX: 12px;
  }

  /* optional: stop sway on mobile; delete these two rules if you want sway */
  .rig {
    animation: none;
    transform: none;
  }
  .rig .plate .pill {
    animation: none;
    transform: none;
  }

  /* beam a touch shorter */
  .beam {
    left: 10%;
    right: 10%;
    height: 10px;
  }

  /* shorter chains; brighter */
  .chain {
    top: calc(var(--beamY) + 12px);
    height: 45px;
    opacity: 0.8;
  }

  /* place chains at the ends */
  .chain-left {
    left: 20%;
    transform: none;
  }
  .chain-right {
    right: 20%;
    transform: none;
  }

  /* HIDE plate boxes; keep only pills; hang them at ends */
  .plate {
    top: calc(var(--beamY) + 56px);
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
  .plate-left {
    left: 8%;
    transform: none;
  }
  .plate-right {
    right: 8%;
    transform: none;
  }

  /* compact pill */
  .pill {
    padding: 8px 14px;
    font-size: 14px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: radial-gradient(60% 120% at 50% 0%, rgba(46, 230, 182, 0.22), rgba(45, 212, 240, 0.12));
    box-shadow: 0 0 18px rgba(46, 230, 182, 0.22), inset 0 0 12px rgba(45, 212, 240, 0.14);
  }

  /* smaller stand/pivot */
  .stand {
    height: 90px;
    bottom: 12%;
    width: 14px;
  }
  .stand::before {
    width: 40px;
    height: 40px;
    top: -14px;
  }
  .stand::after {
    width: 140px;
    height: 20px;
    bottom: -18px;
  }
}

/* Tiny phones tweaks */
@media (max-width: 420px) {
  .scale {
    aspect-ratio: 16/11;
    --beamY: 23%;
  }
  .chain {
    height: 52px;
  }
  .plate {
    top: calc(var(--beamY) + 52px);
  }
  .chain-left {
    left: 10%;
  }
  .plate-left {
    left: 10%;
  }
  .chain-right {
    right: 10%;
  }
  .plate-right {
    right: 10%;
  }
  .pill {
    font-size: 13px;
    padding: 7px 12px;
  }
}
/* Bullet list styling inside features cards */
.features-item .desc-list{
  margin: .35rem 0 0;
  padding: 0;
  list-style: none;       /* we’ll draw our own bullets */
}

.features-item .desc-list li{
  position: relative;
  padding-left: 1.1rem;   /* room for the bullet */
  line-height: 1.5;
}

/* Neon-teal bullet */
.features-item .desc-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;             /* centers the dot on the line */
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c1ffb4;    /* matches your SVG fill */
  box-shadow:
    0 0 0 2px rgba(15,132,101,.18),
    0 0 8px rgba(45,212,240,.35),
    0 0 14px rgba(46,230,182,.28);
}

/* Optional: tighten spacing on small screens */
@media (max-width: 640px){
  .features-item .desc-list li{ line-height: 1.4; }
}
.icon-box { color:#9fffd1; }           /* light theme */
.dark .icon-box { color:#ffffff; }     /* dark theme */


/* --- MOBILE OVERFLOW PATCH --- */
html, body { overflow-x: hidden; max-width: 100%; }

/* 1) Decorative absolute blobs in the hero */
@media (max-width: 640px) {
  .w-750px,
  .w-1000px,
  .w-1280px {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
  }
  /* keep them centered if they rely on left:50% */
  .position-absolute { max-width: 100vw; }
/*  .hero-header .position-absolute { left: 50% !important; transform: translateX(-50%) !important; }*/
/*}*/

/* 2) Third-party widgets (WhatsApp + Jivo etc.) */
@media (max-width: 640px) {
  /* WhatsApp floating button */
  .whatsapp_button,
  .img-whatsapp {
    position: fixed !important;
    right: 16px !important;
    left: auto !important;
    /*max-width: 100vw !important;*/
  }

  /* Jivo chat / helper containers often report ~853px */
  [class*="jivo"],
  .jv-pseudo-height,
  [class*="iconContaine"],
  [class*="zoomPane"] {
    max-width: 100vw !important;
    width: 100% !important;
    left: 80% !important;
    right: 0 !important;
    overflow: hidden !important;
  }

  /* If the zoom pane is just a preview layer, safest is to hide it on mobile */
  [class*="zoomPane"] { display: none !important; }
}

/* 3) Safety: all media shrink inside viewport */
img, iframe { max-width: 100%; height: auto; }

