
#overview-10 {
  overflow: hidden;
  background-color: var(--section-bg-color, #0a183d);
  color: var(--section-text-color, #ffffff);
  position: relative;
}
#overview-10 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
#overview-10 .section-heading {
  color: inherit;
  margin-bottom: 1rem;
}
#overview-10 .lead {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}
#overview-10 .stat-item {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
#overview-10 .stat-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--bs-primary);
  display: block;
}
#overview-10 .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-10 .stat-label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: inherit;
}
#overview-10 .stat-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #overview-10 .stat-item {
    margin-bottom: 0;
  }
}



#cta-banner-14 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  color: #212529;
}
#cta-banner-14 .container {
  max-width: 800px;
}
#cta-banner-14 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
#cta-banner-14 .customer-quote-wrapper {
  margin-bottom: 2.5rem;
  border-left: 4px solid var(--bs-primary);
  padding-left: 1.5rem;
  text-align: left;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-14 .customer-quote-text {
  font-style: italic;
  font-size: 1.15rem;
  color: #495057;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
#cta-banner-14 .customer-quote-author {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
}
#cta-banner-14 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-14 {
    padding: 4rem 1rem;
  }
  #cta-banner-14 .cta-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-14 .customer-quote-wrapper {
    padding-left: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: none;
    text-align: center;
    border-left: none;
    border-top: 3px solid var(--bs-primary);
    padding-top: 1rem;
  }
  #cta-banner-14 .customer-quote-text {
    font-size: 1.05rem;
  }
  #cta-banner-14 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


