/* ==========================================================================
   ULTRA MODERN 2026 BENTO LANDING PAGE
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap');

/* =========================================================
   1. CORE VARIABLES & DESIGN SYSTEM (DARK / LIGHT)
   ========================================================= */
:root {
    --bg: #f8fafc;
    --surface: #ffffff;
    --surface-hover: #f1f5f9;
    --border: rgba(0, 0, 0, 0.1);
    --border-hover: rgba(0, 0, 0, 0.2);
    --primary: #dc2626;
    --text: #0f172a;
    --text-muted: #64748b;
    --rad: 32px;
    --glass-bg: rgba(255, 255, 255, 0.85);
}
/* Basic Resets & Utilities */
.landing-2026-root * {
    box-sizing: border-box;
}

/* Sticky Footer & Robust Layout - Modern overflow-x: clip eliminates RTL dislocation */
html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    background-color: var(--bg);
    overflow-x: clip !important;
    overflow-y: auto;
    position: relative;
    box-sizing: border-box;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    background-color: var(--bg);
    overflow-x: clip !important;
    position: relative;
    box-sizing: border-box;
}
#site-wrapper {
    min-height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--bg);
    overflow-x: clip !important;
    box-sizing: border-box;
}
/* Snappy, Instant, Modern AOS Animations (No lag, no blank gaps) */
[data-aos] {
    pointer-events: auto;
    transition-duration: 0.35s !important;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, transform;
}
[data-aos=fade-up],
[data-aos=fade-down] {
    transform: translate3d(0, 12px, 0) !important;
}
[data-aos=fade-left] {
    transform: translate3d(12px, 0, 0) !important;
}
[data-aos=fade-right] {
    transform: translate3d(-12px, 0, 0) !important;
}
[data-aos=zoom-in] {
    transform: scale(0.97) !important;
}
[data-aos].aos-animate {
    transform: translate3d(0, 0, 0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.main-content-wrapper {
    flex: 1 0 auto !important;
    width: 100%;
    max-width: 100%;
    background-color: var(--bg);
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow-x: clip !important;
    box-sizing: border-box;
}

/* =========================================================
   MODERN INTEGRATED FOOTER 2026
   ========================================================= */
.site-footer-2026 {
    flex-shrink: 0 !important;
    width: 100%;
    background: #0b0f19 !important;
    color: #e2e8f0 !important;
    position: relative;
    z-index: 50;
    margin-top: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}
.site-footer-2026 .footer-top-wrap {
    padding: 60px 0 40px;
}
.site-footer-2026 .footer-brand-block {
    max-width: 380px;
}
.site-footer-2026 .footer-logo-img {
    height: 44px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.site-footer-2026 .footer-logo-text {
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.3px;
}
.site-footer-2026 .footer-bio-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #94a3b8;
}
.site-footer-2026 .footer-col-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.site-footer-2026 .footer-col-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 28px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}
[dir="ltr"] .site-footer-2026 .footer-col-title::after {
    right: auto;
    left: 0;
}
.site-footer-2026 .footer-menu-links {
    margin: 0;
    padding: 0;
}
.site-footer-2026 .footer-menu-links li {
    margin-bottom: 10px;
}
.site-footer-2026 .footer-menu-links li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.site-footer-2026 .footer-menu-links li a i {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
    transition: transform 0.25s ease, color 0.25s ease;
}
.site-footer-2026 .footer-menu-links li a:hover {
    color: #ffffff;
    transform: translateX(-4px);
}
[dir="ltr"] .site-footer-2026 .footer-menu-links li a:hover {
    transform: translateX(4px);
}
.site-footer-2026 .footer-menu-links li a:hover i {
    color: var(--primary);
}
.site-footer-2026 .footer-contact-items {
    margin-top: 15px;
}
.site-footer-2026 .footer-contact-item {
    font-size: 0.95rem;
}
.site-footer-2026 .footer-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
}
.site-footer-2026 .footer-contact-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.25s ease;
}
.site-footer-2026 .footer-contact-link:hover {
    color: var(--primary);
}
.site-footer-2026 .footer-contact-text {
    color: #94a3b8;
}
.site-footer-2026 .footer-social-links {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.site-footer-2026 .footer-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-footer-2026 .footer-social-icon:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
}
.site-footer-2026 .footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 22px 0;
    background: #070a10;
}
.site-footer-2026 .footer-copy-text {
    font-size: 0.88rem;
    color: #64748b;
}
.site-footer-2026 .footer-copy-text strong {
    color: #94a3b8;
}
@media (max-width: 768px) {
    .site-footer-2026 .footer-top-wrap {
        padding: 40px 0 25px;
    }
    .site-footer-2026 .footer-brand-block {
        text-align: center;
        max-width: 100%;
    }
    .site-footer-2026 .footer-logo {
        justify-content: center;
    }
    .site-footer-2026 .footer-social-links {
        justify-content: center;
    }
    .site-footer-2026 .footer-col-title {
        margin-top: 15px;
    }
    .site-footer-2026 .footer-bottom-bar .d-flex {
        justify-content: center !important;
        text-align: center !important;
    }
}

.landing-2026-root {
    font-family: 'Cairo', 'Outfit', sans-serif;
    background: var(--bg);
    padding: 2vw 2vw 0 2vw;
    color: var(--text);
    position: relative;
    line-height: 1.6;
    overflow-x: clip !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.landing-2026-root .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Background glows */
.landing-2026-root::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, rgba(220,38,38,0.12) 0%, transparent 60%);
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
    max-width: 100%;
}
.landing-2026-root::after {
    content: "";
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 60%);
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
    max-width: 100%;
}

/* Background grid pattern with subtle squares and lateral edge fade */
.landing-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(to right, rgba(15, 23, 42, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
    background-position: center top;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, transparent 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    opacity: 0.75;
}

@media (max-width: 768px) {
    .landing-grid-pattern {
        background-size: 28px 28px;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 92%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 92%, transparent 100%);
    }
}

.l-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

/* -----------------------------
   BENTO GRID SYSTEM
----------------------------- */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: 80px;
}

.bento-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    position: relative;
}



/* Grid areas for hero */
.bento-hero-main {
    grid-column: 1 / -1;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bento-slider {
    grid-column: 1 / -1;
    grid-row: span 1;
    padding: 0;
    min-height: 450px;
}

.bento-stat {
    grid-column: span 2;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bento-stat.accent {
    background: linear-gradient(135deg, rgba(220,38,38,0.05), transparent);
    border-color: rgba(220,38,38,0.15);
}

.bento-video {
    grid-column: 1 / -1;
    grid-row: span 1;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

/* Typography inside bento */
.pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: var(--primary);
    padding: 8px 18px;
    border-radius: 99px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    width: max-content;
}
.dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(220, 38, 38, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

.hero-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 18px;
    color: var(--text);
    text-align: center;
    letter-spacing: -0.5px;
}
.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 32px;
    max-width: 820px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--surface);
    color: var(--text) !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 99px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid var(--border);
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    background: var(--surface-hover);
    color: var(--primary) !important;
}
.btn-modern.primary {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
}
.btn-modern.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(220, 38, 38, 0.5);
    color: #ffffff !important;
}

