/* Start custom CSS *//* Main Wrapper */
.dawah-series-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Hind Siliguri', 'Kalpurush', sans-serif;
    color: #333333;
    line-height: 1.8;
}

/* Series Badge */
.series-badge {
    display: inline-block;
    background-color: #0f766e;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Main Title */
.main-title {
    font-size: 2.2rem;
    color: #111827;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    border-bottom: 3px solid #0f766e;
    padding-bottom: 15px;
}

/* Chapter Titles */
.chapter-title {
    font-size: 1.6rem;
    color: #047857;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Intro Box */
.article-intro-box {
    background-color: #f8fafc;
    border-left: 4px solid #0ea5e9;
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 40px;
}

/* Section Styling */
.chapter-section {
    margin-bottom: 40px;
}

/* Paragraphs */
.dawah-series-container p {
    font-size: 1.1rem;
    margin-bottom: 18px;
    text-align: justify;
}

/* Quranic Quotes Styling */
.holy-quote {
    background-color: #ecfdf5;
    border-right: 5px solid #10b981;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.arabic-verse {
    font-family: 'Amiri', 'Traditional Arabic', serif;
    font-size: 1.8rem !important;
    color: #065f46;
    text-align: center !important;
    line-height: 2.2;
    margin-bottom: 15px !important;
}

.verse-translation {
    font-size: 1.1rem !important;
    color: #1f2937;
    font-style: italic;
    border-top: 1px dashed #a7f3d0;
    padding-top: 15px;
    text-align: center !important;
}

/* Info Boxes (Tafseer, Analysis, Story) */
.tafseer-box, .analysis-box, .story-box {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 25px;
    border-radius: 8px;
    margin-top: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.tafseer-box h3, .analysis-box h3, .story-box h3 {
    font-size: 1.2rem;
    color: #b45309;
    margin-bottom: 15px;
    border-bottom: 1px solid #fde68a;
    padding-bottom: 8px;
    display: inline-block;
}

.highlight-text {
    font-weight: 600;
    color: #b91c1c;
    background-color: #fef2f2;
    padding: 10px;
    border-radius: 5px;
    border-left: 3px solid #ef4444;
}

/* Conclusion Section */
.conclusion-section {
    background-color: #1e293b;
    color: #f8fafc;
    padding: 35px;
    border-radius: 12px;
    margin-top: 50px;
}

.conclusion-section .chapter-title {
    color: #38bdf8;
    margin-top: 0;
    border-bottom: 1px solid #334155;
    padding-bottom: 10px;
}

.conclusion-section p {
    color: #cbd5e1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-title {
        font-size: 1.8rem;
    }
    .arabic-verse {
        font-size: 1.5rem !important;
    }
    .dawah-series-container p {
        font-size: 1rem;
    }
}/* End custom CSS */