body {
    font-family: 'Cairo', 'Roboto', sans-serif;
    background-color: #121212 !important;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    direction: rtl; 
    unicode-bidi: isolate;
}

h1 {
    font-size: 2.5rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #2a2a2a; /* لون غامق يناسب التصميم */
    border: 1px solid #333;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}

.faq-item:hover {
    background-color: #333;
    transform: translateY(-5px);
}

.faq-item h2 {
    font-size: 1.8rem;
    color: #00aaff;
    margin-bottom: 10px;
    direction: rtl; 
    unicode-bidi: embed; 
    text-align: right; 
}

.faq-item p {
    font-size: 1rem;
    color: #ddd;
    line-height: 1.6;
    direction: rtl; 
    unicode-bidi: embed; 
    text-align: right;
}

a {
    color: #00aaff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #66d9ff;
}