/* Slider Bento */
.bento-slider {
    grid-column: 1 / -1;
    grid-row: span 1;
    padding: 0;
    width: 100%;
}
.bento-hero-swiper {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #0f172a;
}
.slider-bento-inner {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 420px;
    max-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0f172a;
}
.slider-bg-blur {
    position: absolute;
    inset: -20px;
    background-size: cover;
    background-position: center;
    filter: blur(25px) brightness(0.4);
    transform: scale(1.15);
    z-index: 1;
    pointer-events: none;
}
.slider-main-img {
    position: relative;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-slider:hover .slider-main-img {
    transform: scale(1.03);
}
.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 30px 24px 20px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%);
    pointer-events: none;
}
.slider-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* Bento Hero Swiper - Interactive Arrows & Touch Navigation */
.bento-hero-swiper {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.bento-hero-swiper:active {
    cursor: grabbing;
}
.bento-hero-swiper .swiper-button-next,
.bento-hero-swiper .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: rgba(15, 23, 42, 0.55) !important;
    background-size: 13px 13px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.25s ease !important;
    margin-top: -20px !important;
    z-index: 15 !important;
    opacity: 0.75 !important;
}
.bento-hero-swiper:hover .swiper-button-next,
.bento-hero-swiper:hover .swiper-button-prev {
    opacity: 1 !important;
}
.bento-hero-swiper .swiper-button-next:hover,
.bento-hero-swiper .swiper-button-prev:hover {
    background-color: var(--primary, #dc2626) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: scale(1.08);
}
.bento-hero-swiper .swiper-button-prev,
.bento-hero-swiper.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.bento-hero-swiper .swiper-button-next,
.bento-hero-swiper.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

/* Stat Boxes */
.stat-premium-box {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 36px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.stat-premium-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-color: rgba(220,38,38,0.2);
}
.stat-val {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 6px;
    color: var(--text);
}
.stat-label {
    font-size: 1.05rem;
    color: var(--text-muted);
    font-weight: 600;
}

/* -----------------------------
   SECTIONS: Works, News, Projects
----------------------------- */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
}
.sec-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
    color: var(--text);
    letter-spacing: -0.3px;
}
.text-dynamic {
    color: var(--text) !important;
}
.sec-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 8px;
    margin-bottom: 0;
}

/* Horiz scroll for cards */
.cards-scroll-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 10px 4px 30px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.cards-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome */
}

/* About Us Preview Card */
.about-preview-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 38px 34px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.about-preview-card .about-icon-circle {
    width: 50px;
    height: 50px;
    background: rgba(220,38,38,0.1);
    color: var(--primary);
    font-size: 1.3rem;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-preview-card .sec-title {
    font-size: 2rem;
    font-weight: 800;
}
.about-preview-text {
    font-size: 1.15rem;
    line-height: 1.85;
    color: var(--text);
}
.about-btn-readmore {
    padding: 10px 24px;
}

/* Horizontal Cards Scroll Indicators & Hints */
.swipe-hint-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary);
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 99px;
    animation: swipePulse 2.2s infinite ease-in-out;
    user-select: none;
    line-height: 1;
}
.swipe-hint-badge i {
    font-size: 0.82rem;
}
@keyframes swipePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.92;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

.cards-scroll-dots-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: -14px;
    margin-bottom: 24px;
    padding: 6px 0;
    width: 100%;
}
.cards-scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: var(--border, #cbd5e1);
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    position: relative;
}
.cards-scroll-dot::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -8px;
    right: -8px;
}
.cards-scroll-dot.active {
    width: 26px;
    background: var(--primary, #dc2626);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35);
}

.modern-card {
    min-width: 360px;
    max-width: 360px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.modern-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(220, 38, 38, 0.2);
}

.mc-img {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.mc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.modern-card:hover .mc-img img {
    transform: scale(1.06);
}
.mc-date {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    padding: 5px 12px;
    border-radius: 99px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
}
.mc-content {
    padding: 18px 6px 6px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mc-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}
.mc-content h4 a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s;
}
.mc-content h4 a:hover {
    color: var(--primary);
}
.mc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border);
    padding-top: 14px;
}
.read-more {
    color: var(--text-muted);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, gap 0.3s;
}
.modern-card:hover .read-more {
    color: var(--primary);
    gap: 12px;
}

/* Partners Grid (Desktop) */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    padding: 20px 0;
}
.partner-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.partner-card:hover {
    background: var(--surface-hover);
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.06);
    border-color: rgba(220,38,38,0.2);
}
.partner-logo-grid {
    max-height: 60px;
    max-width: 140px;
    filter: none;
    opacity: 0.88;
    transition: all 0.3s;
    object-fit: contain;
}
.partner-card:hover .partner-logo-grid {
    opacity: 1;
    transform: scale(1.06);
}

/* Mobile Seamless Partners Marquee (Enhanced Large Sizing) */
.css-marquee-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.css-marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 24s linear infinite;
}
.css-marquee-track:hover {
    animation-play-state: paused;
}
.css-marquee-items {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
}
.partner-marquee-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 16px 24px;
    min-width: 175px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-logo {
    max-height: 64px;
    max-width: 135px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 0.95;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.partner-marquee-card:hover .partner-logo {
    opacity: 1;
    transform: scale(1.06);
}
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Contact Bento Section (Vibrant Primary Red Treatment) */
.landing-contact-section {
    position: relative;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
}

.contact-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-top: 36px;
    margin-bottom: 0 !important;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    padding: 44px;
    box-shadow: 0 25px 60px rgba(220, 38, 38, 0.28);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}
.contact-bento::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
}
.contact-info-box {
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.contact-info-box .pill-tag {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
}
.contact-info-box .sec-title {
    color: #ffffff !important;
}
.contact-info-box .sec-subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
}
.contact-info-box .social-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s;
    text-decoration: none;
}
.contact-info-box .social-circle:hover {
    background: #ffffff !important;
    color: var(--primary) !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
}
.contact-info-box .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}
.contact-info-box .text-dynamic,
.contact-info-box a.text-dynamic {
    color: #ffffff !important;
}
.contact-info-box a.text-dynamic:hover {
    color: #fef08a !important;
}
.contact-social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.contact-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transition: all 0.25s ease;
    text-decoration: none !important;
}
.contact-social-btn:hover {
    background: #ffffff;
    color: var(--primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.contact-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 8px 18px;
    border-radius: 99px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
    margin-top: 14px;
}
.contact-whatsapp-btn:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
}
.contact-form-box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 36px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
}
.contact-form-box .modern-input {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}
.contact-form-box .modern-input::placeholder {
    color: #94a3b8 !important;
}
.contact-form-box .modern-input:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35) !important;
}
.contact-form-box .btn-modern.primary {
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
    border: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}
.contact-form-box .btn-modern.primary:hover {
    background: #1e293b !important;
    transform: translateY(-2px);
}
.social-circles {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}
.social-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--surface-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-size: 1.2rem;
    border: 1px solid var(--border);
    transition: all 0.3s;
    text-decoration: none;
    box-sizing: border-box;
}
.social-circle:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transform: translateY(-3px);
}

