.elementor-25136 .elementor-element.elementor-element-35afbe5{margin-top:-103px;margin-bottom:0px;padding:70px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2335202 *//* Impact Hero Section */
.impact-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.impact-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.impact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
}

.impact-hero-content {
  max-width: 700px;
  color: #fff;
}

.hero-subtitle {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0c040; /* gold accent */
  margin-bottom: 10px;
}

.impact-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.impact-hero p {
  font-size: 1.2rem;
  color: #f5f5f5;
  margin-bottom: 30px;
  line-height: 1.6;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #ddd;
}

.breadcrumb a {
  color: #f0c040;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 5px;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-c7c6b60 *//* Our Impact at a Glance Section */
.impact-glance {
  background-color: #fff;
  padding: 45px 0; /* thinner height */
  text-align: center;
  border-bottom: 1px solid #eee;
}

.container {
  max-width: 1400px; /* wider container to fit all in one line */
  margin: 0 auto;
  padding: 0 20px;
}

.impact-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.impact-grid.one-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; /* force one line */
  gap: 25px;
}

.impact-item {
  flex: 1 1 auto;
  min-width: 160px;
}

.impact-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background-color: #0b3d2e; /* deep green */
  display: flex;
  align-items: center;
  justify-content: center;
}

.impact-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.impact-item h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #c1272d; /* red accent */
  margin-bottom: 6px;
}

.impact-item p {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}

/* Responsive: stack on mobile */
@media (max-width: 992px) {
  .impact-grid.one-line {
    flex-wrap: wrap; /* allow wrapping on smaller screens */
    justify-content: center;
  }
  .impact-item {
    flex: 1 1 45%;
    margin-bottom: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6f00534 *//* WHERE WE WORK & STORIES OF IMPACT SECTION */
.where-impact {
  background-color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.work-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT SIDE: WHERE WE WORK */
.work-map {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.work-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.work-map p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 25px;
  max-width: 400px;
}

/* SMALLER AFRICA MAP */
.map-image img {
  width: 70%; /* smaller size */
  max-width: 380px; /* cap width */
  margin: 0 auto 20px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.country-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  columns: 2; /* neat two-column layout */
  column-gap: 40px;
}

.country-list li {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.btn-green {
  display: inline-block;
  padding: 10px 24px;
  background-color: #0b3d2e;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-green:hover {
  background-color: #062a1f;
}

/* RIGHT SIDE: STORIES OF IMPACT */
.work-stories {
  flex: 1 1 50%;
}

.stories-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.stories-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.story-card {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.story-card:hover {
  transform: translateY(-5px);
}

.story-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.story-content {
  padding: 15px;
}

.story-content h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #0b3d2e;
  margin-bottom: 5px;
}

.story-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.story-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 10px;
}

.story-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #c1272d;
  text-decoration: none;
}

.story-link:hover {
  text-decoration: underline;
}

.btn-outline {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #0b3d2e;
  color: #0b3d2e;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #0b3d2e;
  color: #fff;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .work-grid {
    flex-direction: column;
    align-items: center;
  }

  .work-map, .work-stories {
    flex: 1 1 100%;
    text-align: center;
  }

  .stories-grid {
    flex-direction: column;
  }

  .story-card {
    flex: 1 1 100%;
  }

  .map-image img {
    width: 60%;
    max-width: 300px;
  }

  .country-list {
    columns: 1;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-eebae14 *//* Annual Reports & Partner Testimonials Section */
.annual-partners {
  background-color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.annual-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left Column: Annual Reports */
.annual-resources {
  flex: 1 1 60%;
}

.annual-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.annual-resources p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 25px;
}

.reports-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.report-card {
  flex: 1 1 calc(20% - 20px);
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.report-card:hover {
  transform: translateY(-5px);
}

.report-card img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.report-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.btn-green {
  display: inline-block;
  padding: 10px 24px;
  background-color: #0b3d2e;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-green:hover {
  background-color: #062a1f;
}

/* Right Column: Partner Testimonials */
.partner-testimonial {
  flex: 1 1 35%;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.partner-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.partner-testimonial blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.partner-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.partner-logo img {
  width: 120px;
  height: auto;
}

.partner-logo p {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .annual-grid {
    flex-direction: column;
  }

  .report-card {
    flex: 1 1 45%;
  }

  .partner-testimonial {
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3b41a06 *//* Impact Gallery Section */
.impact-gallery {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.gallery-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Category Filters */
.gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #0b3d2e;
  color: #fff;
  border-color: #0b3d2e;
}

/* Slider */
.gallery-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.slide-track {
  display: flex;
  animation: scroll 40s linear infinite;
  gap: 20px;
}

.slide {
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slider Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Button */
.btn-green {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0b3d2e;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-green:hover {
  background-color: #062a1f;
}

/* Responsive */
@media (max-width: 768px) {
  .slide {
    width: 240px;
    height: 160px;
  }
  .gallery-filters {
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-08fc7da *//* Final Impact Banner Section (Fixed Icon Proportions) */
.impact-banner {
  background-color: #0b3d2e; /* deep green background */
  padding: 60px 0;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}

.banner-text {
  flex: 1 1 70%;
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Icon Fix */
.banner-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-icon img {
  width: 100%;
  height: auto; /* maintain aspect ratio */
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.banner-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.banner-text p {
  font-size: 1.1rem;
  color: #f5f5f5;
  line-height: 1.6;
  margin: 0;
}

/* Button */
.banner-button {
  flex: 1 1 25%;
  text-align: right;
}

.btn-orange {
  display: inline-block;
  padding: 14px 32px;
  background-color: #f0a500;
  color: #0b3d2e;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #ffc107;
  color:#ff000;
}

/* Responsive */
@media (max-width: 992px) {
  .banner-grid {
    flex-direction: column;
    text-align: center;
  }

  .banner-text {
    flex-direction: column;
    align-items: center;
  }

  .banner-button {
    text-align: center;
    margin-top: 20px;
  }

  .banner-icon {
    width: 60px;
    height: 60px;
  }
}/* End custom CSS */