.elementor-771 .elementor-element.elementor-element-0c65426{--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-a9e2c3d */.twf-apply-support-section {
  max-width: 720px;
  margin: 0 auto 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #f2fffa, #e7f9f7);
  padding: 40px 22px;
  border-radius: 20px;
  box-shadow: 0 4px 22px rgba(28, 166, 123, 0.1);
  animation: fadeInUp 1.3s ease both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: none; }
}

.twf-support-title {
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  color: #0e6452;
}
.twf-support-title span {
  background: linear-gradient(90deg, #1ca67b, #2ed8cb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.twf-support-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #165e4c;
  margin-bottom: 24px;
  text-align: center;
}

/* Highlight Colors */
.twf-highlight-green { color: #1ca67b; font-weight: bold; }
.twf-highlight-gold { color: #e08709; font-weight: bold; }
.twf-highlight-blue { color: #0072c6; font-weight: bold; }
.twf-highlight-bold {
  background: #dbfef2;
  padding: 2px 6px;
  border-radius: 6px;
  color: #14835d;
  font-weight: 800;
  transition: background 0.3s;
}
.twf-highlight-bold:hover {
  background: #1ca67b;
  color: #fff;
}

/* CTA Buttons */
.twf-cta-apply-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 38px;
}

.twf-apply-btn {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  min-width: 240px;
}

.twf-btn-green {
  background: linear-gradient(90deg, #1ca67b, #0e8a63);
  color: #fff;
}
.twf-btn-green:hover {
  box-shadow: 0 6px 18px #1ca67b66;
  transform: translateY(-3px);
}

.twf-btn-gold {
  background: linear-gradient(90deg, #f9c66a, #e99627);
  color: #fff;
}
.twf-btn-gold:hover {
  box-shadow: 0 6px 18px #e49b2688;
  transform: translateY(-3px);
}

.twf-btn-blue {
  background: linear-gradient(90deg, #4f9df6, #2677c9);
  color: #fff;
}
.twf-btn-blue:hover {
  box-shadow: 0 6px 18px #2a7dd0aa;
  transform: translateY(-3px);
}

/* Hadith Box */
.twf-hadith {
  background: #eafcf4;
  border-left: 5px solid #1ca67b;
  padding: 20px;
  margin: 30px 0;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(28, 166, 123, 0.08);
}

.twf-hadith-ar {
  font-size: 1.2rem;
  text-align: right;
  direction: rtl;
  font-family: 'Amiri', serif;
  color: #17875f;
  margin-bottom: 8px;
}

.twf-hadith-en {
  font-size: 1rem;
  color: #145d45;
  font-style: italic;
  text-align: left;
}

.twf-hadith-ref {
  display: block;
  font-size: 0.95rem;
  color: #0e77ab;
  margin-top: 5px;
  font-weight: 600;
}

/* Steps Block */
.twf-support-block {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 18px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.twf-support-block:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(28, 166, 123, 0.15);
}

.twf-support-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1ca67b;
  margin-bottom: 16px;
  text-align: center;
}

.twf-support-steps {
  list-style: disc inside;
  padding-left: 8px;
  color: #175e4a;
  font-size: 1.05rem;
  line-height: 1.6;
}

.twf-dua {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 30px;
  color: #e08709;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 600px) {
  .twf-support-title {
    font-size: 1.55rem;
  }

  .twf-support-intro {
    font-size: 1rem;
    text-align: justify;
  }

  .twf-support-heading {
    font-size: 1.1rem;
  }

  .twf-cta-apply-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .twf-apply-btn {
    width: 100%;
  }
}/* End custom CSS */