html,
body,
.navbar,
.nav-link,
.dropdown-item,
.offcanvas,
.accordion-button,
.btn-subbroker,
.btn-buy,
* {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.fa,
.fas,
.far,
.fab,
.fal,
.fad,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 6 Free" !important;
}

.fas,
.fa-solid {
  font-weight: 900 !important;
  /* solid icons need weight 900 to select the right glyph set */
}

.far,
.fa-regular {
  font-weight: 400 !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

body {
  background: #fff;
  color: #193022;
}

/* Directional AOS reveals start just outside the viewport. Contain that
   temporary transform without affecting normal vertical page scrolling. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

a {
  text-decoration: none;
}



/* ======================== Index Page ========================= */


/* Navbar UI */
.site-header {
  background: linear-gradient(180deg, #f8fcf9 0%, #eef8f2 100%);
  /* border-bottom: 1px solid rgba(25, 48, 34, 0.08); */
  /* box-shadow: 0 8px 24px rgba(15, 46, 32, 0.04); */
}

.navbar-shell {
  max-width: 1540px;
}

.brand-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.navbar .nav-link {
  color: #1b1c1e;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.85rem 1.05rem;
  white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #1b582e;
}

/* Navbar dropdown caret: replace Bootstrap's border-triangle with a
   Bootstrap Icons chevron (bi-chevron-down), scoped to the navbar only. */
.navbar .nav-link.dropdown-toggle::after {
  content: "\F282";
  font-family: "bootstrap-icons" !important;
  border: 0;
  vertical-align: middle;
  margin-left: 0.4rem;
  font-size: 0.78em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #1b582e;
  transition: transform 0.25s ease, color 0.2s ease;
}

.navbar .nav-link.dropdown-toggle:hover::after,
.navbar .nav-link.dropdown-toggle:focus::after,
.bs-nav-dropdown-wrap:hover > .nav-link.dropdown-toggle::after,
.bs-nav-dropdown-wrap:focus-within > .nav-link.dropdown-toggle::after {
  color: #164d2c;
  transform: rotate(180deg);
}

.bs-nav-dropdown {
  margin-top: 0;
  border: 0;
  box-shadow: 0 16px 40px rgba(15, 46, 32, 0.12);
  border-radius: 14px;
  padding: 0.65rem;
  min-width: 180px;
  top: 100%;
}

.bs-nav-dropdown__item {
  border-radius: 10px;
  padding: 0.5rem 0.85rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.bs-nav-dropdown__item:hover,
.bs-nav-dropdown__item:focus {
  background: #edf8f1;
  color: #164d2c;
}

.bs-nav-dropdown-wrap {
  position: relative;
}

.bs-nav-dropdown-wrap:hover>.bs-nav-dropdown,
.bs-nav-dropdown-wrap:focus-within>.bs-nav-dropdown {
  display: block;
}

.navbar-nav {
  gap: 0.25rem;
}

.btn-subbroker,
.btn-buy {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.7rem 1.3rem;
  line-height: 1;
  transition: 0.2s ease;
  white-space: nowrap;
  font-size: 1rem;
}

.btn-subbroker {
  background: #fff;
  border: 1.5px solid #c9e4d3;
  color: #1b582e;
}

.btn-subbroker:hover {
  background: #eef8f2;
  border-color: #1b582e;
  color: #164d2c;
}

.btn-buy {
  background: #f79a4a;
  border: 1.5px solid #f79a4a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(247, 154, 74, 0.25);
}

.btn-buy:hover {
  background: #ef8230;
  border-color: #ef8230;
  color: #fff;
  box-shadow: 0 12px 24px rgba(247, 154, 74, 0.32);
}

.navbar-toggler {
  border: 1.5px solid #c9e4d3;
  border-radius: 10px;
  background: #fff;
  padding: 0.3rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  box-shadow: none;
  background: #eef8f2;
  border-color: #1b582e;
}

.navbar-toggler-bi {
  font-size: 1.55rem;
  line-height: 1;
  color: #1b582e;
  display: block;
}

.offcanvas {
  border-left: 0;
  box-shadow: -18px 0 36px rgba(15, 46, 32, 0.12);
}

.offcanvas-header {
  padding: 1rem 1.15rem 0.75rem;
  border-bottom: 1px solid rgba(25, 48, 34, 0.08);
}

.offcanvas-body {
  padding: 1rem 1.15rem 1.2rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9rem 0;
  color: #1d3126;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 48, 34, 0.07);
}

.mobile-submenu {
  padding: 0.3rem 0 0.9rem 0.1rem;
  margin: 0;
  list-style: none;
}

.mobile-submenu a {
  display: block;
  padding: 0.5rem 0;
  color: #587062;
  text-decoration: none;
  font-weight: 500;
}

.mobile-submenu a:hover {
  color: #164d2c;
}

.accordion-button {
  font-weight: 700;
  color: #1d3126;
  box-shadow: none !important;
  background: transparent !important;
  padding: 1rem 0;
}

.accordion-button::after {
  background-size: 0.9rem;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-brand-green-dark);
}

.accordion-item {
  background: transparent;
}

.accordion-body {
  padding-bottom: 0.1rem;
}


/* Hero Section */

/* Page background — applied via class on <body>, not a bare tag selector */
.hero-page {
  color: #575c62;
  /* background: radial-gradient(90% 70% at 85% 0%, #e4fdf5 0%, #e1f2ed 55%, #ffffff 100%); */
  background: url(../images/index/Heo-index-bg.svg) no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  overflow: hidden;
}

/* Custom container — unique name, not Bootstrap's own .container-xl */
.hero-container {
  width: 100%;
  /* max-width:1360px; */
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   TEXT GRADIENT — reusable, matches "Insurance" treatment in the reference
   ========================================================================== */
.hero-text-grad {
  background: linear-gradient(180deg, #3a9f93 21.4%, #107569 81.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ==========================================================================
   HIGHLIGHT RING — reusable hand-drawn circle used to call out "Insurance".
   Sizing uses em units so it scales with hero-title's font-size at every
   breakpoint below, with no per-breakpoint overrides required.
   ========================================================================== */
.hero-ring-highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.hero-ring-highlight-svg {
  position: absolute;
  left: 42%;
  top: 50%;
  width: 4.2em;
  height: 1.35em;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
  transform: translate(-50%, -50%) rotate(-4.5deg);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-section {
  /* padding: 7rem 0 3.5rem; */
  padding: 1.2rem 0 3.5rem;
}

.hero-title {
  font-weight: 800;
  font-size: 3.75rem;
  /* 80px on desktop via media query below */
  line-height: 1.15;
  color: #22252a;
}

.hero-desc {
  font-weight: 400;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.65;
  color: #575c62;
  max-width: 560px;
}

.hero-btn-demo {
  background: linear-gradient(0deg, #0f3d1f 0%, #1c4a2c 100%);
  border: 0.5px solid #107569;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.65;
  padding: 8px 8px 8px 24px;
  border-radius: 99px;
  /* box-shadow: 0 1.5px 1px #daf6f3 inset; */
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.hero-btn-demo-bg-wh {
  background: #ffffff !important;
  color: #0f4539 !important;
}

.hero-btn-demo:hover {
  color: #fff;
  transform: translateY(-2px);
  /* box-shadow:
    0 1.5px 1px #daf6f3 inset,
    0 16px 30px rgba(15, 46, 32, 0.3); */
}

.hero-btn-arrow {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffa065 0%, #ea7024 100%);
  color: #fff;
}

.hero-link-explore {
  font-weight: 600;
  font-size: 1.125rem;
  color: #1a482a;
  position: relative;
}

.hero-link-explore::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #1a482a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.hero-link-explore:hover::after {
  transform: scaleX(1);
}

.hero-stat-num {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.3;
  /* 48px desktop via media query */
  background: linear-gradient(180deg, #3a9f93 21.4%, #107569 81.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-stat-txt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #575c62;
}

.hero-stat-txt strong {
  color: #22252a;
  font-weight: 700;
}

.hero-visual-single {
  width: 100%;
  /* max-width: 630px; */
  max-width: 570px;
  margin: 0 auto;
}

.hero-visual-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  filter: drop-shadow(0 24px 40px rgba(15, 46, 32, 0.16));
}

.slider-section {
  display: block;
  margin: 0;
  background: #ffffff;
}

.slider-section,
.slider-section * {
  box-sizing: border-box;
}

.slider-heading {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #575c62;
  max-width: 1200px;
  margin: 51px auto 40px;
  padding: 0 65px;
}

.slider-heading strong {
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(180deg,
      rgba(58, 159, 147, 0.74) 21.4%,
      #107569 81.8%);
  background-blend-mode: normal;
  background-clip: text !important;
  -webkit-background-clip: text;
}

.slider-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 10px 0 15px;
}

.slider-viewport::before,
.slider-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.slider-viewport::before {
  left: 0;
  background: linear-gradient(to right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%);
}

.slider-viewport::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: slider-scroll-left linear infinite;
  animation-duration: 20s;
  /* overwritten by JS once real width is known */
}

.slider-viewport.slider-paused .slider-track {
  animation-play-state: paused;
}

.slider-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 90px;
  margin-right: 90px;
  /* keeps the SAME gap between groups too */
}

.slider-track img {
  height: 56px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

@keyframes slider-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--slider-scroll-distance, -1920px), 0, 0);
  }
}



.cards-section-wrap {
  /* max-width:1180px; */
  margin: 0 auto;
  padding: 80px 24px 80px;
  box-sizing: border-box;
  background: #ffffff;
  color: #333b44;
}

.cards-section-wrap * {
  box-sizing: border-box;
}

.cards-eyebrow {
  display: block;
  text-align: center;
  color: #1a7a4a;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cards-headline {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.22;
  color: #14181f;
  letter-spacing: -0.015em;
  max-width: 1002px;
  margin: 0 auto 24px;
}

.cards-headline .cards-accent-light {
  color: #55a69d;
}

.cards-headline .cards-accent-dark {
  color: #0f7568;
}

.cards-subhead {
  text-align: center;
  color: #757f8a;
  font-size: 1.02rem;
  line-height: 1.65;
  /* max-width:800px; */
  margin: 0 auto 60px;
}

/* ---------------------------------------------------------
   GRID ROW (Bootstrap row / col are used untouched)
   --------------------------------------------------------- */
.cards-row {
  row-gap: 1.5rem;
}

.cards-row>[class*="col-"] {
  display: flex;
}

/* -----OUTER FEATURE CARD---- */
.cards-feature-card {
  background: #f8f9fb;
  border: 1px solid #ebedf0;
  border-radius: 24px;
  padding: 32px;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cards-feature-title {
  font-weight: 700;
  font-size: 1.15rem;
  color: #14181f;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.cards-feature-desc {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 22px;
}

/* ------ INNER WHITE PANEL (shared across all cards) ------- */
/* .cards-panel{
    background:#FFFFFF;
    border:1px solid #ECEEF1;
    border-radius:16px;
    box-shadow:0 1px 2px rgba(15,27,43,.03), 0 10px 24px rgba(15,27,43,.035);
    padding:26px;
    flex:1;
    display:flex;
    flex-direction:column;
} */

/* Placeholder / feature image shown inside each panel */
.cards-panel-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  flex: 1;
}


/* ============PRODUCTS SECTION (Platform Features)========== */
.products-section a {
  color: inherit;
  text-decoration: none;
}

.products-section img {
  display: block;
  max-width: 100%;
}

.products-section {
  background-color: #063306;
  background-image: radial-gradient(rgba(255, 255, 255, 0.35) 1px,
      transparent 1px);
  background-size: 16px 16px;
  padding: 80px 0;
  overflow: clip;
  position: relative;
}

.products-eyebrow {
  margin: 0 0 14px 0;
  color: #6ee7b7;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.products-container {
  /* max-width:1072px; */
  /* max-width:1414px; */
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.products-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
  gap: 0px;
  align-items: end;
}

.products-text,
.products-desc {
  margin: 0;
  min-width: 0;
}

.products-text h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.25;
  font-size: 2.52rem;
  max-width: 550px;
}

.products-desc p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.05rem);
  line-height: 1.5;
  max-width: 100%;
  /* text-align: justify; */
  word-spacing: 2px;
}

