
#post-single-6 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#post-single-6 .row {
  display: flex;
  gap: 30px;
}
#post-single-6 .content-main {
  flex: 3;
}
#post-single-6 .sidebar {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  position: sticky;
  top: 20px;
  font-size: 0.9rem;
}
#post-single-6 .sidebar p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #post-single-6 .row {
    flex-direction: column;
  }
  #post-single-6 .sidebar {
    position: static;
  }
}



#related-posts-1 {
  padding: 60px 15px;
  margin: 0 auto;
}
#related-posts-1 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#related-posts-1 .card {
  flex: 1 1 calc(33.333% - 20px);
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#related-posts-1 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#related-posts-1 .card-body {
  padding: 15px;
}
@media (max-width: 992px) {
  #related-posts-1 .card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #related-posts-1 .card {
    flex: 1 1 100%;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}



#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}


