
#content-block-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-6 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#content-block-6 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-6 .section-hero p {
  font-size: 1.2rem;
}
#content-block-6 .content-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}



#text-block-12 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #e8e4d8);
}
#text-block-12 .container {
  max-width: 800px;
}
#text-block-12 .book-page-effect {
  background-color: var(--page-bg-color, #fdfbf5);
  color: var(--text-color, #4a4a4a);
  padding: 50px 60px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 3px 3px 8px rgba(0, 0, 0, 0.1),
    8px 8px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  font-family: "Times New Roman", Times, serif;
}
/* #text-block-12 .book-page-effect::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 40px;
    background: linear-gradient(to right, rgba(0,0,0,0.08), transparent);
    border-radius: 3px 0 0 3px;
    opacity: 0.6;
} */
#text-block-12 .page-section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-color, #4a4a4a);
  opacity: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#text-block-12 .page-heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color, #4a4a4a);
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
#text-block-12 .page-paragraph {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-color, #4a4a4a);
  margin-bottom: 1.5rem;
  text-align: justify;
  text-indent: 1.5em;
}
#text-block-12 .page-paragraph:first-of-type {
  text-indent: 0;
}
#text-block-12 .page-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-12 {
    padding: 60px 0;
  }
  #text-block-12 .book-page-effect {
    padding: 35px 30px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.08);
  }
  #text-block-12 .page-heading {
    font-size: 1.7rem;
  }
  #text-block-12 .page-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


