    .hero {
  background: url('../images/home/home.webp') center center / cover no-repeat;
  height: 100vh;
  position: relative;
}

.overlay {
  position: absolute;
  top: 5%; left: 0;
  width: 100%; height: 100%;
}

.button-only {
  position: absolute;
  bottom: 15%;/* adjust as needed to align with the text in image */
  width: 100%;
}

.explore-btn {
  background-color: #366E36;
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.explore-btn:hover {
  background-color: #2e5e2e;
  color: #fff;
}
.nav-link.active {
  color: #467B3A !important;
}

.section-title {
      color: #366E36;
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
    }
    .impact-icon {
      width: 3rem;
      height: 3rem;
    }
    .footer {
      background-color: #f8f9fa;
      padding: 3rem 0;
    }
/*    navbar*/
  .nav-link{
    color: #000;
    font-weight: 600;

  }
  .nav-link:hover,
.nav-link:active {
  color: #E9B45D;
  font-weight: 600;
}
.home-heading1 {
  color: #E9B45D;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  font-size: clamp(28px, 6vw, 80px); /* min: 28px, preferred: 6vw, max: 80px */
}

.home-heading2 {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  font-size: clamp(24px, 5vw, 80px);
}

.home-text1 {
  font-size: clamp(1rem, 2.5vw, 1.25rem) !important;
  color: #555;
}

  .get-started-btn{
    display: flex;
    height: 44px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 76px;
    background: #467B3A;
    color: white;
      }
      
      .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: 2rem;
    }


    .impact-image img {
      width: 100%;
      border-radius: 1rem;
      transition: all 0.5s ease;
    }

    .impact-texts {
      max-width: 550px;
    }

    .impact-item {
      padding: 10px 15px;
      border-radius: 1rem;
      margin-bottom: 1rem;
      background: #2A401D;
      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 {
      font-size: 1rem;
      color: #ffcc33;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }
    .impact-title1 {
     font-size: 1.5rem;
      color: #ffcc33;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }


    @media (max-width: 768px) {
      .impact-section {
        flex-direction: column;
      }

      .impact-image img {
        width: 100%;
         max-width: 1000px;
      }
    }
    .impact-section{

       background: url('../images/background-img2.svg') center/cover no-repeat;
      color: white;
      padding: 2rem 0;

      
    }
    .footer-column {
  padding: 0 15px;
}

.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;
}
.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;
}


.main-header .logo {
  font-weight: bold;
  font-size: 1.2rem;
  color: #2A401D;
  text-decoration: none;
}

.main-header .nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.main-header .btn-success {
  margin-left: 30px;
}