
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+Ethiopic:wght@400;600;700&family=Noto+Serif+Ethiopic:wght@400;600;700&display=swap');

    :root {
        --primary: #030303;      /* green */
        --primary-2: #030303;    /* yellow */
        --dark: #0a3f0a;
        --text: #0a2b0a;
        --muted: #355a35;
        --bg-soft: #f5fde8;
        --radius: 14px;
        --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        --shadow-hover: 0 14px 30px rgba(0, 0, 0, 0.12);
    }

    body {
        font-family: 'Inter', 'Noto Sans Ethiopic', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif;
        color: var(--text);
        background: var(--bg-soft);
    }

    /* Section spacing */
    /* section.position-relative,
    section.gap,
    .gap,
    section.listen-holy {
        padding-top: 60px;
        padding-bottom: 60px;
    } */

    /* Headings */
    .heading { text-align: center; margin-bottom: 32px; }
    .heading img { width: 44px; height: 44px; }
    .heading p { color: var(--muted); margin: 8px 0 6px; }
    .heading h2 {
        font-weight: 800;
        background: linear-gradient(135deg, var(--primary-2), var(--primary));
        -webkit-background-clip: text; background-clip: text; color: transparent;
        letter-spacing: .3px;
    }

    /* Cards */
    .hoverimg,
    .community,
    .real-history-book,
    .pillars .pillars-name,
    .support-us {
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        background: #fff;
        overflow: hidden;
        transition: transform .25s ease, box-shadow .25s ease;
        border: 1px solid rgba(27, 127, 27, .08);
    }
    .hoverimg:hover,
    .community:hover,
    .real-history-book:hover,
    .pillars .pillars-name:hover,
    .support-us:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-hover);
    }
    .hoverimg figure img,
    .community figure img,
    .pillars .pillars-name > img { width: 100%; display: block; }

    /* Buttons */
    .btn-modern {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 22px;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(242,222,26,1) 0%, rgba(27,127,27,1) 100%);
        color: #063406 !important;
        border: none;
        box-shadow: 0 8px 22px rgba(27, 127, 27, .18);
        transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
        font-weight: 700;
        font-family: 'Noto Serif Ethiopic', 'Noto Sans Ethiopic', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        text-decoration: none;
    }
    .btn-modern:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(27,127,27,.28); opacity: .98; }
    .btn-modern:active { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(27,127,27,.25); }
    .btn-modern:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(242,222,26,.35), 0 8px 22px rgba(27,127,27,.2); }

    /* Lists */
    .islamic-history .list { margin-top: 10px; }
    .islamic-history .list li { padding: 6px 0; position: relative; padding-left: 18px; }
    .islamic-history .list li:before { content: ""; position: absolute; left: 0; top: 12px; width: 8px; height: 8px; border-radius:50%; background: var(--primary); }

    /* Listen Holy block */
    /* .listen-holy { background-size: cover; background-position: center; border-radius: var(--radius); overflow: hidden; } */
    .listen-holy .heading.two h2 { color: #fff; background: none; }
    .listen-holy .heading.two p { color: #e5e7eb; }
    .listen-holy .wrapper { background: rgba(255,255,255,.9); padding: 16px; border-radius: 12px; box-shadow: var(--shadow); }
    
    /* Quran Verse Styling */
    .quran-verse-container {
        border-radius: 20px;
        padding: 25px 30px;
        margin-bottom: 25px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        border: 2px solid rgba(242,222,26,0.3);
        /* background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,250,252,0.98)); */
    }
    
    .arabic-text {
        font-family: 'KFGQPC Uthman Taha Naskh', 'Traditional Arabic', 'Arabic Typesetting', serif !important;
        font-size: 24px;
        font-weight: 400;
        line-height: 2.6;
        text-align: right;
        direction: rtl;
        color: #0a2b0a;
        margin: 0 0 20px 0;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(242,222,26,0.5);
        letter-spacing: 0;
        text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }
    
    .amharic-translation {
        font-family: 'Washrab', 'Noto Serif Ethiopic', 'Noto Sans Ethiopic', serif !important;
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
        color: #475569;
        margin: 0;
        font-weight: 500;
    }
    
    @media (max-width: 768px) {
        .quran-verse-container {
            padding: 20px;
        }
        .arabic-text {
            font-size: 26px;
            line-height: 2.3;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }
        .amharic-translation {
            font-size: 14px;
            line-height: 1.7;
        }
    }
    
    /* Arabic text global styling for all pages */
    .arabic-text, [lang="ar"], [dir="rtl"] {
        font-family: 'KFGQPC Uthman Taha Naskh', 'Traditional Arabic', 'Arabic Typesetting', serif !important;
    }
    
    /* Blog Location Styling */
    .blog-location {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 6px 12px !important;
        /* background: linear-gradient(135deg, rgba(242,222,26,0.12), rgba(27,127,27,0.12)) !important; */
        border-radius: 20px !important;
        border: 1px solid rgba(242,222,26,0.25) !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #0a2b0a !important;
        margin: 0 0 12px 0 !important;
        width: fit-content !important;
    }
    
    .blog-location i {
        color: rgba(242,222,26,0.9) !important;
        font-size: 14px !important;
    }
    
    /* Blog Author and Date Row */
    .blog-man {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .blog-author-date {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex: 1 !important;
        width: 100% !important;
    }
    
    .blog-author-date h6 {
        margin: 0 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #0f172a !important;
    }
    
    .blog-date-inline {
        font-size: 13px !important;
        color: #64748b !important;
        font-weight: 500 !important;
        white-space: nowrap;
    }
    
    /* Override theme blog h4 styling */
    .blog h4 {
        position: static !important;
        background-color: transparent !important;
        font-size: 19px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        margin: 0 0 12px 0 !important;
        line-height: 1.4 !important;
        padding: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        width: auto !important;
        height: auto !important;
    }
    
    .blog h4 span {
        display: inline !important;
        font-size: inherit !important;
        line-height: inherit !important;
    }
    
    @media (max-width: 768px) {
        .blog h4 {
            font-size: 17px !important;
        }
        .blog-author-date h6 {
            font-size: 13px !important;
        }
        .blog-date-inline {
            font-size: 12px !important;
        }
    }

    /* Community text card */
    .community-text {
        padding: 12px 18px 8px 18px;
        margin-bottom: 0;
    }
    .community-text > div:first-child {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }
    .community-text > i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }
    .community-text .community-copy {
        display: inline-block;
        vertical-align: middle;
    }
    .community-text .community-copy h3 { 
        margin: 0; 
        text-align: left;
        display: inline-block;
    }
    .community-text + p { 
        color: var(--muted); 
        margin: -34px 0 0 0; 
        padding: 0 18px 16px 18px;
        text-align: left;
        width: 100%;
        display: block;
    }
    .community-text a { font-weight: 700; color: var(--primary); text-decoration: none; }
    .community-text i { color: white; font-size: 42px; line-height: 1; vertical-align: middle; }

    /* Pillars */
    .pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
    @media(max-width: 992px){ .pillars { grid-template-columns: repeat(3, 1fr); } }
    @media(max-width: 576px){ .pillars { grid-template-columns: repeat(2, 1fr); } }
    .pillars .pillars-name { text-align: center; padding-bottom: 10px; }
    .pillars .pillars-name a { display: block; margin-top: 8px; font-weight: 700; color: var(--text); }
    .pillars .pillars-name span { color: var(--muted); font-size: .9rem; }

    /* Audio */
    audio { width: 100%; border-radius: 10px; background: #fff; box-shadow: var(--shadow); }

    /* Circle element polish */
    .circle-text-img, .circle-img img { border-radius: 50%; }

    /* Utilities */
    .mt-24 { margin-top: 24px; }

    /* Page separators resembling design banner */
    section.position-relative{background: linear-gradient(180deg, rgba(242,222,26,0.25) 0%, rgba(27,127,27,0.15) 60%)}

    /* Mobile: show circle-text and real-history-book side-by-side */
    @media (max-width: 576px) {
        .mobile-duo { display: flex; gap: 12px; align-items: center; }
        /* Give more space to the real-history-book card */
        .mobile-duo .circle-text { flex: 0 0 40%; margin-bottom: 0; }
        .mobile-duo .real-history-book { flex: 0 0 60%; }
        .mobile-duo .real-history-book figure { margin: 0; }
        .mobile-duo .real-history-book figure img { width: 100%; height: auto; display: block; max-height: 200px; }
        
        /* Center button on mobile */
        /* .islamic-history {
            text-align: center;
        } */
        .islamic-history .btn-modern {
            margin: 0 auto;
            display: block;
            width: fit-content;
        }
    }

    /* Donation Modal Styling */
    .donation-modal {
        border-radius: 20px;
        overflow: hidden;
        border: none;
    }
    .donation-modal .modal-header {
        background: linear-gradient(135deg, rgba(242,222,26,0.9), rgba(27,127,27,0.9));
        color: white;
        border: none;
        padding: 20px 25px;
    }
    .donation-modal .modal-title {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
    .donation-modal .btn-close {
        filter: brightness(0) invert(1);
        opacity: 0.9;
    }
    .donation-modal .modal-body {
        padding: 30px 25px;
    }
    
    /* Payment Options */
    .payment-options {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .payment-option {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 18px 20px;
        background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(248,250,252,0.95));
        border-radius: 15px;
        border: 2px solid rgba(242,222,26,0.2);
        transition: all 0.3s ease;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
    }
    .payment-option:hover {
        border-color: rgba(242,222,26,0.6);
        transform: translateX(5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .payment-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: white;
    }
    .telebirr-icon {
        background: linear-gradient(135deg, #ff6b35, #f7931e);
    }
    .cbe-icon {
        background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    }
    .bank-icon {
        background: linear-gradient(135deg, #059669, #10b981);
    }
    .payment-details {
        flex: 1;
    }
    .payment-details h6 {
        margin: 0 0 4px;
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
    }
    .payment-details p {
        margin: 0;
        font-size: 13px;
        color: #64748b;
    }
    .payment-option > i:last-child {
        color: #94a3b8;
        font-size: 18px;
    }
    
    /* Bank Details Card */
    .bank-details-card {
        background: linear-gradient(135deg, rgba(242,222,26,0.1), rgba(27,127,27,0.1));
        padding: 20px;
        border-radius: 12px;
        margin-top: 10px;
        border: 1px solid rgba(27,127,27,0.2);
    }
    .bank-info {
        padding: 8px 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        font-size: 14px;
    }
    .bank-info:last-of-type {
        border-bottom: none;
    }
    .bank-info strong {
        color: #0f172a;
        margin-right: 8px;
    }
    .bank-transfer {
        background: linear-gradient(135deg, rgba(242,222,26,0.08), rgba(27,127,27,0.08));
    }
