@charset "UTF-8";
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

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

/* _breakpoints.scss */
/* Fluid type + spacing */
:root {
  --space: clamp(12px, 1.8vw, 20px);
}

body {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.6;
}

.btn, .chip {
  min-height: 44px;
  padding: 10px 16px;
}

/* Media helpers */
.media-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aspect-16x9 {
  aspect-ratio: 16/9; /* safe fallback below */
}
@supports not (aspect-ratio: 16/9) {
  .aspect-16x9 {
    position: relative;
    padding-top: 56.25%;
  }
  .aspect-16x9 > * {
    position: absolute;
    inset: 0;
  }
}

@media (max-width: 768px) {
  .frow-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#testimonials {
  scroll-margin-top: 120px;
}

html {
  scroll-behavior: smooth;
}

.wp-block-embed,
.wp-block-embed-youtube,
.wp-block-embed-iframe {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-video {
  max-width: 900px;
  margin: 0 auto;
}
.custom-video iframe {
  width: 100%;
  height: auto;
}

.wp-block-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 75%;
}

.contact-icon {
  color: #fff;
  display: inline;
  position: relative;
  top: 8px;
}

/* sections/home/_index.scss */
section.hero {
  position: relative;
  width: 100%;
  overflow: clip;
}

.hero__video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
  /* acts as a safety net so PSI doesn’t see height:0,
     but layout still expands with actual video height */
  min-height: 600px; /* small guarantee for PSI */
  height: auto; /* allow natural expansion */
}

.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures it fills the container without stretching */
  object-position: center;
  display: block;
}

/* Content overlaps on top */
.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff; /* ensure contrast */
  padding: 4rem 0;
  padding-top: 140px; /* adjust */
}
.hero__content h1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 55px;
  color: #1A2D36;
  max-width: 750px;
}
.hero__content h1 span {
  color: #02AE54;
}
.hero__content p {
  font-size: 1.25rem;
  line-height: 24px;
  max-width: 427px;
  padding-top: 30px;
  font-weight: 400;
  color: rgba(26, 45, 54, 0.6);
  margin-left: auto;
}
.hero__content .hero__content-wrap {
  display: flex;
}
.hero__content .callout-buttons {
  margin-top: 30px;
  color: #1A2D36;
}
.hero__content .callout-buttons a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  margin-top: 20px;
}
.hero__content .callout-buttons a.talktous {
  color: #1A2D36;
  font-size: 1.2rem;
}

.hero__bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 2rem 0; /* some breathing space */
}

.hero__bottom-wrap {
  display: flex;
  align-items: center;
}
.hero__bottom-wrap .hero__box--patent {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.21);
  -webkit-backdrop-filter: blur(12.3px);
  backdrop-filter: blur(12.3px);
  padding: 24px;
  border-radius: 24px;
  text-align: center;
  max-width: 420px;
  flex: 0 0 auto; /* keeps natural size, no stretch */
  align-items: center; /* centers badge + text horizontally */
}
.hero__bottom-wrap .hero__box--patent p {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.hero__bottom-wrap .hero__box--patent p span.highlight {
  color: #02AE54;
}
.hero__bottom-wrap .hero__sdgs {
  display: flex;
  align-items: center; /* keeps icon + text aligned */
  gap: 12px;
  max-width: 400px;
  flex-direction: column; /* stack items vertically */
  margin-left: auto;
}
.hero__bottom-wrap .hero__sdgs .hero__sdg {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.2) 100%);
  box-shadow: 0px 0.602187px 0.602187px -1.25px rgba(0, 0, 0, 0.23), 0px 2.28853px 2.28853px -2.5px rgba(0, 0, 0, 0.204), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
  display: flex;
  padding: 8px;
  max-width: 500px;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.hero__bottom-wrap .hero__sdgs .hero__sdg::after {
  content: " ";
  position: absolute;
  background: url(../images/icon-indicator.svg) no-repeat center center;
  top: 50px;
  left: -85px;
  width: 95px;
  height: 20px;
}
.hero__bottom-wrap .hero__sdgs .hero__sdg--1 {
  left: -150px;
}
.hero__bottom-wrap .hero__sdgs .hero__sdg--6 {
  left: -50px;
}
.hero__bottom-wrap .hero__sdgs img,
.hero__bottom-wrap .hero__sdgs .hero__sdg-icon {
  width: 110px; /* fix width */
  height: 110px; /* fix height */
  flex: 0 0 110px; /* don't let flex shrink it */
  object-fit: contain;
  display: block;
}
.hero__bottom-wrap .hero__sdgs .hero__sdg-content {
  flex: 1;
  margin-left: 20px; /* text takes remaining space */
}
.hero__bottom-wrap .hero__sdgs .hero__sdg-content h2 {
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
.hero__bottom-wrap .hero__sdgs .hero__sdg-content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
}

.hero__clients-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}

.hero__clients-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  will-change: transform;
}

.hero__client {
  flex: 0 0 auto;
}

.hero__client img {
  height: 104px;
  width: auto;
  display: block;
}

/* optional overlay for readability */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0.5;
}

.callout-buttons {
  margin-top: 50px;
}
.callout-buttons a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  margin-top: 20px;
}
.callout-buttons a.btn--sugar {
  background: #b8870b;
}
.callout-buttons a.btn--sugar:hover {
  background: #836508;
  text-decoration: underline;
}
.callout-buttons a.btn--crs {
  background: #1f4e2c;
}
.callout-buttons a.btn--csr:hover {
  background: #0e2415;
  text-decoration: underline;
}
.callout-buttons a.btn--carbon {
  background: #1b5e73;
}
.callout-buttons a.btn--carbon:hover {
  background: #134659;
  text-decoration: underline;
}

