
/* Default Template */
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5,
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 a ,
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{color: var(--wdtAccentTxtColor);}

.wdt-testimonial-holder.wdt-rc-template-default .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{margin: 0; text-align: start;}
.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-title h5{ font-size: clamp(1.25rem, 1.1669rem + 0.2776vw, 1.5rem) /*24px - 20px*/;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{ font-size: var(--wdtFontSize_Base); margin-left: 13px;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group{margin-bottom: 40px;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group{margin-bottom: 20px; display: flex; align-items: baseline; justify-content: inherit; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item{     
    display: grid;
    grid-template-columns: 40% 60%;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group { 
    margin: 0; position: relative; display: grid; justify-items: end; align-items: center; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group > div { grid-area: 1/-1; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper{ 
    grid-area: 1/-1; transition: var(--wdtAltTransition); transform: scale(.8) rotate(-5deg); opacity: 0; transition-delay: 150ms; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { 
    margin: 0; transition: var(--wdtAltTransition); transform: scale(.8); opacity: 0; }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper span{ padding-right: 80px; }

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper{
    transform: scale(1) rotate(0deg); opacity: 1; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span{border-radius: var(--wdtRadius_Full);}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper span{
    height: clamp(12.5rem, 11.75rem + 3.75vw, 16.25rem);/* 200 - 260 */
    width: clamp(12.5rem, 11.75rem + 3.75vw, 16.25rem);/* 200 - 260 */
    border-radius: var(--wdtRadius_Full); border: 4px solid var(--wdtAccentTxtColor); display: flex; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper span img{
    object-fit: cover; object-position: center; border-radius: inherit; }

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    font-size: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem); width: 1em; height: 1em; color: var(--wdtHeadAltColor); padding: 0; z-index: -1; opacity: .15; margin-bottom: -20px; }


.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{ align-self: center; padding-left: 120px; z-index: 3; overflow: hidden; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description{margin-bottom: 30px;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child){margin: 0;}
.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-content-title-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-rating-container{ transform: translateY(50px); opacity: 0;transition: var(--wdtAltTransition);}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-title-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-rating-container{ transform: translateY(0); opacity: 1;}

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-description{transition-delay: 150ms;}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-rating-container{transition-delay: 200ms;}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-title-group{transition-delay: 300ms;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{padding-left: 120px;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev{margin-left: 0 !important; }

@media(max-width:1280px)
{.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{align-self: center; padding-left: 60px; margin-bottom: 60px;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description{ padding-top: 0;}
 .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{ padding-left: 60px;}
}
@media(min-width:1025px){
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{
        position: absolute;
        bottom: 0;
        width: 60%;
        right: 0;
    }
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group { margin-bottom: -60px; padding-bottom: 110px;  }
}
@media(max-width:1024px){
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item{     
    grid-template-columns: 1fr;
    gap: 40px;
}
    .wdt-testimonial-holder.wdt-rc-template-default .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { text-align: center; }
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{padding: 0; margin: 0;}
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper{padding: 0;}
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper{left: 40%;}
}
@media(max-width:767px){
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper{right: 0;}
    .wdt-testimonial-holder.wdt-rc-template-default .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination { text-align: center; }
}





/* ========================================
-------Testimonial - Cloumn------
======================================== */

.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item {
    position: relative;
    overflow: hidden;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-title h5{
    font-size: clamp(1.25rem, 1.0838rem + 0.5552vw, 1.75rem) /*28px - 20px*/;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-image > span{
    height: clamp(5rem, 3.9612rem + 3.4698vw, 8.125rem)/*130px - 80px*/;
    width: clamp(5rem, 3.9612rem + 3.4698vw, 8.125rem) /*130px - 80px*/;
    border-radius: var(--wdtRadius_Full);
    position: relative;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-image-title-group {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.9375rem, 0.7505rem + 0.6246vw, 1.5rem) /*24px - 15px*/;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
    width: 60px;
    height: 45px;
    color: var(--wdtPrimaryColor);
    padding: 0;
    z-index: 3;
    margin: -18px 28px 0 0;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{animation: 0.5s testi-ani ease-in-out;}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-detail-group {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-description {
    background-color: var(--wdtTertiaryColor);
    color: var(--wdtHeadAltColor);
    padding: 40px;
    border-radius: var(--wdtRadius_2X);
    margin-left: 40px;  
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item  .wdt-content-subtitle{
    transition:var(--wdtAltTransition);
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-title-group {
    padding-top: 16px;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item > div:not(:last-child){
    margin-bottom:  calc( clamp(0.625rem, 0.2095rem + 1.3879vw, 1.875rem) * -1);}


@media(max-width:1024px){
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-description {
    margin-left: 20px;}
}

@media(max-width:767px){
.wdt-testimonial-holder.wdt-rc-template-feedback  .wdt-content-item .wdt-content-description {
    padding: 20px;
}
    
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-title-group {
    padding-top: 5px;
}
    
 .wdt-testimonial-holder.wdt-rc-template-feedback  .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    margin: -18px 16px 0 0;
}

}


.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-detail-group {
    display: flex;   
    flex-direction: column-reverse;
    align-items:  stretch;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-icon-wrapper {
   display: inline-flex;
   justify-content: flex-end;
   margin-bottom:0;
}
.wdt-testimonial-holder.wdt-rc-template-feedback.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock){
   margin-top:40px;
}




