.wdt-testimonial-holder .swiper-slide { cursor: grab; }


/* Default Template */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { text-align: center; display: flex; flex-direction: column-reverse; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child) { margin-bottom: 0; margin-top: 40px; }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle { margin-top: -8px; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 { text-transform: capitalize; }
.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 { width: 90px; height: 90px; -webkit-border-radius: var(--wdtRadius_Full); border-radius: var(--wdtRadius_Full); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span > img,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a > img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-image > span > img,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-image > a > img { transform: scale(1); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle { color: var(--wdtBodyTxtColor); }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group .wdt-content-additional-title h6 { font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem); /* Min-20 & Max-24 */ text-transform: capitalize; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 16px; }

.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.2em; 
    -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-carousel-holder .swiper {
  overflow: visible;
}
.wdt-testimonial-holder.wdt-rc-template-default.wdt-carousel-holder .swiper .swiper-slide {
  transition: var(--wdt-Ad-Transition);
  cursor: grab;
}
.wdt-testimonial-holder.wdt-rc-template-default.wdt-carousel-holder .swiper .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  visibility: hidden;
  transition: var(--wdt-Ad-Transition);
}
.wdt-testimonial-holder.wdt-rc-template-default.wdt-carousel-holder .swiper .swiper-slide.swiper-slide-next {
  visibility: visible;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-prev,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-next { opacity: 0.2; transition: var(--wdt-Ad-Transition); }
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active { opacity: 1; }

/* Standard Template */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; padding: 30px 20px;
    -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; 
    box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group { 
    background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.25); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-group { padding: 20px; }

.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 { 
    min-width: 100px; }

.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 { 
    height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; 
    -webkit-box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); 
    box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }

.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 { 
    height: 100%; object-fit: cover; object-position: center center; }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group { 
    background-color: var(--wdt-elementor-color-accent); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5, 
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5 > a { 
    color: var(--wdt-elementor-color-accent); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5, 
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a { 
    color: var(--wdt-elementor-color-white); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a:hover { 
    color: var(--wdt-elementor-color-black); }


/* List Layout Template */

.wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item { display: flex; align-items: center; }

.wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item > div:not(:last-child) { margin-bottom: 0; margin-right: 30px; }

.wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item .wdt-content-media-group { width: 40%; display: inline-flex; }
.wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item .wdt-content-detail-group { width: 60%; }



/* Responsive */

@media (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }

    .wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item { flex-direction: column; }
    .wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item > div:not(:last-child) { margin-bottom: 20px; margin-right: 0; }
    .wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item .wdt-content-media-group { width: 100%; }
    .wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item .wdt-content-detail-group { width: 100%; }
    .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 { width: 80px; height: 80px; }
}