/* Stack spacing on small screens */
@media (max-width: 768px) {
  .hero__video {
    margin-top: 0;
  }
  .hero__content {
    padding: 0 20px;
  }
  .hero .hero__heading {
    padding: 24px 0 40px;
  }
  .hero__content h1 {
    font-size: 1.875rem;
    line-height: 35px;
    max-width: 100%;
    padding-top: 0;
    font-weight: 700;
  }
  .hero__content .hero__content-wrap {
    flex-direction: column;
    gap: 0px;
  }
  .hero__bottom {
    top: 550px;
    bottom: auto;
  }
  .hero__video {
    height: 1900px;
  }
  .hero__bottom-wrap {
    flex-direction: column;
    padding: 0 10px;
  }
  .hero__content p {
    color: #000;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
    font-size: 1rem;
  }
  .hero__bottom-wrap .hero__box--patent {
    display: flex;
    align-items: flex-start;
  }
  .hero__bottom-wrap .hero__box--patent img {
    width: 96px;
    height: auto;
    margin-right: 20px;
  }
  .hero__bottom-wrap .hero__box--patent p {
    font-size: 1rem;
    line-height: 23px;
    text-align: left;
  }
  .hero__bottom-wrap .hero__sdgs .hero__sdg--1 {
    left: 0;
  }
  .hero__bottom-wrap .hero__sdgs .hero__sdg--6 {
    left: 0;
  }
  .hero__bottom-wrap .hero__sdgs {
    margin-left: 0;
    margin-top: 20px;
  }
  .hero__bottom-wrap .hero__sdgs .hero__sdg-content p {
    font-size: 1rem;
    line-height: 23px;
    text-align: left;
  }
}
.button {
  background: #02AE54;
  box-shadow: 0px 1px 33.4px rgba(31, 155, 90, 0.09);
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0px 1px 33.4px rgba(31, 155, 90, 0.09);
  border: 0;
  display: inline-block;
  transition: background-color 0.25s ease;
  color: #fff;
}

.button:hover {
  text-decoration: none;
}

.button--primary {
  background-color: #02AE54;
  color: #ffffff;
}

.button--primary:hover,
.button--primary:focus-visible {
  background-color: #0e994a;
}

.button--ghost {
  background-color: transparent;
  color: #10562C;
  box-shadow: none;
}

.button--arrow {
  background-image: url(../images/view-more-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.button--arrow:hover {
  background: #115D19 url("../images/view-more-arrow.svg") no-repeat 90% 50%;
  color: #fff; /* optional for contrast */
}

.button-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.button-wrap--left {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

a.btn--variant-1 {
  background: #b8870b;
  color: #fff;
}

a.btn--variant-1:hover {
  background: #836508;
  color: #fff;
}

a.btn--variant-2 {
  background: #1f4e2c;
  color: #fff;
}

a.btn--variant-2:hover {
  background: #0e2415;
  color: #fff;
}

a.btn--variant-3 {
  background: #1b5e73;
  color: #fff;
}

a.btn--variant-3:hover {
  background: #134659;
  color: #fff;
}

a.btn--white {
  background: #fff;
  color: #000;
}

a.btn--white:hover {
  background: #fff;
  color: #000;
}

.leading {
  background: #ffffff;
  -webkit-border-top-left-radius: 65px;
  -webkit-border-top-right-radius: 65px;
  -moz-border-radius-topleft: 65px;
  -moz-border-radius-topright: 65px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  padding: 170px 0 230px 0;
  position: relative;
  margin-top: -60px;
}
.leading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.leading__content {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2c2c2c;
  text-align: center;
}
.leading__content > * {
  will-change: transform, opacity;
}
.leading__content p {
  margin: 0 0 2.5rem;
}
.leading__content .leading__accent {
  color: #c1c1c1;
}
.leading__clients {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: -40px;
}
.leading__clients img {
  display: block;
  max-width: 100%;
  height: auto;
  will-change: transform, opacity;
}
.leading__cta {
  margin-top: 1rem;
}
.leading__cta .button {
  padding: 16px 24px;
}
.leading__cta .button:hover {
  background: linear-gradient(275.9deg, #f4d373 -13.06%, #46b865 98.65%);
}

@media (max-width: 768px) {
  .leading {
    padding: 50px 0;
  }
  .leading__content {
    font-size: 1rem;
    line-height: 140%;
  }
  .leading__content p {
    margin: 0 0 1rem;
  }
  .leading__clients {
    margin-top: 8px;
  }
  .leading__clients img {
    max-width: 120px;
  }
}
.products {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .products {
    padding: 50px 0;
  }
}
.products h2 {
  text-align: left;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: -0.02em;
  color: #1A2D36;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .products h2 {
    font-size: 1.375rem;
    text-align: center;
  }
}
.products .buttonwrap {
  text-align: left;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 2fr);
    gap: 16px;
    padding: 0px 20px;
  }
}
.products-grid a {
  text-decoration: none;
  color: #fff;
}
.products-grid a:hover {
  text-decoration: none;
  color: #fff;
}

.product-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.product-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
  transition: background 0.35s ease;
  z-index: 1;
}
.product-card__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 60%);
  z-index: 2;
}
.product-card__inner h3 {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0;
  transition: transform 0.35s ease, opacity 0.35s ease, letter-spacing 0.35s ease;
}
@media (min-width: 1520px) {
  .product-card__inner h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .product-card__inner h3 {
    font-size: 0.75rem;
  }
}
.product-card:hover img, .product-card:focus-within img {
  transform: scale(1.03);
  opacity: 0.95;
}
.product-card:hover::after, .product-card:focus-within::after {
  background: rgba(0, 0, 0, 0.32);
}
.product-card:hover .product-card__inner h3, .product-card:focus-within .product-card__inner h3 {
  transform: translateY(-3px);
  letter-spacing: 0.02em;
  opacity: 0.95;
}

html,
body {
  overflow-x: clip;
}

