:root {
    --bg: #F9F9F9;
    --surface: #ffffff;
    --text: #043927;
    --muted: #47645a;
    --primary: #043927;
    --primary-soft: #edf5f1;
    --line: #d8c9a8;
    --gold: #C5A059;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Noto Naskh Arabic", "Amiri", "Tahoma", "Segoe UI", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at top right, #eef5f1 0%, var(--bg) 55%);
    line-height: 1.8;
}

.container {
    width: min(1100px, 92%);
    margin: 0 auto;
}

.site-header {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(6px);
    position: sticky;
    top: 0;
    z-index: 50;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.site-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.menu-list a {
    text-decoration: none;
    color: var(--muted);
    padding: 6px 10px;
    border-radius: 8px;
}

.menu-list a:hover {
    background: var(--primary-soft);
    color: var(--primary);
}

.hero {
    padding: 56px 0;
    text-align: center;
    background: linear-gradient(140deg, #edf6f1 0%, #f8fbf9 65%, #e9f2ee 100%);
    border-bottom: 1px solid var(--line);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -90px;
    top: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 111, 95, 0.18) 0%, rgba(47, 111, 95, 0) 70%);
}

.hero .ayah {
    color: var(--primary);
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.hero h1 {
    margin: 0 0 10px;
    font-size: clamp(1.3rem, 2.2vw, 2rem);
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 10px 20px rgba(47, 111, 95, .22);
}

.btn-secondary {
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--line);
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-2px);
}

.section-card {
    margin-top: 22px;
    background: var(--surface);
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(22, 64, 53, .05);
    position: relative;
    overflow: hidden;
}

.section-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
    background-image:
        linear-gradient(30deg, rgba(4, 57, 39, 0.8) 1px, transparent 1px),
        linear-gradient(150deg, rgba(4, 57, 39, 0.8) 1px, transparent 1px);
    background-size: 36px 36px;
}

.section-card > * {
    position: relative;
    z-index: 1;
}

.daily-thikr-box {
    text-align: center;
}

.daily-thikr-box h3 {
    margin-top: 0;
    color: var(--primary);
}

#daily-thikr {
    margin: 0;
    font-size: 1.05rem;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.quick-item {
    background: #f6fbf8;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    color: var(--text);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-item span {
    font-size: 1.8rem;
}

.quick-item:hover {
    border-color: #bfd7cf;
    transform: translateY(-2px);
}

.plugin-panel {
    border: 1px solid #d5e4de;
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(180deg, #fbfefd 0%, #f5faf8 100%);
}

.daily-hadith-box h3 {
    margin-top: 0;
    color: var(--primary);
}

#daily-hadith {
    margin: 0;
    font-size: 1.08rem;
}

.prayer-head {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

#detect-location-prayer {
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
}

#prayer-location-note {
    margin: 0;
    color: var(--muted);
}

.prayer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
}

.prayer-grid div {
    border: 1px solid rgba(197, 160, 89, 0.55);
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px;
    display: grid;
    gap: 4px;
}

.prayer-grid span {
    color: var(--primary);
    font-weight: 700;
}

.quran-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#quran-surah-select {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    min-width: 220px;
}

#radio-surah-select,
#radio-reciter-select {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    min-width: 220px;
}

#start-radio-btn {
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 9px 14px;
    cursor: pointer;
}

#radio-status {
    margin: 6px 0 10px;
    color: var(--muted);
}

#radio-audio-player {
    width: 100%;
}

#quran-load-status {
    margin: 0 0 10px;
    color: var(--muted);
}

.quran-verses {
    display: grid;
    gap: 8px;
    max-height: 520px;
    overflow: auto;
    padding-right: 2px;
}

.quran-verse {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

.quran-verse p {
    margin: 0 0 8px;
}

.quran-verse button {
    border: 1px solid var(--line);
    background: #f5faf7;
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
}

.embed-box {
    border: 1px dashed #c7d8d1;
    border-radius: 10px;
    padding: 16px;
    background: #f9fcfa;
}

.audio-group {
    margin-bottom: 18px;
}

.audio-item {
    margin-bottom: 12px;
}

.audio-item audio {
    width: 100%;
}

.khatma-counter {
    text-align: center;
}

#khatma-count {
    display: block;
    font-size: 2rem;
    color: var(--primary);
    margin: 8px 0 14px;
}

#khatma-increment {
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 9px;
    padding: 10px 20px;
    cursor: pointer;
}

.khatma-board-head h3 {
    margin-top: 0;
}

.khatma-board-head p {
    margin: 4px 0;
}

