
#about-us-9 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-9 .split-container {
  display: flex;
  gap: 30px;
}
#about-us-9 .main-content {
  flex: 2;
  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;
  white-space: pre-wrap;
}
#about-us-9 .sidebar-content {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}
#about-us-9 .sidebar-content h4 {
  margin-top: 0;
  color: #007bff;
}
#about-us-9 .sidebar-content p {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  #about-us-9 .split-container {
    flex-direction: column;
  }
}



#timeline-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-4 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-4 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-4 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-4 .timeline-wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
#timeline-4 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e9ecef;
  top: 10px;
  bottom: 10px;
  z-index: 1;
}
#timeline-4.content-right .timeline-wrapper::after {
  left: 15px;
  margin-left: -1.5px;
}
#timeline-4.content-left .timeline-wrapper::after {
  right: 15px;
  margin-right: -1.5px;
  left: auto;
}
#timeline-4 .timeline-item {
  padding: 10px 0;
  position: relative;
  background-color: inherit;
  width: 100%;
  margin-bottom: 2rem;
}
#timeline-4 .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  top: 18px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 3px #f8f9fa;
}
#timeline-4.content-right .timeline-item::after {
  left: 3px;
}
#timeline-4.content-left .timeline-item::after {
  right: 3px;
  left: auto;
}
#timeline-4 .timeline-marker-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  text-align: center;
  z-index: 3;
  line-height: 24px;
  color: var(--bs-primary);
  font-size: 0.8rem;
}
#timeline-4.content-right .timeline-marker-icon {
  left: 3px;
}
#timeline-4.content-left .timeline-marker-icon {
  right: 3px;
  left: auto;
}
#timeline-4 .timeline-content {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-left: 55px;
  margin-right: 0;
}
#timeline-4.content-left .timeline-content {
  margin-right: 55px;
  margin-left: 0;
}
#timeline-4 .timeline-date {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.4rem;
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
}
#timeline-4 .timeline-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#timeline-4 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  #timeline-4 .timeline-wrapper::after {
    left: 15px;
    right: auto;
  }
  #timeline-4 .timeline-item::after {
    left: 3px;
    right: auto;
  }
  #timeline-4 .timeline-marker-icon {
    left: 3px;
    right: auto;
  }
  #timeline-4 .timeline-content {
    margin-left: 45px;
    margin-right: 0;
  }
  #timeline-4 .timeline-item-title {
    font-size: 1rem;
  }
}



#awards-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-16 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-16 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-16 .badge-card {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#awards-16 .badge-card:hover {
  background-color: #e9ecef;
}
#awards-16 .badge-image {
  margin-bottom: 1rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-16 .badge-image img {
  max-height: 75px;
  max-width: 180px;
  width: auto;
}
#awards-16 .badge-rating {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-16 .badge-reviews {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
#awards-16 .badge-source {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
}
#awards-16 .badge-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 767.98px) {
  #awards-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-16 .section-title {
    font-size: 2.1rem;
  }
  #awards-16 .badge-card {
    padding: 1.25rem;
  }
  #awards-16 .badge-image img {
    max-height: 65px;
  }
}



#team-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#team-15 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-15 .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-15 .team-list-columns {
  column-gap: 2.5rem;
}
#team-15 .member-list-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#team-15 .member-list-item:last-child {
  border-bottom: none;
}
#team-15 .member-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.1rem;
}
#team-15 .member-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #team-15 .team-list-columns {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  #team-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #team-15 .section-title {
    font-size: 1.9rem;
  }
  #team-15 .team-list-columns {
    column-count: 1;
  }
  #team-15 .member-list-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}



#press-mentions-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-6 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-6 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-6 .award-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-6 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
#press-mentions-6 .award-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#press-mentions-6 .award-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-6 .awarded-by {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
#press-mentions-6 .awarded-by-logo img {
  height: 25px;
  width: auto;
  max-width: 80px;
  margin-right: 0.75rem;
  filter: grayscale(100%);
  opacity: 0.7;
}
#press-mentions-6 .award-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}
#press-mentions-6 .award-link {
  margin-top: auto;
}
#press-mentions-6 .award-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-6 .award-link a:hover {
  text-decoration: underline;
}
#press-mentions-6 .award-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-6 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-6 .award-card {
    padding: 1.5rem;
  }
  #press-mentions-6 .award-name {
    font-size: 1.2rem;
  }
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


