/* GLOBAL */
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #094c09;
}

/* HEADER */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
  height: 60px;
}

/* NAVBAR */
.navbar {
  display: flex;
  align-items: center;
  gap: 25px;
}

.navbar a {
  text-decoration: none;
  color: #094c09;
  font-weight: bold;
  font-size: 16px;
}

.navbar a:hover {
  color: #007bff;
}

/* DROPDOWN */
.dropdown {
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  display: block;
  padding: 10px;
  color: #094c09;
}

.dropdown-content a:hover {
  background: #f2f2f2;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* NEWS BAR */
.news-bar {
  background: #094c09;
  color: white;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.news-bar p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 12s linear infinite;
}

.news-bar a {
  color: #ffd700;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* HOME SECTION */
.main-content {
  padding: 60px 20px;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.text-content {
  max-width: 500px;
}

.text-content h1 {
  font-size: 42px;
}

.text-content h2 {
  font-size: 26px;
}

.main-image {
  width: 400px;
  max-width: 100%;
}

/* AFFILIATION */
.affiliation-section {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.affiliation-section h2 {
  margin-bottom: 20px;
}

/* FOOTER */
.footer {
  background: #f9f9f9;
  padding: 30px 20px;
  text-align: center;
}

.partners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.partners img {
  width: 140px;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}

/* RESPONSIVE */
/* MOBILE */
.menu-btn {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-btn {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #094c09;
    cursor: pointer;
  }

  .navbar {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    display: none;
    z-index: 999;
  }

  .navbar.active {
    display: flex;
  }

  .navbar a {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  /* DROPDOWN MOBILE */
  .dropdown {
    width: 100%;
  }

  .dropdown span {
    display: block;
    padding: 10px 0;
  }

  .dropdown-content {
    display: none;
    width: 100%;
  }

  .dropdown-content a {
    padding-left: 15px;
  }
}
/* FIX NAVBAR Z-INDEX */
.navbar {
  z-index: 999;
}

/* FIX DROPDOWN */
.dropdown-content.show {
  display: block;
}

/* about.css */

/* General container styling */
.about-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height */
}

/* Content styling */
.about-content {
  display: flex;
  align-items: center;
  text-align: left; /* Ensure text is left-aligned */
  max-width: 1000px; /* Limit the maximum width of the content */
  margin: 0 20px;
  /* Add some horizontal margin for spacing */
}

/* Image styling */
.about-image {
  width: 550px; /* Set a fixed width for the image */
  height: auto; /* Maintain the aspect ratio */
  margin-right: 20px; /* Add some space between the image and the text */
}

/* Paragraph styling */
.about-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 525;
  font-size: 1em;
  line-height: 1.6;
  color: #333; /* Dark grey text color */
}

/* General styling for the body */

/* Align the services section to the center-left */
.services-section {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  text-align: left;
}

/* Paragraph styling */
.services-section p {
  margin: 20px 0;
  font-size: 1em;
  color: #333;
}

/* Heading styles */
.services-section h3,
.services-section h4 {
  color: #094c09;
  margin-top: 20px;
  font-size: 1.2em;
}

/* List styling */
.services-section ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  font-size: 1em;
  color: #333;
}

.services-section li {
  margin-bottom: 8px;
}
/* Students.css */
.students-section {
  font-family:
    Open Sans,
    sans-serif;
  line-height: 1.6;
  padding: 2rem;
  text-align: center; /* Center align the section */
}

.students-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem; /* Reduce bottom margin for closer spacing */
  color: #094c09;
}

.students-section p {
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center; /* Center align the paragraph */
}

.red-arrow {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.student-categories {
  display: flex;
  justify-content: space-around; /* Distribute categories evenly */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  text-align: left; /* Align text to the left within each category */
}

.student-category {
  flex: 1;
  margin: 0 1rem; /* Margin on left and right for spacing */
  min-width: 250px; /* Minimum width for each category for responsiveness */
}

.student-category h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #094c09;
}

.student-category ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.student-category ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* TEAM SECTION */
.ourteam-section {
  padding: 60px 20px;
  text-align: center;
}

/* HEADINGS */
.ourteam-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #094c09;
}

