
#overview-5 {
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}
#overview-5 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-5 .content-column {
  padding-right: 2rem;
}
#overview-5 .features-column {
  position: relative;
  padding-left: 2rem;
  background-color: var(--features-bg-color, #f8f9fa);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#overview-5 .features-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 80px;
  background-color: inherit;
  transform: skewX(-10deg);
  z-index: 1;
}
#overview-5 .feature-card {
  background-color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
}
#overview-5 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#overview-5 .feature-card-icon {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  display: inline-block;
}
#overview-5 .feature-card h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#overview-5 .feature-card p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}
#overview-5 .section-heading {
  margin-bottom: 1rem;
}
#overview-5 .lead {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #overview-5 .features-column::before {
    display: none;
  }
  #overview-5 .content-column,
  #overview-5 .features-column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #overview-5 .features-column {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  #overview-5 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#text-block-28 {
  padding: 100px 0;
  background-color: var(--section-bg-color, #f1f3f5);
  color: var(--text-color, #0a2540);
}
#text-block-28 .container {
  max-width: 800px;
}
#text-block-28 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color, #0a2540);
  opacity: 0.6;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#text-block-28 .large-quote-wrapper {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#text-block-28 .quote-mark {
  font-size: 8rem;
  font-family: Georgia, serif;
  color: var(--quote-mark-color, rgba(13, 110, 253, 0.1));
  line-height: 0.5;
  position: absolute;
  z-index: 1;
  user-select: none;
}
#text-block-28 .quote-mark.open {
  top: 0;
  left: -10px;
}
#text-block-28 .quote-mark.close {
  bottom: 10px;
  right: -10px;
  line-height: 1;
}
#text-block-28 .quote-main-text {
  font-size: 2.2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-28 .quote-source {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: inherit;
  opacity: 0.8;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#text-block-28 .quote-source::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--quote-mark-color, rgba(13, 110, 253, 0.1));
  margin: 15px auto;
}
@media (max-width: 767.98px) {
  #text-block-28 {
    padding: 70px 0;
  }
  #text-block-28 .quote-mark {
    font-size: 6rem;
  }
  #text-block-28 .quote-mark.open {
    left: -5px;
  }
  #text-block-28 .quote-mark.close {
    right: -5px;
    bottom: 5px;
  }
  #text-block-28 .quote-main-text {
    font-size: 1.8rem;
  }
  #text-block-28 .quote-source {
    font-size: 1rem;
  }
}



#content-block-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#content-block-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}


