.elementor-770 .elementor-element.elementor-element-996aee0{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-c0f6937 */.twf-womens-healthcare-page {
  max-width: 730px;
  margin: 0 auto 60px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(120deg,#f6fffa 68%,#ebf6fe 100%);
  border-radius: 22px;
  box-shadow: 0 7px 29px #1ca67b19;
  padding: 36px 12px 29px 12px;
}

/* Title with Icon */
.twf-womenhealth-title {
  font-size: 2.45rem;
  text-align: center;
  font-weight: 900;
  color: #15b394;
  letter-spacing: 0.035em;
  margin-bottom: 22px;
  background: linear-gradient(90deg, #1ca67b, #42e3d2 80%);
  background-clip: text; -webkit-background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.twf-womenhealth-title .twf-whc-icon {
  font-size: 2.2rem;
  vertical-align: middle;
  margin-right: 9px;
  color: #ffc231;
}

/* Main Blocks */
.twf-whc-block {
  background: #fff;
  margin-bottom: 28px;
  border-radius: 16px;
  box-shadow: 0 3px 17px #1ca67b24;
  padding: 22px 13px 16px 13px;
  transition: box-shadow 0.28s, transform 0.18s;
}
.twf-whc-block:hover {
  box-shadow: 0 12px 36px #18d1b429;
  transform: scale(1.012);
}

.twf-whc-section-head {
  font-size: 1.17rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.highlight-gold  { color: #e08c22;   font-weight: 800; }
.highlight-green { color: #1ca67b;   font-weight: 800; }
.highlight-blue  { color: #1a89c4;   font-weight: 800; }
.twf-highlight-bold {
  background: #e8ffef;
  color: #227164;
  border-radius: 6px;
  padding: 0 7px;
  font-weight: 900;
  transition: background 0.3s, color 0.3s;
}
.twf-highlight-bold:hover { background: #1ca67b; color: #fff; }

.twf-whc-list { list-style: none; margin: 0; padding: 0; }
.twf-whc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.07rem;
  margin-bottom: 12px;
  color: #187770;
  border-radius: 8px;
  padding: 6px 4px;
  transition: background 0.17s, color 0.18s;
}
.twf-whc-list li:hover {
  background: #ebfcf9;
  color: #1ca67b;
}
.twf-whc-liicon { font-size: 1.32rem; flex-shrink: 0; color: #1ca67b; }

/* Qur’an & Hadith */
.twf-quran, .twf-hadith {
  background: linear-gradient(112deg, #e5fbe8 85%, #e7ebfa 115%);
  border-left: 6px solid #1ca67b;
  color: #0e7272;
  font-size: 1.12rem;
  font-style: normal;
  margin: 21px 0 17px 0;
  padding: 16px 17px;
  border-radius: 10px;
  box-shadow: 0 2px 7px #bcfde510;
  font-family: 'Amiri', serif;
}
.twf-quran-ar, .twf-hadith-ar {
  font-size: 1.14rem;
  font-family: "Amiri", serif;
  color: #187860;
  direction: rtl; text-align: right; margin-bottom: 6px;
}
.twf-quran-en, .twf-hadith-en { font-size: 1.04rem; color: #1e7560; font-style: italic; }
.twf-quran-ref, .twf-hadith-ref { color: #e08c22; font-weight: 900; margin-left: 7px; font-size: 0.93rem; }

/* CTA Button */
.twf-whc-cta { text-align: center; }
.twf-whc-btn-green {
  display: inline-block;
  background: linear-gradient(90deg, #1ca67b, #25bd95 100%);
  color: #fff;
  font-weight: 800;
  padding: 14px 34px;
  border-radius: 28px;
  text-decoration: none;
  font-size: 1.07rem;
  margin-top: 8px;
  transition: background 0.22s, transform 0.13s, box-shadow 0.22s;
  box-shadow: 0 3px 13px #1ca67b33;
}
.twf-whc-btn-green:hover {
  background: #129559;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px #1ca67b29;
}

/* Dua */
.twf-whc-dua {
  text-align: center;
  margin-top: 25px;
  font-size: 1.08rem;
  color: #e08c22;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 650px) {
  .twf-womens-healthcare-page { padding: 10px 1vw 16px 1vw; }
  .twf-womenhealth-title { font-size: 1.25rem; margin-bottom: 15px; }
  .twf-whc-block { padding: 8px 4px 7px 4px;}
  .twf-whc-section-head { font-size: 1.01rem;}
  .twf-whc-btn-green { padding: 10px 10px; font-size: 1rem;}
}/* End custom CSS */