
#about-us-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-1 .description {
  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;
  margin-bottom: 30px;
}
#about-us-1 .nav-tabs {
  margin-bottom: 20px;
}
#about-us-1 .tab-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



#timeline-3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-3 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-3 .timeline-event-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
  position: relative;
}
#timeline-3 .timeline-event-row:last-child {
  margin-bottom: 0;
}
#timeline-3 .timeline-event-row:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #dee2e6;
  top: 60px;
  bottom: -2rem;
  z-index: 1;
}
#timeline-3 .timeline-event-row.image-left::after {
  left: 50%;
  transform: translateX(-50%);
}
#timeline-3 .timeline-event-row.image-right::after {
  left: 50%;
  transform: translateX(-50%);
}
#timeline-3 .event-image-col {
  position: relative;
  z-index: 2;
}
#timeline-3 .event-image-col img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#timeline-3 .event-content-col {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  z-index: 2;
  background-color: #f8f9fa;
  position: relative;
}
#timeline-3 .timeline-event-row.image-right .event-content-col {
}
#timeline-3 .event-year {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
#timeline-3 .event-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#timeline-3 .event-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-3 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  #timeline-3 .section-title {
    font-size: 2.1rem;
  }
  #timeline-3 .timeline-event-row {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  #timeline-3 .timeline-event-row:not(:last-child)::after {
    display: none;
  }
  #timeline-3 .event-image-col {
    margin-bottom: 1.5rem;
  }
  #timeline-3 .event-content-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  #timeline-3 .event-year {
    font-size: 1.5rem;
  }
  #timeline-3 .event-title {
    font-size: 1.2rem;
  }
  #timeline-3 .event-description {
    font-size: 0.95rem;
  }
}



#awards-13 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#awards-13 .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
#awards-13 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-13 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-13 .stat-item {
  text-align: center;
  padding: 1rem;
}
#awards-13 .stat-icon {
  margin-bottom: 1rem;
}
#awards-13 .stat-icon i {
  font-size: 2.8rem;
  color: var(--bs-primary);
  opacity: 0.9;
}
#awards-13 .stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #343a40;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
#awards-13 .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #awards-13 .stat-number {
    font-size: 2.5rem;
  }
  #awards-13 .stat-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  #awards-13 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  #awards-13 .section-title {
    font-size: 2rem;
  }
  #awards-13 .stat-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    border-right: none;
  }
  #awards-13 .row > div:last-child .stat-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #awards-13 .stat-number {
    font-size: 2.3rem;
  }
}



#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-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-2 .quote-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#press-mentions-2 .quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#press-mentions-2 .quote-content {
  font-size: 1.1rem;
  font-style: italic;
  color: #343a40;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
  padding-left: 1rem;
  border-left: 3px solid var(--bs-primary);
}
#press-mentions-2 .quote-source {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
#press-mentions-2 .source-logo img {
  height: 35px;
  width: auto;
  max-width: 120px;
  margin-right: 1rem;
  filter: contrast(0) brightness(1.5);
  opacity: 0.8;
}
#press-mentions-2 .source-logo .placeholder-icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 4px;
  margin-right: 1rem;
  display: inline-block;
}
#press-mentions-2 .source-logo .placeholder-icon i {
  color: #adb5bd;
  font-size: 1rem;
}
#press-mentions-2 .source-info {
  flex-grow: 1;
}
#press-mentions-2 .source-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #495057;
  font-size: 1rem;
}
#press-mentions-2 .article-link {
  font-size: 0.85rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: block;
}
#press-mentions-2 .article-link:hover {
  text-decoration: underline;
}
#press-mentions-2 .article-link i {
  margin-left: 0.3rem;
  font-size: 0.8em;
}
#press-mentions-2 .article-date {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 0.2rem;
  display: block;
}
@media (max-width: 767.98px) {
  #press-mentions-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-2 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-2 .quote-card {
    padding: 1.5rem;
  }
  #press-mentions-2 .quote-content {
    font-size: 1rem;
  }
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}


