
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#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;
  }
}



#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}


