    .hero {

      background: url('../images/home/blog-main.png') center/cover no-repeat;
      color: white;
      padding: 14rem 0;
      text-align: center;
    }
    .section-title {
      color: #366E36;
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 85px; /* 193.182% */
    }
    .impact-icon {
      width: 3rem;
      height: 3rem;
    }
    .footer {
      background-color: #f8f9fa;
      padding: 3rem 0;
    }
    .nav-link.active {
  color: #467B3A !important;
}


    /*    navbar*/
  .nav-link{
    color: #000;
    font-weight: 600;

  }
  .main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  margin: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  box-sizing: border-box;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.nav-list .nav-link {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

  .get-started-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 76px;
  background: #467B3A;
  color: white;
}
      .home-heading1{
        color: #E9B45D;
        text-align: center;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px; /* 148.611% */
      }
      .home-heading2{
        color: #FFF;
          text-align: center;
          font-size: 80px;
          font-style: normal;
          font-weight: 700;
          line-height: 80px; /* 148.611% */
      }
      .home-text1{
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
      }
      .custom-explore-btn {
  color: #fff;
  border: 1px solid rgba(233, 180, 93, 0.50);
  border-radius: 30px;
  padding: 0.6rem 3rem;
  font-weight: 500;
  background-color: #355528;
  transition: all 0.3s ease;
}

.custom-explore-btn:hover {
  background-color: #fff;
  color: #198754; /* Bootstrap's green */
  text-decoration: none;
}

/*our impact*/
 .impact-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 3rem;
      padding: 3rem;
    }

    .impact-image img {
      max-width: 500px;
      border-radius: 1rem;
      transition: all 0.5s ease;
    }

    .impact-texts {
      max-width: 500px;
    }

    .impact-item {
      padding: 1.25rem;
      border-radius: 1rem;
      margin-bottom: 1rem;
      background: transparent;
      border-left: 4px solid transparent;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .impact-item.active {
      background-color: #fff;
      color: #333;
      border-left-color: #ffcc33;
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    }

    .impact-title {
      color: #ffcc33;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    @media (max-width: 768px) {
      .impact-section {
        flex-direction: column;
      }

      .impact-image img {
        width: 100%;
      }
    }
    .impact-section{

       background: url('../images/home/home-bg2.png') center/cover no-repeat;
      color: white;
      padding: 6rem 0;
      text-align: center;

    }


.top-section h3 {
  color: #366E36;
  font-weight: 600; /* or bold */
  font-family: 'Segoe UI', sans-serif; /* optional */
}

.btn {
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.btn-outline-dark {
  border: 2px solid #2A401D;
  color: #2A401D;
}
.btn-outline-dark:hover {
  background-color: #2A401D;
  color: white;
}

.footer-heading {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  text-decoration: underline;
}