﻿/* Global RTL */
body {
    direction: rtl;
    text-align: right;
}

/* Fix Bootstrap spacing for RTL */
.ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.me-1,
.me-2,
.me-3,
.me-4 {
    margin-left: var(--value) !important;
    margin-right: 0 !important;
}

/* Navbar */
.navbar-nav .nav-link {
    text-align: right;
}

.dropdown-menu {
    text-align: right;
}

/* Carousel controls RTL 
.carousel-control-prev {
    right: 0;
    left: auto;
}
.carousel-control-next {
    left: 0;
    right: auto;
}
*/
/* Lists */
.list-group-item {
    padding-right: 0 !important;
    padding-left: 1rem !important;
}

/* Service section */
.service-item-left{
    direction:ltr;
}
.service-item-right {
    direction: ltr;
}
.service-item-left .service-text {
    text-align: right;
    margin-right: 5%; /* دستی اضافه شد */
}
.service-item-right .service-text {
    text-align: right;
    margin-left: 5%; /* دستی اضافه شد */
}

/* Team */
.team-item .team-before,
.team-item .team-after {
    direction: rtl;
}

/* Forms */
.form-control {
    text-align: right;
}

/* Footer */
.footer {
    text-align: center;
}
