.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-22129 .elementor-element.elementor-element-23b5fa39 .elementor-widget-container > *{max-width:100%;}.elementor-22129 .elementor-element.elementor-element-a55f469{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-23b5fa39 *//* ===== Sponsor a Child – ONE Text Editor Full Styling ===== */

.sponsor-child-block {
  max-width: 1100px;
  margin: auto;
}

/* Title */
.sponsor-child-block h2,
.sponsor-child-block h3 {
  color: #2f7d4c;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

/* Paragraphs */
.sponsor-child-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #2f3e2f;
  margin-bottom: 22px;
}

/* Image inside text editor */
.sponsor-child-block img {
  float: right;
  width: 42%;
  max-width: 420px;
  margin: 0 0 25px 35px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Bullet list cleanup */
.sponsor-child-block ul {
  list-style: none;
  padding-left: 0;
  margin: 30px 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
}

.sponsor-child-block ul li {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 500;
  color: #2f3e2f;
}

/* Medical check icon */
.sponsor-child-block ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2f7d4c;
  font-weight: 700;
}

/* Closing statement */
.sponsor-child-block p:last-of-type {
  font-size: 20px;
  font-weight: 600;
  color: #2f7d4c;
  text-align: center;
  margin-top: 50px;
}

/* Mobile */
@media (max-width: 768px) {
  .sponsor-child-block img {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
  }

  .sponsor-child-block ul {
    grid-template-columns: 1fr;
  }

  .sponsor-child-block {
    padding: 0 10px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-33639cbe *//* === Sponsor a Child – SAFE CSS (SECTION ONLY) === */

#sponsor-child h2,
#sponsor-child h3 {
  color: #2f7d4c;
  letter-spacing: 0.2px;
}

/* Text readability */
#sponsor-child .elementor-text-editor p {
  line-height: 1.75;
  color: #2f3e46;
}

/* Image – soft NGO look */
#sponsor-child .elementor-widget-image img {
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
/* === Sponsor a Child – CORRECT & SAFE FIX === */

/* Title */
#sponsor-child .elementor-heading-title {
  color: #2f7d4c;
  letter-spacing: 0.2px;
}

/* Text editor paragraphs ONLY inside this section */
#sponsor-child .elementor-widget-text-editor p {
  line-height: 1.8;
  font-size: 16px;
  color: #2f3e46;
}

/* Image ONLY inside this section */
#sponsor-child .elementor-widget-image img {
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.14);
}

/* === Sponsor a Child – IMAGE FIX (FINAL) === */

/* Target ANY image inside this section */
#sponsor-child img {
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0,0,0,0.18);
  transition: transform 0.3s ease;
}

/* Optional subtle hover (desktop only) */
@media (min-width: 1024px) {
  #sponsor-child img:hover {
    transform: scale(1.02);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-992827a *//* ===== IMPACT CONTACT SECTION ===== */
.impact-contact {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.impact-contact h3 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #2f7d4c;
  font-weight: 600;
}

.impact-contact-items {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.impact-contact-items a {
  text-decoration: none;
  font-size: 15.5px;
  color: #2f3e46;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 30px;
  background: #f4faf6;
  transition: all 0.25s ease;
}

.impact-contact-items a:hover {
  background: #2f7d4c;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
  .impact-contact-items {
    gap: 12px;
  }
}/* End custom CSS */