/*
 * RTL (Right-to-Left) Stylesheet for Arabic Language
 * WordPress automatically loads this file when the site language is RTL
 */

body {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Use Cairo for all text elements in Arabic */
h1, h2, h3, h4, h5, h6,
p, a, span, li, label, input, textarea, button {
    font-family: 'Cairo', sans-serif;
}

/* Hero title with Cairo */
.hero-title {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0 !important;
}

/* Navigation */
.nav-link {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    letter-spacing: 0 !important;
}


/* Neighborhood sections */
.neighborhood-title {
    font-family: 'Cairo', sans-serif;
}

.neighborhood-project,
.neighborhood-amount,
.neighborhood-description {
    font-family: 'Cairo', sans-serif;
}

/* Donate button */
.donate-button {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}

/* About page */
.about-title,
.slide-title {
    font-family: 'Cairo', sans-serif;
}

.intro-text,
.two-col-text,
.full-text-content,
.slide-description {
    font-family: 'Cairo', sans-serif;
}

/* Navigation - keep centered */
.main-nav {
    justify-content: center !important;
}


/* Countdown */
.countdown-number {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0 !important;
}

.countdown-unit {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
}

.countdown-inner {
    direction: ltr;
}

/* Hero Section */
.hero-title {
    text-align: center;
}

/* Map Tooltip */
.map-tooltip {
    text-align: right;
}

/* Mobile Map Popup */
.map-mobile-popup {
    text-align: center;
}

.mobile-popup-donate {
    font-family: 'Cairo', sans-serif;
}

/* Content Section */
.content-section p {
    text-align: right;
}

/* Neighborhood Sections */
.neighborhood-description {
    text-align: right;
}

/* About Page */
.about-title {
    text-align: right;
}

.intro-text,
.two-col-text,
.full-text-content {
    text-align: right;
}

/* Two Column Grid - reverse for RTL */
.two-col-grid {
    direction: rtl;
}

/* Slider */
.slide-title::after {
    left: auto;
    right: 0;
}

.slide-text {
    text-align: right;
}

.slide-description {
    text-align: right;
}

.slide-discover-btn {
    font-family: 'Cairo', sans-serif;
}

/* Slider Navigation - reverse arrows */
.slider-nav {
    flex-direction: row-reverse;
}

/* Logos Section */
.logos-wrapper {
    flex-direction: row-reverse;
}

/* Responsive RTL adjustments */
@media (max-width: 768px) {
    .slide-title::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .slide-text,
    .slide-description {
        text-align: center;
    }
}

/* Scroll to Top - RTL */
.scroll-to-top {
    right: auto !important;
    left: 30px !important;
}
