.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: .1px auto;
  min-width: 50px;
}
.home-slider.style-2 {
  background-size: cover;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
.hero-slider-1 .single-hero-slider {
    height: 600px;
}
.home-slider .container {
    width: 100%;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home-slider .slider-content h1,
.home-slider .slider-content p {
    color: #fff !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
.hero-slider-1 .single-hero-slider{
	border-radius: 0px;
}
.hero-slider-1 .slider-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}








.fp-hero {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(32px, 6vw, 80px) clamp(20px, 6vw, 80px);
  padding-top: 40px !important;
  background: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
}
.fp-hero * { box-sizing: border-box; }

.fp-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

/* ---- Left column ---- */
.fp-hero__heading {
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(28px, 3.6vw, 44px);
  color: #205023;
  margin: 0 0 clamp(24px, 3vw, 36px) 0;
}
.fp-hero__heading .fp-highlight {
  color: #5a2b08;
}

.fp-hero__brochure {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #f7e36b;
  border-radius: 50px;
  padding: 8px 8px 8px 18px;
  text-decoration: none;
  max-width: 100%;
}
.fp-hero__brochure-icon {
  width: 34px;
  height: 34px;
  flex: none;
  border: 2px solid #205023;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #205023;
  line-height: 1;
  text-align: center;
}
.fp-hero__brochure-label {
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  font-size: clamp(13px, 1.4vw, 15px);
  white-space: nowrap;
}
.fp-hero__brochure-arrow {
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 50%;
  background: #205023;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.fp-hero__brochure:hover .fp-hero__brochure-arrow {
  background: #163a19;
}

/* ---- Right column ---- */
.fp-hero__text {
  color: #4a4a4a;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}
.fp-hero__text p {
  margin: 0 0 clamp(16px, 2vw, 22px) 0;
}
.fp-hero__text strong {
  color: #5a2b08;
}

.fp-hero__cta {
  display: inline-block;
  margin-top: 8px;
  background: #205023;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(14px, 1.3vw, 16px);
  padding: 12px 30px;
  border-radius: 50px;
  transition: background 0.2s ease;
}
.fp-hero__cta:hover {
  background: #163a19;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .fp-hero__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .fp-hero__brochure-label { font-size: 12px; }
}




.fp-solutions {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(40px, 6vw, 90px) clamp(20px, 6vw, 80px);
  background: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
}
.fp-solutions * { box-sizing: border-box; }

.fp-solutions__wrap {
  max-width: 1320px;
  margin: 0 auto;
}

/* ---- Top: image + green panel card ---- */
.fp-solutions__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.fp-solutions__image-wrap {
  position: relative;
}
.fp-solutions__image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  /* corner cut so the green panel appears to slot in */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 88%);
}

.fp-solutions__badge {
  position: absolute;
  top: clamp(16px, 2vw, 28px);
  left: clamp(16px, 2vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border-radius: 50px;
  padding: 10px 10px 10px 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  text-decoration: none;
  max-width: calc(100% - 32px);
}
.fp-solutions__badge-label {
  font-weight: 700;
  font-size: clamp(13px, 1.3vw, 15px);
  color: #1a1a1a;
  line-height: 1.3;
}
.fp-solutions__badge-arrow {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: #205023;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  transition: background 0.2s ease;
}
.fp-solutions__badge:hover .fp-solutions__badge-arrow {
  background: #5a2b08;
}

.fp-solutions__panel {
  background: #205023;
  border-radius: 28px;
  margin-left: -40px;
  margin-top: clamp(40px, 8vw, 90px);
  padding: clamp(32px, 4vw, 56px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fp-solutions__panel h3 {
  font-size: clamp(26px, 2.6vw, 36px);
  color: #fff;
  font-weight: 700;
  margin: 0 0 clamp(18px, 2vw, 26px) 0;
}
.fp-solutions__panel p {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: #e7efe7;
  margin: 0 0 clamp(14px, 1.6vw, 20px) 0;
}
.fp-solutions__panel p:last-child { margin-bottom: 0; }

/* ---- Bottom: centered heading + CTA ---- */
.fp-solutions__bottom {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.fp-solutions__heading {
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(28px, 3.6vw, 44px);
  color: #1a1a1a;
  margin: 0 0 clamp(20px, 2.4vw, 30px) 0;
}
.fp-solutions__heading .fp-mark {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  color: #1a1a1a;
}
.fp-solutions__heading .fp-mark::before {
  content: "";
  position: absolute;
  inset: 4px -4px;
  background: #f7e36b;
  border-radius: 50% / 60%;
  transform: rotate(-1.5deg);
  z-index: -1;
}

.fp-solutions__copy {
  color: #5f5f5f;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
  margin: 0 0 clamp(28px, 3vw, 40px) 0;
}

.fp-solutions__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1.5px solid #205023;
  border-radius: 50px;
  padding: 6px 6px 6px 26px;
  text-decoration: none;
}
.fp-solutions__cta-label {
  font-weight: 700;
  color: #1a1a1a;
  font-size: clamp(14px, 1.2vw, 16px);
}
.fp-solutions__cta-arrow {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  background: #205023;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  transition: background 0.2s ease;
}
.fp-solutions__cta:hover .fp-solutions__cta-arrow {
  background: #5a2b08;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .fp-solutions__card {
    grid-template-columns: 1fr;
  }
  .fp-solutions__panel {
    margin-left: 0;
    margin-top: -28px;
    border-radius: 24px;
  }
  .fp-solutions__image-wrap img {
    clip-path: none;
    border-radius: 24px 24px 0 0;
    min-height: 260px;
  }
}

@media (max-width: 480px) {
  .fp-solutions__badge {
    padding: 8px 8px 8px 16px;
    gap: 10px;
  }
  .fp-solutions__badge-arrow,
  .fp-solutions__cta-arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}







.fp-certs {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(8px, 1.5vw, 20px) clamp(20px, 6vw, 80px) clamp(40px, 6vw, 90px);
  background: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
}
.fp-certs * { box-sizing: border-box; }

.fp-certs__wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.fp-certs__heading {
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 40px);
  color: #1a1a1a;
  margin: 0 0 clamp(14px, 2vw, 22px) 0;
}
/* reusable highlight mark - same as the solutions section */
.fp-certs__heading .fp-mark {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  color: #1a1a1a;
}
.fp-certs__heading .fp-mark::before {
  content: "";
  position: absolute;
  inset: 4px -4px;
  background: #f7e36b;
  border-radius: 50% / 60%;
  transform: rotate(-1.5deg);
  z-index: -1;
}

.fp-certs__subtitle {
  max-width: 820px;
  margin: 0 auto clamp(32px, 4vw, 50px) auto;
  color: #5f5f5f;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.7;
}

/* ---- Certification logos row ---- */
.fp-certs__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(40px, 6vw, 70px);
}
.fp-certs__logos img {
  height: clamp(56px, 6vw, 80px);
  width: auto;
  object-fit: contain;
  filter: grayscale(0%);
}

/* ---- World map with pins ---- */
.fp-certs__map {
  position: relative;
  width: 100%;
  /* keeps a wide map-like aspect ratio - adjust to match your image */
  aspect-ratio: 2.4 / 1;
  background-image: url('https://fiberparticles.com/storage/untitled-design-5.gif');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}

.fp-pin {
  position: absolute;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -100%);
  cursor: default;
}
.fp-pin svg { width: 100%; height: 100%; display: block; position: relative; z-index: 2; }
.fp-pin .fp-pin-body { fill: #205023; }
.fp-pin .fp-pin-leaf { fill: #ffffff; }
.fp-pin--active .fp-pin-body { fill: #c62828; }

/* heartbeat pulse ring behind each pin's base */
.fp-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: rgba(32, 80, 35, 0.45);
  z-index: 1;
  animation: fp-pin-pulse 1.8s ease-out infinite;
}
.fp-pin--active::after {
  background: rgba(198, 40, 40, 0.45);
}

@keyframes fp-pin-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  70% {
    transform: scale(2.6);
    opacity: 0;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-pin::after { animation: none; }
}

@media (max-width: 700px) {
  .fp-certs__map { aspect-ratio: 1.4 / 1; }
  .fp-pin { width: 16px; height: 16px; }
}





.fp-excellence {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Poppins', Arial, sans-serif;
}
.fp-excellence * { box-sizing: border-box; }

/* =====================
   PART 1 — Centered intro
   ===================== */
.fp-exc__intro {
  text-align: center;
}
.fp-exc__logo {
  width: clamp(70px, 8vw, 110px);
  height: auto;
  margin-bottom: clamp(18px, 2.5vw, 30px);
}
.fp-exc__intro-heading {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  color: #1a1a1a !important;
  line-height: 1.25;
  margin: 0 0 clamp(18px, 2vw, 28px) 0;
}
.fp-exc__intro-heading span { color: #205023 !important; }
.fp-exc__intro-body {
  max-width: 980px;
  margin: 0 auto clamp(14px, 1.8vw, 22px) auto;
  color: #555 !important;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.75;
}
.fp-exc__quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 40px);
  margin: clamp(28px, 4vw, 48px) 0 0 0;
}
.fp-exc__quote-line {
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: linear-gradient(to right, transparent, #205023);
}
.fp-exc__quote-line:last-child {
  background: linear-gradient(to left, transparent, #205023);
}
.fp-exc__quote-text {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 600;
  font-style: italic;
  color: #888 !important;
  white-space: nowrap;
}

/* =====================
   PART 2 — Stats grid
   ===================== */
.fp-exc__stats-wrap {
  padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 80px);
}
.fp-exc__stats-heading {
  text-align: center;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  color: #1a1a1a !important;
  line-height: 1.25;
  margin: 0 0 clamp(10px, 1.5vw, 18px) 0;
}
.fp-exc__stats-sub {
  text-align: center;
  max-width: 860px;
  margin: 0 auto clamp(30px, 4vw, 50px) auto;
  color: #555 !important;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.7;
}

.fp-exc__stats-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: center;
}

/* left & right stat columns */
.fp-exc__stats-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fp-exc__stat-item {
  padding: clamp(14px, 1.8vw, 22px) 0;
  border-bottom: 1.5px solid #d5d8ce;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333 !important;
  line-height: 1.5;
  text-align: center;
}
.fp-exc__stat-item:first-child { border-top: 1.5px solid #d5d8ce; }
.fp-exc__stat-item strong { color: #1a1a1a !important; font-weight: 700; }

/* center logo */
.fp-exc__center-logo {
  width: clamp(110px, 14vw, 200px);
  height: auto;
  display: block;
  margin: 0 auto;
}

/* =====================
   PART 3 — Trust cards
   ===================== */
.fp-exc__trust {
  padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 80px) clamp(50px, 7vw, 90px);
}
.fp-exc__trust-heading {
  text-align: center;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #1a1a1a !important;
  margin: 0 0 clamp(28px, 4vw, 50px) 0;
}
.fp-exc__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 24px);
  max-width: 1200px;
  margin: 0 auto;
}
.fp-exc__card {
  background: #eaeddf;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 40px) clamp(18px, 2vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(16px, 2vw, 24px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fp-exc__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(32,80,35,0.10);
}
.fp-exc__card-icon {
  width: clamp(44px, 5vw, 60px);
  height: clamp(44px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-exc__card-icon svg {
  width: 100%;
  height: 100%;
}
.fp-exc__card-text {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 600;
  color: #1a1a1a !important;
  line-height: 1.5;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .fp-exc__stats-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .fp-exc__center-logo { width: clamp(80px, 18vw, 130px); order: -1; }
  .fp-exc__cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .fp-exc__cards { grid-template-columns: 1fr; }
  .fp-exc__quote-text { white-space: normal; text-align: center; }
}

.fp-certblock {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Poppins', Arial, sans-serif;
  overflow: hidden;
}
.fp-certblock * { box-sizing: border-box; }

/* ---- Scrolling ticker ---- */
.fp-certblock__ticker {
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid #e0e0d8;
  border-bottom: 1px solid #e0e0d8;
  background: #f5f5ef;
  position: relative;
}
.fp-certblock__ticker-inner {
  display: flex;
  width: max-content;
  animation: fp-ticker-scroll 28s linear infinite;
}
.fp-certblock__ticker:hover .fp-certblock__ticker-inner {
  animation-play-state: paused;
}
.fp-certblock__ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
}
.fp-certblock__ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 40px;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 600;
  color: #b0b0a8 !important;
}
.fp-certblock__ticker-item strong {
  color: #205023 !important;
  font-weight: 700;
}
.fp-certblock__ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #205023;
  flex-shrink: 0;
  margin-left: 40px;
}

