.top_bar_contact_item:last-child:before {
    right: 3px;
}

.top_bar_contact_item {
    margin-left: 30px;
}

.top_bar_contact_item:last-child:before {
    right: -15px !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem;
}

#site-header-menu nav.main-menu ul.menu > li > a:before ,
#site-header-menu nav.main-menu ul.menu > li > a:before {
    right: 1px;
}

.top_bar_icon {
    margin-left: 8px;
}

nav.main-menu ul.menu li ul.mega-submenu li a {
    text-align: right;
}

.header_extra > div:not(:last-child) {
    margin-left: 30px;
}

.ttm-btn i {
    margin-right: 10px !important;
}

.ttm-btn.ttm-btn-size-md {
    padding: 15px 16px 15px 5px;
}

.slide .slide__content--headings h2:before {
    right: 0;
}

.slide .slide__content--headings h2 {
    padding-right: 30px;
}

.banner_slider.slick-slider .slick-prev {
    left: 30px;
}

.footer_icon {
    color: #fa3830;
}

/* إعدادات عامة للـ RTL */
body {
    direction: rtl;
    text-align: right;
}

/* تعويض أي تأثيرات من Bootstrap أو قوالب LTR */
[class*="col-"] {
    float: right;
}

/* أقسام العناوين */
.section-title {
    text-align: center;
}

.section-title .title-header h3,
.section-title .title-header h2 {
    text-align: center;
}

/* قسم الفريق */
.team-section {
    direction: rtl;
    text-align: right;
}

.team-section .featured-content-team {
    text-align: right;
}

.team-section .featured-title h3 {
    margin: 0 0 5px 0;
}

.team-section .team-position {
    display: block;
}

.team-section .featured-iconbox .media-block {
    text-align: right;
}

/* أيقونات السوشيال */
.team-section .social-icons {
    padding-right: 0;
    padding-left: 0;
}

.team-section .social-icons li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 0;
}

/* السلايدر */
.team-section .slick_slider {
    direction: ltr; /* ضروري عشان السلايدر يشتغل صح */
}

.team-section .slick_slider .ttm-box-col-wrapper {
    direction: rtl; /* نرجع المحتوى الداخلي لـ RTL */
}

/* الأزرار والروابط */
a, .btn, button {
    text-align: center;
}

.team-section .text-center p {
    text-align: center;
}

.footer .widget .widget-title:before {
    right: -15px;
}

.widget ul#menu-footer-quick-links li a:before {
    right: -15px;
    background-color: currentColor;
}

.breadcrumb-wrapper span:first-child:after {
    display: none;
}

.section-title .title-header h3:before,
.section-title .title-desc p:before,
.ttm-icon.ttm-icon_element-onlytxt i,
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i {
    right: -15px;
}

