/**
 * RTL Styles for Dr. Yazdani Theme
 *
 * @package DrYazdani
 * @since 1.0.0
 */

/* ==========================================================================
   RTL Base Styles
   ========================================================================== */

html[dir="rtl"] body,
body.rtl {
    direction: rtl;
    text-align: right;
}

/* ==========================================================================
   Typography RTL Adjustments
   ========================================================================== */

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
}

/* ==========================================================================
   Layout RTL Adjustments
   ========================================================================== */

/* Flip margins and paddings */
html[dir="rtl"] .dryazdani-ml-auto {
    margin-left: 0;
    margin-right: auto;
}

html[dir="rtl"] .dryazdani-mr-auto {
    margin-right: 0;
    margin-left: auto;
}

/* Flip flex directions where needed */
html[dir="rtl"] .dryazdani-row-reverse-rtl {
    flex-direction: row-reverse;
}

/* ==========================================================================
   Icons RTL
   ========================================================================== */

html[dir="rtl"] .dryazdani-icon-arrow {
    transform: scaleX(-1);
}

html[dir="rtl"] .dryazdani-icon-chevron {
    transform: scaleX(-1);
}

/* ==========================================================================
   Navigation RTL
   ========================================================================== */

html[dir="rtl"] .dryazdani-nav-menu {
    padding-left: 0;
    padding-right: 0;
}

html[dir="rtl"] .dryazdani-nav-menu li {
    margin-left: 0;
    margin-right: var(--dryazdani-spacing-md);
}

/* ==========================================================================
   Forms RTL
   ========================================================================== */

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
    text-align: right;
}

html[dir="rtl"] .dryazdani-form-label {
    text-align: right;
}

/* ==========================================================================
   Elementor RTL Fixes
   ========================================================================== */

html[dir="rtl"] .elementor-widget-container {
    text-align: right;
}

html[dir="rtl"] .elementor-button-content-wrapper {
    flex-direction: row-reverse;
}

/* ==========================================================================
   Custom Widget RTL Styles
   ========================================================================== */

/* Add widget-specific RTL styles here */
