
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#about-us-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-7 .description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
#about-us-7 .nav-tabs {
  margin-bottom: 20px;
}
#about-us-7 .tab-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



#timeline-15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ecef;
  overflow: hidden;
}
#timeline-15 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-15 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-15 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-15.layout-vertical-alternating .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0 auto;
}
#timeline-15.layout-vertical-alternating .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ced4da;
  top: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#timeline-15.layout-vertical-alternating .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 2rem;
}
#timeline-15.layout-vertical-alternating .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-15.layout-vertical-alternating .timeline-item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #f8f9fa;
  border: 4px solid var(--bs-primary);
  top: 18px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 3px #f8f9fa;
}
#timeline-15.layout-vertical-alternating .timeline-marker-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  text-align: center;
  z-index: 3;
  line-height: 24px;
  color: var(--bs-primary);
  font-size: 0.8rem;
}
#timeline-15.layout-vertical-alternating .timeline-left {
  left: 0;
  padding-right: 35px;
}
#timeline-15.layout-vertical-alternating .timeline-left::after {
  left: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-left .timeline-marker-icon {
  right: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-right {
  left: 50%;
  padding-left: 73px;
}
#timeline-15.layout-vertical-alternating .timeline-right::after {
  left: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-right .timeline-marker-icon {
  left: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-content {
  padding: 1.5rem;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
#timeline-15 .timeline-timeframe {
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.1rem;
}
#timeline-15 .timeline-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#timeline-15 .timeline-item-title i {
  margin-right: 0.5rem;
  opacity: 0.8;
}
#timeline-15 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
#timeline-15 .timeline-item-status {
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 0.25rem;
  color: #6c757d;
  background-color: #e9ecef;
}
#timeline-15 .timeline-item-status.status-in-progress {
  color: #055160;
  background-color: #cff4fc;
}
#timeline-15 .timeline-item-status.status-beta-testing {
  color: #664d03;
  background-color: #fff3cd;
}
@media screen and (max-width: 767.98px) {
  #timeline-15.layout-vertical-alternating .timeline-wrapper::after {
    left: 31px;
  }
  #timeline-15.layout-vertical-alternating .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
  #timeline-15.layout-vertical-alternating .timeline-left,
  #timeline-15.layout-vertical-alternating .timeline-right {
    left: 0%;
  }
  #timeline-15.layout-vertical-alternating .timeline-left::after,
  #timeline-15.layout-vertical-alternating .timeline-right::after {
    left: 19px;
    width: 22px;
    height: 22px;
    border-width: 3px;
  }
  #timeline-15.layout-vertical-alternating .timeline-left .timeline-marker-icon,
  #timeline-15.layout-vertical-alternating
    .timeline-right
    .timeline-marker-icon {
    left: 19px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 0.7rem;
  }
  #timeline-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-15 .section-title {
    font-size: 2.1rem;
  }
  #timeline-15 .timeline-timeframe {
    font-size: 1rem;
  }
  #timeline-15 .timeline-item-title {
    font-size: 1.1rem;
  }
}


