
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#overview-3 {
  overflow: hidden;
}
#overview-3 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-3 .centered-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#overview-3 .feature-grid-item {
  margin-bottom: 2rem;
  text-align: center;
}
#overview-3 .feature-grid-icon {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  display: inline-block;
}
#overview-3 .feature-grid-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#overview-3 .feature-grid-item p {
  color: #6c757d;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #overview-3 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #overview-3 .feature-grid-item {
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
  #overview-3 .feature-grid-icon {
    font-size: 2rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}



#text-block-10 {
  padding: 100px 0;
  background-color: var(--section-bg-color, #f5f7fa);
  background-image: var(--section-bg-pattern);
  background-repeat: repeat;
  position: relative;
  color: var(--text-color, #2c3e50);
}
#text-block-10 .container {
  max-width: 800px;
  position: relative;
}
#text-block-10 .offset-heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-color, #2c3e50);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--section-bg-color, #f5f7fa);
  z-index: 2;
  top: var(--heading-offset-y, -40px);
  left: -30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#text-block-10 .text-content-area {
  padding-top: 40px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border-radius: 5px;
  backdrop-filter: blur(2px);
}
#text-block-10 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #34495e);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-10 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-10 .offset-heading {
    font-size: 2.5rem;
    left: -20px;
    top: calc(var(--heading-offset-y, -40px) * 0.8);
  }
}
@media (max-width: 767.98px) {
  #text-block-10 {
    padding: 70px 0;
  }
  #text-block-10 .offset-heading {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.1rem;
    top: auto;
    left: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  #text-block-10 .text-content-area {
    padding-top: 0;
    background-color: transparent;
    backdrop-filter: none;
    padding: 0;
  }
  #text-block-10 .text-paragraph {
    font-size: 1rem;
    text-align: left;
  }
}



#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