.khatma-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 8px;
}

.juz-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f8fcfa;
    padding: 10px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    text-align: center;
}

.juz-card.done {
    background: #dff2ea;
    border-color: #9ecdbd;
}

.tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.tab-btn {
    border: 1px solid var(--line);
    background: #f6fbf8;
    padding: 7px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: .2s ease;
}

.tab-btn.active {
    background: var(--primary);
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.dawa-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 14px;
    background: linear-gradient(160deg, #f7fbf9 0%, #eef6f2 100%);
}

.card-quote {
    font-size: 1.06rem;
    font-weight: 700;
}

.download-card-btn {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--primary);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 700;
}

.download-card-btn:hover {
    border-color: #a8cbbf;
}

.adhkar-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #fbfefd;
}

.adhkar-card summary {
    cursor: pointer;
    color: var(--primary);
    font-weight: 700;
}

.dua-names {
    margin: 0;
}

.checklist {
    display: grid;
    gap: 10px;
}

.checklist label {
    background: #f8fcfa;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
}

.quiz-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quiz-actions {
    margin-top: 10px;
}

#next-quiz-btn {
    border: 1px solid var(--line);
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.quiz-option {
    border: 1px solid var(--line);
    background: #f5faf7;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.quiz-option.correct {
    background: #d9f0e8;
    border-color: #7ab89f;
}

.quiz-option.wrong {
    background: #fde9e9;
    border-color: #dfa5a5;
}

.hadith-list {
    margin: 0;
    padding-right: 20px;
}

.hadith-list li {
    margin-bottom: 6px;
}

.tasbeeh-float {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    border: 0;
    background: linear-gradient(135deg, #043927, #0b5b40);
    color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(4, 57, 39, 0.35);
    border: 1px solid rgba(197, 160, 89, 0.8);
    font-weight: 700;
    z-index: 60;
    animation: tasbeehPulse 2.2s ease-in-out infinite;
}

@keyframes tasbeehPulse {
    0% { box-shadow: 0 12px 28px rgba(4, 57, 39, 0.30); }
    50% { box-shadow: 0 14px 34px rgba(4, 57, 39, 0.45); }
    100% { box-shadow: 0 12px 28px rgba(4, 57, 39, 0.30); }
}

.site-footer {
    margin-top: 26px;
    background: #043927;
    color: #f6ecd8;
    padding: 26px 0 74px;
    border-top: 1px solid rgba(197, 160, 89, 0.4);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.site-footer h3 {
    margin-top: 0;
    color: #C5A059;
}

.footer-names {
    margin: 0;
    padding-right: 18px;
    line-height: 1.9;
}

.footer-links {
    margin: 0;
    padding-right: 18px;
    line-height: 2;
}

.footer-links a {
    color: #fdf6e7;
    text-decoration: none;
    transition: color .25s ease;
}

.footer-links a:hover {
    color: #C5A059;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.share-buttons a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #C5A059;
    color: #fdf6e7;
    padding: 8px 12px;
    border-radius: 999px;
}

.share-buttons a:hover {
    background: rgba(197, 160, 89, 0.2);
}

.copy-site-link {
    border: 1px solid #C5A059;
    background: transparent;
    color: #fdf6e7;
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
}

.copy-site-link:hover {
    background: rgba(197, 160, 89, 0.2);
}

.copy-link-status {
    margin: 8px 0 0;
    color: #d8d6c8;
    min-height: 20px;
}

.footer-bottom-bar {
    margin-top: 16px;
    border-top: 1px solid rgba(197, 160, 89, 0.35);
    padding-top: 12px;
    text-align: center;
}

.footer-bottom-bar p {
    margin: 0;
    color: #f2e7cf;
}

.names-fade {
    color: #C5A059;
    animation: namesFade 3s ease-in-out infinite;
}

@keyframes namesFade {
    0% { opacity: .55; }
    50% { opacity: 1; }
    100% { opacity: .55; }
}

.comments-wrap input,
.comments-wrap textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
}

.dua-request-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

/* العنوان الرئيسي باللون الأخضر الغامق */
.dua-request-form h3 {
    color: #1a4731; 
    font-family: 'Amiri', serif; /* إذا قمت بتركيب الخط الأميري */
    font-size: 24px;
    margin-bottom: 5px;
}

/* نص فرعي باللون الرمادي */
.form-sub-text {
    color: #757575;
    font-size: 14px;
    margin-bottom: 20px;
}

.input-wrapper {
    margin-bottom: 15px;
}

/* تنسيق الحقول بالرمادي الهادئ */
.dua-request-form input, 
.dua-request-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    font-family: 'Tahoma', sans-serif;
    color: #333; /* نص رمادي داكن */
    background-color: #fcfcfc;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.dua-request-form input:focus, 
.dua-request-form textarea:focus {
    border-color: #c5a059; /* لون ذهبي خافت عند التركيز */
    outline: none;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.2);
}

