/* ----------------------------------------
   Blog – Listing & Single
----------------------------------------- */

.hd-blog-archive {
  padding: 80px 0;
}

.hd-blog-header .hd-blog-title {
  font-size: 2.6rem;
  font-weight: 700;
}

.hd-blog-subtitle {
  max-width: 600px;
  margin: 10px auto 0;
  color: #666;
}

.hd-blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

.hd-blog-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.hd-blog-thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.hd-blog-content {
  padding: 20px;
}

.hd-blog-meta {
  font-size: 13px;
  color: #999;
}

.hd-blog-card-title {
  font-size: 1.2rem;
  margin: 10px 0;
}

.hd-blog-card-title a {
  color: #111;
  text-decoration: none;
}

.hd-blog-excerpt {
  font-size: 0.95rem;
  color: #555;
}

.hd-read-more {
  font-weight: 600;
  font-size: 14px;
  color: var(--bs-primary);
}



/* Blog Single */

.hd-blog-hero img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.hd-blog-single {
  padding-bottom: 80px;
}

.hd-blog-single-title {
  font-size: 2.8rem;
  font-weight: 700;
}

.hd-blog-single-meta {
  color: #777;
  margin: 10px 0 30px;
}

.hd-blog-single-content {
  font-size: 1.05rem;
  line-height: 1.8;
}

.hd-author-box {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
}
