.elementor-975 .elementor-element.elementor-element-c41a659{--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-975 .elementor-element.elementor-element-c5aaab1{--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-975 .elementor-element.elementor-element-14de962 .elementor-image-carousel-caption{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-6e5f57c */.twf-talenthunt-page {
  max-width: 720px;
  margin: 0 auto 50px auto;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  background: linear-gradient(120deg,#fafeff 70%,#e8f8f4 100%);
  border-radius: 24px;
  padding: 40px 16px;
  box-shadow: 0 6px 30px rgba(28, 166, 123, 0.1);
  color: #165f50;
}

/* Title */
.twf-talenthunt-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(90deg,#1ca67b,#14cfb0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}
.twf-talenthunt-title span {
  display: inline-block;
  background: linear-gradient(90deg,#1ca67b,#2bb1fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Highlights */
.twf-highlight-gold   { color: #e89a23; font-weight: 800; }
.twf-highlight-silver { color: #999da1; font-weight: 700; }
.twf-highlight-bronze { color: #c08240; font-weight: 700; }
.twf-highlight-green  { color: #1ca67b; font-weight: bold; }
.twf-highlight-blue   { color: #2196f3; font-weight: bold; }
.twf-highlight-bold   {
  background: #d9f9f1;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 900;
  color: #10735a;
  transition: background 0.2s;
}
.twf-highlight-bold:hover {
  background: #1ca67b;
  color: #fff;
}

/* Section Headers */
.twf-section-head {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #1ca67b;
}

/* Lists */
.twf-talent-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
}
.twf-talent-list li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 1.05rem;
  color: #206458;
  margin-bottom: 12px;
  transition: background 0.2s ease;
  padding: 6px;
  border-radius: 8px;
}
.twf-talent-list li:hover {
  background: #f0fffb;
}
.twf-bullet-icon {
  font-size: 1.3rem;
  color: #1ca67b;
  flex-shrink: 0;
}

/* CTA Button */
.twf-talenthunt-btn {
  display: inline-block;
  background: linear-gradient(90deg,#1ca67b,#14bc98);
  color: #fff;
  font-weight: 800;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  margin-top: 14px;
  box-shadow: 0 4px 12px rgba(28,166,123,0.3);
  transition: background 0.3s ease, transform 0.2s ease;
}
.twf-talenthunt-btn:hover {
  background: #148a67;
  transform: translateY(-2px);
}

/* Blocks */
.twf-talenthunt-block {
  background: #fff;
  padding: 20px 16px;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(28, 166, 123, 0.08);
  margin-bottom: 30px;
}

/* Qur’an & Hadith */
.twf-quran, .twf-hadith {
  background: #effdfa;
  border-left: 6px solid #1ca67b;
  padding: 18px 20px;
  margin: 26px 0;
  font-family: 'Amiri', serif;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}
.twf-quran-ar, .twf-hadith-ar {
  font-size: 1.2rem;
  text-align: right;
  color: #17977b;
  direction: rtl;
  margin-bottom: 8px;
}
.twf-quran-en, .twf-hadith-en {
  font-size: 1.05rem;
  color: #135849;
  font-style: italic;
}
.twf-quran-ref, .twf-hadith-ref {
  color: #1892cc;
  font-weight: 800;
  margin-left: 8px;
  font-size: 0.94rem;
}

/* Dua */
.twf-talent-dua {
  text-align: center;
  font-size: 1.05rem;
  color: #e89a23;
  font-weight: 800;
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 650px) {
  .twf-talenthunt-title { font-size: 1.6rem; }
  .twf-section-head     { font-size: 1.1rem; }
  .twf-talent-list li   { font-size: 0.98rem; }
  .twf-talenthunt-btn   { width: 100%; text-align: center; font-size: 1rem; }
}/* End custom CSS */