
#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-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#team-16 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-16 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-16 .skill-item {
  text-align: center;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#team-16 .skill-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#team-16 .skill-icon {
  margin-bottom: 1.5rem;
}
#team-16 .skill-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
}
#team-16 .skill-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#team-16 .skill-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  #team-16 .skill-name {
    font-size: 1.15rem;
  }
}
@media (max-width: 767.98px) {
  #team-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-16 .section-title {
    font-size: 2.1rem;
  }
  #team-16 .skill-icon i {
    font-size: 2.5rem;
  }
}



#timeline-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-8 .release-timeline-list {
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#timeline-8 .release-timeline-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #dee2e6;
  z-index: 1;
}
#timeline-8 .release-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
  background-color: #f8f9fa;
}
#timeline-8 .release-item:not(:last-child) {
  border-bottom: 1px dashed #dee2e6;
}
#timeline-8 .release-marker {
  flex-shrink: 0;
  width: 40px;
  text-align: center;
  margin-right: 1.5rem;
  margin-top: 5px;
  position: relative;
}
#timeline-8 .release-marker i {
  font-size: 1.4rem;
  color: var(--bs-primary);
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#timeline-8 .release-content {
  flex-grow: 1;
}
#timeline-8 .release-version-date {
  margin-bottom: 0.75rem;
}
#timeline-8 .release-version {
  font-size: 1.2rem;
  font-weight: 700;
  color: #343a40;
  margin-right: 0.75rem;
  display: inline-block;
  background-color: var(--bs-primary);
  color: #ffffff;
  padding: 0.2rem 0.6rem;
  border-radius: 0.25rem;
  line-height: 1.2;
}
#timeline-8 .release-date {
  font-weight: 500;
  font-size: 0.95rem;
  color: #6c757d;
}
#timeline-8 .release-theme-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #444;
}
#timeline-8 .release-features {
  list-style: none;
  padding-left: 0;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
#timeline-8 .release-features li {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  padding-left: 1.2rem;
  position: relative;
}
#timeline-8 .release-features li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.2em;
  color: var(--bs-success);
  font-size: 0.85em;
}
@media (max-width: 767.98px) {
  #timeline-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-8 .section-title {
    font-size: 2.1rem;
  }
  #timeline-8 .release-timeline-list::before {
    left: 20px;
  }
  #timeline-8 .release-item {
    padding: 1rem 0;
  }
  #timeline-8 .release-marker {
    margin-right: 1rem;
    width: 35px;
  }
  #timeline-8 .release-marker i {
    font-size: 1.2rem;
    padding: 6px;
  }
}
@media (max-width: 575.98px) {
  #timeline-8 .release-timeline-list::before {
    left: 18px;
  }
  #timeline-8 .release-marker {
    margin-right: 0.75rem;
    width: 30px;
  }
  #timeline-8 .release-marker i {
    font-size: 1rem;
    padding: 5px;
  }
  #timeline-8 .release-version-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}



#awards-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-1 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  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;
}
#awards-1 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-1 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-1 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-1 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-1 .award-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
  min-height: 44px;
}
#awards-1 .award-body {
  flex-grow: 1;
}
#awards-1 .award-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
  min-height: 50px;
}
#awards-1 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
#awards-1 .awarded-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-1 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #awards-1 .award-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #awards-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-1 .section-title {
    font-size: 2.1rem;
  }
  #awards-1 .award-card {
    padding: 1.5rem;
  }
  #awards-1 .award-visual i {
    font-size: 2.5rem;
  }
  #awards-1 .award-visual img {
    max-height: 50px;
  }
}



#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;
  }
}