@keyframes fp-ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- Main content ---- */
.fp-certblock__body {
  padding: clamp(40px, 5vw, 70px) clamp(20px, 6vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
}

.fp-certblock__heading {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  color: #1a1a1a !important;
  margin: 0 0 clamp(12px, 1.5vw, 18px) 0;
}
.fp-certblock__sub {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(32px, 4vw, 52px) auto;
  color: #666 !important;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.75;
}

/* ---- Grid ---- */
.fp-certblock__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 24px);
}
.fp-certblock__grid--bottom {
  display: flex;
  justify-content: center;
  margin-top: clamp(14px, 2vw, 24px);
}

/* ---- Card ---- */
.fp-certblock__card {
  background: #ffffff;
  border: 1.5px solid #e4e8db;
  border-radius: 18px;
  padding: clamp(22px, 2.8vw, 36px);
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 28px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.fp-certblock__card:hover {
  border-color: #205023;
  box-shadow: 0 8px 28px rgba(32,80,35,0.10);
  transform: translateY(-3px);
}
.fp-certblock__grid--bottom .fp-certblock__card {
  max-width: 640px;
  width: 100%;
}

.fp-certblock__card-logo {
  width: clamp(72px, 8vw, 100px);
  height: clamp(72px, 8vw, 100px);
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 10px;
}
.fp-certblock__card-content { flex: 1; }
.fp-certblock__card-title {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
  color: #205023 !important;
  margin: 0 0 clamp(8px, 1vw, 14px) 0;
  line-height: 1.3;
}
.fp-certblock__card-desc {
  font-size: clamp(13px, 1.05vw, 15px);
  color: #555 !important;
  line-height: 1.7;
  margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 760px) {
  .fp-certblock__grid { grid-template-columns: 1fr; }
  .fp-certblock__card { flex-direction: row; }
}
@media (max-width: 480px) {
  .fp-certblock__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}




*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --green-dark:   #1a4d2e;
    --green-mid:    #2e7d4f;
    --green-light:  #4caf73;
    --sand:         #f5f0e8;
    --brown:        #7a4f2d;
    --white:        #ffffff;
    --text-dark:    #1c1c1c;
    --text-muted:   #5c5c5c;
    --arrow-col:    #c8e6c9;
  }

  /* ── Header ── */
  .cp-header {
    background: var(--green-dark);
    padding: 48px 24px 40px;
    text-align: center;
  }
  .cp-header .eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--green-light);
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .cp-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
  }
  .cp-header h1 span { color: var(--green-light); }
  .cp-header p {
    margin-top: 14px;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    max-width: 520px;
    margin-inline: auto;
    line-height: 1.7;
  }

  /* ── Badge strip ── */
  .cp-badge-strip {
    background: var(--white);
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #e0dbd0;
  }
  .cp-badge-strip img {
    height: 52px;
    width: auto;
    object-fit: contain;
  }
  .cp-badge-strip .badge-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    text-transform: uppercase;
  }

  /* ── Process wrapper ── */
  .cp-process {
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 24px 72px;
  }

  /* Mobile bridge hidden on desktop */
  .cp-mobile-bridge { display: none; }

  .cp-section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--green-mid);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
  }

  /* ── Steps grid ── */
  .cp-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }

  /* Row connector lines */
  .cp-steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(6.25% + 4px);
    right: calc(6.25% + 4px);
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      var(--green-mid) 0, var(--green-mid) 12px,
      transparent 12px, transparent 20px
    );
    pointer-events: none;
  }

  .cp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px 32px;
    position: relative;
    text-align: center;
  }

  /* Arrow connector between steps (not last in row) */
  .cp-steps .cp-step:not(:last-child)::after {
    content: '▶';
    position: absolute;
    right: -8px;
    top: 26px;
    font-size: 16px;
    color: var(--green-mid);
    z-index: 2;
  }

  /* Down turn at step 4 → 5 */
  .cp-step-turn {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 calc(12.5% - 24px);
    height: 40px;
    position: relative;
  }
  .cp-step-turn::before {
    content: '';
    position: absolute;
    right: calc(12.5% - 4px);
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--green-mid);
  }
  /* Row 2 connector */
  .cp-step-row2::before {
    content: '';
    position: absolute;
    top: 36px;
    right: calc(12.5% + 4px);
    left: calc(12.5% + 4px);
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      var(--green-mid) 0, var(--green-mid) 12px,
      transparent 12px, transparent 20px
    );
  }
  .cp-steps-row2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
     /* reversed row flows right-to-left */
  }
  .cp-steps-row2::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(6.25% + 4px);
    right: calc(6.25% + 4px);
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      var(--green-mid) 0, var(--green-mid) 12px,
      transparent 12px, transparent 20px
    );
    pointer-events: none;
  }
  .cp-steps-row2 .cp-step {
    direction: ltr;
  }
  .cp-steps-row2 .cp-step:not(:last-child)::after {
    content: '▶';
    position: absolute;
    right: -8px;
    top: 26px;
    font-size: 16px;
    color: var(--green-mid);
    z-index: 2;
  }

  /* Step number bubble */
  .step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--green-dark);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 14px rgba(30,77,46,0.25);
    transition: transform 0.25s ease, background 0.25s ease;
  }
  .cp-step:hover .step-num {
    transform: scale(1.1);
    background: var(--green-mid);
  }

  /* Optional badge */
  .step-num.optional {
    background: var(--brown);
    box-shadow: 0 4px 14px rgba(122,79,45,0.25);
  }

  .step-icon {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--green-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .step-desc {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 190px;
  }

  .step-optional-tag {
    display: inline-block;
    margin-top: 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--white);
    background: var(--brown);
    padding: 2px 7px;
    border-radius: 20px;
    text-transform: uppercase;
  }

  /* ── Turn connectors (snake layout) ── */
  .cp-snake-connector {
    height: 48px;
    position: relative;
  }

  /* Vertical drop under centre of col 4 (right) */
  .cp-snake-connector .line-down-right {
    position: absolute;
    right: calc(6.25% - 1px);
    top: -60px;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(
      180deg,
      var(--green-mid) 0, var(--green-mid) 8px,
      transparent 8px, transparent 14px
    );
  }

  /* Vertical drop under centre of col 1 (left) — leads into step 5 */
  .cp-snake-connector .line-down-left {
    position: absolute;
    left: calc(6.25% - 1px);
    top: 0;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(
      180deg,
      var(--green-mid) 0, var(--green-mid) 8px,
      transparent 8px, transparent 14px
    );
  }

  /* Horizontal dotted bridge across the bottom */
  .cp-snake-connector .line-across {
    position: absolute;
    bottom: 55px;
    left: calc(6.25% - 1px);
    right: calc(6.25% - 1px);
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      var(--green-mid) 0, var(--green-mid) 12px,
      transparent 12px, transparent 20px
    );
  }

  /* Down-arrow pointing into step 5 */
  .cp-snake-connector .arrow-turn {
    position: absolute;
    bottom: -10px;
    left: calc(6.25% - 8px);
    font-size: 16px;
    color: var(--green-mid);
    line-height: 1;
  }

  /* ── Footer note ── */
  .cp-footer {
    background: var(--green-dark);
    padding: 32px 24px;
    text-align: center;
  }
  .cp-footer p {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 1.7;
  }
  .cp-footer strong { color: var(--green-light); }

  /* ── Responsive ── */
  @media (max-width: 700px) {
    /* Single column snake on mobile */
    .cp-steps, .cp-steps-row2 {
      grid-template-columns: 1fr;
      direction: ltr;
    }

    /* Hide horizontal row lines & arrows — replaced by vertical connectors */
    .cp-steps::before,
    .cp-steps-row2::before { display: none; }
    .cp-steps .cp-step::after,
    .cp-steps-row2 .cp-step::after { display: none !important; }

    /* Hide the desktop snake connector */
    .cp-snake-connector { display: none; }

    /* Each step (except last overall) gets a vertical dotted line below it */
    .cp-step {
      padding-bottom: 0;
    }
    .cp-steps .cp-step:not(:last-child)::before,
    .cp-steps-row2 .cp-step:not(:last-child)::before {
      content: '';
      display: block;
      width: 2px;
      height: 32px;
      margin: 10px auto 10px;
      background: repeating-linear-gradient(
        180deg,
        var(--green-mid) 0, var(--green-mid) 6px,
        transparent 6px, transparent 11px
      );
    }

    /* Also draw the line after row1's last step (step 4) */
    .cp-steps .cp-step:last-child::before {
      content: '';
      display: block;
      width: 2px;
      height: 32px;
      margin: 10px auto 10px;
      background: repeating-linear-gradient(
        180deg,
        var(--green-mid) 0, var(--green-mid) 6px,
        transparent 6px, transparent 11px
      );
    }

    /* The inter-row gap connector (visible on mobile) */
    .cp-mobile-bridge {
      display: block;
      width: 2px;
      height: 32px;
      margin: 0 auto;
      background: repeating-linear-gradient(
        180deg,
        var(--green-mid) 0, var(--green-mid) 6px,
        transparent 6px, transparent 11px
      );
    }

    /* Reset RTL order so steps 5→8 flow top-to-bottom on mobile */
    .cp-steps-row2 .cp-step { order: unset !important; }

    /* All steps last in row2 (step 8 in DOM) — no line after */
    .cp-steps-row2 .cp-step:last-child::before {
      display: none;
    }
  }
