.elementor-25163 .elementor-element.elementor-element-f12b117{margin-top:-33px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3f1f301 *//* Get Involved Hero Section */
.get-involved-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url('https://amshaafrica.org/wp-content/uploads/2026/07/african-child-8.webp') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
}

.hero-content {
  max-width: 650px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.hero-content p {
  font-size: 1.2rem;
  color: #f5f5f5;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Red Button */
.btn-red {
  background-color: #c1272d;
  color: #fff;
}

.btn-red:hover {
  background-color: #a51f24;
}

/* Outline Button */
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background-color: #fff;
  color: #0b3d2e;
}

/* Responsive */
@media (max-width: 992px) {
  .get-involved-hero {
    height: 65vh;
    justify-content: center;
    text-align: center;
  }

  .hero-overlay {
    padding-left: 0;
    justify-content: center;
  }

  .hero-content {
    max-width: 90%;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e95e3ab *//* Ways to Get Involved Section */
.ways-involved {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.involved-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.involved-card {
  flex: 1 1 calc(20% - 20px);
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.involved-card:hover {
  transform: translateY(-5px);
}

.involved-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 25px 20px;
}

.card-icon img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  filter: invert(23%) sepia(92%) saturate(3000%) hue-rotate(340deg) brightness(95%) contrast(90%);
}

.card-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Red Button */
.btn-red {
  background-color: #c1272d;
  color: #fff;
}

.btn-red:hover {
  background-color: #a51f24;
}

/* Green Button */
.btn-green {
  background-color: #0b3d2e;
  color: #fff;
}

.btn-green:hover {
  background-color: #062a1f;
}

/* Outline Button */
.btn-outline {
  border: 2px solid #0b3d2e;
  color: #0b3d2e;
}

.btn-outline:hover {
  background-color: #0b3d2e;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .involved-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .involved-card {
    flex: 1 1 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .involved-card {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-97d9bf1 *//* Scoped styles for Why Get Involved section */
.why-get-involved {
  background-color: #fff;
  padding: 30px 0;
}

.why-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.why-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

/* Left side */
.why-left {
  flex: 1 1 60%;
}

.why-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b3d2e;
  margin-bottom: 25px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}

.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b3d2e;
  font-weight: 700;
}

/* Right side */
.why-right {
  flex: 1 1 35%;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.why-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.why-text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Button */
.why-btn {
  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;
}

.why-btn:hover {
  background-color: #062a1f;
}

/* Responsive */
@media (max-width: 992px) {
  .why-grid {
    flex-direction: column;
    align-items: center;
  }

  .why-left, .why-right {
    flex: 1 1 100%;
    text-align: center;
  }

  .why-list li {
    padding-left: 0;
  }

  .why-list li::before {
    display: none;
  }

  .why-right {
    margin-top: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-07e35f2 *//* Partner With a Purpose Section */
.partner-with-purpose {
  background-color:#FF7F7F;
  padding: 30px 0;
  text-align: center;
}

.partner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-heading {
  font-size: 1.9rem;
  font-weight: 700;
  color: #0b3d2e;
  margin-bottom: 15px;
}

.partner-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

/* Grid Layout */
.partner-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}

.partner-card {
  flex: 1 1 calc(16.666% - 40px);
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.partner-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  object-fit: contain;
}

.partner-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .partner-card {
    flex: 1 1 calc(33.333% - 20px);
  }
}

@media (max-width: 600px) {
  .partner-card {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7adf695 */.vf-section{background-color:#fff;padding:30px 0}.vf-container{max-width:1200px;margin:0 auto;padding:0 20px}.vf-grid{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.vf-card{flex:1 1 48%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.05);padding:40px;gap:30px}.vf-content{flex:1 1 55%;text-align:left}.vf-title{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:10px;position:relative}.vf-title::after{content:"";display:block;width:40px;height:3px;background-color:#c1272d;margin-top:8px}.vf-text{font-size:1rem;color:#555;margin-bottom:20px;line-height:1.6}.vf-list{list-style:none;padding:0;margin:0 0 25px 0}.vf-list li{font-size:1rem;color:#333;line-height:1.8;position:relative;padding-left:25px}.vf-list li::before{content:"✔";position:absolute;left:0;top:0;color:#0b3d2e;font-weight:700}.vf-btn{display:inline-block;padding:12px 28px;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease}.vf-btn-green{background-color:#0b3d2e;color:#fff}.vf-btn-green:hover{background-color:#062a1f}.vf-btn-red{background-color:#c1272d;color:#fff}.vf-btn-red:hover{background-color:#a51f24}.vf-image{flex:1 1 40%;border-radius:8px;overflow:hidden}.vf-image img{width:100%;height:240px;object-fit:cover;display:block;border-radius:8px}@media(max-width:992px){.vf-grid{flex-direction:column;gap:30px}.vf-card{flex-direction:column;text-align:center;padding:30px}.vf-content{flex:1 1 100%}.vf-image{flex:1 1 100%}.vf-image img{height:220px}.vf-list li{padding-left:0}.vf-list li::before{display:none}}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-073300f */.contact-us{background-color:#fff;padding:30px 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.contact-title{font-size:1.8rem;font-weight:700;color:#0b3d2e;margin-bottom:10px}.contact-subtitle{font-size:1.1rem;color:#555;margin-bottom:50px}.contact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;align-items:start}.contact-card{background-color:#fff;border-radius:8px;padding:20px;text-align:left;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.contact-card h3{font-size:1.1rem;font-weight:700;color:#0b3d2e;margin-bottom:10px}.contact-card p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:8px}.contact-icon img{width:40px;height:40px;margin-bottom:10px}.contact-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.contact-card strong{color:#0b3d2e}@media(max-width:992px){.contact-grid{grid-template-columns:1fr;gap:20px;text-align:center}.contact-card{text-align:center}.contact-image img{height:220px}}/* End custom CSS */