
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#about-us-15 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-15 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-15 .stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
#about-us-15 .stat-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-15 .stat-card h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #007bff;
}
#about-us-15 .stat-card p {
  font-size: 1rem;
  color: #555;
}
#about-us-15 .impact-description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}



#team-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#team-15 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-15 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-15 .team-list-columns {
  column-gap: 2.5rem;
}
#team-15 .member-list-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#team-15 .member-list-item:last-child {
  border-bottom: none;
}
#team-15 .member-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.1rem;
}
#team-15 .member-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #team-15 .team-list-columns {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  #team-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #team-15 .section-title {
    font-size: 1.9rem;
  }
  #team-15 .team-list-columns {
    column-count: 1;
  }
  #team-15 .member-list-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}



#awards-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-6 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#awards-6 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-6 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#awards-6 .badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-6 .badge-item {
  text-align: center;
  flex-basis: 160px;
}
#awards-6 .badge-item a {
  display: inline-block;
  opacity: 0.9;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#awards-6 .badge-item a:hover {
  opacity: 1;
}
#awards-6 .badge-item img {
  max-width: 100%;
  height: auto;
  max-height: 65px;
  vertical-align: middle;
}
#awards-6 .badge-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
#awards-6 .badge-inline .badge-item {
  flex-basis: auto;
}
#awards-6 .badge-inline .badge-item img {
  max-height: 50px;
}
@media (max-width: 767.98px) {
  #awards-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #awards-6 .section-title {
    font-size: 1.9rem;
  }
  #awards-6 .badge-grid,
  #awards-6 .badge-inline {
    gap: 1.5rem 2rem;
  }
  #awards-6 .badge-item img {
    max-height: 55px;
  }
  #awards-6 .badge-inline .badge-item img {
    max-height: 40px;
  }
}



#press-mentions-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
}
#press-mentions-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#press-mentions-10 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#press-mentions-10 .quote-icon {
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
#press-mentions-10 .press-quote {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#press-mentions-10 .quote-source {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#press-mentions-10 .quote-link .btn {
  padding: 0.75rem 2rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #press-mentions-10 .press-quote {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-10 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  #press-mentions-10 .press-quote {
    font-size: 1.4rem;
  }
  #press-mentions-10 .quote-source {
    font-size: 1rem;
  }
  #press-mentions-10 .quote-link .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }
}



#why-choose-us-6 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#why-choose-us-6 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-6 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-6 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-6 .vertical-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-6 .vertical-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#why-choose-us-6 .vertical-list li:last-child {
  border-bottom: none;
}
#why-choose-us-6 .vertical-list li i {
  font-size: 2rem;
  color: #007bff;
  margin-right: 15px;
}
#why-choose-us-6 .vertical-list li .reason-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#why-choose-us-6 .vertical-list li .reason-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}