/* LEADER */
.team-card.leader {
  max-width: 300px;
  margin: 0 auto 50px;
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: auto;
}

/* CARD */
.team-card {
  text-align: center;
}

/* IMAGE */
.team-card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* NAME */
.team-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* ROLE */
.team-card p {
  font-size: 14px;
  color: #555;
}
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .team-card img {
    width: 140px;
    height: 140px;
  }
}

/* contactus.css */

/* General styling for the body */
body {
  font-family:
    Open Sans,
    sans-serif;
  line-height: 1.4;
  margin: 20px;
  padding: 20px;
}

/* Align all text to the left */
.contact-us-section {
  display: wrap;
  text-align: left;
  margin-left: 350px;
  margin-right: 350px;
}

/* Heading styles */
h2 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #094c09;
  margin-top: 20px;
}

/* List styling */
ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  font-size: 1em;
  color: #333;
}

li {
  margin-bottom: 8px;
}

/* Link styling */
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.research4good-section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
}

/* HEADINGS */
.research4good-section h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  color: #094c09;
}

/* SPONSORS */
.sponsor {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

/* BENEFICIARIES */
.beneficiary {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

/* IMAGES */
.sponsor-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.beneficiary-image {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

/* BIG IMAGE (group photo) */
.beneficiary-image.large {
  width: 300px;
  height: auto;
}

/* TEXT */
.sponsor-details h3,
.beneficiary-details h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.sponsor-details p,
.beneficiary-details p {
  font-size: 14px;
  color: #555;
  margin: 3px 0;
}
@media (max-width: 768px) {
  .sponsor,
  .beneficiary {
    flex-direction: column;
    text-align: center;
  }

  .beneficiary-image.large {
    width: 100%;
  }
}

.completed-projects-section {
  max-width: 950px;
  margin: 40px auto;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}

/* HEADINGS */
.completed-projects-section h2 {
  text-align: center;
  color: #094c09;
  margin: 1px 0 25px;
  font-size: 24px;
}

/* TEXT */
.completed-projects-section p {
  color: #222;
  margin-bottom: 20px;
}

/* LIST */
.completed-projects-section ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.completed-projects-section li {
  margin-bottom: 10px;
  color: #222;
}

/* LINKS */
.completed-projects-section a {
  color: #007bff;
  text-decoration: none;
}

.completed-projects-section a:hover {
  text-decoration: underline;
}

/* IMAGE ROW */
.project-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}

.project-row img {
  width: 250px;
  border-radius: 6px;
}

/* MOBILE */
@media (max-width: 768px) {
  .project-row {
    flex-direction: column;
    text-align: center;
  }

  .project-row img {
    width: 100%;
    max-width: 300px;
  }
}

/* partner.css  */
.partners-section {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  padding: 2rem;
  display: inline-flex;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  gap: 2rem;
}

.partners-content {
  flex: 3;
}

.partners-images {
  flex: 1;
  display: flex;

  flex-direction: column;
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
}

.partners-section h2 {
  color: #094c09;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.partners-section ul {
  list-style-type: none;
  padding: 0;
}

.partners-section li {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.partners-section img {
  margin-left: 75px;
  width: 275px; /* Adjust the size as needed */
  height: auto;
  margin-bottom: 1rem;
}

/* affiliations.php */
.partners-section {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  padding: 2rem;
  display: inline-flex;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  gap: 2rem;
}

.partners-content {
  flex: 3;
}

.partners-images {
  flex: 1;
  display: flex;

  flex-direction: column;
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
}

.partners-section h2 {
  color: #094c09;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.partners-section ul {
  list-style-type: none;
  padding: 0;
}

.partners-section li {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.partners-section img {
  margin-left: 75px;
  width: 275px; /* Adjust the size as needed */
  height: auto;
  margin-bottom: 1rem;
}
