/* =========================================================================
   BLOG MODULE — listing (blog.php) + article (blog-details.php)
   Reuses the home blog-card look (css/home.css). All rules here are scoped
   to .blog-cards / .blog-list / .blog-hero / .post / .related-blogs so no
   other page is affected.
   ========================================================================= */

/* ---- listing grid cards (3-per-row via Bootstrap columns) --------------- */
.blog-cards .blog { display: flex; flex-direction: column; height: 100%; }

.blog-cards .blog__title { font-size: clamp(1.2rem, 1.7vw, 1.5rem); }
.blog-cards .blog__title a {     font-family: var(--body);
    font-size: var(--blog-title-heading-h3);
    margin: 0 0 .6rem;
    letter-spacing: 0.03em; }
.blog-cards .blog:hover .blog__title a { color: var(--gold-d); }
.blog-cards .blog__meta { gap: 1rem; flex-wrap: wrap; }

.blog-cards .blog .blog__meta .icon-hold-blog figure { max-width: 55px; }
.blog-cards .blog p {
    font-size: var(--home-blog-pra-dec);
    line-height: 1.5;
    padding-top: 0.6rem;
}


.btn-pill { border-radius: 999px; }
.blog-border-bottom .divider-home {
    width: 142px;
    height: 2px;
    background-color: var(--gold);
    margin: 1.4rem auto;
    margin-top: 0.2rem;
}
/* ---- hero breadcrumb ---------------------------------------------------- */
.blog-hero .crumbs { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }
.blog-hero .crumbs .sep { opacity: .55; }
.blog-hero .crumbs .cur { color: #fff; }

/* ---- pagination --------------------------------------------------------- */
.blog-pagination { margin-top: clamp(2.5rem, 6vw, 4rem); }
.blog-pagination .pagination { margin: 0; gap: .4rem; flex-wrap: wrap; }
.blog-pagination .page-link {
  color: var(--ink); background: transparent; border: 1px solid var(--line);
  min-width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border-radius: 6px; font-family: var(--body); font-size: 1rem;
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.blog-pagination .page-link:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-2px); }
.blog-pagination .page-item.active .page-link { background: var(--gold-d); color: #fff; border-color: var(--gold-d); }
.blog-pagination .page-item.disabled .page-link { opacity: .4; pointer-events: none; }
.blog-pagination .page-link:focus { box-shadow: none; }

/* =========================================================================
   ARTICLE (blog-details.php)
   ========================================================================= */
.post__head { max-width: 840px; margin: 0 auto; }
.post .crumbs {
  display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; justify-content: center;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; color: var(--ink-soft);
}
.post .crumbs a { color: var(--gold-d); }
.post .crumbs a:hover { color: var(--navy); }
.post .crumbs .sep { opacity: .5; }
.post .crumbs .cur { color: var(--ink-soft); max-width: 46ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.post__cat {
  display: inline-block; margin-top: 1.4rem;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem;
  color: #fff; background: var(--gold-d); padding: .4rem 1rem; border-radius: 50px;
}
.post__title {
  font-family: var(--display); color: var(--navy);
  font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: .03em; line-height: 1.12; margin: 1rem 0 .7rem;
}
.post__meta { display: flex; gap: .9rem; align-items: center; justify-content: center; color: var(--ink-soft); font-size: 1rem; }
.post__meta i { color: var(--gold-d); margin-right: .3rem; }
.post__meta .dot { opacity: .5; }

.post__hero {
  max-width: 1040px; margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  overflow: hidden; border-radius: 6px; box-shadow: 0 40px 80px -42px rgba(0,0,0,.45);
}
.post__hero img { display: block; }

.post__body { max-width: 760px; padding-top: clamp(2rem, 5vw, 3.4rem); }
.post__body .article__lead { font-size: 1.35rem; line-height: 1.7; color: var(--ink); margin-bottom: 1.6rem; }
.post__body p { color: var(--ink-soft); font-size: 1.12rem; line-height: 1.9; margin: 0 0 1.3rem; }
.post__body h2 { font-family: var(--display); color: var(--navy); font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: .03em; margin: 2.3rem 0 1rem; }
.post__body h3 { font-family: var(--body); font-weight: 700; color: var(--gold-d); font-size: clamp(1.2rem, 2.2vw, 1.5rem); margin: 1.8rem 0 .8rem; }
.post__body ul { margin: 0 0 1.4rem; padding-left: 0; list-style: none; }
.post__body ul li { position: relative; padding-left: 1.6rem; margin-bottom: .6rem; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.7; }
.post__body ul li::before { content: ""; position: absolute; left: 2px; top: .6em; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.post__body .article__figure { margin: 2.2rem 0; }
.post__body .article__figure img { border-radius: 6px; width: 100%; }
.post__body .article__figure figcaption { text-align: center; font-family: var(--script); font-style: italic; color: var(--ink-soft); font-size: 1.02rem; margin-top: .7rem; }
.post__body .article__quote {
  border-left: 3px solid var(--gold); background: rgba(176,145,91,.07);
  margin: 2.2rem 0; padding: 1.3rem 1.6rem;
  font-family: var(--script); font-style: italic; font-size: 1.4rem; line-height: 1.5; color: var(--navy);
}

.post__share { display: flex; align-items: center; gap: 1rem; border-top: 1px solid var(--line); margin-top: 2.6rem; padding-top: 1.5rem; }
.post__share span { font-family: var(--display); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--ink-soft); }
.post__share a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--navy); transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease); }
.post__share a:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-3px); }
.post__back { margin-top: 2rem; }


/*----------new---------css-----------------*/
.blog-cards{
	padding-top:1.5rem;
}

.blog .blog__meta .icon-hold-blog {
    display: flex;
    gap: 2px;
    align-items: center;
    color: #383838;
    font-size: var(--home-comon-pra-bg-fs);
}

.blog-cards{
		--bs-gutter-x:clamp(1.5rem, 6.7vw, 7.5rem) !important;
	}




@media (min-width: 1180px) and (max-width: 1620px) {
  .testi-grid, .blog-grid{
    gap: clamp(1.5rem, 6.7vw, 4.5rem) !important;
  }

}





@media (min-width: 1420px) and (max-width: 1620px) {
  .featured-head .lbl, .testi-head .t, .blogs-head .t {
    font-size: clamp(2.0.875rem, 2vw, 2.2rem);
  }
}


@media (min-width: 1620px) and (max-width: 1900px) {
  .featured-head .lbl, .testi-head .t, .blogs-head .t {
    font-size: clamp(2.1875rem, 2vw, 2.4rem);
  }
}

@media(min-width:767px){
.blog-cards{
		--bs-gutter-x:clamp(2rem, 4.5vw, 2.5rem);
	}
}