:root {
  --brand-green: #1fb56a;
  --nav-bg: #e9edf0;
  --muted: #cfd6dc;
  --soft-bg: #f3f1e7;
}

.container {
  max-width: 1440px;
}
.navbar.navbar-expand-lg.top-nav.py-2.navbar-light {
  font-family: "Inter", sans-serif !important;
}

.final-cta {
  font-family: "Inter", sans-serif !important;
}

/* Navbar */
.top-nav {
  background: #e6e8ddc9;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  margin: 12px auto;
  z-index: 10;
  border-radius: 20px;
  position: fixed;
  left: 0;
  right: 0;
  width: calc(100% - 15px);
  max-width: calc(1440px - 0px);
}

.nav-link {
  color: #222 !important;
  font-size: 14px;
  padding: 0.6rem 0.8rem !important;
  opacity: .9;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
}

.btn-pill {
  border-radius: 999px;
  padding: .55rem 1.05rem;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
}

.btn-join {
  background: var(--brand-green);
  border: 1px solid rgba(0, 0, 0, .08);
  color: #fff;
}

.btn-join:hover {
  background: #18a25d;
  color: #fff;
}

/* ✅ Fix toggler icon visibility */
.navbar-toggler {
  border: 1px solid rgba(0, 0, 0, .2);
  padding: .35rem .5rem;
}

.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
}

/* Hero */
.hero {
  min-height: calc(100vh - 0px);
  position: relative;
  overflow: hidden;
  color: #fff;
  /* background: url("/assets/frontend/img/hero-bg.png") center/cover no-repeat; */
}

/* background VIDEO */
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-inner {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}

.welcome {
  display: flex;
  align-items: center;
  gap: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, .85);
}

.welcome::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, .55);
  display: inline-block;
}

.hero-title {
  color: #fff !important;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 400;
  margin-top: .9rem;
  margin-bottom: .8rem;
}

.hero-sub {
  font-size: 25px;
  color: rgba(255, 255, 255, .85);
  /* max-width: 520px; */
  font-weight: 400;
}

.cta-box {
  max-width: 416px;
  margin-left: auto;
  margin-top: 1.2rem;
}

.cta-text {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .85);
  margin-bottom: .9rem;
  font-weight: 400;
}

.btn-cta-green {
  background: var(--brand-green);
  border: 0;
  color: #fff;
  padding: .6rem 1.05rem;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
}

.btn-cta-green:hover {
  background: #18a25d;
}

.btn-cta-dark {
  background: #333;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  padding: .6rem 1.05rem;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  backdrop-filter: blur(4px);
}

.btn-cta-dark:hover {
  background: rgba(20, 20, 20, .7);
  color: #fff;
}

.hero-overlay-soft {
  position: absolute;
  inset: auto 0 0 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
  z-index: -1;
}

@media(max-width:768px) {
  .hero-bg-video {
    display: none;
  }

  .hero {
    background: url("hero-mobile.jpg") center/cover no-repeat;
  }
}

@media (max-width: 991.98px) {
  .cta-box {
    margin-left: 0;
    max-width: 520px;
  }
}

/* ===== Board Ready Section ===== */
.board-ready {
  background: #ffffff;
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: #111;
}

.board-title {
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.board-desc {
  max-width: calc(100% - 420px);
  margin: 0 auto 1.6rem;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  font-weight: 500;
}

.btn-outline-pill {
  border-radius: 999px;
  padding: .6rem 1.2rem;
  font-size: 14px;
  font-weight: 400;
}

.board-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

.board-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Ecosystem Section ===== */
.ecosystem {
  background: var(--soft-bg);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.eco-top {
  display: flex;
  gap: 1.75rem;
  margin-bottom: 2rem;
  flex-direction: row;
  flex-wrap: nowrap;
}

.eco-kicker {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  font-size: 16px;
  letter-spacing: .1'1' em;
  text-transform: uppercase;
  color: #3F403C;
  margin-bottom: .75rem;
  font-weight: 600;
}

.eco-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--brand-green);
  border-radius: 50%;
  display: inline-block;
}

.eco-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.15;
  font-weight: 400;
  color: #111;
  margin: 0;
  max-width: 520px;
}

.eco-paragraph {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  margin: 0;
  /* max-width: 640px; */
}

.eco-card {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eco-card h5 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 6px 0;
  color: #111 !important;
}

.eco-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

.eco-img {
  border-radius: 14px;
  overflow: hidden;
  margin-top: 15px;
}

.eco-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.eco-card-data {
  padding: 50px 25px 25px;
}

.eco-card--image-top .eco-img {
  margin-top: 0;
  margin-bottom: 14px;
}

.eco-card--image-top .eco-card-data {
  padding: 25px 25px 50px;
}

.eco-grid {
  margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .eco-top {
    flex-direction: column;
    gap: .75rem;
  }

  .eco-title,
  .eco-paragraph {
    max-width: 100%;
  }

  .eco-img img {
    height: 220px;
  }
}

/* ===== ✅ NEW: Execution Path Section ===== */
.execution-path {
  background: #ffffff;
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: #111;
}

.path-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #3F403C;
  margin-bottom: .75rem;
  font-weight: 600;
}

.path-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  display: inline-block;
}

.path-title {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 .8rem;
}

.path-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  max-width: 680px;
  margin-bottom: 1.6rem;
}

.path-step {
  padding: 1.2rem 0;
  border-top: 1px solid rgba(0, 0, 0, .10);
}

.path-step:first-child {
  border-top: 0;
  padding-top: 0;
}

.path-step h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 16px 0 1rem;
  color: #111;
}

.path-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
  max-width: 680px;
}

.left-border-green {
  border-left: 6px solid #33A44B;
  padding-left: 15px;
  margin: 25px 0px;
}

.path-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .14);
  height: 100%;
  min-height: 420px;
  background: #eee;
}

.path-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .path-image {
    min-height: 320px;
    margin-top: 1rem;
  }
}

/*  */

/* ===== Who We Serve (Dark) ===== */
.who-serve {
  background: #0f0f10;
  color: #fff;
  padding: clamp(3rem, 6vw, 5rem) 0;
  position: relative;
  overflow: hidden;
}

/* subtle grid background like screenshot */
.who-serve::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(31, 181, 106, .10), transparent 40%),
    linear-gradient(to right, rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: auto, 80px 80px, 80px 80px;
  opacity: .22;
  pointer-events: none;
}

.who-serve h2 {
  color: #fff !important;
}

.ws-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
}

.ws-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  display: inline-block;
}

.ws-title {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 .85rem;
  position: relative;
  z-index: 1;
}

.ws-sub {
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  max-width: 380px;
  line-height: 1.6;
  margin-bottom: 2.1rem;
  position: relative;
  z-index: 1;
}

/* Cards */
.ws-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  color: #111;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
  height: 100%;
}

.ws-card--green {
  background: #2fb25f;
  color: #fff;
}

.ws-card-inner {
  padding: 50px 26px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: column;
  height: 445px;
}

.ws-card h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 10px;
  /* ✅ GAP yahan control hota hai */
}


.ws-card p {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}

.ws-card--green p {
  opacity: .88;
}

.ws-spacer {
  height: 160px;
  /* to mimic screenshot padding bottom */
}

@media (max-width: 991.98px) {
  .ws-sub {
    max-width: 100%;
  }

  .ws-spacer {
    height: 0;
  }
}

/* ✅ Hover: white cards turn green */
.ws-card {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

.ws-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, .45);
}

/* only white cards become green on hover */
.ws-card:not(.ws-card--green):hover {
  background: #2fb25f;
  /* green */
  color: #fff !important;
}

/* text inside becomes white on hover */
.ws-card:not(.ws-card--green):hover p {
  color: rgba(255, 255, 255, .88);
}

/* headings become white on hover */
.ws-card:not(.ws-card--green):hover h4 {
  color: #fff !important;
}

/* optional: green card glow */
.ws-card--green:hover {
  box-shadow: 0 35px 90px rgba(47, 178, 95, .35);
}

/*who we are  */

/*  */
/* ===== Performance Outcomes Section ===== */
.performance {
  background: #F2F2F2;
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: #111;
}

.perf-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #3F403C;
  margin-bottom: .75rem;
  font-weight: 500;
}

.perf-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
}

.perf-title {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: .75rem;
}

.perf-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
  max-width: 520px;
  margin-bottom: 2rem;
}

