/* people-driving start */
.people-driving {
  background-image: url("../assets/who-we-are/people-driving-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-y: -50px;
  padding-block: 5rem 1.5rem;
}
.people-driving__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.people-driving__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.people-driving__name {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
}
.people-driving__designation {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.people-driving__image {
  padding: 1rem;
}
.people-driving__image img {
  border-radius: 70px;
  box-shadow: 9px 8px 0px #b8b8b8;
}
.people-driving .carousel-control-prev-icon,
.people-driving .carousel-control-next-icon {
  filter: invert(0);
  display: none;
}
.people-driving .carousel-control-prev {
  left: 45%;
  display: none;
}
.people-driving .carousel-control-next {
  display: none;
}

/* people-driving end */
/* our-legacy start */
.our-legacy {
  text-align: center;
}
.our-legacy .container {
  position: relative;
}
.our-legacy__heading {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
}
.our-legacy__sub-heading {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 2rem;
}
.our-legacy__sub-heading .link {
  color: var(--color-black);
}
.our-legacy__content {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
}
.our-legacy__grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.our-legacy__grid-card {
  position: relative;
  background-color: var(--color-white);
  padding: 1rem;
  border-radius: 0.625rem;
  border: 1px solid var(--color-shamrock);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.our-legacy__grid-card-title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.our-legacy__grid-card-detail {
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  font-weight: 700;
}
.our-legacy__grid-card-count .count-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
}
.our-legacy__grid-card-count .count-number {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  color: var(--color-shamrock);
  margin-bottom: 0;
  line-height: 100%;
}
.our-legacy__grid-card::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='267' height='159' viewBox='0 0 267 159' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M83.604 158.501C82.2962 158.501 80.9565 158.501 79.6487 158.501L80.0953 120.224C169.665 121.372 218.31 81.978 228.995 0L266.954 4.94419C253.844 105.487 190.463 158.533 83.604 158.533V158.501Z' fill='%232CC84D' fill-opacity='0.3'/%3E%3Cpath d='M28.5806 134.291C44.3653 134.291 57.1613 121.495 57.1613 105.71C57.1613 89.9256 44.3653 77.1296 28.5806 77.1296C12.796 77.1296 0 89.9256 0 105.71C0 121.495 12.796 134.291 28.5806 134.291Z' fill='%232CC84D' fill-opacity='0.3'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  bottom: 0;
}
.our-legacy__element-sun-orange {
  right: 0;
  top: 0;
}
.our-legacy__element-sun-orange img {
  width: 100%;
  height: auto;
}

/* our-legacy end */
/* our-partners start */
.our-partners {
  text-align: center;
  padding-block: 3rem;
}
.our-partners .container {
  position: relative;
}
.our-partners__heading {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.our-partners__sub-heading {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 4rem;
}
.our-partners__cta {
  background-color: var(--color-viking);
  padding: 10px 24px;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
  line-height: 100%;
  margin-top: 4rem;
  display: inline-block;
}
.our-partners__element-flower-orange img, .our-partners__element-flower-green img, .our-partners__element-cloud-blue img {
  width: 100%;
  height: auto;
}
.our-partners__element-flower-orange {
  left: 20%;
  top: 0;
}
.our-partners__element-flower-green {
  bottom: 0;
  right: 0;
}
.our-partners__element-cloud-blue {
  left: 0;
}

/* our-partners end */
/* gallery start */
.gallery {
  padding-block: 0 4rem;
}
.gallery__heading {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  text-align: center;
}
.gallery__slider {
  position: relative;
  padding-top: 5rem;
}
.gallery__slider .swiper-button-prev {
  right: 50px;
  left: unset;
}
.gallery__slider .swiper-button-next {
  right: 0px;
}
.gallery .swiper-slide {
  border-radius: 0;
}
.gallery .swiper-slide img {
  border-radius: 0;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  top: 40px;
  background: var(--color-white);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--color-black);
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  display: none;
}
.gallery .swiper-button-next i::before,
.gallery .swiper-button-prev i::before {
  font-size: 26px;
  font-weight: bold;
  vertical-align: -0.35em;
}
.gallery .swiper-button-next:hover,
.gallery .swiper-button-prev:hover {
  background: #d8d8d8;
}

/*
====================
RESPONSIVENESS START
====================
*/
/* Large Screens (LG) */
@media (max-width: 1199.98px) {
  /* people-driving start */
  .people-driving .carousel-control-prev {
    left: 47%;
  }
  .people-driving .carousel-control-next {
    right: -40px;
  }
  /* people-driving end */
  /* our-legacy start */
  .our-legacy {
    text-align: center;
  }
  .our-legacy__element-sun-orange {
    max-width: 100px;
  }
  /* our-legacy end */
  /* our-partners start */
  .our-partners__element-flower-orange, .our-partners__element-flower-green, .our-partners__element-cloud-blue {
    max-width: 80px;
  }
  /* our-partners end */
}
/* Medium Screens (MD) - Tablets */
@media (max-width: 991.98px) {
  /* our-legacy start */
  .our-legacy__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* our-legacy end */
}
/* Small Screens (SM) - Large Phones */
@media (max-width: 767.98px) {
  /* people-driving start */
  .people-driving {
    padding-bottom: 4rem;
    background-size: 100% 40%;
  }
  .people-driving .carousel-control-next-icon,
  .people-driving .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
  .people-driving .carousel-control-prev,
  .people-driving .carousel-control-next {
    top: auto;
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .people-driving .carousel-control-prev {
    left: 43%;
  }
  .people-driving .carousel-control-next {
    right: 43%;
  }
  /* people-driving end */
  /* our-partners start */
  .our-partners .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
  }
  /* our-partners end */
  /* our-partners start */
  .our-partners__element-flower-orange {
    max-width: 50px;
    left: 0;
  }
  .our-partners__element-flower-orange {
    max-width: 50px;
    left: 0;
  }
  .our-partners__element-flower-orange {
    max-width: 50px;
    left: 0;
  }
  /* our-partners end */
  /* Banner start */
  .hero-section i.bi.bi-arrow-up-right {
    padding: 0 !important;
  }
  .hero-section .hero-cta .bi-arrow-up-right::before {
    position: relative;
    left: 7px;
    top: 8px;
  }
  /* Banner end */
}
/* Extra Small Screens (XS) - Mobile Phones */
@media (max-width: 575.98px) {
  /* people-driving start */
  .people-driving {
    padding-bottom: 4rem;
    background-size: 100% 30%;
    background-position-y: 0px;
  }
  .people-driving .carousel-control-next-icon,
  .people-driving .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
  .people-driving .carousel-control-prev,
  .people-driving .carousel-control-next {
    top: auto;
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .people-driving .carousel-control-prev {
    left: 41%;
  }
  .people-driving .carousel-control-next {
    right: 41%;
  }
  /* people-driving end */
  /* our-legacy start */
  .our-legacy__grid {
    grid-template-columns: 1fr;
  }
  .our-legacy__element-sun-orange {
    max-width: 60px;
    right: 5%;
  }
  /* our-legacy end */
  /* impact start */
  .impact-image .cta a {
    font-size: 15px;
    padding: 16px 16px 16px 24px;
  }
  .impact-image .cta a .bi-arrow-up-right {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #37d65d;
    border-radius: 50%;
    padding: 0;
    position: relative;
    top: -10px;
  }
  .impact-image .cta a .bi-arrow-up-right::before {
    width: 40px;
    height: 40px;
    background: transparent;
    position: relative;
    top: 10px;
  }
  /* impact end */
  /* program start */
  .program .cta a {
    font-size: 15px;
    padding: 16px 16px 16px 24px;
  }
  .program .cta a .bi-arrow-up-right {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    position: relative;
    top: -10px;
  }
  .program .cta a .bi-arrow-up-right::before {
    width: 40px;
    height: 40px;
    background: transparent;
    position: relative;
    top: 10px;
  }
  /* program end */
}
/*
==================
RESPONSIVENESS END
==================
*/