/* ==================
Default Template
==================== */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item {
    height: 100%;
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem); /* Min-20 & Max-40 */
    border: 1px solid var(--wdtBorderColor);
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
    position: relative;
    margin-left: 0;
}

/* .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:before {
    content: "";
    position: absolute;
    left: calc(-1 * clamp(0.1875rem, 0.15rem + 0.1875vw, 0.375rem)); 
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: clamp(0.375rem, 0.3rem + 0.375vw, 0.75rem); 
    height: 60%;
    background-color: var(--wdtBorderColor);
    border-radius: calc(var(--wdtRadius_1X) - 3px);
    -webkit-border-radius: calc(var(--wdtRadius_1X) - 3px);
    transition: inherit; 
    -webkit-transition: inherit;
} */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover:before {
    background-color: var(--wdtHeadAltColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child) {
    margin-bottom: 20px;
}

.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;
}


/* icon */
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    padding: 0;
    font-size: clamp(1.875rem, 0.6171rem + 6.2893vw, 2.5rem); /* Min-30 & Max-40 */
    height: fit-content;
    color: var(--wdtBorderColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
    color: var(--wdtHeadAltColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span > svg {
    height: auto;
}


/* 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: clamp(3.75rem, 3.5rem + 1.25vw, 5rem); /* Min-60 & Max-80 */
    height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem); /* Min-60 & Max-80 */
    margin-right: clamp(0.875rem, 0.675rem + 1vw, 1.875rem); /* Min-14 & Max-30 */
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

/* title */
.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-title-group.below > :not(.wdt-content-separator):not(:last-child) {
    margin-bottom: 4px;
}



/* responsive */ 

@media (min-width: 480px) {
    /* media group */
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group {
        display: inline-flex;
    }

    /* icon */
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        font-size: clamp(3.75rem, 3.5rem + 1.25vw, 5rem); /* Min-60 & Max-80 */
        margin-right: clamp(0.875rem, 0.675rem + 1vw, 1.875rem); /* Min-14 & Max-30 */
        top: 6px;
    }

    /* content group */
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group {
        width: 100%;
        display: inline-flex;
        align-items: center;
    }

    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > .wdt-content-title-group {
        width: auto;
        flex: 1;
    }

    /* ratings */ 
    .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > .wdt-rating-container {
        align-self: end;
        margin-bottom: 3px;
    }
}


/* ==================
Default Template
==================== */



/* Standard Template */
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
    text-align: center;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb), 0.15) inset;
    box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb), 0.15) inset;
}

.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: 50%;
    border-radius: 50%;
    -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);
}



/* -------------------
Content Below Template
--------------------- */

/* item */
.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item>div:not(:last-child),
.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group>div:not(:last-child),
.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-title-group.below> :not(.wdt-content-separator):not(:last-child) {
    margin-bottom: 0;
}

/* image */
.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-image> :is(span, a) {
    width: 100px;
    height: 100px;
    margin-right: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    /* Min-16 & Max-20 */

    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-image> :is(span, a) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group > .wdt-content-image-wrapper {
    display: none;
}

/* title */
.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-title-group.below span {
    display: none;
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
    /* Min-18 & Max-20 */
    margin-bottom: 4px;
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Ext); /* Min-12 & Max-14 */
    margin-bottom: 2px;
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-description {
    margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    /* Min-20 & Max-30 */
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group > .wdt-content-title-group {
    display: flex;
    gap: 5px;
    align-items: end;
    justify-content: inherit;
}

.wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group {
    justify-content: inherit;
}


/* media group */


@media only screen and (min-width: 480px) {
    .wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group {
        display: grid;
        grid-template-columns: auto;
        align-items: flex-start;
    }

    .wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group>.wdt-rating-container {
        align-self: start;
    }
}

@media only screen and (max-width: 767px) {
    .wdt-carousel-holder:has(.wdt-testimonial-holder) .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
        position: relative !important;
    }
}

@media only screen and (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-title h5 {
        margin-top: 6px;
    }

    .wdt-testimonial-holder.wdt-rc-template-content-below-item .wdt-content-item .wdt-content-detail-group > .wdt-content-title-group {
        justify-content: center;
    }
}

/* -------------------
Content Below Template
--------------------- */

.wdt-testimonial-holder.wdt-rc-template-review-template .wdt-content-item{
    display:flex;
    column-gap:10px;
    align-items: center;
}
.wdt-testimonial-holder.wdt-rc-template-review-template .wdt-content-item .wdt-content-media-group{
    margin-bottom:0;
    display:flex;
}
.wdt-testimonial-holder.wdt-rc-template-review-template .wdt-content-item .wdt-content-title h5{
    font-size:var(--wdtFontSize_Base);
    color:var(--wdtAccentTxtColor);
}
.wdt-testimonial-holder.wdt-rc-template-review-template .wdt-content-item .wdt-content-title{
    margin-bottom:6px;
}

.wdt-testimonial-holder.wdt-rc-template-review-template  .wdt-content-item .wdt-rating-container {
    line-height: 1;
}


/* Testimonial - 1 */

.wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-media-group {
    display: flex;
    align-items: center;
    gap: 35px;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-icon-wrapper {
    align-self: start;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-media-group > div:not(:last-child) {
    margin-bottom: 0;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: calc(var(--wdtFontSize_Alt) - 6px);
    position: relative;
    margin: 0;
    color: var(--wdtHeadAltColor);
    background-color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    width: 2em;
    height: 2em;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span::before {
    content: '';
    display: inherit;
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    z-index: -1;
    border: 2px solid var(--wdtPrimaryColor);
}

@media only screen and (max-width: 767px) {
    .wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
        font-size: calc(var(--wdtFontSize_Alt) - 15px);
    }
}

@media only screen and (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-blog-template-1 .wdt-content-item .wdt-content-media-group {
        flex-direction: column;
        gap: 20px;
    }
}



/* Testimonial - 2 */

.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item > div:not(:last-child),
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) {
    margin-bottom: 0;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 15px;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item {
    display: grid;
    grid-template-columns: 180px auto;
    align-items: center;
    gap: 30px;
    padding: 20px;
    padding-right: 40px;
    background-color: var(--wdtTertiaryColor);
    color: var(--wdtBodyTxtColor);
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-media-group {
    display: flex;
    position: relative;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-image > span > img,
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1;
    -webkit-aspect-ratio: 1;
    -moz-aspect-ratio: 1;
    border-radius: var(--wdtRadius_3X);
    -webkit-border-radius: var(--wdtRadius_3X);
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-description {
    text-transform: capitalize;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title h5,
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_H6);
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_H6);
    text-transform: capitalize;
    letter-spacing: 0;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title h5,
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title h5 a,
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-subtitle {
    color: var(--wdtLinkColor);
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title h5 a:hover,
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title h5 a:focus {
    color: rgba(var(--wdtLinkColorRgb), 0.6);
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title-group.below span {
    width: auto;
    margin: 2px 10px 0px;
}
.wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item .wdt-content-title-group.below span:before {
    content: '';
    display: inline-block;
    background-color: currentColor;
    height: 2px;
    width: 8px;
    opacity: 1;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .wdt-testimonial-holder.wdt-rc-template-blog-template-2 .wdt-content-item {
        grid-template-columns: auto;
        padding-right: 20px;
    }
}
