/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.post--vertical-card .post__thumb,.related-posts .post--vertical-normal .post__thumb,
.post--vertical-rectangle .post__thumb {
        height: 130px !important;border-radius: 4px !important;
    }
.atbs-line-limit.atbs-line-limit-3,  h3.atbs-line-limit.atbs-line-limit-3>a  {font-weight:600!important; -webkit-line-clamp: 2 !important;}
.post--vertical-card .post__text {    box-shadow: 0 20px 20px -29px rgba(0, 0, 0, .1)!important;}
.inverse-text .entry-title,.inverse-text .entry-meta a:not(.post__cat),.category-item .inverse-text .category__meta, 
.inverse-text .category__excerpt, .inverse-text .entry-author .entry-author__name span, .inverse-text .entry-excerpt, 
.inverse-text .entry-meta, .inverse-text .entry-meta .time span, .inverse-text .entry-meta a:not(.post__cat), 
.inverse-text .entry-meta span, .inverse-text .entry-teaser, .inverse-text .meta-text, .inverse-text .post-author .post-author__name span, 
.inverse-text .post__excerpt, .inverse-text .post__meta, .inverse-text .post__meta a:not(.post__cat), .inverse-text a.meta-text, 
.overlay-content .entry-excerpt {  color: #222 !important;}
.body_dnd_blog_listing-row-6-padding,
.body_dnd_blog_listing-row-7-padding, #hs_cos_wrapper_module_17295372618394 .block-heading__subtitle {display:none !important}
.single-1 .single-entry-thumb { margin-top: 50px !important; margin: 0;}
.author-box__wrapper, .comments-count,.inverse-text .entry-meta span {display: none !important;}
.posts-list .post__title {font-weight:500!important;font-size: 17px!important;line-height: 1.3!important;}
.atbs-pagination {margin-bottom: 65px !important}

.entry-author a.entry-author__name,.entry-date {    font-size: 14px!important;letter-spacing: 0!important;}
 .mega-dropdown-menu .nav-icon {box-shadow:none !important}
.block-heading__title.atbs-exclude {text-transform: capitalize!important}
.site-content {padding-top: 0px!important;padding-bottom: 120px;}
.single-1 .single-header__inner {padding-top: 60px !important;}
.atbs-home-design .site-content {padding-top: 0px !important;}
.single-footer.entry-footer {display: none!important;}
.tp-blog-item h3 {  font-size: 18px !important;}
.site-content .atbs-block .atbs-pagination {padding-bottom:50px !important}
.fs-12 {font-size:12px !important}
.single-header {text-align:center;}
.single-header .entry-cat-wrap{justify-content: center;}
.single-header .entry-meta {justify-content: center;display: flex}
b, strong { font-weight: 600 !important;}


.single-1 .single-header__inner {
    padding-top: 30px;
    position: relative;
}

.inverse-text .entry-title,.inverse-text .entry-meta a {    color: #030303 !important;}
.post--vertical-card .post__thumb {  border-radius: 0 !important; height: 180px !important;}
.post--vertical-card .post__text {box-shadow: 0 15px 15px -35px rgba(0, 0, 0, .1) !important;}
.atbs-line-limit.atbs-line-limit-3 {font-weight:500 !important}
.comment-content, .hs_cos_wrapper_type_rich_text, .typography-copy {
    font-size: 1rem !important;
}

/* .atbs-disable-search .tp-hero-area {display:none} */
.site-header, .site-header.site-header-default,.site-footer.site-footer-default,
.single-1 .single-header__inner:before {display:none !important}

.inverse-text .entry-meta * {color:#030303 !important}
.inverse-text .entry-title {font-size: 42px !important; font-weight: 600 !important; line-height: 1.4;}
.single-body ul li p, p span { font-family: Inter, sans-serif; margin-bottom: 0 !important;  font-size: 14px !important;}
.single-body ul li { font-size: 14px !important;}
p {margin-bottom: 1em !important;}
.single-body ul li { margin-bottom: 0 !important;}
.single-body.entry-content h2 {font-size: 18px !important;font-weight: 600 !important;}
#hs_cos_wrapper_body_dnd_article_sidebar-module-2 .section-module-10 {display: none;}

#navCommon.scrolled {
    box-shadow: none !important;
}
.single-header {margin-top: 66px !important;}
a.entry-cat {
    background-color: var(--primary-light)!important;
    border-radius: 50px!important; color: var(--primary) !important;
    font-size: 11px !important;
}
.post--vertical-normal .post__cat.post__cat-bg { color: var(--primary) !important;}
.block-heading__hint {font-size: 12px !important;}
.related-posts .block-heading__title {font-size: 32px!important; font-weight: 600!important;}
.post.post--vertical.post--vertical-normal {border: 1px solid var(--line) !important;padding: 10px;}
a.post__cat.post__cat-bg {font-size: 9px !important;}
.post__meta.post__meta-normal.flex-box .time {font-size: 11px !important;}

@media (max-width: 1860px) {
    .related-posts .posts-list>* {
        padding: 10px !important;
    }
}

/* post list card   */

.posts-list .post.post--vertical.post--vertical-card {
   background: var(--paper)!important;
    border: 1px solid var(--line)!important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}
.posts-list .post.post--vertical.post--vertical-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 36px rgba(74, 36, 232, .1);
}
.post--vertical-card .post__text {
    background-color: inherit;
    border: none  !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 14px 10px!important;
    position: relative !important;
    width: inherit !important;
    z-index: 2;
}

.post--vertical-card .post__thumb { z-index: 2 !important;}
.post--vertical-card .post__cat {margin-bottom: 5px;font-size: 9px !important; margin: 6px 0 14px !important;font-weight: 500 !important; padding: 4px 10px !important; border-radius: 50px !important;background: #ebebfd !important;  color: var(--primary) !important;}
.post.post--vertical.post--vertical-card:hover .post__thumb { transform: scale(1.04);}
.post.post--vertical.post--vertical-card:hover .post__title a, .post.post--vertical.post--vertical-normal:hover .post__title a{color: var(--primary) !important;}
.post.post--vertical.post--vertical-normal:hover .post__thumb .box-background-image { transform: scale(1.2);}

@media (max-width: 1366px) {
    .section-module-15 .posts-list>* {
        padding: 16px !important;
    }
 
}
  

 .posts-list.flex-box.box-item-3i.box-space-80 .list-item {
    padding: 10px !important;
}
  
#mainNav .nav-link,footer a {font-size: inherit !important;}  
.btn {padding: 10px 14px !important;border-radius: 9px !important;font-size: inherit !important;}
footer h6 {font-size: 12px !important;}

.hs-pagination {
    margin-top: 65px !important;
}


/* =========================================
   Entries Ignite V3 Blog Cards
========================================= */

:root {
  --ignite-green: #153d2f;
  --ignite-green-dark: #0f3025;
  --ignite-green-muted: #607066;
  --ignite-paper: #fbfcf8;
  --ignite-sage: #e8ede2;
  --ignite-sage-hover: #dce5d6;
  --ignite-line: #d9ded7;
  --ignite-orange: #c98a32;
  --ignite-orange-dark: #ad7222;
  
    --cream: #F6F7F2;
  --cream-dim: #ECEFE6;
  --paper: #FCFDFA;
  --ink: #122718;
  --forest: #163A2A;
  --forest-2: #1F4E38;
  --forest-deep: #131C18;
  --gold: #BE8A3D;
  --gold-light: #E3D2A8;
  --gold-dim: #F0E4C8;
  --sage: #E4EADD;
  --line: rgba(18, 39, 27, 0.14);
  --line-strong: rgba(18, 39, 27, 0.24);
  --muted: #5C6B5F;
  --muted-2: #8A9184;
  --success: #2E8B57;
  --amber: #9C6A1E;
  --orange: #f18917;
  --shadow: 0 1px 2px rgba(13, 26, 19, 0.04), 0 12px 32px -16px rgba(13, 26, 19, 0.18);
}

/* Listing container */
.atbs-archive-page {
  width: 100%;
  max-width: 1824px;
  margin-inline: auto;
}

/* Grid */
.posts-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .3rem;
}

.posts-list .list-item {
  width: 100% !important;
  min-width: 0;
}

/* Card */
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--ignite-paper);
  border: 1px solid var(--ignite-line);
  border-radius: 18px;
  box-shadow:
    0 2px 4px rgba(21, 61, 47, 0.02),
    0 10px 25px rgba(21, 61, 47, 0.035);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-7px);
  border-color: rgba(21, 61, 47, 0.3);
  box-shadow:
    0 22px 45px rgba(21, 61, 47, 0.11),
    0 6px 14px rgba(21, 61, 47, 0.05);
}

