
#post-single-7 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#post-single-7 .row {
  display: flex;
  gap: 30px;
}
#post-single-7 .image-column {
  flex: 1;
}
#post-single-7 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#post-single-7 .content-column {
  flex: 2;
}
#post-single-7 .content-column h1 {
  margin-bottom: 15px;
}
#post-single-7 .post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #post-single-7 .row {
    flex-direction: column;
  }
}



#related-posts-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#related-posts-9 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#related-posts-9 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#related-posts-9 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#related-posts-9 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
@media (max-width: 768px) {
  #related-posts-9 .carousel-item img {
    height: 250px;
  }
}



#cta-banner-6 {
  padding: 1.5rem 1rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  background-color: #6c757d;
  color: #ffffff;
}
#cta-banner-6 .container {
}
#cta-banner-6 .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#cta-banner-6 .cta-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
  padding-right: 0;
}
#cta-banner-6 .cta-button {
  flex-shrink: 0;
  text-align: center;
}
#cta-banner-6 .cta-button .btn {
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-6 .cta-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #cta-banner-6 .cta-text {
    text-align: left;
    padding-right: 1.5rem;
  }
  #cta-banner-6 .cta-button {
    text-align: right;
  }
}


