/* soci_index.css */

.hero {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  color: #fff;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.section-spacing {
  padding: 4rem 0;
}

.stats .counter {
  font-size: 3rem;
  font-weight: 700;
}

.stats p {
  font-size: 1.1rem;
  color: #ccc;
}

.timeline-point {
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: 1.2rem;
}

.carousel-inner img {
  object-fit: cover;
  height: 400px;
}

.testimonials .card {
  border: none;
  background-color: #f8f9fa;
  padding: 1rem;
  text-align: center;
}

.missions img {
  height: 250px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.partners img {
  max-height: 60px;
  margin: 0.5rem;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.partners img:hover {
  filter: none;
}

.video-highlight iframe {
  width: 100%;
  height: 100%;
  border: none;
}