.testimonial-section-new{position:relative;display:flex;justify-content:center;align-items:center;background:hsl(var(--secondary));min-height:100vh;overflow:hidden;font-family:Inter,sans-serif;padding:2rem}.testimonial-container-new{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;background:linear-gradient(180deg,hsla(var(--card)/.1) 0,hsla(var(--card)/0) 100%);backdrop-filter:blur(20px);border-radius:20px;width:min(1100px,95%);box-shadow:0 .5px 0 1px hsla(var(--card-foreground)/.1) inset,0 1px 0 0 hsla(var(--card-foreground)/.2) inset,0 4px 16px hsla(var(--foreground)/.1);z-index:10;padding:3rem;color:hsl(var(--foreground))}@media (max-width:900px){.testimonial-container-new{grid-template-columns:1fr;padding:2rem;text-align:center}.testimonial-carousel-new{margin-top:2rem;height:400px}.testimonial-info-new{order:2}.testimonial-carousel-new{order:1}}.testimonial-info-new{display:flex;flex-direction:column;justify-content:center}.testimonial-text-content{animation:fadeIn .8s ease-in-out;min-height:200px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonial-carousel-new{position:relative;width:100%;height:500px;perspective:1500px}.carousel-images{position:relative;width:100%;height:100%;transform-style:preserve-3d}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;max-width:350px;margin:0 auto;right:0;border-radius:10px;object-fit:cover;transition:transform .8s ease,opacity .8s ease;opacity:0;transform:translateX(100%) rotateY(-30deg);box-shadow:0 15px 50px rgba(0,0,0,.4)}.carousel-image.active{opacity:1;transform:translateX(0) rotateY(0);z-index:10}.carousel-image.next{opacity:.5;transform:translateX(50%) scale(.8) rotateY(-50deg);z-index:5;filter:blur(2px)}.carousel-image.prev{opacity:.2;transform:translateX(-50%) scale(.8) rotateY(50deg);z-index:5;filter:blur(5px)}.carousel-image.hidden{opacity:0;transform:scale(.5);pointer-events:none;z-index:1}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsl(var(--primary)/.7);animation:animate-circles 25s linear infinite;bottom:-150px}.circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s;background-color:hsl(var(--accent)/.7)}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s;background-color:hsl(var(--accent)/.7)}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s;background-color:hsl(var(--accent)/.7)}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate-circles{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}.scramble-section-container{background:#212121;min-height:20vh;font-family:Roboto Mono,monospace;overflow:hidden}.scramble-section-container,.scramble-text-wrapper{display:flex;justify-content:center;align-items:center}.scramble-text-wrapper{height:100%;width:100%}.scramble-text{font-weight:100;font-size:28px;color:#FAFAFA}.dud{color:#757575}