html[dir="ltr"] body{
    direction: ltr;
}
 

html[dir="ltr"]  .progress-wrap {
    right: 20px;
    left: unset;
}


html[dir="ltr"] .header::before {
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
}

html[dir="ltr"] .join-sec::before {
    border-radius: 20px 0px 0px 20px;
}

html[dir="ltr"] .join-sec2::before {
    border-radius: 0 20px 20px 0;
}