/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ESB Section Testimonial */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.esb-testimonial__top {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.esb-testimonial__top .esb-custom-slider-arrow {
  flex-shrink: 0;
  margin-left: auto;
  display: none;
}

.esb-testimonial .slick-slide {
  display: flex;
  height: auto;
}

.esb-testimonial__slide {
  padding: 15px;
  height: 100%;
}

.esb-testimonial__slider {
  width: calc(100% + 15px);
  margin-left: -15px;
}

.esb-testimonial__slide-inner {
  border: 1px solid #1319240f;
  box-shadow: 0px 2.98px 18.63px 0px #0000000a;
  background-color: var(--white);
  border-radius: 18px;
  padding: 30px 126px 30px 30px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  height: 100%;
}

.esb-testimonial__slide-icon {
  flex-shrink: 0;
}

.esb-testimonial__slide-content {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 30px;
}

.esb-testimonial__slide-quote {
  font-style: italic;
}

.esb-testimonial__slide-quote blockquote {
  line-height: 38px;
}

.esb-testimonial__slide-quote strong {
  font-weight: 600;
}

.esb-testimonial__slide-author {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  text-align: right;
}

.esb-testimonial__slide-author-image {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
}

.esb-testimonial__slide-author {
  margin-top: auto;
}

.esb-testimonial__slide-author p {
  margin: 0;
}

/* NEW STYLES FOR SLIDE */
.esb-testimonial__new-slide {
  padding: 40px;
  background-color: var(--BlueLight2);
  /* background-color: var(--whiteSmoke); */
  border-radius: 12px;
}
.esb-testimonial__new-text-content {
  font-size: 20px;
  line-height: 1.7;
  max-width: calc(100% - 150px);
}
.esb-testimonial__new-profile {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #dcdcdc;
}
.esb-testimonial__new-profile-img {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}

.esb-testimonial__new-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esb-testimonial__new-profile-content .name {
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  color: var(--BlueTextColor);
  display: flex;
  align-items: center;
  gap: 6px;
}

.esb-testimonial__new-profile-content .role {
  line-height: 1;
  margin-top: 6px;
  opacity: 0.6;
  color: var(--BlueTextColor);
}
.esb-testimonial__new-profile-content .check-original {
  display: inline-flex;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--BluePrimary) !important;
}

.esb-testimonial__new-profile-content .check-original:hover {
  opacity: 0.8;
}

.esb-testimonial__slider .slick-dots li {
  margin: 0 !important;
}

.esb-testimonial__slider .slick-dots li button {
  width: 14px;
  height: 14px;
}

.esb-testimonial__slider .slick-dots {
  margin: 0;
  line-height: 0;
  position: absolute;
  right: 40px;
  bottom: 70px;
  gap: 3px;
  display: flex;
}

.esb-testimonial__slider .slick-slider,
.esb-testimonial__slider .slick-slider .slick-list,
.esb-testimonial__slider .slick-slider .slick-list .slick-track {
  height: 100% !important;
}
.esb-testimonial__slider button::before {
  opacity: 0 !important;
}
/* .esb-testimonial__new-profile-content .check-original::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border: 2px solid;
  transform: rotate(-50deg);
  border-top: 0;
  border-right: 0;
  top: 3px;
  left: 0;
} */

/* NEW STYLES FOR SLIDE */

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (max-width: 1919px) {
  .esb-testimonial__slide-inner {
    padding-right: 106px;
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  .esb-testimonial__top {
    gap: 40px;
  }

  .esb-testimonial__slide-icon {
    width: 50px;
  }

  .esb-testimonial__slide-icon svg {
    width: 100%;
    height: 100%;
  }

  .esb-testimonial__slide-inner {
    gap: 20px;
    padding: 30px 66px 30px 20px;
  }

  .esb-testimonial__slide-quote {
    font-size: 18px;
  }

  .esb-testimonial__slide-content {
    padding-top: 0;
  }

  .esb-testimonial__slide-author-image {
    width: 60px;
    height: 60px;
  }

  .esb-testimonial__slide-author-name {
    font-size: 18px;
    line-height: 1;
  }

  .esb-testimonial__slide-author-content {
    font-size: 16px;
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  .esb-testimonial__slide-quote blockquote {
    line-height: 1.8;
  }

  .esb-testimonial__slide-inner {
    padding: 25px 45px 25px 20px;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 767px) {
  .esb-testimonial__top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }

  .esb-testimonial__slide-inner {
    border-radius: 12px;
    flex-direction: column;
    padding: 25px;
    gap: 10px;
    height: auto;
  }

  .esb-testimonial .slick-slide {
    height: 100%;
  }

  .esb-testimonial__slider {
    width: calc(100% + 30px);
  }

  .esb-testimonial__slide-quote {
    font-size: 16px;
  }

  .esb-testimonial__slide-author-name {
    font-size: 16px;
  }

  .esb-testimonial__slide-author-content {
    font-size: 14px;
  }

  .esb-testimonial__slide-author-image {
    width: 45px;
    height: 45px;
  }

  /* NEW STYLES FOR SLIDE */
  .esb-testimonial__new-slide {
    padding: 20px;
    /* margin: 0 15px; */
    max-width: calc(100% - 32px);
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
  }
  .esb-testimonial__new-text-content {
    font-size: 16px;
    max-width: 100%;
  }
  .esb-testimonial__new-profile-content .name {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    text-align: center;
  }
  .esb-testimonial__new-profile-content .check-original {
    margin-left: 0;
    margin: 0 auto;
  }
  .esb-testimonial__new-profile {
    flex-direction: column;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    margin-top: 24px;
  }
  .esb-testimonial__slider .slick-dots {
    position: unset;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }
  /* NEW STYLES FOR SLIDE */
}
