.wdt-testimonial-holder .swiper-slide { cursor: grab; }


/* Default Template */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { 
    text-align: center; 
    background-color: var(--wdtBodyBGColor); 
    padding: clamp(2.5rem, 1.664rem + 3.8217vw, 6.25rem) clamp(1.25rem, -2.0939rem + 15.2866vw, 16.25rem); /* 100 - 40 , 260 - 20 */
}

.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_Zero); border-radius: var(--wdtRadius_Zero); }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper { margin-bottom: 0; }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .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-icon-wrapper .wdt-content-icon span { 
    color:var(--wdtPrimaryColor);
    font-size:50px;height: 60px; width: 60px; -webkit-border-radius: var(--wdtRadius_Full); 
    border-radius: var(--wdtRadius_Full); padding: 0px; }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdticon-stars {
    color: var(--wdtPrimaryColor);
    font-size: clamp(1rem, 0.8702rem + 0.5935vw, 1.25rem);/* 20 - 16 */
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdticon-stars::after,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdticon-stars::before {
    content: "\e807 \e807 \e807 \e807 \e807";
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    letter-spacing: 0.9em;
    font-family:"Ogie Icons";
    width: auto;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdticon-stars::after {
    content: "\e806 \e806 \e806 \e806 \e806";
    display: block;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: currentColor;
    background-clip: text;
    background-image: linear-gradient(to right, currentColor 50%, currentColor 50%);
    -webkit-text-fill-color: transparent;
    background-color: var(--wdtSecondaryColor);
    background-repeat: no-repeat;
    background-position: left center;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description {
    font-family: var(--wdtFontTypo_H4);
    font-weight: var(--wdtFontWeight_Ext);
    font-size: clamp(1.5rem, 1.3885rem + 0.5096vw, 2rem);/* 32 - 24 */
    color: var(--wdtBodyTxtColor);
    line-height: var(--wdtLineHeight_H4);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-group-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(1.25rem, -0.5613rem + 8.2803vw, 9.375rem);/* 150 - 20 */
    justify-content: center;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-icon-group-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    flex-wrap: wrap;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-popup a {
    display: flex;
    align-items: center;
    gap:10px;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-popup {
    display: inline-flex;
    justify-content: inherit;
    width: fit-content;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-popup a .wdt-video-icon {
    width: 40px;
    height: 40px;
    font-size: var(--wdtFontSize_Base);
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    display: grid;
    place-items: center;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-popup:hover a .wdt-video-icon{
    background-color: rgba(var(--wdtLinkHoverColorRgb),0.7);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-popup a span {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdtPrimaryColor);
    text-transform: uppercase;
    font-style: italic;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    color: var(--wdtPrimaryColor);
    text-transform: uppercase;
    font-style: italic;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: clamp(1.25rem, 1.0828rem + 0.7643vw, 2rem); /* 32 - 20 */
}


.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-description ,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-rating-container ,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-title ,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-video-popup{
   -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.9);
    transform: translateY(30px) scale(0.9);
}

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-rating-container ,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-title ,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-video-popup
{
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    opacity: 1; 
}

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-description {
    transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
}

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-rating-container {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}
    
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-title {
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
}

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide.swiper-slide-active .wdt-content-item .wdt-content-video-popup {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
}

@media (min-width: 1025px) {

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{        
        position: absolute;
        top: 50%;
        width:calc(100% - clamp(2.5rem, -3.2263rem + 8.9385vw, 7.5rem));
        left: clamp(1.25rem, -1.6131rem + 4.4693vw, 3.75rem);
        transform: translateY(-50%);
        z-index: 1;
    }

    .wdt-testimonial-holder.wdt-rc-template-default .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width:1024px){
   .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{        
        position: absolute;
        top: clamp(2.8125rem, 2.4879rem + 1.4837vw, 3.4375rem);/* 55 - 45 */
        bottom: auto;
        width:100%;
        left: 0px;
        transform: translateY(0%);
        z-index: 1;
    } 

    .wdt-testimonial-holder.wdt-rc-template-default .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        justify-content: center;
        margin-top: 0;
    }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item  {
        padding-top:  clamp(8.4375rem, 7.6261rem + 3.7092vw, 10rem);/* 160 - 135 */
    }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-video-group-wrapper {
        gap: clamp(1.25rem, 0.9254rem + 1.4837vw, 1.875rem);/* 30 - 20 */
    }
}

/* PopUp */
body .mfp-auto-cursor .mfp-content { width: 100%; max-width: fit-content; padding: 0 clamp(0.875rem, 0.7635rem + 0.5096vw, 1.375rem);/* 22 - 14 */} 




/* Standard Template */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item { 
    text-align: center; padding:clamp(1.5625rem, 1.0748rem + 2.2293vw, 3.75rem);
   border:1px solid var(--wdtBorderColor); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item  .wdt-content-description{ font-size: clamp(2rem, 1.7922rem + 0.694vw, 2.625rem); /* Min-32 & Max- 42 */ 
    line-height: var(--wdtLineHeight_H3); font-weight: var(--wdtFontWeight_H3); margin-bottom:30px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title .wdt-content-text{ font-size: clamp(1.25rem, 1.1669rem + 0.2776vw, 1.5rem); /* Min-20 & Max-24 */  text-align: end; font-style: italic;  }

.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_Full); border-radius: var(--wdtRadius_Full); 
    -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 { width: 100%; }
    .wdt-testimonial-holder.wdt-rc-template-list .wdt-content-item .wdt-content-detail-group { width: 100%; }
}