/* Partners Section */
.partners {
  padding: 60px 0;
  background-color: #ffffff;
}

.partners-description {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26.25px;
  text-align: center;
  color: #828282;
  max-width: 656px;
  margin: 0 auto 48px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}

.partner-logo {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.44;
}

/* Project Location Section */
.project-location {
  padding: 60px 0;
  background-color: #D0F8D2;
  border-radius: 16px;
  margin: 0 112px;
}

.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.location-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-image {
  border-radius: 10px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.thumbnail-grid img {
  width: 100%;
  height: 123px;
  object-fit: cover;
  border-radius: 10px;
}

.location-info {
  padding: 20px 0;
}

.location-title {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 46.93px;
  color: #23B100;
  margin-bottom: 24px;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
}

.progress-fill {
  width: 30%;
  height: 100%;
  background-color: #23B100;
  border-radius: 5px;
}

.progress-bar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 105px;
  background-color: #23B100;
}

.location-description {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26.25px;
  color: #000000;
  margin-bottom: 24px;
  text-align: justify;
}

.location-details {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26.25px;
  color: #000000;
}

.location-details p {
  margin-bottom: 8px;
}

/* Social Issues Section */
.social-issues {
  padding: 80px 0;
  background-color: #ffffff;
}

.issues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.issue-card {
  background-color: #F7E4CF;
  border-radius: 16px;
  padding: 36px;
  text-align: center;
  height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.issue-image {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 5px solid #ffffff;
}

.issue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.issue-title {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #26383A;
  margin-bottom: 12px;
}

.issue-description {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  color: #000000;
}

/* Mission Section */
.mission {
  padding: 80px 0;
  background-color: #ffffff;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.solution-card {
  background-color: #CFF7D3;
  border-radius: 16px;
  padding: 36px;
  text-align: center;
  height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-image {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 5px solid #ffffff;
}

.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-title {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #26383A;
  margin-bottom: 12px;
}

.solution-description {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  color: #000000;
}

/* Social Responsibility Section */
.social-responsibility {
  background: linear-gradient(135deg, #00B330 0%, rgba(0, 0, 0, 0.4) 100%),
    url('../images/GvVWTwfbax.png');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #ffffff;
}

.responsibility-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.responsibility-images {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.responsibility-image-main {
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid rgba(208, 248, 210, 0.5);
}

.responsibility-image-main img {
  width: 514px;
  height: 335px;
  object-fit: cover;
}

.responsibility-image-side {
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid rgba(208, 248, 210, 0.5);
}

.responsibility-image-side img {
  width: 380px;
  height: 248px;
  object-fit: cover;
}

.responsibility-text {
  text-align: center;
}

.responsibility-text p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #60EE7F;
  max-width: 380px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .project-location {
    margin: 0 20px;
  }

  .location-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .issues-grid,
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .responsibility-images {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .thumbnail-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .issues-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .issue-card,
  .solution-card {
    height: auto;
    padding: 24px;
  }

  .issue-image,
  .solution-image {
    width: 150px;
    height: 150px;
  }

  .responsibility-image-main img {
    width: 100%;
    height: 250px;
  }

  .responsibility-image-side img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .thumbnail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-title {
    font-size: 20px;
    line-height: 28px;
  }
}