body {
    background-color: #232529; /* خلفية داكنة */
    color: #ffffff; /* نص أبيض */
}

header, footer {
    background-color: #232529; /* خلفية داكنة للرؤوس والتذييل */
}

a {
    color: #bb86fc; /* لون الروابط في الوضع الداكن */
}

button {
    background-color: #6200ee; /* لون الخلفية للأزرار */
    color: #ffffff; /* لون النص للأزرار */
}

.text-primary-green {
    color: #c5c6cc !important;
}

.text-primary-blue {
    color:#797a7b !important
}
.home-page {
    color: #c5c6cc;
}

.header {
    position: relative;
    /* background: #fefefe; */
    background-color: #232529;
    /* background-image: url(header_background.png); */
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
}

.logo_text h1 {
   
    color: #c5c6cc!important;
}
.logo_text p {
   
    color:#797a7b !important
}

.nav-menu-container {
    background: #424750;
    /* background: var(--background-color); */
    /* background: linear-gradient(45deg, #81a74c 0, var(--background-color) 100%); */
}


.module .module_description h1 {
    color: #c5c6cc!important;
}
/* أضف المزيد من الأنماط حسب الحاجة */

@media screen and (min-width: 992px) {
    .menu.negative .nav-menu>li.nav-item>a, .menu.negative .nav-menu>li.nav-item>a i, .menu.negative .nav-menu>li.nav-item span.fa-angle-down {
        font-weight: normal;
        color: #c5c6cc!important;
    }
}

a, a:link, a:hover, a:active, a:visited {
    color: #c5c6cc!important;
}
font {
    color: #c5c6cc!important;
}

.footer-text-center {
    background: #424750!important;
}

nav-item nav-dropdown-item:hover{
    background: #424750!important;   
}
.accordion-item{
    background: #424750!important;   
}
.card-body {
    background: #424750!important;   
}
.card{
    background: #424750!important;   
}
.governance_attachments ul {
    background: #424750!important;   
}
.bg-smoke-white-3 {
    background: #424750!important;   
}
#unique-donation-tabs.nav-pills .nav-link{
    background: #424750!important;   
}