.testimonials{background-color:#0a192f;color:#ccd6f6}.testimonials .testimonials-container{max-width:1200px;margin:0 auto;padding:60px 20px}.testimonials .section-header{text-align:center;margin-bottom:50px}.testimonials .section-header h2{font-size:2.5rem;color:#64ffda;margin-bottom:10px}.testimonials .section-header p{color:#8892b0;font-size:1.1rem}.testimonials .testimonials-slider{position:relative;min-height:300px}.testimonials .testimonial-card{position:absolute;opacity:0;transition:opacity .5s ease-in-out;width:100%;padding:30px;background:#112240;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.3);border:1px solid #1f2a48}.testimonials .testimonial-card.active{opacity:1}.testimonials .testimonial-content{text-align:center;padding:20px}.testimonials .testimonial-content p{font-size:1.1rem;line-height:1.6;color:#ccd6f6;margin-bottom:20px}.testimonials .testimonial-author h3{font-size:1.2rem;color:#64ffda;margin-bottom:5px}.testimonials .testimonial-author p{color:#8892b0;font-size:.95rem}.testimonials .testimonial-dots{display:flex;justify-content:center;align-items:center;margin-top:40px;height:20px}.testimonials .testimonial-dots .dot{width:10px;height:10px;border-radius:50%;background:rgba(35,53,84,.7);margin:0 8px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 0 0 0 rgba(100,255,218,0)}.testimonials .testimonial-dots .dot:hover{transform:scale(1.3);background:rgba(100,255,218,.6)}.testimonials .testimonial-dots .dot.active{background:#64ffda;transform:scale(1.4);box-shadow:0 0 0 4px rgba(100,255,218,.2)}@keyframes dotPulse{0%{box-shadow:0 0 0 0 rgba(100,255,218,.4)}70%{box-shadow:0 0 0 6px rgba(100,255,218,0)}to{box-shadow:0 0 0 0 rgba(100,255,218,0)}}.testimonials .testimonial-dots .dot.active{animation:dotPulse 2s infinite}@media (max-width:768px){.testimonials .testimonials-slider{min-height:400px}.testimonials .testimonial-content{margin-bottom:40px}.testimonials .testimonial-dots{margin-top:30px;padding-top:10px}.testimonials .testimonials-container{padding-bottom:20px}}@media (max-width:480px){.testimonials .testimonials-slider{min-height:450px;position:relative}.testimonials .testimonial-card{padding:20px 15px;position:absolute;left:0;right:0;margin:0 auto;width:calc(100% - 30px)}.testimonials .testimonial-content{padding:10px;margin-bottom:30px;width:100%;text-align:center}.testimonials .testimonial-card.active{position:relative;min-height:350px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%}}.why-choose-us{padding:4rem 2rem;background:#0a0a0a;color:#fff}.choose-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#9ca3af;max-width:600px;margin:0 auto}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.reason-card{background:hsla(0,0%,100%,.05);padding:2rem;border-radius:1rem;transition:transform .3s}.reason-card:hover{transform:translateY(-5px)}.reason-card h3{font-size:1.25rem;color:#3b82f6;margin-bottom:1rem}.reason-card p{color:#9ca3af}@media (max-width:768px){.section-header h2{font-size:2rem}.reasons-grid{grid-template-columns:1fr}}