
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#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-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-14 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-14 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-14 .member-trigger-item {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#team-14 .member-trigger-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
#team-14 .trigger-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
}
#team-14 .trigger-card .trigger-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem auto;
  border: 3px solid #eee;
}
#team-14 .trigger-card .trigger-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
  color: #343a40;
}
#team-14 .trigger-card .trigger-role {
  font-size: 0.9rem;
  color: #6c757d;
}
#team-14 .trigger-circle {
  text-align: center;
}
#team-14 .trigger-circle .trigger-image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem auto;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#team-14 .trigger-circle .trigger-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #343a40;
}
#team-14 .trigger-circle .trigger-role {
  font-size: 0.85rem;
  color: #6c757d;
}
#team-14 .modal-header {
  border-bottom-color: #eee;
}
#team-14 .modal-title {
  font-weight: 600;
  font-size: 1.4rem;
}
#team-14 .modal-body {
  padding: 1.5rem 2rem;
}
#team-14 .modal-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
#team-14 .modal-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f1f1f1;
}
#team-14 .modal-bio p {
  font-size: 1rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}
#team-14 .modal-contact-info {
  font-size: 0.95rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
#team-14 .modal-contact-info a {
  text-decoration: none;
  font-weight: 500;
}
#team-14 .modal-contact-info a:hover {
  text-decoration: underline;
}
#team-14 .modal-social-links {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: center;
}
#team-14 .modal-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.6rem;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}
#team-14 .modal-social-links a:hover {
  color: var(--bs-primary);
}
#team-14 .modal-footer {
  border-top-color: #eee;
}
@media (max-width: 767.98px) {
  #team-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-14 .section-title {
    font-size: 2.1rem;
  }
  #team-14 .modal-body {
    padding: 1rem 1.5rem;
  }
  #team-14 .modal-image img {
    width: 150px;
    height: 150px;
  }
}



#awards-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#awards-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#awards-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-5 .aw5-swiper-container {
  overflow: hidden;
  position: relative;
}
#awards-5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
}
#awards-5 .award-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#awards-5 .award-slide-visual {
  margin-bottom: 1rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-5 .award-slide-visual img {
  max-height: 45px;
  max-width: 130px;
  width: auto;
}
#awards-5 .award-slide-visual i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#awards-5 .award-slide-name {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-year {
  font-size: 0.85rem;
  color: #6c757d;
}
#awards-5 .swiper-pagination-aw5 {
  position: static;
  margin-top: 2.5rem;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#awards-5 .swiper-button-next-aw5,
#awards-5 .swiper-button-prev-aw5 {
  color: var(--bs-primary);
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#awards-5 .swiper-button-next-aw5::after,
#awards-5 .swiper-button-prev-aw5::after {
  font-size: 1.1rem;
  font-weight: 900;
}
#awards-5 .swiper-button-prev-aw5 {
  left: 5px;
}
#awards-5 .swiper-button-next-aw5 {
  right: 5px;
}
@media (max-width: 767.98px) {
  #awards-5 {
    padding-bottom: 5rem;
  }
  #awards-5 .swiper-button-next-aw5,
  #awards-5 .swiper-button-prev-aw5 {
    width: 38px;
    height: 38px;
  }
  #awards-5 .swiper-button-next-aw5::after,
  #awards-5 .swiper-button-prev-aw5::after {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  #awards-5 .swiper-slide {
    min-height: 180px;
  }
  #awards-5 .award-slide-content {
    padding: 1rem;
    width: 100%;
    min-height: 160px;
  }
  #awards-5 .award-slide-name {
    font-size: 0.9rem;
  }
}



#press-mentions-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#press-mentions-7 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-7 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-7 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-7 .stat-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid #e0e5eb;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-7 .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#press-mentions-7 .stat-icon {
  margin-bottom: 1rem;
}
#press-mentions-7 .stat-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#press-mentions-7 .stat-metric {
  font-size: 3rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#press-mentions-7 .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
  flex-grow: 1;
  min-height: 40px;
}
#press-mentions-7 .stat-source {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: auto;
}
#press-mentions-7 .stat-source a {
  color: #6c757d;
  text-decoration: none;
  font-style: italic;
}
#press-mentions-7 .stat-source a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  #press-mentions-7 .stat-metric {
    font-size: 2.5rem;
  }
  #press-mentions-7 .stat-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-7 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-7 .stat-card {
    padding: 1.5rem 1rem;
  }
  #press-mentions-7 .stat-metric {
    font-size: 2.2rem;
  }
}



#why-choose-us-25 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-25 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-25 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
}
#why-choose-us-25 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-25 .award-item {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e7e7e7;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#why-choose-us-25 .award-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#why-choose-us-25 .award-image-container {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#why-choose-us-25 .award-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#why-choose-us-25 .award-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
}
#why-choose-us-25 .award-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
}
#why-choose-us-25 .award-meta .awarded-by {
  font-style: italic;
}
#why-choose-us-25 .award-meta .award-year::before {
  content: "|";
  margin: 0 5px;
}
#why-choose-us-25 .award-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  #why-choose-us-25 .award-item {
    margin-bottom: 25px;
  }
  #why-choose-us-25 .row > div:last-child .award-item {
    margin-bottom: 0;
  }
  #why-choose-us-25 .award-name {
    font-size: 1.15rem;
  }
}


