
#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-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#related-posts-4 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#related-posts-4 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#related-posts-4 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#related-posts-4 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #related-posts-4 .carousel-item img {
    height: 250px;
  }
}



#call-to-action-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}


