.container {
    background-color: #000819;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
    text-align: right;
    border-radius: 0;
}

.title {
    color: #a6872d;
    font-size: 2.5em; /* تكبير حجم العنوان */
    text-align: center;
    font-weight: bold; /* جعل النص عريض */
    margin-bottom: 20px;
    border-bottom: 2px solid #a6872d; /* خط سفلي */
    padding-bottom: 10px;
}

.sponsor-amount {
    color: #a6872d;
    font-size: 1.3em; /* تكبير حجم النص */
    text-align: center;
    font-weight: bold; /* جعل النص عريض */
    margin-bottom: 30px;
}

.section-title {
    color: #a6872d;
    font-size: 1.4em; /* تكبير حجم العنوان */
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a6872d; /* خط سفلي */
    padding-bottom: 5px;
}

.sub-section-title {
    color: #ffffff; /* تغيير اللون إلى الأبيض */
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.benefits-list {
    color: #a6872d;
    font-size: 1em;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.benefits-list li {
    margin-bottom: 10px;
}

.buttons-container {
    margin-top: 30px;
    text-align: center;
}

.action-btn {
    color: #f9f9f9;
    font-size: 1.2em;
    display: inline-block;
    padding: 10px 30px;
    background-color: #a6872d;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 10px; /* إضافة مسافة سفلية */
}

.action-btn:hover {
    background-color: #8e6e1a; /* لون أغمق عند التحويم */
}
