
#single-post-1 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#single-post-1 .post-header {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
#single-post-1 .post-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#single-post-1 .post-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#single-post-1 .post-title {
  font-size: 2rem;
  margin-bottom: 15px;
}
#single-post-1 .post-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 20px;
}
#single-post-1 .post-meta span {
  margin-right: 15px;
}
#single-post-1 .post-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#single-post-1 .post-categories,
#single-post-1 .post-tags {
  margin-top: 30px;
}
#single-post-1 .post-categories a,
#single-post-1 .post-tags a {
  text-decoration: none;
  color: #007bff;
  margin-right: 10px;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #single-post-1 {
    padding: 40px 10px;
  }
  #single-post-1 .post-title {
    font-size: 1.75rem;
  }
}



#related-posts-2 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#related-posts-2 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#related-posts-2 .list-item img {
  width: 150px;
  height: 100%;
  object-fit: cover;
}
#related-posts-2 .content {
  padding: 15px;
  flex: 1;
}
@media (max-width: 576px) {
  #related-posts-2 .list-item {
    flex-direction: column;
  }
  #related-posts-2 .list-item img {
    width: 100%;
    height: auto;
  }
}



#call-to-action-14 {
  padding: 80px 0;
  background-color: #343a40;
  color: #fff;
}
#call-to-action-14 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#call-to-action-14 .col {
  flex: 1;
  padding: 30px;
  text-align: center;
}
#call-to-action-14 .left-col,
#call-to-action-14 .right-col {
  max-width: 30%;
}
#call-to-action-14 .center-col {
  max-width: 35%;
}
#call-to-action-14 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#call-to-action-14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#call-to-action-14 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#call-to-action-14 .left-col .btn,
#call-to-action-14 .right-col .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-14 .left-col .btn:hover,
#call-to-action-14 .right-col .btn:hover {
  background-color: #fff;
  color: #343a40;
}
#call-to-action-14 .center-col .btn {
  background-color: #ffc107;
  color: #343a40;
}
#call-to-action-14 .center-col .btn:hover {
  background-color: #e0a800;
}
@media (max-width: 992px) {
  #call-to-action-14 .left-col,
  #call-to-action-14 .right-col {
    max-width: 45%;
  }
  #call-to-action-14 .center-col {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #call-to-action-14 .col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}


