
#post-single-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#post-single-9 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#post-single-9 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}



#related-posts-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#related-posts-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts-5 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#related-posts-5 li:last-child {
  border-bottom: none;
}
#related-posts-5 li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
#related-posts-5 .item-content h5 {
  margin: 0 0 5px;
}
#related-posts-5 .item-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
#related-posts-5 .btn-readmore {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}



#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;
}


