.wave-container{justify-content:center;align-items:center;display:flex}.testimonial-bg-container{background-image:url(/testimonial_bg.png);background-position:50%;background-repeat:no-repeat;background-size:50px;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;display:flex}.wave-text{align-items:center;font-size:0;display:flex}.wave-text p{color:#efbf04;margin:0;padding:0;font-size:16px;animation:2s ease-in-out infinite wave;display:inline-block;font-family:Poppins,sans-serif!important}.active .wave-text p{color:#fff!important}.wave-text p:first-child{animation-delay:0s}.wave-text p:nth-child(2){animation-delay:.2s}.wave-text p:nth-child(3){animation-delay:.4s}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.test-buttons-container{margin:10px 0}.test-button{color:#507689;cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 18px;transition:all .3s;display:flex}.test-button:hover{transform:translateY(-2px)}.test-button.active{color:#fff;background:linear-gradient(90deg,#ff512f 0%,#f09819 100%);box-shadow:0 4px 15px #ff512f4d}.test-button.active:hover{box-shadow:0 6px 20px #ff512f66}.test-button .op_op{align-items:center;gap:8px;display:flex}.test-button .op_op span{font-size:14px}.new-bounce{background:#ff512f;border-radius:34px;padding:1px 8px;font-size:12px;animation:2s infinite bounce;color:#fff!important}.new-bounce:hover{color:#fff!important}.test-button.active .new-bounce{background:#ffffff4d}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}
