
#post-single-2 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#post-single-2 .row {
  display: flex;
  gap: 30px;
}
#post-single-2 .content-main {
  flex: 3;
}
#post-single-2 .sidebar-meta {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9rem;
}
#post-single-2 .sidebar-meta p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #post-single-2 .row {
    flex-direction: column;
  }
}



#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;
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