/* Metric cards */
.perf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.perf-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  /* box-shadow: 0 12px 30px rgba(0, 0, 0, .12); */
  transition: all .25s ease;
}

.perf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .18);
}

/* .perf-icon{
  width:36px;
  height:36px;
  border-radius:8px;
  border:1px solid rgba(0,0,0,.15);
  display:flex;
  align-items:center;
  justify-content:center;
} */

.perf-card h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

/* Right image */
.perf-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
  height: 100%;
  min-height: 420px;
}

.perf-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:991.98px) {
  .perf-grid {
    grid-template-columns: 1fr;
  }

  .perf-image {
    min-height: 300px;
    margin-top: 2rem;
  }
}

/*  */

/*  */
/* ===== Five Experts Experience Section ===== */
.experience {
  background: #f3f1e7;
  /* same beige tone */
  padding: clamp(3rem, 6vw, 5rem) 0;
  color: #111;
}

.exp-wrap {
  border-top: 1px solid rgba(0, 0, 0, .10);
  padding-top: 22px;
}

.exp-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
  height: 100%;
  min-height: 420px;
  background: #eee;
}

.exp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exp-kicker {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #3F403C;
  margin-bottom: .75rem;
  font-weight: 500;
}

.exp-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  display: inline-block;
}

.exp-title {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 .9rem;
  max-width: 520px;
}

.exp-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  max-width: 560px;
  margin-bottom: 1.6rem;
}

/* Feature list */
.exp-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exp-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.exp-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #2fb25f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(47, 178, 95, .25);
  flex: 0 0 auto;
}

.exp-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #0d0f0e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.exp-text {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

/* Optional hover */
.exp-item:hover .exp-icon {
  transform: translateY(-2px);
  transition: transform .2s ease;
}

@media(max-width:991.98px) {
  .exp-image {
    min-height: 300px;
    margin-bottom: 1.5rem;
  }

  .exp-wrap {
    border-top: 0;
    padding-top: 0;
  }
}

/*  */

/* footer and ctA */
/* ===== Final CTA (Forest BG) ===== */
.final-cta {
  position: relative;
  color: #fff;
  /* padding: clamp(4rem, 7vw, 6.5rem) 0; */
  padding: 100px 0px 0px;
  background: url("/assets/frontend/img/Footer-background.png") center/cover no-repeat;
  overflow: hidden;
}

/* dark overlay like screenshot */
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 20% 30%, rgba(0,0,0,.45), rgba(0,0,0,.80)); */
  pointer-events: none;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .70) !important;
  margin-bottom: .75rem;
}

.cta-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  display: inline-block;
}

.cta-title {
  color: #fff !important;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1rem;
  max-width: 680px;
}

.cta-sub {
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 1.7rem;
}

a.btn.btn-cta-outline-dark {
  BORDER: 1PX SOLID #F4F3EA;
}

/* CTA buttons */
.btn-cta-outline-dark {
  background: rgba(0, 0, 0, .30);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  padding: .65rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  backdrop-filter: blur(6px);
}

.btn-cta-outline-dark:hover {
  background: rgba(0, 0, 0, .50);
  color: #fff;
}

/* ===== Footer Glass Panel ===== */
.site-footer {
  /* background: #0f0f10; */
  padding: 0 0 2rem;
}

.footer-panel {
  /* overlaps CTA like screenshot */
  background: #f4f3ead6;
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .30);
}

.footer-inner {
  padding: 34px 34px 20px;
}

.footer-brand img {
  height: 34px;
  width: auto;
  margin-bottom: 14px;
}

.footer-desc {
  font-size: 16px;
  /*font-size: 16/large;*/
  line-height: 1.7;
  color: #2b2b2b;
  max-width: 320px;
  margin-bottom: 20px;
}

.footer-title {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-bottom: 14px;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  opacity: .9;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #111;
  font-weight: 500;
}

.footer-contact .item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact .icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  opacity: .75;
}

.footer-divider {
  height: 1px;
  background: rgba(0, 0, 0, .10);
  margin: 18px 0 12px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px 18px;
  color: #2b2b2b;
  font-size: 13px;
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  text-decoration: none;
}

.footer-social a:hover {
  background: rgba(0, 0, 0, .9);
  color: #fff;
}

.footer-legal {
  font-size: 13px;
  color: #2b2b2b;
  opacity: .85;
}

.footer-legal a {
  color: #2b2b2b;
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

@media(max-width:991.98px) {
  .footer-panel {
    margin-top: -60px;
  }

  .footer-inner {
    padding: 28px 20px 16px;
  }

  .footer-bottom {
    padding: 0 20px 16px;
  }
}

@media (max-width:767px) {
  .ws-card .ws-card-inner {
    padding: 35px 15px;
    height: auto;
  }

  /* .site-footer {
    margin-top: 30px;
  } */
}

* {
  box-sizing: border-box;
}

/* Fix container width */
.container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Performance section responsive fix */
@media(max-width:1200px) {

  .perf-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .perf-card {
    width: 100%;
  }

  .perf-image {
    min-height: 280px;
    margin-top: 15px;
  }
}

html,
body {
  max-width: 100%;
  /* overflow-x: hidden !important; */
  color: #444 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111 !important;
}

.hero,
.ecosystem,
.performance,
.experience,
.execution-path,
.who-serve {
  width: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/*Inestment page css start here*/

/* ✅ Hero wrapper */
.investor-hero {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 !important;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  background: url(/assets/frontend/img/investment-banner.png) top / cover no-repeat;
  height: 450px;
  /* margin-top: -130px; */
  background-color: rgba(26, 26, 23, 0.76);
  background-blend-mode: overlay;
}


/* ✅ dark overlay (readability) */
.investor-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .55) 0%,
      rgba(0, 0, 0, .35) 55%,
      rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
}

/* keep content above overlay */
.investor-hero .container {
  position: relative;
  z-index: 1;
}

.companies-hero {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 !important;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  background: url(/assets/frontend/img/companies-header-img.webp) top / cover no-repeat;
  height: 450px;
  /* margin-top: -130px; */
  background-color: rgba(26, 26, 23, 0.76);
  background-blend-mode: overlay;
}

/* ✅ dark overlay (readability) */
.companies-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .55) 0%,
      rgba(0, 0, 0, .35) 55%,
      rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
}

/* keep content above overlay */
.companies-hero .container {
  position: relative;
  z-index: 1;
}

/* ✅ Hero wrapper */
.expert-hero {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 !important;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  background: url(/assets/frontend/img/expert-bg-img.webp) top / cover no-repeat;
  height: 450px;
  /* margin-top: -130px; */
  background-color: rgba(26, 26, 23, 0.76);
  background-blend-mode: overlay;
}

.about-hero {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 !important;
  color: #fff;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  background: url(/assets/frontend/img/about-hero.webp) top / cover no-repeat;
  height: 450px;
  /* margin-top: -130px; */
  background-color: rgba(26, 26, 23, 0.76);
  background-blend-mode: overlay;
}

.resources-hero {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 !important;
  color: #fff;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  background: url(/assets/frontend/img/resources-hero-bg.webp) top / cover no-repeat;
  min-height: 634px;
  /* margin-top: -130px; */
  background-color: rgba(26, 26, 23, 0.76);
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
}

.operator-hero {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 !important;
  color: #fff;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  background: url(/assets/frontend/img/iStock-1254347556.jpg) top / cover no-repeat;
  min-height: 634px;
  /* margin-top: -130px; */
  background-color: rgba(26, 26, 23, 0.76);
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
}


/* ✅ dark overlay (readability) */
/* .expert-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .55) 0%,
      rgba(0, 0, 0, .35) 55%,
      rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
} */

.ih-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 50px;
  line-height: 64.6736831665039px;
  letter-spacing: -2.526315689086914px;
  text-align: left;
  color: #ffffff !important;
  margin-top: 100px;
}

.ih-right {
  max-width: 430px;
  margin-left: auto;
  margin-top: 100px;
}

.ih-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14.652631759643555px;
  line-height: 24.25263214111328px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}

.expert-hero .ih-right {
  max-width: 570px;
}

