.about-page {
  background: #ffffff;
  color: #2c2c2c;
  padding: 0;
  min-height: 60vh;
}

.about-page-layout {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #a3a3a3;
  position: relative;
  z-index: 5;
}

/* Hero Section - full bleed, background image */
.hero-section {
  position: relative;
  width: 100%;
  max-height: 100vh;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 20;
  opacity: 1;
}

/* .hero-section::after {
  content: "";
  background: url("https://mediumorchid-gazelle-252922.hostingersite.com/wp-content/uploads/2026/02/slider-leafs.png")
    no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
} */

.hero-background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

/* Replace the URL above with your own image when ready */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #0f3d2e;
  opacity: 0.75;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 20;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-subheading {
  font-family: "Playfair Display", serif !important;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--primary-green);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.hero-title {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.hero-title-underline {
  width: 120px;
  height: 3px;
  background-color: var(--primary-green);
  margin: 0 0 1.5rem 0;
  border-radius: 2px;
}

.eyrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.eyrow-line {
  width: 120px;
  height: 3px;
  background-color: var(--primary-green);
  border-radius: 2px;
}

.eyrow {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-description {
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-cta {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
}

.hero-cta:hover {
  background-color: #6d9635;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .home-page-layout {
    height: 500px;
  }

  .hero-section {
    height: 450px;
  }

  .hero-content {
    width: 95%;
    padding: 1.5rem 0;
  }

  .hero-content-inner {
    width: 100%;
  }

  .hero-title {
    letter-spacing: 2px;
  }

  .hero-description {
    margin-bottom: 1.5rem;
  }

  .eyrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .eyrow {
    font-size: 0.8rem;
  }

  .eyrow-line {
    width: 80px;
  }

  .eyrow-line.left {
    display: none;
  }
}

/* ====================Our Commitment section================= */
.our-commitment {
  background-color: var(--light-green);
  padding: 4rem 0rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.our-commitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://harvestepz.com/wp-content/uploads/2026/04/Frsco-Herbs-Background.png")
    no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.025;
}

.our-commitment-inner {
  height: auto;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.our-commitment-media {
  width: 45%;
  height: auto;
  display: flex;
  justify-content: center;
}

.our-commitment-media-shape {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /* max-height: 500px; */
  /* aspect-ratio: 4 / 3; */
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.our-commitment-media-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.our-commitment-media-shape:hover img {
  transform: scale(1.05);
}

.our-commitment-content {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #0f3d2e;
}

.our-commitment-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.our-commitment-content .title-underline {
  width: 180px;
  height: 3px;
  background-color: var(--primary-green);
  margin: 0 0 20px 0;
  border-radius: 2px;
  position: relative;
  overflow: visible;
}

.story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.story-content-text {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #0f3d2e;
  margin-bottom: 0rem;
}

.story-content .contact-us-btn {
  margin-top: 1rem;
  background-color: #0f3d2e;
  color: #fff;
}

.story-content .contact-us-btn svg {
  fill: #fff;
}

.story-content .contact-us-btn:hover {
  background-color: #fff;
  color: #0f3d2e;
}

.story-content .contact-us-btn:hover svg {
  fill: #0f3d2e;
}

.our-commitment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.commitment-item {
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted rgba(15, 61, 46, 0.3);
}

.commitment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.commitment-item-header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.commitment-item-number {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 61, 46, 0.7);
}

.commitment-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.commitment-item-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0.1rem 0 0;
  color: rgba(15, 61, 46, 0.86);
}

.our-commitment .contact-us-btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .our-commitment-inner {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .our-commitment-media,
  .our-commitment-content {
    flex: 0 0 auto;
    width: 100%;
  }

  .our-commitment-content {
    order: 1;
  }

  .our-commitment-media {
    order: 2;
  }

  .our-commitment-media-shape {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .our-commitment {
    padding: 3.5rem 0rem 1rem 0rem;
  }

  .our-commitment-inner {
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }

  .our-commitment-heading {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}

/* -----------Our Process Section Start----------- */
.our-process {
  padding: 5rem 0 5rem 0;
  min-height: 500px;
  background: #0f3d2e;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.our-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://harvestepz.com/wp-content/uploads/2026/04/Frsco-Herbs-Background.png")
    no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.025;
}

.our-process-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  text-align: center;
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-process-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem 0;
}

.our-process-decorative {
  font-size: 0.95rem;
  color: #6b8e23;
  font-style: italic;
  margin: 0 0 2.5rem 0;
}

.process-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: flex-start;
  padding-top: 2rem;
  width: 100%;
}

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-item-icon-container {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.process-step-num {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-green);
  background: #ffffff;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-item-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.process-item-subhead {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.5rem 0;
}

.process-item-desc {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .process-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .our-process {
    padding: 3rem 0 1rem 0;
  }

  .process-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-item {
    padding-bottom: 1rem;
  }
}

/* =========== Food Recipes / Behind the Brand Section START =========== */
.food-recipes {
  background-color: #0f3d2e;
  padding: 6rem 0 4rem 0;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.food-recipes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://harvestepz.com/wp-content/uploads/2026/04/Frsco-Herbs-Background.png")
    no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.025;
  pointer-events: none;
}

.food-recipes-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
  position: relative;
  z-index: 3;
}

.food-recipes-text {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  width: 100%;
}

.food-recipes-kicker {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.food-recipes-heading {
  font-size: 40px;
  line-height: 1.1;
  margin: 5px 0;
  font-weight: 800;
}

.food-recipes-separator {
  width: 300px;
  max-width: 80%;
  height: 2px;
  background-color: var(--primary-green);
  margin: 0.5rem 0;
}

.food-recipes-copy {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 15px;
  color: #ffecec;
}

.food-recipes-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 0px;
  width: 100%;
}

.food-recipes-stat-card {
  background-color: var(--primary-green);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

.food-recipes-stat-card:hover {
  background-color: #81b03fc4;
}

.food-recipes-stat-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: #113803;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.food-recipes-stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.food-recipes-stat-icon i {
  font-size: 24px;
  color: #ffffff;
}

.food-recipes-stat-value {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.food-recipes-stat-label {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.food-recipes-social-card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 18px 20px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.food-recipes-social-card .separator {
  width: 60%;
  height: 2px;
  background-color: var(--primary-green);
  margin: 0px 0 10px 0;
}

.food-recipes-social-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f3d2e;
  margin-bottom: 8px;
}

.food-recipes-social-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0f3d2e;
  display: inline-block;
  position: relative;
}

.food-recipes-social-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background-color: #0f3d2e;
}

