.elementor-4740 .elementor-element.elementor-element-d0666b4{--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-4740 .elementor-element.elementor-element-116f2f1{--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-4740 .elementor-element.elementor-element-4863d5c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4740 .elementor-element.elementor-element-3444e8d{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4740 .elementor-element.elementor-element-b721d43{--display:flex;}.elementor-4740 .elementor-element.elementor-element-33f8205{--display:flex;}.elementor-4740 .elementor-element.elementor-element-33353e6{--display:flex;}.elementor-4740 .elementor-element.elementor-element-4207034{--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;}/* Start custom CSS for html, class: .elementor-element-288236c *//* SECTION BASE */
.impact-section {
  background: linear-gradient(135deg, #fff7f0, #ffffff);
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.impact-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* HEADER */
.impact-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
}

.impact-header p {
  max-width: 650px;
  margin: auto;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

/* GRID */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 60px;
}

/* CARDS */
.impact-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.impact-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* HIGHLIGHT CARD */
.impact-card.highlight {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #fff;
  transform: scale(1.05);
}

.impact-card.highlight p {
  color: #fff;
}

/* QUOTE */
.impact-quote {
  margin-top: 60px;
  padding: 30px;
  background: #f1f5f9;
  border-radius: 14px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.impact-quote p {
  font-size: 18px;
  font-style: italic;
  color: #1e293b;
}

.impact-quote span {
  display: block;
  margin-top: 10px;
  color: #64748b;
}

/* CTA */
.impact-cta {
  margin-top: 70px;
  background: linear-gradient(135deg, #0f766e, #115e59);
  padding: 40px;
  border-radius: 18px;
  color: #fff;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cta-text h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.cta-text p {
  font-size: 14px;
  opacity: 0.9;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn.primary {
  background: #ff7a18;
  color: #fff;
}

.btn.primary:hover {
  background: #ff5c00;
}

.btn.secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-card.highlight {
    transform: none;
  }

  .impact-cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-243c0dd */.initiatives-orb {
  padding: 120px 20px;
  background: radial-gradient(circle at top, #fff7f2, #ffffff);
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/* HEADER */
.header h2 {
  font-size: 48px;
  color: #0f3d2e;
}

.header p {
  color: #64748b;
  margin-top: 10px;
}

/* ORB WRAPPER */
.orb-wrapper {
  position: relative;
  height: 500px;
  margin-top: 80px;
}

/* ORBS */
.orb {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.6);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: 0.4s ease;
  cursor: pointer;
}

.orb span {
  font-size: 28px;
}

.orb h4 {
  font-size: 13px;
  margin-top: 8px;
  color: #0f3d2e;
}

/* HOVER */
.orb:hover {
  transform: translateY(-10px) scale(1.05);
  background: #ffffff;
}

/* POSITIONS (ASYMMETRIC) */
.orb1 { top: 20px; left: 20%; }
.orb2 { top: 120px; left: 60%; }
.orb3 { top: 260px; left: 30%; }
.orb4 { top: 60px; left: 75%; }
.orb5 { top: 320px; left: 55%; }
.orb6 { top: 200px; left: 10%; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .orb-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .orb {
    position: relative;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1715f07 */.impact-clean {
  background: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
  padding: 120px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* TOP ICON */
.top-icon {
  font-size: 30px;
  color: #e11d48;
  margin-bottom: 10px;
}

/* TITLE */
.impact-clean h1 {
  font-size: 52px;
  font-weight: 700;
  color: #0f3d2e;
  line-height: 1.2;
}

/* UNDERLINE */
.underline {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  margin: 15px auto 25px;
  border-radius: 2px;
}

/* SUBTITLE */
.subtitle {
  max-width: 600px;
  margin: auto;
  font-size: 18px;
  color: #475569;
  line-height: 1.8;
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.feature {
  width: 260px;
}

.f-icon {
  font-size: 22px;
  margin-bottom: 10px;
  color: #0f766e;
}

/* CENTER DIVIDER */
.feature.center {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  padding: 0 20px;
}

/* TEXT */
.feature p {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
}

/* QUOTE */
.quote-box {
  margin-top: 60px;
  padding: 30px;
  background: rgba(230, 235, 240, 0.7);
  border-radius: 12px;
  position: relative;
  backdrop-filter: blur(6px);
}

.quote-box p {
  font-size: 20px;
  font-style: italic;
  color: #0f3d2e;
}

.quote-box small {
  display: block;
  margin-top: 10px;
  color: #64748b;
}

/* QUOTE ICONS */
.quote-icon {
  position: absolute;
  font-size: 26px;
  color: #0f766e;
}

.quote-icon.left {
  left: 15px;
  top: 10px;
}

.quote-icon.right {
  right: 15px;
  bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .impact-clean h1 {
    font-size: 34px;
  }

  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature.center {
    border: none;
  }
}/* End custom CSS */