/* buttons */
.ih-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ih-btn {
  border-radius: 999px;
  padding: .65rem 1.05rem;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.ih-btn-green {
  background: #33a44b;
  border: 1px solid rgba(0, 0, 0, .08);
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13.338947296142578px;
  line-height: 20.210525512695312px;
  letter-spacing: 0px;
  text-align: left;
}

.ih-btn-green:hover {
  background: #33a44b;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13.338947296142578px;
  line-height: 20.210525512695312px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}

.ih-btn-dark {
  background-color:
    #333333;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  backdrop-filter: blur(6px);
}

.ih-btn-dark:hover {
  background-color:
    #333333;
  color: #fff;
}

/* ✅ responsive */
@media (max-width: 991.98px) {
  .ih-right {
    margin-left: 0;
    max-width: 100%;
  }

  .ih-actions .ih-btn {
    width: auto;
  }

  .companies-hero,
  .expert-hero {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .investor-hero {
    border-radius: 14px;
  }

  .ih-actions .ih-btn {
    width: 100%;
    text-align: center;
  }
}

/* hero banner end */

/* 2nd section  */
.portfolio-intel {
  background: #f4f3ea;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.pi-header {
  max-width: 680px;
  margin-bottom: 2.5rem;
}

.pi-header h2 {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 39.612632751464844px;
  line-height: 44.463157653808594px;
  letter-spacing: -1.0105262994766235px;
  text-align: left;
  color: #1a1a17;
}

.pi-header p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #444444;
}

/* Grid */
.pi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pi-card {
  border-radius: 20px;
  overflow: hidden;
}

.pi-text {
  background: #e6eadc;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: nowrap;
}

.pi-text h3 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 60px;
  line-height: 52px;
  letter-spacing: -2.75px;
  text-align: left;
  color: #102d23;
}

.pi-text h4 {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 30px;
  line-height: 31px;
  letter-spacing: -2px;
  text-align: left;
  color: #102d23;
}

.pi-text p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #272727;
}

.pi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Buttons */
.pi-actions {
  margin-top: 64px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 0px;
  justify-content: center;
  align-content: center;
}

.btn-green {
  background: #2fb25f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.btn-green:hover {
  background: #28a455;
}

.btn-dark {
  background: #1f1f1f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

/* 🔹 Responsive */
@media(max-width: 991px) {
  .pi-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 575px) {
  .pi-grid {
    grid-template-columns: 1fr;
  }
}

/* 2nd section end */

/* 3rd section */
/* ✅ Section Base */
.investor-why {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .06), transparent 40%),
    linear-gradient(180deg, #0f0f10 0%, #0b0b0c 100%);
  color: #fff;
}

/* .investor-why .container{ max-width: 1200px; } */

/* ✅ Header */
.iw-head {
  margin-bottom: 2.2rem;
}

.iw-kicker {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 16px;
  padding: 0px;
  line-height: 20px;
}

.iw-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:
    #33a44b;
  display: inline-block;
}

.iw-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 39.612632751464844px;
  line-height: 44.463157653808594px;
  letter-spacing: -1.0105262994766235px;
  text-align: left;
  color: #ffffff !important;
  padding-top: 23px;
}

/* ✅ Grid Layout (3 rows, 2 cols) */
.iw-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px 32px;
  align-items: center;
}

/* ✅ Text Block */
.iw-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff !important;
  line-height: 37px;
  letter-spacing: -1px;
  width: 600px;
}

.iw-text p {

  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #F4F3EA;
  /* max-width: 600px; */
  letter-spacing: -1px;

}

/* ✅ Image Card */
.iw-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .35);
  background: #111;
  height: 100%;
  min-height: 210px;
}

.iw-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Optional: slight stagger feel like screenshot */
.iw-image--top {
  justify-self: end;
  width: 100%;
}

.iw-image--mid {
  justify-self: start;
  width: 100%;
}

.iw-image--bottom {
  justify-self: end;
  width: 100%;
}

/* ✅ Buttons */
.iw-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 54px;
  flex-wrap: wrap;
}

.iw-btn {
  text-decoration: none;
  font-size: 12px;
  padding: 9px 16px;
  border-radius: 999px;
  transition: .2s ease;
  border: 1px solid rgba(255, 255, 255, .18);
}

.iw-btn--green {
  background: #2fb25f;
  border-color: transparent;
  color: #fff;
}

.iw-btn--green:hover {
  background: #28a455;
}

.iw-btn--dark {
  background: rgba(0, 0, 0, .25);
  color: #fff;
}

.iw-btn--dark:hover {
  background: rgba(255, 255, 255, .08);
}

/* ✅ Responsive */
@media (max-width: 991.98px) {
  .iw-title {
    font-size: 32px;
  }

  .iw-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .iw-text p {
    max-width: 100%;
  }

  .iw-image {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .iw-image {
    border-radius: 18px;
    min-height: 200px;
  }

  .iw-text h3 {
    font-size: 14px;
  }
}

/* 3rd end */
/* 4th section */
/* ✅ Section Background (image + dark overlay) */
.engagements {
  position: relative;
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
  /* color:#fff; */
  background: url("/assets/frontend/img/engagements-bg.webp") center/cover no-repeat;
  overflow: hidden;
  z-index: 1;
}

.engagements::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/frontend/img/engagements-bg.webp") center/cover no-repeat;
  background: radial-gradient(circle at 20% 15%, rgba(0, 0, 0, .35), rgba(0, 0, 0, .78));

  pointer-events: none;
  z-index: -1;
}

.packaging-bg {
  position: relative;
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
  /* color:#fff; */
  overflow: hidden;
}

.packaging-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  pointer-events: none;
}

.engagements .container,
.packaging-bg .container {
  position: relative;
  z-index: 1;
}

/* ✅ Header */
.eng-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: undefined;
  letter-spacing: 1.0105262994766235px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;



}

.eng-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #33A44B;
  display: inline-block;
}

.eng-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 39.612632751464844px;
  line-height: 44.463157653808594px;
  letter-spacing: -1.0105262994766235px;
  text-align: center;
  color: #ffffff !important;
  padding-top: 23px;
  padding-bottom: 30px;

}

.eng-desc {
  max-width: 980px;
  margin: 0 auto;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
}

.btn-cta-green {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  min-width: 172px;
  height: 45px;
  padding: 0px 15px;
  background-color: #33a44b;
  border-radius: 1455.1578369140625px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13.338947296142578px;
  line-height: 20.210525512695312px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  align-content: center;
}

/* ✅ Cards Grid */
.eng-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

/* ✅ Card */
.engagements .eng-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: 562px;
  padding: 0px;
  background-color: #eeeeec;
  border-width: 1px;
  border-color: rgba(172, 181, 140, 0.32);
  border-style: solid;
  border-radius: 16px;
}

.eng-card-inner {
  padding: 40px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eng-top h3 {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 32px;
  line-height: 35.20000076293945px;
  letter-spacing: -2px;
  text-align: left;

}

.eng-price {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 30px;
  line-height: 59.090911865234375px;
  letter-spacing: -2.6041667461395264px;
  text-align: left;

}

.eng-price span {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 45.45454406738281px;
  letter-spacing: -0.7102272510528564px;
  text-align: left;

}

.eng-divider {
  height: 1px;
  background: rgba(0, 0, 0, .12);
  margin: 14px 0;
}

.eng-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 25px;
  color: #111;
}

/* ✅ Scroll area inside cards (like screenshot) */
.eng-scroll {
  position: relative;
  flex: 1;
  max-height: 269px;
  overflow: auto;
  padding-right: 44px;
}

.eng-scroll p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #444444;
}

/* scrollbar (optional) */
.eng-scroll::-webkit-scrollbar {
  width: 6px;
}

.eng-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .22);
  border-radius: 20px;
}

.eng-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* ✅ Active Green Card */
.eng-card--active {
  background: linear-gradient(180deg, #1BAC57 0%, #067F38 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: 562px;
  padding: 0px;
  border-width: 1px;
  border-color: rgba(172, 181, 140, 0.32);
  border-style: solid;
  border-radius: 16px;
}

.eng-card--active h3,
.eng-card--active .eng-subtitle {
  color: #fff !important;
}

.eng-card--active .eng-divider {
  background: rgba(255, 255, 255, .25);
}

.eng-card--active .eng-subtitle {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: left;
  color: #ffffff;
}

.eng-card--active .eng-scroll p {
  color: rgba(255, 255, 255, .88);
}

.eng-card--active .eng-price span {
  color: rgba(255, 255, 255, .78);
}


/* evx section */
.evx {
  padding: clamp(2.8rem, 3.0vw, 4.6rem) 0;
  background: #fff;
  color: #111;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


/* Header */
.evx-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 10px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 12.12631607055664px;
  letter-spacing: 1.0105262994766235px;
  text-align: left;
  text-transform: uppercase;
  color: #3f403c;
}

.evx-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:
    #33a44b;
  display: inline-block;
}

