/**
 * RTL layout + Cairo font for Mabani Jeddah
 */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');

html[dir="rtl"] {
    font-family: 'Cairo', sans-serif;
}

html[dir="rtl"] body,
html[dir="rtl"] .section-title,
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3,
html[dir="rtl"] p, html[dir="rtl"] span, html[dir="rtl"] a,
html[dir="rtl"] .nav-link, html[dir="rtl"] .navbar,
html[dir="rtl"] .btn-default, html[dir="rtl"] input,
html[dir="rtl"] textarea, html[dir="rtl"] label {
    font-family: 'Cairo', sans-serif;
}

/* RTL navbar */
html[dir="rtl"] .navbar-nav {
    margin-right: 0;
    margin-left: auto;
}

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

/* RTL list and text alignment */
html[dir="rtl"] .section-title h1,
html[dir="rtl"] .section-title h2,
html[dir="rtl"] .section-title .hero-title,
html[dir="rtl"] .section-title .section-heading {
    text-align: right;
}

html[dir="rtl"] .section-sub-title {
    text-align: right;
    padding: 8px 32px 8px 16px;
}

/* النقطة يمين في RTL */
html[dir="rtl"] .section-sub-title::before {
    left: auto;
    right: 16px;
}

/* RTL flex and grid alignment where needed */
html[dir="rtl"] .hero-content-box,
html[dir="rtl"] .section-title-content {
    text-align: right;
}

html[dir="rtl"] .about-us-content-box,
html[dir="rtl"] .who-we-tab-content,
html[dir="rtl"] .commitment-item-title h3,
html[dir="rtl"] .fact-item-title {
    text-align: right;
}

html[dir="rtl"] .footer-links ul,
html[dir="rtl"] .footer-links-box {
    text-align: right;
}

html[dir="rtl"] .footer-copyright-text {
    text-align: center;
}

/* Slicknav RTL */
html[dir="rtl"] .slicknav_nav {
    text-align: right;
}

/* Hero counter footer: ترتيب عكسي في RTL (التقييم يمين، الزر يسار) */
html[dir="rtl"] .hero-counter-footer {
    flex-direction: row-reverse;
}

html[dir="rtl"] .hero-rating-box,
html[dir="rtl"] .hero-rating-box-content {
    text-align: right;
}

/* التقييم: النجمة ثم الرقم في RTL */
html[dir="rtl"] .hero-rating-box-header {
    flex-direction: row-reverse;
}

/* زر الاستشارة: الأيقونة يسار النص في RTL */
html[dir="rtl"] .btn-default {
    padding: 17px 24px 17px 58px;
}

html[dir="rtl"] .btn-default::before {
    right: auto;
    left: 24px;
}

/* زر إرسال الرسالة: الأيقونة يمين النص في RTL */
html[dir="rtl"] .cta-contact-form-btn .btn-default {
    padding: 17px 58px 17px 24px;
}

html[dir="rtl"] .cta-contact-form-btn .btn-default::before {
    right: 24px;
    left: auto;
}

/* Form RTL */
html[dir="rtl"] .cta-contact-form .form-control,
html[dir="rtl"] .cta-contact-form input,
html[dir="rtl"] .cta-contact-form textarea {
    text-align: right;
}

html[dir="rtl"] .cta-contact-form input::placeholder,
html[dir="rtl"] .cta-contact-form textarea::placeholder {
    text-align: right;
}
