diff --git a/index.html b/index.html index b22854a..1997443 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@ } .logo img { - height: 60px; + height: 120px; margin-right: 15px; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.2); @@ -130,7 +130,7 @@ .logo span { color: var(--white); - font-size: 1.5rem; + font-size: 3rem; font-weight: 700; font-family: 'Montserrat', sans-serif; letter-spacing: 0.5px; @@ -159,10 +159,12 @@ align-items: center; font-weight: 600; cursor: pointer; + color: var(--white); } .language-toggle i { margin-right: 0.5rem; + color: var(--white); } .mobile-menu { @@ -176,7 +178,10 @@ height: 100vh; display: flex; align-items: center; - background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/api/placeholder/1200/800') center/cover no-repeat; + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/api/placeholder/1200/800'); + background-position: center; + background-size: cover; + background-repeat: no-repeat; color: white; margin-top: 80px; } @@ -415,6 +420,30 @@ min-width: 150px; } } + + /* Add RTL support */ + .rtl { + direction: rtl; + text-align: right; + } + + .rtl .nav-links li { + margin-left: 0; + margin-right: 2rem; + } + + .rtl .language-toggle i { + margin-right: 0; + margin-left: 0.5rem; + } + + /* Ensure flex items reverse in RTL */ + .rtl .navbar, + .rtl .mission-content, + .rtl .program-cards, + .rtl .footer-content { + flex-direction: row-reverse; + } @@ -433,9 +462,9 @@
  • Support Us
  • Contact
  • -
    +
    - EN / عربي + EN / عربي
    @@ -445,10 +474,10 @@ -
    +
    -

    Our Children, Our Future

    +

    Our Children
    Our Future

    Bringing Education Where Schools Cannot Reach

    Support Our Mission
    @@ -601,5 +630,62 @@
    + + +