.evx-title {
  margin: 12px 0 12px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 39.612632751464844px;
  line-height: 44.463157653808594px;
  letter-spacing: -1.0105262994766235px;
  text-align: left;
  color: #1a1a17;
}

.evx-intro {
  margin-bottom: 10px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #444444;
}

/* Card wrapper */
.evx-card {
  margin-top: 22px;
  background: #eef0e6;
  /* light green-gray like screenshot */
  border-radius: 14px;
  padding: 18px;
}

/* grid */
.evx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  border-radius: 12px;
}

/* Left/Right boxes */
.evx-left,
.evx-right {
  background: #e8eadf;
  border-radius: 12px;
  padding: 18px;
}

/* Left */
.evx-box-title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 23px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #1A1A17;
}

.evx-box-sub {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #444444;
}

.evx-field {
  margin-bottom: 14px;
}

.evx-label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 11.399999618530273px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a17;
}

.evx-select {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .10);
  background: #f3f4ee;
  padding: 0 12px;
  outline: none;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 15.100000381469727px;
  letter-spacing: 0em;
  text-align: left;
  color: #1a1a17;
}

.evx-help {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 11.399999618530273px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: capitalize;
  color: #1A1A1780;
}

/* Range */
.evx-range {
  background: transparent;
}

.evx-slider {
  width: 100%;
  accent-color: #2fb25f;
}

.evx-range-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #6d736c;
  margin-top: 4px;
}

/* Buttons */
.evx-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.evx-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.evx-btn--primary {

  background: #33a44b;

  flex: 1;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  /* text-align: left; */
  color: #ffffff;
}

.evx-btn--primary:hover {
  background: #28a455;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
}

.evx-btn--ghost {
  background: rgba(0, 0, 0, .22);
  color: #fff;
  min-width: 160px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13.338947296142578px;
  line-height: 20.210525512695312px;
  letter-spacing: 0px;

  color: #ffffff;
}

.evx-btn--ghost:hover {
  background: rgba(0, 0, 0, .28);
}

/* Right */
.evx-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.evx-illus {
  width: min(360px, 100%);
  margin: 12px auto 10px;
  opacity: .35;
  /* illustration faint like screenshot */
}

.evx-illus img {
  width: 100%;
  height: auto;
  display: block;
}

.evx-right-title {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  color: #1A1A17;
  max-width: 560px;
  LETTER-SPACING: -1PX;
  padding: 0px;
  LINE-HEIGHT: 28PX;
}

.evx-right-sub {
  margin: 6px 0 0;
  font-size: 16px;
  color: #1A1A17;
  LETTER-SPACING: -0.5PX;
  LINE-HEIGHT: 28PX;
}

/* ✅ Responsive */
@media (max-width: 991.98px) {
  .evx-grid {
    grid-template-columns: 1fr;
  }

  .evx-card {
    padding: 14px;
  }

  .evx-left,
  .evx-right {
    padding: 16px;
  }

  .evx-actions {
    flex-direction: column;
  }

  .evx-btn--ghost {
    width: 100%;
  }
}

/*  */

/* ✅ Note + CTA */
.eng-note {
  margin: 26px auto 18px;
  max-width: 920px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: -1px;
  color: #ffffff;
}

.eng-btn {
  display: inline-block;
  text-decoration: none;
  background: #33a44b !important;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  transition: .2s ease;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13.338947296142578px;
  line-height: 20.210525512695312px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}

.eng-btn:hover {
  background: #33a44b;
  color: #fff;
}

/* ✅ Responsive */
@media (max-width: 991.98px) {
  .eng-grid {
    grid-template-columns: 1fr;
  }

  .eng-card-inner {
    padding: 18px 20px;
  }

  .eng-scroll {
    max-height: 180px;
  }
}

/* ===== Final CTA ===== */
/* .final-cta {
  position: relative;
  color: #fff;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: url("{{ asset('/assets/frontend/img/footer-background.png') }}") center/cover no-repeat;
  overflow: hidden;
} */

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 12.12631607055664px;
  letter-spacing: 1.0105262994766235px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.cta-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #33a44b;
  display: inline-block;
}

.cta-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 39.612632751464844px;
  line-height: 44.463157653808594px;
  letter-spacing: -1.0105262994766235px;
  text-align: left;
  color: #ffffff;
  padding-top: 23px;
  padding-bottom: 23px;
  width: 600px;
  ;
}

.cta-sub {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #ffffff;
  max-width: 420px;
  margin-bottom: 1.7rem;
}

a.btn.btn-cta-outline-dark {
  border: 1px solid rgba(244, 243, 234, 0.32);
}

.btn-cta-outline-dark {
  background: rgba(0, 0, 0, .30);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  padding: .65rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13.338947296142578px;
  backdrop-filter: blur(6px);
}

.btn-cta-outline-dark:hover {
  background: rgba(0, 0, 0, .50);
  color: #fff;
}

/* ===== Split Signup Section ===== */
.signup-split {
  background: #f3f1e7;
  /* beige page bg */
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


/* layout */
.signup-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: stretch;
}

/* LEFT CARD */
.signup-left {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 520px;
  background: #222 center/cover no-repeat;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
}

.signup-left-overlay {
  /* position:absolute;
    inset:0;
    background:
      linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.82) 70%),
      radial-gradient(circle at 25% 20%, rgba(0,0,0,.25), transparent 55%); */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 645px;
  height: 897px;
  padding: 0px;
}

.signup-left-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  color: #fff;
  z-index: 1;
}

.signup-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 407px;
  height: 13px;
  padding: 0px;
}

.signup-kicker .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}

.signup-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 39.612632751464844px;
  line-height: 44.463157653808594px;
  letter-spacing: -1.0105262994766235px;
  text-align: left;
  color: #ffffff !important;
  padding-top: 23px;
  padding-bottom: 23px;
}

.signup-copy {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #ffffff;
  width: 650px;
}

.signup-copy p {
  margin: 0 0 10px;
}

.signup-copy .mb-0 {
  margin-bottom: 0;
}

/* RIGHT PANEL */
.signup-right {
  background: #f3f1e7;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.signup-form-head {
  padding: 6px 8px 10px;
}

.signup-form-head h3 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 23px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #1A1A17;
  line-height: 28px;

}

.signup-form-head p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22.399999618530273px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #1A1A17;

}

/* form */
.signup-form {
  margin-top: 10px;
  background: #f3f1e7;
  border-radius: 14px;
  padding: 8px;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 11.399999618530273px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a17;
}

.field input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .10);
  background: #ffffff54;
  padding: 0 12px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 15.100000381469727px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: #1a1a17;
}

.field input:focus {
  border-color: rgba(47, 178, 95, .55);
  box-shadow: 0 0 0 3px rgba(47, 178, 95, .14);
}

.agree {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 15.100000381469727px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: #1a1a17;
}

.agree input {
  width: 16px;
  height: 16px;
}

.agree a {
  color: #2a2a2a;
  text-decoration: underline;
}

.btn-signup {
  grid-column: 1 / -1;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: #33A44B;
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13.338947296142578px;
  line-height: 20.210525512695312px;
  letter-spacing: 0px;


  cursor: pointer;
  transition: .2s ease;
}

.btn-signup:hover {
  background: #28a455;
}

.or-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #7a7a7a;
  font-size: 11px;
  margin: 4px 0 0;
}

.or-row::before,
.or-row::after {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, .12);
  flex: 1;
}

.or-row span {
  padding: 0 8px;
  letter-spacing: .12em;
}

.social-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-social {
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .12);
  background: #ffffff00;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #000000;
  padding: 10px;
}

.btn-social:hover {
  background: rgba(255, 255, 255, .7);
}

.ic {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: #f1f1f1;
  color: #333;
}

.ic.in {
  border-radius: 4px;
  background: #e9f1ff;
  color: #0a66c2;
  font-weight: 800;
}

.login-row {
  grid-column: 1 / -1;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.10000000149011612px;

  color: #969ab8;
}

.login-row a {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.10000000149011612px;
  text-decoration: underline;
  color: #000000;
}

.login-row a:hover {
  text-decoration: underline;
}

