
#cta-banner-2 {
  padding: 4rem 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #0d6efd;
}
#cta-banner-2 .container {
}
#cta-banner-2 .cta-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#cta-banner-2 .cta-text-content {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}
#cta-banner-2 .cta-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-2 .cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}
#cta-banner-2 .cta-button-wrapper {
  text-align: center;
  flex-basis: 100%;
}
#cta-banner-2 .cta-button-wrapper .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-2 {
    padding: 5rem 2rem;
  }
  #cta-banner-2 .cta-text-content {
    text-align: left;
    flex: 1 1 60%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  #cta-banner-2 .cta-title {
    font-size: 2.5rem;
  }
  #cta-banner-2 .cta-subtitle {
    font-size: 1.2rem;
  }
  #cta-banner-2 .cta-button-wrapper {
    text-align: right;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  #cta-banner-2 .cta-title {
    font-size: 2.8rem;
  }
}



#text-block-4 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-4 .container {
  max-width: 960px;
}
#text-block-4 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-4 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-4 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-4 .list-heading-optional {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-top: 40px;
  margin-bottom: 25px;
}
#text-block-4 .icon-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
#text-block-4 .icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color, #495057);
}
#text-block-4 .icon-list-item i {
  font-size: 1.2rem;
  color: var(--icon-color, #17a2b8);
  margin-right: 12px;
  margin-top: 0.2em;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#text-block-4 .icon-list-item span {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 2;
    column-gap: 30px;
  }
  #text-block-4 .icon-list.list-cols-2 .icon-list-item {
    break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  #text-block-4 {
    padding: 60px 0;
  }
  #text-block-4 .text-heading {
    font-size: 2rem;
  }
  #text-block-4 .text-paragraph,
  #text-block-4 .icon-list-item {
    font-size: 0.95rem;
  }
  #text-block-4 .list-heading-optional {
    font-size: 1.25rem;
  }
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 1;
  }
}



#content-block-21 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#content-block-21 .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
#content-block-21 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#content-block-21 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-21 .carousel {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#content-block-21 .carousel-inner {
  border-radius: 0.5rem;
}
#content-block-21 .carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#content-block-21 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  bottom: 1.25rem;
  left: 5%;
  right: 5%;
}
#content-block-21 .carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#content-block-21 .carousel-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#content-block-21 .carousel-control-prev-icon,
#content-block-21 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 0.75rem;
  background-size: 50% 50%;
}
#content-block-21 .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}
#content-block-21 .carousel-indicators .active {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #content-block-21 .carousel-caption {
    padding: 0.5rem 0.75rem;
  }
  #content-block-21 .carousel-caption h5 {
    font-size: 1rem;
  }
  #content-block-21 .carousel-caption p {
    font-size: 0.85rem;
  }
}



#overview-16 {
  position: relative;
  overflow: hidden;
}
#overview-16 .split-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
}
#overview-16 .split-background-container .split-bg-image,
#overview-16 .split-background-container .split-bg-color {
  width: 50%;
  height: 100%;
}
#overview-16 .split-background-container .split-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#overview-16[data-image-side="right"] .split-bg-image {
  order: 2;
}
#overview-16[data-image-side="right"] .split-bg-color {
  order: 1;
}
#overview-16[data-image-side="left"] .split-bg-image {
  order: 1;
}
#overview-16[data-image-side="left"] .split-bg-color {
  order: 2;
}
#overview-16 .container {
  position: relative;
  z-index: 1;
  color: var(--text-color, #333);
}
#overview-16 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-16 .content-wrapper {
  max-width: 580px;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  margin-left: 0;
  margin-right: auto;
}
#overview-16[data-image-side="left"] .content-wrapper {
  margin-left: auto;
  margin-right: 0;
}
#overview-16 .content-wrapper .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-16 .content-wrapper .lead {
  color: inherit;
  opacity: 0.9;
  margin-bottom: 2rem;
}
#overview-16 .content-detail-block {
  margin-bottom: 1.8rem;
}
#overview-16 .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-16 .content-detail-block h5 {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
#overview-16 .content-detail-block h5 i {
  margin-right: 0.75rem;
  opacity: 0.8;
}
#overview-16 .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.95;
  margin-bottom: 0;
}
#overview-16 .content-wrapper .btn {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  #overview-16 .split-background-container {
    flex-direction: column;
  }
  #overview-16 .split-background-container .split-bg-image,
  #overview-16 .split-background-container .split-bg-color {
    width: 100%;
    height: 50%;
  }
  #overview-16 .split-background-container .split-bg-image {
    order: 1 !important;
  }
  #overview-16 .split-background-container .split-bg-color {
    order: 2 !important;
  }
  #overview-16 .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 90%;
  }
  #overview-16 .overview-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  #overview-16 .content-wrapper {
    padding: 1.5rem;
  }
}



#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;
  }
}


