/* About page */
.about-page {
  background-color: #ffffff;
  color: var(--white-color);
}

.about-page .container {
  max-width: 1250px;
}

/* Hero */
.about-hero {
  position: relative;
  height: 650px;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background-image: url("https://newvashaepz.com/wp-content/uploads/2026/03/0A0A5350-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: #07504b;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-hero-content-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-content {
  position: relative;
  padding: 0;
  padding-top: 80px;
  max-width: 900px;
  width: 100%;
  text-align: center;
}

.about-hero-title {
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.about-hero-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 750px;
  margin: 0 auto;
}

/* Intro section */
.about-intro {
  background-color: #f5f1eb;
  padding: 4rem 0;
  color: #222;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

.about-intro-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2rem;
  height: 100%;
}

.about-intro-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 1.25rem;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.about-intro-main-card,
.about-intro-secondary-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #e5ebe7;
  min-height: 100%;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.about-intro-main-card {
  height: 70%;
  min-height: 70%;
}

.about-intro-main-card img,
.about-intro-secondary-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.about-intro-main-card:hover img,
.about-intro-secondary-card:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.about-intro-secondary-card {
  position: absolute;
  bottom: 0rem;
  right: 0;
  width: 55%;
  height: 40%;
  min-height: 40%;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
}

.about-intro-trust {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 42%;
  height: 28%;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: var(--primary-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.about-intro-trust-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.about-intro-trust-icon i {
  color: #6bbf3b;
  font-size: 20px;
}

.about-intro-trust-text {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.about-intro-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
}

.about-intro-text .divider {
  margin: 0;
  max-width: 150px;
}

.about-intro-tag {
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0rem;
}

.about-intro-tag span {
  color: var(--primary-color);
  font-size: 0.8rem;
  letter-spacing: 0em;
}

.about-intro-heading {
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 0rem;
  color: #111827;
}

.about-intro-heading span {
  color: var(--primary-color);
}

.about-intro-body {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0.75rem;
}

.about-intro-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0.6rem;
}

.about-intro-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #222;
}

.about-intro-list i {
  color: var(--primary-color);
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.about-intro-cta {
  margin-top: 0.25rem;
}

/* ==============================Stats section =================================*/
.about-stats {
  padding: 4.5rem 0 5rem;
  background-color: var(--primary-color);
  height: auto;
}

.about-stats-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-stats-header .divider {
  margin: 0.5rem 0 1rem 0;
  max-width: 150px;
}

.about-stats-title {
  font-size: 2rem;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.about-stats-lead {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8;
}

.about-stats-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.75rem;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
}

.about-stats-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: auto;
}

.about-stat-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 1.75rem 1.75rem 1.5rem;
  box-sizing: border-box;
  background-color: #f7f5f1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  background-color: var(--primary-color);
}

.about-stats-column--left .about-stat-card:first-child {
  height: 40%;
}

.about-stats-column--left .about-stat-card:last-child {
  height: 60%;
}

.about-stats-column--center .about-stat-card {
  height: 100%;
}

.about-stats-column--right .about-stat-card:first-child {
  height: 60%;
}

.about-stats-column--right .about-stat-card:last-child {
  height: 40%;
}

.about-stat-card--text {
  background-color: #f5f1eb;
}

.about-stat-label {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 10;
}

.about-stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 10;
}

.about-stat-caption {
  font-size: 1rem;
  font-weight: 600;
  color: #56595f;
  position: relative;
  z-index: 10;
  margin: 0.1rem 0;
}

.about-stat-small {
  font-size: 0.85rem;
  color: #e5e7eb;
  margin-top: 0.6rem;
  line-height: 1.6;
}

