
/* Default Template */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom:clamp(0.9375rem, 0.7285rem + 0.9554vw, 1.875rem); /* Min-20 & Max-30 */ }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description{font-size: clamp(1.375rem, 1.2088rem + 0.5552vw, 1.875rem); /* Min-22 & Max-30 */ font-family:var(--wdtFontTypo_H3); font-weight:var( --wdtFontWeight_H3); line-height:var( --wdtLineHeight_H2); margin-bottom:clamp(0.9375rem, 0.8121rem + 0.5732vw, 1.5rem); /* Min-15 & Max-24 */ text-transform:capitalize;max-width:950px; margin-left:auto; margin-right:auto;}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-image > span{width:clamp(5.625rem, 5.207rem + 1.9108vw, 7.5rem); /* Min-90 & Max-120 */ height:clamp(5.625rem, 5.207rem + 1.9108vw, 7.5rem); /* Min-90 & Max-120 */border-radius:var(--wdtRadius_Full); position: relative;
  display: block;overflow: hidden;  }
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-image > span:before{
    content: "";
  position: absolute;
  top: 0;
  left: -75%; 
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(var(--wdtAccentTxtColorRgb),0.2) 50%,
    transparent 100%
  );
  border-radius: inherit;
  transform: skewX(-20deg);
  pointer-events: none;
  z-index: 1;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item:hover .wdt-content-image > span:before{
   animation: sweepShine 0.8s ease forwards;
}
/* .wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-image > span:before{
   animation: sweepShine 0.8s ease forwards;
} */
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span img{width:100%; height:100%;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5,.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 a{font-family:var(--wdtFontTypo_H5); font-size: clamp(1.125rem, 1.0419rem + 0.2776vw, 1.375rem); /* Min-18 & Max-22 */ text-transform: capitalize; text-align: center;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{font-size:var(--wdtFontSize_Ext); text-transform:capitalize;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-title{margin-top:0;}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group  .wdt-rating-container{margin-bottom:clamp(0.9375rem, 0.8678rem + 0.3185vw, 1.25rem);/* Min-15 & Max-20 */ }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description strong{color:var(--wdtSecondaryColor);}


.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-image {
  opacity: 0;
  transform: translateX(-20px); 
  transition: var(--wdt-Ad-Transition);
  transition-delay: 0.3s;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-image {
  opacity: 1;
  transform: translateX(0);
}


.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-description p {
  opacity: 0;
  transform: translateX(-30px);
  transition: var(--wdt-Ad-Transition);
  transition-delay: 0.4s; margin-bottom:0; line-height: var(--wdtLineHeight_Base);
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-description p {
  opacity: 1;
  transform: translateX(0);
}


.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-rating-container {
  opacity: 0;
  transform: translateX(-30px);
  transition: var(--wdt-Ad-Transition);
  transition-delay: 0.5s;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-rating-container {
  opacity: 1;
  transform: translateX(0);
}


.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-title {
  opacity: 0;
  transform: translateX(-40px);
  transition: var(--wdt-Ad-Transition);
  transition-delay: 0.6s;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-title {
  opacity: 1;
  transform: translateX(0);
}


.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-subtitle {
  opacity: 0;
  transform: translateX(-50px);
  transition: var(--wdt-Ad-Transition);
  transition-delay: 0.7s;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-subtitle {
  opacity: 1;
  transform: translateX(0);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdticon-stars{
    font-size: var(--wdtFontSize_H4);
}



/* arrow-position */


@media(min-width:1025px){
.wdt-testimonial-holder.wdt-rc-template-default.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{
    margin-left:auto; margin-right:15px; width:fit-content; margin-top:-105px;
}
.wdt-testimonial-holder.wdt-rc-template-default{display:grid; width:100%; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-testimonial-container{grid-area:1/-1; width:100%;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{grid-area:1/-1; text-align:end;}
}


/* Standard Template */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { border-radius: var(--wdtRadius_Full); height:clamp(4.375rem, 4.25rem + 0.625vw, 5rem); /* 80-70 */  width: clamp(4.375rem, 4.25rem + 0.625vw, 5rem); /* 80-70 */ margin-bottom: 0;}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group{display: flex; align-items: center; gap: 26px; justify-content: inherit;}

.wdt-testimonial-holder.wdt-rc-template-standard  .wdt-content-item .wdt-content-title-group.below span{display: none;}

.wdt-testimonial-holder.wdt-rc-template-standard  .wdt-content-item .wdt-content-title-group.below > *{display: contents;}

.wdt-testimonial-holder.wdt-rc-template-standard  .wdt-content-item  .wdt-content-title{margin-bottom: 14px !important; }

.elementor-widget-wdt-testimonial.wdt-dark-bg .wdt-testimonial-holder .wdt-content-item .wdt-content-subtitle{color: var(--wdtAccentTxtColor);}

.wdt-testimonial-holder.wdt-rc-template-standard  .wdt-content-item .wdt-content-description { font-family: var(--wdtFontTypo_Alt);}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {margin-bottom: 30px;}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description p{margin: 0;}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { object-fit: cover; object-position: center center; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-carousel-holder .wdt-carousel-pagination-wrapper{text-align: start;}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-rating{
    transform: translateY(60px);
    opacity: 0;
    transition: var(--wdtBaseTransition);
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-title-group,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-image-wrapper{
    transform: translateX(60px);
    opacity: 0;
    width: auto;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-rating,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-title-group{
    transform: translateY(0) translateX(0);
    opacity: 1;
    transition-duration: 0.5s;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-description{
    transition-delay: 100ms;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-rating{
    transition-delay: 200ms;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-image-wrapper{
    transition-delay: 300ms;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-title-group{
    transition-delay: 500ms;
    text-align: start;
}

@media(min-width: 1025px){
    .wdt-testimonial-holder.wdt-rc-template-standard .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{
    margin: 0 !important;
    text-align: start !important;
}
}


/* Responsive */

@media (max-width: 480px) {
    .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }
}


/* Review block */

.wdt-testimonial-holder.wdt-rc-template-review-block .wdt-content-item{
    display: flex;
    gap:14px;
    align-items: center;
}
.wdt-testimonial-holder.wdt-rc-template-review-block .wdt-content-item .wdt-content-title h5,
.wdt-testimonial-holder.wdt-rc-template-review-block .wdt-content-item .wdt-content-title h5 a{
    font-size:var( --wdtFontSize_Base);
    font-family:var(--wdtFontTypo_Base);
    font-weight:var( --wdtFontWeight_Base);
}
.wdt-testimonial-holder.wdt-rc-template-review-block .wdt-content-item .wdt-content-detail-group{
    margin-bottom:0px;
    text-align: start;
}
.wdt-testimonial-holder.wdt-rc-template-review-block .wdt-content-item .wdt-content-detail-group .wdt-content-title{
    margin-bottom:5px;
}
.wdt-testimonial-holder.wdt-rc-template-review-block .wdt-content-item .wdt-content-media-group{
    margin-bottom:0;
}