
#hero-5 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-5 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-5 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #2575fc;
  text-decoration: none;
  border-radius: 4px;
}



#content-block-20 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-20 .quote-wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 2rem;
  border-left: 5px solid var(--cb20-text-color, #0d6efd);
}
#content-block-20 .quote-wrapper.show-large-quotes::before,
#content-block-20 .quote-wrapper.show-large-quotes::after {
  font-family: "Times New Roman", Times, serif;
  font-size: 6rem;
  font-weight: bold;
  color: var(--cb20-large-quote-color, rgba(0, 0, 0, 0.08));
  position: absolute;
  z-index: 1;
  line-height: 1;
}
#content-block-20 .quote-wrapper.show-large-quotes::before {
  content: "\201C";
  top: 0rem;
  left: -1rem;
}
#content-block-20 .quote-wrapper.show-large-quotes::after {
  content: "\201D";
  bottom: -1rem;
  right: -1rem;
}
#content-block-20 .blockquote {
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
#content-block-20 .blockquote p {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--cb20-text-color, #343a40);
  margin-bottom: 0;
}
#content-block-20 .blockquote-footer {
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--cb20-text-color, #343a40);
  opacity: 0.8;
  text-align: right;
  position: relative;
  z-index: 2;
}
#content-block-20 .blockquote-footer::before {
  content: "— ";
}
#content-block-20 .blockquote-footer cite {
  font-style: normal;
}
@media (max-width: 767.98px) {
  #content-block-20 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-20 .blockquote p {
    font-size: 1.25rem;
  }
  #content-block-20 .quote-wrapper.show-large-quotes::before,
  #content-block-20 .quote-wrapper.show-large-quotes::after {
    font-size: 4rem;
  }
  #content-block-20 .quote-wrapper.show-large-quotes::before {
    left: -0.5rem;
  }
  #content-block-20 .quote-wrapper.show-large-quotes::after {
    right: -0.5rem;
    bottom: -0.5rem;
  }
}



#text-block-11 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#text-block-11 .container {
  max-width: 1140px;
}
#text-block-11 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 60px;
}
#text-block-11 .text-columns-row {
}
#text-block-11 .text-column-alternating {
  padding: 35px 30px;
  height: 100%;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
  text-align: center;
}
#text-block-11 .text-column-alternating:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#text-block-11 .column-icon i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--icon-color, #0d6efd);
  display: inline-block;
}
#text-block-11 .column-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#text-block-11 .column-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555e68;
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  #text-block-11 .column-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-11 {
    padding: 60px 0;
  }
  #text-block-11 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-11 .text-column-alternating {
    margin-bottom: 20px;
  }
  #text-block-11 .col:last-child .text-column-alternating {
    margin-bottom: 0;
  }
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}