.about-stat-card--highlight {
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about-stat-card--highlight img {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about-stats-column:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.about-stat-card--highlight .about-stat-overlay {
  background: linear-gradient(to top, #0a645e, rgba(0, 0, 0, 0.178), #0e6862);
  opacity: 1;
}

.about-stat-card--highlight .about-stat-number {
  color: #ffffff;
}

.about-stat-card--highlight .about-stat-caption {
  color: #e5fdf7;
}

.about-stat-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(3, 71, 66, 0.3);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.about-stat-card--image {
  padding: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-stat-card--left {
  grid-column: span 2;
  background-image: url("https://mediumorchid-gazelle-252922.hostingersite.com/wp-content/uploads/2025/04/0A0A9265.jpg");
}

.about-stat-card.about-stat-card--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about-stat-card.about-stat-card--image:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.about-stat-overlay {
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  opacity: 0.2;
  z-index: 2;
}

.about-stat-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

/* ==============================Segments: Retailers & Cooks =======================*/
.about-segments {
  padding: 4.5rem 0 5rem;
  background-color: #f5f1eb;
  color: #111827;
}

.about-segments.retailers-section {
  padding: 4.5rem 0 5rem;
  background-color: #f5f1eb;
  color: #111827;
}

.about-segments.cooks-section {
  padding: 4.5rem 0 5rem;
  background-color: #e6eae9 !important;
  color: #111827;
}

.about-segments-header {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.about-segments-tag {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
}

.about-segments-title {
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.about-segments-lead {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #4b5563;
}

.about-segment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
}

.about-segment-row.cooks {
  background-color: #ffffff00;
}

.about-segment-row:last-of-type {
  margin-bottom: 0;
}

.about-segment-row--reverse {
  flex-direction: row-reverse;
}

.about-segment-content {
  flex: 1 1 50%;
}

.about-segment-content .divider {
  margin: 1.25rem 0 1rem 0;
  max-width: 200px;
}

.about-segment-media {
  flex: 1 1 50%;
  overflow: hidden;
  border-radius: 24px;
}

.about-segment-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(15, 61, 46, 0.22);
  transition: transform 0.3s ease;
}

.about-segment-media img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.about-segment-label {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #07504b;
  margin-bottom: 1.1rem;
  font-weight: 600;
}

.about-segment-heading {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #111827;
}

.about-segment-body {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 1.25rem;
}

.about-segment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #111827;
}

.about-segment-list li::before {
  content: "•";
  color: var(--primary-color);
  margin-right: 0.5rem;
}

/* Responsive */
@media (max-width: 900px) {
  .about-hero {
    height: 520px;
  }

  .about-intro-inner {
    flex-direction: column;
    gap: 2.25rem;
  }

  .about-intro-main-card {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0rem;
  }

  .about-intro-secondary-card,
  .about-intro-trust {
    position: absolute;
    height: auto;
    min-height: auto;
  }

  .about-intro-secondary-card {
    padding: 0;
    margin-top: 1rem;
    display: none !important;
  }

  .about-intro-trust {
    margin-top: 1rem;
    padding: 1.25rem 1rem;
    width: 100%;
    height: auto;
    bottom: -3rem;
    left: auto;
    right: 5px;
    width: 55%;
  }

  .about-intro-trust-icon {
    width: 60px;
    height: 60px;
  }

  .about-stats-grid {
    flex-direction: column;
  }

  .about-stats-column {
    flex: 1 1 auto;
  }

  .about-stats-column--left .about-stat-card:last-child {
    aspect-ratio: 16/9;
    height: auto;
  }

  .about-stat-card--highlight
   {
    aspect-ratio: 16/9;
   }

  .about-segment-row,
  .about-segment-row--reverse {
    flex-direction: column;
  }

  .about-segment-media {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about-hero {
    height: 540px;
  }

  .about-hero-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .about-intro {
    padding: 1.5rem 0 2.5rem 0;
  }

  .about-intro-heading {
    font-size: 1.75rem;
  }

  .about-intro-body {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .about-stats-grid {
    gap: 1.25rem;
  }
}

/* ============================================== CYCLE CHART ============================================== */
.cycle-chart {
  padding: 4.5rem 0;
  background: #ffffff;
  margin-bottom: -70px;
}

.cycle-chart-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5rem;
}

.cycle-chart-heading {
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.cycle-chart-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: #4b4f4b;
  max-width: 36rem;
  margin: 0 auto;
}

/* ---------- Wheel container ---------- */
.cycle-wheel {
  position: relative;
  width: 1100px;
  height: 700px;
  margin: 0 auto;
  margin-top: -100px;
}

/* ---------- Decorative dot-grids ---------- */
/* .cycle-wheel::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 6%;
  right: 10%;
  background: radial-gradient(
    circle,
    rgba(200, 160, 140, 0.25) 1.5px,
    transparent 1.5px
  );
  background-size: 11px 11px;
  z-index: 0;
}

.cycle-wheel::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 6%;
  left: 10%;
  background: radial-gradient(
    circle,
    rgba(200, 160, 140, 0.25) 1.5px,
    transparent 1.5px
  );
  background-size: 11px 11px;
  z-index: 0;
} */

/* ---------- Ring ---------- */
.cycle-ring {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  /* border: 2.5px solid var(--primary-color); */
  border: 2.5px solid var(--secondary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.cycle-ring::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1.5px dashed var(--secondary-color);
  /* border: 1.5px dashed var(--primary-color); */
}

/* ---------- Center ---------- */
.cycle-center {
  position: absolute;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: #ffffff;
  /* border: 1px solid var(--secondary-color); */
  /* border: 1px solid var(--primary-color); */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}

.cycle-center:hover {
  background: #f5f1eb;
}

.cycle-center:hover img {
  display: block;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.cycle-center img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cycle-center-content {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cycle-center:hover .cycle-center-content {
  display: none;
}

.cycle-center-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
  text-align: center;
}

.cycle-center-sub {
  font-size: 0.72rem;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 0.2rem;
}

/* ---------- Items ---------- */
.cycle-item {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 350px;
  z-index: 3;
}

.cycle-item-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid var(--primary-color); */
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cycle-item-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.cycle-item-icon i {
  font-size: 1.2rem;
  color: var(--primary-color);
}

.cycle-item-icon img {
  width: 65%;
  height: 65%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cycle-item-body {
  padding-top: 0;
}

.cycle-item-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.cycle-item-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 0.3rem;
  text-transform: capitalize;
}

.cycle-item-text {
  font-size: 0.78rem;
  line-height: 1.55;
  color: #666;
  margin: 0;
}

/* ---------- Left items (1, 2, 3): text-left, icon-right ---------- */
.cycle-item--1,
.cycle-item--2,
.cycle-item--3 {
  flex-direction: row-reverse;
}

.cycle-item--1 .cycle-item-body,
.cycle-item--2 .cycle-item-body,
.cycle-item--3 .cycle-item-body {
  text-align: right;
}

/* ---------- Positions (icons on 400 px / 200 px-radius ring, 3 left + 3 right) ---------- */
.cycle-item--1 {
  right: 60%;
  top: 22%;
}

.cycle-item--2 {
  right: 65%;
  top: 46%;
}

.cycle-item--3 {
  right: 59%;
  top: 69%;
}

.cycle-item--4 {
  left: 60%;
  top: 22%;
}

.cycle-item--5 {
  left: 65%;
  top: 46%;
}

.cycle-item--6 {
  left: 59%;
  top: 69%;
}

/* ---------- Cycle chart responsive ---------- */
@media (max-width: 1000px) {
  .cycle-chart {
    padding: 2rem 0;
    margin-bottom: 0px;
  }

  .cycle-wheel {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    padding: 2rem 0;
    margin-top: 0px;
  }

  .cycle-ring {
    display: none;
  }

  .cycle-wheel::before,
  .cycle-wheel::after {
    display: none;
  }

  .cycle-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none !important;
    margin: 0;
  }

  .cycle-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 420px;
    width: 100%;
    flex-direction: row !important;
  }

  .cycle-item .cycle-item-body {
    text-align: left !important;
  }
}

/* ============================================== CHARTS / RADIAL INFOGRAPHIC ============================================== */
.charts {
  padding: 4.5rem 0;
  background: #dde1e7;
  margin-bottom: -100px;
}

.charts-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}

.charts-heading {
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.charts-subtitle {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b4f4b;
  max-width: 36rem;
  margin: 0 auto;
}

.charts-wheel {
  position: relative;
  width: 1000px;
  max-width: 90vw;
  height: 800px;
  margin: 0 auto;
  margin-top: -80px;
}

/* ---------- Petal connectors ---------- */
.charts-petal {
  position: absolute;
  width: 60px;
  height: 250px;
  background: var(--primary-color);
  border-radius: 50%;
  bottom: 50%;
  left: calc(50% - 30px);
  transform-origin: bottom center;
  z-index: 1;
}

.charts-petal--1 {
  transform: rotate(0deg);
}
.charts-petal--2 {
  transform: rotate(72deg);
}
.charts-petal--3 {
  transform: rotate(144deg);
}
.charts-petal--4 {
  transform: rotate(216deg);
}
.charts-petal--5 {
  transform: rotate(288deg);
}

/* ---------- Center circle ---------- */
.charts-center {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.charts-center-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.charts-center-sub {
  font-size: 1.05rem;
  color: #333;
  font-weight: 500;
}

/* ---------- Items ---------- */
.charts-item {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  max-width: 300px;
  z-index: 3;
}

.charts-item-icon {
  width: 85px;
  height: 85px;
  min-width: 85px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.charts-item-icon:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.14);
}

.charts-item-icon i {
  font-size: 1.8rem;
  color: #555;
}

.charts-item-body {
  padding-top: 0.2rem;
}

.charts-item-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  display: block;
}

.charts-item-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0.2rem 0 0.3rem;
}

.charts-item-text {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

/* ---------- Item positions (pentagon, 72° apart) ---------- */
.charts-item--1 {
  top: 16%;
  left: 45%;
}

.charts-item--2 {
  top: 35%;
  right: 0;
}

.charts-item--3 {
  top: 67%;
  right: 8%;
}

.charts-item--4 {
  top: 67%;
  left: 8%;
  flex-direction: row-reverse;
}

.charts-item--5 {
  top: 35%;
  left: 0;
  flex-direction: row-reverse;
}

.charts-item--4 .charts-item-body,
.charts-item--5 .charts-item-body {
  text-align: right;
}

/* ---------- Charts responsive ---------- */
@media (max-width: 960px) {
  .charts-wheel {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem 0;
  }

  .charts-petal {
    display: none;
  }

  .charts-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .charts-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    max-width: 450px;
    width: 100%;
    flex-direction: row !important;
    text-align: left !important;
  }

  .charts-item .charts-item-body {
    text-align: left !important;
  }

  .charts-item-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .charts-item-icon i {
    font-size: 1.5rem;
  }
}


/*============================================= Steps section =============================================*/
.our-process-steps {
  padding: 4.5rem 0 3rem;
  background-color: #e6eae9;
  color: #0b1120;
}

.our-process-steps-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-process-steps-header .divider {
  margin: 0.5rem 0 1rem 0;
  max-width: 150px;
}

.our-process-steps-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 700px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.divider {
  width: 100%;
  max-width: 300px;
  height: 2px;
  background-color: var(--secondary-color);
  margin: 1rem 0;
}

.our-process-steps-title {
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  color: #0b1120;
}

.our-process-steps-lead  {
  font-size: 1rem;
}

/* Staggered layout */
.steps-layout {
  position: relative;
}

.steps-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}

.step-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 50%;
}

