
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#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;
}



#why-choose-us-30 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f9fbfd;
}
#why-choose-us-30 .section-title-container {
  margin-bottom: 45px;
}
#why-choose-us-30 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #004085;
}
#why-choose-us-30 .section-main-subtitle {
  font-size: 1.15rem;
  color: #38587a;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-30 .commitments-intro {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
#why-choose-us-30 .commitment-item-wrapper {
  margin-bottom: 30px;
}
#why-choose-us-30 .commitment-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 5px 18px rgba(0, 64, 133, 0.08);
  height: 100%;
}
#why-choose-us-30 .commitment-icon-area {
  font-size: 2.5rem;
  color: #004085;
  margin-right: 25px;
  min-width: 40px;
  padding-top: 5px;
}
#why-choose-us-30 .commitment-content {
  flex-grow: 1;
}
#why-choose-us-30 .commitment-title-text {
  font-size: 1.45rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 10px;
}
#why-choose-us-30 .commitment-description-text {
  font-size: 0.95rem;
  color: #34495e;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: justify;
}
#why-choose-us-30 .commitment-examples {
  font-size: 0.9rem;
  color: #556b82;
  font-style: italic;
  padding-left: 15px;
  border-left: 3px solid #007bff;
}
#why-choose-us-30 .commitment-examples strong {
  font-weight: 500;
}
#why-choose-us-30 .overall-promise {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #004085;
  font-weight: 600;
  padding: 25px;
  background-color: #e6f0ff;
  border-radius: 10px;
  border-top: 3px solid #004085;
}
@media (max-width: 767.98px) {
  #why-choose-us-30 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-30 .commitment-item {
    flex-direction: column;
    text-align: center;
  }
  #why-choose-us-30 .commitment-icon-area {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #why-choose-us-30 .commitment-title-text {
    font-size: 1.3rem;
  }
  #why-choose-us-30 .commitment-description-text,
  #why-choose-us-30 .commitment-examples {
    text-align: left;
  }
}



#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;
  }
}



#team-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-3 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-3 .team-member-item {
  text-align: center;
  margin-bottom: 1.5rem;
}
#team-3 .member-photo {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff;
}
#team-3 .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#team-3 .team-member-item:hover .member-photo img {
  transform: scale(1.1);
}
#team-3 .member-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-3 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-3 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-3 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #team-3 .member-photo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  #team-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-3 .section-title {
    font-size: 2.1rem;
  }
  #team-3 .member-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  #team-3 .member-name {
    font-size: 1.1rem;
  }
}


