/* ===========================================
 * OneStep Frontend · RTL minimal overrides
 * Loaded only when app locale is right-to-left (Arabic).
 * Keeps the visual identity intact while reversing
 * direction-sensitive spacing and floats.
 * =========================================== */
 
 
 
 
 @font-face {
    font-family: 'MyFont1';
    src: url('/assets/fonts/DINNextLTArabic-Regular-3.ttf'),
         url('/assets/fonts/DINNextLTArabic-Regular-3.ttf');
    font-weight: normal;
    font-style: normal;
}
 
 
 
 
 

html[dir="rtl"] body,
html[dir="rtl"] .text-anim,
html[dir="rtl"] .section-title h2 {
    font-family: "Tajawal", "Cairo", "Segoe UI", sans-serif;
}

/* Containers natively respond to dir="rtl" — only flip
   spacing utilities that don't auto-mirror. */
html[dir="rtl"] .me-2  { margin-right: 0 !important; margin-left: .5rem !important; }
html[dir="rtl"] .ms-2  { margin-left: 0 !important; margin-right: .5rem !important; }
html[dir="rtl"] .me-3  { margin-right: 0 !important; margin-left: 1rem !important; }
html[dir="rtl"] .ms-3  { margin-left: 0 !important; margin-right: 1rem !important; }
html[dir="rtl"] .me-15 { margin-right: 0 !important; margin-left: 15px !important; }
html[dir="rtl"] .mr-15 { margin-right: 0 !important; margin-left: 15px !important; }
html[dir="rtl"] .text-start { text-align: right !important; }
html[dir="rtl"] .text-end   { text-align: left !important; }

/* Custom theme arrow flip (used in .gt-theme-btn-main) */
html[dir="rtl"] .gt-theme-btn-arrow-left i,
html[dir="rtl"] .gt-theme-btn-arrow-right i {
    transform: scaleX(-1);
}

/* Social icons row stays the same; just gap them properly */
html[dir="rtl"] .social-icon a + a { margin-left: 0; margin-right: 10px; }

/* Offcanvas slide direction (Bootstrap auto-handles, but be explicit) */
html[dir="rtl"] .offcanvas-end { left: 0; right: auto; }

/* Footer columns text alignment */
html[dir="rtl"] .footer-widget-items h3,
html[dir="rtl"] .footer-widget-items p,
html[dir="rtl"] .footer-widget-items ul { text-align: right; }
html[dir="rtl"] .footer-bottom-wrapper { direction: rtl; }

/* Form inputs */
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select { text-align: right; }
.faq-items-2 .accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    right:unset;
    
}
.about-wrapper-2 .about-content h2 {
    font-size: 39px;
}
.gt-theme-btn-main:hover .gt-theme-btn {
    transform: translateX(7px);
}
.about-inner-section .section-title-area .about-content {
    max-width: 420px;
    margin-right: 20px;
}
.about-inner-section .section-title-area .about-content .about-info span {
    color: var(--header);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
body , h1 , h2 , h3 , h4 , h5 , h6 , p , a , span  {
    font-family: 'MyFont1', sans-serif !important;
}