.elementor-509 .elementor-element.elementor-element-246ee80{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-509 .elementor-element.elementor-element-757a7e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-cfcae77 *//* Base Container Styling */
.section-intro-adam {
  background: linear-gradient(145deg, #ffffff, #f2f8fb);
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #05445E;
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e1e;
  max-width: 900px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

/* Heading Styling */
.section-intro-adam h2 {
  font-size: 30px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 25px;
  line-height: 1.3;
  position: relative;
  padding-left: 40px;
}

.section-intro-adam h2::before {
  content: "🧠";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #05445E;
}

/* Paragraph Styling */
.section-intro-adam p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

/* Highlighted Phrase Styling */
.section-intro-adam .highlight {
  background-color: #d7efff;
  padding: 3px 6px;
  border-radius: 5px;
  font-weight: 600;
  color: #003f63;
  transition: background-color 0.3s ease;
}

.section-intro-adam .highlight:hover {
  background-color: #b4dfff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-intro-adam {
    padding: 25px 20px;
  }

  .section-intro-adam h2 {
    font-size: 24px;
    padding-left: 32px;
  }

  .section-intro-adam p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3823707 */.section-quran-creation {
  background: #fdfefe;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 84, 126, 0.08);
  border-left: 6px solid #05445E;
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e1e;
  max-width: 900px;
  margin: 0 auto;
}

.section-quran-creation h2 {
  font-size: 28px;
  color: #05445E;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-quran-creation h3 {
  font-size: 22px;
  color: #003f63;
  margin-top: 25px;
  margin-bottom: 10px;
}

.section-quran-creation p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.section-quran-creation .highlight {
  background-color: #d9f2ff;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #03446A;
  transition: background 0.3s ease;
}

.section-quran-creation .highlight:hover {
  background-color: #a8e4ff;
}

.section-quran-creation .arabic {
  font-family: 'Amiri', serif;
  font-size: 20px;
  direction: rtl;
  text-align: right;
  color: #05445E;
  margin-bottom: 10px;
  line-height: 2;
}

.section-quran-creation .translation {
  font-style: italic;
  font-size: 17px;
  color: #333;
}

.verse-block {
  background-color: #f3faff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #88c7ea;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4e1a560 *//* Section Container Styling (Applies to any section class like .section-clay-symbolism) */
.section-clay-symbolism {
  background: linear-gradient(to right, #f7fafd, #eef7fb);
  padding: 40px 30px;
  border-radius: 16px;
  border-left: 6px solid #05445E;
  box-shadow: 0 10px 28px rgba(0, 84, 126, 0.1);
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e1e;
  max-width: 900px;
  margin: 0 auto 40px auto;
  transition: all 0.3s ease-in-out;
}

/* Heading Styling */
.section-clay-symbolism h2 {
  font-size: 28px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
}

.section-clay-symbolism h2::before {
  content: "🧪";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
}

/* Paragraph Styling */
.section-clay-symbolism p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
}

/* Highlight Styling */
.highlight {
  background: linear-gradient(to right, #d9f2ff, #bce4ff);
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: 600;
  color: #03446A;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #b0dbf1;
}

.highlight:hover {
  background: linear-gradient(to right, #bce4ff, #d9f2ff);
  box-shadow: inset 0 0 0 2px #80c7e9;
  cursor: default;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-clay-symbolism {
    padding: 25px 20px;
  }

  .section-clay-symbolism h2 {
    font-size: 24px;
    padding-left: 28px;
  }

  .section-clay-symbolism p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-808cecd */.section-embryology {
  background: linear-gradient(to right, #f9fcfe, #ecf6fb);
  padding: 40px 30px;
  border-radius: 16px;
  border-left: 6px solid #05445E;
  box-shadow: 0 8px 28px rgba(0, 84, 126, 0.08);
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e1e;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

/* Arabic Verse */
.section-embryology .arabic {
  font-family: 'Amiri', serif;
  font-size: 20px;
  direction: rtl;
  text-align: right;
  color: #05445E;
  margin-bottom: 10px;
  line-height: 2;
}

/* Verse container reuse */
.verse-block {
  background-color: #f3faff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #88c7ea;
}

/* Heading & Highlight already styled *//* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-dbd42a5 */.section-anthropology {
  background: linear-gradient(to right, #fefefe, #f0f8fc);
  padding: 40px 30px;
  border-radius: 16px;
  border-left: 6px solid #05445E;
  box-shadow: 0 8px 24px rgba(0, 84, 126, 0.08);
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e1e;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.section-anthropology h2 {
  font-size: 28px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 25px;
}

.section-anthropology p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-65ccc75 *//* Section Styling */
.section-genetics-ancestor {
  background: linear-gradient(to right, #fcfcff, #eef7fb);
  padding: 40px 30px;
  border-radius: 16px;
  border-left: 6px solid #05445E;
  box-shadow: 0 8px 24px rgba(0, 84, 126, 0.08);
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e1e;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.section-genetics-ancestor h2 {
  font-size: 28px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 25px;
}

/* Multicolor Highlights */
.highlight-sci {
  background-color: #ffe9c6;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #7a4f01;
}

.highlight-quran {
  background-color: #d9f2ff;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #03446A;
}

.highlight-keyword {
  background-color: #d6fcd4;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #185f18;
}

/* Responsive */
@media (max-width: 768px) {
  .section-genetics-ancestor {
    padding: 25px 20px;
  }

  .section-genetics-ancestor h2 {
    font-size: 24px;
  }

  .section-genetics-ancestor p {
    font-size: 16px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0f350df *//* Section 7: Container Styling */
.section-scholarly-views {
  padding: 40px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Headings */
.section-scholarly-views h2 {
  font-size: 26px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 20px;
  border-left: 5px solid #189AB4;
  padding-left: 12px;
}

/* Paragraphs */
.section-scholarly-views p {
  margin-bottom: 18px;
  font-size: 16px;
}

/* Highlight: Qur’anic / Islamic terms */
.section-scholarly-views .highlight-quran {
  background-color: #d9f2ff;
  color: #03446A;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Highlight: Scientific / intellectual terms */
.section-scholarly-views .highlight-sci {
  background-color: #ffe9c6;
  color: #7a4f01;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Highlight: SEO keywords */
.section-scholarly-views .highlight-keyword {
  background-color: #d6fcd4;
  color: #185f18;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Scholar quote box styling */
.section-scholarly-views .scholar-quote {
  background-color: #f4faff;
  border-left: 4px solid #0074cc;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-style: italic;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.section-scholarly-views .scholar-quote strong {
  display: block;
  font-weight: 700;
  color: #003366;
  margin-bottom: 6px;
  font-size: 15.5px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-69ff206 *//* Section 8: Faith and Science in Harmony */
.section-conclusion-harmony {
  padding: 40px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Heading Style */
.section-conclusion-harmony h2 {
  font-size: 26px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 20px;
  border-left: 5px solid #189AB4;
  padding-left: 12px;
}

/* Paragraph Style */
.section-conclusion-harmony p {
  margin-bottom: 18px;
  font-size: 16px;
}

/* Highlight: Qur’anic / Islamic Terms */
.section-conclusion-harmony .highlight-quran {
  background-color: #d9f2ff;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  color: #03446A;
}

/* Highlight: Scientific / Reflection Terms */
.section-conclusion-harmony .highlight-sci {
  background-color: #ffe9c6;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  color: #7a4f01;
}

/* Highlight: SEO / Key Ideas */
.section-conclusion-harmony .highlight-keyword {
  background-color: #d6fcd4;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  color: #185f18;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .section-conclusion-harmony {
    padding: 30px 16px;
  }

  .section-conclusion-harmony h2 {
    font-size: 22px;
  }

  .section-conclusion-harmony p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d2ff501 *//* FAQ Section Styling */
.section-faq-human-creation {
  padding: 40px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-faq-human-creation h2 {
  font-size: 26px;
  font-weight: 700;
  color: #05445E;
  margin-bottom: 24px;
  border-left: 5px solid #189AB4;
  padding-left: 12px;
}

.section-faq-human-creation .faq-item {
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7fafd;
  border-left: 4px solid #05445E;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.section-faq-human-creation .faq-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #003049;
}

.section-faq-human-creation .faq-item p {
  font-size: 16px;
  margin: 0;
}

/* Highlight Styles (same as previous) */
.section-faq-human-creation .highlight-quran {
  background-color: #d9f2ff;
  color: #03446A;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.section-faq-human-creation .highlight-sci {
  background-color: #ffe9c6;
  color: #7a4f01;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.section-faq-human-creation .highlight-keyword {
  background-color: #d6fcd4;
  color: #185f18;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8ae4af8 */.section-references {
  background-color: #f3f8fc;
  border-left: 6px solid #05445E;
  padding: 30px;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 83, 128, 0.1);
}

.section-references h2 {
  color: #05445E;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-references p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.section-references .custom-list {
  padding-left: 20px;
  list-style: none;
}

.section-references .custom-list li {
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}

.section-references .custom-list li a {
  color: #005380;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section-references .custom-list li a:hover {
  color: #0099cc;
  text-decoration: underline;
}

.section-references .highlight {
  color: #009688;
  font-weight: 600;
}/* End custom CSS */