/**
 * Berno Theme - RTL Overrides
 * ملف خاص بدعم اللغة العربية من اليمين إلى اليسار
 */

body {
    direction: rtl;
    text-align: right;
}

/* تصحيح الاتجاهات */
.flex-row-reverse {
    flex-direction: row-reverse;
}

/* قوائم */
ul, ol {
    padding-right: 1.25rem;
    padding-left: 0;
}

/* أيقونات ومسافات */
.mr-2 { margin-left: 0.5rem; margin-right: 0; }
.ml-2 { margin-right: 0.5rem; margin-left: 0; }

/* Inputs */
input, textarea, select {
    text-align: right;
}

/* Portfolio overlay direction */
.portfolio-overlay {
    text-align: right;
}

/* Buttons alignment inside flex */
.btn {
    flex-direction: row-reverse;
}

/* Make sure hero text is right aligned on small screens */
.hero-bg h1,
.hero-bg p {
    text-align: center;
}
