.bg-grey {
  background-color: #F2F1F1;
}

.section-title h2 {
  font-size: 3.0rem;
  line-height: 3.0rem;
  font-weight: 400;
  letter-spacing: normal;
  font-family: 'Red Hat Display';
}

.section-title h2 i {
  /* font-family: EB Garamond; */
  font-style: normal;
}


#home-1 .hero-area-banner .heading-animation h1 i {
  font-family: EB Garamond;
  font-style: Italic;
}

.plantation-color-card {
  background-color: #F2F1F1;
  /* your color */
  position: relative;
  padding: 40px 25px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}

.overlay-plantation-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 20px;
  padding: 40px 30px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.plantation-card {
  position: relative;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.plantation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.plantation-card::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75));
}

.plantation-card:hover img {
  transform: scale(1.15);
}

.overlay-plantation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 20px;
  padding: 40px 30px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.overlay-scholarships {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 20px;
  padding: 40px 30px;
  color: #fff;
  z-index: 2;

}

.scholarships-height {
  height: 325px;
}

.overlay-plantation h5,
.overlay-scholarships h5,
.overlay-plantation-color h5 {
  color: #fff;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 300;
  margin-bottom: 8px;
  font-family: 'Source Sans 3';
}

.overlay-plantation p,
.overlay-scholarships p,
.overlay-plantation-color p {
  color: #fff;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.425;
  font-weight: 400;
}

/* 16 Mar 2026 start */
.border-left {
  border-left: 2px solid #064770;
  padding-left: 15px;
}

/* 16 Mar 2026 end */
.chart-wrapper {
  margin: 30px 0px;
  position: relative;
  /* width: 320px;
  height: 200px; */

}

.donut {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: conic-gradient(#0b4fa3 0% 40%,
      #a61d33 40% 80%,
      #d9d9d9 80% 100%);
  margin: auto;
  position: relative;
}

.donut::after {
  content: "";
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Labels */
.label-pie {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  color: #A42136;
  text-align: right;
}

.label-pie span {
  font-size: 21px;
  font-weight: normal;
}

.fruit {
  right: 0;
  top: 70px;
}

.medicinal {
  left: 0;
  bottom: 10px;
}

.decorative {
  left: 0;
  top: 10px;
}

.inbox-sec-item img {
  margin-bottom: 20px;
}


/* 13 mar start */
/* .impact-item::before {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #064770;;
    height: stretch;
    width: 2px;
 } */
.impact-item {
  border-left: 2px solid #064770;
  padding-left: 15px;
  margin-bottom: 0px;
}

/* 13 mar end */
.impact-item img {
  margin-bottom: 20px;
}

/* 12 mar start */
.impact-item h3 {
  color: #A42136;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* 12 mar end */
.impact-item p {
  font-size: 1.125rem;
  line-height: 1.425;
  margin-bottom: 0;
  line-height: 30px;
}

.plantation-card img.arrow-img {
  max-width: auto;
  width: auto;
  height: auto;
}

.testi-sec .testimonial-content p {
  font-size: 1.125rem;
  line-height: 1.425;
}




.bg-quote {
  background: url(../img/cta-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.bg-quote-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.left {
  max-width: 50%;
  text-align: right;
}

p.quote {
  font-size: 2.5rem;
  line-height: 1.0;
  font-weight: 300;
  color: #fff;
  font-style: italic;

  margin-bottom: 10px;
}

span.author {
  font-size: 1.125rem;
  line-height: 1.425;
  opacity: 0.85;
  color: #fff;
}

p.right {
  text-align: left;
  max-width: 40%;
  color: #fff;
}

.right h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #fff;
  font-family: 'Source Sans 3';
}

.right p {
  font-size: 1.125rem;
  line-height: 1.425;
  margin-bottom: 16px;
  color: #fff;
}

.buttons {
  display: flex;
  gap: 12px;
}

.btn-outline {

  background: #d9d9d94d;
  border: 1px solid #fff;
}

.theme-btn.btn-outline {
  background: #d9d9d94d;
  border: 1px solid #fff;
  width: max-content;

}

.theme-btn.btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

/* 12 Mar 2026 start */
.plantation-initiative-img {
  background: url(../img/heartfulness-meditation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 300px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

/* 12 Mar 2026 end */
.img-text {
  position: absolute;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.cta-sec h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 0px 30px;
  font-family: 'Source Sans 3';
}

#home-1 .hero-area-banner h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.225;
}

.infographic-icon h2 {
  color: #9F1B3C;
  font-weight: 900;
  font-size: 100px;
  line-height: 85px;
}

/* 17 Mar 2026 start */
.infographic-icon p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* 17 Mar 2026 end */
@media (min-width: 1280px) {

  .card-desc,
  .counter-section {
    width: 700px;
  }
}