[dir="rtl"] [data-aos="fade-left"] {
    transform: translateX(50px);
}

[dir="rtl"] [data-aos="fade-right"] {
    transform: translateX(-50px);
}

html[dir="rtl"] {
    .owl-carousel .owl-stage{
        transform: translate3d(1500px, 0px, 0px) !important;
    }
}
/* Preloader Styles - Override inline styles */
.preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #632c8f !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.preloader .shapes {
    position: relative !important;
    margin: 0 auto 20px !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

.preloader .preloader-title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    text-align: center !important;
}

/* Prevent scrolling during preloader */
html.no-scroll,
body.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
}

body.preloader-active {
    overflow: hidden !important;
    height: 100vh !important;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background-color: #fff;
}
