.header .logo img {
    max-height: 60px;
}
.services .service-item .order-tracking {
    position: relative;
    padding-left: 41px;
}
.services .service-item .order-tracking::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 95%;
    border: 2px dashed #9f9f9f;
}
.services .service-item .order-step {
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
}
.services .service-item .order-step .icon {
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .service-item .order-step.completed .icon {
    background: #059652;
}

.services .service-item h3 {
    pointer-events: none;
}