.modern-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box !important;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px 20px;
    color: var(--text);
    margin-bottom: 16px;
    font-family: inherit;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.modern-input::placeholder {
    color: var(--text-muted);
}
.modern-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-glow);
}
.modern-textarea {
    min-height: 150px;
    resize: vertical;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Story Section */
.story-content {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.8;
}
.story-content iframe,
.story-content video {
    display: block !important;
    margin: 20px auto !important;
    width: 100% !important;
    max-width: 800px !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Animated Charts Section */
.animated-chart-bars {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.chart-bar-wrap .cb-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
}
.chart-bar-wrap .cb-track {
    height: 12px;
    background: var(--border);
    border-radius: 99px;
    overflow: hidden;
}
.chart-bar-wrap .cb-fill {
    height: 100%;
    width: 0; /* starts at 0 */
    border-radius: 99px;
    will-change: width;
}

.growth-circle {
    position: relative;
    width: 220px;
    height: 220px;
}
.circular-chart {
    display: block;
    width: 100%;
    height: 100%;
}
.circle-bg {
    fill: none;
    stroke: rgba(0,0,0,0.05);
    stroke-width: 3.8;
}
.circle-path {
    fill: none;
    stroke: var(--primary);
    stroke-width: 2.8;
    stroke-linecap: round;
    will-change: stroke-dasharray;
}
.growth-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.growth-text .val {
    display: block;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
    color: var(--text);
    font-family: 'Outfit', sans-serif;
}
.growth-text .lbl {
    font-size: 1rem;
    color: var(--text-muted);
}

/* Bento Grid Responsive Base */
@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bento-hero-main { grid-column: span 2; }
    .bento-slider { grid-column: span 2; }
    .bento-stat { grid-column: span 1; }
    .bento-video { grid-column: span 2; }
    .contact-bento { grid-template-columns: 1fr; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
}
@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
    .bento-grid > * {
        grid-column: 1 / -1 !important;
    }
    .bento-stat {
        padding: 20px;
    }
    .hero-title { font-size: clamp(1.8rem, 6vw, 2.3rem); }
    .contact-info-box, .contact-form-box { padding: 24px 18px; }
    .bento-slider { min-height: auto !important; }
    .slider-bento-inner {
        aspect-ratio: 16 / 9 !important;
        min-height: 220px !important;
        max-height: 360px !important;
    }
    .slider-content {
        padding: 20px 16px 14px;
    }
    .slider-content h3 {
        font-size: 1.15rem;
    }
    .bento-hero-swiper .swiper-button-next,
    .bento-hero-swiper .swiper-button-prev {
        width: 32px !important;
        height: 32px !important;
        background-size: 11px 11px !important;
        margin-top: -16px !important;
        display: flex !important;
        opacity: 0.8 !important;
    }
    .video-wrap video { object-fit: cover; }
}

.full-width-stats-strip {
    width: 100%;
    max-width: 100%;
    overflow: hidden !important;
    box-sizing: border-box;
}

/* -----------------------------
   MODERN NAVBAR 2026 (DESKTOP & BASE)
----------------------------- */
.navbar-2026 {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1200px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 99px;
    border: 1px solid var(--border);
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    box-sizing: border-box;
}
body.light-mode .navbar-2026 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Explicit Direction Controls for Modern Navbar */
[dir="rtl"] .navbar-2026,
body.site-rtl .navbar-2026,
.navbar-2026[dir="rtl"] {
    direction: rtl !important;
}
[dir="ltr"] .navbar-2026,
body.site-ltr .navbar-2026,
.navbar-2026[dir="ltr"] {
    direction: ltr !important;
}

[dir="rtl"] .navbar-2026 .nav-start-group,
body.site-rtl .navbar-2026 .nav-start-group {
    flex-direction: row !important;
}
[dir="rtl"] .navbar-2026 .nav-end-group,
body.site-rtl .navbar-2026 .nav-end-group {
    flex-direction: row !important;
}

[dir="ltr"] .navbar-2026 .nav-start-group,
body.site-ltr .navbar-2026 .nav-start-group {
    flex-direction: row !important;
}
[dir="ltr"] .navbar-2026 .nav-end-group,
body.site-ltr .navbar-2026 .nav-end-group {
    flex-direction: row !important;
}
.navbar-brand-2026 img {
    height: 38px;
    width: auto;
    display: block;
}
.nav-start-group {
    display: flex;
    align-items: center;
    gap: 24px;
}
.nav-end-group {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-links-2026 {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.nav-links-2026 li a {
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s;
    font-family: 'Cairo', sans-serif;
    white-space: nowrap;
}
.nav-links-2026 li a:hover,
.nav-links-2026 li a.active-link {
    color: var(--primary);
}

/* Dropdown CSS for Desktop Navbar */
.nav-dropdown-2026 {
    position: relative;
}
.dropdown-menu-2026 {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    list-style: none;
    padding: 8px 0;
    margin: 10px 0 0 0;
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    z-index: 1005;
}
[dir="ltr"] .dropdown-menu-2026 {
    right: auto;
    left: 0;
}
.nav-dropdown-2026:hover .dropdown-menu-2026 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu-2026 li a {
    display: block !important;
    padding: 8px 20px !important;
    color: var(--text) !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    white-space: nowrap;
    border-radius: 0 !important;
    font-weight: 500 !important;
    transition: all 0.2s ease;
}
.dropdown-menu-2026 li a:hover {
    background: var(--surface-hover);
    color: var(--primary) !important;
    padding-right: 24px !important;
}
[dir="ltr"] .dropdown-menu-2026 li a:hover {
    padding-right: 20px !important;
    padding-left: 24px !important;
}

.nav-action-btn {
    background: var(--primary);
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 99px;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    transition: all 0.25s ease;
}
.nav-action-btn:hover {
    box-shadow: 0 5px 15px rgba(220,38,38,0.4);
    transform: translateY(-1px);
}
.nav-secondary-btn {
    background: var(--surface-hover);
    border: 1px solid var(--border);
    color: var(--text) !important;
    padding: 6px 18px;
    border-radius: 99px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.nav-secondary-btn:hover {
    background: var(--border);
    color: var(--primary) !important;
}
.lang-switch-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 99px;
    background: var(--surface-hover);
    border: 1px solid var(--border);
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.lang-switch-pill:hover {
    border-color: var(--primary);
}
.nav-toggle-btn {
    display: none;
    background: var(--surface-hover);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 1.25rem;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.nav-toggle-btn:hover {
    background: var(--border);
    color: var(--primary);
}

/* -----------------------------
   MOBILE DRAWER & BACKDROP 2026
----------------------------- */
.mobile-drawer-backdrop-2026 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-drawer-backdrop-2026.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer-2026 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: min(86vw, 360px);
    height: 100vh;
    height: 100dvh;
    background: var(--surface);
    z-index: 99999;
    flex-direction: column;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    box-sizing: border-box;
}
/* In Arabic (RTL): Hamburger button is on the LEFT -> Drawer opens from the LEFT */
[dir="rtl"] .mobile-drawer-2026,
body.site-rtl .mobile-drawer-2026,
.mobile-drawer-2026[dir="rtl"] {
    left: 0 !important;
    right: auto !important;
    border-right: 1px solid var(--border) !important;
    border-left: none !important;
    transform: translateX(-105%) !important;
    direction: rtl !important;
    text-align: right !important;
}
[dir="rtl"] .mobile-drawer-2026.open,
body.site-rtl .mobile-drawer-2026.open,
.mobile-drawer-2026.open[dir="rtl"] {
    transform: translateX(0) !important;
}

/* In English (LTR): Hamburger button is on the RIGHT -> Drawer opens from the RIGHT */
[dir="ltr"] .mobile-drawer-2026,
body.site-ltr .mobile-drawer-2026,
.mobile-drawer-2026[dir="ltr"] {
    right: 0 !important;
    left: auto !important;
    border-left: 1px solid var(--border) !important;
    border-right: none !important;
    transform: translateX(105%) !important;
    direction: ltr !important;
    text-align: left !important;
}
[dir="ltr"] .mobile-drawer-2026.open,
body.site-ltr .mobile-drawer-2026.open,
.mobile-drawer-2026.open[dir="ltr"] {
    transform: translateX(0) !important;
}

/* Drawer Header */
.drawer-header-2026 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
    background: var(--surface);
}
.drawer-brand-2026 {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.drawer-brand-2026 img {
    height: 34px;
    width: auto;
}
.drawer-brand-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text);
}
.drawer-close-btn-2026 {
    background: var(--surface-hover);
    border: 1px solid var(--border);
    color: var(--text-muted);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s;
}
.drawer-close-btn-2026:hover {
    color: var(--primary);
    background: var(--border);
}

/* Drawer Body */
.drawer-body-2026 {
    padding: 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.drawer-nav-list-2026 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.drawer-nav-list-2026 > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--text);
    text-decoration: none !important;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: inherit;
    font-family: inherit;
    transition: all 0.2s ease;
}
.drawer-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--text);
    text-decoration: none !important;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: inherit;
    font-family: inherit;
    transition: all 0.2s ease;
}
.drawer-nav-list-2026 > li > a i,
.drawer-accordion-toggle i {
    width: 20px;
    text-align: center;
    color: var(--primary);
}
.drawer-nav-list-2026 > li > a:hover,
.drawer-accordion-toggle:hover,
.drawer-nav-list-2026 > li > a.active-link,
.drawer-accordion-toggle.active-link {
    background: var(--surface-hover);
    color: var(--primary);
}

