.wonderful-testimonial-section .dot-bg {
    position: absolute;
    z-index: -1;
}

.wonderful-testimonial-section .dot-bg.img-right {
    right: 0;
}

.wonderful-testimonial-section .dot-bg.img-left {
    left: 0;
    bottom: -82px;
}

.wonderful-testimonial-section .testimonial-wrapper .testimonial-content {
    background-color: var(--lightbg);
    padding: 18px 12px 8px;
    min-height: 194px;
}

.wonderful-testimonial-section .testimonial-wrapper .testimonial-content h6 {
    color: var(--darkclr);
}

.wonderful-testimonial-section .testimonial-wrapper .testimonial-content .hover-text {
    color: var(--darkclr);
    text-decoration: none;
}

.wonderful-testimonial-section .testimonial-wrapper .testimonial-content .hover-text:hover {
    text-decoration: underline;
}

.wonderful-testimonial-section .testimonial-wrapper .img-custom {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.wonderful-testimonial-section .testimonial-wrapper .qouts-img {
    width: 15px;
}

.wonderful-testimonial-section .testimonial-wrapper .icon-play-img {
    width: 40px;
}

.wonderful-testimonial-section .owl-theme .owl-dots .owl-dot span {
    background-color: #ffc0c0;
}

.wonderful-testimonial-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--themeprimaryclr);
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup-content {
    width: 80%;
    max-width: 800px;
    height: 400px;
    background: var(--plainclr);
    padding: 15px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    background: var(--themeprimaryclr);
    color: var(--plainclr);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    align-content: center;
    z-index: 1;
}

iframe {
    width: 100%;
    height: 100%;
}