/* Complete card clickable through title link */
.blog-card-main-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

/* Image */
.blog-card-img-wrap {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.blog-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.55s ease,
    filter 0.35s ease;
  padding: 8px;
    border-radius: 18px;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.01);
  filter: saturate(1.01);
}

.blog-card-img-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 70%,
    rgba(15, 48, 37, 0.04) 100%
  );
}

/* Content */
.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.65rem 1.75rem 1.85rem;
}

.post-meta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

/* Category */
.tag-badge {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.4rem 1rem;
  color: var(--ignite-green);
  background: var(--ignite-sage);
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.tag-badge:hover {
  color: #fff;
  background: var(--ignite-green);
  transform: translateY(-1px);
}

/* Date */
.post-date {
  color: var(--ignite-green-muted);
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}

/* Title */
.blog-card-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.12rem, 1.35vw, 1.4rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.blog-card-title a {
  color: var(--ignite-green);
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-card:hover .blog-card-title a {
  color: var(--ignite-orange-dark);
}

/* Orange accent line on hover */
.blog-card::after {
  position: absolute;
  right: 1.75rem;
  bottom: 0;
  left: 1.75rem;
  height: 3px;
  content: "";
  background: var(--ignite-orange);
  border-radius: 5px 5px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.blog-card:hover::after {
  transform: scaleX(1);
}

/* Keyboard accessibility */
.blog-card:focus-within {
  border-color: var(--ignite-orange);
  box-shadow: 0 0 0 4px rgba(201, 138, 50, 0.14);
}

.blog-card-main-link:focus {
  outline: none;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .3rem;
  }
}

@media (max-width: 767.98px) {
  .atbs-archive-page {
    padding-inline: 1rem;
  }

  .posts-list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
 .inverse-text .entry-title {font-size:32px !important; line-height:1.2;}
  .blog-card-body {
    padding: 1.35rem;
  }
}

/* =========================================
   Entries Ignite V3 Pagination
========================================= */

.atbs-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 4rem;
  padding: 0;
}

.atbs-pagination__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--ignite-green-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.atbs-pagination__item:hover {
  color: var(--ignite-green);
  background: var(--ignite-sage);
  border-color: var(--ignite-sage-hover);
  transform: translateY(-2px);
}

/* Active page */
.atbs-pagination-active__item,
.atbs-pagination-active__item:hover {
  color: #fff !important;
  background: var(--ignite-green);
  border-color: var(--ignite-green);
  box-shadow: 0 8px 18px rgba(21, 61, 47, 0.22);
  transform: none;
  pointer-events: none;
}

/* Previous and next */
.atbs-pagination__item-prev,
.atbs-pagination__item-next {
  color: var(--ignite-green);
  background: var(--ignite-paper);
  border-color: var(--ignite-line);
}

.atbs-pagination__item-prev:hover,
.atbs-pagination__item-next:hover {
  color: #fff;
  background: var(--ignite-orange);
  border-color: var(--ignite-orange);
}

/* First and last */
.atbs-pagination__item:first-child,
.atbs-pagination__item:last-child {
  color: var(--ignite-green);
}

@media (max-width: 575.98px) {
  .atbs-pagination {
    gap: 0.15rem;
    margin-top: 2.75rem;
  }

  .atbs-pagination__item {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

/* Blog post title — maximum 2 lines */
.posts-list .blog-card-title,
.posts-list .blog-card-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.posts-list .blog-card-title {
  min-height: calc(1.42em * 2);
  max-height: calc(1.42em * 2);
  margin: 0;
  font-size: clamp(1.12rem, 1.35vw, 1.4rem);
  line-height: 1.42;
}

/* Keep card content heights consistent */
.posts-list .blog-card-body {
  min-height: inherit;
}

@media (max-width: 767.98px) {
  .posts-list .blog-card-body {
    min-height: auto;
  }
}

.posts-list .header-line-limit-2,
.posts-list .header-line-limit-2 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.posts-list .header-line-limit-2 {
  min-height: calc(1.42em * 2);
  max-height: calc(1.42em * 2);
}
.single .entry-cat {
    display: block;
    background: rgba(199, 154, 75, .12)  !important;
    color: var(--gold) !important;
    border: 1px solid rgba(199, 154, 75, .5)  !important;
}

.inverse-text .entry-meta__inner>:not(:last-child):before {background: #153d2f; !important;}