
#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-10 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-10 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#about-us-10 .carousel-item {
  text-align: center;
  padding: 40px;
}
#about-us-10 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-10 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#team-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-17 .spotlight-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
#team-17 .spotlight-card:last-child {
  margin-bottom: 0;
}
#team-17 .spotlight-image {
  flex-shrink: 0;
  margin-right: 2.5rem;
}
#team-17 .spotlight-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#team-17 .spotlight-content {
  flex-grow: 1;
}
#team-17 .spotlight-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-17 .spotlight-role {
  font-size: 1.1rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#team-17 .spotlight-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--bs-primary);
}
#team-17 .spotlight-social-links a {
  display: inline-block;
  color: #6c757d;
  margin-right: 0.8rem;
  font-size: 1.3rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
#team-17 .spotlight-social-links a:last-child {
  margin-right: 0;
}
#team-17 .spotlight-social-links a:hover {
  color: var(--bs-primary);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  #team-17 .spotlight-image img {
    width: 160px;
    height: 160px;
  }
  #team-17 .spotlight-name {
    font-size: 1.6rem;
  }
  #team-17 .spotlight-quote {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  #team-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-17 .section-title {
    font-size: 2.1rem;
  }
  #team-17 .spotlight-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  #team-17 .spotlight-image {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #team-17 .spotlight-image img {
    width: 150px;
    height: 150px;
  }
  #team-17 .spotlight-quote {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  #team-17 .spotlight-social-links {
    margin-top: 1rem;
  }
}



#counter-6 {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}
#counter-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
#counter-6 .container {
  position: relative;
  z-index: 2;
}
/* Optional Section Header Styling (if added in template)
#counter-6 .section-header {
    margin-bottom: 50px;
}
#counter-6 .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
#counter-6 .section-header p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}
*/
#counter-6 .counter-item-inline {
  padding: 20px 15px;
}
#counter-6 .counter-item-inline i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
#counter-6 .counter-item-inline:hover i {
  transform: scale(1.1);
}
#counter-6 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}
#counter-6 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#counter-6 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1;
}
#counter-6 .counter-title-inline {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991.98px) {
  #counter-6 .counter-item-inline {
    margin-bottom: 30px;
  }
  #counter-6 .counter-number {
    font-size: 2.5rem;
  }
  #counter-6 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-6 .counter-item-inline i {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  #counter-6 {
    padding: 60px 0;
    background-attachment: scroll;
  }
  #counter-6 .counter-item-inline {
    margin-bottom: 35px;
  }
  #counter-6 .counter-item-inline:last-child {
    margin-bottom: 0;
  }
  #counter-6 .counter-title-inline {
    font-size: 1rem;
  }
}


