
#faq-28 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-28 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-28 .top-questions-row {
  margin-bottom: 4rem;
}
#faq-28 .top-question-card {
  background-color: #e7f1ff;
  border: none;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-28 .top-question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.1);
}
#faq-28 .top-question-card .top-question-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #0a58ca;
  margin-bottom: 0.8rem;
}
#faq-28 .top-question-card .top-question-answer {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#faq-28 .other-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-28 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-28 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-28 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-28 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-28 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-28 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-28 .accordion-body p:last-child {
  margin-bottom: 0;
}



#text-block-28 {
  padding: 100px 0;
  background-color: var(--section-bg-color, #f1f3f5);
  color: var(--text-color, #0a2540);
}
#text-block-28 .container {
  max-width: 800px;
}
#text-block-28 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color, #0a2540);
  opacity: 0.6;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#text-block-28 .large-quote-wrapper {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#text-block-28 .quote-mark {
  font-size: 8rem;
  font-family: Georgia, serif;
  color: var(--quote-mark-color, rgba(13, 110, 253, 0.1));
  line-height: 0.5;
  position: absolute;
  z-index: 1;
  user-select: none;
}
#text-block-28 .quote-mark.open {
  top: 0;
  left: -10px;
}
#text-block-28 .quote-mark.close {
  bottom: 10px;
  right: -10px;
  line-height: 1;
}
#text-block-28 .quote-main-text {
  font-size: 2.2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-28 .quote-source {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: inherit;
  opacity: 0.8;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#text-block-28 .quote-source::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--quote-mark-color, rgba(13, 110, 253, 0.1));
  margin: 15px auto;
}
@media (max-width: 767.98px) {
  #text-block-28 {
    padding: 70px 0;
  }
  #text-block-28 .quote-mark {
    font-size: 6rem;
  }
  #text-block-28 .quote-mark.open {
    left: -5px;
  }
  #text-block-28 .quote-mark.close {
    right: -5px;
    bottom: 5px;
  }
  #text-block-28 .quote-main-text {
    font-size: 1.8rem;
  }
  #text-block-28 .quote-source {
    font-size: 1rem;
  }
}