/* Touch Accordions */
.drawer-accordion-item {
    display: flex;
    flex-direction: column;
}
.drawer-accordion-item .accordion-arrow {
    font-size: 0.82rem;
    color: var(--text-muted) !important;
    transition: transform 0.25s ease;
}
.drawer-accordion-item.open .accordion-arrow {
    transform: rotate(180deg);
    color: var(--primary) !important;
}
.drawer-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
body.light-mode .drawer-sub-menu {
    background: rgba(0, 0, 0, 0.03);
}
.drawer-accordion-item.open .drawer-sub-menu {
    max-height: 480px;
    padding: 6px 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.drawer-sub-menu li a {
    display: block;
    padding: 8px 18px 8px 36px;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s;
    border-radius: 8px;
}
[dir="rtl"] .drawer-sub-menu li a,
body.site-rtl .drawer-sub-menu li a {
    padding: 8px 36px 8px 18px !important;
}
[dir="ltr"] .drawer-sub-menu li a,
body.site-ltr .drawer-sub-menu li a {
    padding: 8px 18px 8px 36px !important;
}
.drawer-sub-menu li a:hover {
    color: var(--primary);
    background: var(--surface-hover);
}

/* Drawer Action Buttons */
.drawer-actions-2026 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
.drawer-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary) 0%, #b91c1c 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.35);
    transition: all 0.25s;
}
.drawer-btn-primary:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}
.drawer-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 14px;
    background: var(--surface-hover);
    border: 1px solid var(--border);
    color: var(--text) !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.25s;
}
.drawer-btn-secondary:hover {
    background: var(--border);
    color: var(--primary) !important;
}

body.mobile-nav-locked {
    overflow: hidden !important;
    touch-action: none;
}

/* -----------------------------
   MAP SECTION
----------------------------- */
.map-bento-container {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    position: relative;
}
#iraq-map {
    height: 600px;
    width: 100%;
}
.highcharts-background {
    fill: transparent !important;
}
.highcharts-map-series .highcharts-point {
    stroke: rgba(220, 38, 38, 0.2);
    stroke-width: 1px;
}
.highcharts-map-series .highcharts-point:hover {
    fill: rgba(239, 68, 68, 0.75) !important;
    transition: fill 0.3s;
}
.highcharts-tooltip-box {
    fill: rgba(0,0,0,0.85);
    stroke: rgba(0,0,0,0.1);
    stroke-width: 1px;
}
.highcharts-tooltip text {
    fill: #fff !important;
    font-family: 'Cairo', sans-serif !important;
}

/* Premium Stats Strip */
.full-width-stats-strip {
    box-shadow: none;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.stat-premium-box {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 35px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}
.stat-premium-box:hover {
    background: var(--surface-hover);
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.stat-icon i {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.stat-premium-box:hover .stat-icon i {
    transform: scale(1.2) rotate(8deg);
    color: var(--primary) !important;
}

/* ==========================================================================
   2026 GLOBAL SITE-WIDE DESIGN SYSTEM & INNER PAGE COMPONENTS
   ========================================================================== */

/* Universal Page Container */
.page-container-modern {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 80px;
    position: relative;
    z-index: 10;
}

/* Modern Page Header Banner */
.page-header-modern {
    text-align: center;
    padding: 40px 20px 50px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(220, 38, 38, 0.04) 0%, transparent 100%);
    border: 1px solid var(--border);
}
.page-header-modern::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 180px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.12) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
}
.page-header-modern .page-title {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: var(--text);
    margin: 14px 0 12px;
    letter-spacing: -0.5px;
    position: relative;
}
.page-header-modern .page-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
    position: relative;
}

/* Modern Breadcrumbs */
.breadcrumb-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 99px;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    list-style: none;
}
.breadcrumb-modern a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb-modern a:hover {
    color: var(--primary);
}
.breadcrumb-modern .active {
    color: var(--primary);
    font-weight: 700;
}
.breadcrumb-modern .divider {
    font-size: 0.75rem;
    opacity: 0.5;
}

/* Filter Pills Bar */
.filter-pills-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 99px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 99px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-muted);
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}
.filter-pill:hover {
    color: var(--primary);
    background: var(--surface-hover);
}
.filter-pill.active {
    background: var(--primary);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
}
@media (max-width: 768px) {
    .filter-pills-bar {
        border-radius: 20px;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px;
    }
}

/* Modern Universal Cards Grid */
.cards-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-bottom: 40px;
}
@media (max-width: 480px) {
    .cards-grid-modern {
        grid-template-columns: 1fr;
    }
}

/* Standardized Modern Card */
.card-item-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    height: 100%;
}
.card-item-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border-color: var(--border-hover);
}
.card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}
.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-item-modern:hover .card-img-wrap img {
    transform: scale(1.05);
}
.card-floating-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 99px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
[dir="rtl"] .card-floating-badge {
    left: auto;
    right: 14px;
}
.card-date-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #cbd5e1;
    font-size: 0.78rem;
    padding: 4px 12px;
    border-radius: 99px;
    z-index: 2;
}
[dir="rtl"] .card-date-badge {
    left: auto;
    right: 14px;
}
.card-body-modern {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.card-title-modern {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    color: var(--text);
}
.card-title-modern a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.2s;
}
.card-title-modern a:hover {
    color: var(--primary);
}
.card-excerpt-modern {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-footer-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    margin-top: auto;
}
.card-link-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: transform 0.2s;
}
.card-link-cta:hover {
    transform: translateX(-4px);
    color: var(--primary-dark);
}
[dir="ltr"] .card-link-cta:hover {
    transform: translateX(4px);
}

/* Article / Show Detail Modern Layout */
.article-container-modern {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 80px;
    position: relative;
    z-index: 10;
}
.article-header-modern {
    text-align: center;
    margin-bottom: 32px;
}
.article-title-modern {
    font-size: clamp(2rem, 3.5vw, 2.7rem);
    font-weight: 800;
    line-height: 1.4;
    color: var(--text);
    margin: 16px 0 20px;
}
.article-meta-bar {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 0.9rem;
    color: var(--text-muted);
    padding: 8px 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 99px;
    margin-bottom: 24px;
}
.article-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.article-featured-media {
    position: relative;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border);
    background: #0f172a;
}
.article-featured-media img {
    width: 100%;
    height: auto;
    max-height: 540px;
    object-fit: cover;
    display: block;
}
.article-card-shell {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 44px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .article-card-shell {
        padding: 24px;
    }
}
.article-prose {
    font-size: 1.15rem;
    line-height: 2;
    color: var(--text);
}
.article-prose p {
    margin-bottom: 24px;
}
.article-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 20px 0;
}
.article-prose h2, .article-prose h3, .article-prose h4 {
    font-weight: 800;
    color: var(--text);
    margin: 36px 0 18px;
}
.article-prose blockquote {
    border-right: 4px solid var(--primary);
    padding: 18px 24px;
    background: var(--surface-hover);
    border-radius: 12px;
    margin: 30px 0;
    font-style: italic;
}
[dir="ltr"] .article-prose blockquote {
    border-right: none;
    border-left: 4px solid var(--primary);
}

