
.section-padding {
        padding: 60px 0;
      }
      .section-title {
        text-align: center;
        margin-bottom: 20px;
      }
      .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
        position: relative;
      }
      .section-title h2::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #007bff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
      }
      .content-section p {
        font-size: 18px;
        line-height: 1.6;
        color: #666;
      }
      .content-section p strong {
        display: block;
        margin-top: 20px;
        font-size: 20px;
        color: #333;
      }
      .ceo-section,
      .founder-section {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
        margin-bottom: 40px;
      }
      .ceo-section img,
      .founder-section img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        margin-bottom: 0;
      }
      .ceo-section div,
      .founder-section div {
        max-width: 800px;
      }
      .our-story-history {
        display: flex;
        gap: 20px;
        margin-bottom: 60px;
      }
      .our-story,
      .our-history {
        background: #f9f9f9;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
      }
      .our-story .section-title,
      .our-history .section-title {
        margin-bottom: 20px;
      }
      body {
        padding-top: 130px;
      }
      .general-header {
        background: url("../img/whoweare2.jpeg") no-repeat center center;
        background-size: cover;
        padding: 60px 0;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20px;
        animation: fadeInDown 1s ease-in-out;
      }
      .general-header h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #fff;
        position: relative;
      }
      .general-header p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
      }
      .general-header ol {
        display: inline-block;
        padding: 0;
        list-style: none;
        background: transparent;
      }
      .general-header ol li {
        display: inline;
        font-size: 14px;
        color: #007bff;
      }
      .general-header ol li a {
        color: #007bff;
        text-decoration: none;
      }
      .general-header ol li.active {
        color: #fff;
      }
      .gallery-container {
        height: 600px;
        overflow-y: scroll;
      }
      .gallery-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.3s ease;
      }
      .gallery-image:hover {
        transform: scale(1.1);
      }
      @keyframes fadeInDown {
        from {
          opacity: 0;
          transform: translateY(-20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

/* .appstore-body {
  padding-top: 130px;
} */
.appstore-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.appstore-card img {
  max-width: 100px;
  margin-bottom: 15px;
}
.appstore-card h3 {
  margin-bottom: 10px;
}
.appstore-card p {
  font-size: 14px;
  color: #555;
}
.appstore-card a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.appstore-card a:hover {
  background: #0056b3;
}
.appstore-general-header {
  background: url("/img/appstore2.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
}
.appstore-general-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.appstore-general-header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.appstore-general-header ol {
  display: inline-block;
  padding: 0;
  list-style: none;
  background: transparent;
}
.appstore-general-header ol li {
  display: inline;
  font-size: 14px;
  color: #007bff;
}
.appstore-general-header ol li a {
  color: #007bff;
  text-decoration: none;
}
.appstore-general-header ol li.active {
  color: #fff;
}
.appstore-gallery-container {
  height: 600px;
  overflow-y: scroll;
}
.appstore-gallery-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.appstore-gallery-image:hover {
  transform: scale(1.1);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.career-heading {
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  color: brown;
  font-size: xx-large;
  margin-bottom: 50px;
  margin-left: 450px;
}
.career-noJob-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e40606;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.career-noJob-btn:hover {
  background-color: #b30404;
}
.career-pager-header {
  background: url("/img/careers-banner.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
}
.career-pager-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.career-pager-header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.career-card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.career-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  flex: 1;
}
.career-card img {
  max-width: 100px;
  margin-bottom: 15px;
}
.career-card h3 {
  margin-bottom: 10px;
}
.career-card p {
  font-size: 14px;
  color: #555;
}
.career-job-section {
  display: flex;
  align-items: center;
}
.career-job-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.career-job-content p {
  font-size: 18px;
  margin-bottom: 20px;
}
.career-default-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.career-default-btn:hover {
  background-color: #0056b3;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.contact-general-header {
  background: url("/img/contact.png") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
}
.contact-general-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.contact-general-header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.contact-general-header ol {
  display: inline-block;
  padding: 0;
  list-style: none;
  background: transparent;
}
.contact-general-header ol li {
  display: inline;
  font-size: 14px;
  color: #007bff;
}
.contact-general-header ol li a {
  color: #007bff;
  text-decoration: none;
}
.contact-general-header ol li.active {
  color: #fff;
}
.contact-section {
  padding: 60px 0;
}
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-info {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-info h3 {
  margin-bottom: 20px;
}
.contact-info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
}
.contact-info ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.contact-info ul li i {
  margin-right: 10px;
  color: #007bff;
}
.contact-form {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form h3 {
  margin-bottom: 20px;
}
.contact-form p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
}
.contact-form .default-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.contact-form .default-btn:hover {
  background-color: #0056b3;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.member-details {
  display: flex;
  align-items: flex-start;
  padding: 40px;
}

.member-picture img {
  width: 300px;
  height: auto;
  margin-right: 30px;
  border-radius: 10px;
}

.member-info {
  flex: 1;
}

#member-name {
  font-size: 24px;
  margin-bottom: 10px;
}

#member-role {
  font-size: 18px;
  margin-bottom: 10px;
}

#member-bio {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons a {
  color: #333;
  font-size: 24px;
}

.card {
  width: 45%;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card-left {
  margin-right: 20px;
}

.card-right {
  margin-left: 20px;
}

.card:last-child {
  margin-right: 0;
}


.gallery-general-header {
  background: url("/img/africanHands.png") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
}

.gallery-general-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

.gallery-general-header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.gallery-general-header ol {
  display: inline-block;
  padding: 0;
  list-style: none;
  background: transparent;
}

.gallery-general-header ol li {
  display: inline;
  font-size: 14px;
  color: #007bff;
}

.gallery-general-header ol li a {
  color: #007bff;
  text-decoration: none;
}

.gallery-general-header ol li.active {
  color: #fff;
}

.gallery-container {
  height: 600px;
  overflow-y: scroll;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-image:hover {
  transform: scale(1.1);
}

.btn-load-more {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #2b3d9e;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-general-header {
  background: url("../img/team-background.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
}

.team-general-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.team-general-header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.team-section {
  background-color: #f4f4f4;
}

.team-member {
  margin-bottom: 30px;
}

.member-thumb {
  position: relative;
  cursor: pointer;
}

.member-thumb img {
  width: 100%;
  border-radius: 10px;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.member-thumb:hover .overlay-content {
  opacity: 1;
}

.info {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.info:hover {
  color: #ccc;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ourteam-general-header {
  background: url("/img/teamour.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
}

.ourteam-general-header  h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

.ourteam-general-header  p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.ourteam-general-header ol {
  display: inline-block;
  padding: 0;
  list-style: none;
  background: transparent;
}

.ourteam-general-header ol li {
  display: inline;
  font-size: 14px;
  color: #007bff;
}

.ourteam-general-header ol li a {
  color: #007bff;
  text-decoration: none;
}

.ourteam-general-header ol li.active {
  color: #fff;
}

.gallery-container {
  height: 600px;
  overflow-y: scroll;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-image:hover {
  transform: scale(1.1);
}

.btn-load-more {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #2b3d9e;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 .team-card {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .team-card:hover {
    transform: translateY(-5px);
  }
  .team-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* darker overlay for better readability */
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  .team-card:hover .overlay {
    opacity: 1;
  }
  .team-info {
    padding: 15px;
    text-align: center;
  }
  .team-info h5 {
    margin-top: 10px;
    font-size: 18px;
  }
  .team-info p {
    color: #555;
    font-size: 16px;
  }


  .partner-general-header {
  background: url("/img/whoweare2.jpeg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  animation: fadeInDown 1s ease-in-out;
  color: #fff;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.partner-card {
  width: calc(18% - 20px); /* Adjusted width to make cards smaller */
  text-align: center;
  background: #fff;
  padding: 15px; /* Adjusted padding */
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.partner-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.partner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}

.partner-image img {
  width: 100%;
  border-radius: 10px;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.partner-card:hover .overlay {
  opacity: 1;
}

.go-to-website {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.category-spacer {
  margin: 40px 0; /* Add spacing between categories */
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.category-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    width: 100%; /* Makes the underline shorter */
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

    .reports-section {
      padding: 60px 0;
    }
    .reports-title {
      text-align: center;
      margin-bottom: 40px;
    }
    .reports-title h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #333;
      position: relative;
    }
    .reports-title h2::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #007bff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
    }
    .report-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 20px;
      transition: box-shadow 0.3s ease;
      cursor: pointer;
      max-width: 300px;
      margin: 10px auto;
      text-align: center;
    }
    .report-card:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .report-card img {
      max-width: 80%;
      height: auto;
      object-fit: cover;
      border-radius: 5px;
      margin: 0 auto 10px;
      display: block;
    }
    .report-card h3 {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0;
    }
    .reports-general-header {
      background: url("/img/reports.png") no-repeat center center;
      background-size: cover;
      padding: 60px 0;
      text-align: center;
      margin-bottom: 40px;
      margin-top: 20px;
      animation: fadeInDown 1s ease-in-out;
    }
    .reports-general-header h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #fff;
      position: relative;
    }
    .reports-general-header p {
      font-size: 18px;
      color: #fff;
      margin-bottom: 20px;
    }
    .reports-general-header ol {
      display: inline-block;
      padding: 0;
      list-style: none;
      background: transparent;
    }
    .reports-general-header ol li {
      display: inline;
      font-size: 14px;
      color: #007bff;
    }
    .reports-general-header ol li a {
      color: #007bff;
      text-decoration: none;
    }
    .reports-general-header ol li.active {
      color: #fff;
      
    }
    .publication-section {
      padding: 60px 0;
    }
    .publication-title {
      text-align: center;
      margin-bottom: 40px;
    }
    .publication-title h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #333;
      position: relative;
    }
    .publication-title h2::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #007bff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
    }
    .publication-card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 20px;
      transition: box-shadow 0.3s ease;
      cursor: pointer;
      max-width: 300px;
      margin: 10px auto;
      text-align: center;
    }
    .publication-card:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .publication-card img {
      max-width: 80%;
      height: auto;
      object-fit: cover;
      border-radius: 5px;
      margin: 0 auto 10px;
      display: block;
    }
    .publication-card h3 {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0;
    }
    .publications-general-header {
      background: url("/img/publications.jpg") no-repeat center center;
      background-size: cover;
      padding: 60px 0;
      text-align: center;
      margin-bottom: 40px;
      margin-top: 20px;
      animation: fadeInDown 1s ease-in-out;
    }
    .publications-general-header h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #fff;
      position: relative;
    }
    .publications-general-header p {
      font-size: 18px;
      color: #fff;
      margin-bottom: 20px;
    }
    .publications-general-header ol {
      display: inline-block;
      padding: 0;
      list-style: none;
      background: transparent;
    }
    .publications-general-header ol li {
      display: inline;
      font-size: 14px;
      color: #007bff;
    }
    .publications-general-header ol li a {
      color: #007bff;
      text-decoration: none;
    }
    .publications-general-header ol li.active {
      color: #fff;
    }

   .member-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
  gap: 20px;
}

.member-picture {
  flex: 1;
  text-align: center;
  padding: 20px;
}

.member-picture img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 10px;
}

.member-info {
  flex: 2;
  padding: 20px;
}

#member-name {
  font-size: 24px;
  margin-bottom: 10px;
}

#member-role {
  font-size: 18px;
  margin-bottom: 10px;
}

#member-bio {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  color: #333;
  font-size: 24px;
}

.card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  background-color: #0056b3;
}

.back-button {
  margin-top: 20px;
}






      