
#content-block-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-19 .main-content h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
#content-block-19 .main-content h4 {
  font-weight: 600;
  color: #495057;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}
#content-block-19 .main-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-19 .main-content ul,
#content-block-19 .main-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #555;
}
#content-block-19 .main-content ul li,
#content-block-19 .main-content ol li {
  margin-bottom: 0.5rem;
}
#content-block-19 .sidebar {
}
#content-block-19 .sidebar .widget {
  margin-bottom: 2rem;
}
#content-block-19 .sidebar .widget:last-child {
  margin-bottom: 0;
}
#content-block-19 .widget-heading h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
#content-block-19 .widget-text p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul li {
  margin-bottom: 0.5rem;
}
#content-block-19 .widget-links ul li a {
  text-decoration: none;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
#content-block-19 .widget-links ul li a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#content-block-19 .widget-links ul li a i {
  margin-right: 0.4rem;
  font-size: 0.8em;
}
#content-block-19 .widget-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
#content-block-19 .widget-image .caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
#content-block-19 .widget-cta {
  background-color: #e9ecef;
  padding: 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
}
#content-block-19 .widget-cta p {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
}
#content-block-19 .widget-cta .btn {
}
@media (max-width: 991.98px) {
  #content-block-19 .sidebar {
    margin-top: 3rem;
  }
}



#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-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}