.food-recipes-social-text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #333333;
}

.food-recipes-gallery {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.food-recipes-badge {
  position: absolute;
  top: -36px;
  left: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--primary-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.food-recipes-badge img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.food-recipes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 100%;
}

.food-recipes-grid .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 100%;
  width: 100%;
}

.food-recipes-image {
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.food-recipes-image.small-image {
  height: 35%;
}

.food-recipes-image.large-image {
  height: 65%;
}

.food-recipes-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

.food-recipes-image img:hover {
  transform: scale(1.05);
}

.food-recipes-image-large {
}

.food-recipes-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  position: relative;
}

.food-recipes-button {
  background-color: var(--primary-green);
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 999px;

  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-shadow: none;
}

.food-recipes-button:hover {
  background-color: #376824;
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .food-recipes {
    padding: 60px 0;
  }

  .food-recipes-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .food-recipes-gallery {
    max-width: 480px;
    margin: 0 auto;
  }

  .food-recipes-badge {
    left: 20px;
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 600px) {
  .food-recipes-container {
    padding: 0px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    width: 95%;
  }

  .food-recipes-kicker {
    font-size: 14px;
    letter-spacing: 0.18em;
  }

  .food-recipes-stats {
    gap: 10px;
  }

  .food-recipes-stat-card {
    padding: 10px 5px;
  }

  .food-recipes-social-card {
    max-width: 100%;
  }

  .food-recipes-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 10px;
  }

  .food-recipes-badge {
    top: -26px;
    left: 10px;
    width: 96px;
    height: 96px;
    font-size: 9px;
  }

  .food-recipes-stat-value {
    font-size: 16px;
  }

  .food-recipes-stat-label {
    font-size: 12px;
  }
}

/* ==================== Mobile Responsive Styles ==================== */
/* Hero section - mobile */
@media (max-width: 768px) {
  .contact-us-btn {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Hide socials on mobile - they overlap content */
  .about-page-layout .socials {
    display: none;
  }

  /* Reposition pagination for mobile */
  .about-page-layout .pagination-custom {
    right: auto !important;
    top: auto !important;
    bottom: 1.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(0deg) !important;
  }

  .about-page-layout .pagination-custom .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0.35rem !important;
  }

  .about-page-layout
    .pagination-custom
    .swiper-pagination-bullet-active::before {
    width: calc(100% + 8px) !important;
    height: calc(100% + 8px) !important;
  }

  .about-swiper-button-container {
    padding-top: 2rem;
  }

  .our-mission-images .about-swiper .about-swiper-button-prev,
  .our-mission-images .about-swiper .about-swiper-button-next {
    height: 36px;
    width: 36px;
  }
}

/* Hero section - small mobile */
@media (max-width: 480px) {
  .our-process {
    padding: 3rem 0 4rem 0;
  }

  .our-process-container {
    padding: 0 1rem;
  }

  .our-process-title {
    font-size: 1.375rem;
  }

  .process-container {
    gap: 1.5rem;
    padding-top: 1.5rem;
  }

  .process-item-icon-container {
    width: 80px;
    height: 80px;
  }

  .process-item-icon {
    width: 40px;
    height: 40px;
  }

  .process-item-subhead,
  .process-item-desc {
    font-size: 0.8125rem;
  }
}