.solutions {
  position: relative;
  background: #fff;
  isolation: isolate;
  padding: 80px 0 0;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .solutions {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .solutions {
    padding: 0;
  }
}
.solutions__pin {
  position: relative;
  display: flow-root;
}
.solutions__viewport {
  height: 536px;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .solutions__viewport {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .solutions__viewport {
    height: 300px;
  }
}
.solutions__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .solutions__heading {
    text-align: center;
  }
}
.solutions__heading .eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(55, 65, 81, 0.55);
  -webkit-backdrop-filter: blur(11.1px);
  backdrop-filter: blur(11.1px);
  border-radius: 12px;
  margin-bottom: 0.5rem;
  padding: 5px 21px;
  color: rgba(55, 65, 81, 0.55);
}
.solutions__heading h2 {
  margin: 0;
  font-size: 3.125rem;
  font-weight: 400;
  color: #1A2D36;
}
@media (max-width: 768px) {
  .solutions__heading h2 {
    font-size: 1.375rem;
  }
}
.solutions__track {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 16px;
  padding-right: 60px;
  overflow: visible;
  will-change: transform;
}
@media (max-width: 768px) {
  .solutions__track {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
.solutions__track::after {
  content: "";
  flex: 0 0 32px;
}
.solutions__progress {
  position: relative;
  height: 6px;
  background: #e5e7eb;
  margin: 30px 16px 0;
  border-radius: 2px;
  overflow: hidden;
}
.solutions__progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #116131 0%, #93831C 100%);
  border-radius: 10px;
  transition: width 0.2s linear;
}

.solution-card {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solution-card {
    flex: 0 0 85vw;
    scroll-snap-align: start;
  }
}
.solution-card .solution-card__eybrow {
  position: absolute;
  top: 30px;
  right: 30px;
}
.solution-card .solution-card__eybrow .eyebrow {
  background: rgb(255, 255, 255);
}
.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 30, 46, 0) 0%, rgba(24, 31, 47, 0.75) 78.37%);
  pointer-events: none;
  z-index: 1;
}
.solution-card img {
  display: block;
  height: auto;
  max-height: 536px;
  border-radius: inherit;
  max-height: 536px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .solution-card img {
    max-height: 420px;
  }
}
@media (max-width: 768px) {
  .solution-card img {
    width: 100%;
    height: 300px;
    max-height: none;
    object-fit: cover;
  }
}
.solution-card__inner {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.solution-card__inner h3 {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .solution-card__inner h3 {
    font-size: 1.375rem;
    margin-right: 20px;
  }
}
.solution-card__inner p {
  margin: 0 20px 10px 0px;
  font-size: 1rem;
  max-width: 400px;
  margin-left: auto;
  color: #D9D9D9;
  font-weight: 400;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .solution-card__inner p {
    font-size: 0.625rem;
  }
}
.solution-card__inner .solution-card__inner-wrap {
  display: flex;
  align-items: flex-end;
}

.track-endcap {
  display: none;
}

@media (max-width: 768px) {
  .solutions__pin {
    height: auto;
  }
}
.page-template-page-mega .solution-card__inner {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 40px 20px;
}
.page-template-page-mega .solution-card__inner .solution-card__inner-wrap {
  font-size: 1.125rem;
}
.page-template-page-mega .solution-card__inner h3 {
  margin: 0 0 0.5rem;
  line-height: 1.2;
  font-weight: 400;
  padding-right: 20px;
}

@media (min-width: 600px) and (max-height: 600px) {
  .solutions {
    padding-top: 16px;
  }
  .solutions__viewport {
    height: 340px;
  }
  .solution-card img {
    max-height: 340px;
  }
  .solution-card__inner h3 {
    font-size: 1.6rem;
  }
  .solution-card__inner p {
    font-size: 0.75rem;
    max-width: 260px;
  }
  .solutions__heading {
    margin-bottom: 8px;
  }
}
body.admin-bar .site-header {
  top: 32px;
}

.corporate-engagement {
  padding: 10px 0 100px 0;
  margin: clamp(32px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
}
.corporate-engagement::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 0;
  width: 52%;
  height: 62%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 35% 60%, rgba(16, 86, 44, 0.14) 0%, rgba(16, 86, 44, 0.08) 38%, rgba(16, 86, 44, 0.03) 58%, transparent 74%);
  filter: blur(18px);
}
.corporate-engagement .buttonwrap {
  margin-left: 0;
  width: 80%;
  text-align: left;
  padding: 28px 16px 30px 16px;
}
@media (max-width: 768px) {
  .corporate-engagement .buttonwrap {
    padding: 28px 0 30px 0;
  }
}
.corporate-engagement .buttonwrap .button {
  color: #fff;
}
.corporate-engagement__wrapper {
  background: #10562c;
  padding: 50px 42px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .corporate-engagement__wrapper {
    background: #ffffff;
    border: 0;
    padding: 0px 20px;
  }
}
.corporate-engagement__wrapper h2 {
  font-weight: 500;
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .corporate-engagement__wrapper h2 {
    color: #1A2D36;
    border: 0;
    font-size: 1.375rem;
    text-align: center;
  }
}
.corporate-engagement__wrapper p {
  font-size: 1rem;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .corporate-engagement__wrapper p {
    color: #1A2D36;
    border: 0;
    font-size: 1rem;
    text-align: center;
  }
}
.corporate-engagement__details {
  background: #10562c;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 50px 25px 62px 25px;
  position: relative;
  z-index: 3;
  align-content: stretch;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .corporate-engagement__details {
    border-radius: 25px;
    margin-top: 20px;
  }
}
.corporate-engagement .corporate-engagement__details-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 16px 30px 16px;
  max-width: 80%;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .corporate-engagement .corporate-engagement__details-box {
    width: 100%;
    border-radius: 25px;
    max-width: 100%;
  }
}
.corporate-engagement .corporate-engagement__details-box h3 {
  font-weight: 500;
  font-size: 2rem;
  color: #1a2d36;
}
.corporate-engagement .corporate-engagement__details-box p {
  font-size: 0.875rem;
  line-height: 21px;
  color: rgba(26, 45, 54, 0.6);
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.corporate-engagement__image {
  background: transparent;
  width: 100%;
  padding: 30px 30px 0 30px;
  border-top-right-radius: 24px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .corporate-engagement__image {
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.corporate-engagement__image img {
  width: 100%;
  display: block;
}

/* keep your curved green bar */
/* Layout alignment rules */
.corporate-engagement .col-md-2-5 {
  display: flex;
  flex-direction: column;
  align-items: stretch; /* full width for children */
}

.corporate-engagement__wrapper {
  flex: 1 1 auto;
  padding-bottom: 50px;
}

.corporate-engagement__wrapper h2,
.corporate-engagement__wrapper p {
  margin-bottom: 0;
}

.corporate-engagement__image {
  flex: 0 0 auto;
  margin-top: 0;
}
@media (max-width: 768px) {
  .corporate-engagement__image {
    margin-top: 10px;
  }
}

.corporate-engagement .col-md-2-5 {
  min-height: 100%;
}

.corporate-engagement .items-stretch {
  align-items: stretch;
}

/* ===== Tokens (align with project variables if you have them) ===== */
:root {
  --accent:#02AE54 ; /* Green in the screenshot */
  --heading:#1A2D36; /* Dark heading */
  --text: #59646e; /* Body text */
  --card: #ffffff; /* White card */
  --muted: #F3F4F6; /* Light grey card bg */
  --panel-grad-a: #f8fff4; /* very light greenish */
  --panel-grad-b: #ffffff;
  --radius-lg: 16px;
  --radius-md: 14px;
  --shadow-md: 0 10px 30px rgba(15,36,48,0.10);
  --shadow-sm: 0 6px 18px rgba(15,36,48,0.08);
  --gap-xl: 32px;
  --gap-lg: 24px;
  --gap-md: 16px;
}

.carbon-block {
  background: #fff;
  padding: 82px;
  margin-top: 100px;
}
.carbon-block .button-wrap {
  margin-top: 30px; /* push the button to the bottom of the card */
  margin-left: 0;
  text-align: left;
  justify-content: flex-start;
}

.carbon-block__top {
  align-items: center;
}

/* Make the frow gutters a bit larger for this section */
.carbon-block .gutters-xl {
  --gutter: 32px;
}

/* ===== Section spacing ===== */
.carbon-block {
  padding: 40px 0 56px;
  background: #fff;
}

/* ===== Media cards (images) ===== */
.media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #ddd;
  margin: 0;
  padding: 0;
}

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

.media--right img {
  aspect-ratio: 4/5; /* tall image on the right */
}

/* ===== Right content card in row 1 ===== */
.card--content {
  background: #F3F4F6;
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin: 0px 0 0 0px;
  height: auto;
}

.card__title {
  margin: 0 0 10px;
  color: var(--heading);
  font-weight: 700;
  font-size: 3.125rem;
  letter-spacing: -0.012em;
}
@media (max-width: 768px) {
  .card__title {
    font-size: 1.375rem;
    font-weight: 500;
    text-align: center;
  }
}

.card__title .accent {
  color: var(--accent);
}

.card__eyebrow {
  margin: 0 0 12px;
  font-weight: 400;
  color: #1A2D36;
  font-size: 1.5rem;
  line-height: 27px;
}

.card__copy {
  margin: 0;
  color: rgba(21, 20, 20, 0.55);
  line-height: 1.6;
  font-size: 1rem;
  margin-right: 60px;
}

/* ===== Bottom left panel + mini cards ===== */
.panel {
  background: #f3f4f6;
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  margin-right: 10px;
}

.panel__title {
  margin: 0 0 18px;
  color: #1A2D36;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .panel__title {
    font-size: 1.375rem;
    text-align: center;
  }
}

.panel__title .accent {
  color: var(--accent);
}

/* Grid of 4 cards */
.panel__grid {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .panel__grid {
    gap: 20px;
  }
}

/* mini-cards */
.mini-card {
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 18px 18px 20px;
  box-shadow: var(--shadow-sm);
  text-align: left;
  height: 100%;
  margin-right: 10px;
}

.mini-card__icon {
  width: 44px;
  height: 44px;
  color: #223746;
  opacity: 0.9;
  margin-bottom: 12px;
}

.mini-card__icon .i {
  width: 44px;
  height: 44px;
  display: block;
}

.mini-card__title {
  margin: 15px 0 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #1A2D36;
}

.mini-card__copy {
  margin: 0;
  font-size: 1rem;
  line-height: 19px;
  color: #898989;
  font-weight: 400;
}

/* Make both columns in the bottom row equal height */
.carbon-block__bottom {
  align-items: stretch; /* frow already uses flex, this ensures equal column height */
}

.carbon-block__bottom .panel {
  height: 100%; /* grow to match column height */
  display: flex;
  flex-direction: column;
}

.panel__grid {
  flex-grow: 1; /* take up leftover space below heading */
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}

.panel__grid > .col-md-1-4 {
  display: flex;
}

.mini-card {
  flex: 1; /* make each card fill its grid cell vertically */
  display: flex;
  flex-direction: column;
}

/* Ensure the image fills its column */
.media--right {
  height: 100%;
  display: flex;
}

.media--right img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop to fill */
  border-radius: var(--radius-lg);
}