/* Attachment Download Box */
.attachment-download-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: var(--surface-hover);
    border: 1px solid var(--border);
    border-radius: 18px;
    margin: 32px 0;
}
.attachment-download-box .att-info {
    display: flex;
    align-items: center;
    gap: 14px;
}
.attachment-download-box .att-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(220, 38, 38, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

/* Modern Share Bar */
.modern-share-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    margin-top: 36px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.share-links-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}
.share-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-hover);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 1.1rem;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0;
}
.share-btn:hover {
    transform: translateY(-3px);
    color: #ffffff;
}
.share-btn.fb:hover { background: #1877f2; border-color: #1877f2; }
.share-btn.tw:hover { background: #000000; border-color: #000000; }
.share-btn.wa:hover { background: #25d366; border-color: #25d366; }
.share-btn.tg:hover { background: #0088cc; border-color: #0088cc; }
.share-btn.cp:hover { background: var(--primary); border-color: var(--primary); }

/* Copy Toast Notification */
.copy-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #0f172a;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 99px;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}
.copy-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* Branch Location Card */
.branch-card-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}
.branch-card-modern:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}
.branch-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.branch-city-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text);
    margin: 0;
}
.branch-item-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    color: var(--text);
}
.branch-item-row i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(220, 38, 38, 0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.branch-item-row a {
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.branch-item-row a:hover {
    color: var(--primary);
}

/* Donation Page Styling */
.donation-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
    margin-bottom: 50px;
}
.donation-card-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.donation-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
    border-color: var(--border-hover);
}
.donation-wallet-row {
    background: var(--surface-hover);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    transition: all 0.2s;
}
.donation-wallet-row:hover {
    background: var(--surface);
    border-color: var(--primary);
}
.copy-inline-btn {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.copy-inline-btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

/* SuperQi Section & Instagram Reel */
.superqi-card {
    border-color: rgba(243, 205, 0, 0.25);
}
.superqi-card:hover {
    border-color: #F3CD00;
}
.superqi-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.superqi-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
.superqi-video-wrap,
.vimeo-video-wrap {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    border: 1px solid var(--border);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
    aspect-ratio: 9 / 16;
}
.superqi-video-wrap iframe,
.vimeo-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.vimeo-btn {
    background: linear-gradient(135deg, #1ab7ea 0%, #0077b5 100%);
    color: #ffffff !important;
    border: none !important;
    font-weight: 700;
    border-radius: 14px;
    padding: 13px 20px;
    font-size: 0.95rem;
    box-shadow: 0 6px 20px rgba(26, 183, 234, 0.28);
    transition: all 0.3s ease;
}
.vimeo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 183, 234, 0.45);
    color: #ffffff !important;
}
.zaincash-logo-badge {
    transition: transform 0.2s ease;
}
.zaincash-logo-badge:hover {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .vimeo-video-wrap {
        max-width: 280px;
    }
}

/* Membership / Volunteer Onboarding */
.onboarding-hero-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 32px;
    padding: 60px 40px;
    color: #f8fafc;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.onboarding-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}
.policy-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}
.policy-card h4 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 12px;
}
.policy-card ol, .policy-card ul {
    padding-right: 20px;
    line-height: 1.9;
    color: var(--text-muted);
}
[dir="ltr"] .policy-card ol, [dir="ltr"] .policy-card ul {
    padding-right: 0;
    padding-left: 20px;
}

/* Modern Form Shell */
.form-shell-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 44px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .form-shell-modern {
        padding: 24px 18px;
    }
}
.form-group-modern {
    margin-bottom: 24px;
}
.form-label-modern {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 8px;
}
.form-check-modern-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.form-check-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--surface-hover);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 18px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
}
.form-check-modern:hover {
    border-color: var(--primary);
}
.form-check-modern input {
    accent-color: var(--primary);
    width: 18px;
    height: 18px;
}

/* Gallery Photo Cards */
.gallery-card-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: all 0.35s ease;
}
.gallery-card-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-card-modern:hover img {
    transform: scale(1.08);
}
.gallery-card-modern .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #ffffff;
}
.gallery-card-modern:hover .gallery-overlay {
    opacity: 1;
}

/* Video Showcase Cards */
.video-card-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.video-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.video-embed-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}
.video-embed-wrap iframe,
.video-embed-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Testimonial Cards */
.testimonial-card-modern {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
}
.testimonial-card-modern:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.testimonial-quote-mark {
    font-size: 3rem;
    color: rgba(220, 38, 38, 0.2);
    line-height: 1;
    margin-bottom: 12px;
}
.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 24px;
    font-style: italic;
}
.testimonial-author-row {
    display: flex;
    align-items: center;
    gap: 14px;
}
.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
}

/* Modern Pagination */
.pagination-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
    list-style: none;
    padding: 0;
}
.pagination-modern li a,
.pagination-modern li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: all 0.2s;
}
.pagination-modern li.active span,
.pagination-modern li a:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}
.pagination-modern li.disabled span {
    opacity: 0.4;
    cursor: not-allowed;
}

/* 404 Error Page */
.error-page-modern {
    text-align: center;
    padding: 80px 20px;
    max-width: 600px;
    margin: 0 auto;
}
.error-code-badge {
    font-size: clamp(6rem, 12vw, 9rem);
    font-weight: 900;
    line-height: 1;
    color: var(--primary);
    text-shadow: 0 10px 30px rgba(220, 38, 38, 0.25);
    margin-bottom: 20px;
}

/* ==========================================================================
   GLOBAL VIEWPORT & OVERFLOW SAFEGUARDS
   ========================================================================== */
html, body {
    overflow-x: clip !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}

#site-wrapper,
.main-content-wrapper,
.landing-2026-root {
    overflow-x: clip !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* ==========================================================================
   DESKTOP & LARGE SCREENS ARCHITECTURE (min-width: 992px)
   ========================================================================== */
@media (min-width: 992px) {
    /* Hide all mobile navigation elements on desktop */
    .mobile-drawer-2026,
    .mobile-drawer-backdrop-2026,
    .nav-toggle-btn {
        display: none !important;
    }

    /* Desktop Navigation Bar */
    .navbar-2026 {
        display: flex !important;
    }
    .nav-links-desktop-2026 {
        display: flex !important;
    }

    /* Bento Grids on Desktop */
    .bento-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto;
        gap: 20px;
        margin-bottom: 80px;
    }
    .analytics-bento-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }
    .projects-bento-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px;
    }
    .cards-grid-modern {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 28px;
    }

    /* Horizontal Cards Scroll on Desktop */
    .cards-scroll-container .modern-card {
        min-width: 360px;
        max-width: 360px;
    }

    /* Highcharts Iraq Map on Desktop */
    #iraq-map {
        height: 550px !important;
    }

    /* Stats Strip Desktop Sizing */
    .stat-val {
        font-size: 2.8rem;
    }
}

/* ==========================================================================
   MOBILE & TABLET UNIVERSAL ACCESSIBILITY & VISIBILITY HOTFIX (<= 991px)
   Guarantee 100% instant visibility for all animated elements:
   Prevents elements from staying at opacity: 0 when scroll events are altered
   ========================================================================== */
@media (max-width: 991px) {
    /* Hide heavy blurred pseudo-elements on mobile that expand layout bounds and distort RTL scroll */
    .landing-2026-root::before,
    .landing-2026-root::after,
    .contact-bento::before {
        display: none !important;
    }

    /* Guarantee 100% instant visibility for all elements on mobile/tablet */
    html body [data-aos],
    html body [data-aos][data-aos],
    html body [data-aos^=fade],
    html body [data-aos^=fade][data-aos^=fade],
    html body [data-aos^=zoom],
    html body [data-aos^=zoom][data-aos^=zoom],
    html body [data-aos^=slide],
    html body [data-aos^=slide][data-aos^=slide],
    html body [data-aos^=flip],
    html body [data-aos^=flip][data-aos^=flip] {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        filter: none !important;
        transition: none !important;
    }

    .bento-hero-main,
    .bento-slider,
    .bento-item {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
}

/* ==========================================================================
   TABLET ARCHITECTURE (769px to 991px)
   ========================================================================== */
@media (min-width: 769px) and (max-width: 991px) {
    /* Show mobile drawer trigger & hide desktop links */
    .nav-links-desktop-2026 {
        display: none !important;
    }
    .nav-toggle-btn {
        display: inline-flex !important;
    }
    .mobile-drawer-2026,
    .mobile-drawer-backdrop-2026 {
        display: flex;
    }

    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .analytics-bento-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }
    .projects-bento-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }
    .cards-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #iraq-map {
        height: 420px !important;
    }
    .stat-val {
        font-size: 2.2rem;
    }
}