/* ✅ Responsive */
@media (max-width: 991.98px) {
  .signup-grid {
    grid-template-columns: 1fr;
  }

  .signup-left {
    min-height: 680px;
  }

  .signup-kicker {
    width: auto;
  }

  .signup-right {
    padding: 12px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .social-row {
    grid-template-columns: 1fr;
  }
}

/* ===============================
       ✅ RESPONSIVE PACK (END)
    ================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1320px;
}

@media (min-width:1400px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width:991.98px) {
  .top-nav {
    background: #e6e8ddf2;
    margin: 10px;
    width: calc(100% - 20px);
    border-radius: 16px;
  }

  .navbar-brand img {
    height: 32px !important;
  }

  .navbar-nav {
    padding-top: 8px;
  }

  .nav-link {
    padding: .55rem .6rem !important;
    font-size: 13px;
  }

  .btn-join {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-bottom: 30px;
  }

  .hero-title {
    line-height: 1.1;
    margin-top: 4.4rem;
    font-size: 1.8rem;
  }

  .hero .btn-cta-green,
  .hero .btn-cta-dark {
    font-size: 12px;
  }

  .board-title {
    font-size: 1.6rem;
  }

  .board-desc {
    max-width: 100%;
  }

  .cta-box {
    margin-top: .6rem;
  }

  .eco-img img {
    height: auto !important;
    aspect-ratio: 16/9;
    object-fit: cover;
  }

  .path-image {
    min-height: 280px;
  }

  .ws-card-inner {
    height: auto;
    min-height: auto;
  }

  .ws-card h4 {
    margin-bottom: 18px;
  }

  .perf-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .perf-card {
    padding: 18px 16px;
  }

  .footer-desc {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width:575.98px) {
  .top-nav {
    margin: 8px;
    width: calc(100% - 16px);
    border-radius: 14px;
  }

  .navbar-toggler {
    padding: .25rem .4rem;
  }

  .btn-pill {
    width: 100%;
    text-align: center;
    padding: .6rem 1rem;
  }

  .welcome {
    font-size: 10px;
    letter-spacing: .14em;
  }

  .hero-sub {
    font-size: 14px;
  }

  .cta-text {
    font-size: 13px;
  }

  .path-title {
    font-size: 1.6rem;
  }

  .path-desc {
    font-size: 13px;
  }

  .perf-title {
    font-size: 1.7rem;
  }

  .perf-desc {
    font-size: 13px;
  }

  .perf-card h6 {
    font-size: 13px;
  }

  .perf-icon img {
    max-height: 28px;
  }

  .footer-inner {
    padding: 22px 16px 12px !important;
  }

  .footer-bottom {
    padding: 0 16px 14px !important;
  }
}

.btn {
  white-space: normal;
}


/* ================================
   🔥 GLOBAL RESPONSIVE FIXES
================================ */


/* remove all fixed widths on small screens */
@media (max-width: 1199px) {

  [style*="width:"],
  .eng-card,
  .signup-left-overlay,
  .signup-copy,
  .iw-text h3,
  .cta-title {
    width: 100% !important;
  }
}

/* ================================
   HERO SECTION FIX
================================ */
@media (max-width: 991px) {
  .investor-hero {
    height: auto;
    /* margin-top: -90px; */
    padding-bottom: 60px;
  }

  .ih-title {
    font-size: 36px;
    line-height: 42px;
    margin-top: 80px;
  }

  .ih-right {
    margin-top: 20px;
    max-width: 100%;
  }

  .home-hero-cta {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .ih-title {
    /* font-size: 28px;
    line-height: 34px; */
    letter-spacing: -1px;
  }

  .ih-actions a {
    width: 100%;
    text-align: center;
  }
}

/* ================================
   PORTFOLIO GRID FIX
================================ */
@media (max-width: 991px) {
  .pi-grid {
    grid-template-columns: 1fr;
  }

  .pi-text h3 {
    font-size: 42px;
    line-height: 44px;
  }

  .pi-text h4 {
    font-size: 22px;
  }
}

/* ================================
   WHY INVESTORS SECTION
================================ */
@media (max-width: 991px) {
  .iw-text h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .iw-grid {
    grid-template-columns: 1fr;
  }

  .iw-image {
    min-height: 240px;
  }
}

/* ================================
   ENGAGEMENT CARDS FIX
================================ */
@media (max-width: 1199px) {
  .eng-grid {
    grid-template-columns: 1fr;
  }

  .eng-card,
  .eng-card--active {
    width: 100%;
    height: auto;
  }

  .eng-scroll {
    max-height: none;
    padding-right: 0;
  }
}

/* ================================
   EVX CALCULATOR FIX
================================ */
@media (max-width: 991px) {
  .evx-grid {
    grid-template-columns: 1fr;
  }

  .evx-right {
    padding-top: 20px;
  }

  .evx-illus {
    opacity: .2;
  }
}

/* ================================
   SIGNUP SPLIT SECTION FIX
================================ */
@media (max-width: 991px) {
  .signup-grid {
    grid-template-columns: 1fr;
  }

  .signup-left {
    /* min-height: 420px; */
  }

  .signup-left-overlay {
    height: auto;
  }

  .signup-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .signup-title {
    font-size: 28px;
    line-height: 32px;
  }

  .signup-left-content {
    left: 18px;
    right: 18px;
  }

  .btn-signup,
  .btn-social {
    width: 100%;
  }
}

/* ================================
   FINAL CTA FIX
================================ */
@media (max-width: 991px) {
  .cta-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .cta-title {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-sub {
    font-size: 14px;
  }
}

/* ================================
   FOOTER FIX
================================ */
@media (max-width: 991px) {
  .footer-panel {
    margin-top: 0;
  }

  .footer-inner {
    padding: 24px 18px;
  }
}



/*packges css*/
.packages {
  /* background: #f6f6f1; */
  padding: 80px 0 40px;
}

.pk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Cards */
.pk-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, .14);
  padding: 26px;
  display: flex;
  flex-direction: column;
}

/* Title + price */
.pk-name {
  font-size: 32px;
  margin-bottom: 6px;
}

.pk-price {
  font-size: 48px;
  font-weight: 600;
}

.pk-price span {
  font-size: 14px;
  font-weight: 400;
}

.pk-sub {
  font-size: 14px;
  margin: 12px 0 18px;
}

/* Block Title */
.pk-block-title {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
}

/* Scroll feature box */
.pk-scroll {
  border-radius: 12px;
  padding: 12px 2px;
  height: 194px;
  overflow-y: auto;
  background: #fafafa00;
  margin: 10px;
  /* border-top: 1px solid #e2e2e2; */
  border-bottom: 1px solid #e2e2e2;
}

/* Webkit scrollbar */
.pk-scroll::-webkit-scrollbar {
  width: 6px;
}

.pk-scroll::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 5px;
}

.pk-scroll ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

.pk-scroll li {
  padding-left: 28px;
  position: relative;
}

.pk-scroll li:before {
  /* content: "✔"; */
  content: "";
  background: url("/assets/frontend/img/arrow-black-circle.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  color: #27b45e;
  font-size: 12px;
  height: 23px;
  width: 23px;
}

.pk-block-title {
  font-size: 20px;
  color: #111;
  text-transform: capitalize;
  letter-spacing: 0px;
}

/* OR divider */
.pk-or {
  margin: 16px 0;
  width: 100%;
  text-align: center;
  position: relative;
}

.pk-or:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

.pk-or span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  font-size: 11px;
  color: #888;
}

