/* تعديل بطاقة حاسبة النفقة التقديرية في الصفحة الرئيسية */
.alimony-card-custom {
    background-color: var(--primary-light);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.alimony-card-custom i {
    font-size: 3.5rem;
    color: var(--primary-dark);
    text-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.alimony-card-custom .title-text {
    font-size: 1.8rem;
    color: var(--primary-dark);
    font-weight: bold;
}

/* تعديل الفوتر */
footer {
    background-color: var(--primary-dark);
    color: white;
    padding: 1.5rem 5%;
    text-align: center;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
}
