/* ===================================================== 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;
}

.sales-enablement {
  background: var(--white-color);
  padding: 72px 0;
  position: relative;
  z-index: 1;
}

.sales-enablement::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;
}

.sales-enablement > * {
  position: relative;
  z-index: 10;
}

.sales-enablement .grid-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 44px;
  align-items: stretch;
}

.sales-enablement .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);
}

.sales-enablement .column h2 {
  margin-bottom: 1rem;
  color: #000000;
}

.sales-enablement .column h2 span {
  color: var(--primary-green);
}

.sales-enablement .column p {
  font-size: 16px;
  line-height: 1.8;
  color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
  margin-bottom: 14px;
}

.sales-enablement .column ul {
  margin-top: 18px;
  padding-left: 0px;
  display: grid;
  gap: 10px;
  list-style-type: disc;

  list-style: none !important;
}

.sales-enablement .column .divider {
  height: 1px;
  width: 100%;
  background-color: #cccccc46;
}

.sales-enablement .column li {
  color: color-mix(in srgb, var(--dark-text-color) 90%, #000);
  line-height: 1.6;
}

.sales-enablement .column li::marker {
  color: var(--primary-green);
}

@media (max-width: 980px) {
  .sales-enablement {
    padding: 56px 0;
  }

  .sales-enablement .grid-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sales-enablement .column img {
    height: 340px;
  }
}

@media (max-width: 560px) {
  .sales-enablement {
    padding: 2rem 0;
  }
  .sales-enablement .grid-wrapper {
    width: calc(100% - 32px);
  }

  .sales-enablement .column img {
    height: 260px;
    border-radius: 10px;
  }
}

/* ===================== CRM ANALYTICS + POWER BI (two feature rows) ===================== */
.tools-wrapper {
  background: #ffffff;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}

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

.crm-analytics,
.power-bi {
  background: #ffffff00;
  padding: 25px 0;
  position: relative;
  z-index: 10;
}

/* .crm-analytics {
  background: #f5f5f5;
} */

.bi-feature {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  column-gap: 70px;
}

.bi-feature--reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.bi-feature--reverse .bi-feature__media {
  order: 2;
}

.bi-feature--reverse .bi-feature__content {
  order: 1;
}

.bi-feature__media img {
  width: 100%;
  height: auto;
  display: block;
}

.bi-feature__content {
  max-width: 420px;
}

.bi-feature--reverse .bi-feature__content {
  justify-self: end;
  text-align: left;
}

.bi-feature__content .divider {
  margin: 10px 0;
  width: 100px;
}

.bi-feature__eyebrow {
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif !important;
  color: #000000;
  margin-bottom: 2px;
}

.bi-feature__eyebrow span {
  color: #81b03f;
}

.bi-feature__text {
  font-size: 1rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--dark-text-color) 72%, #000);
}

@media (max-width: 980px) {
  .crm-analytics,
  .power-bi {
    padding: 56px 0;
  }

  .bi-feature,
  .bi-feature--reverse {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .bi-feature__content,
  .bi-feature--reverse .bi-feature__content {
    justify-self: start;
    max-width: 620px;
  }

  .bi-feature--reverse .bi-feature__media {
    order: 0;
  }
}

@media (max-width: 560px) {
  .tools-wrapper {
    padding: 0;
  }
  .crm-analytics,
  .power-bi {
    padding: 2rem 0;
  }
  .bi-feature {
    width: calc(100% - 32px);
  }
}

/* ===================== BUSINESS INTELLIGENCE CTA ===================== */
.business-intelligence-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;
}

.business-intelligence-cta-free-shipping {
  background: url("https://harvestepz.com/wp-content/uploads/2026/05/0A0A5967-scaled.jpg") repeat center center;
  background-size: contain;
}

.business-intelligence-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  opacity: 0.5;
}

.business-intelligence-cta-free-shipping::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #071f16;
  opacity: 0.6;
}

.business-intelligence-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;
}

.business-intelligence-cta h2 {
  color: #ffffff;
  text-align: center !important;
}

.business-intelligence-cta p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center !important;
}

@media (max-width: 560px) {

  .business-intelligence-cta .container {
    max-width: 90%;
  }
}

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

.resources {
  background: #eff1f19c;
  padding: 72px 0;
  position: relative;
  z-index: 1;
}

.resources::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;
}

.resources .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;
}

.resources .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);
}

.resources .column h2 {
  color: #000000;
}

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

.resources .column p {
  font-size: 16px;
  line-height: 1.8;
  color: color-mix(in srgb, var(--dark-text-color) 92%, #000);
  margin-bottom: 14px;
}

.resources .column ul {
  margin-top: 18px;
  padding-left: 0px;
  display: grid;
  gap: 10px;
  list-style-type: disc;

  list-style: none !important;
}

.resources .column .divider {
  height: 1px;
  width: 100%;
  background-color: #cccccc46;
}

.resources .column li {
  color: color-mix(in srgb, var(--dark-text-color) 90%, #000);
  line-height: 1.6;
}

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

/* .resources .column li span::after {
  content: ":";
  color: var(--primary-green);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 10px;
} */

.resources .column li::marker {
  color: var(--primary-green);
}

@media (max-width: 980px) {
  .resources {
    padding: 56px 0;
  }

  .resources .grid-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .resources .column img {
    height: 340px;
  }
}

@media (max-width: 560px) {
  .resources .grid-wrapper {
    width: calc(100% - 32px);
  }

  .resources .column img {
    height: 260px;
    border-radius: 10px;
  }
}

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

.why-partnership-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;
}

.why-partnership-section .container {
  position: relative;
  z-index: 10;
}

.why-partnership-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.why-partnership-title {
  color: #000000;
}

.why-partnership-header span {
  color: var(--primary-green);
}

.why-partnership-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;
}

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

.why-partnership-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);
}

.why-partnership-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;
}

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

.why-partnership-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(56%) sepia(34%) saturate(1073%) hue-rotate(41deg) brightness(91%) contrast(92%);
}

.why-partnership-card-title {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 1.6px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 7px;
  color: var(--dark-green-background);
}
.why-partnership-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) {
  .why-partnership-grid {
    column-gap: 44px;
  }
}

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

  .why-partnership-title {
    font-size: 36px;
  }

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

@media (max-width: 520px) {
  .why-partnership-section {
    padding: 2rem 0;
  }
  .why-partnership-title {
    font-size: 30px;
    text-align: center;
  }

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

  .why-partnership-card {
    max-width: 100%;
  }

  .why-partnership-header p {
    margin-bottom: 0px;
  }
}
