.testimonials-sec{padding:60px 0 0;background:rgba(44,119,240,.1);position:relative}.watermark{position:absolute;inset:0;display:flex;flex-direction:column;gap:50px;overflow:hidden;pointer-events:none;z-index:0;justify-content:center;align-items:center}.watermark-row{display:flex;gap:5rem;white-space:nowrap;animation:marqueeLeft 22s linear infinite}.watermark-row:nth-child(2n){animation-direction:reverse;animation-duration:28s}.watermark-row span{font-size:128px;font-weight:700;color:rgba(255,255,255,.5);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes marqueeLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.slider-nav{display:flex;align-items:center;justify-content:center;gap:35px;margin-bottom:70px;position:relative;z-index:9}.nav-btn{background:none;padding:0;border:none;cursor:pointer}.step{color:rgba(0,0,0,.4);font-size:24px;font-weight:400;line-height:166.667%;display:flex;align-items:center;gap:35px;cursor:pointer}.step,.step:after{transition:all .5s ease}.step:after{content:"";width:0;height:1px;background:#275FCE}.step.active{color:var(--navy);font-weight:700}.step.active:after{width:74px}.progress-line{width:48px;height:2px;background:var(--blue);border-radius:2px;transition:width .4s}.quote-card{text-align:center;position:relative;overflow:hidden;min-height:210px}.quote-icon{color:#23252A;text-align:center;font-size:128px;font-weight:700;line-height:1;letter-spacing:-3.84px;height:100px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.quote-icon.close{margin-top:.2rem;margin-bottom:0}.quote-text{font-size:24px;color:#000;line-height:1.6;font-weight:400;min-height:250px;display:flex;align-items:center;animation:fadeUp .5s forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.authors{display:flex;justify-content:center;flex-wrap:wrap;gap:5px}.author-card{display:flex;align-items:center;gap:20px;padding:15px;background:#fff;cursor:pointer;flex:1 1}.author-card.active{background:#0D112D;color:#fff}.avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--navy);overflow:hidden;border:1px solid rgba(13,17,45,.12)}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.author-card.active .avatar{color:var(--navy);border-color:rgba(255,255,255,.6)}.testimonials-sec .author-info{text-align:left}.author-name{font-size:.88rem;font-weight:700;color:var(--navy);white-space:nowrap}.author-card.active .author-name{color:#fff}.author-role{font-size:.74rem;color:var(--muted);white-space:nowrap;margin-top:1px}.author-card.active .author-role{color:rgba(255,255,255,.6)}.dots{display:flex;gap:6px;justify-content:center;margin-top:1.5rem}.dot{width:7px;height:7px;border-radius:50%;background:#c5d0e8;cursor:pointer;transition:background .2s,transform .2s}.dot.active{background:var(--blue);transform:scale(1.3)}@media (max-width:600px){.quote-card{padding:0}.authors{gap:.6rem}.author-card{padding:.6rem 1rem}}@media (max-width:991px){.author-card{flex-direction:column;border-radius:7px 7px 0 0;padding:10px;gap:7px}.testimonials-sec .author-info{text-align:center}}@media (max-width:640px){.slider-nav{gap:10px;margin-bottom:25px}.step{font-size:16px;gap:10px}.step.active:after{width:35px}.quote-text{font-size:16px}.quote-icon{font-size:50px;height:50px}.watermark-row span{font-size:48px}}