/* Auth Buttons */
.pk-auth {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.pk-auth-btn {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  background: #fff;
}

.pk-auth-btn.linkedin {
  background: #0a66c2;
  color: #fff;
  border: none;
}

.pk-auth-btn img {
  width: 18px;
}

@media(max-width:991px) {
  .pk-grid {
    grid-template-columns: 1fr;
  }
}

.pk-popular {
  position: relative;
}

/* VERTICAL BADGE */
.pk-badge-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;

  position: absolute;
  top: 16px;
  right: 14px;

  background: #000;
  color: #ffffff;

  padding: 10px 6px;
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: .08em;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.results-engineered {
  padding: 40px 0;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.results-engineered .eng-card {
  height: auto;
}

.results-engineered .eng-card h3 {
  color: #33A44B !important;
  font-size: 30px;
  font-weight: 400;
}

.section-eyebrow {
  color: #6fd18c;
  font-size: 12px;
  letter-spacing: 1.6px;
  font-weight: 600;
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  margin: 16px 0 56px;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.engagement-grid .eng-card {
  background: #1b1b1b;
  border-radius: 16px;
  padding: 32px;
  position: relative;
}

.engagement-grid .eng-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.engagement-grid .eng-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
}

.step {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #6fd18c;
}

.engagement-grid .eng-card-image {
  padding: 0;
  overflow: hidden;
}

.engagement-grid .eng-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Buttons */
.engagement-actions {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}

.btn-primary {
  background: #4caf6d;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
  .results-engineered .container {
    padding: 0px;
  }

  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 32px;
  }

  .engagement-actions {
    flex-direction: column;
  }
}

/* fOOTER END */

/* ========== OUR STORY SECTION ========== */

.story {
  background: #f6f6ef;
  /* beige background like design */
  padding: 100px 20px;
}

.story__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.story__title {
  font-size: 40px;
  /* as you specified */
  font-weight: 400;
  color: #111;
  /* title color */
  margin-bottom: 16px;
}

.story__subtitle {
  max-width: 720px;
  margin: 0 auto 48px;
  font-size: 16px;
  /* body font size */
  line-height: 1.6;
  color: #444;
}

.story__video {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
}

.story__video-img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* Play button */
.story__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #33A44B;
  /* green color */
  font-size: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.story__play:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}


/* ================= MOMENT SECTION ================= */

.moment {
  position: relative;
  padding: 120px 20px;
  background-image: url("/assets/frontend/img/about-bg.webp");
  background-size: cover;
  background-position: center;
}

/* Dark overlay */
.moment__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 23, 0.95);
  z-index: 1;
}

.moment__container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: stretch;
}

/* LEFT CONTENT */
.moment__left {
  color: #ffffff;
}

.moment__tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #33A44B;
  display: inline-block;
  margin-bottom: 16px;
}

.moment__title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.moment__text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -1px;
}

.moment__text-box {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -1px;
}

/* Highlight green card */
.moment__highlight {
  margin-top: 32px;
  background: #33A44B;
  padding: 40px 50px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1.5;
}

.moment__highlig .moment__text {
  color: #fff !important;
}

.moment__highlight h3 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1px;
}


/* RIGHT IMAGE CARD */
.moment__right {
  background-image: url("/assets/frontend/img/moment-img.webp");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  min-height: 600px;
}

/* Text overlay on image */
.moment__right-content {
  background: rgba(246, 246, 239, 0.75);
  filter: blur(0px);
  padding: 32px;
  border-radius: 16px;
  margin: 24px;
}

.moment__right-content h3 {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 39.61px;
  line-height: 44.46px;
  letter-spacing: -1.01px;


}

.moment__right-content p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}

.moment__right-content ul {
  padding-left: 18px;
}

.moment__right-content li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1A1A17;
  font-weight: 500;
  letter-spacing: -0.75px;
}

@media (max-width: 992px) {
  .moment__container {
    grid-template-columns: 1fr;
  }

  .moment__right {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .moment {
    padding: 80px 16px;
  }

  .moment__title {
    font-size: 28px;
  }

  .moment__right-content {
    margin: 16px;
    padding: 24px;
  }
}


/*build system css*/
.build-system-wrap {
  background: rgba(255, 255, 255, 1);
  padding: 100px 0px;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #2d5a3d;
  border-radius: 50%;
}

.main-heading {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
  font-family: "inter";
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.2;
}

.subtitle {
  font-size: 16px;
  color: #111;
  max-width: 800px;
  margin-bottom: 40px;
}

.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}

.belief-card {
  background-color: #1A1A17;
  border-radius: 16px;
  padding: 30px;
  color: #fff;
}

.belief-card h3 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* .belief-card h3::before {
            content: '';
            width: 24px;
            height: 24px;
            min-width: 24px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234ade80'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");
            background-size: contain;
            margin-top: 2px;
        } */

.belief-card .highlight {
  color: #33A44B;
  font-size: 20px;
  /* font-style: italic; */
  margin-bottom: 16px;
  display: block;
}

.belief-card p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;

}

.belief-card p+p {
  margin-top: 12px;
}

.image-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ddd;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Grid positioning for desktop */
.card-1 {
  grid-column: span 4;
  grid-row: span 2;
}

.card-2 {
  grid-column: span 4;
  grid-row: span 2;
}

.image-1 {
  grid-column: span 4;
  grid-row: span 1;
  min-height: 200px;
}

.card-3 {
  grid-column: span 4;
  grid-row: span 2;
}

.card-4 {
  grid-column: span 4;
  grid-row: span 2;
}

.card-5 {
  grid-column: span 4;
  grid-row: span 2;
}

.image-2 {
  grid-column: span 4;
  grid-row: span 1;
  min-height: 200px;
}

/* Commitment Section */
.commitment-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 40px;
  margin-top: 80px;
  align-items: start;
}

.commitment-image {
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  /* background-color: #ddd; */
}

.commitment-image img {
  width: 100%;
  height: 100%;
  /* display: block; */
  object-fit: cover;
}

.commitment-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
}

.commitment-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d5a3d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.commitment-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #2d5a3d;
  border-radius: 50%;
}

.commitment-heading {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
}

.commitment-intro {
  font-size: 16px;
  color: #111;
  margin: 0px;
}

.commitment-text {
  font-size: 16px;
  color: #111;
  line-height: 1.4;
  margin: 0px;
}

.commitment-text p+p {
  margin-top: 16px;
}

.mission-card {
  background-color: #33A44B;
  border-radius: 20px;
  padding: 30px 60px;
  color: #fff;
  margin-top: 24px;
}

.mission-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.mission-label::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.mission-heading {
  font-size: clamp(40px, 3vw, 28px);
  font-weight: 400;
  color: #fff !important;
  line-height: 1.3;
  margin-bottom: 16px;
}

.mission-text {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

.mission-author {
  margin-top: 16px;
  font-size: 13px;
  color: #010201;
  font-style: italic;
}

/* Tablet */
@media (max-width: 1024px) {
  .beliefs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .image-1,
  .image-2 {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 250px;
  }

  .card-3 {
    grid-column: span 2;
  }

  .commitment-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .commitment-image {
    max-width: 500px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .container {
    padding: 40px 16px;
  }

  .beliefs-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5 {
    grid-column: span 1;
  }

  .image-1,
  .image-2 {
    grid-column: span 1;
    min-height: 200px;
  }

  .card-3 {
    grid-column: span 1;
  }

  .belief-card {
    padding: 24px;
  }

  .belief-card h3 {
    font-size: 18px;
  }

  .commitment-section {
    margin-top: 60px;
  }

  .mission-card {
    padding: 24px;
  }
}

/*proprietary-system css*/
.proprietary-system {
  background: #F4F3EA;
}

.our-mission-wrap {
  background: #F2F2F2;
  padding: clamp(3rem, 6vw, 5rem) 0;
}


/*Build a Share css*/
.ecosystem-section {
  position: relative;
  min-height: 600px;
  background-image: url('/assets/frontend/img/ecosystem-bg-img.webp');
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ecosystem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(5, 5, 5, 0.85) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.ecosystem-left {
  position: relative;
  z-index: 1;
  padding: 60px 50px;
}

.ecosystem-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.ecosystem-label::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #9ca3af;
}

.ecosystem-heading {
  font-size: clamp(32px, 5vw, 40px);
  font-weight: 400;
  color: #fff !important;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -1.01px;
}

.ecosystem-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.75px;
  /* max-width: 450px; */
}

.ecosystem-right {
  position: relative;
  z-index: 1;
  padding: 60px 112px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ecosystem-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.ecosystem-card-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecosystem-card-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.ecosystem-card-content h4 {
  font-size: 28px;
  font-weight: 400;
  color: #fff !important;
  margin-bottom: 8px;
}

.ecosystem-card-content p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}


/*ne css*/
.timeline {
  position: relative;
  padding-left: 60px;
}

/* vertical line */
.timeline-line {
  position: absolute;
  left: 33px;
  top: 170px;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, .35);
  height: 55%;
}

.ecosystem-card {
  position: relative;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
  border-radius: 14px;
  padding: 26px 28px 26px 48px;
  border: 1px solid rgba(255, 255, 255, .25);
}