/* ===== Layout tweaks to mimic the screenshot proportions ===== */
.carbon-block__bottom {
  margin-top: 28px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .media--right img {
    aspect-ratio: 3/4;
  }
}
@media (max-width: 768px) {
  .card--content {
    padding: 22px;
  }
  .panel {
    padding: 22px;
  }
}
.crops {
  background: #fff;
  padding: 0 0 0px;
}
.crops .crops__wrap {
  display: flex;
  align-items: stretch;
}
.crops .crops__media {
  --bg-url: none;
  position: relative;
  flex: 1 1 40%;
  min-height: 650px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .crops .crops__media {
    display: none;
  }
}
.crops .crops__media p, .crops .crops__media h3 {
  color: #fff;
  position: relative;
  top: 60px;
  left: 50px;
  font-size: 1.125rem;
}
.crops .crops__media h3 {
  font-weight: 500;
  line-height: 48px;
  font-size: 2.5rem;
}
.crops .crops__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.14) 45%, rgba(0, 0, 0, 0.24) 100%);
  z-index: 0;
  pointer-events: none;
}
.crops .crops__tag {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  color: #000000;
  font-size: 0.6875rem;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(11.1px);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .crops .crops__tag {
    display: none;
  }
}
.crops .crops__grid {
  flex: 1 1 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .crops .crops__grid {
    grid-template-columns: 1fr;
  }
}
.crops .works__grid {
  flex: 1 1 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
.crops .works__grid .crop-card {
  min-height: 500px;
}
@media (max-width: 768px) {
  .crops .works__grid {
    grid-template-columns: 1fr;
  }
}

.crop-card {
  --bg-url: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 800px;
}
@media (max-width: 768px) {
  .crop-card {
    min-height: auto;
  }
}
.crop-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: none;
  transition: none;
}
.crop-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.24) 32%, rgba(0, 0, 0, 0.48) 100%);
  z-index: 1;
  pointer-events: none;
}
.crop-card > * {
  position: relative;
  z-index: 2;
}
.crop-card__title {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .crop-card__title {
    font-size: 1.375rem;
  }
}
.crop-card__stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: center;
  column-gap: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(3.9px);
  border-radius: 24px;
  padding: 5px 21px;
  margin: 0 0 24px;
}
.crop-card__stats .stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  min-width: 0;
}
.crop-card__stats .stat--1 {
  grid-column: 1;
}
.crop-card__stats .stat--divider {
  grid-column: 2;
  width: 1px;
  min-width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  padding: 0;
  margin: 0;
  align-self: center;
}
.crop-card__stats .stat--2 {
  grid-column: 3;
}
.crop-card__stats .stat__value {
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 768px) {
  .crop-card__stats .stat__value {
    font-size: 1.375rem;
  }
}
.crop-card__stats .stat__label {
  color: #D5D5D5;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .crop-card__stats .stat__label {
    font-size: 0.75rem;
    white-space: normal;
  }
}
.crop-card__list {
  margin-bottom: 24px;
}
.crop-card__list li {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .crop-card__list li {
    font-size: 1rem;
  }
}
.crop-card p {
  margin-right: 80px;
}
.crop-card__cta {
  margin-top: 30px;
  text-align: left !important;
  margin-left: 40px;
  position: absolute;
  bottom: 30px;
}
@media (max-width: 768px) {
  .crop-card__cta {
    position: relative;
  }
}
.crop-card__cta .button {
  background: #FFFFFF;
  box-shadow: 0px 1px 33.4px rgba(31, 155, 90, 0.09);
  border-radius: 30px;
  font-weight: 500;
  color: #46B865;
  padding: 10px 24px;
  display: inline-flex;
  margin: 0 !important;
  margin-right: auto !important;
  align-self: flex-start;
  width: max-content;
  font-size: 1.125rem;
}

