@charset "UTF-8";
/* pages/home.scss */
/* sections/home/_index.scss */
.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 {
  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;
  }
}

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; /* adjust */
}
.hero__content h1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 55px;
  color: rgba(26, 45, 54, 0.6);
  padding-top: 100px;
  max-width: 650px;
}
.hero__content h1 span {
  color: #02AE54;
}
.hero__content p {
  font-size: 1.5rem;
  line-height: 24px;
  max-width: 327px;
  padding-top: 100px;
  font-weight: 400;
  color: rgba(26, 45, 54, 0.6);
  margin-left: auto;
}
.hero__content .hero__content-wrap {
  display: flex;
}

.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);
  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);
  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: 85px;
  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;
}
@media (max-width: 768px) {
  .hero__bottom-wrap .hero__sdgs .hero__sdg-content h2 {
    font-size: 0.9375rem;
  }
}
.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: 60px;
  width: auto;
  display: block;
}

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

/* Stack spacing on small screens */
@media (max-width: 768px) {
  .hero__video {
    margin-top: 0;
  }
  .hero__content {
    padding: 0;
  }
  .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: 250px;
    bottom: auto;
  }
  .hero__video {
    height: 1200px;
  }
  .hero__bottom-wrap {
    flex-direction: column;
  }
  .hero__content p {
    color: #fff;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .hero__bottom-wrap .hero__box--patent {
    display: flex;
  }
  .hero__bottom-wrap .hero__box--patent img {
    width: 96px;
    height: auto;
    margin-right: 20px;
  }
  .hero__bottom-wrap .hero__box--patent p {
    font-size: 0.75rem;
    line-height: 20px;
    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: 0.75rem;
    line-height: 20px;
    text-align: left;
  }
}
.button {
  display: inline-block;
  padding: 1rem 1.5rem;
  background: #02AE54;
  border-radius: 100px;
  font-weight: 500;
  font-family: "IBM Plex Sans", "Lato", "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .button {
    font-size: 0.9375rem;
  }
}
.button {
  background-color: #02AE54;
  color: #ffffff;
  border: none;
}
.button:hover, .button:focus {
  background-color: rgb(250.1798994975, 157.3929648241, 20.0201005025);
  text-decoration: none;
  color: #ffffff;
}
.button:disabled {
  opacity: 0.6;
  pointer-events: none;
}

.button--primary {
  background-color: #54AF42;
  color: #ffffff;
}
.button--primary:hover {
  background-color: rgb(69.779253112, 145.3734439834, 54.8265560166);
}

.button--secondary {
  background-color: #004080;
  color: #ffffff;
}
.button--secondary:hover {
  background-color: rgb(0, 43.6, 87.2);
}

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

.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;
  opacity: 0;
  visibility: hidden;
}
.leading .leading__type,
.leading .clients__type {
  position: relative;
  display: inline-block;
  border-right: 0;
  animation: none;
}
.leading .clients__type {
  border-right: 2px solid currentColor;
  animation: leading-caret 1s steps(1) infinite;
}
.leading .leading__clients {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #2C2C2C;
  margin-top: 10px;
}
.leading .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;
}
.leading__title {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #2C2C2C;
  text-align: center;
}
.leading__title .leading__accent {
  color: #C1C1C1;
}
.leading__title .leading__clients {
  display: flex;
  color: #2C2C2C;
  justify-content: center;
  margin-top: 10px;
}
.leading__title .leading__clients img {
  will-change: transform;
  opacity: 0;
  visibility: hidden; /* keeps layout space, avoids flash */
  transform: none; /* no pre-shift */
  will-change: transform, opacity;
  margin-right: 20px;
}
.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%);
}
@keyframes leading-caret {
  0%, 100% {
    border-right-color: currentColor;
  }
  50% {
    border-right-color: transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .leading .leading__type, .leading .clients__type {
    animation: none;
    border-right: 0;
  }
}

@media (max-width: 768px) {
  .leading {
    padding: 50px 0 50px 0;
  }
  .leading__title {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    line-height: 140%;
  }
}
.leading.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.products {
  padding: 200px 0;
}
@media (max-width: 768px) {
  .products {
    padding: 100px 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-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; /* space between cards */
  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;
}

.product-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000; /* fallback in case image doesn’t load */
  color: #fff;
}
.product-card img {
  width: 100%;
  height: auto;
  display: block;
}
.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%);
}
.product-card__inner h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .product-card__inner h3 {
    font-size: 0.75rem;
  }
}

