
#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;
  }
}



#content-block-28 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  color: var(--cb28-text-color, #343a40);
  text-align: center;
  z-index: 1;
}
#content-block-28.bg-image-mode {
  background-size: cover;
  background-position: center center;
}
#content-block-28.bg-image-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cb28-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
#content-block-28 .cta-content-wrapper {
  position: relative;
  z-index: 2;
}
#content-block-28 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#content-block-28 .cta-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: inherit;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#content-block-28 .cta-buttons .btn {
  margin: 0.5rem 0.5rem;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  min-width: 150px;
}
#content-block-28 .cta-buttons .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #content-block-28 {
    padding: 4rem 0;
  }
  #content-block-28 .cta-title {
    font-size: 2rem;
  }
  #content-block-28 .cta-text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #content-block-28 .cta-buttons .btn {
    display: block;
    width: 80%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}



#text-block-27 {
  color: var(--text-color, #343a40);
}
#text-block-27 .text-segment {
  padding: 60px 0;
  transition: background-color 0.3s ease;
}
/* #text-block-27 .text-segment:not(:first-child) {
    border-top: 1px solid #e9ecef;
} */
#text-block-27 .container {
  max-width: 900px;
}
#text-block-27 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
  padding-top: 80px;
  background-color: var(--segment-bg-color-1, #ffffff);
}
#text-block-27 .segment-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-27 .segment-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-27 .segment-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-27 .text-segment {
    padding: 50px 0;
  }
  #text-block-27 .section-title-main {
    font-size: 2rem;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  #text-block-27 .segment-heading {
    font-size: 1.6rem;
  }
  #text-block-27 .segment-paragraph {
    font-size: 1rem;
  }
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}


