.testimonials{width:100%;padding:4rem 1rem}@media screen and (min-width:768px){.testimonials{padding:6rem 2rem}}@media screen and (min-width:1024px){.testimonials{padding:6rem 4rem}}.testimonials__container{max-width:800px;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(240,121,0,.1);border:1px solid rgba(240,121,0,.3);border-radius:50px;color:var(--secondary-color);font-size:.875rem;font-weight:600;font-family:var(--font-base);margin-bottom:1.5rem}.testimonials__title{font-size:2.25rem;font-weight:700;color:var(--white-color);font-family:var(--font-base);margin-bottom:1rem;letter-spacing:-.02em}@media screen and (min-width:768px){.testimonials__title{font-size:3rem}}.testimonials__subtitle{font-size:1rem;color:var(--lightGray-color);font-family:var(--font-base);line-height:1.7}@media screen and (min-width:768px){.testimonials__subtitle{font-size:1.125rem}}.testimonials__carousel{position:relative}.testimonials__card{background:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2.5rem 2rem;text-align:center;position:relative}@media screen and (min-width:768px){.testimonials__card{padding:3rem 3.5rem}}.testimonials__quote-icon{color:var(--secondary-color);opacity:.3;margin-bottom:1.5rem}.testimonials__message{font-size:1.1rem;color:hsla(0,0%,100%,.9);font-family:var(--font-base);line-height:1.8;font-style:italic;margin-bottom:1.5rem}@media screen and (min-width:768px){.testimonials__message{font-size:1.25rem;line-height:1.85}}.testimonials__stars{display:flex;justify-content:center;gap:4px;margin-bottom:1.5rem}.testimonials__star{color:hsla(0,0%,100%,.2)}.testimonials__star--filled{color:var(--secondary-color)}.testimonials__author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonials__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(240,121,0,.3)}.testimonials__avatar img{width:100%;height:100%;object-fit:cover}.testimonials__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(240,121,0,.15);color:var(--secondary-color);font-family:var(--font-base);font-weight:700;font-size:1.25rem}.testimonials__author-info{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.testimonials__author-name{font-size:1rem;font-weight:600;color:var(--white-color);font-family:var(--font-base)}.testimonials__author-vehicle{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:hsla(0,0%,100%,.6);font-family:var(--font-base)}.testimonials__author-service{font-size:.7rem;color:var(--secondary-color);font-family:var(--font-base);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.testimonials__nav{gap:1.5rem;margin-top:2rem}.testimonials__nav,.testimonials__nav-btn{display:flex;align-items:center;justify-content:center}.testimonials__nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.03);color:var(--white-color);cursor:pointer;transition:all .3s ease}.testimonials__nav-btn:hover{border-color:var(--secondary-color);background:rgba(240,121,0,.1);color:var(--secondary-color)}.testimonials__dots{display:flex;gap:8px}.testimonials__dot{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.2);cursor:pointer;transition:all .3s ease;padding:0}.testimonials__dot--active{background:var(--secondary-color);width:24px;border-radius:4px}.testimonials__dot:hover{background:rgba(240,121,0,.5)}