/* ==========================================================================
   MOBILE ARCHITECTURE (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
    /* 1. Mobile Navigation Header Bar */
    .navbar-2026 {
        position: fixed;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        padding: 6px 14px !important;
        border-radius: 99px !important;
        margin: 0 !important;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-brand-2026 img {
        height: 32px !important;
    }
    .nav-links-desktop-2026 {
        display: none !important;
    }
    .nav-end-group {
        gap: 8px !important;
    }
    .nav-toggle-btn {
        display: inline-flex !important;
        width: 38px;
        height: 38px;
        font-size: 1.15rem;
    }
    .main-content-wrapper {
        padding-top: 80px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* 2. Mobile Drawer Display Activation */
    .mobile-drawer-2026,
    .mobile-drawer-backdrop-2026 {
        display: flex;
    }

    /* 3. Pure Single-Column Mobile Stacking for Bento Hero & Other Grids */
    .bento-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
        margin-bottom: 32px !important;
        box-sizing: border-box !important;
    }
    .bento-hero-main {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    .bento-hero-main .pill-tag {
        margin-bottom: 14px !important;
        font-size: 0.85rem !important;
        padding: 6px 14px !important;
    }
    .bento-hero-main .hero-title {
        font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
        line-height: 1.35 !important;
        margin-bottom: 12px !important;
        width: 100% !important;
    }
    .bento-hero-main .hero-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.8 !important;
        margin-bottom: 20px !important;
        padding: 0 4px !important;
        width: 100% !important;
    }
    .bento-hero-main .d-flex {
        width: 100% !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    .bento-hero-main .btn-modern {
        padding: 11px 18px !important;
        font-size: 0.92rem !important;
    }
    .bento-slider {
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    .bento-hero-swiper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        border-radius: 26px !important;
        overflow: hidden !important;
    }
    .slider-bento-inner {
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        min-height: 195px !important;
        max-height: 260px !important;
        box-sizing: border-box !important;
    }
    .slider-main-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
    }
    .slider-content {
        padding: 14px 14px 10px !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%) !important;
    }
    .slider-content h3 {
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
        margin-bottom: 2px !important;
    }

    /* Mobile About Us Preview Card - Compact & Clean */
    .about-preview-card {
        padding: 20px 16px !important;
        border-radius: 20px !important;
    }
    .about-preview-card .about-icon-circle {
        width: 38px !important;
        height: 38px !important;
        font-size: 1.05rem !important;
    }
    .about-preview-card .sec-title {
        font-size: 1.35rem !important;
    }
    .about-preview-text {
        font-size: 0.88rem !important;
        line-height: 1.58 !important;
        margin-bottom: 14px !important;
        color: var(--text-muted) !important;
    }
    .about-preview-text p {
        font-size: 0.88rem !important;
        line-height: 1.58 !important;
        margin-bottom: 8px !important;
    }
    .about-btn-readmore {
        padding: 8px 18px !important;
        font-size: 0.88rem !important;
    }

    .analytics-bento-grid,
    .projects-bento-grid,
    .cards-grid-modern {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 36px !important;
        box-sizing: border-box !important;
    }
    .analytics-bento-grid > *,
    .projects-bento-grid > * {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .bento-item {
        border-radius: 20px !important;
        padding: 20px 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 4. Contact & Story Bento Single-Column Stack */
    .landing-contact-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .contact-bento {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 24px 16px !important;
        border-radius: 22px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .contact-info-box {
        padding: 0 !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .contact-form-box {
        padding: 20px 16px !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 10px !important;
    }
    .contact-form-box .modern-input {
        padding: 12px 14px !important;
        margin-bottom: 12px !important;
        font-size: 0.92rem !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }
    .contact-form-box .modern-textarea {
        min-height: 110px !important;
    }
    .contact-form-box .btn-modern.primary {
        padding: 13px 18px !important;
        font-size: 0.95rem !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }
    .story-featured-box {
        width: 100% !important;
        max-width: 100% !important;
        padding: 24px 16px !important;
        border-radius: 22px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .story-featured-box .position-absolute {
        display: none !important;
    }
    .story-featured-box .row {
        gap: 20px;
    }

    /* 5. Smooth Touch Carousel for Cards Scroll Container */
    .cards-scroll-container {
        display: flex !important;
        gap: 14px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 8px 12px 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        scrollbar-width: none;
    }
    .cards-scroll-container::-webkit-scrollbar {
        display: none;
    }
    .cards-scroll-container .modern-card {
        min-width: 82vw !important;
        max-width: 320px !important;
        flex-shrink: 0 !important;
        scroll-snap-align: start !important;
        margin-bottom: 0 !important;
        border-radius: 20px !important;
        padding: 14px !important;
    }
    .cards-scroll-container .mc-img {
        height: 180px !important;
        border-radius: 14px !important;
    }

    /* 6. Highcharts Iraq Map Responsive Height */
    .map-bento-container,
    #iraq-map,
    #iraq-map .highcharts-container,
    #iraq-map svg,
    #volunteers-chart,
    #volunteers-chart .highcharts-container,
    #volunteers-chart svg {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    #iraq-map {
        height: 310px !important;
        width: 100% !important;
    }
    .map-bento-container {
        padding: 10px 0 !important;
    }
    /* 6.5. Mobile Partners Marquee - Large, Crisp, and Prominent */
    .css-marquee-wrap {
        padding: 22px 0 !important;
    }
    .css-marquee-items {
        gap: 20px !important;
    }
    .partner-marquee-card {
        min-width: 175px !important;
        height: 98px !important;
        padding: 16px 24px !important;
        border-radius: 22px !important;
        box-shadow: 0 6px 20px rgba(0,0,0,0.05) !important;
    }
    .partner-logo {
        max-height: 64px !important;
        max-width: 135px !important;
        filter: none !important;
        opacity: 0.95 !important;
    }

    /* 7. Stats Counter Strip on Mobile */
    .stat-premium-box {
        padding: 18px 10px !important;
        border-radius: 18px !important;
    }
    .stat-val {
        font-size: 1.85rem !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }
    .stat-icon i {
        font-size: 1.5rem !important;
    }
    .stat-label {
        font-size: 0.92rem !important;
    }

    /* 8. Modern Typography & Containers on Mobile */
    .l-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
    .landing-2026-root {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 0 0 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .landing-2026-root .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .sec-title {
        font-size: clamp(1.4rem, 5vw, 1.85rem) !important;
    }
    .sec-subtitle {
        font-size: 0.92rem !important;
    }
    .hero-badge-pill {
        padding: 5px 12px !important;
        font-size: 0.82rem !important;
    }

    /* 9. Detail Pages, Forms, and Filter Pills */
    .page-header-modern {
        padding: 30px 16px 36px !important;
        margin-bottom: 25px !important;
        border-radius: 20px !important;
    }
    .filter-pills-bar {
        width: 100% !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 8px !important;
        border-radius: 16px !important;
        gap: 8px !important;
    }
    .filter-pill {
        flex-shrink: 0 !important;
        padding: 6px 14px !important;
        font-size: 0.88rem !important;
    }
    .article-card-shell {
        padding: 22px 16px !important;
        border-radius: 20px !important;
    }
    .article-prose {
        font-size: 1.05rem !important;
        line-height: 1.85 !important;
    }
    .form-shell-modern {
        padding: 24px 16px !important;
        border-radius: 20px !important;
    }

    /* 10. Social Share Bar on Mobile */
    .modern-share-bar,
    .share-bar-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
        padding: 18px 16px !important;
    }
    .modern-share-bar > div:first-child {
        justify-content: center !important;
        width: 100% !important;
    }
    .share-links-group,
    .share-buttons-group {
        justify-content: center !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        gap: 8px !important;
    }
}

/* ==========================================================================
   EXTRA SMALL MOBILE (max-width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
    .navbar-2026 {
        width: calc(100% - 16px) !important;
        padding: 6px 12px !important;
    }
    .drawer-header-2026 {
        padding: 14px 16px;
    }
    .drawer-body-2026 {
        padding: 12px;
    }
    .stat-val {
        font-size: 1.65rem !important;
    }
    .stat-premium-box {
        padding: 14px 8px !important;
    }
    .stat-label {
        font-size: 0.85rem !important;
    }
    .cards-scroll-container .modern-card {
        min-width: 85vw !important;
    }
    #iraq-map {
        height: 280px !important;
    }
    .slider-bento-inner {
        aspect-ratio: 16 / 9 !important;
        min-height: 180px !important;
        max-height: 225px !important;
    }
    .about-preview-card {
        padding: 16px 14px !important;
    }
    .about-preview-text,
    .about-preview-text p {
        font-size: 0.85rem !important;
        line-height: 1.52 !important;
    }
    .partner-marquee-card {
        min-width: 160px !important;
        height: 92px !important;
        padding: 14px 18px !important;
        border-radius: 20px !important;
    }
    .partner-logo {
        max-height: 58px !important;
        max-width: 125px !important;
        filter: none !important;
        opacity: 0.95 !important;
    }
}

/* ==========================================================================
   COMPLETE GLOBAL RTL (RIGHT-TO-LEFT) DESIGN SYSTEM 2026
   Ensures 100% authentic Arabic alignment, typography, and component flow
   ========================================================================== */

/* Universal Root and Body Alignment */
html[dir="rtl"],
body[dir="rtl"],
body.site-rtl,
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] body,
body[dir="rtl"],
body.site-rtl {
    text-align: right !important;
}

/* Typography & Prose in RTL */
[dir="rtl"] p,
[dir="rtl"] .article-prose,
[dir="rtl"] .article-prose p,
[dir="rtl"] .card-body-modern,
[dir="rtl"] .card-excerpt-modern,
[dir="rtl"] .card-title-modern,
[dir="rtl"] .sec-subtitle,
[dir="rtl"] .page-subtitle,
[dir="rtl"] .about-preview-text,
[dir="rtl"] .about-preview-text p,
[dir="rtl"] .about-detail-body,
[dir="rtl"] .mc-content,
[dir="rtl"] .mc-content h4,
[dir="rtl"] .testimonial-text,
[dir="rtl"] .contact-info-box,
[dir="rtl"] .contact-form-box,
[dir="rtl"] .partner-stat-card,
[dir="rtl"] .branch-card-modern,
[dir="rtl"] .drawer-brand-name,
[dir="rtl"] .drawer-brand-sub {
    text-align: right !important;
}

/* Headings in RTL */
[dir="rtl"] h1:not(.hero-title):not(.page-title):not(.text-center),
[dir="rtl"] h2:not(.sec-title):not(.text-center),
[dir="rtl"] h3:not(.text-center),
[dir="rtl"] h4:not(.text-center),
[dir="rtl"] h5:not(.text-center),
[dir="rtl"] h6:not(.text-center) {
    text-align: right !important;
}

/* Preserve Centered Components */
[dir="rtl"] .text-center,
[dir="rtl"] .text-center *,
[dir="rtl"] .hero-title,
[dir="rtl"] .hero-subtitle,
[dir="rtl"] .page-header-modern,
[dir="rtl"] .page-header-modern .page-title,
[dir="rtl"] .page-header-modern .page-subtitle,
[dir="rtl"] .article-header-modern,
[dir="rtl"] .article-header-modern .article-title-modern,
[dir="rtl"] .article-header-modern .article-meta-bar,
[dir="rtl"] .stat-val,
[dir="rtl"] .stat-label,
[dir="rtl"] .cards-scroll-dots {
    text-align: center !important;
}

/* Slider Typography in RTL */
[dir="rtl"] .slider-content,
[dir="rtl"] .slider-content h3 {
    text-align: right !important;
}

/* Article Detail Formatting in RTL */
[dir="rtl"] .article-prose blockquote {
    border-right: 4px solid var(--primary) !important;
    border-left: none !important;
    text-align: right !important;
    padding: 18px 24px 18px 18px !important;
}
[dir="rtl"] .article-prose ul,
[dir="rtl"] .article-prose ol {
    padding-right: 28px !important;
    padding-left: 0 !important;
    text-align: right !important;
}
[dir="rtl"] .article-prose li {
    text-align: right !important;
    margin-bottom: 8px;
}

/* Attachment Box in RTL */
[dir="rtl"] .attachment-download-box {
    direction: rtl !important;
    text-align: right !important;
}
[dir="rtl"] .attachment-download-box .att-info {
    text-align: right !important;
}

/* Forms & Inputs in RTL */
[dir="rtl"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="color"]),
[dir="rtl"] textarea,
[dir="rtl"] select,
[dir="rtl"] .form-control,
[dir="rtl"] .modern-input,
[dir="rtl"] .modern-textarea {
    direction: rtl !important;
    text-align: right !important;
}
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="tel"],
[dir="rtl"] input[type="url"],
[dir="rtl"] input[type="number"] {
    direction: ltr !important;
    text-align: right !important;
}
[dir="rtl"] .form-label-modern,
[dir="rtl"] label {
    text-align: right !important;
    display: block;
}
[dir="rtl"] .form-check-modern {
    flex-direction: row !important;
}

