/* ============================================
   Hadith Quote Section - Why Donate Page
   ============================================ */

.hadith-quote {
    background: var(--color-white);
    padding: 160px 0;
}

.hadith-quote__content {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.hadith-quote__text {
    font-family: var(--font-primary);
    font-size: 3.25rem;
    line-height: 1.3;
    color: #666666;
    font-weight: 400;
    margin: 0 0 25px 0;
    font-style: normal;
}

.hadith-quote__source {
    display: block;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-weight: 700;
    color: #001D6C;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}

/* Tablet */
@media (max-width: 1024px) {
    .hadith-quote {
        padding: 120px 0;
    }

    .hadith-quote__text {
        font-size: 2.5rem;
    }

    .hadith-quote__source {
        font-size: 1.125rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hadith-quote {
        padding: 80px 0;
    }

    .hadith-quote__text {
        font-size: 1.75rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .hadith-quote__source {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hadith-quote {
        padding: 60px 0;
    }

    .hadith-quote__text {
        font-size: 1.5rem;
    }
}
