/* ========================================
   Arabic Font Size Adjustments (5-8% Reduction)
======================================== */

html[dir="rtl"] body {
    font-size: 15px; /* Reduced from 16px */
}

/* Navigation */
html[dir="rtl"] .logo {
    font-size: 22px; /* Reduced from 24px */
}

html[dir="rtl"] .nav-menu a {
    font-size: 0.95rem;
}

html[dir="rtl"] .language-toggle {
    font-size: 16px; /* Reduced from 18px */
}

/* Hero Section */
html[dir="rtl"] .hero h1 {
    font-size: 3.2rem; /* Reduced from 3.5rem */
    line-height: 1.2;
    letter-spacing: -0.02em;
}

html[dir="rtl"] .hero p {
    font-size: 1.35rem; /* Reduced from 1.5rem */
    line-height: 1.6;
}

html[dir="rtl"] .hero-badge {
    font-size: 0.85rem; /* Reduced from 0.9rem */
}

/* Buttons */
html[dir="rtl"] .btn {
    font-size: 0.95rem;
    padding: 14px 32px;
}

/* Section Titles */
html[dir="rtl"] .section-title {
    font-size: 2.3rem; /* Reduced from 2.5rem */
    line-height: 1.2;
}

html[dir="rtl"] .section-subtitle {
    font-size: 1rem; /* Reduced from 1.1rem */
}

/* Service Cards */
html[dir="rtl"] .service-card h3 {
    font-size: 1.35rem; /* Reduced from 1.5rem */
}

html[dir="rtl"] .service-card p {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Stats */
html[dir="rtl"] .stat-number {
    font-size: 2.3rem; /* Reduced from 2.5rem */
}

html[dir="rtl"] .stat-item p {
    font-size: 0.85rem; /* Reduced from 0.9rem */
}

/* Contact Form */
html[dir="rtl"] .form-group label {
    font-size: 0.95rem;
}

html[dir="rtl"] .form-group input,
html[dir="rtl"] .form-group textarea {
    font-size: 0.95rem;
}

/* Footer */
html[dir="rtl"] .footer h4 {
    font-size: 1.15rem; /* Reduced from 1.25rem */
}

html[dir="rtl"] .footer p,
html[dir="rtl"] .footer li {
    font-size: 0.9rem;
}

/* Testimonials */
html[dir="rtl"] .testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
}

html[dir="rtl"] .testimonial-author h4 {
    font-size: 1.05rem;
}

/* Team Section */
html[dir="rtl"] .team-card h3 {
    font-size: 1.25rem;
}

html[dir="rtl"] .team-card p {
    font-size: 0.9rem;
}

/* Arabic Text Alignment Improvements */
html[dir="rtl"] p,
html[dir="rtl"] li {
    text-align: right;
    direction: rtl;
}

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

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    text-align: right;
    direction: rtl;
    font-weight: 600;
}

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

/* Better spacing for Arabic text */
html[dir="rtl"] {
    letter-spacing: 0;
}

html[dir="rtl"] .hero h1,
html[dir="rtl"] .section-title {
    letter-spacing: -0.01em;
}
