 /* ===================================================== BUSINESS INTELLIGENCE ===================================================== */
.divider {
   width: 150px;
   height: 3px;
   background-color: var(--primary-green);
   margin: 0 auto;
   border-radius: 2px;
   position: relative;
   overflow: visible;
   margin: 0.1rem 0;
 }
  
 .about-us-section {
   background: #FCFBF9;
   padding: 72px 0 40px 0;
   position: relative;
   z-index: 1;
 }
 
 .about-us-section::before {
   background: url("https://harvestepz.com/wp-content/uploads/2026/04/Frsco-Herbs-Background.png") no-repeat center center;
   background-size: cover;
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0.025;
 }
 
 .about-us-section .grid-wrapper {
   width: 90%;
   max-width: 1200px;
   margin-inline: auto;
   display: grid;
   grid-template-columns: 1.05fr 1fr;
   gap: 44px;
   align-items: stretch;
 }
 
 .about-us-section .column img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   border-radius: 12px;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
 }

 .about-us-section .column h2 {
   color: #000000;
 }

 .about-us-section .column h2 span {
  color: var(--primary-green);
 }
 
 .about-us-section .column p {
   font-size: 1rem;
   line-height: 1.8;
   color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
   margin-bottom: 14px;
 }
 
 @media (max-width: 980px) {
   .about-us-section {
     padding: 56px 0;
   }
 
   .about-us-section .grid-wrapper {
     grid-template-columns: 1fr;
     gap: 24px;
   }
 
   .about-us-section .column img {
     height: 340px;
   }
 }
 
 @media (max-width: 560px) {
  .about-us-section {
    padding: 2rem 0;
  }

   .about-us-section .grid-wrapper {
     width: calc(100% - 32px);
   }
 
   .about-us-section .column img {
     height: 260px;
     border-radius: 10px;
   }
 }
 
 
 /* ===================== BUSINESS INTELLIGENCE CTA ===================== */
 .about-us-cta {
   background: #ffffff;
   padding: 25px 0;
   min-height: 400px;
   background: url("https://harvestepz.com/wp-content/uploads/2026/04/core-business-bg-img.jpg") no-repeat center center;
   background-size: cover;
   position: relative;
   z-index: 1;
 
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
 .about-us-cta::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background: #000000;
   opacity: 0.5;
 }
  
 .about-us-cta .container {
   width: 100%;
   height: 100%;
   max-width: 700px;
   position: relative;
   z-index: 10;
   gap: 10px;
 
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }
 
 .about-us-cta h2 {
   color: #ffffff;
 }
 
 .about-us-cta p {
   font-size: 1.2rem;
   line-height: 1.5;
   color: #ffffff;
   text-align: center;
 }

 /* ===================== CHARACTERISTICS SECTION ===================== */
 .characteristics-section {
   padding: 6rem 0 2rem 0;
   position: relative;
   z-index: 1;
 }
 
 .characteristics-section .grid {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 24px;
 }

 .characteristics-section .column {
   background: var(--white-color);
   padding: 24px;
   border-radius: 12px;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.048);
 }

 .characteristics-section .column .characteristics-section-header {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 10px;
   padding-bottom: 10px;
 }

 .characteristics-section .column .characteristics-section-header-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background-color: var(--primary-green);
  display: grid;
  place-items: center;
  position: relative;
 }

 .characteristics-section .column .characteristics-section-header img {
   object-fit: contain;
   border-radius: 50%;
   padding: 5px;
   width: 90%;
   height: 90%;
   display: flex;
   align-items: center;
   justify-content: center;
   filter: brightness(0) invert(1);
 }

 .characteristics-section .column .characteristics-section-header i {
   font-size: 1.2rem;
   line-height: 1;
   font-weight: 800;
   color: #ffffff;
   background-color: var(--primary-green);
   padding: 5px;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .characteristics-section .column h3 {
   font-size: 1.5rem;
   line-height: 1;
   font-weight: 800;
   color: #000000;
   padding-bottom: 0px;
 }
 
 .characteristics-section .column p {
   font-size: 1rem;
   line-height: 1.8;
   color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
   margin-bottom: 14px;
 }

 @media (max-width: 560px) {
  .characteristics-section {
    padding: 0;
    padding-top: 1rem;
  }
  .characteristics-section .grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 }

 /* ===================== ALIGNED COVERAGE SECTION ===================== */
 .aligned-coverage-section {
  padding: 88px 0 72px;
   position: relative;
   z-index: 1;
  color: #000000;
  background: #f5f5f5;
  position: relative;
 }

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

 .aligned-coverage-section .container {
  position: relative;
  z-index: 10;
 }

 .aligned-coverage-header {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 10px;
   margin-bottom: 20px;
 }
 
.aligned-coverage-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
  color: #000000;
}

.aligned-coverage-header span {
  color: var(--primary-green);
}

