
#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-3 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#related-posts-3 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#related-posts-3 .masonry-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#related-posts-3 .masonry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#related-posts-3 .card-body {
  padding: 15px;
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}