/* .step-block--text-left {
  justify-content: flex-end;
} */

/* .step-block--text-right .step-text {
  text-align: left;
} */

.step-circle {
  width: 50%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  transition: border 0.3s ease;
  position: relative;
}

.step-mobile-number {
  display: none;
}

.step-circle:hover {
  border: 5px solid var(--secondary-color);
}

.step-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.step-circle:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.step-text {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step-text--mobile {
  display: none;
}

.step-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.4rem;
  text-align: center;
}

.step-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #4b5563;
  text-align: center;
}

/* Timeline */
.steps-timeline {
  position: relative;
  padding: 1.75rem 0;
}

.steps-timeline-track {
  position: absolute;
  top: 50%;
  left: 1%;
  right: 1%;
  height: 2px;
  background-color: #c2c6ca;
  transform: translateY(-50%);
}

.steps-timeline-nodes {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 100%;
  margin: 0 auto;
}

.steps-node {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 1;
  /* box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1); */
}

/* Responsive */
@media (max-width: 768px) {
  .our-process-steps {
    padding: 3.5rem 0 3.75rem;
  }

  .steps-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .steps-row {
    display: contents;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  /* Mobile order: Planting -> Harvesting -> Packaging -> Distribution */
  .steps-row--top .step-block:nth-child(1) {
    order: 1;
  }

  .steps-row--bottom .step-block:nth-child(1) {
    order: 2;
  }

  .steps-row--top .step-block:nth-child(2) {
    order: 3;
  }

  .steps-row--bottom .step-block:nth-child(2) {
    order: 4;
  }

  .step-text--desktop {
    display: none;
  }

  .step-text--mobile {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .step-circle {
    width: 150px;
    height: 150px;
    min-width: 150px;
    overflow: visible;
  }

  .step-circle img {
    object-fit: cover;
    border-radius: 100%;
  }

  .step-mobile-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--secondary-color);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
    z-index: 3;
  }

  .step-text {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .steps-timeline {
    display: none;
  }
}