.frow-container-full {
  position: relative;
}

/* a11y helper */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.achv__row {
  align-items: stretch;
}

.achievements {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .achievements {
    padding: 0px 0;
  }
}

.achievements__title {
  padding-bottom: 30px;
}
.achievements__title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 90px;
}
@media (max-width: 768px) {
  .achievements__title h2 {
    font-size: 1.375rem;
    text-align: center;
  }
}

/* Left image */
.achv__media {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.achv__media img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .achv__media img {
    width: 100%;
  }
}

/* Viewport (no scrollbars; overflow hidden) */
.achv {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .achv {
    margin-right: 0px;
  }
}

.achv__viewport {
  height: 540px; /* visible window like the mock */
  overflow: hidden; /* hide scrollbars entirely */
  padding-right: 24px;
  position: relative;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .achv__viewport {
    margin-left: 0px;
  }
}

/* top/bottom fade masks (like the design) */
.achv__viewport::before, .achv__viewport::after {
  content: "";
  position: absolute;
  left: 0;
  right: 24px;
  height: 76px;
  pointer-events: none;
  z-index: 3;
}

/* Track stacks slides vertically; GSAP moves it with translateY */
.achv__track {
  display: flex;
  flex-direction: column;
  gap: 28px;
  will-change: transform;
  margin: 20px;
}

/* Slide card */
.achv__card {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  padding: 40px 29px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
  transform: scale(0.92);
  opacity: 0.45; /* non-active default */
  filter: blur(3px); /* add blur for inactive */
  transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.achv__card-title {
  margin: 0 0 10px;
  font-weight: 800;
  color: #252222;
  text-align: center;
  font-size: 1.25rem;
}

.achv__card-copy {
  margin: 0;
  color: #606060;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: center;
}

.buttonwrap {
  text-align: center;
  margin-top: 20px;
}

/* Active visual (GSAP toggles this) */
.achv__card.is-active {
  transform: scale(1);
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 6px 24.6px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  position: relative;
  filter: blur(0); /* no blur for active */
}

.achv__card.is-active::after {
  content: none;
}

/* Dots */
.achv__dots {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.achv__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #cfd5d9;
  cursor: pointer;
}

.achv__dots button[aria-current=true] {
  background: #24b35e;
}

/* Keep the badge box from scaling */
.achv__badge {
  position: absolute;
  top: 0px; /* spacing from top */
  right: 0px; /* spacing from right */
  transform: none; /* REMOVE centering */
  display: inline-block;
  background: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  width: auto;
  height: auto;
}

.achv__badge img {
  display: block;
  height: 144px; /* fixed logo height */
  width: auto; /* keep aspect ratio */
}
@media (max-width: 768px) {
  .achv__badge img {
    height: 80px; /* fixed logo height */
  }
}

.callout {
  --callout-h: 314px; /* from the design */
  --callout-r: 24px;
  --callout-pad-x: 60px;
  --callout-pad-y: 64px;
  --green-1: #1d6c3f; /* base bg */
  --green-2: #0f5a34; /* darker right */
  --text: #ffffff;
  --chip-bg: #ffeae0; /* pill bg from mock */
  --chip-fg: #23493a; /* pill text */
  margin: 80px 0;
}

.callout__wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(270deg, #1d6c3f, #0f5a34);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.callout__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/callout-bg.webp") no-repeat right center/cover;
  /* no global opacity on the element itself */
  /* soften with blend if you want: */
  /* mix-blend-mode: overlay; */
  z-index: 0; /* << behind content */
  pointer-events: none;
}

/* make the inner row define height & padding */
.callout__row {
  min-height: var(--callout-h);
  padding: var(--callout-pad-y) var(--callout-pad-x);
  position: relative;
  z-index: 1; /* << above the pattern */
}

/* text styles */
.callout__content h2 {
  color: var(--text);
  line-height: 1.15;
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 64px;
  max-width: 750px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .callout__content h2 {
    font-size: 1.375rem;
    text-align: center;
    line-height: 27px;
  }
}

.callout__content p {
  color: var(--text);
  margin: 0;
  font-size: 1.125rem;
  line-height: 29px;
}
@media (max-width: 768px) {
  .callout__content p {
    font-size: 1rem;
    text-align: center;
    line-height: 27px;
  }
}

/* right side action */
.callout__actions {
  text-align: right;
}

.button--pill {
  display: inline-block;
  background: #fff;
  color: #111827;
  padding: 15px 22px;
  width: 206px;
  text-align: center;
  border-radius: 9999px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 1rem;
}

/* responsive */
@media (max-width: 768px) {
  .callout__row {
    min-height: auto;
    row-gap: 16px;
  }
  .callout__actions {
    text-align: center;
  }
  .button--pill {
    padding: 12px 18px;
    font-size: 1.3rem;
  }
}
.insights {
  --card-bg: #dff7e7;
  --card-radius: 24px;
  --media-radius: 16px;
  --cta-bg: #12a751;
  --cta-fg: #ffffff;
  --pill-bg: #12a751;
  --pill-fg: #ffffff;
  --chip-bg: #f1f5f9;
  --chip-fg: #64748b;
  margin: 180px 0;
}
.insights__head {
  margin-bottom: 18px;
}
.insights__head h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  line-height: 58px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .insights__head h2 {
    font-size: 1.375rem;
    line-height: 27px;
  }
}
.insights__more {
  text-align: right;
}
.insights .button--pill {
  display: inline-block;
  color: var(--pill-fg);
  padding: 10px 18px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  background: #02AE54;
  border-radius: 100px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #FFFFFF;
  font-family: "Lato";
}
.insights .button--pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.insights {
  /* grid spacing help */
}
.insights__grid {
  row-gap: 28px;
}
.insights .blog-card__image {
  aspect-ratio: 4/2;
}
.insights .insight-card__media img {
  width: auto;
  height: auto;
  max-height: 100px; /* tune as per design */
  object-fit: cover;
  display: block;
  margin: auto;
  text-align: center;
}

