footer {
    margin-top: 6rem;
    width: 100%;
    padding: 4rem 8rem;
    text-align: center;
    background-color: #f8f9fa;
    font-family: 'Playfair Display', serif;
    color: #333;
}

footer h2 {
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-top: 1rem;
    color: #444;
}

footer h4 {
    font-size: 1.5rem;
    font-family: 'Noto Naskh Arabic', serif;
    font-weight: 500;
    color: #555;
    margin-top: 1rem;
}

footer > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding-top: 1rem;
    gap: 1rem;
}

footer > div p {
    font-size: 0.75rem;
    font-family: 'Playfair Display', serif;
}

footer > div p span {
    font-weight: bold;
}

footer > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 0.85rem;
    text-decoration: none;
    gap: 0.3rem;
    font-family: 'Playfair Display', serif;
    transition: color 0.3s ease-in-out;
}

footer > div a:hover {
    color: #888;
}
