
/* ---***--- Default Template ---***--- */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { text-align: center; display: grid; grid-template-columns: 150px 1fr; 
    gap: 25px; padding: 20px; background-color: rgba(var(--wdtHeadAltColorRgb), 0.05); border-radius: var(--wdtRadius_2X);
    -webkit-transition: var(--wdtAltTransition); transition: var(--wdtAltTransition); overflow: hidden; }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child), 
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group > div:not(:last-child), 
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) { margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group .wdt-content-title-group { display: flex; align-items: baseline; flex-wrap: wrap; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group { gap: 0px 20px;
    position: relative; display: grid ; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; align-content: center; }


/* Content_group */
/* title and sub-title */
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 { 
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem); /* Min-20 & Max-26 */; color: var(--wdtHeadAltColor); }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group span { transition: var(--wdtAltTransition); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle { 
    font-size: var(--wdtFontSize_Base); color: var(--wdtHeadAltColor); letter-spacing: normal; transition: var(--wdtAltTransition); }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description { position: relative; z-index: 0; grid-column: 1 / 2; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description p { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div.wdt-content-title-group:not(:last-child) { margin-bottom: 10px; }
/* Social-Icon */
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-container { grid-column: 2 / 3; grid-row: 1 / span 2; margin: -10px 0; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list { margin: -10px 0; padding: 10px 5px; flex-direction: column; 
    background-color: var(--wdtPrimaryColor); border-radius: var(--wdtRadius_1X); gap: 2px; -webkit-transform: translateX(100px); transform: translateX(100px);
    -webkit-transition: var(--wdtAltTransition); transition: var(--wdtAltTransition);}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li {
    justify-content: center; align-items: center; width: fit-content; height: fit-content; } 
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a {
    color: var(--wdtHeadAltColor); height: auto; line-height: 1; width: auto; display: inline-flex ; align-items: center; 
    justify-content: center; font-size: var(--wdtFontSize_Ext); padding: 5px; border-radius: var(--wdtRadius_Full); border: 1px solid currentColor; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a i { 
    width: 1em; height: 1em; font-size: inherit; display: inline-flex ; justify-content: center; align-items: center; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a:hover { color: var(--wdtAccentTxtColor); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-list { -webkit-transform: translateX(0px); transform: translateX(0px); }

/* Media-Group */
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper, 
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
.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: 100%; height: 100%; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.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 { object-fit: cover; object-position: 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: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); aspect-ratio: 1; }

.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); }

/* Hover effects */
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover { background-color: var(--wdtSecondaryColor); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-title h5,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-subtitle,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-title-group span { color: var(--wdtAccentTxtColor); }

.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%); }


@media (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { grid-template-columns: 100%; gap: 20px; padding: 20px; }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{ display: flex ; flex-direction: column; align-items: center; gap: 10px; }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div.wdt-content-title-group { 
        display: flex ; gap: 10px; align-items: center; justify-content: center; }
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div.wdt-content-title-group,
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description { text-align: center; }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-container { margin: 0px; }
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list { 
        margin: 0; padding: 10px; flex-direction: row; margin-top: 10px; -webkit-transform: translateX(0px); transform: translateX(0px); }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group span { display: none; }
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper,
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
    .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 { display: flex; justify-content: center; }
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper, 
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
    .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: auto; height: auto; }
    
}


/* Standard Template */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
    text-align: center; padding: clamp(1.5625rem, 0.9868rem + 2.3026vw, 3.75rem) /* Min-25 & Max-60 */ clamp(1.25rem, 0.0987rem + 4.6053vw, 5.625rem) /* Min-20 & Max-90 */; border-radius: var(--wdtRadius_3X); background-color: var(--wdtTertiaryColor); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { margin-bottom: 0; }
.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: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }

.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 .wdt-content-title-group { display: flex ; gap: .5em; align-items: center; justify-content: center; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description p strong { font-weight: 500; color: var(--wdtHeadAltColor); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below span { margin: 0; width: 5px; height: 2px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below span:before { background-color: currentColor; height: 100%; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 { font-size: var(--wdtFontSize_H5); color: var(--wdtHeadAltColor); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle { font-size: var(--wdtFontSize_Base); color: var(--wdtHeadAltColor); letter-spacing: normal; }

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .wdt-content-item .wdt-content-subtitle { font-size: var(--wdtFontSize_Base); color: var(--wdtHeadAltColor); letter-spacing: normal; }

.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper { 
    display: grid; justify-items: center; width: 100%; max-width: fit-content; margin: 0 auto; margin-top: 60px; justify-content: center;
    padding: 15px 25px; border-radius: var(--wdtRadius_Part); background-color: var(--wdtSecondaryColor); }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper > div { grid-area: 1/-1; }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper > div.swiper-pagination-bullets { padding: 0 40px; margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { 
    display: flex ; justify-content: space-between; width: 100%; margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div { 
    color: var(--wdtPrimaryColor); margin: 0; width: fit-content; height: 100%; font-size: var(--wdtFontSize_Ext); }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover { color: var(--wdtAccentTxtColor); }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before { background-color: transparent; }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { 
    border-radius: var(--wdtRadius_Full); }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before { 
    background-color: rgba(var(--wdtAccentTxtColorRgb), .5); }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    background-color: var(--wdtAccentTxtColor); }
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide .wdt-content-item .wdt-content-media-group .wdt-rating-container, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide .wdt-content-item .wdt-content-title-group, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide .wdt-content-item .wdt-content-image-wrapper, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide .wdt-content-item .wdt-content-description { -webkit-transition: var(--wdtAltTransition); transition: var(--wdtAltTransition); }

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-prev .wdt-content-item .wdt-content-media-group .wdt-rating-container, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-prev .wdt-content-item .wdt-content-title-group, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-prev .wdt-content-item .wdt-content-image-wrapper, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-prev .wdt-content-item .wdt-content-description {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-next .wdt-content-item .wdt-content-media-group .wdt-rating-container, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-next .wdt-content-item .wdt-content-title-group, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-next .wdt-content-item .wdt-content-image-wrapper, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide.swiper-slide-next .wdt-content-item .wdt-content-description {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-rating-container, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-title-group, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-image-wrapper, 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-description {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-rating-container { transition-delay: .1s; } 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-description { transition-delay: .2s; }
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-image-wrapper { transition-delay: .25s; } 
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-fade .swiper-slide-active .wdt-content-item .wdt-content-title-group { transition-delay: .3s; } 



.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); }

/* classic Template */

.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item { text-align: center; padding: clamp(1.25rem, 0.832rem + 1.9108vw, 3.125rem); /* Min-20 & Max-50 */ -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); background-color: var(--wdtAccentTxtColor); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group { display: flex; align-items:center; gap: 20px; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group > div:not(:last-child){ margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group .wdt-media-grp-content >div:not(:last-child) { margin-bottom: 5px; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 100px; padding: 0; width: 100px; -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-classic .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-classic .wdt-content-item .wdt-content-title-group { display: flex; gap: .5em; align-items: center; flex-wrap: wrap; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title-group.below span { margin: 0; width: 5px; height: 2px; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title-group.below span:before { background-color: currentColor; height: 100%; width: 100%; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) { margin: 0; }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title h5 { font-size: var(--wdtFontSize_H5); color: var(--wdtHeadAltColor); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-subtitle { font-size: var(--wdtFontSize_Base); color: var(--wdtHeadAltColor); letter-spacing: normal; line-height: var(--wdtLineHeight_Alt); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-description p {margin-bottom: 0; }


.wdt-testimonial-holder.wdt-rc-template-classic.wdt-carousel-holder .swiper {
  overflow: visible;
}

.wdt-testimonial-holder.wdt-rc-template-classic.wdt-carousel-holder .swiper .swiper-slide {
  transition: var(--wdt-Ad-Transition);
  cursor: grab;
}

.wdt-testimonial-holder.wdt-rc-template-classic.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-classic.wdt-carousel-holder .swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
  visibility: visible;
}

/* Responsive */

@media (max-width: 767px) {
    .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group { justify-content: center; flex-direction: column; }
}

@media (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }
}