
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#timeline-7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
  background-color: #e9ecef;
}
#timeline-7::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
}
#timeline-7 .container {
  position: relative;
  z-index: 2;
}
#timeline-7 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-7 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#timeline-7 .section-subtitle {
  font-size: 1.15rem;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}
#timeline-7 .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0 auto;
  color: #212529;
}
#timeline-7 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#timeline-7 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 2rem;
}
#timeline-7 .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-7 .timeline-item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 5px solid #0d6efd;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
}
#timeline-7 .timeline-marker-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  text-align: center;
  z-index: 3;
  line-height: 30px;
  color: #0d6efd;
  font-size: 0.9rem;
}
#timeline-7 .timeline-left {
  left: 0;
  padding-right: 35px;
}
#timeline-7 .timeline-left::after {
  left: -15px;
}
#timeline-7 .timeline-left .timeline-marker-icon {
  right: -15px;
}
#timeline-7 .timeline-right {
  left: 50%;
  padding-left: 75px;
}
#timeline-7 .timeline-right::after {
  left: -15px;
}
#timeline-7 .timeline-right .timeline-marker-icon {
  left: -15px;
}
#timeline-7 .timeline-content {
  padding: 1.5rem;
  position: relative;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.9);
}
#timeline-7 .timeline-date {
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.2rem;
}
#timeline-7 .timeline-item-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#timeline-7 .timeline-item-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #timeline-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: scroll;
  }
  #timeline-7 .section-title {
    font-size: 2.1rem;
  }
  #timeline-7 .timeline-wrapper::after {
    left: 31px;
  }
  #timeline-7 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
  }
  #timeline-7 .timeline-left,
  #timeline-7 .timeline-right {
    left: 0%;
  }
  #timeline-7 .timeline-left::after,
  #timeline-7 .timeline-right::after {
    left: 16px;
  }
  #timeline-7 .timeline-left .timeline-marker-icon,
  #timeline-7 .timeline-right .timeline-marker-icon {
    left: 16px;
  }
}



#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;
  }
}



#content-block-24 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-24 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-24 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-24 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-24 .table {
  margin-bottom: 0;
  vertical-align: middle;
}
#content-block-24 .table thead th {
  background-color: #e9ecef;
  color: #495057;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 2px;
}
#content-block-24 .table th,
#content-block-24 .table td {
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
}
#content-block-24 .table tbody th,
#content-block-24 .table tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
  color: #343a40;
}
#content-block-24 .table tbody tr td:not(:first-child) {
  text-align: center;
  color: #555;
}
#content-block-24 .table td .fas.fa-star {
  margin: 0 0.1rem;
}
#content-block-24 .table-responsive {
}



#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;
  }
}



#awards-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-4 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-4 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-4 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-4 .timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#awards-4 .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #dee2e6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#awards-4 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 3rem;
}
#awards-4 .timeline-item:last-child {
  margin-bottom: 0;
}
#awards-4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12.5px;
  background-color: #f8f9fa;
  border: 4px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 3px #f8f9fa;
}
#awards-4 .timeline-left {
  left: 0;
  padding-right: 30px;
}
#awards-4 .timeline-left::after {
  left: -12.5px;
}
#awards-4 .timeline-right {
  left: 50%;
  padding-left: 70px;
}
#awards-4 .timeline-right::after {
  left: -12.5px;
}
#awards-4 .timeline-content {
  padding: 20px 25px;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
#awards-4 .timeline-date {
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
}
#awards-4 .timeline-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--bs-primary);
}
#awards-4 .timeline-item-title i {
  margin-right: 0.5rem;
  font-size: 1em;
  opacity: 0.8;
}
#awards-4 .timeline-item-awarded-by {
  font-style: italic;
  color: #495057;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
#awards-4 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#awards-4 .timeline-item-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#awards-4 .timeline-item-link a:hover {
  text-decoration: underline;
}
#awards-4 .timeline-item-link i {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #awards-4 .timeline-wrapper::after {
    left: 31px;
  }
  #awards-4 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
  #awards-4 .timeline-left::after,
  #awards-4 .timeline-right::after {
    left: 18px;
  }
  #awards-4 .timeline-left,
  #awards-4 .timeline-right {
    left: 0%;
  }
  #awards-4 .timeline-content {
    padding: 15px 20px;
  }
  #awards-4 .timeline-item-title {
    font-size: 1.1rem;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


