.testimonials{padding:4rem 1rem;background:#fff}.testimonials__heading{text-align:center;color:#242424;margin-bottom:2.5rem}.testimonials__container{display:flex;align-items:center;justify-content:center;gap:16px;max-width:720px;margin:0 auto}.testimonials__card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 12px #00000014;padding:40px;width:100%;max-width:560px;text-align:center;position:relative}.testimonials__quote-mark{font-size:3rem;line-height:1;color:#7c3aed;font-family:Georgia,serif;margin-bottom:.5rem}.testimonials__quote{font-size:1.1rem;line-height:1.7;color:#242424;font-style:italic;margin:0 0 1.25rem}.testimonials__read-more{display:block;margin:-.5rem auto 1rem;background:none;border:none;color:#7c3aed;font-size:.85rem;font-weight:600;cursor:pointer;padding:0}.testimonials__read-more:hover{text-decoration:underline}.testimonials__rating{color:#7c3aed;font-size:1.1rem;letter-spacing:2px;margin-bottom:.75rem}.testimonials__rating-empty{color:#e0e0e0}.testimonials__author{font-weight:600;color:#242424;margin:0}.testimonials__location{font-weight:400;color:#888}.testimonials__arrow{flex:0 0 auto;background:#0000;border:1px solid #e0e0e0;border-radius:50%;width:40px;height:40px;font-size:1.5rem;line-height:1;color:#242424;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.testimonials__arrow:hover{background:#f5f5f5;border-color:#7c3aed;color:#7c3aed}.testimonials__dots{display:flex;justify-content:center;gap:8px;margin-top:1.5rem}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;border:none;cursor:pointer;padding:0;transition:background .15s}.testimonials__dot--active{background:#7c3aed}@media (max-width:600px){.testimonials__container{gap:8px}.testimonials__card{padding:28px 20px}.testimonials__arrow{width:32px;height:32px;font-size:1.25rem}}