:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{scroll-behavior:smooth}body{max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.testimonials{padding:4rem 2rem;text-align:center}.testimonial,.testimonials h2{margin-bottom:2rem}.testimonial{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #ccc;border-radius:8px;background:var(--background);box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .2s ease-in-out}.testimonial:hover{transform:translateY(-5px)}.testimonialImage{width:100px;height:100px;border-radius:50%;margin-right:2rem}.testimonialContent{flex:1 1;text-align:right}.testimonialContent p{margin-bottom:.5rem}.readMore{color:#007BFF;cursor:pointer}@media (max-width:768px){.testimonial{flex-direction:column;align-items:center;text-align:center}.testimonialImage{margin-right:0;margin-bottom:1rem}}