/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.clock-icon{display:inline-block;animation:pulse-clock .6s infinite ease-in-out}@keyframes pulse-clock{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}100%{transform:scale(1);opacity:1}}.steps-layout{display:flex;align-items:center;gap:20px;position:relative}.logo-step{flex-shrink:0;margin-left:0;margin-top:-24px;margin-right:-33px}.logo-img{width:100px;height:auto;display:block}.steps-bar::before{left:100px}.order-steps{background:linear-gradient(90deg,#4cb1a3,#8add4f);border-radius:12px;padding:20px;color:#242424;text-align:center;max-width:100%;margin:10px auto;position:relative;box-shadow:0 3px 3px #458c67!important}.steps-title{font-weight:700;margin-bottom:10px;font-size:18px;line-height:1.5}.steps-bar{display:flex;flex:1;position:relative;justify-content:space-between;align-items:center;padding:20px 10px;gap:10px}.steps-bar::before{content:'';position:absolute;top:30px;left:0;right:0;height:2px;background-color:#fff;z-index:0;transform:scaleX(0);transform-origin:left;transition:transform 1.5s ease-in-out}.order-steps.animate .steps-bar::before{transform:scaleX(1)}.step{flex:1;text-align:center;position:relative;z-index:1}.circle{width:20px;height:20px;background-color:#fff;border-radius:50%;margin:0 auto;z-index:2;position:relative;box-shadow:0 0 0 2px #242424;transform:scale(0);opacity:0;transition:all .5s ease-in-out;display:block!important}.order-steps.animate .step:first-child .circle{transition-delay:0.3s}.order-steps.animate .step:nth-child(2) .circle{transition-delay:0.6s}.order-steps.animate .step:nth-child(3) .circle{transition-delay:0.9s}.order-steps.animate .step:nth-child(4) .circle{transition-delay:1.2s}.order-steps.animate .step:nth-child(5) .circle{transition-delay:1.5s}.order-steps.animate .step:nth-child(6) .circle{transition-delay:1.8s}.order-steps.animate .circle{transform:scale(1);opacity:1}.step p{font-size:14px;margin-top:8px;color:#242424;line-height:1.4;text-transform:uppercase;font-weight:700}@media (max-width:768px){.logo-step{display:none}.order-steps{display:none}.steps-bar{flex-wrap:wrap;justify-content:center;gap:16px 24px;padding:20px 10px}.step{flex:0 0 45%;margin-bottom:20px}.step p{font-size:12px}.circle{width:16px;height:16px;box-shadow:0 0 0 1px #242424}.steps-bar::before{display:none}}