/* Main Section  */

.aboutus-start {
    background: linear-gradient(135deg, #F3F4ED, #EAEBDD);
    text-align: center;
    padding: 155px 20px;
    margin-top: 112px;
}

.badge-label {
    display: inline-block;
    color: #488288;
    font-size: 14px;
    background: #75B9BE1A;
    margin: 0px 0px 24px;
    padding: 6px 16px;
    border-radius: 999px;   
    font-weight: 600;
    font-family: sans-serif;
}
  

.main-heading {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    font-family: fangsong;
}  

.highlight {
    background: linear-gradient(to right, #3E654D, #B9AA22); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent; 
}  

.subtext {    
    margin-left: auto;
    margin-right: auto;
    color: #374151;
    font-size: 22px;
    margin: 20px 112px 32px;
}

.btn-custom-dark {
    background-color: #3E6259;
    color: #fff;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 20px;
}  

.btn-custom-dark:hover{
    background: #2d4a3e;
    color: #ffffff;
}  

  
.btn-outline-custom {
    border: 1px solid #3E6259;
    color: #3E6259;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 20px;
}  

.btn-outline-custom:hover {
    border: 1px solid #3E6259;
    color: #000000;
}   

@media (max-width: 768px) {
  .aboutus-start {
    margin-top: 70px; 
    padding: 100px 20px;
  }

  .main-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .subtext {
    font-size: 16px;
    margin: 20px 20px 32px;
  }

  .btn-custom-dark,
  .btn-outline-custom {
    font-size: 16px;
    padding: 8px 16px;
  }
}


/* Team Head Details  */

.team-head{
    padding: 60px 20px;
  }

  .section-title {
    color: #395C3F;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    font-family: emoji;
  }

  .section-title::after {
    content: '';
    display: block;
    width: 105px;
    height: 4px;
    background: linear-gradient(135deg, #6FB2B7, #4C878D);
    margin: 6px auto;
  }

  .section-subtitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    max-width: 705px;
    margin: 30px auto;
  }

  .founder-card {
    /* background-color: #F0EAD6; */
    background: linear-gradient(135deg, #F3EEDD, #FAF8F1);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }

  .profile-pic {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
  }

  .founder-name {
    font-weight: bold;
    font-size: 24px;
    color: #3E6259;
    font-family: fangsong;
  }

  

  .founder-role {
    font-size: 18px;
    color: #488288;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .founder-role::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #D1AC00;
    margin-top: 15px;
  }

  .founder-text {
    font-size: 18px;
    color: #374151;
    margin-bottom: 15px;
    font-weight: 400;
  }


  .quote {
    font-style: italic;
    color: #4b5e50;
    font-size: 16px;
    border-top: 1px solid #d0d8c0;
    padding-top: 12px;
    margin-top: 10px;
  }

  @media (min-width: 768px){
    .quote {
      font-style: inherit;
      color: #395C3F;
      font-size: 18px;
      border-top: 1px solid #d0d8c0;
      padding-top: 12px;
      font-weight: 400;
      margin-left: -175px;
    }
  }

  @media (max-width: 768px) {
    .founder-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .quote {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
    }

    .founder-role::after{
      display: none;
    }
    
  }


/* Timeline-Section  */

.timeline-start{
  /* background-color: #F3F7F4; */
  background: linear-gradient(135deg, #F4F7F4, #F3F7F4);

}

.timeline {
  position: relative;
  margin: 2rem 0;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #A4C0A7;
}

.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  margin-left: 40px;
}

.timeline-icon {
  position: absolute;
  left: -73px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #d0e9d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
}

.timeline-icon.green { background-color: #679267; }
.timeline-icon.blue { background-color: #66A7AC; }
.timeline-icon.gold { background-color: #c4a24a; }

.timeline-date-one {
  display: inline-block;
  background: linear-gradient(135deg, #9AB89E, #638C67);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 16px;
}

.timeline-date-two {
  display: inline-block;
  background: linear-gradient(135deg, #71B4B9, #4F8B91);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 16px;
}

.timeline-date-three {
  display: inline-block;
  background: linear-gradient(135deg, #CBBA8A, #B89C61);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 16px;
}

.timeline-date-four {
  display: inline-block;
  background: linear-gradient(135deg, #9AB89E, #638C67);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 16px;
}

.timeline-title {
  font-weight: 600;
  color: #395C3F;
  font-size: 22px;
  font-family: emoji;
}

.timeline-text {
  color: #555;
  font-size: 18px;
  padding: 13px 2px;
}

.timeline-heading {
  color: #395C3F;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  font-family: emoji;
}

.timeline-heading::after{
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: linear-gradient(135deg, #6FB2B7, #4C878D);
  margin: 6px auto;
}


.timeline-subheading {
  font-size: 20px;
  color: #555;
  text-align: center;
  max-width: 710px;
  margin: 30px auto;
}


/* Our Impact  */

.fw-bold{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  font-family: emoji;
}

.fw-bold::after{
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: linear-gradient(135deg, #B99B4D, #CCA90F);
  margin: 6px auto;
}

.impact-para{
  font-size: 20px;
  color: #D7D6C1;
  text-align: center;
  max-width: 710px;
  margin: 30px auto;
}

.impact-section {
  background: linear-gradient(135deg, #2d5c2f, #173c34);
  text-align: center;
  padding: 70px 20px;
}
.impact-box {
  background: linear-gradient(135deg, #556D57, #546E5D);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.impact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.impact-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.impact-icon.plant-tree {
    margin-top: -22px;
}

.impact-icon.farmer-support {
    margin-top: -21px;
}

.impact-number.plant-num {
    margin-top: -10px;
}

.impact-number {
  font-size: 32px;
  font-weight: bold;
  color: white;
  position: relative;
}
.impact-number::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #f7c948;
  margin: 8px auto 0;
  border-radius: 3px;
}
.impact-label {
  margin-top: 10px;
  font-size: 20px;
  color: #D7D6C1;
  font-weight: 600;
}

@media (max-width: 768px){
  .impact-label{
    font-size: 14px;
  }
}


/* Core Value  */

.core-values-section {
  padding: 60px 20px;
  /* text-align: center; */
  background-color: #ffffff;
}

.core-values-section h2 {
  color: #395C3F;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  font-family: emoji;
}

.core-values-section h2::after{
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: linear-gradient(135deg, #6FB2B7, #4C878D);
  margin: 6px auto;
}

.core-values-section p {
  font-size: 20px;
  color: #555;
  text-align: center;
  max-width: 710px;
  margin: 30px auto;
}

.value-card {
  border: 3px solid #d6e5c8;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #f8fdf6;
}

.value-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.value-icon {
  font-size: 30px;
  background: #e6f4ec;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  color: #3E6259;
  width: 55px;
  height: 55px;
  text-align: center;
}

.value-title {
  font-weight: bold;
  font-size: 26px;
  color: #395C3F;
  margin-bottom: 10px;
  font-family: emoji;
}

.value-description {
  font-size: 18px;
  color: #374151;
}

.outline-icon {
  font-size: 28px;
  color: transparent;
  -webkit-text-stroke: 1.5px #3E6259;
}

.outline-heart {
  font-size: 32px;
  margin-top: 14px;
  color: transparent;
  -webkit-text-stroke: 1.5px #D5CD7F; /* Change stroke color as needed */
}



/* Testimonial Section  */

.slider-testimonial{
  background: linear-gradient(135deg, #71B5BA, #65A9AE);
  padding-top: 1px;
  padding-bottom: 45px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonial-card {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.testimonial-content {
  background: white;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.testimonial-stars {
  color: #D1AC00;
  font-size: 26px;
  margin-bottom: 10px;
}
.testimonial-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-top: 10px;
}
.testimonial-name {
  font-weight: bold;
  margin-top: 10px;
  color: #395C3F;
  font-size: 20px;
  
}
.testimonial-role {
  font-size: 16px;
  color: gray;
}
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  cursor: pointer;
  z-index: 2;
}
.slider-nav.prev {
  left: 0px;
}
.slider-nav.next {
  right: 0px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bbb;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}

.testimonial-section-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  font-family: emoji;
}

.testimonial-section-title::after{
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: #fff;
  margin: 6px auto;
}

.testimonial-section-subtitle{
  font-size: 20px;
  color: #fff;
  text-align: center;
  max-width: 710px;
  margin: 30px auto;
}

p.testimonial-para {
  font-size: 18px;
}


@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* Trusted-Section  */

.trusted-section {
  padding: 40px 20px;
  text-align: center;
}

.trusted-title {
  color: #395C3F;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
  font-family: emoji;
}

.trusted-title::after {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: linear-gradient(135deg, #6FB2B7, #4C878D);
  margin: 6px auto;
}

.brand-btn {
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  color: white;
  border-radius: 12px;
  font-size: 20px;
  width: 100%;
}

@media (max-width: 768px){
  .brand-btn{
    font-size: 16px;
  }
}

.brand-1 { background-color: #3E6259; }
.brand-2 { background-color: #75B9BE; }
.brand-3 { background-color: #D1AC00; }
.brand-4 { background-color: #3E6259; }
.brand-5 { background-color: #75B9BE; }    



/* Join Mission Section  */

.section-wrapper {
  padding: 60px 20px;
  background-color: #234d33;
  color: #fff;
}

.mission-title{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: emoji;
}

.mission-title::after {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: #D1AC00;
}

.mission-para{
  font-size: 20px;
  color: #fff;
  max-width: 710px;
  margin: 30px 0;
}

.info-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

.info-card:hover{
  background-color: rgb(255 255 255 / 19%);
}

.info-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.info-card a {
  color: #d3a600;
  text-decoration: none;
  font-weight: 500;
}

.info-card a:hover{
  color: #e8ca5c;
}

.subscribe-box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px;
  border-radius: 16px;
  border: 1px solid #71887E;
  margin-top: 183px;
}

@media (max-width: 768px){
  .subscribe-box{
    margin-top: 0;
    padding: 20px;
  }
}


.btn-subscribe {
  background-color: #d3a600;
  border: none;
  width: 100%;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1024px){
  .subscribe-box{
    margin-top: 0;
    padding: 20px;
  }
}



@media (max-width: 768px){
  .section-title{
    font-size: 30px;
  }

  .section-subtitle {
    font-size: 18px;
  }
  
  .founder-text {
    font-size: 16px;
  }
  
  .timeline-heading{
    font-size: 30px;
  }

  .timeline-subheading {
    font-size: 18px;
  }  

  .timeline-title{
    font-size: 20px;
  }

  .timeline-text {
    font-size: 16px;
  }

  .fw-bold {
    font-size: 30px;
  }  

  .impact-para {
    font-size: 18px;
  }
  
  .impact-number {
    font-size: 24px;
  }
  
  .core-values-section h2 {
    font-size: 30px;
  }  

  .core-values-section p {
    font-size: 18px;
  }
  
  .value-title {
    font-size: 24px;
  }  

  .value-description {
    font-size: 16px;
  }
  
  .value-icon {
    width: 45px;
    height: 45px;
  }

  .outline-heart {
    font-size: 28px;
    margin-top: 0;
  }

  .testimonial-section-title {
    font-size: 30px;
  }  

  .testimonial-section-subtitle {
    font-size: 18px;
  }  

  p.testimonial-para {
    font-size: 16px;
  }

  .testimonial-img {
    width: 120px;
    height: 120px;
  }  

  .trusted-title {
    font-size: 30px;
  }  

  .mission-title {
    font-size: 30px;
  }  

  .mission-para {
    font-size: 18px;
  }
  
  .btn-subscribe{
    padding: 8px;
  }

}