/* زر الإرسال */
.submit-dua {
    background-color: #1a4731;
    color: #ffffff;
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-dua:hover {
    background-color: #266345;
}


.dua-request-form label {
    display: block;
    margin-bottom: 4px;
}

.dua-form-intro {
    margin: 0 0 8px;
    color: var(--muted);
}

.dua-request-form button {
    width: fit-content;
    border: 0;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    padding: 9px 14px;
    cursor: pointer;
}

.dua-request-list .dua-item {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fbfefd;
    padding: 12px;
    margin-bottom: 10px;
}

.dua-item h4 {
    margin: 0 0 6px;
}

diff --git a/c:\xampp\htdocs\new\wp-content/themes/sadaqa-memorial/assets/css/main.css b/c:\xampp\htdocs\new\wp-content/themes/sadaqa-memorial/assets/css/main.css
--- a/c:\xampp\htdocs\new\wp-content/themes/sadaqa-memorial/assets/css/main.css
+++ b/c:\xampp\htdocs\new\wp-content/themes/sadaqa-memorial/assets/css/main.css
@@ -727,2 +727,85 @@
 
+/* Talabat Al-Duaa refreshed styles */
+.duaa-container {
+    max-width: 800px;
+    margin: 0 auto;
+    padding: 20px;
+    font-family: "Tahoma", sans-serif;
+    text-align: center;
+    color: #333;
+}
+
+.quran-verse {
+    color: #1a4731;
+    font-size: 28px;
+    margin-bottom: 10px;
+}
+
+.fixed-duaa-card {
+    background-color: #f9f5eb;
+    border-right: 5px solid #c5a059;
+    padding: 20px;
+    border-radius: 8px;
+    margin-bottom: 30px;
+    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
+}
+
+.fixed-duaa-card h3 {
+    color: #c5a059;
+    margin-top: 0;
+}
+
+.duaa-form,
+.dua-request-form {
+    background: #fff;
+    padding: 25px;
+    border-radius: 12px;
+    border: 1px solid #eee;
+}
+
+.duaa-form input,
+.duaa-form textarea,
+.dua-request-form input,
+.dua-request-form textarea {
+    width: 100%;
+    padding: 12px;
+    margin-bottom: 15px;
+    border: 1px solid #ddd;
+    border-radius: 5px;
+    background-color: #fafafa;
+    box-sizing: border-box;
+}
+
+.duaa-form button,
+.dua-request-form button {
+    background-color: #1a4731;
+    color: #fff;
+    padding: 12px 30px;
+    border: none;
+    border-radius: 5px;
+    cursor: pointer;
+    font-size: 16px;
+    transition: 0.3s;
+}
+
+.duaa-form button:hover,
+.dua-request-form button:hover {
+    background-color: #266345;
+}
+
+.duaa-card,
+.dua-request-list .dua-item {
+    background: #fff;
+    border-bottom: 2px solid #f0f0f0;
+    padding: 15px;
+    margin-top: 15px;
+    text-align: right;
+}
+
+.visitor-name,
+.dua-item h4 {
+    color: #888;
+    font-size: 0.9em;
+}
+
 .spiritual-stats h3 {


.spiritual-stats h3 {
    margin-top: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.stats-grid article {
    border: 1px solid rgba(197, 160, 89, 0.55);
    border-radius: 20px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
}

.stats-grid h4 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.stats-grid p {
    margin: 0;
    font-size: 1.4rem;
    color: var(--primary);
    font-weight: 700;
}

.ramadan-countdown-box h3 {
    margin-top: 0;
}

.ramadan-circles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
}

.count-circle {
    position: relative;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(197, 160, 89, 0.55);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 10px;
}

.count-circle svg {
    width: 90px;
    height: 90px;
    transform: rotate(-90deg);
}

.count-circle circle {
    fill: none;
    stroke: #C5A059;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 0 400;
}

.count-circle strong {
    display: block;
    font-size: 1.4rem;
    margin-top: -58px;
    margin-bottom: 28px;
    color: var(--primary);
}

#ramadan-note {
    margin: 8px 0 0;
    color: var(--muted);
}

.sunnah-alert-box {
    border: 1px solid rgba(197, 160, 89, 0.7);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(4, 57, 39, 0.08), rgba(197, 160, 89, 0.08));
    padding: 14px;
}

