*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#00adef;--btn:rgba(0,0,0,0.15);--white:#ffffff;--shadow-dark:rgba(0,0,0,0.12);--shadow-light:rgba(255,255,255,0.6);--radius:12px}.testimonial-section{min-height:60vh;display:grid;place-items:center;padding:2.5rem 1rem}.testimonial-section-inner{width:100%;max-width:980px;overflow:hidden;position:relative}.slider{display:flex;flex-wrap:nowrap;transition:transform 0.7s cubic-bezier(.22,.9,.36,1);will-change:transform}.item{flex:0 0 100%;min-width:100%;display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem;box-sizing:border-box;position:relative}.item .testimonial{width:65%;min-height:220px;padding:1.5rem 1.75rem;background:var(--primary);color:var(--white);border-radius:var(--radius);box-shadow:10px 10px 24px var(--shadow-dark),-8px -8px 18px var(--shadow-light);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.55;font-weight:300;overflow:hidden;transform:translateX(30px);opacity:0;transition:transform .6s ease,opacity .6s ease}.item .testimonial .testimonial-text{font-weight:600;font-size:.95rem;margin-bottom:1rem;max-height:calc(1.25rem * 6);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transform:translateY(16px);opacity:0;transition:transform .4s ease,opacity .4s ease,max-height .35s ease}.item .testimonial .author{margin-top:.5rem;font-style:italic;color:rgb(255 255 255 / .92)}.item .testimonial .role{font-size:.8rem;color:rgb(255 255 255 / .82)}.read-more-toggle{display:inline-block;margin-top:.6rem;background:#fff0;color:#fff;border:1px solid rgb(255 255 255 / .14);padding:.25rem .6rem;border-radius:8px;cursor:pointer;font-size:.8rem}.item .image{width:30%;max-width:260px;object-fit:contain}.item.animation .testimonial{transform:translateX(0);opacity:1}.item.animation .testimonial .testimonial-text{transform:translateY(0);opacity:1;transition-delay:.25s}.vmbs-dots{display:flex;gap:8px;align-items:center;justify-content:center;padding-top:12px;width:100%}.vmbs-dots button{width:12px;height:12px;border-radius:50%;background:rgb(0 0 0 / .15);border:none;cursor:pointer;padding:0;margin:0;transition:all 0.22s ease;overflow:hidden;text-indent:-9999px}.vmbs-dots button.active{width:12px;height:12px;background:#00adef;box-shadow:0 2px 6px rgb(0 0 0 / .15);transform:none}.vmbs-dots button::before{content:'';display:block;width:100%;height:100%;border-radius:50%}@media (max-width:900px){.item .testimonial{width:60%;min-height:200px;padding:1.1rem}.item .image{width:36%;max-width:200px}}@media (max-width:640px){.testimonial-section{min-height:100%;display:grid;place-items:center;padding:2.5rem 1rem}.testimonial-section-inner{width:100%;max-width:980px;overflow:hidden;position:relative}.slider{display:flex;flex-wrap:nowrap;height:100%!important;transition:transform 0.7s cubic-bezier(.22,.9,.36,1);will-change:transform}.item{flex-direction:column;text-align:center;align-items:center}.item .testimonial{box-sizing:border-box;padding:20px;background:#00adef;box-shadow:8px 8px 20px rgb(0 0 0 / .15),-8px -8px 20px rgb(255 255 255 / .3);border-radius:16px;width:100%;order:2}.item .image{width:60%;max-width:200px;margin:10px auto 0;order:1}.vmbs-dots{padding-top:12px;position:relative;bottom:0}}.item .testimonial .testimonial-text::-webkit-scrollbar{width:8px}.item .testimonial .testimonial-text::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .15);border-radius:8px}