
#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-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#related-posts-10 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts-10 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#related-posts-10 li:last-child {
  border-bottom: none;
}
#related-posts-10 li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
#related-posts-10 .item-content h5 {
  margin: 0 0 5px;
  font-weight: bold;
}
#related-posts-10 .item-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
#related-posts-10 .btn-readmore {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}



#cta-banner-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
#cta-banner-11 .container {
}
#cta-banner-11 .cta-wrapper {
  display: flex;
  align-items: center;
}
#cta-banner-11 .text-content-column {
  padding-right: 2rem;
}
#cta-banner-11 .cta-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-11 .cta-subtitle {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-11 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
}
#cta-banner-11 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#cta-banner-11 .cta-button .btn i {
  margin-left: 0.5rem;
}
#cta-banner-11 .illustration-column img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  #cta-banner-11 .text-content-column {
    padding-right: 1rem;
  }
  #cta-banner-11 .cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #cta-banner-11 .cta-wrapper {
    flex-direction: column;
  }
  #cta-banner-11 .text-content-column {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  #cta-banner-11 .illustration-column {
    text-align: center;
  }
  #cta-banner-11 .illustration-column img {
    max-width: 80%;
  }
}


