.elementor-25051 .elementor-element.elementor-element-5404828{padding:0px 0px 0px 0px;}.elementor-25051 .elementor-element.elementor-element-81f828b > .elementor-element-populated{margin:-24px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-25051 .elementor-element.elementor-element-6012b3f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25051 .elementor-element.elementor-element-6012b3f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-05f1e3a *//* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 0px); /* subtract header height so no white strip */
  overflow: hidden;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Slider background */
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* Overlay and content */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
}

.hero-content {
  max-width: 600px;
  color: #fff;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.hero p {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.btn {
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-primary {
  background: #c1272d;
  color: #fff;
}

.btn-primary:hover {
  background: #a01f24;
}

.btn-secondary {
  background: #333;
  color: #fff;
}

.btn-secondary:hover {
  background: #111;
}

.scroll-indicator {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #fff;
  margin-top: 20px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-cc00979 *//* Impact Statistics Section */
.impact {
  background-color: #f9f9f9;
  padding: 10px 0;
}

.impact-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 5px;
}

.impact-item {
  flex: 1 1 180px;
  text-align: center;
}

.impact-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  filter: invert(23%) sepia(92%) saturate(3000%) hue-rotate(340deg) brightness(95%) contrast(90%);
  /* brand red tint */
}

.impact-item h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #c1272d;
  margin-bottom: 8px;
}

.impact-item p {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3f35d8d *//* Who We Are Section */
.who-we-are {
  background-color:#cba5;
  padding: 80px 0;
}

.who-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.who-image {
  flex: 1 1 500px;
}

.who-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.who-text {
  flex: 1 1 500px;
}

.who-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c1272d;
  margin-bottom: 20px;
}

.who-text p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-primary {
  background: #c1272d;
  color: #fff;
}

.btn-primary:hover {
  background: #a01f24;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2c46e59 *//* Strategic Focus Areas Section */
.focus-areas {
  background-color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px(100%);
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c1272d;
  text-align: center;
  margin-bottom: 0px;
}

.focus-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.focus-item {
  flex: 1 1 calc(20% - 20px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.focus-item:hover {
  transform: translateY(-5px);
}

.focus-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.focus-content {
  padding: 20px;
  text-align: left;
}

.focus-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  filter: invert(23%) sepia(92%) saturate(3000%) hue-rotate(340deg) brightness(95%) contrast(90%);
}

.focus-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.focus-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.focus-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #c1272d;
  text-decoration: none;
}

.focus-link:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f2dafc0 *//* Flagship Initiatives Section */
.flagship {
  background-color: #0b3d2e; /* deep green background */
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Unique title style for Flagship section */
.flagship-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff; /* independent color */
  text-align: center;
  margin-bottom: 50px;
}

.flagship-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.flagship-card {
  flex: 1 1 calc(50% - 20px);
  position: relative;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.flagship-card.geekster {
  background-image: url('https://amshaafrica.org/wp-content/uploads/2026/07/ajira7.jpg');
}

.flagship-card.seed {
  background-image: url('https://amshaafrica.org/wp-content/uploads/2026/07/20210201-4.jpg');
}

.flagship-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 30px;
}

.flagship-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0f0f0;
  display: block;
  margin-bottom: 10px;
}

.flagship-overlay h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.flagship-overlay p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ddd;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-primary {
  background: #c1272d;
  color: #fff;
}

.btn-primary:hover {
  background: #a01f24;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-92361d8 *//* Stories of Impact Section */
.stories {
  background-color: #fff;
  padding: 50px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c1272d;
  text-align: center;
  margin-bottom: 50px;
}

.stories-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.story-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.story-card:hover {
  transform: translateY(-5px);
}

.story-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.story-content {
  padding: 25px;
}

.story-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.story-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.story-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #c1272d;
  text-decoration: none;
}

.story-link:hover {
  text-decoration: underline;
}

.stories-button {
  text-align: center;
  margin-top: 40px;
}

.btn-outline {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #333;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #333;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8fbb66b *//* Partners Section */
.partners {
  background-color: #fff;
  padding: 15px 0; /* thinner section */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partners-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #c1272d;
  text-align: center;
  margin-bottom: 20px;
}

.partners-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.partner-logo img {
  max-width: 80px;
  height: auto;
  transition: filter 0.3s ease;
}

.partner-logo img:hover {
  filter: none;
}

/* Button pushed to far right */
.partner-button {
  margin-left: auto; /* pushes button to far right */
}

.btn-outline {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #333;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #333;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6012b3f *//* Get Involved Section */
.get-involved {
  background-color: #cba6;
  padding: 20px 0;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c1272d;
  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(25% - 20px);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.involved-card:hover {
  transform: translateY(-5px);
}

.involved-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: invert(23%) sepia(92%) saturate(3000%) hue-rotate(340deg) brightness(95%) contrast(90%);
}

.involved-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.involved-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.involved-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #c1272d;
  text-decoration: none;
}

.involved-link:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4ede2aa *//* Latest News & Updates Section */
.news {
  background-color: #fff;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c1272d;
  text-align: center;
  margin-bottom: 50px;
}

.news-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.news-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news-content {
  padding: 25px;
}

.news-date {
  font-size: 0.9rem;
  color: #777;
  display: block;
  margin-bottom: 10px;
}

.news-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.news-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #c1272d;
  text-decoration: none;
}

.news-link:hover {
  text-decoration: underline;
}

.news-button {
  text-align: center;
  margin-top: 40px;
}

.btn-outline {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #333;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #333;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ccb7976 *//* Stay Connected Section */
.stay-connected {
  background-color: #c1272d; /* brand red background */
  padding: 50px 0;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.stay-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.stay-icon img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1); /* makes icon white */
}

.stay-content {
  flex: 1;
  min-width: 300px;
}

.stay-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color:#fff;
}

.stay-text {
  font-size: 1rem;
  color: #f5f5f5;
}

.stay-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.stay-form input[type="email"] {
  padding: 12px 18px;
  width: 300px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  outline: none;
}

.btn-subscribe {
  background-color: #fff;
  color: #c1272d;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  padding: 12px 28px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-subscribe:hover {
  background-color: #a01f24;
  color: #fff;
}/* End custom CSS */