
/* 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 > div[class*="group"] .wdt-content-title + .wdt-content-subtitle { margin-top: -8px; }
.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: 0; }
.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-content-item .wdt-content-media-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 0.832rem + 1.9108vw, 3.125rem) ;/*50px - 20px */
    border-radius: var(--wdtRadius_2X);
    background-color: var(--wdtCustomColor2);
    margin-bottom: clamp(2.5rem, 2.1517rem + 1.5924vw, 4.0625rem);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-column:nth-child(3n-2) .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide:nth-child(3n-2) .wdt-content-item .wdt-content-media-group{
    background-color: #DCE9BD;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-column:nth-child(3n-1) .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide:nth-child(3n-1) .wdt-content-item .wdt-content-media-group{
    background-color: #FCD1BD;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-column:nth-child(3n-0) .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide:nth-child(3n-0) .wdt-content-item .wdt-content-media-group{
    background-color: #B6E5E3;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group::after{
    content: "";
    width: clamp(1.75rem, 1.6664rem + 0.3822vw, 2.125rem) /*34px - 28px */;
    height: clamp(1.75rem, 1.6664rem + 0.3822vw, 2.125rem)/*34px - 28px */;
    clip-path: polygon(0 0,100% 0,0 100% );
    background-color: inherit;
    position: absolute;
    bottom: calc( -1 * clamp(1.6875rem, 1.6039rem + 0.3822vw, 2.0625rem)) /*33px - 27px */;
    left: clamp(2.5rem, 2.0123rem + 2.2293vw, 4.6875rem) /*75px - 40px */;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group::before{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border: 2px dashed var(--wdtHeadAltColor);
    opacity: 0;
    transition: var(--wdtBaseTransition);
    border-radius: inherit;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group::before{
    opacity: 1;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description p{
    margin-bottom: 0;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below{
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below span{
    display: none;
}

.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: clamp(3.75rem, 3.332rem + 1.9108vw, 5.625rem) /*90px - 60px */;
    border-radius: var(--wdtRadius_Full);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below .wdt-content-title{
    margin-bottom: 5px;
}
.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 a{
    font-size: clamp(1.125rem, 1.0971rem + 0.1274vw, 1.25rem);
}
/* 
.wdt-testimonial-holder.wdt-rc-template-default .swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    visibility: hidden;
    transition: var(--wdt-Ad-Transition);} */


.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-subtitle{
    font-size: calc( var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Base);
}
/* Standard Template */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; display: flex; align-items: center; justify-content: center; gap:clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem); /*30px - 60px*/}
.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-media-group {
    margin-bottom: 0;
    width: max-content;
}   

.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::after{
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    position: absolute;
    inset: 0;
    animation:clockWise infinite linear 26s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 350 350'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bopacity:0.5;isolation:isolate;fill:url(%23linear-gradient);%7D.cls-2,.cls-3%7Bfill:none;%7D.cls-2%7Bstroke-width:5px;stroke:url(%23linear-gradient-2);%7D.cls-3%7Bstroke:%23fff;%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='175' y1='336.99' x2='175' y2='16.01' gradientTransform='matrix(1, 0, 0, -1, 0, 352)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233bb6e8'/%3E%3Cstop offset='1' stop-color='%23a145d1'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='175' y1='332.5' x2='175' y2='20.5' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath class='cls-1' d='M184.9,32.14l11-12.61a13.18,13.18,0,0,1,22.55,4.84l4.92,16.08a13.21,13.21,0,0,0,18.16,8.13l15.25-7a13.16,13.16,0,0,1,18.61,13.61l-2,16.62a13.24,13.24,0,0,0,13.32,14.8l16.79-.27a13.19,13.19,0,0,1,11.5,20l-8.58,14.44a13.22,13.22,0,0,0,6.12,18.91L328,146.23a13.19,13.19,0,0,1,2.37,22.93l-13.69,9.68a13.28,13.28,0,0,0-2.1,19.83L326,211a13.2,13.2,0,0,1-7.12,21.92l-16.42,3.2a13.25,13.25,0,0,0-9.95,17.26l5.38,15.9a13.22,13.22,0,0,1-15.42,17.17l-16.34-3.74a13.18,13.18,0,0,0-16.06,11.69l-1.46,16.72a13.2,13.2,0,0,1-21.08,9.4l-13.41-10a13.16,13.16,0,0,0-19.44,4.11l-8.13,14.61a13.2,13.2,0,0,1-23.08,0l-8.13-14.61a13.11,13.11,0,0,0-19.44-4.11l-13.41,10a13.2,13.2,0,0,1-21.08-9.4L99.94,294.4a13.18,13.18,0,0,0-16.06-11.69l-16.34,3.74a13.22,13.22,0,0,1-15.42-17.17l5.38-15.9a13.25,13.25,0,0,0-10-17.26l-16.42-3.2A13.2,13.2,0,0,1,24,211l11.41-12.33a13.22,13.22,0,0,0-2.1-19.83l-13.69-9.68A13.19,13.19,0,0,1,22,146.23l15.42-6.57a13.15,13.15,0,0,0,6.12-18.91L35,106.31a13.22,13.22,0,0,1,11.5-20l16.79.27a13.25,13.25,0,0,0,13.33-14.8l-2-16.62A13.2,13.2,0,0,1,93.18,41.55l15.25,7a13.18,13.18,0,0,0,18.16-8.13l4.92-16.08a13.22,13.22,0,0,1,22.55-4.84l11,12.61a13.2,13.2,0,0,0,19.89,0Z'/%3E%3Cpath class='cls-2' d='M184.63,36.15l10.73-12.26a12.8,12.8,0,0,1,21.91,4.71l4.79,15.63a12.84,12.84,0,0,0,17.65,7.9l14.82-6.84a12.8,12.8,0,0,1,18.1,13.23l-2,16.16a12.89,12.89,0,0,0,13,14.39L300,88.8a12.83,12.83,0,0,1,11.18,19.45l-8.34,14a12.84,12.84,0,0,0,5.94,18.38l15,6.39A12.82,12.82,0,0,1,326,169.34l-13.31,9.41a12.9,12.9,0,0,0-2,19.27l11.09,12a12.83,12.83,0,0,1-6.92,21.31l-16,3.1a12.91,12.91,0,0,0-9.67,16.79l5.24,15.45a12.86,12.86,0,0,1-15,16.69l-15.88-3.64A12.82,12.82,0,0,0,248,291.08l-1.42,16.25a12.83,12.83,0,0,1-20.49,9.14l-13-9.77a12.8,12.8,0,0,0-18.89,4l-7.9,14.21a12.84,12.84,0,0,1-22.44,0l-7.9-14.21a12.75,12.75,0,0,0-18.89-4l-13,9.77a12.83,12.83,0,0,1-20.49-9.14L102,291.08a12.82,12.82,0,0,0-15.62-11.37l-15.88,3.64a12.86,12.86,0,0,1-15-16.69l5.24-15.45a12.9,12.9,0,0,0-9.67-16.79l-16-3.1A12.83,12.83,0,0,1,28.23,210l11.09-12a12.85,12.85,0,0,0-2-19.27L24,169.34a12.82,12.82,0,0,1,2.31-22.29l15-6.39a12.78,12.78,0,0,0,5.94-18.38l-8.34-14A12.86,12.86,0,0,1,50.05,88.8l16.32.27a12.89,12.89,0,0,0,13-14.39l-2-16.16a12.84,12.84,0,0,1,18.1-13.23l14.82,6.84a12.81,12.81,0,0,0,17.65-7.9l4.79-15.63a12.84,12.84,0,0,1,21.91-4.71l10.74,12.26a12.82,12.82,0,0,0,19.33,0Z'/%3E%3Cpath class='cls-2' d='M184.63,36.15l10.73-12.26a12.8,12.8,0,0,1,21.91,4.71l4.79,15.63a12.84,12.84,0,0,0,17.65,7.9l14.82-6.84a12.8,12.8,0,0,1,18.1,13.23l-2,16.16a12.89,12.89,0,0,0,13,14.39L300,88.8a12.83,12.83,0,0,1,11.18,19.45l-8.34,14a12.84,12.84,0,0,0,5.94,18.38l15,6.39A12.82,12.82,0,0,1,326,169.34l-13.31,9.41a12.9,12.9,0,0,0-2,19.27l11.09,12a12.83,12.83,0,0,1-6.92,21.31l-16,3.1a12.91,12.91,0,0,0-9.67,16.79l5.24,15.45a12.86,12.86,0,0,1-15,16.69l-15.88-3.64A12.82,12.82,0,0,0,248,291.08l-1.42,16.25a12.83,12.83,0,0,1-20.49,9.14l-13-9.77a12.8,12.8,0,0,0-18.89,4l-7.9,14.21a12.84,12.84,0,0,1-22.44,0l-7.9-14.21a12.75,12.75,0,0,0-18.89-4l-13,9.77a12.83,12.83,0,0,1-20.49-9.14L102,291.08a12.82,12.82,0,0,0-15.62-11.37l-15.88,3.64a12.86,12.86,0,0,1-15-16.69l5.24-15.45a12.9,12.9,0,0,0-9.67-16.79l-16-3.1A12.83,12.83,0,0,1,28.23,210l11.09-12a12.85,12.85,0,0,0-2-19.27L24,169.34a12.82,12.82,0,0,1,2.31-22.29l15-6.39a12.78,12.78,0,0,0,5.94-18.38l-8.34-14A12.86,12.86,0,0,1,50.05,88.8l16.32.27a12.89,12.89,0,0,0,13-14.39l-2-16.16a12.84,12.84,0,0,1,18.1-13.23l14.82,6.84a12.81,12.81,0,0,0,17.65-7.9l4.79-15.63a12.84,12.84,0,0,1,21.91-4.71l10.74,12.26a12.82,12.82,0,0,0,19.33,0Z'/%3E%3Cpath class='cls-3' d='M184.63,36.15l10.73-12.26a12.8,12.8,0,0,1,21.91,4.71l4.79,15.63a12.84,12.84,0,0,0,17.65,7.9l14.82-6.84a12.8,12.8,0,0,1,18.1,13.23l-2,16.16a12.89,12.89,0,0,0,13,14.39L300,88.8a12.83,12.83,0,0,1,11.18,19.45l-8.34,14a12.84,12.84,0,0,0,5.94,18.38l15,6.39A12.82,12.82,0,0,1,326,169.34l-13.31,9.41a12.9,12.9,0,0,0-2,19.27l11.09,12a12.83,12.83,0,0,1-6.92,21.31l-16,3.1a12.91,12.91,0,0,0-9.67,16.79l5.24,15.45a12.86,12.86,0,0,1-15,16.69l-15.88-3.64A12.82,12.82,0,0,0,248,291.08l-1.42,16.25a12.83,12.83,0,0,1-20.49,9.14l-13-9.77a12.8,12.8,0,0,0-18.89,4l-7.9,14.21a12.84,12.84,0,0,1-22.44,0l-7.9-14.21a12.75,12.75,0,0,0-18.89-4l-13,9.77a12.83,12.83,0,0,1-20.49-9.14L102,291.08a12.82,12.82,0,0,0-15.62-11.37l-15.88,3.64a12.86,12.86,0,0,1-15-16.69l5.24-15.45a12.9,12.9,0,0,0-9.67-16.79l-16-3.1A12.83,12.83,0,0,1,28.23,210l11.09-12a12.85,12.85,0,0,0-2-19.27L24,169.34a12.82,12.82,0,0,1,2.31-22.29l15-6.39a12.78,12.78,0,0,0,5.94-18.38l-8.34-14A12.86,12.86,0,0,1,50.05,88.8l16.32.27a12.89,12.89,0,0,0,13-14.39l-2-16.16a12.84,12.84,0,0,1,18.1-13.23l14.82,6.84a12.81,12.81,0,0,0,17.65-7.9l4.79-15.63a12.84,12.84,0,0,1,21.91-4.71l10.74,12.26a12.82,12.82,0,0,0,19.33,0Z'/%3E%3C/svg%3E");
    filter: drop-shadow(0px 0px 7px var(--wdtPrimaryColor));
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-image::after{
    animation-play-state:paused;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image{
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span{
    border-radius: var(--wdtRadius_Full);
    border: 2px solid var(--wdtBorderColor);
    max-width: 235px;
    width: 100%;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
    gap: 40px;
    width: 100%;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom: 0 ;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below span{
    margin: 15px 0;
    width: 35px;
    display: flex;
    align-items: center;
    transform: rotate(105deg);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) {
    margin-bottom: 5px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below{
    display: flex;
    align-items: baseline;
    justify-content: inherit;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below span:before{
    background-color: currentColor;
    height: 2px;
    width: 20px;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a {
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_H5);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle{
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Base);
    font-family: var(--wdtFontTypo_Alt);}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-separator.separator-2{
    display: none;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-additional-title{
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_H5);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-rating-description-group{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px 40px;
    justify-content: inherit;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description{
    font-family: var(--wdtFontTypo_Alt);
    font-size: var(--wdtFontSize_H6);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description strong{
    color: var(--wdtSecondaryColor);
    font-weight: var(--wdtFontWeight_Base);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description > p {
    margin-bottom: 0;
}
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5, 
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 a,
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle,
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description{
    color: var(--wdt-elementor-color-white);
}
.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); }
@media screen and (max-width: 1024px) {
    .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item{
        flex-direction: column;
        gap: 40px;
    }
    .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-rating{
        justify-content: center;
    }
    .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
        width: 100%;
    }       
}
@media screen and (max-width:1024px) {
    .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below{
        justify-content: center; flex-wrap: wrap;
    }
    .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span{
        max-width: 160px;
    }
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-default-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(var(--wdtBorderColorRgb),0.25);
}


/* Classic */
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group{
    margin-bottom: 0;
    display: inline-flex;
} 
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group img{
    max-width: 230px;
    width: 100%;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-rating-title-group{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item > div[class*="group"] .wdt-rating-container + .wdt-content-title{
    margin: 0;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title{
    margin-bottom: 2px;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-subtitle{
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Ext);
    font-size: var(--wdtFontSize_Base);
}
/* Responsive */



@media (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }
}

/* Keyframes */

@keyframes clockWise {
    0% {rotate: 0deg;}
    100% {rotate: 360deg;}
}
@keyframes antiClockWise {
    0% {rotate: 360deg;}
    100% {rotate: 0deg;}
}
