.elementor-4668 .elementor-element.elementor-element-5a0039c1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-01ef04b *//* =========================================
   KAHF ARTICLE - VISUAL DESIGN (MONTSERRAT)
   ========================================= */

@import url'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

.kahf-article {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1F2937;
}

/* Reference Gradient */
.kahf-article {
  --kahf-primary: #8B5CF6;
  --kahf-blue: #3B82F6;
  --kahf-gradient: linear-gradient(135deg, #8B5CF6, #3B82F6);
  --kahf-border: #E5E7EB;
  --kahf-muted: #6B7280;
  --kahf-text: #1F2937;
}

.kahf-article .article-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 18px;
}

/* HERO */
.kahf-article .article-hero {
  padding: 55px 0 25px;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}

.kahf-article .article-category {
  display: inline-block;
  background: rgba(59, 130, 246, 0.12);
  color: #3B82F6;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.kahf-article .article-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 14px;
  background: var(--kahf-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kahf-article .article-excerpt {
  font-size: 18px;
  color: #4B5563;
  line-height: 1.65;
  margin-bottom: 18px;
  font-weight: 500;
}

.kahf-article .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--kahf-muted);
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
}

.kahf-article .featured-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.12);
}

.kahf-article .featured-image img {
  width: 100%;
  display: block;
}

/* TOC */
.kahf-article .toc {
  background: #F9FAFB;
  border: 1px solid var(--kahf-border);
  border-radius: 18px;
  padding: 22px 22px;
  margin: 28px 0;
}

.kahf-article .toc-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 14px;
}

.kahf-article .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kahf-article .toc-list li {
  margin-bottom: 8px;
}

.kahf-article .toc-list a {
  color: #374151;
  text-decoration: none;
  font-weight: 700;
}

.kahf-article .toc-list a:hover {
  color: #3B82F6;
  text-decoration: underline;
}

/* CONTENT */
.kahf-article .article-content {
  padding: 15px 0 60px;
}

.kahf-article .article-content p {
  font-size: 16px;
  line-height: 1.85;
  color: #4B5563;
  margin-bottom: 18px;
  font-weight: 500;
}

.kahf-article .article-content h2 {
  font-size: 30px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--kahf-border);
}

.kahf-article .article-content h3 {
  font-size: 20px;
  font-weight: 900;
  margin-top: 26px;
  margin-bottom: 10px;
}

.kahf-article .article-content h4 {
  font-weight: 900;
}

/* KEY TAKEAWAYS */
.kahf-article .key-takeaways {
  background: #F9FAFB;
  border: 2px solid #10B981;
  border-radius: 18px;
  padding: 26px;
  margin: 26px 0;
}

.kahf-article .key-takeaways-title {
  font-size: 20px;
  font-weight: 900;
  color: #10B981;
  margin-bottom: 14px;
}

.kahf-article .key-takeaways ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kahf-article .key-takeaways li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #374151;
  font-weight: 700;
}

.kahf-article .key-takeaways li::before {
  content: "✓";
  color: #10B981;
  font-weight: 900;
}

/* HIGHLIGHT BOX */
.kahf-article .highlight-box {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(59, 130, 246, 0.10));
  border-left: 4px solid #3B82F6;
  border-radius: 0 14px 14px 0;
  padding: 18px;
  margin: 24px 0;
}

.kahf-article .highlight-box-title {
  color: #3B82F6;
  font-weight: 900;
  margin-bottom: 8px;
}

/* ==============================
   QURAN QUOTE (YOUR IMAGE STYLE)
   + BLUE GRADIENT HIGHLIGHT
   ============================== */
.kahf-article .quran-quote {
  background: linear-gradient(135deg, #8B5CF6, #3B82F6);
  border-radius: 22px;
  padding: 26px 26px;
  margin: 28px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
 
}

/* Blue Gradient Glow (Reference style) */
.kahf-article .quran-quote::before {
  content: "";
  position: absolute;
  inset: -120px;
  background: var(--kahf-gradient);
  opacity: 0.22;
  filter: blur(55px);
  z-index: 0;
}

.kahf-article .quran-quote-mark {
  position: relative;
  z-index: 2;
  font-size: 46px;
  font-weight: 900;
  color: rgba(255,255,255,0.25);
  margin-bottom: 8px;
  line-height: 1;
}

.kahf-article .quran-quote-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

.kahf-article .quran-quote-ref {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255,255,255,0.70);
}

/* STEPS */
.kahf-article .steps {
  margin: 26px 0;
}

.kahf-article .step {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
}

.kahf-article .step-number {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--kahf-gradient);
  color: white;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kahf-article .step-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}

/* ICON LIST */
.kahf-article .icon-list {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.kahf-article .icon-item {
  display: flex;
  gap: 14px;
  background: #F9FAFB;
  border: 1px solid var(--kahf-border);
  border-radius: 16px;
  padding: 16px;
}

.kahf-article .icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(59, 130, 246, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.kahf-article .icon-item h4 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 4px;
}

/* FEATURE GRID */
.kahf-article .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
}

.kahf-article .feature-card {
  background: white;
  border: 1px solid var(--kahf-border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.kahf-article .feature-card h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
}

/* PROS CONS */
.kahf-article .pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0;
}

.kahf-article .pros-card,
.kahf-article .cons-card {
  border-radius: 18px;
  padding: 18px;
}

.kahf-article .pros-card {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.kahf-article .cons-card {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.kahf-article .pros-card ul,
.kahf-article .cons-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kahf-article .pros-card li::before {
  content: "✓ ";
  font-weight: 900;
  color: #10B981;
}

.kahf-article .cons-card li::before {
  content: "✗ ";
  font-weight: 900;
  color: #EF4444;
}

/* CTA BOX */
.kahf-article .cta-box {
  background: var(--kahf-gradient);
  border-radius: 24px;
  padding: 34px 22px;
  text-align: center;
  margin: 34px 0;
  color: white;
}

.kahf-article .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.kahf-article .btn-primary {
  background: white;
  color: #3B82F6;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
}

.kahf-article .btn-secondary {
  background: rgba(255,255,255,0.18);
  color: white;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 820px) {
  .kahf-article .article-title { font-size: 30px; }
  .kahf-article .feature-grid { grid-template-columns: 1fr; }
  .kahf-article .pros-cons { grid-template-columns: 1fr; }
}/* End custom CSS */