@media (min-width: 1024px) {
    .row.product-grid-4 {
        padding-left: 70px;
        padding-right: 70px;
    }
}










 .cp-header {
    background: #1e3a2f;
    color: #fff;
    padding: 60px 40px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cp-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://fiberparticles.com/storage/whatsapp-image-2026-06-27-at-184003-1.jpeg') center/cover no-repeat;
    opacity: 0.15;
    z-index: 0;
  }
  .cp-header > * { position: relative; z-index: 1; }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8ab89a;
    margin-bottom: 18px;
    font-weight: 600;
  }
  .cp-header h1 {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
  }
  .cp-header h1 span { color: #7ec88c; }
  .cp-header p {
    font-size: 16px;
    color: #b8d4b6;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.65;
  }

  /* ── PROCESS WRAPPER ── */
  .cp-process {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 32px 48px;
  }
  .cp-section-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #7a8a7a;
    margin-bottom: 48px;
    text-align: center;
    font-weight: 600;
  }

  /* ── ROWS ── */
  .cp-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
  }

  /* dashed connector line sits behind the circles */
  .cp-row::before {
    content: '';
    position: absolute;
    top: 36px; /* center of circle */
    left: calc(12.5%);
    right: calc(12.5%);
    height: 2px;
    border-top: 2.5px dashed #2d6a4f;
    z-index: 0;
  }

  /* row2: arrows go right→left visually (steps 8 7 6 5) */
  .cp-row.row2::before {
    left: calc(12.5%);
    right: calc(12.5%);
  }

  /* ── STEP CARD ── */
  .cp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px 0;
    position: relative;
    z-index: 1;
  }

  /* circle */
  .step-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #2d6a4f;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
  }
  .step-circle.optional {
    background: #8a6a3a;
  }

  /* arrow between circles — rendered as pseudo on each step except last */
  .cp-row .cp-step:not(:last-child) .step-circle::after {
    content: '▶';
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    color: #2d6a4f;
    font-size: 13px;
    z-index: 3;
  }
  /* row2 arrows point left (flow is 8→5, displayed left to right) */
  .cp-row.row2 .cp-step:not(:last-child) .step-circle::after {
    content: '▶';
  }

  /* step icon */
  .step-icon {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1;
  }

  /* step photo */
  .step-photo {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 14px;
    background: #ddd;
  }
  .step-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }
  .cp-step:hover .step-photo img {
    transform: scale(1.05);
  }

  .step-title {
    font-size: 13px;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .step-desc {
    font-size: 12.5px;
    color: #555;
    line-height: 1.6;
  }

  /* ── SNAKE CONNECTOR ── */
  .cp-snake {
    display: flex;
    align-items: flex-end;
    height: 56px;
    position: relative;
    margin: 4px 0;
  }
  .snake-down-right {
    width: 12.5%;
    height: 60%;
    border-right: 2.5px dashed #2d6a4f;
    border-bottom: 2.5px dashed #2d6a4f;
    border-bottom-right-radius: 10px;
  }
  .snake-across {
    flex: 1;
    border-bottom: 2.5px dashed #2d6a4f;
    height: 60%;
  }
  .snake-down-left {
    width: 12.5%;
    height: 60%;
    border-left: 2.5px dashed #2d6a4f;
    border-bottom: 2.5px dashed #2d6a4f;
    border-bottom-left-radius: 10px;
    position: relative;
  }
  .snake-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #2d6a4f;
    font-size: 14px;
    line-height: 1;
  }

  /* ── FOOTER ── */
  .cp-footer {
    background: #1e3a2f;
    color: #b8d4b6;
    text-align: center;
    padding: 36px 24px;
    font-size: 14px;
    line-height: 1.75;
  }
  .cp-footer strong { color: #fff; }

  /* ── RESPONSIVE ── */
  @media (max-width: 800px) {
    .cp-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 16px;
    }
    .cp-row::before { display: none; }
    .cp-step .step-circle::after { display: none; }
    .cp-snake { display: none; }
    .cp-process { padding: 40px 20px 36px; }
  }

  @media (max-width: 480px) {
    .cp-row { grid-template-columns: 1fr; }
    .cp-header { padding: 40px 20px 40px; }
  }