.customTestimonialSlider {
    padding: 130px 20px;
    background-color: #fcfcfc;
}
.customTestimonialSlider .slick-testimonial-slider {
    max-width: 1140px;
    margin: 0 auto;
}
.mutebutton {
  cursor: pointer;
}

.mainslideItem {
    display: flex !important;
    gap: 100px;
    align-items: center;
    padding: 0 15px 30px;
}

.thumbnail-item {
    width: 110px !important;
    height: 180px !important;
}

.thumbnail-testimonial-slider .slick-track {
    display: flex;
    justify-content: flex-end;
    margin-right: -5px;
    gap: 4px;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-slideItems .slick-dots {
    bottom: -20px;
}

.thumbnail-item.slick-active.slick-current video.th-testimonial-video {
    opacity: 1;
}

.thumbnail-item {
    position: relative;
}

.play-icon button {
    padding: 0;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.thumbnail-item.slick-active {
    position: relative;
    padding: 10px;
}

.play-icon button svg {
    width: 16px;
}

video.th-testimonial-video {
    border-radius: 10px;
    opacity: 0.5;
    height: 100%;
    background-color: var(--color-primary);
}

.testimonial-video-section, .testimonial-image-section {
    width: 35%;
    position: relative;
}

video.testimonial-video, .testimonial-image-section img {
    border-radius: 14px;
    box-shadow: 4px 5px 20px #0000002e;
}

.testimonial-content {
    width: 65%;
}

.reviewer-content {
    font-size: 34px;
    line-height: 37px;
    font-weight: 500;
    font-family: 'PP Neue Montreal', sans-serif;
    margin-bottom: 10px;
}

.reviewer-name {
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'PP Neue Montreal', sans-serif;
    padding: 5px 0;
}
.reviewer-designation {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'PP Neue Montreal', sans-serif;
}

.mutebutton {
    width: 48px;
    padding: 0 !important;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--color-yellow);
    color: var(--color-primary);
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.thumbnail-item.slick-active.slick-current:before {
    width: 135%;
    height: 118%;
    background-image: url(/wp-content/uploads/2025/03/circle-2-5935fb.svg);
    content: "";
    position: absolute;
    background-size: cover;
    left: -35px;
    background-repeat: no-repeat;
    top: -22px;
}

.testimonial-thumnail-image {
    height: 100%;
}

.testimonial-thumnail-image img {
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
@media(max-width:1280px){
	.mainslideItem {
    gap: 50px;
}
}
@media(max-width:1220px){
	.mainslideItem {
        flex-direction: column-reverse;
        gap: 25px;
    }
	.reviewer-content {
    font-size: 30px;
    line-height: 33px;
    text-align: center;
}
	.reviewer-name {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
	.reviewer-designation {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
	.thumbnail-testimonial-slider .slick-track {
    display: flex;
    justify-content: center;
    margin-right: auto;
    gap: 4px;
    transform: auto;
    margin-left: auto;
}
	.main-slideItems .slick-dots {
    display: none !important;
}
}
@media(max-width:767px){
	.testimonial-video-section, .testimonial-image-section {
    width: 300px;
    position: relative;
}
	.testimonial-content {
    width: 100%;
}
	    .reviewer-content {
        font-size: 26px;
        line-height: 30px;
    }
}