/* Misc */
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item {
  justify-content: start;
  text-align: start;
}

.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-content-media-group,
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay,
.wdt-testimonial-holder.wdt-rc-template-cover .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container,
.wdt-testimonial-holder.wdt-rc-template-overlay .wdt-content-item .wdt-media-image-overlay>.wdt-media-image-overlay-container {
  justify-content: inherit;
  text-align: inherit;
}

/* Default Template */
.wdt-testimonial-holder.wdt-rc-template-default .swiper .swiper-slide {
  cursor: grab;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item {
  text-align: center;
  -webkit-border-radius: var(--wdtRadius_4X);
  border-radius: var(--wdtRadius_4X);
  border: 1px solid var(--wdtBorderColor);
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group {
  padding: clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);
  /* Min-20 & Max-35 */
  ;
  border-bottom: 1px solid var(--wdtBorderColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)
    /* Min-20 & Max-25 */
  ;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a img,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image>span>img {
  height: 100%;
  object-fit: cover;
  object-position: center 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 {
  display: flex;
  width: fit-content;
  width: 50px;
  height: 50px;
  -webkit-border-radius: var(--wdtRadius_Full);
  border-radius: var(--wdtRadius_Full);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group>div.wdt-content-image-wrapper:not(:last-child) {
  margin-bottom: 0;
  margin-right: 15px;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item>div:not(:last-child) {
  margin-bottom: 0;
}

.wdt-content-item .wdt-content-detail-group>div.wdt-content-title:not(:last-child),
.wdt-content-item .wdt-content-detail-group>div.wdt-content-subtitle:not(:last-child) {
  margin-bottom: 0;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item>div[class*="group"]>.wdt-content-title,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item>div[class*="group"]>.wdt-content-subtitle {
  width: fit-content;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item>div[class*="group"] .wdt-content-title+.wdt-content-subtitle {
  margin-top: 0;
  margin-left: 10px;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 {
  font-size: clamp(1.25rem, 1.1842rem + 0.2632vw, 1.5rem);
  /* Min-20 & Max-24 */
  color: var(--wdtSecondaryColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle {
  font-family: var(--wdtFontTypo_Alt);
  font-size: clamp(1.25rem, 1.1842rem + 0.2632vw, 1.5rem);
  /* Min-20 & Max-24 */
  color: var(--wdtPrimaryColor);
  letter-spacing: 0;
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description {
  color: var(--wdtHeadAltColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdticon-stars {
  font-size: clamp(1.125rem, 1.0921rem + 0.1316vw, 1.25rem);
  /* Min-18 & Max-20 */
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover {
  background-color: var(--wdtTertiaryColor);
}

/* description-link-style */
.wdt-testimonial-holder .wdt-content-item .wdt-content-description p>a {
  color: var(--wdtPrimaryColor);
}



/* Standard Template */
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
  margin-bottom: 0;
  margin-right: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

.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 {
  display: flex;
}

.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: auto;
  padding: 0;
  width: clamp(7.5rem, 6.5rem + 5vw, 12.5rem);
}

.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 h5 {
  color: var(--wdtSecondaryColor);
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle {
  color: rgba(var(--wdtSecondaryColorRgb), 0.6);
  font-size: var(--wdtFontSize_Base);
  letter-spacing: 0;
  font-weight: var(--wdtFontWeight_Ext);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group span::before {
  height: 2px;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description {
  color: var(--wdtHeadAltColor);
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide:not(.swiper-slide-active) .wdt-content-item .wdt-content-description span {
  color: currentColor !important;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-additional-info {
  color: var(--wdtSecondaryColor);
  font-size: var(--wdtFontSize_Base);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdticon-stars {
  font-size: var(--wdtFontSize_H6);
  /* Min-20 & Max-24 */
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
  margin-bottom: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group>div.wdt-content-title-group:not(:last-child) {
  margin-bottom: 10px;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 169'%3E%3Cpath d='M2.6,12.6c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5c0-0.8-0.7-1.5-1.5-1.5C3.3,11.1,2.6,11.7,2.6,12.6z'/%3E%3Cpath d='M5.7,22.9c0-0.9-0.7-1.7-1.6-1.7S2.4,22,2.4,22.9c0,0.9,0.7,1.7,1.6,1.7S5.7,23.9,5.7,22.9z'/%3E%3Cpath d='M5.8,33.3c0-1-0.8-1.8-1.7-1.8c-0.9,0-1.7,0.8-1.7,1.8c0,1,0.8,1.8,1.7,1.8C5,35.1,5.8,34.3,5.8,33.3z'/%3E%3Cpath d='M5.9,43.6c0-1.1-0.8-1.9-1.8-1.9c-1,0-1.8,0.9-1.8,1.9s0.8,1.9,1.8,1.9C5.1,45.5,5.9,44.7,5.9,43.6z'/%3E%3Cpath d='M6.2,53.9c0-1.3-1-2.3-2.2-2.3s-2.2,1-2.2,2.3c0,1.3,1,2.3,2.2,2.3S6.2,55.2,6.2,53.9z'/%3E%3Cpath d='M6.6,64.3c0-1.5-1.1-2.7-2.5-2.7s-2.5,1.2-2.5,2.7c0,1.5,1.1,2.7,2.5,2.7S6.6,65.8,6.6,64.3z'/%3E%3Cpath d='M7,74.6c0-1.7-1.3-3-2.9-3s-2.9,1.4-2.9,3c0,1.7,1.3,3,2.9,3S7,76.3,7,74.6z'/%3E%3Cpath d='M7.3,85c0-1.9-1.5-3.4-3.3-3.4S0.8,83.1,0.8,85s1.5,3.4,3.3,3.4S7.3,86.8,7.3,85z'/%3E%3Cpath d='M7,95.3c0-1.7-1.3-3-2.9-3s-2.9,1.4-2.9,3c0,1.7,1.3,3,2.9,3S7,97,7,95.3z'/%3E%3Cpath d='M6.6,105.6c0-1.5-1.1-2.7-2.5-2.7s-2.5,1.2-2.5,2.7c0,1.5,1.1,2.7,2.5,2.7S6.6,107.1,6.6,105.6z'/%3E%3Cpath d='M6.2,116c0-1.3-1-2.3-2.2-2.3s-2.2,1-2.2,2.3c0,1.3,1,2.3,2.2,2.3S6.2,117.2,6.2,116z'/%3E%3Cpath d='M5.9,126.3c0-1.1-0.8-1.9-1.8-1.9c-1,0-1.8,0.9-1.8,1.9s0.8,1.9,1.8,1.9C5.1,128.2,5.9,127.4,5.9,126.3z'/%3E%3Cpath d='M5.8,136.7c0-1-0.8-1.8-1.7-1.8c-0.9,0-1.7,0.8-1.7,1.8s0.8,1.8,1.7,1.8C5,138.5,5.8,137.7,5.8,136.7z'/%3E%3Cpath d='M5.7,147c0-0.9-0.7-1.7-1.6-1.7s-1.6,0.8-1.6,1.7c0,0.9,0.7,1.7,1.6,1.7S5.7,147.9,5.7,147z'/%3E%3Cpath d='M2.7,157.9c0.3,0.8,1.2,1.1,1.9,0.8s1.1-1.2,0.8-2c-0.3-0.8-1.2-1.2-1.9-0.8S2.4,157.1,2.7,157.9z'/%3E%3Cpath d='M3.3,2.9c0.3,0.4,1,0.5,1.4,0.1c0.4-0.4,0.5-1,0.1-1.4c-0.3-0.4-1-0.5-1.4-0.1C3,1.8,3,2.5,3.3,2.9z'/%3E%3Cpath d='M3.1,167.9c0.1,0.6,0.6,0.9,1.2,0.8c0.5-0.1,0.9-0.7,0.8-1.2c-0.1-0.6-0.6-0.9-1.2-0.8S3,167.3,3.1,167.9z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 169'%3E%3Cpath d='M2.6,12.6c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5c0-0.8-0.7-1.5-1.5-1.5C3.3,11.1,2.6,11.7,2.6,12.6z'/%3E%3Cpath d='M5.7,22.9c0-0.9-0.7-1.7-1.6-1.7S2.4,22,2.4,22.9c0,0.9,0.7,1.7,1.6,1.7S5.7,23.9,5.7,22.9z'/%3E%3Cpath d='M5.8,33.3c0-1-0.8-1.8-1.7-1.8c-0.9,0-1.7,0.8-1.7,1.8c0,1,0.8,1.8,1.7,1.8C5,35.1,5.8,34.3,5.8,33.3z'/%3E%3Cpath d='M5.9,43.6c0-1.1-0.8-1.9-1.8-1.9c-1,0-1.8,0.9-1.8,1.9s0.8,1.9,1.8,1.9C5.1,45.5,5.9,44.7,5.9,43.6z'/%3E%3Cpath d='M6.2,53.9c0-1.3-1-2.3-2.2-2.3s-2.2,1-2.2,2.3c0,1.3,1,2.3,2.2,2.3S6.2,55.2,6.2,53.9z'/%3E%3Cpath d='M6.6,64.3c0-1.5-1.1-2.7-2.5-2.7s-2.5,1.2-2.5,2.7c0,1.5,1.1,2.7,2.5,2.7S6.6,65.8,6.6,64.3z'/%3E%3Cpath d='M7,74.6c0-1.7-1.3-3-2.9-3s-2.9,1.4-2.9,3c0,1.7,1.3,3,2.9,3S7,76.3,7,74.6z'/%3E%3Cpath d='M7.3,85c0-1.9-1.5-3.4-3.3-3.4S0.8,83.1,0.8,85s1.5,3.4,3.3,3.4S7.3,86.8,7.3,85z'/%3E%3Cpath d='M7,95.3c0-1.7-1.3-3-2.9-3s-2.9,1.4-2.9,3c0,1.7,1.3,3,2.9,3S7,97,7,95.3z'/%3E%3Cpath d='M6.6,105.6c0-1.5-1.1-2.7-2.5-2.7s-2.5,1.2-2.5,2.7c0,1.5,1.1,2.7,2.5,2.7S6.6,107.1,6.6,105.6z'/%3E%3Cpath d='M6.2,116c0-1.3-1-2.3-2.2-2.3s-2.2,1-2.2,2.3c0,1.3,1,2.3,2.2,2.3S6.2,117.2,6.2,116z'/%3E%3Cpath d='M5.9,126.3c0-1.1-0.8-1.9-1.8-1.9c-1,0-1.8,0.9-1.8,1.9s0.8,1.9,1.8,1.9C5.1,128.2,5.9,127.4,5.9,126.3z'/%3E%3Cpath d='M5.8,136.7c0-1-0.8-1.8-1.7-1.8c-0.9,0-1.7,0.8-1.7,1.8s0.8,1.8,1.7,1.8C5,138.5,5.8,137.7,5.8,136.7z'/%3E%3Cpath d='M5.7,147c0-0.9-0.7-1.7-1.6-1.7s-1.6,0.8-1.6,1.7c0,0.9,0.7,1.7,1.6,1.7S5.7,147.9,5.7,147z'/%3E%3Cpath d='M2.7,157.9c0.3,0.8,1.2,1.1,1.9,0.8s1.1-1.2,0.8-2c-0.3-0.8-1.2-1.2-1.9-0.8S2.4,157.1,2.7,157.9z'/%3E%3Cpath d='M3.3,2.9c0.3,0.4,1,0.5,1.4,0.1c0.4-0.4,0.5-1,0.1-1.4c-0.3-0.4-1-0.5-1.4-0.1C3,1.8,3,2.5,3.3,2.9z'/%3E%3Cpath d='M3.1,167.9c0.1,0.6,0.6,0.9,1.2,0.8c0.5-0.1,0.9-0.7,0.8-1.2c-0.1-0.6-0.6-0.9-1.2-0.8S3,167.3,3.1,167.9z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--wdtPrimaryColor);
  opacity: 0.3;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper .swiper-slide {
  cursor: grab;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-title h5 {
  color: var(--wdtLinkHoverColor);
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdticon-stars {
  color: var(--wdtLinkHoverColor);
}

.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);
}

.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .swiper {
  overflow: visible;
}

.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .swiper .swiper-slide {
  transition: var(--wdt-Ad-Transition);
  cursor: grab;
}

.wdt-testimonial-holder.wdt-rc-template-standard.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-standard.wdt-carousel-holder .swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
  visibility: visible;
}


/* video popup Template */
.wdt-testimonial-holder.wdt-rc-template-video-format .swiper-wrapper .swiper-slide {
  cursor: grab;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item {
  display: grid;
  align-items: end;
  -webkit-border-radius: var(--wdtRadius_3X);
  border-radius: var(--wdtRadius_3X);
  overflow: hidden;
  height: 100%;
  border-top-right-radius: var(--wdtRadius_Zero);
  position: relative;
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
}

.wdt-content-item .wdt-content-image-wrapper,
.wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-content-image>span,
.wdt-content-item .wdt-content-image>a {
  width: 100%;
  height: 100%;
  display: flex;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(var(--wdtSecondaryColorRgb), 0.1) 0%, rgba(var(--wdtSecondaryColorRgb), 1) 100%);
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  z-index: 0;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item>div {
  grid-area: 1/-1;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item>div:not(:last-child) {
  margin-bottom: 0;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-media-group {
  display: flex;
  width: 100%;
  height: 100%;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group {
  position: unset;
  height: fit-content;
  padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  /* Min-20 & Max-30 */
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 0px 10px 10px;
  background-color: var(--wdtBodyBGColor);
  border-bottom-left-radius: var(--wdtRadius_Full);
  margin-bottom: 0;
  z-index: 1;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup:before,
.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  transform: rotate(-90deg);
  background-color: var(--wdtBodyBGColor);
  clip-path: path("M60,30v30H30c8.3,0,15.8-3.4,21.2-8.8C56.6,45.8,60,38.3,60,30z");
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  backface-visibility: hidden;
  isolation: isolate;
  will-change: transform;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup:before {
  top: 0;
  left: -59px;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup:after {
  bottom: -59px;
  right: 0;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.125rem, 3.0138rem + 0.6135vw, 3.75rem);
  height: clamp(3.125rem, 3.0138rem + 0.6135vw, 3.75rem);
  background: var(--wdtSecondaryColor);
  color: var(--wdtAccentTxtColor);
  font-size: clamp(1.25rem, 1.1842rem + 0.2632vw, 1.5rem);
  /* Min-20 & Max-24 */
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
  -webkit-border-radius: var(--wdtRadius_Full);
  border-radius: var(--wdtRadius_Full);
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item:hover .wdt-content-detail-group .wdt-content-video-popup a {
  background-color: var(--wdtPrimaryColor);
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group .wdt-content-video-popup a .wdt-play-icon-svg {
  display: flex;
  align-items: center;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-image>span>img,
.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-image>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: var(--wdtAltTransition);
  transition: var(--wdtAltTransition);
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item:hover .wdt-content-image>span>img,
.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item:hover .wdt-content-image>a>img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-title {
  position: relative;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item>div[class*="group"] .wdt-rating-container+.wdt-content-title {
  margin-top: 0;
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-title h5 {
  color: var(--wdtAccentTxtColor);
  font-size: clamp(1.5rem, 1.4013rem + 0.3947vw, 1.875rem);
  /* Min-24 & Max-30 */
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-description {
  color: var(--wdtAccentTxtColor);
}

.wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
  margin-bottom: 15px;
}

.wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: var(--container-max-width);
  margin: auto;
  text-align: right;
}

.wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
  margin-top: 0px;
}

.wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:not(.swiper-button-lock) {
  width: clamp(3.125rem, 3.0138rem + 0.6135vw, 3.75rem);
  height: clamp(3.125rem, 3.0138rem + 0.6135vw, 3.75rem);
  font-size: clamp(1.25rem, 1.1842rem + 0.2632vw, 1.5rem);
  margin-top: 0;
  -webkit-border-radius: var(--wdtRadius_Full);
  border-radius: var(--wdtRadius_Full);
}

.wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:before {
  background-color: var(--wdtPrimaryColor);
}

.wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover:before {
  background-color: var(--wdtSecondaryColor);
}

/* Responsive */
@media (max-width: 1540px) {
  .wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    top: -120px;
  }
}

@media (max-width: 1280px) {
  .wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    top: -110px;
  }
}

@media (max-width: 1024px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
    flex-direction: column;
  }

  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
    margin-bottom: 20px;
    margin-right: 0
  }

  .wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    top: -100px;
  }
}

@media (max-width: 767px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
    padding: 0;
  }

  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:after {
    display: none;
  }

  .wdt-testimonial-holder.wdt-rc-template-video-format .wdt-content-item .wdt-content-description {
    display: none;
  }

  .wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: relative;
    top: 0;
    text-align: center;
  }

  .wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:not(.swiper-button-lock),
  .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-swiper-pagination {
    margin-top: 20px;
  }

  .wdt-testimonial-holder.wdt-rc-template-video-format.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    justify-content: center;

  }
}

@media (max-width: 480px) {
  .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group {
    flex: 1 1 100%;
  }
}