
#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-5 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-5 .content-wrapper {
  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;
  position: relative;
}
#about-us-5 .full-description {
  display: none;
  margin-top: 15px;
  white-space: pre-wrap;
}
#about-us-5 .read-more-btn {
  margin-top: 15px;
  padding: 8px 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



#team-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-2 .leader-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
  height: 100%;
}
#team-2 .leader-image {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
#team-2 .leader-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#team-2 .leader-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team-2 .leader-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-2 .leader-role {
  font-size: 1rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1rem;
}
#team-2 .leader-bio {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  max-width: 450px;
}
#team-2 .leader-social-links {
  margin-top: auto;
}
#team-2 .leader-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.5rem;
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
#team-2 .leader-social-links a:hover {
  color: var(--bs-primary);
  transform: scale(1.1);
}
@media (min-width: 768px) {
  #team-2 .leader-card {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  #team-2 .leader-image {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  #team-2 .leader-image img {
    width: 150px;
    height: 150px;
  }
  #team-2 .leader-info {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #team-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-2 .section-title {
    font-size: 2.1rem;
  }
  #team-2 .leader-card {
    padding: 1.5rem;
  }
  #team-2 .leader-name {
    font-size: 1.3rem;
  }
}



#counter-2 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#counter-2 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-2 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-2 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-2 .counter-item {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
#counter-2 .counter-item svg {
  transform: rotate(-90deg);
}
#counter-2 .counter-circle {
  fill: none;
  stroke-width: 10;
  stroke: #007bff;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1.5s ease-in-out;
}
#counter-2 .counter-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
}
#counter-2 .counter-item i {
  font-size: 2rem;
  color: #007bff;
  display: block;
  margin-top: 10px;
}