/* Card */
.insight-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(224, 250, 228, 0.35);
  border-radius: 24px;
  padding: 22px;
}

.insight-card__media {
  border-radius: var(--media-radius);
  overflow: hidden;
  margin: 0 0 16px;
}

.insight-card__media img {
  width: auto;
  height: auto; /* tune as per design */
  object-fit: cover;
  display: block;
}

.insight-card__body {
  margin-bottom: 18px;
}

.insight-card__meta {
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  line-height: 20px;
}

.insight-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 29px;
  color: #000000;
}
@media (max-width: 768px) {
  .insight-card__title {
    font-size: 1rem;
    line-height: 27px;
  }
}

/* CTA */
.insight-card__cta {
  margin-top: auto;
}

.button--cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--cta-bg);
  color: var(--cta-fg);
  padding: 16px 18px;
  border-radius: 9999px;
  font-weight: 700;
  box-shadow: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, background-position 0.25s ease;
  will-change: transform, background-color, background-position;
  font-weight: 500;
  font-size: 1.25rem;
  background-image: url(../images/view-more-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.button--cta:hover {
  background: #115D19 url("../images/view-more-arrow.svg") no-repeat 90% 50%;
  transform: translateY(-2px);
  color: #fff; /* optional for contrast */
}

.button--cta .i {
  width: 18px;
  height: 18px;
}

/* Responsive polish */
@media (max-width: 1024px) {
  .insight-card__media img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .insights {
    margin: 56px 0;
  }
  .insights__more {
    display: none;
  }
  .insight-card__media img {
    height: 200px;
  }
}
.testimonials {
  background: #f5f8fb;
  padding: 100px 0;
  text-align: center;
  --gap: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials .section-title {
  font-size: 2.6875rem;
  font-weight: 400;
  margin-bottom: 60px;
  max-width: 80%;
  line-height: 55px;
  margin: 50px auto;
}
.testimonials .section-title span {
  color: #12a751;
}
@media (max-width: 768px) {
  .testimonials .section-title {
    font-size: 1.375rem;
    line-height: 27px;
  }
}
.testimonials__slider {
  overflow: hidden;
  position: relative;
}
.testimonials__track {
  display: flex;
  align-items: center;
  gap: var(--gap, 32px);
  will-change: transform;
}
.testimonials .testimonial-card {
  flex: 0 0 754px; /* desktop width of each card */
  max-width: 90vw; /* keeps it neat on small screens */
  opacity: 0.35;
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
  text-align: left;
}
.testimonials .testimonial-card__inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .testimonials .testimonial-card__inner {
    flex-direction: column;
  }
}
.testimonials .testimonial-card__image img {
  width: 277px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
.testimonials .testimonial-card__quote {
  font-size: 1rem;
  color: #202020;
  margin-bottom: 15px;
  position: relative;
  padding-top: 30px;
}
.testimonials .testimonial-card__quote:before {
  content: " ";
  color: #12a751;
  font-size: 2rem;
  position: absolute;
  top: -10px;
  left: auto;
  right: -15px;
  background: url("../images/quotes.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 40px;
  height: 40px;
}
.testimonials .testimonial-card__name {
  font-weight: 600;
  margin-bottom: 3px;
  color: #808080;
  font-size: 0.875rem;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.testimonials .testimonial-card__role {
  font-size: 0.9rem;
  color: #64748b;
  padding: 0;
  margin: 0;
}
.testimonials .testimonial-card.is-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .testimonial-card {
    flex-basis: 420px;
  }
}
@media (max-width: 640px) {
  .testimonial-card {
    flex-basis: 86vw;
  }
}
.india-map {
  position: relative;
  padding: 60px 0 0;
  background: linear-gradient(180deg, #f3eff8 0%, #edf3f8 55%, #e9f1f6 100%);
  /* COMBINED MASK (this is the key) */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-composite: intersect;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-composite: intersect;
}
@media (max-width: 768px) {
  .india-map {
    padding: 80px 0 0;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.india-map .impact-stats {
  /* soft sky-to-mint gradient like the mock */
  background: transparent;
  padding: clamp(24px, 5vw, 0px) 0;
}
.india-map .impact-stats .frow {
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.india-map .impact-stats .frow {
  row-gap: clamp(16px, 3vw, 32px);
}
.india-map .impact-stats {
  /* columns need a positioning context for the separators */
}
.india-map .impact-stats .frow > [class*=col-] {
  position: relative;
  padding-left: clamp(8px, 1.2vw, 16px);
  padding-right: clamp(8px, 1.2vw, 16px);
}
.india-map .impact-stats {
  /* faint vertical dividers with top/bottom gaps */
}
.india-map .impact-stats .frow > [class*=col-]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(16, 86, 44, 0.12); /* subtle green-grey */
}
.india-map .impact-stats {
  /* pill + caption */
}
.india-map .impact-stats .stat {
  margin: 0; /* dl reset */
}
.india-map .impact-stats .stat__value span {
  display: inline-block;
  padding: 12px 16px;
  background: #F6F5F2;
  border-radius: 8px;
  /* light neutral pill */
  color: #10562C; /* brand green */
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .india-map .impact-stats .stat__value span {
    font-size: 0.75rem;
  }
}
.india-map .impact-stats .stat__label {
  margin-top: 12px;
  color: #7E7E7E;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .india-map .impact-stats .stat__label {
    font-size: 0.6875rem;
  }
}
.india-map .impact-stats {
  /* Responsive: two columns on mobile, hide vertical separators */
}
@media (max-width: 768px) {
  .india-map .impact-stats {
    /* If your Frow doesn’t auto-change, you can force two-up like this: */
  }
  .india-map .impact-stats .frow > [class*=col-] {
    width: 50%;
  }
  .india-map .impact-stats .frow > [class*=col-]::before {
    content: none;
  }
}
.india-map .india-map__heading {
  text-align: center;
  margin-bottom: 28px;
}
.india-map .india-map__heading .frow-container {
  margin-bottom: 80px;
}
.india-map .india-map__heading h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 58px;
  color: #111827;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  .india-map .india-map__heading h2 {
    font-size: 1.375rem;
    line-height: 27px;
  }
}
.india-map .india-map__heading h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 58px;
  color: #111827;
  max-width: 800px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .india-map .india-map__heading h3 {
    font-size: 1rem;
    line-height: 27px;
  }
}
.india-map .eyebrow {
  text-align: center;
}
.india-map__wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 100px auto;
  /* contain overflow of the SVG itself; tooltip sits in <body> (fixed) */
  overflow: hidden;
}
.india-map__wrap svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  /* in case the SVG shipped with fixed size, JS removes width/height;
     viewBox must exist in the file for proper scaling */
}
.india-map {
  /* Only states (elements with data-name) are interactive */
}
.india-map__wrap svg * {
  pointer-events: none;
}
.india-map { /* disable everything by default */ }
.india-map__wrap svg [data-name], .india-map__wrap svg [data-name] * {
  pointer-events: auto;
}
.india-map { /* re-enable for states only */
  /* Smooth transitions for shapes */
}
.india-map__wrap svg path,
.india-map__wrap svg polygon,
.india-map__wrap svg rect,
.india-map__wrap svg g {
  transition: fill 0.25s ease, stroke 0.25s ease, filter 0.25s ease;
}
.india-map {
  /* Interactive states (we rely on data-name or a class you add) */
  /* If you only want green states interactive, add .state--green to them */
}
.india-map [data-name],
.india-map .state--green {
  cursor: pointer;
}
.india-map [data-name]:focus-visible,
.india-map .state--green:focus-visible {
  outline: none;
  stroke: var(--brand-green);
  stroke-width: 2px;
}
.india-map {
  /* Smooth animated hover/focus highlight */
}
.india-map [data-name].is-hot {
  stroke: var(--brand-green);
  stroke-width: 1.5px;
  animation: statePulse 0.4s ease-out;
  /* subtle glow + fill transition */
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
  /* animated color changes */
  transition: fill 0.35s ease, stroke 0.25s ease, filter 0.25s ease, transform 0.25s ease;
  /* lighter fill tint */
  fill: color-mix(in srgb, var(--brand-green) 80%, black);
  /* gentle scale-up for popout effect */
  transform-origin: center;
  transform: scale(1.03);
}
.india-map {
  /* Return smoothly when hover/focus ends */
}
.india-map [data-name] {
  transition: fill 0.35s ease, stroke 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}
