body {
    background-color: #f4f6f9;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.surah-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.surah-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer {
    background-color: #f8f9fa;
    padding: 1rem 0;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    border-top: 1px solid #dee2e6;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.ayat-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.5rem;
    background-image: url('/images/icons/ic-frame-number.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #007bff;
    position: relative;
    height: 3rem;
    width: 3rem;
    line-height: 1;
}

.teks-arab {
    padding: 16px 16px 4px;
    font-size: 40px;
    line-height: 2.5em;
    font-family: 'Amiri', 'LPMQ', 'Traditional Arabic', Tahoma, sans-serif;
    font-weight: 400;
    text-align: right;
}
