/* ===========================================
 * 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;
}
.mean-container .mean-nav ul li a{
        text-align: justify;
}
@media (max-width: 575px) {
    .faq-items-2.style-faq-2 .accordion-box .block .acc-btn {
        font-size: 18px;
        padding-left: 60px !important;
        padding-right: 0px !important;
    }
    .nice-select {
    
 
    text-align: right !important;}
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt .form .single-select::after {
   right:unset;
    left: 12px;
}
.filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left:unset;
}
.testimonial-section-3 .array-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 9;
    left: 11%;
    right: 11%;
    flex-direction: row-reverse;
}

.custom-filter-bar{
   background: #111114;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    padding: 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
}

.custom-filter-group{
    display:flex;
    align-items:center;
    gap:12px;
}

.custom-dropdown{
    position:relative;
}

.custom-dropdown-btn{
    background:#1c1c20;
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    padding:12px 15px;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
}

.custom-dropdown-menu{
    position:absolute;
    top:110%;
    right:0;
    width:280px;
    background:#000;
    border-radius:20px;
    padding:15px;
    display:none;
    z-index:9999;
    border:1px solid rgba(255,255,255,.08);
}

.custom-dropdown.active .custom-dropdown-menu{
    display:block;
}

.custom-option{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px;
    color:#fff;
    cursor:pointer;
    border-radius:10px;
    flex-direction: row-reverse;
    
}

.custom-option:hover{
    background:#111;
}

.custom-range-box{
    width:320px;
}

.custom-range-title{
    color:#fff;
    margin-bottom:20px;
    text-align:center;
}

.custom-range-inputs{
    display:flex;
    gap:10px;
    align-items:center;
}

.custom-range-inputs input{
    flex:1;
    background:#111;
    border:1px solid #222;
    color:#fff;
    padding:10px;
    border-radius:10px;
    text-align:center;
        width: 61%;
}

.custom-filter-actions{
    display:flex;
    gap:20px;
    align-items:center;
}

.custom-reset-btn{
    color:#ff6b2c;
    background:none;
    border:none;
}

.custom-result-count{
    color:#aaa;
}

.custom-color{
    width:18px;
    height:18px;
    border-radius:50%;
    display:block;
}

.orange{background:#ff6b2c;}
.blue{background:#3b82f6;}
.purple{background:#9333ea;}
.black{background:#222;}

@media(max-width:991px){

    .custom-filter-bar{
        flex-direction:column;
        align-items:stretch;
    }

    .custom-filter-group{
        flex-wrap:wrap;
    }
    .custom-range-box {
    width: 260px;
}

.custom-dropdown-menu {
    position: absolute;
    top: 110%;
    right: -83px;
    width: 242px;
    
}
.new-11{
            right: -18px;
}
}


.new-en{
    display:none;
}