:root{--robo-primary:#0f0}.robo-step-card{display:none;width:100%}.robo-step-card.robo-step-active{animation:slideIn .5s ease-out;display:block}.robo-step-card p{margin-bottom:0!important}.robo-step-card p>span{font-weight:600}@keyframes slideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.survey6-opt.items-center{align-items:start!important}.survey6-opt .flex.inline-flex.mb-2,.survey6-opt .flex.inline-flex.mb-2 p{margin-bottom:0!important}p.q3-t1{margin-bottom:0}.step-progress{position:relative;padding:0;margin:0;list-style:none;display:flex;justify-content:space-between;align-items:center;height:55px}.step-progress::before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background-color:#e9ecef;z-index:1;transform:translateY(-50%)}.step-progress-bar{position:absolute;top:50%;left:0;height:2px;background-color:var(--robo-primary);z-index:2;transform:translateY(-50%);transition:width .3s ease;width:0}.step-item{position:relative;z-index:3;text-align:center;flex:1}.step-circle{width:50px;height:50px;border-radius:50%;background-color:#e9ecef;border:3px solid #e9ecef;display:flex;align-items:center;justify-content:center;margin:0 auto;font-weight:700;color:#6c757d;transition:all .3s ease;position:relative}.step-item.active .step-circle,.step-item.completed .step-circle{background-color:var(--robo-primary);border-color:var(--robo-primary);color:#fff}.step-item.completed .step-circle .step-number{display:none}.step-item.completed .step-circle .step-check{display:block}.step-check{display:none;font-size:18px}.step-item.active .step-circle::before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:2px solid var(--robo-primary);border-radius:50%;animation:pulse 2s infinite;opacity:.6}@keyframes pulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.3}100%{transform:scale(1);opacity:.6}}@media (max-width:768px){.step-progress{height:45px}.step-circle{width:40px;height:40px;font-size:14px}}