/* ===============================
   5Play RTL FIX
   =============================== */

html, body {
    direction: rtl;
    text-align: right;
}

/* ===== Navbar & Menus ===== */
.navbar,
.nav-menu,
.main-menu,
.header,
.header-menu {
    direction: rtl;
}

.navbar ul,
.nav-menu ul {
    padding-right: 0;
}

/* ===== Bootstrap Fixes ===== */
.text-start { text-align: right !important; }
.text-end { text-align: left !important; }

.float-start { float: right !important; }
.float-end { float: left !important; }

.ms-1, .ms-2, .ms-3, .ms-4 {
    margin-left: 0 !important;
    margin-right: .75rem !important;
}

.me-1, .me-2, .me-3, .me-4 {
    margin-right: 0 !important;
    margin-left: .75rem !important;
}

/* ===== Cards & Posters ===== */
.movie-card,
.series-card,
.card,
.poster,
.poster-info {
    text-align: right;
}

/* ===== Search ===== */
.search-box input,
.search input {
    text-align: right;
}

/* ===== Swiper / Slider ===== */
.swiper {
    direction: ltr; /* مهم */
}

.swiper-button-next {
    right: auto !important;
    left: 10px !important;
}

.swiper-button-prev {
    left: auto !important;
    right: 10px !important;
}

/* ===== Pagination ===== */
.pagination {
    direction: ltr;
    justify-content: center;
}

/* ===== Dropdown ===== */
.dropdown-menu {
    text-align: right;
    right: 0;
    left: auto;
}

/* ===== Icons Direction ===== */
.fa-angle-right::before { content: "\f104"; }
.fa-angle-left::before { content: "\f105"; }

.fa-chevron-right::before { content: "\f053"; }
.fa-chevron-left::before { content: "\f054"; }

/* ===== Forms ===== */
input, textarea {
    direction: rtl;
}

/* ===== Footer ===== */
footer,
.footer {
    text-align: right;
}

/* ===== Badges & Meta ===== */
.meta,
.badge,
.tag {
    margin-left: 0;
    margin-right: 5px;
}
