/* ========== Stil 1 — Style 2 quote in cards ========== */
section.testimonials-section.testimonials-style-1 .testimonial-card {
    position: relative;
    background-color: var(--wt-shop-primary, #091057);
    background-image: none;
    overflow: hidden;
    z-index: 0;
    height: 380px;
    color: var(--wt-shop-white, #fff);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
}

section.testimonials-section.testimonials-style-1 .testimonial-card .content-area {
    width: 100%;
    pointer-events: none;
}

section.testimonials-section.testimonials-style-1 .testimonial-card.testimonial-style-two .testimonial-style-info {
    display: flex;
    gap: 10px;
    text-align: left;
}

section.testimonials-section.testimonials-style-1 .testimonial-card .quote-icon {
    line-height: 0;
    margin-top: -8px;
    color: var(--testimonials-quote-color, var(--ycona-blue300, #83aad1));
    font-size: 56px;
    flex-shrink: 0;
}

section.testimonials-section.testimonials-style-1 .testimonial-card .quote-area,
section.testimonials-section.testimonials-style-1 .testimonial-card .quote-area p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--testimonials-text-color, var(--wt-shop-white, #fff));
}

section.testimonials-section.testimonials-style-1 .testimonial-card .author-area {
    margin-top: 0.75rem;
    font-size: 14px;
    color: var(--testimonials-quote-color, var(--ycona-blue300, #83aad1));
    font-style: italic;
}

section.testimonials-section.testimonials-style-1 .testimonial-card .author-area p {
    margin-bottom: 0;
}

section.testimonials-section.testimonials-style-1 .testimonial-card .stars-area {
    margin-top: 0.5rem;
}

section.testimonials-section.testimonials-style-1 .testimonial-card .star,
section.testimonials-section.testimonials-style-1 .testimonial-card .star.filled {
    color: var(--ycona-yellow1, #fec72d);
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 767px) {
    section.testimonials-section.testimonials-style-1 .testimonial-card {
        height: 340px;
        padding: 24px;
    }

    section.testimonials-section.testimonials-style-1 .testimonial-card .quote-icon {
        font-size: 44px;
    }

    section.testimonials-section.testimonials-style-1 .testimonial-card .star,
    section.testimonials-section.testimonials-style-1 .testimonial-card .star.filled {
        font-size: 22px;
    }
}

/* ========== Stil 2 + 3 — SuperSiteSkills quote ========== */
section.testimonials-section.testimonials-style-2,
section.testimonials-section.testimonials-style-3 {
    position: relative;
    margin: auto;
    background-color: var(--testimonials-section-bg-color, var(--wt-shop-primary, #091057));
    background-image: var(--testimonials-section-bg-image, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--wt-shop-white, #fff);
}

section.testimonials-section.testimonials-style-2 .testimonials-content-wrapper,
section.testimonials-section.testimonials-style-3 .testimonials-content-wrapper {
    position: relative;
    padding: 0 30px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style,
section.testimonials-section.testimonials-style-3 .owl-carousel-style {
    width: 100%;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial {
    text-align: center;
    margin-top: 0;
    padding: 0 80px;
    background: transparent;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

section.testimonials-section.testimonials-style-2 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area,
section.testimonials-section.testimonials-style-3 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

section.testimonials-section.testimonials-style-2 .container.boxed .owl-carousel-style .testimonial .content-area,
section.testimonials-section.testimonials-style-3 .container.boxed .owl-carousel-style .testimonial .content-area {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

/* Stil 2 only — SSS left flex */
section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial.testimonial-style-two {
    text-align: left;
    margin-top: 0;
    padding: 0 80px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial.testimonial-style-two .content-area .quote-icon {
    line-height: 0;
    margin-top: -15px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial.testimonial-style-two .testimonial-style-info {
    display: flex;
    gap: 10px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .star,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .star {
    color: var(--ycona-yellow1, #fec72d);
    font-size: 50px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .star.filled,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .star.filled {
    color: var(--ycona-yellow1, #fec72d);
    font-size: 50px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .content-area .quote-icon,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .content-area .quote-icon {
    color: var(--testimonials-quote-color, var(--ycona-blue300, #83aad1));
    font-size: 100px;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .content-area .quote-area,
section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .content-area .quote-area p,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .content-area .quote-area,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .content-area .quote-area p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--testimonials-text-color, var(--wt-shop-white, #fff));
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .author-area,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .author-area {
    margin-top: 1rem;
    font-size: 16px;
    color: var(--testimonials-quote-color, var(--ycona-blue300, #83aad1));
    font-style: italic;
}

section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .author-area p,
section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .author-area p {
    margin-bottom: 0;
}

section.testimonials-section.testimonials-style-2 .testimonials-content-wrapper .arrow,
section.testimonials-section.testimonials-style-3 .testimonials-content-wrapper .arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    line-height: 1;
}

section.testimonials-section.testimonials-style-2 .testimonials-content-wrapper .arrow-left,
section.testimonials-section.testimonials-style-3 .testimonials-content-wrapper .arrow-left {
    left: 5px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: var(--testimonials-quote-color, var(--ycona-blue300, #83aad1));
    z-index: 999;
}

section.testimonials-section.testimonials-style-2 .testimonials-content-wrapper .arrow-right,
section.testimonials-section.testimonials-style-3 .testimonials-content-wrapper .arrow-right {
    right: 5px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: var(--testimonials-quote-color, var(--ycona-blue300, #83aad1));
    z-index: 999;
}

@media (max-width: 991px) {
    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial.testimonial-style-two .testimonial-style-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial.testimonial-style-two .content-area .quote-icon {
        line-height: 0;
        margin-top: 0;
        margin-left: -10px;
    }

    section.testimonials-section.testimonials-style-2 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-2 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area {
        height: 500px;
    }
}

@media (max-width: 767px) {
    section.testimonials-section.testimonials-style-2 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-2 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area {
        height: 400px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial {
        padding: 0 50px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .star,
    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .star.filled,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .star,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .star.filled {
        font-size: 40px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .content-area .quote-icon,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .content-area .quote-icon {
        font-size: 50px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .content-area .quote-area,
    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .content-area .quote-area p,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .content-area .quote-area,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .content-area .quote-area p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    section.testimonials-section.testimonials-style-2 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-2 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area {
        height: 380px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial,
    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial.testimonial-style-two,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial {
        padding: 0 30px;
    }

    section.testimonials-section.testimonials-style-2 .owl-carousel-style .testimonial .author-area,
    section.testimonials-section.testimonials-style-3 .owl-carousel-style .testimonial .author-area {
        font-weight: 700;
    }
}

@media (max-width: 400px) {
    section.testimonials-section.testimonials-style-2 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-2 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container.boxed .owl-carousel-style .testimonial .content-area,
    section.testimonials-section.testimonials-style-3 .container-fluid.fluid-boxed .owl-carousel-style .testimonial .content-area {
        height: 430px;
    }

    section.testimonials-section.testimonials-style-2,
    section.testimonials-section.testimonials-style-3 {
        padding: 30px 0;
    }
}
