.leaf-testimonials {
  padding-top: 70px;
  background-color: #01995A;
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/real-experience-from-greenpal-users-bg.jpg");
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom; }
  .leaf-testimonials .testimonials-container {
    max-width: 1186px;
    margin: 0 auto; }
  .leaf-testimonials .testimonials-header {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px; }
    .leaf-testimonials .testimonials-header h2 {
      width: 706px;
      padding: 0 15px;
      color: #FFF;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 50px;
      margin: 0; }
      .leaf-testimonials .testimonials-header h2 img {
        top: 10px;
        position: relative; }
  .leaf-testimonials .testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 306px;
    max-width: 1187px; }
  .leaf-testimonials .testimonials-grid {
    display: block;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      .leaf-testimonials .testimonials-grid {
        padding: 0 80px; } }
    @media screen and (max-width: 1024px) {
      .leaf-testimonials .testimonials-grid {
        padding-left: 20px; } }
  .leaf-testimonials .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .leaf-testimonials .owl-nav {
        display: none; } }
  .leaf-testimonials .owl-prev,
  .leaf-testimonials .owl-next {
    pointer-events: auto;
    background: none;
    border: none;
    padding: 0; }
    .leaf-testimonials .owl-prev:focus,
    .leaf-testimonials .owl-next:focus {
      outline: none; }
  .leaf-testimonials .nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #fff; }
    .leaf-testimonials .nav-arrow:hover {
      background-color: rgba(255, 255, 255, 0.4); }
    .leaf-testimonials .nav-arrow svg {
      width: 24px;
      height: 24px; }
    @media (max-width: 600px) {
      .leaf-testimonials .nav-arrow {
        display: none; } }
  .leaf-testimonials .testimonial-card {
    background-color: #fff;
    border-radius: 25px;
    width: 325px;
    height: 244px;
    margin-top: 50px;
    flex-shrink: 0;
    position: relative;
    color: #333;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(59, 89, 151, 0.0448); }
    .leaf-testimonials .testimonial-card .user-avatar {
      position: absolute;
      top: -44px;
      border-radius: 50%;
      object-fit: cover;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 88px;
      height: 88px; }
    .leaf-testimonials .testimonial-card .quote-icon-bg {
      position: absolute;
      top: 36px;
      left: 30.5px;
      pointer-events: none;
      z-index: 1; }
    .leaf-testimonials .testimonial-card .item {
      padding-top: 57px; }
    .leaf-testimonials .testimonial-card blockquote {
      color: #373737;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-left: 40px;
      padding-right: 40px;
      z-index: 3;
      overflow-y: auto;
      position: relative;
      height: 100px; }
    .leaf-testimonials .testimonial-card .user-info {
      margin-top: 20px; }
      .leaf-testimonials .testimonial-card .user-info h3 {
        color: #373737;
        text-align: center;
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 8px;
        margin-top: 0; }
      .leaf-testimonials .testimonial-card .user-info span {
        color: #969898;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
  .leaf-testimonials .btn-schedule-fall {
    margin: 30px auto 0;
    width: 333px;
    height: 57px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 6px;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    border-radius: 26px;
    text-decoration: none; }
    .leaf-testimonials .btn-schedule-fall img, .leaf-testimonials .btn-schedule-fall svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .leaf-testimonials .btn-schedule-fall:hover img, .leaf-testimonials .btn-schedule-fall:hover svg {
      left: 5px; }
  .leaf-testimonials .guarantee-text {
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 62px; }

@media screen and (max-width: 768px) {
  .leaf-testimonials {
    padding-top: 45px;
    padding-bottom: 47px;
    background-position: top;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/real-experience-from-greenpal-users-mobile-bg.jpg"); }
    .leaf-testimonials .testimonials-container {
      max-width: 100%;
      padding: 0 0 0 24px; }
    .leaf-testimonials .testimonials-grid {
      padding: 0; }
    .leaf-testimonials .testimonial-card .user-avatar {
      width: 74.29px;
      height: 74.29px; }
    .leaf-testimonials .testimonial-card {
      width: 274.367px;
      height: 205.986px; }
      .leaf-testimonials .testimonial-card .quote-icon-bg {
        width: 62.472px;
        height: 52.341px; }
      .leaf-testimonials .testimonial-card .item {
        padding-top: 48px; }
      .leaf-testimonials .testimonial-card blockquote {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.105px;
        padding-left: 23px;
        padding-right: 33.37px;
        height: 85px; }
      .leaf-testimonials .testimonial-card .user-info {
        margin-top: 16.15px; }
        .leaf-testimonials .testimonial-card .user-info h3 {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 8.79px; }
        .leaf-testimonials .testimonial-card .user-info span {
          font-size: 12px;
          font-weight: 400; }
    .leaf-testimonials .testimonials-grid {
      margin-bottom: 30px; }
      .leaf-testimonials .testimonials-grid .owl-dots {
        margin-top: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 0; }
        .leaf-testimonials .testimonials-grid .owl-dots .owl-dot {
          border-radius: 50%;
          background-color: #373737;
          cursor: pointer;
          opacity: 0.2;
          width: 7.7px;
          height: 7.7px; }
          .leaf-testimonials .testimonials-grid .owl-dots .owl-dot.active {
            transform: scale(1);
            opacity: 1; }
          .leaf-testimonials .testimonials-grid .owl-dots .owl-dot span {
            display: none; }
    .leaf-testimonials .guarantee-text {
      margin-top: 34px;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      padding: 0px 40px; }
    .leaf-testimonials .btn-schedule-fall {
      margin: 0 auto; }
    .leaf-testimonials .testimonials-header {
      margin-bottom: 20px; }
      .leaf-testimonials .testimonials-header h2 {
        padding: 0;
        font-size: 38px;
        font-weight: 700; }
        .leaf-testimonials .testimonials-header h2 img {
          display: none; } }
