@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Oswald:wght@400;600;700&family=Roboto:wght@300;400;500&display=swap");

/* ============================================================
   TEN DAYS (DHUL-HIJJAH) THEME OVERRIDES
   Loaded AFTER ten-nights-assets/css/style.css.
   Hajj / Eid al-Adha palette: emerald, gold, sand.
   ============================================================ */

:root {
    --td-emerald: #0E5E3A;
    --td-emerald-dark: #053824;
    --td-gold: #C9A227;
    --td-gold-soft: #E8C766;
    --td-cream: #FAF3E0;
    --td-sand: #F5E6C8;
    --td-night: #062019;
}

body.theme-ten-days {
    background-color: var(--td-cream);
    color: var(--td-emerald-dark);
}

/* --- Buttons --- */
.theme-ten-days .btn-fill {
    background-color: var(--td-emerald);
    border-color: var(--td-emerald);
    color: #fff;
}

.theme-ten-days .btn-fill:hover,
.theme-ten-days .btn-fill:focus {
    color: var(--td-emerald-dark);
    background-color: var(--td-gold-soft);
    border-color: var(--td-gold-soft);
}

.theme-ten-days .btn-fill-white {
    background-color: var(--td-gold);
    border-color: var(--td-gold);
    color: var(--td-emerald-dark);
}

.theme-ten-days .btn-fill-white:hover,
.theme-ten-days .btn-fill-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: var(--td-emerald-dark);
}

/* --- Header --- */
.theme-ten-days header .logo-holder {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(201, 162, 39, 0.4);
}

/* --- Main banner --- */
.theme-ten-days .main-banner {
    background:
        radial-gradient(ellipse at top, rgba(232, 199, 102, 0.18) 0%, transparent 55%),
        linear-gradient(160deg, var(--td-emerald-dark) 0%, var(--td-emerald) 55%, #0a4a2e 100%);
    color: #fff;
    overflow: hidden;
}

.theme-ten-days .main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.06) 0 2px, transparent 3px),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.05) 0 1px, transparent 2px),
        radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.07) 0 2px, transparent 3px);
    background-size: 600px 600px, 800px 800px, 500px 500px, 700px 700px;
    pointer-events: none;
    opacity: 0.9;
}

.theme-ten-days .main-banner .bg-image {
    opacity: 0.15;
    background-position: center;
    mix-blend-mode: screen;
}

.theme-ten-days .main-banner .banner-content {
    position: relative;
    z-index: 2;
}

.theme-ten-days .main-banner-title {
    color: #fff;
}

.theme-ten-days .main-banner-title .highlight {
    color: var(--td-gold-soft);
    display: block;
}

.theme-ten-days .main-banner-arabic {
    font-family: "Amiri", serif;
    font-size: 28px;
    color: var(--td-gold-soft);
    letter-spacing: 1px;
    direction: rtl;
    margin-bottom: 18px;
}

.theme-ten-days .main-banner blockquote {
    color: var(--td-gold-soft);
    letter-spacing: 1.5px;
    border: none;
}

.theme-ten-days .main-banner .quote-attribution {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: none;
    font-weight: 400;
    display: block;
    margin-top: 6px;
}

/* Crescent moon on the right of the hero.
   The dark side is a transparent mask cut-out so the real hero gradient
   shows through (no color seam). drop-shadow on the wrapper respects the
   mask shape, giving the glow a true crescent silhouette. */
.theme-ten-days .hero-art {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0 0 28px rgba(232, 199, 102, 0.4));
    filter: drop-shadow(0 0 28px rgba(232, 199, 102, 0.4));
}

.theme-ten-days .hero-art .crescent {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 32%, #fff8e1 0%, var(--td-gold-soft) 55%, var(--td-gold) 100%);
    -webkit-mask-image: radial-gradient(circle at 72% 50%, transparent 0 42%, #000 42.5%);
    mask-image: radial-gradient(circle at 72% 50%, transparent 0 42%, #000 42.5%);
}

@media (min-width: 768px) {
    .theme-ten-days .hero-art {
        min-height: 380px;
    }

    .theme-ten-days .hero-art .crescent {
        width: 300px;
        height: 300px;
    }

    .theme-ten-days .main-banner-arabic {
        font-size: 36px;
    }
}

/* --- Sections --- */
.theme-ten-days .section-title {
    color: var(--td-emerald-dark);
}

.theme-ten-days .section.process .bg-image {
    opacity: 0.08;
}

.theme-ten-days .process-single {
    background: #fff;
    border: 1px solid rgba(14, 94, 58, 0.15);
    border-bottom: 4px solid var(--td-gold);
    box-shadow: 0 6px 18px rgba(6, 32, 25, 0.06);
}

.theme-ten-days .process-single .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--td-emerald);
    color: var(--td-gold-soft);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}

.theme-ten-days .process-single .step-icon {
    font-size: 42px;
    color: var(--td-emerald);
    margin-bottom: 14px;
}

/* --- Verse / Hadith section --- */
.theme-ten-days .verse-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(232, 199, 102, 0.12) 0%, transparent 60%),
        linear-gradient(180deg, #fff 0%, var(--td-cream) 100%);
    padding: 70px 0;
    text-align: center;
    border-top: 1px solid rgba(14, 94, 58, 0.08);
    border-bottom: 1px solid rgba(14, 94, 58, 0.08);
}

.theme-ten-days .verse-arabic {
    font-family: "Amiri", serif;
    font-size: 30px;
    line-height: 1.9;
    color: var(--td-emerald-dark);
    direction: rtl;
    margin-bottom: 24px;
}

.theme-ten-days .verse-translation {
    font-size: 22px;
    font-style: italic;
    color: var(--td-emerald-dark);
    max-width: 760px;
    margin: 0 auto 14px;
    line-height: 1.55;
}

.theme-ten-days .verse-reference {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--td-gold);
    font-size: 14px;
}

@media (min-width: 768px) {
    .theme-ten-days .verse-arabic {
        font-size: 40px;
    }
}

/* --- Why these days (feature grid) --- */
.theme-ten-days .feature-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(14, 94, 58, 0.12);
    border-top: 4px solid var(--td-emerald);
    margin-bottom: 24px;
    height: 100%;
    box-shadow: 0 4px 14px rgba(6, 32, 25, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-ten-days .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(6, 32, 25, 0.1);
}

.theme-ten-days .feature-card .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--td-emerald) 0%, var(--td-emerald-dark) 100%);
    color: var(--td-gold-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 18px;
}

.theme-ten-days .feature-card h3 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--td-emerald-dark);
    margin-bottom: 10px;
}

.theme-ten-days .feature-card p {
    color: #4a5a52;
    font-size: 16px;
    margin: 0;
}

/* --- CTA --- */
.theme-ten-days .cta-inner {
    background: linear-gradient(135deg, var(--td-emerald-dark) 0%, var(--td-emerald) 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(6, 32, 25, 0.25);
    border: 1px solid rgba(201, 162, 39, 0.3);
}

.theme-ten-days .cta-inner .section-title {
    color: #fff;
}

.theme-ten-days .cta-inner .cta-sub {
    color: var(--td-gold-soft);
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.theme-ten-days .bg-light {
    background: var(--td-sand) !important;
}

/* --- Footer --- */
.theme-ten-days .footer {
    background-color: var(--td-night);
}

.theme-ten-days .footer-top {
    background-color: #041811;
    color: #fff;
}

.theme-ten-days .footer-bottom a.text-link:hover {
    color: var(--td-gold-soft);
}
