/* General Styles */
* {
    margin: 0;
    padding: 0;
   
}

body {
    font-family: 'Cairo', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #eafde9;
    width: 100%
}

.container {
    
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Navbar */
.top-navbar {
    background-color: #226b34;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top-navbar .donate {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-right: 20px;
}

.language-icons img {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
.social-icons img {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

/* Main Navbar */
.main-navbar {
    background-color: #fff;
   
    padding: 10px 0;
   
}

.container-title {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-direction: row-reverse;

}
.site-title {
    font-size: 35px;
    color: #7c0202;
    margin-left: 20px;
    text-align: center;
    text-shadow: 1px 5px 15px #240e0ea8, 0 0 1px #33060a, 0 0 0px #0d0101;
    font-weight: bold;
  }
  .site-title-de {
    font-size: 15px;
    color: #570202;
    margin-left: 20px;
    text-align: center;
    text-shadow: 1px 5px 15px #240e0ea8, 0 0 1px #33060a, 0 0 0px #0d0101;
  }



.logo {
    width: 100px;
    height: auto;
}



/* تصميم القائمة الرئيسية */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: black; /* اللون الأسود للخلفية */
    display: flex;
    justify-content: center;
}

.menu li {
    position: relative;
    padding: 5px 20px;
    cursor: pointer;
}

.menu a {
    text-decoration: none;
    color: white; /* النص باللون الأبيض */
    transition: all 0.3s ease; /* تأثير انتقال سلس */
}

/* تأثير عند التمرير (hover) */
.menu a:hover {
    border-bottom: 3px solid white; /* خط أسفل النص باللون الأبيض */
}

/* تصميم القوائم الفرعية */
.dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgb(0, 0, 0);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    font-size: 13px;
}

.dropdown:hover .submenu {
    display: block; /* إظهار القائمة الفرعية عند التمرير */
}

.submenu li {
    padding: 5px 10px;
}

.submenu a:hover {
    border-bottom: none; /* إزالة الحد الأسفل في القوائم الفرعية */
    background-color: #5cc07a; /* تغيير خلفية القائمة الفرعية عند التمرير */
}

/* Content */




.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

/* Columns Layout */
.columns {
    
    display: flex;
    gap: 20px;
    margin-top: 20px; 
}

.left-column {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.right-column {
    flex: 2;
    background: #fff;
    
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}




.search-box input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-box button {
    width: 100%;
    padding: 10px;
    background-color: #226b34;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-box button:hover {
    background-color: #226b34;
}

/* Subscribe Box *//* Search Box */
.subscribe-box, .search-box {
    text-align: center;
    background: #f0f8ff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.subscribe-box h3 {
    margin-bottom: 10px;
}

.subscribe-box p {
    margin-bottom: 15px;
    color: #555;
}

.subscribe-box input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.subscribe-box button {
    width: 100%;
    padding: 10px;
    background-color: #226b34;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.subscribe-box button:hover {
    background-color: #34a853;
}

/* General Reset */


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Sections Styling */
.highlight-reports, .latest-statements, .testimony-item {
    margin-bottom: 40px;
    padding: 10px;
}

.highlight-reports h2, .latest-statements h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #7c0202;
    padding-bottom: 5px;
    color: #7c0202;
    text-shadow: 0 4px 6px rgba(60, 5, 5, 0.35);
}
/* Card Styling */
.report-item, .statement-item {
    margin-bottom: 20px;
}

.card {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.card-content {
    padding: 15px;
    flex: 1;
}

.card-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.card-content p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: #555;
}

.read-more {
    font-size: 0.8rem;
    color: #34A853;
    font-weight: bold;
    cursor: pointer;
}

.read-more:hover {
    text-decoration: underline;
}
/* Partners Section */
.partners {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}

.partners h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.partner-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.partner-logos img {
    width: 100px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.partner-logos img:hover {
    opacity: 1;
}
.menu-toggle {
    display: none; /* إخفاء الزر بشكل افتراضي على الشاشات الكبيرة */
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu a {
        text-decoration: none;
        color: white;
        transition: all 0.3s ease;
        text-shadow: 1px 5px 7px #e8dddde3, 0 0 1px #eadfe057, 0 0 0px #c8bcbcb0;
    }
    .menu {
        list-style: auto;
        padding: 10px;
        
        margin: 0 ;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .menu-toggle {
        display: block;
           }
    .menu-container {
        display: none;
      }
    .logo {
        width: 50px;
        height: auto;
        padding: 10px;
      }
    .site-title {
        font-size: 18px;
        text-shadow: 1px 5px 15px #422a2aa8, 0 0 1px #3c2c2d57, 0 0 0px #0d01018f;
        
        margin-left: 0px;
        
    }
    .site-title-de {
        font-size: 12px;
        text-shadow: 1px 5px 15px #422a2aa8, 0 0 1px #3c2c2d57, 0 0 0px #0d01018f;
        padding: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .container-title {
       
        margin-top: 0px;
        
      }
    .main-navbar {
      
        padding: 0;
        border-bottom: 3px solid black;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }
    .columns {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
            
        }
    
    .right-column, .left-column {
            flex: 1 1 100%;
            padding: 0px;
        }
    
    .partner-logos {
        flex-wrap: wrap;
    }
    .mobile-menu {

        display: none;
    }
}
/* Footer */

.container-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #195027;
    font-size: small;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-logo {
    height: 100px;
    padding: 10px;
    width: 100px;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    margin-bottom: 5px;
}
.copyright {
    color: #909d85;
    text-decoration: none;
    text-align: center;
    background-color: #195027;
    font-size: 12px;
    padding-bottom: 5px;
    font-style: inherit;

}
.copyright-link span {
    color: #909d85;
    text-decoration: none;
    text-align: center;
    background-color: #195027;
    font-size: 12px;
    padding-bottom: 5px;
    font-style: inherit;

}
/* Mobile Menu Toggle Button */




.menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
    box-shadow: 0 2px 6px rgba(1, 173, 130, 0.3);
    transition: all 0.3s ease;
}

.menu-icon i {
    color: white;
    font-size: 20px;
}

/* Hover effect on the icon */
.menu-toggle:hover .menu-icon {
    background-color: #435c4a;
}

.mobile-menu.active {
    display: block;
    transition: all 0.3s ease;
}