.standout-wrapper{background-color:var(--bg);padding:60px 0;max-width:1280px;margin:auto;font-family:Roboto,sans-serif}.standout-title{color:var(--primaryColor);margin-bottom:40px;text-align:center;font-size:32px;font-weight:600}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.card1{background-color:var(--Primarywhite);border:1px solid var(--primaryPastel);border-radius:12px;padding:30px 27px;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease;height:100%}.card1:hover{transform:translateY(-4px)}.card-icon{margin-bottom:20px}.card-icon img{width:40px;height:40px;object-fit:contain}.card-title{margin-bottom:10px}.card-desc,.card-title{color:var(--text1Color)}.card-desc{font-size:16px;line-height:1.5}.testimonial-section{display:flex;justify-content:space-around;align-items:flex-start;padding:60px 0;background-color:#f9f9fb;margin:auto}@media(max-width:768px){.testimonial-section{display:block}.testimonial-left{max-width:100%!important}}.testimonial-left{flex:1 1;max-width:45%;margin-top:60px}.testimonial-left h2{font-size:32px;font-weight:700;color:var(--text1Color);margin-bottom:20px}.highlight{color:var(--primaryColor)}.testimonial-scroll-container{flex:1 1;max-width:420px;height:180px;display:flex;align-items:center;justify-content:center}.testimonial-scroll-content{animation:scrollCards 12s linear infinite}@keyframes scrollCards{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.testimonial-scroll-card{background:var(--Primarywhite);border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:20px;margin:10px 0;width:100%;display:flex;gap:16px;align-items:center;transition:all .3s ease}.testimonial-img{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-text h4{font-size:16px;color:var(--primaryColor);margin-bottom:4px}.testimonial-text p{font-size:14px;color:var(--text1Color);margin:0}.testimonial-right{flex:1 1;max-width:480px;display:flex;justify-content:center;align-items:center}.testimonial-scroll-container{height:360px;overflow:hidden;position:relative;width:100%}.testimonial-scroll-content{display:flex;flex-direction:column;animation:scrollTestimonialImages 12s linear infinite;gap:9px}@keyframes scrollTestimonialImages{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.testimonial-svg-img{width:100%;height:auto;display:block}.testimonial-carousel-container{position:relative;height:360px;overflow:hidden;width:100%}.testimonial-carousel-container:after,.testimonial-carousel-container:before{content:"";position:absolute;left:0;width:100%;height:60px;z-index:2;pointer-events:none}.testimonial-scroll-container:hover .testimonial-scroll-content{animation-play-state:paused}@media(max-width:768px){.MobCon{flex-direction:column}}.carousel-container{position:relative;width:100%;max-width:500px;height:400px;margin:auto;padding:40px 0;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.testimonial-section{padding-top:0!important}.testimonial-left{margin-top:20px}.carousel-container{height:290px}.pos1{top:200px!important}}.testimonial-slide{width:100%;height:200px;border-radius:12px;overflow:hidden}.testimonial-slide img{width:80%;height:80%;object-fit:contain}.absolute-slide{position:absolute;left:0}.pos{top:100px;z-index:100}.pos,.pos2{position:absolute}.pos2{top:0}.pos1{position:absolute;top:200px}@media(max-width:768px){.testimonial-slide{width:98%;height:180px}.testimonial-image{width:60px!important;height:60px!important}.testimonial-text-group{width:80%!important}.image{width:10%!important}.carousel-container{height:400px}.pos{top:100px}}.testimonial-card{background-color:var(--Primarywhite);border-radius:12px;padding:20px;width:100%;height:auto;box-shadow:0 4px 10px 0 rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center}.testimonial-content{display:flex;align-items:flex-start;width:100%;gap:20px}.image{width:30%;display:flex;justify-content:center;align-items:center}.testimonial-image{width:80px;height:80px;border-radius:50%;object-fit:cover}.testimonial-text-group{width:60%;display:flex;flex-direction:column;justify-content:center}.testimonial-name{color:var(--primaryColor);font-size:16px;font-weight:600;margin:0 0 8px}.testimonial-text{color:var(--text1Color);font-size:14px;line-height:1.8;margin:0}