
.testimonials-slider {
    background: #FFFFFF;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}


.testimonial-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

/* .testimonial-decoration-left {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
} */

.testimonial-decoration-right {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* Quote Marks - Large Images */
.quote-mark {
    width: 150px;
    height: auto;
    display: block;
}

.quote-left {
    position: relative;
}
.quote-mark.quote-right{
    width: auto;
}
.quote-right {
    position: relative;
}

.testimonials-content {
    position: relative;
    z-index: 3;
    text-align: left;
    max-width: 900px;
    margin: 0 30rem 0 13rem;
}

/* Title */
.testimonials-title {
    font-size: 48px !important;
    line-height: 1.2;
    font-weight: 500;
    color: #0E0D6A;
    margin: 0 0 20px 0;
}


.testimonials-slider-wrapper {
    padding: 0rem 0 2rem;
}

.testimonials-slides {
    position: relative;
    min-height: 180px;
}

.testimonial-slide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.testimonial-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

/* Quote */
.testimonial-quote {
    font-size: 20px;
    line-height: 1.6;
    color: #000022;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-style: normal;
}

/* Attribution */
.testimonial-attribution {
    margin-bottom: 40px;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 600;
    color: #000022;
    display: block;
}


.testimonials-dots {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin: 1rem 0 0;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D1D5DB;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonial-dot:hover {
    background: #9CA3AF;
    transform: scale(1.2);
}

.testimonial-dot.active {
    background: #FF7821;
    /* width: 35px; */
    border-radius: 5px;
}


.testimonials-cta {
    margin-top: 0;
}

.testimonials-cta .button {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    transition: all 0.3s ease;
}

.testimonials-cta .purple-button {
    background: #3051E6;
    color: #FFFFFF !important;
    border: 2px solid #3051E6;
}
.testimonials-cta .button:hover {
    background: #0E0D6A;
    border-color: #0E0D6A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(48, 81, 230, 0.3);
}

@media screen and (max-width: 1200px) {
    .testimonial-decoration-left {
        left: 2%;
    }
    
    .testimonial-decoration-right {
        right: 2%;
    }
    
    .quote-mark {
        width: 120px;
    }
    
    .circle-large {
        width: 200px;
        height: 200px;
    }
    
    .circle-small {
        width: 80px;
        height: 80px;
    }
    
    .shape-gray {
        width: 240px;
        height: 240px;
    }
    
    .shape-orange {
        width: 320px;
        height: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .testimonials-title {
        font-size: 38px !important;
    }
    
    .testimonial-quote {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .testimonials-slider {
        padding: 0;
        background: #FFFFFF;
    }
    
    .testimonials-container {
        padding: 30px;
    }
    .testimonial-decoration{
        position: relative;
    }
    .testimonials-content {
        max-width: 100%;
        margin: 0;
        padding: 30px;
        text-align: center;
    }
    
    .testimonials-content .testimonials-title {
        font-size: 31px !important;
        margin-bottom: 30px;
    }
    
    .testimonials-slides {
        min-height: 210px;
    }
    
    .testimonial-quote {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .testimonial-author {
        font-size: 18px;
    }
    
    .testimonials-cta .button {
        width: 100%;
    }
    .quote-left {
        position: relative;
        max-width: 550px;
        margin: 0 auto;
    }
    .testimonials-dots {
        justify-content: center;
        margin: 0;
    }
}

/* @media screen and (max-width: 480px) {
    .testimonials-title {
        font-size: 26px !important;
    }
    
    .testimonial-quote {
        font-size: 15px;
    }
    
    .testimonial-author {
        font-size: 13px;
    }
    
    .testimonials-cta .button {
        padding: 14px 30px;
        font-size: 15px;
    }
} */