@keyframes statePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.03);
  }
}
.india-map {
  /* don't style generic groups */
}
.india-map g.is-hot {
  stroke: none;
}
.india-map { /* safety in case a class lands on a group */
  /* ---------- Tooltip (white popout card with arrow) ---------- */
}
.india-map__tooltip {
  position: fixed; /* appended to <body> by JS */
  z-index: 9999;
  background: var(--pop-bg);
  color: var(--pop-fg);
  border: 1px solid var(--pop-border);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -8px) scale(0.96);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.india-map__tooltip .tip-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.india-map__tooltip .tip-note {
  font-weight: 500;
  opacity: 0.85;
}
.india-map__tooltip {
  /* arrow */
}
.india-map__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--pop-bg);
  border-left: 1px solid var(--pop-border);
  border-top: 1px solid var(--pop-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.india-map__tooltip {
  /* default: tooltip sits ABOVE state, arrow points down */
}
.india-map__tooltip[data-pos=top]::after {
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
}
.india-map__tooltip {
  /* flipped: tooltip sits BELOW state, arrow points up */
}
.india-map__tooltip[data-pos=bottom]::after {
  top: -6px;
  transform: translateX(-50%) rotate(225deg);
}
.india-map__tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -12px) scale(1);
}
.india-map {
  /* Small screens: allow the map to breathe */
}
@media (max-width: 640px) {
  .india-map__wrap {
    max-width: 100%;
  }
  .india-map__tooltip {
    font-size: 0.875rem;
    padding: 7px 10px;
  }
}

.state-icon {
  color: #fff; /* since the symbol uses currentColor */
  opacity: 0.95;
  pointer-events: none; /* keep state hover/tooltip intact */
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}

