
#overview-12 {
  background-color: #fff;
  overflow: hidden;
}
#overview-12 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#overview-12 .section-intro {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-12 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-12 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-12 .content-block {
  margin-bottom: 3rem;
}
#overview-12 .content-block .block-icon-image {
  text-align: center;
}
#overview-12 .content-block .block-icon-image i {
  font-size: 3.5rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#overview-12 .content-block .block-icon-image img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#overview-12 .content-block .block-text h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
#overview-12 .content-block .block-text p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #overview-12 .content-block {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #overview-12 .content-block .block-icon-image {
    margin-bottom: 1.5rem;
  }
  #overview-12 .content-block .block-text h4 {
    font-size: 1.25rem;
  }
  #overview-12 .content-block .row > div {
    order: 0 !important;
  }
  #overview-12 .overview-section-padding {
    padding-top: 3rem;
  }
  #overview-12 .section-intro {
    margin-bottom: 2.5rem;
  }
}



#text-block-5 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f4f8;
}
#text-block-5 .background-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
#text-block-5 .background-element.bg-pos-right {
  left: auto;
  right: 0;
}
#text-block-5 .container {
  position: relative;
  z-index: 2;
}
#text-block-5 .row {
  align-items: center;
  min-height: 500px;
}
#text-block-5 .text-overlap-box {
  background-color: var(--text-box-bg, rgba(255, 255, 255, 0.9));
  padding: 40px 45px;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  color: var(--text-color, #212529);
  backdrop-filter: blur(3px);
}
#text-block-5 .text-overlap-box .text-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
#text-block-5 .text-overlap-box .text-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  opacity: 0.9;
}
#text-block-5 .text-overlap-box .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 2rem;
  }
  #text-block-5 .background-element {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #text-block-5 {
    padding: 60px 0;
  }
  #text-block-5 .row {
    min-height: auto;
  }
  #text-block-5 .background-element {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    border-radius: 0;
    left: 0 !important;
    right: 0 !important;
    clip-path: none !important;
  }
  #text-block-5 .text-overlap-box {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 40px 20px;
    background-color: #ffffff;
    backdrop-filter: none;
  }
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 1.8rem;
  }
}



#content-block-15 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
  background: #f9f9f9;
}
#content-block-15 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
#content-block-15 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-15 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}


