/* GoodRich Cereals - Design tokens from Figma */
:root {
  --green-dark: #0E4721;
  --green-primary: #187537;
  --green-mid: #187537;
  --green-accent: #109a16;
  --lime: #0B3D1A;
  --cream: #f3ebe5;
  --cream-light: #f3ede8;
  --cream-muted: #eee8e5;
  --yellow: #ECCB34;
  --yellow-bright: #ffeb3b;
  --text-muted: #c0d5c4;
  --white-warm: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Parkinsans-Medium;
  src: url('../font/Parkinsans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Parkinsans-Regular;
  src: url('../font/Parkinsans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Parkinsans-SemiBold;
  src: url('../font/Parkinsans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: BillionDreams_PERSONAL;
  src: url('../font/BillionDreams_PERSONAL.ttf') format('truetype');
}

@font-face {
  font-family: Sequel_Demo;
  src: url('../font/Sequel_Demo.ttf') format('truetype');
}

body {
  font-family: var(--font-body);
  color: var(--green-dark);
  overflow-x: hidden;
}

.nv {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.park-med {
  font-family: Parkinsans-Medium;
}

.park-reg {
  font-family: Parkinsans-Regular;
}

.park-semibold {
  font-family: Parkinsans-SemiBold;
}

.bill {
  font-family: BillionDreams_PERSONAL;
}

.sequel {
  font-family: Sequel_Demo;
}

.yellow {
  color: var(--yellow);
}

.green {
  color: var(--green-dark);
}

.green-primary {
  color: var(--green-primary);
}

.light-green {
  color: var(--green-accent);
  font-size: 5.7vw;
  padding-left: 14px;
  line-height: 65px;
  display: inline-flex;
  height: 65px;
}

.banner-bg {
  background: url('../images/banner.png') #F3EBE5;
  background-repeat: no-repeat;
  background-position: right;
  height: 95vh;
}

.h-76 {
  height: 76vh;
  color: var(--green-primary);
}

.font-1 {
  font-size: 3vw;
}

.font-3 {
  font-size: 4vw;
}

.font-2 {
  font-size: 1.2vw;
}

.font-22 {
  font-size: 2vw;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.gb-text{
  color:#F3EDE8;
  font-size:8rem;
}

.chips-set{
  position: absolute;
  top: -131%;
  left: -123px;
}

.chips-set img{width: 450px;}

.marquee-container {
  width: 100%;
  overflow: hidden;
  /*padding: 10px;*/
  border-radius: 10px;
  position: relative;
}

/* Media */
@media (max-width: 768px) {
  text {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  text {
    font-size: 4rem;
  }
  .gb-text{font-size: 2rem;}
  .chips-set img{width: 200px;}
}

/* Background size */
path {
  stroke-width: 3.5rem;
}

@media (max-width: 768px) {
  path {
    stroke-width: 6rem;
  }
}

@media (max-width: 480px) {
  path {
    stroke-width: 8rem;
  }
}

.btn-yellow,
.btn-green {
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.btn-yellow {
  background: #ECCB34;
  padding: 12px 33px;
  font-size: 0.9rem;
  color: #0E4721;
  font-family: Parkinsans-Medium !important;
  text-align: center;
  border: none;
  border-radius: 4px;
}

.btn-yellow:hover {
  transform: translateY(-3px);
  background: #f5d84a;
  box-shadow: 0 10px 24px rgba(236, 203, 52, 0.45);
  color: #0E4721;
}

.btn-yellow:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(236, 203, 52, 0.35);
}

.btn-green {
  background: #0E4721;
  padding: 12px 33px;
  font-size: 0.9rem;
  color: #fff;
  font-family: Parkinsans-Medium !important;
  text-align: center;
  border: none;
  border-radius: 4px;
}

.btn-green:hover {
  transform: translateY(-3px);
  background: #187537;
  box-shadow: 0 10px 24px rgba(14, 71, 33, 0.35);
  color: #fff;
}

.btn-green:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 71, 33, 0.25);
}

.border-set {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 3rem 5rem;
  height: 70.67vh;
  display: flex;
  align-items: center;
  background: #fff;
}

.box-white {
  border-radius: 24px;
  margin-top: -45px;
  margin-bottom: 5rem;
  width: 86%;
  padding: 2rem 2rem;
  height: auto;
  display: inline-block;
  background: #fff;
}

.p-centered {
  font-size: 2vw;
  position: absolute;
  top: 47%;
  left: 48%;
  width: 63%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.centered {
  position: absolute;
  top: 60%;
  left: 49%;
  height: 73vh;
  gap: 6rem;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.yellow-box {
  background: #ECCB34;
  padding: 23px;
  border-radius: 22px;
}

.white-box {
  background: #FFFFFF;
  padding: 23px;
  border-radius: 22px;
}

.green-box {
  background: #0B3D1A;
  padding: 23px;
  border-radius: 10px;
}

::placeholder {
  color: var(--lime);
  font-family: Parkinsans-Regular;
  font-size: 15px;
}

.box-fix {
  position: absolute;
  top: 6.2%;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.padding-box {
  padding: 3rem 2rem;
  border-radius: 23px;
  height: 265px;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.padding-box img {
  height: 66px;
  width: 80px;
}

.abs-yellow-box {
  background: #ECCB34;
  width: 40%;
}

.abs-green-a-box {
  background: #187537;
  width: 20%;
}

.abs-green-b-box {
  background: #0E4721;
  width: 20%;
}

.abs-green-c-box {
  background: #082E16;
  width: 20%;
}

/* ── 3D Card Flip Effect for Stat Cards ── */
.flip-card {
  perspective: 1000px;
  height: 265px;
  position: relative;
  background: transparent !important;
  border: none;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 23px;
  overflow: hidden;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
}

.abs-green-a-box .flip-card-front,
.abs-green-a-box .flip-card-back {
  background: #187537;
}

.abs-green-b-box .flip-card-front,
.abs-green-b-box .flip-card-back {
  background: #0E4721;
}

.abs-green-c-box .flip-card-front,
.abs-green-c-box .flip-card-back {
  background: #082E16;
}

/* ── FAQ Section ── */
.faq-section {
  padding: 60px 0;
}

.faq-title {
  font-family: Sequel_Demo;
  font-weight: 800;
  font-size: 2.6rem;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.faq-subtitle {
  font-size: 1.3rem;
  font-family: Parkinsans-SemiBold;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 6px;
}

.faq-divider {
  border-top: 1px solid var(--border-color);
  margin: 24px 0 0;
}

/* Accordion overrides */
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 !important;
  background: transparent;
}

.accordion-button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-dark);
  background: transparent;
  padding: 18px 0;
  box-shadow: none !important;
  gap: 14px;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  color: var(--text-dark);
  background: transparent;
}

.accordion-button::after {
  display: none;
  /* hide default chevron */
}

/* Custom +/- toggle icon */
.acc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-color: var(--green-dark);
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s;
  user-select: none;
}

.accordion-button:not(.collapsed) .acc-icon {
  background-color: var(--green-mid);
}

.accordion-body {
  padding: 0 0 18px 42px;
  font-size: 0.9rem;
  color: #3a3a3a;
  line-height: 1.65;
}

/* ── Image Panel ── */
.image-panel {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
}

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

/* Quality badge overlay */
.quality-badge {
  position: absolute;
  bottom: -18px;
  right: 145px;
  padding: 10px 18px 14px;
}

.quality-text {
  font-family: BillionDreams_PERSONAL;
  font-size: 5.6rem;
  color: #ECCB34;
  line-height: 1;
  display: block;
  transform: rotate(337deg);
}

.dimension-badge {
  display: inline-block;
  background-color: var(--blue-accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 6px;
}

/* Scroll animation base */
.animate-section,
.animate-content,
.animate-img,
.animate-reveal {
  transition: opacity 0.75s ease, transform 0.75s ease;
}

/* Section shell (nav / footer) */
.animate-section {
  opacity: 0;
  transform: translateY(40px);
}

.animate-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-section[data-animate="fade-up"] {
  transform: translateY(40px);
}

.animate-section[data-animate="fade-up"].is-visible {
  transform: translateY(0);
}

.animate-section[data-animate="fade-left"] {
  transform: translateX(-50px);
}

.animate-section[data-animate="fade-left"].is-visible {
  transform: translateX(0);
}

.animate-section[data-animate="fade-right"] {
  transform: translateX(50px);
}

.animate-section[data-animate="fade-right"].is-visible {
  transform: translateX(0);
}

.animate-section[data-animate="zoom-in"] {
  transform: scale(0.92);
}

.animate-section[data-animate="zoom-in"].is-visible {
  transform: scale(1);
}

/* Section content — slide from left / right */
.animate-content {
  opacity: 0;
}

.animate-content[data-from="left"] {
  transform: translateX(-72px);
}

.animate-content[data-from="right"] {
  transform: translateX(72px);
}

.animate-content[data-from="up"] {
  transform: translateY(48px);
}

.animate-content.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Image scroll reveal */
.animate-img {
  opacity: 0;
  transform: scale(0.94) translateY(24px);
}

.animate-img.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.animate-img:hover {
  transform: scale(1.02) translateY(0);
  transition: transform 0.35s ease, opacity 0.75s ease;
}

.animate-img.is-visible:hover {
  filter: brightness(1.03);
}

/* Client grid & staggered blocks */
.animate-reveal,
.client-cell.reveal {
  opacity: 0;
  transform: perspective(800px) rotateX(-15deg) translateY(40px) scale(0.95);
  transform-origin: top center;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.animate-reveal.is-visible,
.client-cell.reveal.is-visible {
  opacity: 1;
  transform: perspective(800px) rotateX(0deg) translateY(0) scale(1);
}

.client-cell img {
  filter: grayscale(100%) opacity(0.5);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.client-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5px;
  background: var(--green-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.client-cell.reveal.is-visible:hover {
  background: #fff;
  transform: perspective(800px) rotateX(0deg) translateY(-6px) scale(1.03);
  box-shadow: 0 16px 32px rgba(14, 71, 33, 0.1);
  z-index: 10;
}

.client-cell.reveal.is-visible:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

.client-cell.reveal.is-visible:hover::after {
  transform: scaleX(1);
}

.animate-delay-1 {
  transition-delay: 0.15s;
}

.animate-delay-2 {
  transition-delay: 0.3s;
}

.animate-delay-3 {
  transition-delay: 0.45s;
}

@media (prefers-reduced-motion: reduce) {

  .animate-section,
  .animate-content,
  .animate-img,
  .animate-reveal,
  .client-cell.reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .btn-yellow:hover,
  .btn-green:hover,
  .btn-contact-nav:hover {
    transform: none;
  }
}

/* Top bar */
.top-bar {
  background: var(--green-dark);
  color: var(--white-warm);
  font-size: 0.75rem;
  padding: 0.35rem 0;
}

.top-bar a {
  text-decoration: none;
}

a {
  color: #fff;
}

/* Navbar */
.main-nav {
  background: #F3EBE5;
  padding: 0.75rem 0;
  /*box-shadow: 0 2px 12px rgba(11, 61, 26, 0.06);*/
}

.main-nav .nav-link {
  color: var(--green-dark);
  font-family: Sequel_Demo !important;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 1rem !important;
  border-radius: 6px;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.main-nav .nav-link:hover {
  background: var(--green-primary);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(14, 71, 33, 0.3);
}

.main-nav .nav-link.nav-active {
  background: var(--green-primary);
  color: #fff !important;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(14, 71, 33, 0.25);
}

.btn-contact-nav {
  background: var(--green-primary);
  color: #fff !important;
  border-radius: 6px;
  padding: 0.45rem 1.25rem !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.btn-contact-nav:hover,
.btn-contact-nav.nav-active {
  background: var(--green-dark);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(14, 71, 33, 0.3);
}

.logo-img {
  height: auto;
  width: 120px;
}

/* Hero */
.hero-section {
  background: var(--cream);
  padding: 3rem 0 0;
  position: relative;
  overflow: hidden;
}

.hero-section .hero-arch {
  position: absolute;
  right: -8%;
  top: 5%;
  width: 52%;
  max-width: 480px;
  aspect-ratio: 1;
  background: var(--green-primary);
  border-radius: 50%;
  opacity: 0.95;
  pointer-events: none;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  color: var(--green-mid);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-title .script {
  font-family: var(--font-script);
  color: var(--green-accent);
  font-size: 1.35em;
  font-weight: 400;
}

.hero-desc {
  font-size: 0.85rem;
  color: var(--green-dark);
  max-width: 380px;
  line-height: 1.7;
}

.btn-about {
  background: var(--green-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.btn-explore-yellow {
  background: var(--yellow-bright);
  color: var(--green-dark);
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.btn-about:hover,
.btn-explore-yellow:hover {
  opacity: 0.9;
  color: inherit;
}

.hero-products-img {
  max-width: 100%;
  height: auto;
}

/* Ticker */
.ticker-banner {
  background: var(--yellow-bright);
  color: var(--green-primary);
  padding: 0.85rem 0;
  overflow: hidden;
  margin-top: 2rem;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 25s linear infinite;
}

.ticker-track span {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 2rem;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Global leaders */
.global-leaders-section {
  background: var(--green-primary);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.global-leaders-bg-text {
  font-family: var(--font-display);
  font-size: clamp(3rem, 12vw, 6.5rem);
  color: rgba(243, 237, 232, 0.12);
  position: absolute;
  top: 2rem;
  left: 5%;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.section-title-green {
  font-family: var(--font-display);
  color: var(--cream-light);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
}

.leaders-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  line-height: 1.75;
}

.experience-badge-wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.experience-badge {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
}

.experience-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.05;
  pointer-events: none;
  width: 58%;
}

.experience-years-number {
  display: block;
  font-family: Sequel_Demo, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  color: var(--green-dark);
  letter-spacing: -0.02em;
}

.experience-years-label {
  display: block;
  font-family: Parkinsans-Medium, sans-serif;
  font-size: clamp(0.55rem, 0.9vw, 0.7rem);
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.1rem;
}

.feature-pill {
  text-align: center;
}

.feature-pill img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.feature-pill p {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--green-dark);
  margin: 0;
  line-height: 1.3;
}

.fresh-text {
  font-family: var(--font-script);
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--green-mid);
  line-height: 1;
}

/* Products */
.products-section {
  background: var(--cream-muted);
  padding: 4rem 0;
}

.section-heading {
  font-family: var(--font-display);
  color: var(--green-primary);
  font-size: 1.75rem;
}

.btn-view-range {
  background: var(--yellow-bright);
  color: var(--green-dark);
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-featured {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(11, 61, 26, 0.08);
}

.product-featured img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-featured .card-body {
  padding: 1.5rem;
}

.product-featured h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--green-primary);
  letter-spacing: 0.05em;
}

.product-card {
  background: var(--green-primary);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  color: #fff;
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.product-card .card-body {
  padding: 1.25rem;
}

.product-card h4 {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.btn-explore-sm {
  background: transparent;
  border: 1.5px solid var(--lime);
  color: var(--lime);
  border-radius: 20px;
  padding: 0.35rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
}

.btn-explore-sm:hover {
  background: var(--lime);
  color: var(--green-dark);
}

/* CTA banner */
.cta-banner-section {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.cta-banner-inner {
  background: var(--yellow-bright);
  padding: 3rem 1rem 4rem;
  text-align: center;
}

.cta-banner-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--green-primary);
  line-height: 1.25;
  margin: 0;
}

.cta-banner-inner .line2 {
  display: block;
  margin-top: 0.25rem;
}

/* Think potato */
.think-section {
  padding: 0;
}

.think-yellow {
  background: var(--yellow-bright);
  padding: 4rem 2rem;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.think-yellow h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--green-primary);
  text-align: center;
  line-height: 1.3;
}

.think-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

/* Endless possibilities */
.possibilities-section {
  background: #fef9e7;
  padding: 4rem 0;
}

.possibilities-section h2 {
  font-family: var(--font-display);
  color: var(--green-primary);
  font-size: 1.5rem;
  line-height: 1.35;
}

.possibilities-section p {
  color: var(--green-mid);
  font-size: 0.9rem;
}

/* Stats */
.stats-section {
  position: relative;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 61, 26, 0.55);
}

.stats-section .container {
  position: relative;
  z-index: 1;
}

.stat-card-mission {
  background: var(--yellow-bright);
  color: var(--green-dark);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}

.stat-card-mission h4 {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--green-primary);
}

.stat-card-mission p {
  font-size: 0.8rem;
  margin: 0;
}

.stat-card {
  background: rgba(14, 71, 33, 0.85);
  border: 1px solid rgba(174, 204, 0, 0.4);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}

.stat-card .stat-number {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--cream-light);
  line-height: 1;
}

.stat-card .stat-label {
  font-size: 0.75rem;
  color: var(--cream-light);
  margin-top: 0.25rem;
}

.stats-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  color: var(--cream-light);
  text-align: center;
  margin-top: 3rem;
}

/* Certifications & clients */
.clients-section {
  padding: 3.5rem 0;
  text-align: center;
  background-color: #FFFFFF;
}

.clients-section img {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.clients-section .subtitle {
  color: var(--green-mid);
  font-size: 0.9rem;
}

.client-cell {
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  min-height: 140px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* FAQ */
.faq-section {
  padding: 6rem 0;
  background: #fff;
}

.faq-section .accordion-button {
  font-weight: 600;
  font-family: Parkinsans-Semibold;
  color: var(--green-dark);
  font-size: 0.9rem;
  padding: 1rem 1rem 1rem 0rem;
}

.faq-section .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.faq-section .accordion-body {
  color: var(--green-mid);
  font-size: 0.85rem;
  font-family: Parkinsans-Regular;
}

.faq-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green-primary);
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e8e2;
}

.accordion-button::after {
  display: none;
}

/* Contact */
.contact-section {
  position: relative;
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 61, 26, 0.3);
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-info-box {
  background: var(--green-primary);
  color: #fff;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
}

.contact-info-box h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-info-box .info-item {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info-box .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-box .info-item strong {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

.contact-info-box .info-item span {
  font-size: 0.75rem;
  opacity: 0.9;
}

.contact-form-box {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.contact-form-box h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 1.25rem;
}

.contact-form-box .form-control {
  border: 1px solid #d0ddd4;
  border-radius: 6px;
  font-size: 0.85rem;
  padding: 0.65rem 0.85rem;
}

.btn-submit {
  background: var(--green-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.65rem 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  width: 100%;
}

.btn-submit:hover {
  background: var(--green-dark);
  color: #fff;
}

/* Footer */
.site-footer {
  background: url('../images/footer-image.png') var(--lime);
  color: var(--text-muted);
  padding: 3rem 0 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 398px 183px;
}

.site-footer h5 {
  color: #AECC00;
  font-weight: 700;
  margin-bottom: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.site-footer ul a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 1rem;
}

.site-footer ul a:hover {
  color: #fff;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 1rem;
}

.footer-bottom {
  background: #062a12;
  color: var(--white-warm);
  font-size: 0.9rem;
  padding: 0.6rem 0;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .hero-section .hero-arch {
    opacity: 0.3;
    width: 80%;
  }

  .global-leaders-bg-text {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {

  .think-yellow,
  .think-image img {
    min-height: 240px;
  }
}

@media (max-width: 1280px) {
  .banner-bg {
    background-size: 804px;
  }
}

@media (max-width: 1440px) {
  .banner-bg {
    background-size: 804px;
  }
}
@media (min-width: 2560px){
  body, .marquee-container{max-width: 1320px;margin: 0 auto;font-size: 23px;}
  .light-green{font-size: 55px;}
  .font-1 {font-size: 25px;}
  .font-3 {font-size: 35px;}
  .font-2 {font-size: 24px;}
  .font-22 {font-size: 22px;}
  .font-12 {font-size: 14px;}
  .border-set{height: auto;}
  .box-white{height: 385px;}
  .centered {top: 50%;height: auto;gap: 4rem;}
  .p-centered {font-size: 26px;}
  .padding-box{height: auto;}
}