
#faq-14 {
  padding: 60px 0;
}
#faq-14 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-14 .faq-sidebar {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#faq-14 .faq-sidebar .nav-link {
  color: #495057;
  padding: 0.6rem 1rem;
  border-left: 3px solid transparent;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
#faq-14 .faq-sidebar .nav-link:hover {
  color: #0d6efd;
  background-color: #f1f5f9;
  border-left-color: #cfe2ff;
}
#faq-14 .faq-sidebar .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: #e7f1ff;
  border-left-color: #0d6efd;
}
#faq-14 .faq-content-area {
}
#faq-14 .faq-content-item {
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
#faq-14 .faq-content-item h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-14 .faq-content-item p {
  color: #495057;
  line-height: 1.7;
}
#faq-14 .faq-content-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-14 .faq-sidebar {
    position: static;
    height: auto;
    margin-bottom: 2rem;
    overflow-y: visible;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
  }
  #faq-14 .faq-sidebar .nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #faq-14 .faq-sidebar .nav-link {
    border-left: none;
    border-bottom: 3px solid transparent;
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
  #faq-14 .faq-sidebar .nav-link.active {
    border-left-color: transparent;
    border-bottom-color: #0d6efd;
    background-color: transparent;
  }
  #faq-14 .faq-sidebar .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: #cfe2ff;
    background-color: transparent;
  }
}



#text-block-22 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #e9ecef);
}
#text-block-22 .container {
  max-width: 750px;
}
#text-block-22 .speech-bubble-box {
  position: relative;
  background-color: var(--bubble-bg-color, #ffffff);
  color: var(--bubble-text-color, #343a40);
  padding: 35px 40px;
  border-radius: var(--bubble-radius, 15px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#text-block-22 .speech-bubble-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#text-block-22 .speech-bubble-box.position-bottom-left::after {
  border-width: 15px 15px 0 0;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  left: 30px;
}
#text-block-22 .speech-bubble-box.position-bottom-center::after {
  border-width: 15px 10px 0 10px;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#text-block-22 .speech-bubble-box.position-bottom-right::after {
  border-width: 15px 0 0 15px;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  right: 30px;
}
#text-block-22 .speech-bubble-box.position-top-left::after {
  border-width: 0 15px 15px 0;
  border-color: transparent var(--bubble-bg-color, #ffffff) transparent
    transparent;
  top: -15px;
  left: 30px;
}
#text-block-22 .text-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
}
#text-block-22 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  font-style: italic;
}
#text-block-22 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-22 .text-paragraph:first-of-type {
}
@media (max-width: 767.98px) {
  #text-block-22 {
    padding: 60px 0;
  }
  #text-block-22 .speech-bubble-box {
    padding: 30px 25px;
  }
  #text-block-22 .text-heading {
    font-size: 1.6rem;
  }
  #text-block-22 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-22 .speech-bubble-box::after {
  }
  #text-block-22 .speech-bubble-box.position-bottom-left::after,
  #text-block-22 .speech-bubble-box.position-top-left::after {
    left: 20px;
  }
  #text-block-22 .speech-bubble-box.position-bottom-right::after {
    right: 20px;
  }
}


