/* ============================== */
/* BOOTSTRAP HELPERS              */
/* ============================== */
[dir='rtl'] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

[dir='rtl'] .me-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

[dir='rtl'] .text-start {
  text-align: right !important;
}

[dir='rtl'] .text-end {
  text-align: left !important;
}

@media (min-width: 992px) {
  [dir='rtl'] .text-lg-start {
    text-align: right !important;
  }
  [dir='rtl'] .text-lg-end {
    text-align: left !important;
  }
}

/* ============================== */
/* HEADER                         */
/* ============================== */
[dir='rtl'] .header__nav .nav-link::after {
  left: auto;
  right: 0;
}

[dir='rtl'] .lang-switcher__menu {
  left: 0;
  right: auto;
}

[dir='rtl'] .lang-switcher__option {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: none;
  border-right: 3px solid transparent;
  flex-direction: row-reverse;
}

[dir='rtl'] .lang-switcher__option:hover,
[dir='rtl'] .lang-switcher__option.active {
  border-left: none;
  border-right-color: var(--primary-color);
}

@media (max-width: 991.98px) {
  [dir='rtl'] .lang-switcher__menu {
    left: auto;
    right: 0;
  }
}

/* ============================== */
/* Home - HERO SECTION            */
/* ============================== */

@media (min-width: 992px) {
  [dir='rtl'] .hero-section .text-lg-start {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  [dir='rtl'] .hero-overlay {
    /* match LTR gradient stops/opacity for consistent brightness, only mirrored direction */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 100%);
  }
}

/* ============================== */
/* Home - ABOUT SECTION           */
/* ============================== */

[dir='rtl'] .about-section .section-title::after {
  left: auto;
  right: 0;
  transform: translateX(0);
}

[dir='rtl'] .about-features-list li i {
  margin-right: 0;
  margin-left: 1rem;
}

/* ============================== */
/* Home - SERVICES SECTION        */
/* ============================== */

@media (min-width: 992px) {
  [dir='rtl'] .service-card-link {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  [dir='rtl'] .service-card-link {
    justify-content: flex-start;
  }
}

[dir='rtl'] .service-card-link .fa-arrow-right::before {
  content: '\f060';
}

[dir='rtl'] .service-card-link:hover i {
  transform: translateX(-5px);
}

[dir='rtl'] .service-card-link i {
  margin-left: 0;
  margin-right: 0.5rem;
}

/* ============================== */
/* Home - CONTACT SECTION         */
/* ============================== */

[dir='rtl'] .contact-card-icon {
  margin-right: 0;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  [dir='rtl'] .contact-card-icon {
    margin-left: 0;
    margin-bottom: 1.25rem;
  }
}

/* [dir='rtl'] .contact-card-content {
  text-align: right;
} */

/* ============================== */
/* CONTACT PAGE                   */
/* ============================== */

[dir='rtl'] .contact-form .alert i {
  margin-right: 0;
  margin-left: 0.75rem;
}

[dir='rtl'] .contact-form .btn-submit i {
  transform: scaleX(-1);
}

[dir='rtl'] .contact-form .btn-submit:hover i {
  transform: scaleX(-1) translateX(5px);
}

/* ============================== */
/* ABOUT PAGE                     */
/* ============================== */

[dir='rtl'] .about-image-wrapper::before {
  right: auto;
  left: -20px;
}

[dir='rtl'] .team-image-wrapper::before {
  left: auto;
  right: -20px;
}

[dir='rtl'] .team-image-wrapper:hover::before {
  transform: translate(10px, -10px);
}

[dir='rtl'] .team-features-list li i {
  transform: scaleX(-1);
}
