.bg-client-1 {
  position: absolute;
  left: 48%;
  top: -8%;
}

.bg-client-2 {
  position: absolute;
  left: 36%;
}

.bg-client-3 {
  position: absolute;
  right: 33%;
}

.testi-client-name p {
  font-size: 24px;
}

.client-word {
  .designations {
    color: #a3a3a3;
  }
}

.bg-client-4 {
  position: absolute;
  right: 18%;
  top: 22%;
}

.bg-client-5 {
  position: absolute;
  bottom: 54%;
  left: 20%;
}

.testimon {
  margin-bottom: 145px;
  max-height: 90%;

  .slick-dotted {
    &.slick-slider {
      margin-bottom: 0 !important;
      box-shadow: 4px 4px 12px #0001;
      border-radius: 20px;
      padding: 20px;
    }
  }
}

.slick-dots li button {
  color: #ff0042 !important;
}

.slick-dots li button:before {
  font-size: 15px !important;
  color: #fabdcd;
}

.slick-dots li.slick-active button:before {
  color: #ff0042;
}

.contact-info {
  display: flex;
  gap: 20px;
}

.client_img {
  flex-basis: 40%;
}

.client-word {
  flex-basis: 54%;

  & h3 {
    font-size: 24px;
    font-weight: 600;
  }
}

.service-cc-1 {
  margin-bottom: 0 !important;
}

.Testimonial {
  .testi-client-content {
    .slick-dots {
      left: 0;
      bottom: -110px;
      display: flex;
      justify-content: space-between;

      & li {
        width: 4rem;
        height: 4rem;
        padding: 0;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.5;
        overflow: hidden;
        border-radius: 50%;

        & button {
          width: 3.6rem;
          height: 3.5rem;
          background-position: center !important;
          background-size: cover !important;
          overflow: hidden;
          border-radius: 50px;
          text-indent: 9999px;
          position: relative;
        }
      }

      & li[role="presentation"] {
        position: relative;
        isolation: isolate;

        &::before {
          content: "";
          position: absolute;
          inset: 0;
          background-color: #ff0042;
          border-radius: 50%;
          z-index: -1;
        }

        &::after {
          content: "";
          position: absolute;
          inset: 0 -1px;
          z-index: -1;
          background: #fff;
        }

        &.slick-active {
          opacity: 1;
          transform: scale(1.1);
          transition: all 0.1s ease-in-out;

          &::after {
            animation: testimonial-active 2.5s ease-in-out forwards;
          }
        }
      }
    }
  }
}

@keyframes testimonial-active {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.testi-client-content .slick-dots li:nth-child(2) button {
  background: url(/new-site/resources/images/home/testimonial/dara-review.webp);
}

.testi-client-content .slick-dots li:nth-child(3) button {
  background: url(/new-site/resources/images/home/testimonial/rokos-small.webp);
}

.testi-client-content .slick-dots li:nth-child(6) button {
  background: url(/new-site/resources/images/home/testimonial/1-1.webp);
}

.testi-client-content .slick-dots li:nth-child(1) button {
  background: url(/new-site/resources/images/home/testimonial/Tim-circle-image.webp);
}

.testi-client-content .slick-dots li:nth-child(5) button {
  background: url(/new-site/resources/images/home/testimonial/2-2.webp);
}
.testi-client-content .slick-dots li:nth-child(4) button {
  background: url(/new-site/resources/images/home/testimonial/white-1.webp);
}

.fd-centi {
  display: flex;
  justify-content: center;
}

#slideshow {
  position: relative;
}

.client_img {
  .video_test {
    position: relative;

    &::before {
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      background: url(/assets/icon/Play_btn.svg) no-repeat;
      background-size: 60px 60px;
      width: 80px;
      height: 80px;
      z-index: 1;
      filter: drop-shadow(2px 2px 12px #0001);
    }
  }

  & a {
    &:hover {
      img {
        opacity: 0.8;
      }
    }

    img {
      border-radius: 20px;
      object-fit: cover;
      transition: ease 0.2s;
      position: relative;
    }
  }
}
.modal-content {
  width: fit-content;
}
.js-play {
  position: relative;

  &::before {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url(/assets/icon/Play_btn.svg) no-repeat;
    background-size: 60px 60px;
    width: 80px;
    height: 80px;
    z-index: 1;
    filter: drop-shadow(2px 2px 12px #0001);

    @media (max-width: 768px) {
      left: 10%;
    }
  }
}
.close.js-pause {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  border-radius: 30px;
  padding: 0 14px;
  border: unset;
  font-size: 30px;
}

@media (min-width: 320px) {
  iframe.embed-responsive-item {
    width: 300px !important;
  }
  .modal.fade.show {
    width: 100% !important;
    .modal-dialog {
      max-width: 100% !important;
      width: 100% !important;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}
@media (min-width: 576px) {
  iframe.embed-responsive-item {
    width: 500px !important;
  }
}
@media (min-width: 740px) {
  iframe.embed-responsive-item {
    width: 650px !important;
  }
}
@media (max-width: 1400px) {
  .Testimonial .slick-dots li button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .testimonial_container {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }

  .client-word {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* .inquery-1 {
    margin: 0 !important;
  } */

  .Testimonial {
    .testi-client-content {
      .slick-dots {
        justify-content: center;
        bottom: -100px;

        & li {
          & button {
            text-indent: unset;
            background: unset !important;
            width: 2rem;
            height: 2rem;

            &::before {
              width: 50px;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              color: var(--bs-primary);
            }
          }
        }

        & li[role="presentation"] {
          &::before {
            content: unset;
          }

          &::after {
            background: unset !important;
          }
        }
      }

      .testimon {
        margin-bottom: 110px;
      }
    }

    .client_img {
      .video_test {
        &::before {
          left: 10%;
        }
      }
    }
  }
}
@media (max-width: 576px) {
  section.Testimonial #slideshow::after {
    height: 522px;
  }

  .Testimonial .slick-dots li button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .slick-next,
  .slick-prev {
    display: none;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

@media (max-width: 375px) {
  section.Testimonial #slideshow::after {
    height: 372px;
  }
  .testi-client-content .slick-dots li {
    width: 40px;
    height: 40px;
    top: -10px !important;
  }
  #slideshow {
    margin-top: 0;
  }

  section.Testimonial #slideshow::after {
    width: 242%;
    height: 895px;
    top: -20%;
  }
}