/* Pinned horizontal scroller */
html, body {
  overflow-x: hidden;
} /* guard against stray horizontal bars */
.solutions {
  position: relative;
  background: #fff;
  isolation: isolate;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .solutions {
    padding: 0px 0 0;
  }
}
.solutions {
  /* reduce huge top padding */
}
.solutions__pin {
  position: relative;
  display: flow-root; /* or: overflow: hidden; */
  flex-direction: column;
}
.solutions__viewport {
  height: 536px;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .solutions__viewport {
    height: 300px;
  }
}
.solutions__heading {
  position: relative;
  z-index: 2;
  margin: 0 16px 16px; /* give space below the heading */
}
@media (max-width: 768px) {
  .solutions__heading {
    text-align: center;
  }
}
.solutions__heading .eyebrow {
  display: inline-block;
  font-size: 0.6875rem; /* 11px */
  text-transform: uppercase;
  letter-spacing: -0.2px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(55, 65, 81, 0.55);
  backdrop-filter: blur(11.1px);
  /* Note: backdrop-filter has minimal browser support */
  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 stays in normal flow inside the viewport */
}
.solutions__track {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 16px; /* keep left breathing room */
  padding-right: 16px; /* 👈 nothing on the right */
  overflow: visible;
}

/* Cards */
.solution-card {
  position: relative;
  display: inline-block; /* shrink-wraps to its image */
  margin-right: 16px; /* space between cards */
  margin: 0;
}
.solution-card img {
  display: block;
  height: auto;
  max-height: 536px; /* keep images from being too tall */
  border-radius: 20px;
}
.solution-card__inner {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.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;
  font-size: 1rem;
  max-width: 400px;
  margin-left: auto;
  color: #D9D9D9;
  font-weight: 400;
}
@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;
}

/* add breathing room to the right so last card isn't cut */
.solutions__track::after {
  content: "";
  flex: 0 0 32px; /* tweak: 24–48px works well */
}

/* invisible spacer appended by JS */
.track-endcap {
  display: none;
}

/* no longer inside the viewport, so keep it in normal flow */
.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;
}

/* cards (natural image size) */
.solution-card {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.solution-card img {
  display: block;
  height: auto;
  max-height: 100%;
  border-radius: 20px;
}

.solution-card__inner {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
}

/* Mobile/tablet: swipeable, no pin */
@media (max-width: 768px) {
  .solutions__pin {
    height: auto;
  }
  .solutions__track {
    position: static;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .solution-card {
    flex: 0 0 85vw;
    height: 30vh;
    scroll-snap-align: start;
  }
}
.corporate-engagement {
  padding: 10px 0 100px 0;
  margin: clamp(32px, 8vw, 96px) 0;
}
.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: 1 0.75rem;
    text-align: center;
  }
}
.corporate-engagement__details {
  background: #10562c;
  border-top-right-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: 0;
  }
}
.corporate-engagement .corporate-engagement__details-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 16px 30px 16px;
  max-width: 537px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .corporate-engagement .corporate-engagement__details-box {
    width: 100%;
    border-radius: 0;
  }
}
.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: #fff;
  width: 100%;
  padding: 50px 30px;
  border-top-right-radius: 24px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 20px;
}
@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%;
}

/* keep your curved green bar */
.corporate-engagement__details::after {
  content: "";
  position: relative;
  bottom: -80px;
  left: -5px;
  width: calc(100% + 30px);
  height: 30px;
  background: #10562c;
  border-radius: 24px;
  border-top-left-radius: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .corporate-engagement__details::after {
    display: none;
  }
}

