
#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-26 {
  padding: 80px 0;
  background-color: #f4f4f4;
  color: #333;
}
#about-us-26 .container > h2.section-title,
#about-us-26 .container > p.section-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
#about-us-26 .our-story {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
#about-us-26 .our-story h3 {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 20px;
}
#about-us-26 .our-story p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#about-us-26 .our-story img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
#about-us-26 .our-values {
  background-color: #e9ecef;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 50px;
}
#about-us-26 .our-values h3 {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 30px;
  text-align: center;
}
#about-us-26 .our-values .value-item {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-26 .our-values .value-item i {
  font-size: 2.5rem;
  color: #28a745;
  margin-bottom: 15px;
}
#about-us-26 .our-values .value-item h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
#about-us-26 .our-values .value-item p {
  font-size: 0.9rem;
  color: #555;
}
#about-us-26 .our-team {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 50px;
}
#about-us-26 .our-team h3 {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 30px;
  text-align: center;
}
#about-us-26 .our-team .team-member {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-26 .our-team .team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
#about-us-26 .our-team .team-member h4 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 5px;
}
#about-us-26 .our-team .team-member p {
  font-size: 0.9rem;
  color: #777;
}
#about-us-26 .our-achievements {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
}
#about-us-26 .our-achievements h3 {
  font-size: 2rem;
  color: #ffc107;
  margin-bottom: 30px;
  text-align: center;
}
#about-us-26 .our-achievements .achievement-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#about-us-26 .our-achievements .achievement-item img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  border-radius: 4px;
}
#about-us-26 .our-achievements .achievement-item p {
  font-size: 1rem;
  color: #555;
}
@media (min-width: 768px) {
  #about-us-26 .our-values .row > div {
    margin-bottom: 0;
  }
  #about-us-26 .our-team .row > div {
    margin-bottom: 0;
  }
}



#team-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-8 .team-card-topimg {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}
#team-8 .team-card-topimg:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}
#team-8 .member-image-top {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
#team-8 .member-image-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team-8 .member-card-body {
  padding: 1.25rem 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#team-8 .member-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-8 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-8 .member-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
  /*
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.5 * 0.9rem * 2); 
    /* */
}
#team-8 .member-social-links {
  margin-top: auto;
  padding-top: 0.5rem;
}
#team-8 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.4rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-8 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  #team-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-8 .section-title {
    font-size: 2.1rem;
  }
  #team-8 .member-name {
    font-size: 1.1rem;
  }
  #team-8 .member-card-body {
    padding: 1rem 1.25rem;
  }
}



#counter-12 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#counter-12 .container {
  max-width: 1140px;
}
#counter-12 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-12 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-12 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-12 .counter-item-circular {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#counter-12 .counter-circle-svg {
  display: block;
  margin: 0 auto;
  position: relative;
}
#counter-12 .circle-bg {
  fill: none;
  stroke: var(--circle-base-color, #e9ecef);
  stroke-width: var(--stroke-width, 10px);
}
#counter-12 .circle-progress {
  fill: none;
  stroke: var(--circle-progress-color, #0d6efd);
  stroke-width: var(--stroke-width, 10px);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.5s ease-out;
}
#counter-12 .counter-number-svg {
  font-size: 1.8rem;
  font-weight: 700;
  fill: #343a40;
  dominant-baseline: middle;
  text-anchor: middle;
}
#counter-12 .counter-suffix-svg {
  font-size: 0.9rem;
  font-weight: 500;
  fill: #555;
}
#counter-12 .counter-title-circular {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #counter-12 .counter-circle-svg {
  }
  #counter-12 .counter-number-svg {
  }
}
@media (max-width: 767.98px) {
  #counter-12 {
    padding: 50px 0;
  }
  #counter-12 .section-header h2 {
    font-size: 2rem;
  }
  #counter-12 .counter-item-circular {
    margin-bottom: 50px;
  }
  #counter-12 .counter-item-circular:last-child {
    margin-bottom: 0;
  }
}


