.elementor-769 .elementor-element.elementor-element-127fe5d{--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-6089ac0 */.twf-imamwelfare-page {
  max-width: 720px;
  margin: 0 auto 55px auto;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  background: linear-gradient(115deg, #f5fffa 72%, #e2f2fc 100%);
  border-radius: 22px;
  box-shadow: 0 7px 23px #1ca67b1a;
  padding: 36px 14px 30px 14px;
  color: #135e51;
}

/* Title with Icon */
.twf-imam-title {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.035em;
  margin-bottom: 26px;
  background: linear-gradient(90deg, #13c4a5 10%, #1ca67b 80%);
  background-clip: text;
  -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
.twf-imam-title .twf-imam-icon {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 8px;
  color: #1ca67b;
}
.twf-imam-title span {
  color: #18a1db;
}

/* Main Blocks */
.twf-imamwelfare-block {
  background: #fff;
  margin-bottom: 32px;
  border-radius: 16px;
  box-shadow: 0 2px 9px #1ca67b13;
  padding: 22px 12px 16px 12px;
  transition: box-shadow 0.25s, transform 0.16s;
}
.twf-imamwelfare-block:hover {
  box-shadow: 0 12px 30px #1ca67b26;
  transform: scale(1.012);
}

.twf-imam-section-head {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 13px;
}
.highlight-gold  { color: #e08c22;   font-weight: 800; }
.highlight-green { color: #1ca67b;   font-weight: 800; }
.highlight-blue  { color: #1a89c4;   font-weight: 800; }

.twf-imam-list { list-style: none; margin: 0; padding: 0; }
.twf-imam-list li {
  font-size: 1.06rem;
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #15667a;
  border-radius: 8px;
  padding: 7px 5px;
  transition: background 0.13s, color 0.14s;
}
.twf-imam-list li:hover {
  background: #ecfbfc;
  color: #1ca67b;
}
.twf-imam-liicon { font-size: 1.3rem; flex-shrink: 0; color: #1ca67b; }

.twf-highlight-bold {
  background: #dbfef2;
  color: #156b51;
  border-radius: 5px;
  padding: 0 8px;
  font-weight: 900;
  transition: background 0.2s, color 0.2s;
}
.twf-highlight-bold:hover { background: #1ca67b; color: #fff; }

/* Quran & Hadith Blocks */
.twf-quran, .twf-hadith {
  background: linear-gradient(115deg,#eafbf3 80%,#e7ebfa 120%);
  border-left: 6px solid #1ca67b;
  color: #147169;
  font-size: 1.12rem;
  font-style: normal;
  margin: 21px 0 17px 0;
  padding: 16px 17px;
  border-radius: 10px;
  box-shadow: 0 2px 7px #bcfde514;
  font-family: 'Amiri', serif;
}
.twf-quran-ar, .twf-hadith-ar {
  font-size: 1.15rem;
  font-family: "Amiri", serif;
  color: #20847a;
  direction: rtl;
  margin-bottom: 6px;
}
.twf-quran-en, .twf-hadith-en { font-size: 1.03rem; color: #1e856d; font-style: italic; }
.twf-quran-ref, .twf-hadith-ref { color: #1a89c4; font-weight: 900; margin-left: 8px; font-size: 0.93rem; }

/* CTA Button */
.twf-imam-btn {
  display: inline-block;
  background: linear-gradient(90deg, #1ca67b, #21d1c2 100%);
  color: #fff;
  font-weight: 800;
  padding: 13px 32px;
  border-radius: 28px;
  text-decoration: none;
  font-size: 1.08rem;
  margin-top: 10px;
  transition: background 0.2s, transform 0.16s, box-shadow 0.19s;
  box-shadow: 0 2px 9px #1ca67b33;
  text-align: center;
}
.twf-imam-btn:hover {
  background: #1ca67b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #1ca67b23;
}

/* Dua */
.twf-imam-dua {
  text-align: center;
  margin-top: 28px;
  font-size: 1.11rem;
  color: #e08c22;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 650px) {
  .twf-imamwelfare-page { padding: 11px 2vw 16px 2vw; }
  .twf-imam-title { font-size: 1.32rem; }
  .twf-imamwelfare-block { padding: 9px 3px 8px 3px;}
  .twf-imam-section-head { font-size: 1.01rem;}
  .twf-imam-btn { font-size: 1rem; padding: 10px 13px; }
}/* End custom CSS */