/* Breadcrumbs in RTL */
[dir="rtl"] .breadcrumb-modern {
    direction: rtl !important;
    text-align: right !important;
}
[dir="rtl"] .breadcrumb-modern li {
    display: inline-flex;
    align-items: center;
}

/* Dropdown Menus in RTL */
[dir="rtl"] .dropdown-menu-2026,
[dir="rtl"] .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    float: right !important;
    text-align: right !important;
}
[dir="rtl"] .dropdown-menu-2026 li a,
[dir="rtl"] .dropdown-menu li a,
[dir="rtl"] .dropdown-item {
    text-align: right !important;
}
[dir="rtl"] .dropdown-menu-2026 li a:hover {
    padding-right: 24px !important;
    padding-left: 20px !important;
}

/* Mobile Drawer Nav in RTL */
[dir="rtl"] .drawer-nav-list-2026 > li > a {
    text-align: right !important;
}
[dir="rtl"] .drawer-sub-menu li a {
    text-align: right !important;
    padding: 8px 36px 8px 18px !important;
}
[dir="rtl"] .drawer-accordion-toggle {
    text-align: right !important;
}

/* Cards, Badges & CTA Links in RTL */
[dir="rtl"] .card-floating-badge {
    left: auto !important;
    right: 14px !important;
}
[dir="rtl"] .card-date-badge {
    left: auto !important;
    right: 14px !important;
}
[dir="rtl"] .card-footer-modern {
    flex-direction: row !important;
    justify-content: space-between !important;
    text-align: right !important;
}
[dir="rtl"] .card-link-cta:hover {
    transform: translateX(-4px) !important;
}

/* Section Header in RTL */
[dir="rtl"] .section-header {
    flex-direction: row !important;
    justify-content: space-between !important;
}
[dir="rtl"] .sec-title,
[dir="rtl"] .sec-subtitle {
    text-align: right !important;
}

/* Footer in RTL */
[dir="rtl"] .site-footer-2026 {
    direction: rtl !important;
    text-align: right !important;
}
[dir="rtl"] .site-footer-2026 .footer-col-title {
    text-align: right !important;
}
[dir="rtl"] .site-footer-2026 .footer-col-title::after {
    right: 0 !important;
    left: auto !important;
}
[dir="rtl"] .site-footer-2026 .footer-bio-text {
    text-align: right !important;
}
[dir="rtl"] .site-footer-2026 .footer-menu-links {
    padding: 0 !important;
    margin: 0 !important;
}
[dir="rtl"] .site-footer-2026 .footer-menu-links li {
    text-align: right !important;
}
[dir="rtl"] .site-footer-2026 .footer-menu-links li a:hover {
    transform: translateX(-4px) !important;
}
[dir="rtl"] .site-footer-2026 .footer-contact-item {
    text-align: right !important;
}
[dir="rtl"] .site-footer-2026 .footer-copy-text {
    text-align: right !important;
}