/* 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: linear-gradient(180deg, #FFFFFF -5.47%, #FDFEF3 44.49%, #FFFFFF 105.69%);
  padding: 82px;
  margin-top: 100px;
}

/* 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: radial-gradient(1200px 600px at 50% 0%, #f6fee9 0%, #fff 45%);
}

/* ===== 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%;
  aspect-ratio: 16/11;
  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 10px;
  height: 100%;
}

.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;
}

/* ===== 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__top .media--left img {
  aspect-ratio: 16/11;
}

.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 {
  padding: 0;
  background: #fff;
  padding-bottom: 150px;
  /* test change */
}
.crops .crops__wrap {
  display: flex;
  align-items: stretch;
}
.crops {
  /* Left image panel */
}
.crops .crops__media {
  --bg-url: none;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex: 1 1 55%;
  min-height: 650px; /* adjust to taste */
  border-radius: 0; /* no curves */
  align-items: stretch;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .crops .crops__media {
    display: none;
  }
}
.crops .crops__media .crops__tag {
  position: absolute;
  top: 40px;
  left: 40px;
  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);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .crops .crops__media .crops__tag {
    display: none;
  }
}
.crops {
  /* Right column: two cards flush together */
}
.crops .crops__grid {
  flex: 1 1 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0; /* no space between cards */
  overflow: hidden;
}
@media (max-width: 768px) {
  .crops .crops__grid {
    grid-template-columns: 1fr;
  }
}

.crop-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* we moved the bg to ::before, so keep this transparent */
  background: transparent;
  border-radius: 0; /* no curves */
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.crop-card::before {
  content: "";
  position: absolute;
  inset: 0; /* no gaps */
  background-image: var(--bg-url); /* must be set per-card */
  background-size: 100%; /* start full cover */
  transition: background-size 0.8s ease, filter 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.5);
  transition: transform 0.8s ease, opacity 0.3s ease;
  z-index: 0; /* sit behind content, not behind card */
  will-change: background-size;
}
.crop-card {
  /* ensure content is above the bg layer */
}
.crop-card > * {
  position: relative;
  z-index: 1;
}
.crop-card:hover::before {
  transform: scale(1.08);
}
.crop-card {
  transform: translateY(-3px);
  margin-bottom: -3px;
}
.crop-card__title {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .crop-card__title {
    font-size: 1.375rem;
  }
}
.crop-card__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(3.9px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 24px;
  padding: 10px 28px 15px 28px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.crop-card__stats .stat {
  flex: 1 1 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2;
}
.crop-card__stats .stat__value {
  color: #1A2D36;
  font-weight: 500;
  font-size: 2rem;
}
@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;
  }
}
.crop-card__stats .stat--divider {
  flex: 0 0 1px; /* <-- never grow/shrink */
  width: 1px;
  min-width: 1px; /* belt and suspenders */
  height: 44px; /* or 70% if you prefer: height: 70%; */
  align-self: center; /* center vertically */
  margin: 0 12px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 1px;
  display: block; /* in case it accidentally gets flex styles */
  padding: 0; /* neutralize any inherited padding */
  position: relative;
  left: -20px;
}
.crop-card__list {
  margin-bottom: 2rem;
}
.crop-card__list li {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .crop-card__list li {
    font-size: 0.75rem;
  }
}
.crop-card__cta {
  margin-top: auto;
  text-align: left !important; /* belt & suspenders */
}
.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; /* or inline-block */
  margin: 0 !important; /* kill margin:auto from globals */
  margin-right: auto !important; /* push it left if any centering remains */
  align-self: flex-start; /* ignore any line-centering */
  width: max-content; /* avoid stretching if .button is block */
  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: 120px 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;
}

/* Viewport (no scrollbars; overflow hidden) */
.achv {
  position: relative;
  margin-right: 50px;
}

.achv__viewport {
  height: 540px; /* visible window like the mock */
  overflow: hidden; /* hide scrollbars entirely */
  padding-right: 24px;
  position: relative;
  margin-left: 50px;
}

/* 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;
}

/* 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: "";
  position: absolute;
  inset: -14px;
  border-radius: 18px;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.16), transparent 70%), radial-gradient(closest-side, rgba(0, 0, 0, 0.08), transparent 70%);
  filter: blur(6px);
  z-index: -1;
}

/* 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: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* dead-center */
  display: inline-block; /* shrink-wrap to content */
  background: #fff;
  padding: 12px 18px; /* white space around the logo */
  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 */
}

.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("https://cultyvate.georgephilip.in/wp-content/uploads/2025/10/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: 450px;
  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: 0.75rem;
    text-align: center;
    line-height: 27px;
  }
}

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

.button--pill {
  display: inline-block;
  background: #fff;
  color: #111827;
  padding: 12px 22px;
  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;
  }
}
.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;
}

