@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.testimonial-section{text-align:center;background-color:rgba(0,0,0,0)}.testimonial-section .testimonial-heading{font-family:var(--font-primary);font-size:28px;font-weight:600;line-height:normal;letter-spacing:normal;color:var(--text-primary);margin-bottom:.5rem}.testimonial-section .testimonial-subheading{font-family:var(--font-primary);font-size:18px;font-weight:400;line-height:normal;letter-spacing:normal;color:var(--text-secondary);margin-bottom:2rem}.testimonial-section .testimonial-grid{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;height:100%}.testimonial-section .testimonial-grid-wrapper{display:flex;height:100%}.testimonial-section .testimonial-grid-wrapper.left-to-right .testimonial-grid{animation:scroll-left 30s linear infinite;margin-bottom:24px}.testimonial-section .testimonial-grid-wrapper.right-to-left .testimonial-grid{animation:scroll-right 30s linear infinite;margin-bottom:1px}.testimonial-section .testimonial-grid-wrapper .testimonial-grid{display:flex;gap:24px;width:max-content;height:100%;align-items:stretch}.testimonial-section .testimonial-card{display:flex;flex-direction:column;gap:24px;background-color:var(--card-bg-secondary);border-radius:12px;padding:24px;border:1px solid var(--border-secondary);position:relative;text-align:left;min-width:480px;min-height:100%}.testimonial-section .testimonial-card .testimonial-quote{margin-bottom:-18px}.testimonial-section .testimonial-card .testimonial-text{font-family:var(--font-primary);font-size:16px;font-weight:400;line-height:normal;letter-spacing:normal;color:var(--text-secondary)}.testimonial-section .testimonial-card .testimonial-footer{display:flex;align-items:center;gap:.75rem;margin-top:auto}.testimonial-section .testimonial-card .testimonial-footer .testimonial-avatar{background-color:#eee;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#fff;background-image:linear-gradient(135deg,#8e44ad,#3498db)}.testimonial-section .testimonial-card .testimonial-footer .testimonial-name{font-family:var(--font-primary);font-size:14px;font-weight:500;line-height:normal;letter-spacing:normal;color:var(--text-secondary)}.testimonial-section .cta-box{position:relative;background:linear-gradient(94.66deg,#ECFDF3 -2.23%,#F0F7FF 101.03%);border-radius:12px;padding-block:80px;text-align:center;margin-top:80px;overflow:hidden}.testimonial-section .cta-box:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(36,36,36,.03) 1px,transparent 0),linear-gradient(180deg,rgba(36,36,36,.03) 1px,transparent 0);background-size:36px 36px;z-index:0;mask-image:linear-gradient(90deg,transparent 0,black 30%,black 70%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 30%,black 70%,transparent);pointer-events:none}[data-theme=dark] .testimonial-section .cta-box:before{background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.05) 1px,transparent 0)}.testimonial-section .cta-box h3{font-family:var(--font-primary);font-size:32px;font-weight:600;line-height:normal;letter-spacing:normal;color:var(--text-primary);margin-bottom:1.5rem}.testimonial-section .cta-box .cta-buttons{display:flex;justify-content:center;gap:1rem}.testimonial-section .cta-box .cta-buttons .btn{font-family:var(--font-primary);font-size:16px;font-weight:600;line-height:16px;letter-spacing:normal;padding:.75rem 1.5rem;border-radius:10px;border:none;cursor:pointer;z-index:1}.testimonial-section .cta-box .cta-buttons .btn.explore{background-color:var(--accent-color);color:#fff;border:2px solid var(--accent-color)}.testimonial-section .cta-box .cta-buttons .btn.explore:hover{background-color:var(--accent-hover-color)}.testimonial-section .cta-box .cta-buttons .btn.expert{background-color:var(--card-bg-secondary);color:var(--text-secondary);border:2px solid var(--border-secondary)}[data-theme=dark] .testimonial-section .cta-box{background:linear-gradient(94.66deg,#0E4636 -2.23%,#031F3A 101.03%)}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media(max-width:650px){.testimonial-section .testimonial-heading{font-family:var(--font-primary);font-size:24;font-weight:600;line-height:normal;letter-spacing:normal}.testimonial-section .testimonial-subheading{font-family:var(--font-primary);font-size:16px;font-weight:400;line-height:normal;letter-spacing:normal}.testimonial-section .testimonial-grid{gap:12px}.testimonial-section .testimonial-grid-wrapper.left-to-right .testimonial-grid{margin-bottom:12px}.testimonial-section .testimonial-grid-wrapper .testimonial-grid{gap:12px}.testimonial-section .testimonial-card{display:flex;flex-direction:column;gap:16px;padding:12px}.testimonial-section .testimonial-card .testimonial-quote{margin-bottom:-10px}.testimonial-section .testimonial-card .testimonial-text{font-size:14px}.testimonial-section .testimonial-card .testimonial-footer{gap:.75rem}.testimonial-section .testimonial-card .testimonial-footer .testimonial-avatar{background-color:#eee;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#fff;background-image:linear-gradient(135deg,#8e44ad,#3498db)}.testimonial-section .testimonial-card .testimonial-footer .testimonial-name{font-size:12px}.testimonial-section .cta-box{position:relative;background:linear-gradient(94.66deg,#ECFDF3 -2.23%,#F0F7FF 101.03%);border-radius:12px;padding:32px 24px}.testimonial-section .cta-box h3{font-size:20px;margin-bottom:24px}.testimonial-section .cta-box .cta-buttons{display:flex;justify-content:center;gap:12px}.testimonial-section .cta-box .cta-buttons .btn{padding:8px 12px;font-size:12px}}