.testimonials-section{position:relative;overflow:hidden}.testimonials-container{max-width:1200px;margin:0 auto;position:relative}.testimonial-card{background:linear-gradient(135deg,var(--base-200)0%,var(--base-100)100%);border:1px solid var(--base-400);clip-path:polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 100%,40px 100%,0 calc(100% - 40px));padding:4rem 3rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.testimonial-card:hover{box-shadow:0 20px 60px #00000026}.testimonial-content{z-index:2;position:relative}.quote-icon{color:var(--base-400);opacity:.6;margin-bottom:2rem}.testimonial-text-wrapper{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);position:relative;overflow:hidden}.testimonial-text{color:var(--base-500);font-weight:300;line-height:1.8}.testimonial-author{border-top:1px solid var(--base-400);align-items:center;gap:1.5rem;padding-top:2rem;display:flex}.testimonial-controls{border-top:1px solid var(--base-400);justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;display:flex}.testimonial-dots{align-items:center;gap:.8rem;display:flex}.dot{background-color:var(--base-400);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s;position:relative}.dot:before{content:"";background-color:var(--base-500);border-radius:50%;width:0;height:0;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dot:hover:before{width:100%;height:100%}.dot.active{background-color:var(--base-500);transform:scale(1.3)}.dot.active:before{width:100%;height:100%}.testimonial-arrows{gap:1rem;display:flex}.arrow-btn{border:2px solid var(--base-500);width:50px;height:50px;color:var(--base-500);cursor:pointer;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));background-color:#0000;justify-content:center;align-items:center;transition:all .3s;display:flex}.arrow-btn:hover:not(:disabled){background-color:var(--base-500);color:var(--base-100);transform:translateY(-2px)}.arrow-btn:disabled{opacity:.3;cursor:not-allowed}.testimonial-bg-shapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape{opacity:.03;animation:20s ease-in-out infinite float;position:absolute}.shape-1{background:var(--base-500);clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);width:400px;height:400px;animation-delay:0s;top:-100px;right:-100px}.shape-2{background:var(--base-500);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:300px;height:300px;animation-delay:-10s;bottom:-80px;left:-80px}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(30px,-30px)rotate(120deg)}66%{transform:translate(-20px,20px)rotate(240deg)}}@media (max-width:768px){.testimonial-card{clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));padding:3rem 2rem}.testimonial-text{font-size:1.2rem!important}.testimonial-controls{flex-direction:column;gap:2rem}.arrow-btn{width:45px;height:45px}.shape-1,.shape-2{display:none}}@media (max-width:480px){.testimonial-card{padding:2rem 1.5rem}.quote-icon svg{width:40px;height:40px}.testimonial-text{margin-bottom:2rem!important;font-size:1.1rem!important}.testimonial-author h4{font-size:1.2rem!important}.testimonial-author p{font-size:.95rem!important}}