.sunnah-alert-box strong {
    color: var(--primary);
}

.sunnah-alert-box p {
    margin: 8px 0 0;
}

.dua-wall-box h3 {
    margin-top: 0;
}

.dua-wall-item {
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: #fff;
}

.dua-wall-item p {
    margin: 0 0 8px;
}

.ameen-btn {
    border: 1px solid #C5A059;
    background: #043927;
    color: #fff;
    border-radius: 999px;
    padding: 6px 14px;
    cursor: pointer;
}

.hero-block {
    border: 1px solid rgba(197, 160, 89, 0.5);
    border-radius: 20px;
    padding: 22px;
    background: linear-gradient(140deg, rgba(4, 57, 39, 0.92), rgba(6, 80, 52, 0.85));
    color: #f8f2e3;
}

.hero-block h1 {
    margin: 0 0 10px;
    font-size: clamp(1.3rem, 2.3vw, 2rem);
}

.hero-block p {
    margin: 0 0 10px;
}

.hadith-library {
    font-family: "Amiri", "Tajawal", "Noto Naskh Arabic", serif;
}

.hadith-tools {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

#hadith-live-search {
    flex: 1 1 260px;
    border: 1px solid #C5A059;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fffdf7;
}

#hadith-random-btn,
.hadith-share-btn {
    border: 1px solid #C5A059;
    background: #043927;
    color: #fff;
    border-radius: 10px;
    padding: 8px 12px;
    cursor: pointer;
}

.hadith-random-output {
    display: none;
    margin-bottom: 12px;
    border: 1px solid rgba(197, 160, 89, 0.8);
    border-radius: 12px;
    background: #fffaf0;
    padding: 10px 12px;
    color: #043927;
}

.hadith-random-output.show {
    display: block;
}

.hadith-paper {
    background:
        linear-gradient(0deg, rgba(255, 249, 236, 0.95), rgba(255, 253, 245, 0.95));
    border: 1px solid rgba(197, 160, 89, 0.65);
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 6px 18px rgba(72, 56, 22, 0.08);
    position: relative;
}

.hadith-paper::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.07;
    background-image:
        repeating-linear-gradient(0deg, #7a6230, #7a6230 1px, transparent 1px, transparent 16px);
}

.hadith-paper > * {
    position: relative;
    z-index: 1;
}

.hadith-paper summary {
    cursor: pointer;
    font-weight: 700;
}

.hadith-paper h4 {
    margin: 0 0 8px;
    color: #043927;
}

.about-wasiya-surface {
    background: #FCF9F2;
    position: relative;
    overflow: hidden;
}

.about-wasiya-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, #2f6f5f 1px, transparent 1.5px),
        radial-gradient(circle at 80% 40%, #2f6f5f 1px, transparent 1.5px),
        radial-gradient(circle at 50% 80%, #2f6f5f 1px, transparent 1.5px);
    background-size: 120px 120px;
    opacity: 0.05;
    pointer-events: none;
}

.about-wasiya-surface > * {
    position: relative;
    z-index: 1;
}

.names-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
}

.name-card {
    border: 1px solid #D4AF37;
    border-radius: 15px;
    padding: 16px;
    background: #fffdf8;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.name-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    border-color: #006400;
}

.name-icon {
    color: #D4AF37;
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.name-card h3 {
    margin: 0 0 6px;
    font-size: 1.06rem;
}

.name-card p {
    margin: 0;
    color: #4f5f58;
}

.jamaa-dua-banner {
    margin-top: 22px;
    background: #006400;
    color: #D4AF37;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid #0b5f0b;
    box-shadow: 0 10px 30px rgba(0, 60, 0, 0.18);
}

.jamaa-dua-banner p {
    margin: 0;
    font-size: clamp(1.05rem, 2.2vw, 1.6rem);
    font-weight: 700;
}

.about-tasbih-widget {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

#about-tasbih-counter {
    font-size: 50px;
    color: #006400;
    margin: 10px 0;
}

.about-tasbih-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

#about-tasbih-plus {
    padding: 10px 20px;
    background: #D4AF37;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#about-tasbih-reset {
    padding: 10px 20px;
    background: #ccc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .45s ease, transform .45s ease;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 900px) {
    .quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-header .container {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .quick-grid {
        grid-template-columns: 1fr;
    }

    .tabs {
        flex-direction: column;
    }

    .tasbeeh-float {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        justify-content: center;
    }

    .hero-actions {
        flex-direction: column;
    }
}
