/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Serif+Bengali:wght@400;700&display=swap');

:root {
    --logo-blue: #004a99;
    --logo-orange: #ff6600;
}

.premium-quran-wrapper { max-width: 880px; margin: 40px auto; padding: 15px; }
.quran-header { text-align: center; margin-bottom: 50px; }

.bismillah-prime {
    font-family: 'Noto Serif Bengali', serif;
    font-size: 34px;
    color: var(--logo-blue);
    margin-bottom: 15px;
}

.main-topic-text {
    font-family: 'Noto Serif Bengali', serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--logo-orange);
    border-bottom: 2px solid var(--logo-blue);
    padding-bottom: 10px;
    display: inline-block;
}

.topic-subtext { font-family: 'Noto Serif Bengali', serif; color: #666; font-size: 16px; margin-top: 10px; }

.quran-card-premium {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 45px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    border-top: 5px solid var(--logo-blue);
}

/* কার্ডের বর্ডার কালার */
.card-teal { border-top-color: #0d9488; }

.premium-h {
    font-family: 'Noto Serif Bengali', serif;
    font-size: 21px;
    font-weight: 700;
    color: #111;
    border-left: 4px solid var(--logo-orange);
    padding-left: 12px;
    margin: 25px 0 25px;
}

/* Table Specific Styles inheriting Premium Look */
.sura-table-container {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}

table.sura-list-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Noto Serif Bengali', sans-serif;
    font-size: 18px;
}

table.sura-list-table thead th {
    background: var(--logo-blue);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}

table.sura-list-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
}

table.sura-list-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

table.sura-list-table tr:hover {
    background-color: #f0f7ff;
}

td.num {
    font-family: 'Amiri', serif;
    color: var(--logo-orange);
    font-weight: bold;
    width: 60px;
    text-align: center;
}

td.s-name {
    font-weight: 700;
    color: var(--logo-blue);
}

@media (max-width: 768px) {
    .quran-card-premium { padding: 20px; }
    table.sura-list-table { font-size: 16px; }
    .premium-h { font-size: 19px; }
}/* End custom CSS */