.timeline-icon {
  position: absolute;
  left: -100px;
  top: 76px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

@media (max-width: 1024px) {
  .ecosystem-section {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 50px;
  }
}

@media (max-width: 640px) {
  .timeline {
    padding-left: 42px;
  }

  .timeline-icon {
    width: 36px;
    height: 36px;
    left: -12px;
    top: -20px;
  }

  .ecosystem-card {
    padding-left: 42px;
  }
}


/* Tablet */
@media (max-width: 1024px) {
  .ecosystem-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ecosystem-left {
    padding: 50px 40px;
  }

  .ecosystem-right {
    padding: 30px 40px 50px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .ecosystem-left {
    padding: 40px 20px;
  }

  .ecosystem-right {
    padding: 20px 20px 40px !important;
    gap: 60px;
  }

  .ecosystem-card {
    padding: 20px;
    gap: 16px;
  }

  .ecosystem-card-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .ecosystem-card-content h4 {
    font-size: 16px;
  }
}

/*resource css*/
/* SECTION */
.resources {
  background: #fff;
  padding: 90px 0;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADER */
.resources-head {
  margin-bottom: 50px;
}

.resources-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #7CFF9D;
  margin-bottom: 14px;
}

.resources-kicker i {
  width: 8px;
  height: 8px;
  background: #2fb25f;
  border-radius: 50%;
}

.resources-head h2 {
  font-size: 40px;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 1.25;
}

/* GRID */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.resource-card {
  /* background: #0d0d0d; */
  /* border-radius: 18px; */
  overflow: hidden;
}

/* IMAGES */
.resource-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* FEATURED CARD */
.resource-featured {
  /* background: #0b0b0b; */
}

.resource-bg {
  background: url("resource-1.jpg") center/cover no-repeat;
  padding: 26px;
  height: 260px;
  position: relative;
}

.resource-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, .55); */
}

.resource-bg * {
  position: relative;
  z-index: 1;
}

.resource-brand {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.resource-bg h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.resource-bg p {
  font-size: 13px;
  opacity: .85;
}

/* META */
.resource-meta {
  padding: 26px 6px;
}

.meta-title {
  color: #2fb25f;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.resource-meta p a{
  font-family: Inter;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #111;
  text-decoration: none;
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-head h2 {
    font-size: 36px;
  }
}

@media(max-width:640px) {
  .resources-grid {
    grid-template-columns: 1fr;
  }

  .resources-head h2 {
    font-size: 28px;
  }

  .resource-bg h3 {
    font-size: 24px;
  }
}

/*resources css*/
.growth-section {
  background-color: #F4F3EA;
  padding: 80px 0 60px;
}

.growth-section .container {
  /* max-width: 900px;
	 margin: 0 auto;
	 padding: 0 20px; */
}

.growth-section .section-header {
  margin-bottom: 20px;
}

.growth-section .section-header .section-title {
  font-size: 40px;
  font-weight: 400;
  color: #111 !important;
  margin: 0 0 6px 0;
  letter-spacing: -0.5px;
}

.growth-section .section-header .section-subtitle {
  font-size: 16px;
  color: #111;
  margin: 0;
}

.growth-section .filter-tabs {
  display: flex;
  gap: 8px;
  margin: 55px 0px;
  flex-wrap: wrap;
}

.growth-section .filter-tabs .tab-btn {
  color: #111;
  padding: 12px 22px;
  border: 1px solid #828282;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: "inter";
  text-decoration: none;
}

.growth-section .filter-tabs .tab-btn:hover {
  border-color: #2d6a4f;
  color: #2d6a4f;
}

.growth-section .filter-tabs .tab-btn.active {
  background: #067F38;
  color: #fff;
  border-color: #ACB58C;
}

.growth-section .articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .growth-section .articles-grid {
    grid-template-columns: 1fr;
  }
}

.growth-section .article-card {
  background: transparent;
}

.growth-section .article-card .article-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 1.6;
}

.growth-section .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.growth-section .article-card .article-image.grayscale img {
  filter: grayscale(100%);
}

.growth-section .article-card .article-image .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.growth-section .article-card .article-image .badge.gold {
  background: #c9a227;
}

.growth-section .article-card .article-image .badge.green {
  background: #2d6a4f;
  left: 50%;
  transform: translateX(-50%);
}

.growth-section .article-card .soft-card {
  background: linear-gradient(180deg, #1a4a5e 0%, #0d3444 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth-section .article-card .soft-card .soft-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.growth-section .article-card .soft-card .soft-logo {
  position: relative;
  margin-bottom: 8px;
}

.growth-section .article-card .soft-card .soft-logo .soft-text {
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  color: #c9a227;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.growth-section .article-card .soft-card .soft-logo .soft-line {
  position: absolute;
  top: 50%;
  left: -10%;
  right: -10%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c9a227 20%, #c9a227 80%, transparent 100%);
  transform: translateY(-50%);
}

.growth-section .article-card .soft-card .soft-headline span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
}

.growth-section .article-card .soft-card .soft-author {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.growth-section .article-card .vcm-card {
  background: linear-gradient(180deg, #1a3a2a 0%, #0f2a1f 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.growth-section .article-card .vcm-card .vcm-content {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.growth-section .article-card .vcm-card .vcm-headline span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.growth-section .article-card .vcm-card .vcm-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.growth-section .article-card .vcm-card .vcm-footer .vcm-subtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.growth-section .article-card .article-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.growth-section .article-card .article-content .article-title {
  font-size: 24px;
  font-weight: 500;
  color: #111 !important;
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

.growth-section .article-card .article-content .article-date {
  font-size: 14px;
  color: #111;
  white-space: nowrap;
  padding-top: 2px;
}

.growth-section .load-more {
  text-align: center;
  margin-top: 10px;
}

.growth-section .load-more .btn-more {
  padding: 10px 45px;
  background: #33A44B;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.growth-section .load-more .btn-more:hover {
  background: #235c43;
}

.article-image {
  position: relative;
  overflow: hidden;
}

/* Image */
.article-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay */
.article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Button */
.article-image .read-story {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #000;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 30px;
  opacity: 0;
  z-index: 2;
  font-family: "Inter";
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover (Desktop) */
@media (hover: hover) {
  .article-image:hover::after {
    opacity: 1;
  }

  .article-image:hover .read-story {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

/* Mobile & Tablet */
@media (max-width: 991px) {
  .growth-section .article-card .article-content .article-title {
    font-size: 18px;
  }

  .article-image::after {
    opacity: 1;
  }

  .article-image .read-story {
    opacity: 1;
    font-size: 14px;
    padding: 8px 18px;
  }
}

/*Operator css*/
/* SECTION BASE */
.sec-soft {
  background: #F4F3EA;
  padding: 70px 0;
}

.sec-soft .eyebrow {
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: var(--fe-green);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 10px;
}

.sec-soft .eyebrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fe-green);
  display: inline-block;
}

.sec-soft h2 {
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.sec-soft p {
  color: #4b5563;
}

/* Why Alignment card */
.wa-card {
  /* background:#e9e7dd; */
  border-radius: var(--fe-radius);
  padding: 20px;
  /* box-shadow:0 10px 24px rgba(0,0,0,.08); */
}

.wa-title {
  font-family: "Inter";
  font-size: 28px;
  font-weight: 400 !important;
}

.wa-graphic {
  background: #F4F3EA;
  background: linear-gradient(252deg, rgba(244, 243, 234, 0) 40%, rgba(183, 186, 168, 1) 100%);
  border-radius: 20px;
  padding: 18px;
  /* border:1px solid rgba(0,0,0,.08); */
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  /* border-radius:var(--fe-radius); */
}

.gear-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gear {
  /* width:88px; height:88px; border-radius:50%;
      background:radial-gradient(circle at 30% 30%, #fff, #d6d6d6);
      border:1px solid rgba(0,0,0,.12);
      position:relative;
      box-shadow: inset 0 0 0 10px rgba(0,0,0,.03); */
}

/* .gear:before{
      content:""; position:absolute; inset:18px;
      border-radius:50%;
      border:10px solid rgba(0,0,0,.08);
    } */
.gear img {
  width: 66%;
}

.arrow {
  flex: 1;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--fe-green), transparent);
  position: absolute;
  top: 0px;
  right: 0px;
}

.arrow:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid var(--fe-green);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.wa-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 18px;
  font-size: .88rem;
}

.wa-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #344054;
}

.wa-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #33A44B;
  margin-top: 4px;
  /* box-shadow:0 0 0 4px rgba(47,143,61,.12); */
  flex: 0 0 auto;
}

