/* [project]/src/styles/aboutus/aboutus8.css [client] (css) */
.aboutus8-section {
  color: #fff;
  background-color: #000;
  padding: 50px 0;
}

.aboutus8-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.aboutus8-header {
  text-align: center;
  margin-bottom: 40px;
}

.aboutus8-section .title {
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
}

.aboutus8-section .title .text-secondary {
  color: #54b248;
}

.aboutus8-section .desc.centered {
  color: #eee;
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
}

.card-outer-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 40px auto 0;
  display: flex;
  position: relative;
}

.aboutus8-card {
  text-align: center;
  background-color: #fff;
  border: 3px solid #54b248;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-cloud {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.avatar {
  background-color: #f0f0f0;
  border: 2px solid #54b248;
  border-radius: 50%;
  margin-left: -30px;
  position: absolute;
  overflow: hidden;
}

.avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.avatar.large {
  z-index: 5;
  width: 140px;
  height: 140px;
  margin-left: -70px;
}

.avatar.small {
  z-index: 2;
  width: 60px;
  height: 60px;
}

.avatar.tiny {
  z-index: 2;
  background-color: #e8f5e9;
  width: 45px;
  height: 45px;
  margin-left: -22.5px;
  padding: 8px;
}

.avatar.tiny img {
  object-fit: contain;
}

.avatar-cloud .avatar.t-left-top {
  top: 10%;
  left: 5%;
}

.avatar-cloud .avatar.t-left-bottom {
  top: 55%;
  left: 20%;
}

.avatar-cloud .avatar.t-mid-left {
  top: 15%;
  left: 35%;
}

.avatar-cloud .avatar.t-center {
  top: 15%;
  left: 50%;
}

.avatar-cloud .avatar.t-mid-right {
  top: 15%;
  left: 67%;
}

.avatar-cloud .avatar.t-right-top {
  top: 50%;
  left: 81%;
}

.avatar-cloud .avatar.t-right-bottom {
  top: 10%;
  left: 96%;
}

.avatar-cloud .avatar.t-off-left-1 {
  top: 20%;
  left: -10%;
}

.avatar-cloud .avatar.t-off-left-2 {
  top: 40%;
  left: -25%;
}

.avatar-cloud .avatar.t-off-left-3 {
  top: 40%;
  left: -40%;
}

.avatar-cloud .avatar.t-off-right-1 {
  top: 20%;
  left: 110%;
}

.avatar-cloud .avatar.t-off-right-2 {
  top: 40%;
  left: 125%;
}

.avatar-cloud .avatar.t-off-right-3 {
  top: 40%;
  left: 140%;
}

.aboutus8-card.cta-slide {
  background-color: #54b248;
  border-color: #fff;
}

.cta-slide .client-name {
  font-size: 38px;
  color: #fff !important;
}

.cta-slide .client-quote {
  font-weight: 500;
  color: #fff !important;
}

.cta-slide .avatar {
  border-color: #fff;
}

.testimonial-content {
  margin-bottom: 30px;
}

.client-name {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #2e7d32 !important;
}

.client-quote {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #1a1a1a !important;
}

.nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 50;
  background-color: #54b248;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px #00000026;
}

.ctaslide-btns .nav-btn {
  color: #54b248;
  background-color: #fff;
}

.nav-btn:hover {
  background-color: #46a03c;
  transform: translateY(-50%)scale(1.1);
}

.ctaslide-btns .nav-btn:hover {
  background-color: #f0f0f0;
}

.nav-btn.prev {
  left: 20px;
}

.nav-btn.next {
  right: 20px;
}

.card-footer {
  gap: 20px;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.btn-solid {
  color: #fff;
  cursor: pointer;
  background-color: #54b248;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.btn-solid.white-btn {
  color: #54b248;
  background-color: #fff;
}

.btn-outline {
  color: #54b248;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #54b248;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.btn-outline.white-outline {
  color: #fff;
  border-color: #fff;
}

.video-modal-overlay {
  z-index: 9999;
  background: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.video-modal-content {
  width: 90%;
  max-width: 800px;
  position: relative;
}

.video-modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 40px;
  position: absolute;
  top: -40px;
  right: 0;
}

@media (max-width: 991px) {
  .testimonial-white-card {
    min-height: 800px;
    padding: 40px 20px;
  }

  .content-reveal-section .tagline {
    font-size: 28px;
  }

  .avatar.center-main, .avatar.center-main .img-wrap {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 1024px) {
  .aboutus8-card {
    min-height: 500px;
    padding: 40px 30px;
  }

  .avatar.large {
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }

  .avatar.small {
    width: 50px;
    height: 50px;
  }

  .client-name {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .aboutus8-section {
    padding: 40px 10px;
  }

  .aboutus8-card {
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 480px;
    padding: 15px;
    display: flex;
  }

  .avatar-cloud {
    width: 100%;
    height: 140px;
    margin-bottom: 30px;
    position: relative;
  }

  .avatar.large {
    border-width: 2px;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    top: 20px;
  }

  .avatar.small {
    border-width: 1.5px;
    width: 42px;
    height: 42px;
    margin-left: -21px;
  }

  .avatar-cloud .avatar.t-mid-left {
    top: 15%;
    left: 18%;
  }

  .avatar-cloud .avatar.t-left-bottom {
    top: 58%;
    left: 12%;
  }

  .avatar-cloud .avatar.t-mid-right {
    top: 15%;
    left: 82%;
  }

  .avatar-cloud .avatar.t-right-bottom {
    top: 62%;
    left: 88%;
  }

  .avatar-cloud .avatar.t-left-top, .avatar-cloud .avatar.t-right-top, .avatar-cloud .avatar.t-off-left-1, .avatar-cloud .avatar.t-off-right-1 {
    opacity: .15;
    transform: scale(.4);
  }

  .client-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    color: #2e7d32 !important;
  }

  .client-quote {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a !important;
  }

  .cta-slide .client-name {
    font-size: 24px !important;
  }

  .nav-btn {
    background-color: #54b248;
    width: 40px;
    height: 40px;
    display: flex !important;
    top: 35% !important;
    left: 8px !important;
  }

  .nav-btn.next {
    left: auto !important;
    right: 8px !important;
  }

  .card-footer {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    position: relative;
    bottom: auto;
  }

  .btn-solid, .btn-outline {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }

  .aboutus8-section .desc.centered {
    padding: 0 15px;
    font-size: 15px;
  }

  .side-nav {
    top: auto;
    bottom: 30px;
    transform: none;
  }

  .side-nav.prev {
    left: 20%;
  }

  .side-nav.next {
    right: 20%;
  }

  .action-footer {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .btn-pink-main, .btn-pink-outline {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
}

/*# sourceMappingURL=src_styles_aboutus_aboutus8_css_65f1660e._.single.css.map*/