html {
    direction: ltr;
    text-align: left;
}

.sidebar {
    left: 0;
    right: auto;
}

.hero-swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
    left: unset !important;
    right: -41px;
}

.service-arrow-box {
    left: unset !important;
    right: 20px !important;
}

@media (min-width: 992px) {
    .step-item:not(:last-child)::after {
        right: -50%;
        left: unset !important;

    }
}

.article-date-badge::after {
    content: '';
    position: absolute;
    right: -3px;
    left: unset !important;
    top: -17px;
    width: 20px;
    height: 16px;
    background-image: url('../src/images/triangle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 270deg;
}

.article-date-badge::before {
    content: '';
    position: absolute;
    left: -17.5px;
    right: unset !important;
    top: 15px;
    width: 18px;
    height: 18px;
    background-image: url('../src/images/triangle.svg');
    background-size: contain;
    rotate: 270deg;
    background-repeat: no-repeat;
}

.article-date-badge {
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 0px;
}

.rounded-right-4 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

@media (max-width: 992px) {
    .swiper-button-next-custom {
        border-radius: 0 50% 50% 0 !important;
    }

    .swiper-button-prev-custom {
        border-radius: 50% 0 0 50% !important;
    }
}