/* Tooltip pop animation (sync with statePulse) */
@keyframes tooltipPop {
  0% {
    opacity: 0;
    transform: translate(-50%, -6px) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -12px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -12px) scale(1);
  }
}
/* When JS adds .pop, play the animation once */
.india-map__tooltip.pop {
  animation: tooltipPop 0.22s ease-out;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .india-map__tooltip.pop {
    animation: none;
  }
}
.site-footer {
  background: url("../images/footer-bg.webp") center/cover no-repeat;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(48px, 6vw, 72px);
  background: #fff;
  border-bottom-left-radius: clamp(24px, 4vw, 48px);
  border-bottom-right-radius: clamp(24px, 4vw, 48px);
  pointer-events: none;
  z-index: 1;
}
.site-footer > * {
  position: relative;
  z-index: 2;
}
.site-footer .footer__top {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 0.9fr 1.35fr;
  column-gap: clamp(36px, 4vw, 72px);
  align-items: start;
}
.site-footer .footer__brand,
.site-footer .footer__nav,
.site-footer .footer__nav--contact {
  min-width: 0;
  max-width: none;
  width: auto;
}
.site-footer .footer__logo {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.site-footer .footer__logo img {
  display: block;
  max-width: 150px;
  height: auto;
}
.site-footer .footer__copy {
  font-size: 1rem;
  line-height: 1.45;
  margin: 32px 0 0;
  max-width: 310px;
}
.site-footer .footer__nav {
  text-align: left;
}
.site-footer .footer__nav h6 {
  font-size: 0.9rem;
  color: #54AF42;
  margin: 0 0 0.75rem;
}
.site-footer .footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer__nav li {
  margin-bottom: 0.45rem;
}
.site-footer .footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}
.site-footer .footer__nav a:hover {
  color: #54AF42;
}
.site-footer .footer__social-wrap {
  margin-bottom: 28px;
}
.site-footer .footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-footer .footer__social a {
  display: inline-flex;
  color: #fff;
  transition: color 0.3s ease;
}
.site-footer .footer__social a svg {
  width: 20px;
  height: 20px;
}
.site-footer .footer__social a:hover {
  color: #54AF42;
}
.site-footer .footer__contact-grid {
  display: block;
  margin-top: 30px;
}
.site-footer .contact-card__item {
  margin: 0 0 28px;
}
.site-footer .contact-card__item:last-child {
  margin-bottom: 0;
}
.site-footer .contact-card__item p {
  margin: 0;
}
.site-footer .contact-card__item a {
  color: #fff;
  text-decoration: none;
}
.site-footer .contact-card__item a:hover {
  color: #54AF42;
}
.site-footer .contact-card__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #ddd;
  margin: 0 0 8px;
}
.site-footer .contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  top: 0;
}
.site-footer {
  /* Bottom row unchanged */
}
.site-footer .footer__bottom {
  margin-top: 72px;
}
.site-footer .footer__links {
  margin-top: 1rem;
}
.site-footer .footer__links a {
  font-size: 0.8rem;
  color: #ddd;
  text-decoration: none;
  margin-right: 16px;
}
.site-footer .footer__links a:hover {
  color: #54AF42;
}
.site-footer .footer__form-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #1db954;
  margin-bottom: 0.25rem;
}
.site-footer .footer__form,
.site-footer .wpcf7-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.site-footer .footer__form p,
.site-footer .wpcf7-form p {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.site-footer .footer__form .wpcf7-form-control-wrap,
.site-footer .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.site-footer .footer__form input[type=email],
.site-footer .footer__form input[type=text],
.site-footer .footer__form input[type=tel],
.site-footer .footer__form input[type=url],
.site-footer .wpcf7-form input[type=email],
.site-footer .wpcf7-form input[type=text],
.site-footer .wpcf7-form input[type=tel],
.site-footer .wpcf7-form input[type=url] {
  width: 100%;
  max-width: 720px;
  padding: 12px 160px 12px 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  outline: none;
}
.site-footer .footer__form input[type=email]::placeholder,
.site-footer .footer__form input[type=text]::placeholder,
.site-footer .footer__form input[type=tel]::placeholder,
.site-footer .footer__form input[type=url]::placeholder,
.site-footer .wpcf7-form input[type=email]::placeholder,
.site-footer .wpcf7-form input[type=text]::placeholder,
.site-footer .wpcf7-form input[type=tel]::placeholder,
.site-footer .wpcf7-form input[type=url]::placeholder {
  color: #bbb;
}
.site-footer .footer__form input[type=submit],
.site-footer .wpcf7-form input[type=submit] {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 0.85625rem;
  color: #000;
  font-weight: 400;
  width: 150px;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 35%;
  transform: translateY(-50%);
}
.site-footer .footer__form input[type=submit]:hover,
.site-footer .wpcf7-form input[type=submit]:hover {
  background: #54AF42;
  color: #fff;
  border-color: #54AF42;
}
.site-footer .footer__form .wpcf7-spinner,
.site-footer .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.site-footer .footer__form .wpcf7-response-output,
.site-footer .wpcf7-form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 12px 0 0;
  color: #fff;
  font-size: 0.85rem;
  border-color: #54AF42;
}

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

@media (max-width: 1024px) {
  .site-footer .footer__top {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
  .site-footer .footer__nav--contact {
    grid-column: 1/-1;
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 120px 0 80px;
  }
  .site-footer .footer__top {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .site-footer .footer__copy {
    margin: 20px 0 0;
    max-width: 100%;
  }
  .site-footer .footer__nav--contact {
    grid-column: auto;
    max-width: 100%;
  }
  .site-footer .footer__bottom {
    margin-top: 40px;
  }
  .site-footer .footer__form,
  .site-footer .wpcf7-form {
    max-width: 480px;
    margin: 50px auto 0;
    width: 100%;
  }
  .site-footer .footer__form input[type=email],
  .site-footer .footer__form input[type=text],
  .site-footer .footer__form input[type=tel],
  .site-footer .footer__form input[type=url],
  .site-footer .wpcf7-form input[type=email],
  .site-footer .wpcf7-form input[type=text],
  .site-footer .wpcf7-form input[type=tel],
  .site-footer .wpcf7-form input[type=url] {
    max-width: 100%;
    padding-right: 145px;
  }
  .site-footer .footer__form input[type=submit],
  .site-footer .wpcf7-form input[type=submit] {
    right: 6px;
    width: 130px;
  }
}
/* ---------- DESKTOP MEGA ---------- */
.has-mega {
  position: static;
}
.has-mega .mega__trigger {
  background: transparent;
  border: 0;
  padding: 0.25rem 0;
  font: inherit;
  color: #1a2d36;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.has-mega .mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
  min-height: 280px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  will-change: opacity, transform;
  backface-visibility: hidden;
}
.has-mega .mega.is-open {
  pointer-events: auto;
}
.has-mega .mega__inner {
  width: 100%;
  padding: 28px 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.has-mega .mega__col {
  display: grid;
  gap: clamp(14px, 2.25vw, 22px);
  padding-bottom: 50px;
}
.has-mega .mega__link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 26px;
  font-size: 1.5rem;
  line-height: 1.15;
  color: #7E7E7E;
  text-decoration: none;
  padding: 6px 0;
  font-weight: 400;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.has-mega .mega__link .mega__arrow {
  width: 44px;
  height: 88px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  opacity: 0.6;
  transition: transform 0.15s ease, opacity 0.15s ease;
  position: relative;
  top: 12px;
  display: none;
}
.has-mega .mega__link:hover, .has-mega .mega__link:focus-visible {
  color: #02AE54;
}
.has-mega .mega__link:hover .mega__arrow, .has-mega .mega__link:focus-visible .mega__arrow {
  transform: translateX(4px);
  opacity: 1;
}
.has-mega .mega__link--emph {
  font-weight: 500;
}

/* Parent items only — caret inline via flex */
.site-header .menu > li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: static;
  padding-right: 0;
}

.site-header .menu > li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
  flex: 0 0 auto;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.site-header .menu > li.menu-item-has-children > a[aria-expanded=true]::after {
  transform: rotate(-135deg);
  opacity: 1;
  position: relative;
  top: 3px;
}

/* ---------- MOBILE ACCORDION ---------- */
.m-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.m-acc__btn {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #1a2d36;
}
.m-acc__btn .m-acc__caret {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.2s ease;
}
.m-acc__btn[aria-expanded=true] .m-acc__caret {
  transform: rotate(180deg);
}

.m-acc__panel {
  padding: 6px 0 12px 0;
}

.m-acc__link {
  display: block;
  padding: 8px 0 8px 8px;
  color: #4b5563;
  text-decoration: none;
}
.m-acc__link:hover, .m-acc__link:focus-visible {
  color: #10562c;
}

/* Only show mega on desktop */
@media (max-width: 1024px) {
  .has-mega .mega {
    display: none !important;
  }
}
/* add/remove forwards to match what actually renders on Home */

/*# sourceMappingURL=home.css.map */