/* 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: 100%;
  height: 260px; /* 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: 0.75rem;
    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: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  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: url("../images/view-more-arrow.svg") no-repeat 90% 50%, linear-gradient(275.9deg, #F4D373 -13.06%, #46B865 98.65%);
  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;
}
.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 {
  /* design tokens (tweak as needed) */
  --brand-green: #12a751;
  --pop-border: rgba(18, 167, 81, 0.35);
  --pop-fg: #0b1b13;
  --pop-bg: #fff;
  padding: 200px 0 0 0;
}
@media (max-width: 768px) {
  .india-map {
    padding: 80px 0;
  }
}
.india-map .impact-stats {
  /* soft sky-to-mint gradient like the mock */
  background: #ffffff;
  padding: clamp(24px, 5vw, 56px) 0;
}
.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 {
  /* remove divider for first column of each row (4-up layout) */
}
.india-map .impact-stats .frow > [class*=col-]:nth-child(4n+1)::before {
  content: none;
}
.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 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 .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 {
  /* replace with your soil image path */
  background: url("https://cultyvate.georgephilip.in/wp-content/uploads/2025/09/footer-bg.webp") center/cover no-repeat;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 180px 0;
}
.site-footer .footer__logo {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
.site-footer .footer__logo span {
  border-bottom: 2px solid #54AF42;
}
.site-footer .footer__credit {
  margin-top: 50px;
  font-size: 0.728125rem;
  color: #FFFFFF;
  opacity: 0.7;
}
.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__about {
  text-align: left;
}
.site-footer .footer__about .footer__copy {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 0 auto;
  width: 300px;
  text-align: left;
  margin-right: 30px;
}
.site-footer .footer__nav {
  text-align: left;
}
.site-footer .footer__nav h6 {
  font-size: 0.9rem;
  color: #54AF42;
  margin-bottom: 0.75rem;
}
.site-footer .footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.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__nav .footer__social {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-footer .footer__nav .footer__social a {
  display: inline-flex;
  color: #fff;
  transition: color 0.3s ease;
}
.site-footer .footer__nav .footer__social a svg {
  width: 20px;
  height: 20px;
}
.site-footer .footer__nav .footer__social a:hover {
  color: #54AF42;
}

.footer__about {
  text-align: right;
}
.footer__about .footer__copy {
  text-align: right;
}

.footer__form-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #1db954; /* subtle green like the comp */
  margin-bottom: 0.25rem;
}

.footer__form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 50px;
}
.footer__form input {
  width: 100%;
  max-width: 720px;
  padding: 12px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  outline: none;
}
.footer__form input::placeholder {
  color: #bbb;
}
.footer__form button {
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 0.85625rem;
  color: #000000;
  font-weight: 400;
  width: 150px;
  position: relative;
  left: -130px;
  cursor: pointer;
}
.footer__form button:hover {
  background: #54AF42;
  color: #fff;
  border-color: #54AF42;
}

/* Put this in utilities if you prefer (re-usable) */
.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;
}

/* ---------- 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 {
  /* Panel */
}
.has-mega .mega {
  position: absolute;
  top: 100%; /* just below the header bar */
  left: 0;
  right: 0;
  transform: none;
  width: 100%; /* match wrapper width */
  z-index: 120;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0s linear 0.18s;
}
.has-mega .mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.18s ease;
}
.has-mega .mega__inner {
  width: 100%;
  padding: 28px clamp(16px, 4vw, 36px);
  display: grid;
  grid-template-columns: 1fr; /* can expand later */
  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; /* Shorthand for flex-grow: 0, flex-shrink: 0, flex-basis: auto */
  gap: 26px;
  font-size: 4.375rem;
  line-height: 1.15;
  color: #7E7E7E; /* grey like screenshot */
  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;
}
.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 {
  /* bright green primary item */
  font-weight: 500;
}

/* Parent items only — caret inline via flex (no absolute positioning) */
.site-header .menu > li.menu-item-has-children > a {
  display: inline-flex; /* stable inline box */
  align-items: center; /* vertical centering */
  gap: 6px; /* space before caret */
  position: static; /* ensure no absolute anchor */
  padding-right: 0; /* we don't need right padding anymore */
}

/* The caret “L” */
.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); /* points down-right */
  opacity: 0.7;
  flex: 0 0 auto; /* don’t stretch */
}

/* Flip when the mega is open */
.site-header .menu > li.menu-item-has-children > a[aria-expanded=true]::after {
  transform: rotate(-135deg); /* points up-left */
  opacity: 1;
}

/* ---------- MOBILE ACCORDION (inside #mobileNav) ---------- */
.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 the 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 */