.products-cards-wrap {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
  gap:100px;
  opacity: 0;
  transform: translateY(64px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform, opacity;
}

.products-cards-wrap.is-visible {
  opacity: 1;
  transform: none;
}

.product-item {
  position: sticky;
  top: 120px;
  z-index: 1;
  width: 100%;
  will-change: transform;
  /* Scroll-linked stacking (beshak-style): the scale is driven directly by
     scroll progress in JS each frame, so no transition here. */
  transform-origin: top center;
}

.product-item:nth-child(2) {
  top: 146px;
}

.product-item:nth-child(3) {
  top: 172px;
}

.product-item:nth-child(4) {
  top: 198px;
}

.product-item+.product-item {
  margin-top: 40px;
}

.product-card__number {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 72px;
  padding-top: 0;
  border-radius: 24px 0 24px 0;
  background: #f79a4a;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  box-shadow: 0 8px 18px rgba(72, 42, 147, 0.2);
  pointer-events: none;
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.products-section .reveal,
.products-root .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--delay, 0ms);
  will-change: transform, opacity;
}

.products-section .reveal.is-visible,
.products-root .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.product-card {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 50px rgba(14, 15, 12, 0.05);
  min-height: 340px;
  background: var(--card-bg, #fff);
  opacity: 0;
  transform: perspective(1200px) translateY(26px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.product-card+.product-card {
  margin-top: 0;
}

.product-card.is-visible {
  opacity: 1;
  transform: none;
}

.product-card__content {
  flex: 1 1 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0px;
  padding: 38px 32px 36px 32px;
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card.is-visible .product-card__content {
  opacity: 1;
  transform: none;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  padding: 6px 15px 6px 10px;
  border-radius: 999px;
  background: rgb(0 0 0 / 7%);
  border: 1px solid rgb(14 15 12 / 0%);
  backdrop-filter: blur(-3px);
  color: #333333;
  margin-left: 78px;
}

.product-chip__dot {
  width: 8px;
  height: 8px;
  /* flex: 0 0 28px; */
  border-radius: 999px;
  background: #333333;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.product-chip__label {
  color: var(--chip-dot, #173500);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.product-chip__badge {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(14, 15, 12, 0.12);
  flex: 0 0 16px;
}

.product-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.product-copy h3 {
  margin: 0;
  color: #111111;
  font-weight: 600;
  line-height: 1.3;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
}

.product-copy mark {
  background: none;
  color: inherit;
  padding: 0;
}

.product-copy p {
  margin: 0;
  color: #555555;
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 95%;
}

.product-cta {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--cta-bg, #173500);
  color: var(--cta-fg, #f2f7ea);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  transition:
    transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  display: none !important;
}

.product-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.product-card__media {
  flex: 0 0 43%;
  position: relative;
  min-height: 340px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--image-delay, 180ms);
}

.product-card__media.is-visible {
  opacity: 1;
  transform: none;
}

.product-card__media-inner {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.product-card__media img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card[data-tone="green"] {
  --card-bg: #e8f5e9;
  --chip-dot: #163300;
  --heading-color: #0e0f0c;
  --body-copy: #454745;
  --cta-bg: #173500;
  --cta-fg: #e6f3db;
}

.product-card[data-tone="rose"] {
  --card-bg: #f3e8f5;
  --chip-dot: #320707;
  --heading-color: #0e0f0c;
  --body-copy: #454745;
  --cta-bg: #320707;
  --cta-fg: #f0dfe9;
}

.product-card[data-tone="mint"] {
  --card-bg: #e0f4f3;
  --chip-dot: #21231d;
  --heading-color: #0e0f0c;
  --body-copy: #454745;
  --cta-bg: #21231d;
  --cta-fg: #dff0f0;
}

.product-card[data-tone="sand"] {
  --card-bg: #f2ede8;
  --chip-dot: #260a2f;
  --heading-color: #0e0f0c;
  --body-copy: #454745;
  --cta-bg: #260a2f;
  --cta-fg: #f0e6df;
}

.product-card[data-tone="green"] .product-card__media {
  --image-delay: 160ms;
}

.product-card[data-tone="rose"] .product-card__media {
  --image-delay: 220ms;
}

.product-card[data-tone="mint"] .product-card__media {
  --image-delay: 220ms;
}

.product-card[data-tone="sand"] .product-card__media {
  --image-delay: 220ms;
}

.product-card[data-tone="green"] .product-cta,
.product-card[data-tone="rose"] .product-cta,
.product-card[data-tone="mint"] .product-cta,
.product-card[data-tone="sand"] .product-cta {
  box-shadow: 0 10px 22px rgba(14, 15, 12, 0.12);
}

.product-card.is-visible .product-card__media {
  opacity: 1;
  transform: none;
}

.products-root .mobile-break {
  display: none;
}


/* ============= Partnership Feature Section ========= */

.partnership-section-wrap {
  /* max-width: 1440px; */
  margin: 0 auto;
  /* padding: 5.5vw 4.583% 6vw; */
  background: #ffffff;
  color: #14181f;
}

.partnership-header-row {
  display: flex;
  align-items: flex-end;
}

.partnership-headline {
  font-weight: 700;
  margin: 0;

  font-size: 2.9rem;
  line-height: 1.18;
}

.partnership-headline .partnership-accent {
  background: linear-gradient(180deg, #3a9f93 21.4%, #107569 81.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.partnership-sub-copy {
  color: #575c62;
  text-align: right;
  margin: 0;
  font-size: clamp(14px, 0.55vw + 12px, 1rem);
  line-height: 1.65;
}

.partnership-showcase-outer {
  position: relative;
  margin-top: 3.3vw;
  /* gutter = (224-66)/1308 = 12.08% of the inner container width */
  padding: 0 12.08%;
}

.partnership-showcase-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(20, 24, 31, 0.16);
  aspect-ratio: 991 / 585;
}

.partnership-showcase-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ---------- Floating badge layer (overflow visible, sits above frame) ---------- */
.partnership-badge-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12.08%;
  right: 12.08%;
  pointer-events: none;
  z-index: 4;
}

.partnership-badge-pill {
  position: absolute;
  pointer-events: auto;
  background: #ffc61a;
  color: #14181f;
  font-weight: 600;
  font-size: clamp(9px, 0.97vw, 14px);
  white-space: nowrap;
  padding: 0.62em 1.15em;
  border-radius: 30px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.partnership-badge-pill::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../images/index/TringleShape.svg);
  background-size: cover;
}

.partnership-badge-policy {
  top: 8.9%;
  left: 98.2%;
}

.partnership-badge-policy::before {
  left: -0.42em;
  bottom: -0.3em;
  transform: rotate(270deg);
}

.partnership-badge-renewal {
  top: 54.5%;
  left: -15.4%;
}

.partnership-badge-renewal::before {
  right: -0.42em;
  top: -0.3em;
  transform: rotate(91deg);
}

.partnership-badge-claims {
  top: 83.1%;
  left: 93.1%;
}

.partnership-badge-claims::before {
  left: -0.42em;
  top: -0.3em;
}


/* ======== Reimagining Insurance (InsurTech) Section ======= */

.it-section {
  overflow: hidden;
  /* max-width: 1200px; */
  margin: 0 auto;
}

/* ---------- Left column ---------- */
.it-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #14181f;
  line-height: 1.2;
  display: inline;
  text-align: left;
  line-height: 50px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1b1c1e;
}

.it-title .text-brand {
  background: linear-gradient(180deg, #3a9f93 21.4%, #107569 81.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.it-check-icon {
  width: 22px;
  height: 22px;
  background: #f4791f;
  border-radius: 50%;
  font-size: 0.75rem;
}

.it-check-item {
  font-size: 1.05rem;
  color: #34373c;
}

/* ---------- Right column / cards ---------- */
.it-card {
  background: #f4f5f6;
  border-radius: 16px;
  padding: 24px 28px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.it-card h5 {
  font-weight: 700;
  color: #14181f;
  margin-bottom: 8px;
  font-size: 1.21rem;
  transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.it-card p {
  color: #575c62;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.it-arrow {
  width: 48px;
  height: 48px;
  border: 1.5px solid #e4e5e9;
  background: #fff;
  border-radius: 50%;
  color: #14181f;
  font-size: 1.1rem;
  transition:
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex: 0 0 48px;
}

.it-card:hover,
.it-card.is-active {
  background: linear-gradient(0deg, #0f3d1f 0%, #1c4a2c 100%);
}

.it-card:hover h5,
.it-card:hover p,
.it-card.is-active h5,
.it-card.is-active p {
  color: #fff;
}

.it-card:hover .it-arrow,
.it-card.is-active .it-arrow {
  background: #f4791f;
  border-color: #f4791f;
  color: #fff;
}

/* ========== Trusted Infrastructure Section ===== */

.trusted-hero-section {
  background-color: #f48845;
  position: relative;
  overflow: hidden;
  padding: 48px 0px;
  /* max-width: 1440px; */
}

.trusted-hero-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.52rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.trusted-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
}

.trusted-stats-wrapper {
  background: #ffffff;
  border-radius: 0 0 40px 40px;
  margin-top: -1px;
  padding: 56px 24px 64px;
  box-shadow: 0 20px 0 -10px #159a86;
}

.trusted-stat-item {
  text-align: center;
}

.trusted-stat-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.trusted-stat-icon-wrap img {
  width: 26px;
  height: 50px;
  object-fit: contain;
}

.trusted-stat-icon-wrap img.trusted-flip {
  transform: scaleX(-1);
}

.trusted-stat-number {
  font-weight: 600;
  font-size: 26px;
  color: #575c62;
  white-space: nowrap;
}

.trusted-stat-number .nb-stat-plus {
  display: inline-block;
  vertical-align: 0.09em;
}

.trusted-stat-title {
  font-weight: 600;
  font-size: 20px;
  color: #575c62;
  margin-bottom: 6px;
}

.trusted-stat-desc {
  font-weight: 400;
  font-size: 15px;
  color: #575c62;
  max-width: 260px;
  margin: 0 auto;
}

.trusted-stats-track-outer {
  display: none;
}



.scaleb-section img,
.scaleb-section svg {
  display: block;
  max-width: 100%;
}

.scaleb-container {
  width: 100%;
  /* max-width: 1240px; */
  /* max-width: 1350px; */
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.scaleb-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a7a4a;
  margin-bottom: 12px;
}

.scaleb-section {
  position: relative;
  background: #ffffff;
  padding: 56px 0 72px;
  overflow: hidden;
}

.scaleb-ring-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.scaleb-ring-decor .ring {
  position: absolute;
  inset: 0;
  border: 2px solid #d4e4e8;
  border-radius: 50%;
}

.scaleb-ring-decor.scaleb-ring-a {
  top: -40px;
  right: 6%;
  width: 190px;
  height: 340px;
  transform: rotate(-8deg);
}

.scaleb-ring-decor.scaleb-ring-a .ring:nth-child(1) {
  inset: 14% 4% 4% 4%;
}

.scaleb-ring-decor.scaleb-ring-a .ring:nth-child(2) {
  inset: 6% 2% 2% 8%;
}

.scaleb-ring-decor.scaleb-ring-a .ring:nth-child(3) {
  inset: 0 0 4% 12%;
}

.scaleb-ring-decor.scaleb-ring-b {
  top: 90px;
  right: 22%;
  width: 190px;
  height: 340px;
  transform: rotate(-14.6deg);
}

.scaleb-ring-decor.scaleb-ring-b .ring:nth-child(1) {
  inset: 14% 4% 4% 4%;
}

.scaleb-ring-decor.scaleb-ring-b .ring:nth-child(2) {
  inset: 6% 2% 2% 8%;
}

.scaleb-ring-decor.scaleb-ring-b .ring:nth-child(3) {
  inset: 0 0 4% 12%;
}

.scaleb-content {
  position: relative;
  z-index: 1;
  max-width: 530px;
}

.scaleb-heading {
  font-weight: 700;
  font-size: 2.52rem;
  line-height: 1.2;
  color: #1b1c1e;
  margin: 0 0 4px;
}

.scaleb-subtext {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 4px 0 0;
}

.scaleb-feature-list {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.scaleb-feature-list li {
  display: flex;
  align-items: flex-start;
  column-gap: 14px;
}

.scaleb-feature-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scaleb-feature-check svg {
  width: 10px;
  height: 12px;
}

.scaleb-feature-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.scaleb-image-wrap {
  position: relative;
  z-index: 1;
}

.scaleb-dashboard-img {
  width: 100%;
  height: auto;
  /* border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.08); */
}

/* ----- Section: Why People Trust BeyondSure — Testimonials (.testomonial-*) ----- */

/* ===== Reset scoped to this component ===== */
.testomonial-section *,
.testomonial-section *::before,
.testomonial-section *::after,
.testomonial-modal-overlay *,
.testomonial-modal-overlay *::before,
.testomonial-modal-overlay *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.testomonial-section,
.testomonial-modal-overlay {
  color: #151a4b;
}

.testomonial-section button,
.testomonial-section a,
.testomonial-modal-overlay button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Section ===== */
.testomonial-section {
  /* padding: 60px 0; */
  background: #fff;
}

.testomonial-inner {
  margin: auto;
  /* max-width: 1400px; */
  padding: 60px 64px;
  /* border-radius: 32px; */
  background:
    radial-gradient(circle at 92% 5%, rgb(19 173 0 / 18%), transparent 25%),
    radial-gradient(circle at 5% 95%,
      rgba(61, 191, 122, 0.12),
      transparent 24%),
    #f4f6f5;
  position: relative;
  overflow: hidden;
}

.testomonial-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background-image: radial-gradient(#c9ccd5 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(110deg, black, transparent 42%);
}

.testomonial-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
}

.testomonial-intro,
.testomonial-carousel-column {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}


.testomonial-top-nav {
  position: absolute;
  top: 46px;
  right: 71px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testomonial-intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 6px;
}

.testomonial-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.testomonial-eyebrow-text {
  color: #1a7a4a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.testomonial-heading {
  max-width: 460px;
  font-size: 2.52rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #151515;
  margin-bottom: 20px;
}

.testomonial-heading .accent {
  font-style: normal;
  background: linear-gradient(180deg,
      rgba(58, 159, 147, 0.74) 0%,
      #107569 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #107569;
}

.testomonial-subheading {
  margin-top: 10px;
  color: #6b7280;
  font-size: 15.5px;
  line-height: 1.7;
  font-size: 1rem;
  max-width: 400px;
  line-height: 1.65;
}

.testomonial-score-wrap {
  position: relative;
  margin-top: 25px;
  max-width: 430px;
  padding-top: 26px;
}

.testomonial-score-deco {
  position: absolute;
  left: 19%;
  top: 0;
  width: 52px;
  height: 52px;
  background: #fff;
  border: 1px solid rgba(21, 26, 75, 0.09);
  border-radius: 12px;
  transform: rotate(45deg);
  box-shadow: 0 8px 16px rgba(21, 26, 75, 0.05);
  z-index: 0;
}

.testomonial-score {
  position: relative;
  z-index: 1;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(21, 26, 75, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(21, 26, 75, 0.08);
}

.testomonial-score-number {
  min-width: 60px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #151a2e;
}

.testomonial-score-stars-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.testomonial-score-stars {
  color: #f7a928;
  font-size: 15px;
  letter-spacing: 2px;
}

.testomonial-score-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef5d52;
  display: inline-block;
}

.testomonial-score-copy {
  margin-top: 5px;
  color: #767c8c;
  font-size: 12.5px;
  line-height: 1.5;
}

.testomonial-social-label {
  margin-top: 28px;
  color: #151a2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.testomonial-socials {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.testomonial-social-link {
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #30364b;
  font-weight: 600;
  text-decoration: none;
  transition: 0.22s ease;
}

.testomonial-social-link:hover {
  border-color: #e2e4ea;
  background: #fff;
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(21, 26, 75, 0.06);
}

.testomonial-social-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.testomonial-social-icon.google {
  background: #fff;
  color: #4285f4;
  border: 1px solid #e1e4ea;
  font-size: 17px;
  box-shadow: 0 3px 9px rgba(21, 26, 75, 0.07);
}

.testomonial-google-review {
  border-color: #e2e4ea;
  background: rgba(255, 255, 255, 0.78);
}

.testomonial-google-review:hover {
  border-color: #cfd5df;
}

.testomonial-google-review-copy {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.testomonial-google-review-copy small {
  color: #8b91a0;
  font-size: 10px;
  font-weight: 500;
}

.testomonial-social-arrow {
  margin-left: auto;
  color: #989ead;
  transition: 0.2s;
}

.testomonial-social-link:hover .testomonial-social-arrow {
  color: #ef5d52;
}

.testomonial-carousel-column {
  min-width: 0;
}

.testomonial-carousel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.testomonial-carousel-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #7a8092;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.testomonial-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22a45d;
  box-shadow: 0 0 0 5px rgba(34, 164, 93, 0.14);
}

.testomonial-nav-group {
  display: flex;
  gap: 8px;
}

.testomonial-carousel-wrap {
  position: relative;
  min-width: 0;
}

.testomonial-viewport {
  overflow: hidden;
  border-radius: 28px;
}

.testomonial-grid {
  display: grid;
  gap: 22px;
  transition: transform 0.55s cubic-bezier(0.22, 0.75, 0.25, 1);
  will-change: transform;
}

.testomonial-card {
  min-height: 440px;
  padding: 42px 44px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(21, 26, 75, 0.06);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(21, 26, 75, 0.09);
  position: relative;
  overflow: hidden;
}

.testomonial-card::before {
  content: "\201C";
  position: absolute;
  left: 37px;
  top: -13px;
  color: rgba(21, 122, 94, 0.07);
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  content: "“";
  position: absolute;
  /* right: 10px; */
  top: -20px;
  color: rgba(239, 93, 82, 0.09);
  font-size: 125px;
  line-height: 1;
}

.testomonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.testomonial-avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #dff6e8;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a7a4a;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  line-height: 1.1;
  padding: 2px;
}

.testomonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testomonial-name {
  color: #151a4b;
  font-size: 15px;
  font-weight: 700;
}

.testomonial-role {
  margin-top: 0px;
  color: #9aaa8a;
  font-size: 12px;
}

.testomonial-stars {
  display: flex;
  gap: 3px;
  margin-top: 27px;
  position: relative;
  z-index: 1;
}

.testomonial-stars svg,
.testomonial-modal-stars svg {
  width: 16px;
  height: 16px;
  fill: #f7a928;
}

.testomonial-card-title {
  margin-top: 18px;
  color: #151a4b;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}

.testomonial-quote-wrap {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.testomonial-quote {
  color: #767c8c;
  font-size: 14.5px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.testomonial-quote strong {
  color: #3b6d11;
  font-weight: 700;
}

.testomonial-quote br {
  display: none;
}

.testomonial-read-btn {
  display: none;
  margin-top: 15px;
  border: 0;
  background: none;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  color: #1a7a4a;
}

.testomonial-read-btn:hover {
  text-decoration: underline;
}

.testomonial-nav {
  position: static;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e4ea;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 6px 16px rgba(21, 26, 75, 0.06);
  color: #4b5163;
}

.testomonial-nav:hover:not(:disabled) {
  color: #fff;
  border-color: #1e9464;
  background: #1e9464;
  transform: translateY(-2px);
}

.testomonial-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.testomonial-nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.testomonial-dots {
  min-height: 10px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.testomonial-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 99px;
  background: #d3d6de;
  cursor: pointer;
  transition: 0.25s;
}

.testomonial-dot.active {
  width: 26px;
  background: #22a45d;
}

/* ===== Modal ===== */
.testomonial-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 16, 44, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.testomonial-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.testomonial-modal {
  width: min(680px, 100%);
  max-height: 88vh;
  overflow: auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(15px) scale(0.98);
  transition: 0.25s;
  position: relative;
}

.testomonial-modal-overlay.open .testomonial-modal {
  transform: none;
}

.testomonial-modal-close-top {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f1f2f5;
  cursor: pointer;
}

.testomonial-modal-close-top svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
}

.testomonial-modal-header {
  padding: 34px 34px 25px;
  border-bottom: 1px solid #e7e8ed;
}

.testomonial-modal-author {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-right: 45px;
}

.testomonial-modal-avatar {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  background: #dff6e8;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.testomonial-modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testomonial-modal-name {
  font-weight: 700;
}

.testomonial-modal-role {
  margin-top: 4px;
  color: #62697c;
  font-size: 13px;
}

.testomonial-modal-stars {
  display: flex;
  gap: 3px;
  margin-top: 19px;
}

.testomonial-modal-title {
  color: #151a4b;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.testomonial-modal-body {
  padding: 28px 34px 36px;
}

.testomonial-modal-quote {
  color: #62697c;
  font-size: 15px;
  line-height: 1.85;
}

body.testomonial-modal-open {
  overflow: hidden;
}


/* ----- Section: Industries We Serve (.ind-*) ----- */
.ind-section *,
.ind-section *::before,
.ind-section *::after {
  box-sizing: border-box;
}

.ind-section {
  position: relative;
  padding: 64px 0;
  background-color: #0f3d25;
  /* background-image: linear-gradient(rgba(15, 61, 37, 0.9), rgba(15, 61, 37, 0.9)), url(../images/index/pill-backgroud.svg); */
  background-image: url(../images/index/pill-backgroud.svg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ind-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ind-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6de0b2;
  margin-bottom: 12px;
}

.ind-heading {
  font-weight: 800;
  font-size: clamp(22px, 4.2vw, 40px);
  letter-spacing: -1px;
  line-height: 1.15;
  color: #fff;
  margin: 8px 0 32px;
}

.ind-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ind-pill {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 10px 20px;
  white-space: nowrap;
  cursor: default;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.ind-pill:hover,
.ind-pill:focus-visible {
  font-weight: 700;
  color: #fff;
  background-color: #1a7a4a;
  border-color: #1a7a4a;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.35);
}

/* everyone Insurtech */

.everyone-Insurtech-section {
  background-color: #ffffff;
  padding: 64px 0 76px;
}

.everyone-it-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #1a7a4a;
  margin-bottom: 12px;
}

.everyone-it-heading {
  font-size: 2.52rem;
  line-height: 1.28;
  font-weight: 700;
  color: #1b1c1e;
  max-width: 530px;
  margin-bottom: 12px;
}

.everyone-it-subtitle {
  font-size: 15px;
  /* line-height: 1.7; */
  color: #6b7280;
  max-width: 530px;
  margin-bottom: 28px;
}

.everyone-it-feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 24px;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.everyone-it-feature-card:hover {
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  transform: translateY(-2px);
}

.everyone-it-feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  object-fit: cover;
}

.everyone-it-feature-title {
  font-size: 16px;
  color: #111827;
  margin: 0 0 6px;
}

.everyone-it-feature-text {
  font-size: 13px;
  line-height: 1.65;
  color: #6b7280;
  margin: 0;
}

.everyone-it-visual-wrap {
  max-width: 652px;
}

.everyone-it-visual-img {
  aspect-ratio: 652 / 461;
  object-fit: cover;
}

/* Built around */
.biz-section {
  padding: 64px 0 96px;
}

/* 
  .biz-container {
    max-width: 1272px;
  } */

/* ---------------- Header ---------------- */
.biz-header {
  position: relative;
  gap: 24px;
}

.biz-header-text {
  max-width: 700px;
}

.biz-heading {
  font-weight: 700;
  font-size: 2.52rem;
  line-height: 50px;
  color: #1b1c1e;
  margin: 0;
}

.biz-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.5px;
  color: #6b7280;
  margin: 18px 0 0;
}

.biz-btn-show-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 10px 8px 10px 24px;
  border: 0.5px solid #107569;
  border-radius: 99px;
  background-image: linear-gradient(0deg, #0f3d1f 0%, #1c4a2c 100%);
  box-shadow: 0px 1.5px 1px rgba(218, 246, 243, 0.56) inset;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.biz-btn-show-more:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #ffffff;
}

.biz-btn-show-more span.biz-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.biz-btn-show-more .biz-arrow-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100px;
  background-image: linear-gradient(180deg, #ffa065 0%, #ea7024 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-btn-show-more .biz-arrow-circle svg {
  width: 14px;
  height: 14px;
}

/* ---------------- Cards (Bootstrap row/col grid) ---------------- */
.biz-cards-row {
  margin-top: 48px;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.biz-cards-row-2 {
  margin-top: 24px;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}


.biz-card {
  width: 100%;
  position: relative;
  background-color: #f6f8f7;
  border-radius: 12px;
  padding: 32px 24px 32px;
  overflow: hidden;
}

.biz-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #1b1c1e;
  margin: 0 0 16px;
  padding-right: 70px;
}

.biz-block {
  margin-bottom: 1.6rem;
}

.biz-block:last-child {
  margin-bottom: 0;
}

.biz-block-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2px;
}

.biz-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.biz-label-challenge {
  color: #ca2a2a;
}

.biz-dot-challenge {
  background-color: #ca2a2a;
}

.biz-label-solution {
  color: #0875a0;
}

.biz-dot-solution {
  background-color: #0875a0;
}

.biz-block-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #575c62;
  margin: 0;
  text-align: justify;
}

/* Icon badge */
.biz-icon-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #f6f8f7;
  background-color: #f6f8f7;
  box-shadow:
    0px 0px 10px rgba(0, 0, 0, 0.12),
    0px 16px 40px -8px rgba(88, 92, 95, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-icon-badge svg {
  width: 32px;
  height: 35px;
}


/* FAQ  */

/* ===== Section wrapper ===== */
.faq-section {
  background-color: #f3f7f7;
  border-radius: 12px;
  padding: 30px 60px;
}

.faq-title {
  font-weight: 700;
  font-size: 2.52rem;
  line-height: 50px;
  color: #1b1c1e;
  text-align: center;
  margin-bottom: 32px;
}

/* ===== Each Q/A item ===== */
.faq-item {
  border-bottom: 1px solid #cdd0d5;
  padding: 24px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
}

.faq-question-text {
  font-weight: 600;
  font-size: 1.225rem;
  line-height: 32px;
  color: #1b1c1e;
  margin: 0;
}

/* Toggle icon circle */
.faq-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #f6f8f7;
  box-shadow: 0px 16px 32px -12px rgba(88, 92, 95, 0.1);
  transition:
    background-image 0.2s ease,
    background-color 0.2s ease;
}

.faq-icon svg {
  width: 14px;
  height: 14px;
}

.faq-icon .faq-icon-plus {
  display: block;
}

.faq-icon .faq-icon-minus {
  display: none;
}

/* Closed state: teal gradient plus */
.faq-icon .faq-icon-plus path {
  fill: url(#teal-gradient);
}

/* Open state: orange circle + white minus */
.faq-item.faq-open .faq-icon {
  background-image: linear-gradient(180deg, #ffa065 0%, #ea7024 100%);
  border-color: #f6f8f7;
}

.faq-item.faq-open .faq-icon .faq-icon-plus {
  display: none;
}

.faq-item.faq-open .faq-icon .faq-icon-minus {
  display: block;
}

/* Answer body */
.faq-answer {
  font-size: 16px;
  line-height: 28px;
  color: #34373c;
  padding-top: 16px;
}

.faq-answer ul {
  margin: 8px 0;
  padding-left: 20px;
}

.faq-answer li {
  margin-bottom: 2px;
}

.faq-answer p {
  margin-bottom: 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* Bootstrap collapse element */
.faq-collapse {
  overflow: hidden;
}


/* Footer */

.footer-site-footer {
  background-color: #000;
  color: #fff;
  /* background-color: #f4f7ff;
    color: #0c0c0c; */
}

.footer-site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-site-footer a:hover,
.footer-contact:hover {
    color:#A7E0B8 !important;
  }

  /* Only the mint bottom bar has dark-on-light links */
  .footer-bottom-bar a span:hover{
    color: #000000;
    text-decoration: underline;
  }

/* ---------- Logo + brand (single combined image) ---------- */
.footer-brand-logo {
  /* height: 40px;
  width: auto; */
  /* background: #ffffff; */
  border-radius: 10px;
  padding: 15px 0px;
  height: 70px;
  width: auto;
  filter: brightness(35.5);
}

/* ---------- Headings / body text ---------- */
.footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
      /* color: #14181f; */
  margin-bottom: 0;
}

.footer-link-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a7e0b8;
  margin-bottom: 16px;
}

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

.footer-link-list a {
  display: inline-block;
}

.footer-link-list a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
      /* color: #14181f; */
}

.footer-link-list a:hover {
  color: #a7e0b8;
  /* color: #1ab94a; */
  text-decoration: underline;
}

.footer-app-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 7px 14px 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  background: #050505;
  color: #fff;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.footer-google-play-mark {
  width: 27px;
  height: 31px;
  flex: 0 0 auto;
}

.footer-app-link span {
  display: grid;
  gap: 3px;
}

.footer-app-link small {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.footer-app-link strong {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.footer-app-link:hover {
  border-color: #a7e0b8;
  background: #17231d;
  color: #fff !important;
}

.footer-app-link:focus-visible {
  outline: 3px solid rgba(167, 224, 184, 0.45);
  outline-offset: 3px;
}

.footer-address {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
      /* color: #14181f; */
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
      /* color: #14181f; */
}

.footer-contact-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ---------- Social pills ---------- */
.footer-social-pill {
  border: 1px solid rgba(33, 33, 33, 0.32);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  /* color: #14181f; */
  white-space: nowrap;
  transition:
    border-color 0.15s ease,
    color 0.15s ease;
}

.footer-social-pill:hover {
  border-color: #a7e0b8;
  color: #a7e0b8;
  /* color: #1ab94a; */
}

.footer-social-pill svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ---------- Bottom bar ---------- */
.footer-bottom-bar {
  background-color: #a7e0b8;
}

.footer-bottom-bar a,
.footer-bottom-bar span {
  color: #000;
  font-size: 14px;
}





@media (prefers-reduced-motion: reduce) {
  .slider-track {
    animation: none;
  }
}

@media (max-width: 1199.98px) {
  .partnership-header-row {
    align-items: flex-start;
  }

  .partnership-sub-copy {
    text-align: left;
  }
}

/* Additional Styles */
@media screen and (max-width: 1024px) {
  .br-none-tab-mob {
    display: none !important;
  }
}

@media screen and (min-width: 991.5px) and (max-width: 1150px){

  .navbar .nav-link,
  .btn-subbroker,
  .btn-buy {
    font-size: 0.81rem;
  }

  .bs-nav-dropdown__item {
    font-size: 0.8rem;
  }

  .brand-logo {
    height: 30px;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1280px) {

  .navbar .nav-link,
  .btn-subbroker,
  .btn-buy {
    font-size: 0.85rem;
  }

  .bs-nav-dropdown__item {
    font-size: 0.85rem;
  }

  .brand-logo {
    height: 35px;
  }
}

/* lg/xl (desktop) */
@media (min-width: 992px) {
  .bs-nav-dropdown {
    display: none;
    position: absolute;
    left: 0;
  }

  .it-card .it-arrow {
    transform: translateX(18px);
  }

  .it-card:hover .it-arrow,
  .it-card.is-active .it-arrow {
    transform: translateX(0);
  }

  .testomonial-intro {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .testomonial-carousel-column {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    margin-top: 0;
  }

  .biz-cards-row,
  .biz-cards-row-2 {
    --bs-gutter-x: 31px;
    --bs-gutter-y: 24px;
  }

  .slider-group {
    gap: 64px;
    margin-right: 64px;
  }

  .slider-track img {
    height: 46px;
  }

  .slider-viewport::before,
  .slider-viewport::after {
    width: 90px;
  }

  .slider-heading {
    font-size: 20px;
    line-height: 30px;
    margin: 40px auto 28px;
    padding: 0 40px;
  }

  .slider-viewport {
    padding: 10px 0 64px;
  }
}

@media (max-width: 991.98px) {
  
  .faq-item:last-child{
        border-bottom: 1px solid #cdd0d5;
  }

  .navbar .nav-link {
    padding: 0.7rem 0;
  }

  .mobile-actions {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .mobile-actions .btn-subbroker,
  .mobile-actions .btn-buy {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    padding: 0.86rem 1.1rem;
  }

  .hero-section {
    padding: 3.5rem 0 1.75rem;
    text-align: left;
  }

  .hero-title {
    font-size: 2.75rem;
  }

  .hero-visual-single {
    max-width: 350px;
  }

  .cards-headline {
    font-size: 2.15rem;
    max-width: 640px;
  }

  .cards-subhead {
    max-width: 640px;
  }

  .cards-panel-img {
    min-height: 165px;
  }

  .product-card__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .products-section {
    padding: 64px 0;
  }

  .products-container {
    gap: 40px;
  }

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

  .products-text h2 {
    max-width: none;
  }

  .products-desc p {
    max-width: none;
  }

  .product-card__content {
    padding: 28px 22px 24px;
  }


  .partnership-showcase-outer {
    padding: 0 9%;
  }

  .partnership-badge-layer {
    left: 9%;
    right: 9%;
  }

  .partnership-badge-policy {
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
  }

  .partnership-badge-renewal {
    top: 100%;
    left: 0%;
    transform: translate(-50%, -50%);
  }

  .partnership-badge-claims {
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
  }


  /* hide the static desktop grid, show the scrolling track */
  .trusted-stats-grid-desktop {
    display: none !important;
  }

  .trusted-stats-track-outer {
    display: block;
  }

  .trusted-stats-track-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
  }

  .trusted-stats-track-outer::before,
  .trusted-stats-track-outer::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 2;
    pointer-events: none;
  }

  .trusted-stats-track-outer::before {
    left: 0;
    background: linear-gradient(to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%);
  }

  .trusted-stats-track-outer::after {
    right: 0;
    background: linear-gradient(to left,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%);
  }

  .trusted-stats-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    will-change: transform;
    animation: trusted-stats-scroll-left linear infinite;
    animation-duration: 18s;
  }
  .trusted-hero-subtitle {
      max-width: 100%;
    }
  .trusted-stats-track-outer.trusted-is-paused .trusted-stats-track {
    animation-play-state: paused;
  }

  .trusted-stats-group {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    /* gap: 20px; */
    margin-right: 20px;
  }

  .trusted-stats-track .trusted-stat-item {
    flex-shrink: 0;
    width: 260px;
    padding: 0;
    user-select: none;
  }

  @keyframes trusted-stats-scroll-left {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(var(--trusted-stats-scroll-distance, -1200px),
          0,
          0);
    }
  }


  .scaleb-section {
    padding: 48px 0 56px;
  }

  .scaleb-content {
    max-width: 100%;
  }

  /* .scaleb-heading {
    font-size: 30px;
  } */

  .scaleb-ring-decor {
    display: none;
  }

  .scaleb-image-wrap {
    margin-top: 32px;
  }


  .testomonial-inner {
    padding: 90px 40px 55px;
  }

  .testomonial-top-nav {
    top: 0;
    right: 0;
  }

  .testomonial-top-nav {
    display: none !important;
  }

  .testomonial-score-wrap {
    margin-top: 1px;
    max-width: 100%;
  }

  .ind-heading {
    font-size: 32px;
  }

  .everyone-it-heading, .partnership-headline, .testomonial-heading {
    font-size: 2.41rem;
    max-width: 100%;
  }

  .everyone-it-subtitle {
    max-width: 100%;
  }

  .everyone-it-visual-wrap {
    max-width: 520px;
    margin-top: 8px;
  }

  .biz-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .biz-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .biz-header {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .biz-cards-row {
    margin-top: 32px;
  }

  .biz-cards-row-2 {
    margin-top: 24px;
  }

  .faq-section {
    padding: 48px 32px;
  }

  .faq-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
  }

  .faq-question-text {
    font-size: 19px;
    line-height: 28px;
  }
}

/* only tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .gap-space-md {
        gap: 1.5rem !important;
    }
}

/* only ipad mini */
@media screen and (min-width: 768px) and (max-width: 819.98px) {
  .cards-panel-img {
    min-height: 145px;
  }
}

@media screen and (max-width: 767.98px) {
  .hero-btn-arrow {
    width: 30px;
    height: 30px;
  }

  .hero-btn-demo {
    font-size: 0.82rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 2.25rem 0 1.25rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual-single {
    max-width: 380px;
  }

  .hero-stat-num {
    font-size: 1.5rem;
  }

  .hero-stat-txt {
    font-size: 0.55rem;
  }

  .hero-stat-both-mob-spacing {
    display: flex !important;
    justify-content: space-between !important;
  }

  .cards-section-wrap {
    padding: 64px 20px 90px;
  }

  .cards-headline {
    font-size: 1.9rem;
  }


  .product-card {
    flex-direction: column;
    min-height: unset;
  }

  .product-card__media {
    flex-basis: auto;
    min-height: 240px;
    order: 2;
  }

  .cards-panel-img {
    min-height: 150px;
  }

  .products-text h2 {
    font-size: 1.6rem;
  }

  .products-text h2 {
    font-size: 1.3rem;
  }


  .partnership-showcase-outer {
    padding: 0 4%;
  }

  .partnership-badge-layer {
    left: 4%;
    right: 4%;
  }

  .partnership-badge-policy {
    top: 0%;
    left: 94%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .partnership-badge-renewal {
    top: 100%;
    left: 8%;
    transform: translate(-50%, -50%);
  }

  .partnership-badge-claims {
    top: 100%;
    left: 94%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .partnership-header-row {
    align-items: flex-start;
  }

  .partnership-sub-copy {
    text-align: justify;
    /* margin-top: 14px; */
  }

      .partnership-headline{
        margin-top: 1.5rem;
      }

  .it-title {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .it-check-item {
    font-size: 0.95rem;
  }

  .it-card {
    padding: 20px;
  }

  .it-card h5 {
    font-size: 1.05rem;
  }

  .it-card p {
    font-size: 0.9rem;
  }

  .it-arrow {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    font-size: 1rem;
  }

  .trusted-hero-section {
    padding: 36px 20px;
    text-align: center;
  }

  .trusted-hero-subtitle {
    max-width: 100%;
    margin: 0 auto;
  }

  .trusted-stats-wrapper {
    padding: 40px 0 48px;
  }

  .trusted-stats-track .trusted-stat-item {
    width: 230px;
  }

  .scaleb-heading {
    font-size: 26px;
  }

  .scaleb-subtext {
    font-size: 14px;
  }

  .scaleb-image-wrap {
    margin-top: 0px;
  }

  .ind-heading {
    font-size: 26px;
  }

  .ind-pill {
    font-size: 14px;
    padding: 8px 16px;
  }

  .everyone-Insurtech-section {
    padding: 48px 0 56px;
  }

  .everyone-it-heading {
    font-size: 26px;
  }

  .everyone-it-feature-card {
    padding: 20px;
  }

  .everyone-it-visual-wrap {
    max-width: 100%;
  }

  .biz-section {
    padding: 48px 0 64px;
  }

  .biz-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .biz-cards-row {
    margin-top: 28px;
    --bs-gutter-y: 20px;
  }

  .biz-cards-row-2 {
    margin-top: 20px;
    --bs-gutter-y: 20px;
  }

  .biz-card {
    padding: 24px 20px 24px;
  }

  .biz-btn-show-more {
    height: 48px;
    padding: 6px 6px 6px 20px;
  }

  .biz-btn-show-more span.biz-label {
    font-size: 15px;
  }

  .biz-btn-show-more .biz-arrow-circle {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
}

@media (max-width: 768px) {
  .slider-group {
    gap: 48px;
    margin-right: 48px;
  }

  .slider-track img {
    height: 38px;
  }

  .slider-viewport::before,
  .slider-viewport::after {
    width: 56px;
  }

  .slider-heading {
    font-size: 18px;
    line-height: 26px;
    margin: 32px auto 20px;
    padding: 0 24px;
  }

  .slider-viewport {
    padding: 10px 0 48px;
  }
  .product-copy h3{
    font-size: 1.35rem;
  }
}

@media (max-width: 640px) {
  /* .testomonial-section {
        padding: 40px 0;
      } */

  .testomonial-inner {
    padding: 78px 18px 42px;
    border-radius: 22px;
  }

  .testomonial-heading {
    font-size: 38px;
  }

  .testomonial-score-wrap {
    margin-top: 0px;
    padding-top: 15px;
  }

  .testomonial-subheading {
    margin-top: 0px;
  }

  .testomonial-socials {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .testomonial-social-link {
    min-width: calc(50% - 5px);
    flex: 1;
    padding: 0 10px;
    font-size: 13px;
  }

  .testomonial-social-arrow {
    display: none;
  }

  .testomonial-card {
    min-height: 440px;
    padding: 30px 22px;
  }

  .testomonial-card::before {
    font-size: 120px;
    left: 16px;
  }

  .testomonial-card-title {
    font-size: 18px;
  }

  .testomonial-quote {
    font-size: 12.5px;
  }

  .testomonial-quote-wrap button {
    font-size: 15px;
  }

  .testomonial-carousel-kicker {
    font-size: 10px;
  }

  .testomonial-modal-header,
  .testomonial-modal-body {
    padding-left: 23px;
    padding-right: 23px;
  }

  .products-section {
    padding: 52px 0;
  }

  .products-container {
    padding: 0 16px;
    gap: 32px;
  }

  .product-card {
    border-width: 4px;
    border-radius: 20px;
  }

  .product-card__number {
    top: -4px;
    left: -4px;
    width: 64px;
    height: 56px;
    padding-top: 0;
    border-radius: 20px 0 18px 0;
    font-size: 1.7rem;
  }

  .product-chip {
    margin-left: 60px;
  }

  .product-card__content {
    padding: 24px 18px 18px;
    gap: 18px;
  }

  .product-chip {
    gap: 10px;
  }

  .product-chip__label {
    white-space: normal;
  }

  .product-copy p {
    max-width: none;
    font-size: 0.8rem;
  }

  .product-card__media {
    min-height: 210px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.85rem;
  }

  .hero-visual-single {
    max-width: 320px;
  }

  .cards-section-wrap {
    padding: 25px 16px 70px;
  }

  .cards-headline {
    font-size: 1.65rem;
  }

  .cards-subhead {
    font-size: 0.92rem;
    margin-bottom: 40px;
  }

  .cards-feature-card {
    padding: 20px;
  }

  /* .cards-panel{ padding:18px; } */
  .offcanvas {
    --bs-offcanvas-width: 245px;
  }

  .partnership-badge-pill {
    font-size: 9px;
    padding: 0.55em 0.9em;
  }

  .scaleb-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .scaleb-heading {
    font-size: 24px;
  }

  .ind-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ind-heading {
    font-size: 22px;
  }

  .ind-section {
    padding: 48px 0;
  }

  .everyone-it-visual-img {
    border-radius: 12px;
  }

  .faq-section {
    padding: 32px 16px;
    border-radius: 8px;
  }

  .faq-title {
    font-size: 24px;
    line-height: 32px;
  }

  .faq-question-text {
    font-size: 1rem;
    line-height: 24px;
  }

  .faq-icon {
    width: 32px;
    height: 32px;
  }

  .faq-icon svg {
    width: 12px;
    height: 12px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 24px;
  }

  .partnership-headline,
  .trusted-hero-title,
  .testomonial-heading,
  .everyone-it-heading,
  .biz-heading {
    font-size: 1.6rem !important;
  }

  .trusted-stat-title {
    font-size: 1rem;
  }

  .trusted-stat-desc {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .slider-group {
    gap: 32px;
    margin-right: 32px;
  }

  .slider-track img {
    height: 30px;
  }

  .slider-viewport::before,
  .slider-viewport::after {
    width: 34px;
  }

  .slider-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 40px auto 16px;
    padding: 0 16px;
  }

  .slider-viewport {
    padding: 10px 0 36px;
  }
}

/* ===================== Scroll To Top Button (Water Fill) ===================== */
.scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(234, 112, 36, 0.15);
  color: #ea7024;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 20px rgba(234, 112, 36, 0.25);
  overflow: hidden;
  isolation: isolate;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* The "water" fill layer, height controlled via JS using --scroll-fill */
.scroll-top-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--scroll-fill, 0%);
  background: linear-gradient(180deg, #ffa065 0%, #ea7024 100%);
  transition: height 0.12s linear;
  z-index: 0;
}

/* subtle wave line on top of the fill */
.scroll-top-btn::after {
  content: '';
  position: absolute;
  left: -10%;
  width: 120%;
  height: 6px;
  bottom: var(--scroll-fill, 0%);
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transform: translateY(50%);
  transition: bottom 0.12s linear;
  z-index: 0;
}

.scroll-top-btn i {
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #ea7024;
  transition: color 0.2s ease;
}

/* Arrow turns white once fill reaches 70% */
.scroll-top-btn.icon-white i {
  color: #fff;
}

.scroll-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(234, 112, 36, 0.4);
}

@media (max-width: 480px) {
  .scroll-top-btn {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-aos],
  [data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 374.98px) {
    .readycta-btn {
        font-size: 0.6rem;
    }
}