
#about-us-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-2 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-2 .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-2 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#about-us-2 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#about-us-2 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#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;
  }
}



#timeline-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-2 .timeline-horizontal-row {
  position: relative;
}
/*
#timeline-2 .timeline-horizontal-row::before {
    content: '';
    position: absolute;
    top: 60px; // Position relative to icon/year top
    left: 5%; // Start after first item padding
    right: 5%; // End before last item padding
    height: 4px;
    background-color: var(--bs-primary);
    opacity: 0.3;
    z-index: 1;
}
*/
#timeline-2 .milestone-column {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
#timeline-2 .milestone-column::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 4px solid var(--bs-primary);
  border-radius: 50%;
  z-index: 3;
}
#timeline-2 .milestone-icon {
  margin-bottom: 0.75rem;
}
#timeline-2 .milestone-icon i {
  font-size: 2rem;
  color: var(--bs-primary);
}
#timeline-2 .milestone-year {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#timeline-2 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}
#timeline-2 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #timeline-2 .section-title {
    font-size: 2.1rem;
  }
  #timeline-2 .timeline-horizontal-row::before {
    display: none;
  }
  #timeline-2 .milestone-column {
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  #timeline-2 .row > div:last-child .milestone-column {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #timeline-2 .milestone-column::before {
    display: none;
  }
}



#awards-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-8 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
#awards-8 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-8 .category-badge {
  position: absolute;
  top: 10px;
  right: -30px;
  background-color: var(--bs-primary);
  color: #ffffff;
  padding: 0.25rem 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(45deg);
  transform-origin: top left;
  line-height: 1.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
#awards-8 .category-badge.bg-primary {
  background-color: var(--bs-primary) !important;
}
#awards-8 .category-badge.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
#awards-8 .category-badge.bg-success {
  background-color: var(--bs-success) !important;
}
#awards-8 .category-badge.bg-danger {
  background-color: var(--bs-danger) !important;
}
#awards-8 .category-badge.bg-warning {
  background-color: var(--bs-warning) !important;
  color: #333 !important;
}
#awards-8 .category-badge.bg-info {
  background-color: var(--bs-info) !important;
  color: #fff !important;
}
#awards-8 .category-badge.bg-dark {
  background-color: var(--bs-dark) !important;
}
#awards-8 .award-card-content {
  padding: 2rem;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
#awards-8 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-8 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-8 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-8 .award-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#awards-8 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  width: 100%;
}
#awards-8 .awarded-by,
#awards-8 .issuing-body {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-8 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 767.98px) {
  #awards-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-8 .section-title {
    font-size: 2.1rem;
  }
  #awards-8 .award-card-content {
    padding: 1.5rem;
    padding-top: 2rem;
  }
  #awards-8 .category-badge {
    font-size: 0.7rem;
    right: -35px;
  }
  #awards-8 .award-name {
    font-size: 1.05rem;
  }
}



#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;
  }
}


