.testimonial-carousel{background:#fff;border-left:6px solid #d4756b;border-radius:1.2rem;justify-content:center;align-items:center;max-width:900px;min-height:280px;margin:4rem auto;padding:3rem 5rem;display:flex;position:relative;box-shadow:0 8px 22px rgba(0,0,0,.08)}@media (max-width:768px){.testimonial-carousel{max-width:90%;min-height:320px;padding:2.5rem 3rem}}@media (max-width:480px){.testimonial-carousel{max-width:95%;min-height:350px;padding:2rem 1.5rem}}.testimonial-carousel .carousel-arrow{color:#fff;cursor:pointer;z-index:2;background:#d4756b;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px rgba(212,117,107,.3)}.testimonial-carousel .carousel-arrow:hover{background:#c95043;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 18px rgba(212,117,107,.4)}.testimonial-carousel .carousel-arrow:active{transform:translateY(-50%)scale(1.05)}.testimonial-carousel .carousel-arrow.prev{left:-22px}.testimonial-carousel .carousel-arrow.next{right:-22px}@media (max-width:768px){.testimonial-carousel .carousel-arrow{width:40px;height:40px;font-size:1.8rem}.testimonial-carousel .carousel-arrow.prev{left:-18px}.testimonial-carousel .carousel-arrow.next{right:-18px}}@media (max-width:480px){.testimonial-carousel .carousel-arrow{width:35px;height:35px;font-size:1.6rem}.testimonial-carousel .carousel-arrow.prev{left:-12px}.testimonial-carousel .carousel-arrow.next{right:-12px}}.testimonial-carousel .testimonial-content{text-align:center;padding:0 1rem;animation:.5s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.testimonial-carousel .testimonial-content .quote-icon{color:#d4756b;opacity:.2;margin-bottom:1rem;font-size:4rem;line-height:.5}@media (max-width:480px){.testimonial-carousel .testimonial-content .quote-icon{font-size:3rem}}.testimonial-carousel .testimonial-content .testimonial-text{color:#333;max-width:700px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem;font-style:italic;line-height:1.9}@media (max-width:768px){.testimonial-carousel .testimonial-content .testimonial-text{font-size:1.05rem;line-height:1.7}}@media (max-width:480px){.testimonial-carousel .testimonial-content .testimonial-text{font-size:1rem;line-height:1.6}}.testimonial-carousel .testimonial-content .testimonial-author{flex-direction:column;align-items:center;gap:.3rem;display:flex}.testimonial-carousel .testimonial-content .testimonial-author .author-name{color:#d4756b;font-size:1.05rem;font-style:normal;font-weight:600}@media (max-width:480px){.testimonial-carousel .testimonial-content .testimonial-author .author-name{font-size:1rem}}.testimonial-carousel .testimonial-content .testimonial-author .author-details{color:#777;font-size:.95rem;font-style:normal}@media (max-width:480px){.testimonial-carousel .testimonial-content .testimonial-author .author-details{font-size:.9rem}}.testimonial-carousel .carousel-dots{z-index:2;gap:.8rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}@media (max-width:480px){.testimonial-carousel .carousel-dots{gap:.6rem;bottom:.7rem}}.testimonial-carousel .carousel-dots .dot{cursor:pointer;background:rgba(212,117,107,.3);border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.testimonial-carousel .carousel-dots .dot:hover{background:rgba(212,117,107,.6);transform:scale(1.2)}.testimonial-carousel .carousel-dots .dot.active{background:#d4756b;border-radius:6px;width:32px}@media (max-width:480px){.testimonial-carousel .carousel-dots .dot{width:10px;height:10px}.testimonial-carousel .carousel-dots .dot.active{width:28px}}
