.heading-highlight {
    width: 60px;
    margin: auto;
    border: 0;
    height: 0.1px;
}

.subtitle {
  max-width: 70%;
  margin: auto;
  font-weight: 300;
}

.process-steps {
  margin: 2rem auto auto auto;
}

/* ABOUT US SECTION */

.about-section img {
    width: 100%;
    border-radius: 20px;
}

.about-section .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.about-section .btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: rgb(58, 128, 78);
}

/* OUR CORE OFFERINGS SECTION */

.offer-section {
  text-align: center;
}

.number {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgb(161, 247, 76);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: rgb(161, 247, 76);
}

.feature {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 14px;
  margin: 40px 0;
}

.center-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.center-image img {
  width: 90%;
}

/* PRODUCTS SECTION */

.products-section {
    text-align: center;
}

.product-view-tab {
  text-align: left;
  border: 1px solid rgb(58, 128, 78);
  padding: 2rem 2rem;
  border-radius: 10px;
  height: 100%;
}

.product-view-tab img {
  width: 40% !important;
}

.products-section img {
    border-radius: 50%;
    width: 75%;
}

/* WHY CHOOSE SECTION */

.why-us-section {
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.why-us-section img {
    width: 55%;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(225deg, rgb(58, 128, 78) 50%, rgb(161, 247, 76));
  color: #fff;
  font-weight: 500;
  padding: 14px 18px;
  border-radius: 30px;
  text-align: left;
  font-size: 1rem;
}

.icon {
  width: 50px;
  color: #ffb703;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* OUR FARMER SECTION */

.our-farmer-section{
    background: url("../images/farmer.png"), rgba(1, 34, 10, 0.7);
    background-blend-mode: darken;
    box-shadow: 0 10px 20px rgba(1, 34, 10, 0.7);
    background-size: cover;
    text-align: center;
}

.our-farmer-section img {
    height: 100px;
}

.our-farmer-section .btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.our-farmer-section .btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: rgb(58, 128, 78);
}

/* GLOBAL FOOTPRINT SECTION */

.global-footprint-section {
    text-align: center;
}

.global-footprint-section img {
  width: 90%;
}


@media (max-width: 1220px) {
  .offer-section img {
    height: 50vh;
    width: auto;
  }
}

@media (max-width: 992px) {
  .why-us-section img {
    width: 100%;
  }

  .offer-section img {
    height: 50vh;
    width: auto;
  }

  .about-section {
    background: url("../images/farm.png"), linear-gradient(45deg, rgb(58, 128, 78) 50%, rgb(161, 247, 76));
    background-size: cover;
    background-blend-mode: soft-light;
  }

  .about-section .col-6:first-child {
    display: none;
  }
}

@media (max-width: 900px) {
  .card {
    flex-direction: column;
    width: 95%;
    height: auto;
  }

  .left, .right {
    width: 100%;
  }

  .question {
    font-size: 180px;
  }
}

@media screen and (max-width: 800px) {
  .hero-section h1 {
    width: 80%;
    font-size: 3rem;
  }

  .hero-section img {
    width: 70%;
    margin: 0;
  }

  .why-us-section img {
    width: 40%;
  }

  .subtitle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .why-us-section img {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .subtitle {
    max-width: 90%;
  }
  .hero-section h1 {
    text-align: center !important;
    width: 100%;
  }
  .products-section h3 {
    font-size: 18px;
  }
}