.aligned-coverage-header p {
  font-size: 1rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
  margin-bottom: 14px;
  text-align: center;
}

.aligned-coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
}

.aligned-coverage-card {
  text-align: center;
  margin-inline: auto;
  background: var(--white-color);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.048);
}

.aligned-coverage-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: grid;
  place-items: center;
  position: relative;
}

/* .aligned-coverage-icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
} */

.aligned-coverage-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* filter: brightness(0) saturate(100%) invert(86%) sepia(45%) saturate(4390%) hue-rotate(8deg) brightness(103%) contrast(101%); */
}
 

.aligned-coverage-card-title {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 1.6px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #000000;
}
.aligned-coverage-card-text {
  font-size: 0.9rem;
  line-height: 1.85;
  color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
}

@media (max-width: 1100px) {
  .aligned-coverage-grid {
    column-gap: 44px;
  }
}

@media (max-width: 900px) {
  .aligned-coverage-section {
    padding: 72px 0 64px;
  }

  .aligned-coverage-title {
    font-size: 36px;
  }

  .aligned-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 36px;
  }
}

@media (max-width: 520px) {
  .aligned-coverage-section {
    padding: 2rem 0;
  }
  .aligned-coverage-title {
    font-size: 30px;
  }

  .aligned-coverage-grid {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    width: 100%;
  }

  .aligned-coverage-card {
    max-width: 100%;
  }

  .aligned-coverage-header p {
    margin-bottom: 0px;
  }
}


/* ===================== OUR VALUES SECTION ===================== */

.our-values {
   background: var(--white-color);
   padding: 72px 0;
   position: relative;
   z-index: 1;
 }
 
 .our-values::before {
   background: url("https://harvestepz.com/wp-content/uploads/2026/04/Frsco-Herbs-Background.png") no-repeat center center;
   background-size: cover;
   content: "";
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0.025;
 }
 
 .our-values .grid-wrapper {
   width: 90%;
   max-width: 1200px;
   margin-inline: auto;
   display: grid;
   grid-template-columns: 1.05fr 1fr;
   gap: 44px;
   align-items: stretch;
   position: relative;
   z-index: 10;
 }
 
 .our-values .column img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   border-radius: 12px;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
 }


 .our-values .column h2 {
  color: #000000;
 }

 .our-values .column h2 span {
  color: var(--primary-green);
 }

 .our-values .column p {
   font-size: 16px;
   line-height: 1.8;
   color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
   margin-bottom: 14px;
 }
 
 .our-values .column ul {
   margin-top: 18px;
   padding-left: 0px;
   display: grid;
   gap: 10px;
   list-style-type: disc;
 
   list-style: none !important;
 }
 
 .our-values .column .divider {
    height: 1px;
    width: 100%;
    background-color: #cccccc46;
 }
 
 .our-values .column li {
   color: color-mix(in srgb, var(--dark-text-color) 90%, #000);
   line-height: 1.6;
 }

 .our-values .column li span {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--primary-green);
  font-weight: 500;
  padding-bottom: 10px;
 }

 .our-values .column li span::after {
  content: ":";
  color: var(--primary-green);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 800;
  padding-bottom: 10px;
 }
 
 .our-values .column li::marker {
   color: var(--primary-green);
 }
 
 @media (max-width: 980px) {
   .our-values {
     padding: 56px 0;
   }
 
   .our-values .grid-wrapper {
     grid-template-columns: 1fr;
     gap: 24px;
   }
 
   .our-values .column img {
     height: 340px;
   }
 }
 
 @media (max-width: 560px) {
   .our-values .grid-wrapper {
     width: calc(100% - 32px);
   }
 
   .our-values .column img {
     height: 260px;
     border-radius: 10px;
   }
 }


/* =========== Bottom Overlay Section END =========== */
/* ================== Quality Commitment Section START ================== */
.partners-new {
  padding: 3rem 0 3rem 0;
  background-color: #FCFBF9 !important;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.partners-new::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.02;
}

.partners-new .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.partners-new .container .title-underline {
  margin-bottom: 0.5rem;
}

.partners-new .head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0rem;
  padding: 0;
}

.partners-new .head .sub-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.partners-new .head .sub-head-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.partners-new .swiper-partners.swiper {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.partners-new .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  height: 100% !important;
}

.partners-new .swiper-slide {
  width: 150px;
  height: 100% !important;
  box-shadow: none;
}

.partners-new img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  display: block;

  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

@media only screen and (max-width: 768px) {
  .partners-new {
    padding: 2.5rem 0;
    padding-top: 0;
  }

  .partners-new .container {
    width: 95%;
  }

  .partners-new .swiper-wrapper {
    width: 100vw;
  }

  .partners-new .swiper-slide {
    width: 100px;
    padding: 0 1rem;
    box-shadow: none;
  }

  .partners-new img {
    height: 100px;
    width: 100%;
    object-fit: contain;
  }
}


 