
#cta-banner-5 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-5 .container {
  max-width: 850px;
}
#cta-banner-5 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-5 .cta-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-5 .social-proof-wrapper {
  margin-bottom: 2.5rem;
}
#cta-banner-5 .proof-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
#cta-banner-5 .proof-logo-item img {
  max-height: 35px;
  max-width: 120px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
}
#cta-banner-5 .proof-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-banner-5 .rating-stars {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
#cta-banner-5 .rating-stars .fa-regular {
  color: #e0e0e0;
}
#cta-banner-5 .rating-value {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#cta-banner-5 .rating-source {
  font-size: 0.9rem;
  color: #6c757d;
}
#cta-banner-5 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-5 {
    padding: 4rem 1rem;
  }
  #cta-banner-5 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-5 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-5 .social-proof-wrapper {
    margin-bottom: 2rem;
  }
  #cta-banner-5 .proof-logos {
    gap: 1rem 1.5rem;
  }
  #cta-banner-5 .proof-logo-item img {
    max-height: 30px;
  }
  #cta-banner-5 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#text-block-26 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-26 .container {
  max-width: 900px;
}
#text-block-26 .aligned-heading-wrapper {
  margin-bottom: 30px;
}
#text-block-26 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 15px;
  display: block;
}
#text-block-26 .divider-aligned {
  height: 3px;
  width: 120px;
  background-color: var(--divider-color, #6c757d);
}
#text-block-26 .divider-aligned.divider-start {
  margin-right: auto;
  margin-left: 0;
}
#text-block-26 .divider-aligned.divider-end {
  margin-left: auto;
  margin-right: 0;
}
#text-block-26 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-26 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-26 {
    padding: 60px 0;
  }
  #text-block-26 .aligned-heading-wrapper {
    text-align: center !important;
    margin-bottom: 30px;
  }
  #text-block-26 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-26 .divider-aligned {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100px;
  }
  #text-block-26 .text-paragraph {
    font-size: 1rem;
  }
}



#content-block-8 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-8 .row {
  display: flex;
  gap: 30px;
}
#content-block-8 .column {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#content-block-8 .column h3 {
  margin-top: 0;
  color: #007bff;
}
#content-block-8 .column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #content-block-8 .row {
    flex-direction: column;
  }
}



#overview-8 {
  background-color: #fff;
  overflow: hidden;
}
#overview-8 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-8 .content-column .section-heading {
  margin-bottom: 0.5rem;
}
#overview-8 .content-column .section-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 2rem;
}
#overview-8 .content-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#overview-8 .content-column p:last-of-type {
  margin-bottom: 0;
}
#overview-8 .image-column .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#overview-8 .image-column .image-caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  display: block;
}
#overview-8 .content-column .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  #overview-8 .image-column {
    margin-top: 2.5rem;
  }
  #overview-8 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#timeline-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-10 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-10 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-10 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-10 .milestone-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
#timeline-10 .milestone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#timeline-10 .card-header {
  padding: 1rem 1.25rem;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-10 .header-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
}
#timeline-10 .header-date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.2;
}
#timeline-10 .header-image {
  text-align: center;
  padding: 1rem 0 0 0;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
}
#timeline-10 .header-image img {
  max-height: 100px;
  width: auto;
  max-width: 80%;
  margin-bottom: -1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#timeline-10 .card-body {
  padding: 1.25rem;
  flex-grow: 1;
}
#timeline-10 .milestone-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#timeline-10 .milestone-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-10 .section-title {
    font-size: 2.1rem;
  }
  #timeline-10 .card-header {
    padding: 0.8rem 1rem;
  }
  #timeline-10 .header-date {
    font-size: 1rem;
  }
  #timeline-10 .card-body {
    padding: 1rem;
  }
  #timeline-10 .milestone-title {
    font-size: 1rem;
  }
}


