.ss-testimonial-wrap {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 80px auto;
    height: 400px;
    overflow: hidden;
}

.ss-testimonial-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 320px;
    padding: 45px;
    text-align: center;
    background: #e7fff9;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    opacity: 0.4;
    transition: all 0.5s ease;
    z-index: 1;
}

.ss-testimonial-slide.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.ss-testimonial-slide.prev {
    transform: translate(-150%, -50%) scale(0.8);
    opacity: 0.4;
    z-index: 2;
}

.ss-testimonial-slide.next {
    transform: translate(50%, -50%) scale(0.8);
    opacity: 0.4;
    z-index: 2;
}

.ss-stars { font-size: 28px; color: #ffcb00; margin-bottom: 15px; }
.ss-quote-icon { font-size: 42px; color: #7bd4b8; margin-bottom: 18px; }
.ss-author { margin-top: 25px; font-size: 22px; font-weight: bold; color: #006a56; }

.ss-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: #006a56;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.ss-arrow.prev-arrow { left: 10px; }
.ss-arrow.next-arrow { right: 10px; }

@media(max-width:768px){
    .ss-testimonial-wrap { height: auto; padding: 60px 0; }
    .ss-testimonial-slide { width: 80%; transform: translate(-50%, -50%) scale(1); opacity: 1 !important; }
    .ss-testimonial-slide.prev, .ss-testimonial-slide.next { transform: translate(-50%, -50%) scale(0.95); opacity: 0.6; }
}



/* MOBILE: slick active */
@media(max-width:768px){
    .ss-testimonial-wrap {
        height: auto !important;
    }

    .ss-testimonial-slide {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        margin: 0 auto;
    }

    .slick-slide {
        padding: 20px;
    }

    .slick-dots li button:before {
        font-size: 12px;
        color: #006a56;
    }

    .slick-prev:before, .slick-next:before {
        color: #006a56;
    }
}
