/* GROUPE MIR — language switcher + RTL support */

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: 18px;
  vertical-align: middle;
}
.lang-switch a {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #263a4f;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s;
}
.header.headroom--not-top .lang-switch a,
.header .lang-switch a { color: #263a4f; }
.lang-switch a:hover { color: #38b6ff; }
.lang-switch a.active {
  background: #38b6ff;
  color: #fff;
}
@media (max-width: 991px) {
  .lang-switch { margin-right: 10px; }
  .lang-switch a { padding: 2px 6px; font-size: 11px; }
}

/* phone links inherit surrounding style */
a[href^="tel:"] { color: inherit; }
a[href^="tel:"]:hover { color: #38b6ff; }
.widget-content a[href^="tel:"],
.widget-content a[href^="https://wa.me"] { color: inherit; }
.widget-content a[href^="tel:"]:hover,
.widget-content a[href^="https://wa.me"]:hover { color: #38b6ff; }

/* ---------------- RTL (Arabic) ---------------- */
[dir="rtl"] body,
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3,
[dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6,
[dir="rtl"] p, [dir="rtl"] a, [dir="rtl"] span, [dir="rtl"] li {
  letter-spacing: 0 !important;
}
[dir="rtl"] .about-content,
[dir="rtl"] .content-info,
[dir="rtl"] .contact-info,
[dir="rtl"] .widget-content,
[dir="rtl"] .service-item,
[dir="rtl"] .blog-content,
[dir="rtl"] .testi-content {
  text-align: right;
}
[dir="rtl"] .slider-content-wrap.text-left { text-align: right; }
[dir="rtl"] .slider-content-wrap.text-right { text-align: left; }
[dir="rtl"] .about-promo-item i { margin-left: 20px; margin-right: 0; }
[dir="rtl"] .lang-switch { margin-right: 0; margin-left: 18px; }
[dir="rtl"] .dl-menu li { text-align: right; }
