/* Features Section RTL and Cairo Font Fixes */

/* Features section container */
section .row.g-4.text-center {
    direction: rtl !important;
}

/* Individual feature cards */
.col-md-6.col-xl-4 {
    direction: rtl !important;
    text-align: right !important;
}

/* Feature titles */
.col-md-6.col-xl-4 h3 {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;
    direction: rtl !important;
    text-align: right !important;
    margin: 1.5rem 0 !important;
}

/* Feature descriptions */
.col-md-6.col-xl-4 p {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 400 !important;
    direction: rtl !important;
    text-align: right !important;
    line-height: 1.7 !important;
}

/* Feature images */
.col-md-6.col-xl-4 img {
    margin-bottom: 1rem !important;
}

/* Section title and description */
section .title h2 {
    font-family: 'Cairo', sans-serif !important;
    direction: rtl !important;
    text-align: right !important;
}

section .title p {
    font-family: 'Cairo', sans-serif !important;
    direction: rtl !important;
    text-align: right !important;
}

/* Ensure proper centering for RTL */
.text-center {
    text-align: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

/* Override any LTR text alignment for feature content */
section .row.g-4 .col-md-6.col-xl-4 * {
    font-family: 'Cairo', sans-serif !important;
}