/* Donation Page Components in RTL */
[dir="rtl"] .donation-card-modern {
    text-align: right !important;
}
[dir="rtl"] .donation-wallet-row {
    direction: rtl !important;
    text-align: right !important;
}

/* Testimonials & Branches in RTL */
[dir="rtl"] .testimonial-text {
    text-align: right !important;
}
[dir="rtl"] .testimonial-author-row {
    text-align: right !important;
}
[dir="rtl"] .branch-card-modern {
    text-align: right !important;
}
[dir="rtl"] .branch-item-row {
    text-align: right !important;
}

/* Bootstrap Alerts & Modals in RTL */
[dir="rtl"] .alert {
    text-align: right !important;
    direction: rtl !important;
}
[dir="rtl"] .alert-dismissible .close {
    left: 0 !important;
    right: auto !important;
}
[dir="rtl"] .modal-content {
    text-align: right !important;
    direction: rtl !important;
}

/* ==========================================================================
   MOBILE-FIRST EXECUTIVE DASHBOARD & ENHANCED LANDING STYLES 2026
   ========================================================================== */

/* Enhanced Hero Visual Hierarchy */
.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.btn-modern.hero-primary-cta {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 14px 32px;
    border-radius: 99px;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
    border: none;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-modern.hero-primary-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 30px rgba(220, 38, 38, 0.45);
    color: #ffffff !important;
}
.btn-modern.hero-secondary-cta {
    background: var(--surface);
    border: 1.5px solid var(--border);
    color: var(--text) !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 99px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.btn-modern.hero-secondary-cta:hover {
    background: var(--surface-hover);
    border-color: var(--primary);
    color: var(--primary) !important;
    transform: translateY(-3px);
}

/* Number-First Stats Cards */
.stat-number-first {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 26px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
}
.stat-number-first:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.07);
    border-color: rgba(220, 38, 38, 0.25);
}
.stat-top-badge {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(220, 38, 38, 0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}
.stat-number-first:hover .stat-top-badge {
    transform: scale(1.1);
    background: var(--primary);
    color: #ffffff;
}
.stat-metric-display {
    font-size: clamp(2.2rem, 3.2vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--text);
    font-family: 'Outfit', 'Cairo', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}
.stat-title-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
    line-height: 1.4;
}
.stat-support-sub {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.4;
}

/* Video Cinematic Presentation */
.video-cinematic-card {
    background: #090d16;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--border);
    direction: ltr !important;
}

/* Ensure Plyr and HTML5 video controls always run LTR to prevent inverted progress/scrubber */
.video-cinematic-card,
.video-cinematic-card .plyr,
.plyr,
.plyr__controls,
.plyr__progress,
.plyr__progress__container,
.plyr__volume {
    direction: ltr !important;
}

/* Hide native buggy range input elements in both WebKit and Firefox */
.video-cinematic-card .plyr__progress input[type="range"],
.video-cinematic-card .plyr__volume input[type="range"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
}

.video-cinematic-card .plyr__progress progress {
    display: none !important;
}

/* Custom Seek Bar Track */
.video-cinematic-card .plyr__progress {
    position: relative !important;
    cursor: pointer !important;
    min-height: 28px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 4px !important;
    touch-action: none;
}

.plyr-scrubber-track {
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 99px;
    pointer-events: none;
    overflow: visible;
    transition: height 0.15s ease;
}

.video-cinematic-card .plyr__progress:hover .plyr-scrubber-track,
.video-cinematic-card .plyr__progress.is-scrubbing .plyr-scrubber-track {
    height: 7px;
}

.plyr-scrubber-buffer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--buffer-pct, 0%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    transition: width 0.2s ease-out;
}

.plyr-scrubber-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--played-pct, 0%);
    background: linear-gradient(90deg, #0099ff, #00d2ff);
    border-radius: 99px;
    box-shadow: 0 0 10px rgba(0, 180, 255, 0.6);
}

.plyr-scrubber-thumb {
    position: absolute;
    top: 50%;
    left: var(--played-pct, 0%);
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.9);
    transition: transform 0.15s ease;
    pointer-events: none;
    z-index: 2;
}

.video-cinematic-card .plyr__progress:hover .plyr-scrubber-thumb,
.video-cinematic-card .plyr__progress.is-scrubbing .plyr-scrubber-thumb {
    transform: translate(-50%, -50%) scale(1.25);
}

/* Volume Bar Track */
.video-cinematic-card .plyr__volume {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-width: 85px !important;
}

.plyr-volume-track {
    position: relative;
    width: 60px;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 99px;
    margin-left: 8px;
    cursor: pointer;
    touch-action: none;
}

.video-cinematic-card .plyr__volume:hover .plyr-volume-track,
.plyr-volume-track.is-scrubbing {
    height: 7px;
}

.plyr-volume-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--volume-pct, 100%);
    background: #00b2ff;
    border-radius: 99px;
    pointer-events: none;
}

.plyr-volume-thumb {
    position: absolute;
    top: 50%;
    left: var(--volume-pct, 100%);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    transition: transform 0.15s ease;
    z-index: 2;
}

.video-cinematic-card .plyr__volume:hover .plyr-volume-thumb,
.plyr-volume-track.is-scrubbing .plyr-volume-thumb {
    transform: translate(-50%, -50%) scale(1.25);
}
.video-header-badge {
    position: absolute;
    top: 18px;
    z-index: 10;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
    direction: rtl !important;
}
html[dir="rtl"] .video-header-badge {
    right: 18px !important;
    left: auto !important;
}
html[dir="ltr"] .video-header-badge {
    left: 18px !important;
    right: auto !important;
}

/* Executive Impact Dashboard Components */
.kpi-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
@media (max-width: 991px) {
    .kpi-dashboard-grid {
        grid-template-columns: 1fr;
    }
}
.kpi-hero-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}
.kpi-hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(16, 185, 129, 0.3);
}
.kpi-hero-circle-wrap {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    position: relative;
}
.kpi-hero-circle-wrap .growth-circle {
    width: 140px;
    height: 140px;
}
.kpi-hero-circle-wrap .growth-text .val {
    font-size: 2.2rem;
}
.kpi-hero-circle-wrap .growth-text .lbl {
    font-size: 0.85rem;
}
.kpi-hero-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}
.kpi-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 0.78rem;
    font-weight: 700;
    width: fit-content;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.25);
}
.kpi-hero-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text);
    margin: 0;
    line-height: 1.4;
}
.kpi-hero-desc {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Map Legend Bar */
.map-legend-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 12px 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 99px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.map-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.map-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Progressive Disclosure Button */
.progressive-disclosure-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.btn-reveal-more {
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    min-height: 46px;
    user-select: none;
}
.btn-reveal-more:hover {
    background: var(--surface-hover);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.btn-reveal-more i {
    transition: transform 0.3s ease;
}
.btn-reveal-more.active i {
    transform: rotate(180deg);
}

/* Smooth transition for progressive items */
.progressive-reveal-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    opacity: 0;
}
.progressive-reveal-items.open {
    max-height: 3000px;
    opacity: 1;
    margin-top: 24px;
}

/* Mobile Specific Optimizations */
@media (max-width: 768px) {
    .hero-cta-group {
        width: 100%;
    }
    .btn-modern.hero-primary-cta,
    .btn-modern.hero-secondary-cta {
        width: 100%;
        justify-content: center;
    }
    .stat-number-first {
        padding: 18px 12px;
    }
    .stat-metric-display {
        font-size: 1.95rem !important;
    }
    .stat-title-label {
        font-size: 0.92rem !important;
    }
    .kpi-hero-card {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 24px 18px;
    }
    .kpi-pill-badge {
        margin: 0 auto;
    }
    .map-legend-bar {
        border-radius: 18px;
        gap: 12px;
        font-size: 0.78rem;
        padding: 10px 14px;
        width: 100%;
    }
}

.highcharts-credits {
    display: none !important;
}