.wa-pill {
  margin-top: auto;
  background: #F4F3EA;
  background: linear-gradient(180deg, rgba(244, 243, 234, 1) 70%, rgba(230, 232, 221, 1) 100%);
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 18px;
  color: #000;
  text-align: center;
}

/*responsive*/
@media (max-width: 767px) {
  .arrow {
    bottom: -21px !important;
    right: 0px;
    top: initial;
    transform: rotate(90deg);
  }
}

/* Approach cards */
.sec-soft2 {
  background: #E6E8DD;
  padding: 70px 0px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  align-items: stretch;
}

.a-card {
  border-radius: 18px;
  /* overflow:hidden; */
  position: relative;
  min-height: 434px;
  /* background:#ddd center/cover no-repeat;
      box-shadow:0 14px 26px rgba(0,0,0,.12); */
}

.a-card .a-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .55) 100%);
  border-radius: 18px;
}

.a-card .a-box {
  position: absolute;
  left: 20px;
  top: 20px;
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  padding: 40px 30px;
  width: min(78%, 260px);
  backdrop-filter: blur(4px);
}

.a-card h5 {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 26px;
  color: #0f172a;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.a-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.a-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--fe-green);
  font-weight: 900;
  font-size: 34px;
}

/* Arrow */
.a-card .arrow {
  position: absolute;
  right: -45px;
  /* card ke bahar */
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
}

.a-card .arrow img {
  width: 100%;
}

@media (max-width: 767px) {
  .a-card .arrow {
    right: -58px;
    top: 97%;
    transform: rotate(90deg);
  }

}

/* Dark diagram section */
.sec-dark-diagram {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .55) 100%),
    url("/assets/frontend/img/sample-execution-behaviors-bg.png") center/cover no-repeat;
  padding: 85px 0;
  color: #fff;
}

.sec-dark-diagram .subkicker {
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: #b8ffbf;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .55rem;
  margin-bottom: 12px;
}

.sec-dark-diagram .subkicker:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fe-green);
  display: inline-block;
}

.sec-dark-diagram h2 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 26px;
}

.diag-wrap {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.diag-card {
  background: #181815;
  background: linear-gradient(90deg, rgba(24, 24, 21, 1) 20%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #b6e4001a;
  border-radius: 18px;
  padding: 18px 26px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.diag-card h5 {
  font-weight: 400;
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 28px;
  margin-bottom: 15px;
}

.diag-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  margin-top: 20px;
}

.diag-card ul li {
  margin-bottom: 10px;
}

.diagram {
  background: url("/assets/frontend/img/behaviors-match-chart-img.png") center/contain no-repeat;
  /* border:1px solid rgba(255,255,255,.10); */
  border-radius: 18px;
  min-height: 375px;
  position: relative;
  overflow: hidden;
}

/* .diagram:before{
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(circle at 65% 40%, rgba(47,143,61,.55), transparent 55%),
        radial-gradient(circle at 35% 65%, rgba(47,143,61,.25), transparent 55%);
      opacity:.9;
    } */
.tag {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, .60);
  border: 1px solid rgba(255, 255, 255, .20);
  color: #111;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: 400;
  font-size: .75rem;
  backdrop-filter: blur(1px);
  white-space: nowrap;
}

.tag.green {
  background: rgba(255, 255, 255, .60);
  border: 1px solid rgba(255, 255, 255, .20);
}

.tag.t1 {
  top: 14%;
  left: 28%;
}

.tag.t2 {
  top: 14%;
  right: 28%;
}

.tag.t3 {
  top: 44%;
  left: 22%;
}

.tag.t4 {
  top: 44%;
  right: 18%;
}

.tag.t5 {
  bottom: 12%;
  left: 26%;
}

.tag.t6 {
  bottom: 14%;
  right: 26%;
}

.center-pill {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .78rem;
}

@media (max-width: 767px) {
  .tag.t1 {
    left: 0%;
  }

  .tag.t2 {
    right: 1%;
  }

  .tag.t3 {
    top: 44%;
    left: 1%;
  }

  .tag.t4 {
    top: 32%;
    right: 0%;
  }

  .tag.t5 {
    bottom: 18%;
    left: 0%;
  }

  .tag.t6 {
    bottom: 24%;
    right: 0%;
  }
}

/* System value section */
.sec-system {
  background: #E6E8DD;
  padding: 80px 0;
}

.sec-system .subkicker {
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: var(--fe-green);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .55rem;
  margin-bottom: 10px;
}

.sec-system .subkicker:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fe-green);
}

.sec-system h2 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #111827;
  margin-bottom: 8px;
}

.sec-system .desc {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  max-width: 860px;
  margin: 0 auto 28px;
  color: #4b5563;
}
.sec-system  .sub-title-sec-system {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #111827;
  margin-bottom: 40px;
}
.sys-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
}

.sys-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .10);
  background: #ddd center/cover no-repeat;
  min-height: 400px;
}

.sys-box {
  /* background:#fff;
      border:1px solid rgba(0,0,0,.08); */
  /* border-radius:18px; */
  padding: 18px;
  /* box-shadow:0 12px 24px rgba(0,0,0,.07); */
}

.sys-box h5 {
  font-weight: 400;
  margin-bottom: 22px;
  font-size: 40px;
}

.sys-box ul {
  margin: 28px 0;
  padding-left: 38px;
  color: #374151;
  font-size: 22px;
}
.sys-box p {
  color: #374151;
  font-size: 22px;
}
.sys-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
}

.sys-2 .fw-bold,
.sys-grid .fw-bold {
  font-size: 22px;
  color: #111 !important;
  font-weight: 400 !important;
}

.result-line {
  background: #F4F3EA;
  background: linear-gradient(180deg, rgba(244, 243, 234, 1) 70%, rgba(230, 232, 221, 1) 100%);
  border: 1px solid rgba(0, 0, 0, .10);
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #111827;
  padding: 50px 96px;
  width: 60%;
  margin: 60px auto 0px;
}

/* CTA sections */
.cta-split {
  background: #121212;
  padding: 70px 0;
  color: #fff;
}

.cta-panel {
  /* background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      border-radius:18px; */
  overflow: hidden;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* min-height:320px; */
}

.cta-img {
  background: #222 center/cover no-repeat;
}

.cta-content {
  padding: 22px;
}

.cta-content .k {
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: #b8ffbf;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 10px;
}

.cta-content .k:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fe-green);
}

.cta-content h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.cta-content h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 21px;
  color: #fff !important;
}

.cta-content p {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 14px;
  font-size: 16px;
}

.cta-forest {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .75) 100%),
    url("assets/images/forest-cta.jpg") center/cover no-repeat;
  padding: 85px 0;
  color: #fff;
}

.cta-forest .k {
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: #b8ffbf;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 12px;
}

.cta-forest .k:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fe-green);
}

.cta-forest h2 {
  font-weight: 900;
  margin-bottom: 10px;
}

.cta-forest p {
  color: rgba(255, 255, 255, .80);
  max-width: 520px;
}

/* responsive */
@media (max-width: 580px) {
  .hero-inner .hero-bg-video-mob{
    margin-top: 5.5rem;
    display: block !important;
    width: 100%;
  }
  .hero-inner .welcome.ws-kicker{
    margin-top: 1.2rem;
    margin-bottom: 0rem;
  }
  .hero-inner .hero-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .hero-inner .mob-sp-top{
    margin-top: 1rem !important;
  }
  .hero-inner .cta-box {
    margin-top: 0rem !important;
  }
}
@media (max-width: 992px) {

  .diag-wrap {
    grid-template-columns: 1fr;
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .a-arrow {
    display: none;
  }

  .sys-grid {
    grid-template-columns: 1fr;
  }

  .sys-2 {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .op-hero {
    min-height: 560px;
  }

  .result-line {
    width: 100% !important;
    padding: 20px;
  }
}
nav .dropdown-toggle::after {
  display: none;
}
nav li.noti-nav{
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6E8EE;
  background: #F9F9F9;
  border-radius: 50%;
  font-size: 14px !important;
  position: relative;
}
nav li.noti-nav>a{
  display: flex;
  font-size: 14px !important;
}
nav li.noti-nav>a.active-dot.active-dot-success::before {
    background: #04BD6C;
}
nav li.noti-nav>a.active-dot::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: -1px;
}