/* article.blog {
  min-height: 200px;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

article.blog figure {
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  article.blog figure {
    height: 250px;
  }
}

@media (max-width: 767px) {
  article.blog figure {
    height: 200px;
  }
}

article.blog figure .preview {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}

article.blog figure .preview span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 0.75rem;
  padding: 5px 10px;
}

article.blog figure:hover .preview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

article.blog figure img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

article.blog figure img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 991px) {
  article.blog figure img {
    height: inherit;
    max-width: 100%;
  }
}

article.blog .post_info {
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

article.blog .post_info small {
  font-weight: 500;
  color: #999;
}

article.blog .post_info h3 {
  font-size: 1.125rem;
}

article.blog .post_info h3 a {
  color: #333;
}

article.blog .post_info h3 a:hover {
  color: #fc5b62;
}

article.blog .post_info ul {
  margin: 0 -30px 0 -30px;
  padding: 10px 15px 0 15px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #ededed;
}

article.blog .post_info ul li {
  display: inline-block;
  position: relative;
  padding: 12px 0 0 55px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #999;
}

article.blog .post_info ul li .thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

article.blog .post_info ul li .thumb img {
  width: 40px;
  height: auto;
}

article.blog .post_info ul li:last-child {
  float: right;
  padding-left: 0;
}

@media (max-width: 991px) {
  article.blog .post_info ul {
    position: static;
    width: auto;
  }
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.alignleft img {
  width: auto;
  height: 80px;
}

.comments-list {
  padding: 0;
  list-style: none;
}

.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.comments-list h3 a {
  color: #333;
}

.comments-list h3 a:hover {
  color: #fc5b62;
}

.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.comments-list li:last-child {
  margin-bottom: 0;
}

.comments-list small {
  color: #999999;
}

.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.widget ul.cats {
  list-style: none;
  padding: 0;
}

.widget ul.cats li {
  padding: 0 0 5px 2px;
  position: relative;
}

.widget ul.cats a {
  color: #333;
}

.widget ul.cats a:hover {
  color: #fc5b62;
}

.widget ul.cats a span {
  position: absolute;
  right: 0;
}

.tags a {
  background-color: #fff;
  padding: 3px 10px;
  font-size: 13px;
  margin: 0 0 4px;
  letter-spacing: 0.4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}

.tags a:hover {
  background-color: #fc5b62;
  color: #fff;
}

.singlepost {
  background-color: #fff;
  padding: 30px 30px 5px 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.singlepost h1 {
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .singlepost h1 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.singlepost p {
  line-height: 1.8;
}

.postmeta {
  padding-bottom: 10px;
}

.postmeta ul {
  margin-bottom: 10px;
}

.postmeta ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.postmeta ul li a {
  color: #999;
}

.postmeta ul li a:hover {
  color: #fc5b62;
}

.dropcaps p:first-child::first-letter {
  color: #fff;
  background-color: #0054a6;
  float: left;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  margin: 10px 15px 0 0 !important;
  padding: 12px;
}

#comments {
  padding: 10px 0 0px 0;
  margin-bottom: 30px;
}

#comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#comments ul li {
  padding: 25px 0 0 0;
  list-style: none;
}

#comments .replied-to {
  margin-left: 35px;
}

@media (max-width: 767px) {
  #comments .replied-to {
    margin-left: 20px;
  }
}

.avatar {
  float: left;
  margin-right: 25px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

@media (max-width: 767px) {
  .avatar {
    float: none;
    margin: 0 0 5px 0;
  }
}

.avatar img {
  width: 68px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comment_right {
  display: table;
  border: 2px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
  position: relative;
}

.comment_info {
  padding-bottom: 7px;
}

.comment_info span {
  padding: 0 10px;
} */

:root {
  --gold: #a68e36;
  --gold-dark: #8A721C;
  --brand-gold-bg: #fdf3e3;
  --brand-gold-hover: #a87320;
  --brand-dark: #1A1A1A;
  --brand-cream: #fdf8f0;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, .10);
  --transition: .2s ease;
}

/* ─────────────────────────────
   HERO WRAPPER
───────────────────────────── */
#blog-detail-hero {
  background: #fff;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  #blog-detail-hero {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  #blog-detail-hero {
    padding-top: 3.5rem;
  }
}

/* ─────────────────────────────
   BREADCRUMB
───────────────────────────── */
.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: .8rem;
}

@media (min-width: 768px) {
  .breadcrumb-custom {
    font-size: .875rem;
    gap: .4rem;
    margin-bottom: 1.5rem;
  }
}

.breadcrumb-custom a {
  color: #6c757d;
  text-decoration: none;
  transition: color .2s ease;
}

.breadcrumb-custom a:hover {
  color: var(--gold);
}

.breadcrumb-custom .active {
  color: #1a1a1a;
}

.breadcrumb-chevron {
  font-size: .9rem;
  color: #6c757d;
  display: flex;
  align-items: center;
}

/* ─────────────────────────────
   BADGE
───────────────────────────── */
.badge-gold {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: .3rem .8rem;
  border-radius: var(--radius-pill);
  font-size: .7rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

@media (min-width: 768px) {
  .badge-gold {
    padding: .35rem 1rem;
    font-size: .75rem;
    margin-bottom: 1rem;
  }
}

/* ─────────────────────────────
   TITLE
───────────────────────────── */
.hero-title {
  font-size: clamp(1.4rem, 5vw, 3rem);
  color: var(--brand-dark);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .hero-title {
    margin-bottom: 1.5rem;
  }
}

/* ─────────────────────────────
   META ROW
───────────────────────────── */
.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .meta-row {
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
}

.meta-author {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.meta-author img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}

@media (min-width: 768px) {
  .meta-author img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.meta-author .author-name {
  font-size: .85rem;
  color: var(--brand-dark);
  line-height: 1.1;
}

.meta-author .author-role {
  font-size: .7rem;
  color: #6c757d;
}

@media (min-width: 768px) {
  .meta-author .author-name {
    font-size: .9rem;
  }

  .meta-author .author-role {
    font-size: .75rem;
  }
}

.meta-item {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: .8rem;
  color: #6c757d;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .meta-item {
    font-size: .875rem;
    gap: .35rem;
  }
}

/* ─────────────────────────────
   SHARE STRIP (IMPORTANT PART)
───────────────────────────── */
.share-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

@media (min-width: 768px) {
  .share-strip {
    gap: .65rem;
    padding-bottom: 2rem;
  }
}

.share-label {
  font-size: .8rem;
  color: #495057;
  margin-right: .25rem;
}

@media (min-width: 768px) {
  .share-label {
    font-size: .875rem;
  }
}

/* Buttons scale better on mobile */
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
  font-size: .8rem;
}

@media (min-width: 768px) {
  .share-btn {
    width: 2.25rem;
    height: 2.25rem;
    font-size: .85rem;
  }
}

.share-btn:hover {
  filter: brightness(.85);
  transform: translateY(-2px);
  color: #fff;
}

/* brand colors */
.share-btn.facebook {
  background: #3b5998;
}

.share-btn.twitter {
  background: #1DA1F2;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.whatsapp {
  background: #25D366;
}

.share-btn.copy-link {
  background: #e9ecef;
  color: #495057;
}

.share-btn.copy-link:hover {
  background: var(--gold);
  color: #fff;
  filter: none;
}

#similar-blogs {
  background: var(--brand-cream);
  padding: 5rem 0;
}

/* ── Section heading ── */
#similar-blogs .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--brand-dark);
  margin-bottom: .5rem;
}

#similar-blogs .section-subtitle {
  color: #6c757d;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* ── Card ── */
.blog-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  transition: box-shadow var(--transition), transform var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, .16);
  transform: translateY(-4px);
}

/* ── Card image wrapper ── */
.blog-card__img-wrap {
  position: relative;
  height: 16rem;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.blog-card:hover .blog-card__img-wrap img {
  transform: scale(1.08);
}

.blog-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--gold);
  color: #fff;
  padding: .25rem .85rem;
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── Card body ── */
.blog-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── Meta (date + read time) ── */
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .75rem;
  color: #6c757d;
  margin-bottom: .75rem;
}

.blog-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

.blog-card__meta iconify-icon {
  font-size: .95rem;
}

/* ── Title ── */
.blog-card__title {
  font-size: 1.1rem;
  color: var(--brand-dark);
  margin-bottom: .75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition);
}

.blog-card:hover .blog-card__title {
  color: var(--gold);
}

.blog-card__excerpt {
  font-size: .875rem;
  color: #6c757d;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--gold);
  font-size: .875rem;
  text-decoration: none;
  transition: color var(--transition);
  margin-top: auto;
}

.blog-card__link:hover {
  color: var(--gold-dark);
}

.blog-card__link iconify-icon {
  font-size: 1rem;
  transition: transform var(--transition);
}

.blog-card__link:hover iconify-icon {
  transform: translateX(4px);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--gold);
  color: #fff;
  padding: .85rem 2.25rem;
  border-radius: .5rem;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  transition: background var(--transition), box-shadow var(--transition);
}

.btn-gold:hover {
  background: var(--gold-dark);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
  color: #fff;
}

.btn-gold iconify-icon {
  font-size: 1.1rem;
  transition: transform var(--transition);
}

.btn-gold:hover iconify-icon {
  transform: translateX(4px);
}

.blog-detail-section {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

/* ── Cards ── */
.sidebar-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* ── Heading ── */
.sidebar-heading {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-gold {
  color: var(--gold);
  font-size: 1.25rem;
}

/* ── Category list ── */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li+li {
  margin-top: 4px;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  text-decoration: none;
  color: #444;
  border: 1px solid transparent;
  transition: background .15s, color .15s, border-color .15s;
  font-size: .875rem;
}

.category-item:hover {
  background: var(--brand-gold-bg);
  border-color: rgba(200, 146, 42, .25);
  color: var(--brand-gold-hover);
}

.category-badge {
  font-size: .75rem;
  background: var(--brand-cream);
  color: #888;
  padding: 2px 10px;
  border-radius: 100px;
  transition: background .15s, color .15s;
}

.category-item:hover .category-badge {
  background: var(--gold);
  color: #fff;
}

/* ── Popular posts ── */
.popular-post-item {
  padding: 14px 0;
  gap: 16px;
}

.popular-post-item+.popular-post-item {
  border-top: 1px dashed rgba(0, 0, 0, .1);
}

.popular-post-item:first-child {
  padding-top: 0;
}

.popular-post-item:last-child {
  padding-bottom: 0;
}

.post-thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s;
}

.post-title {
  font-size: .8rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 6px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s;
}

.post-title a {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}

.popular-post-item:hover .post-thumb img {
  transform: scale(1.08);
}

.popular-post-item:hover .post-title,
.popular-post-item:hover .post-title a {
  color: var(--gold) !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  #sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .sidebar-card {
    margin-bottom: 0 !important;
  }
  .blog-detail-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media (max-width: 575px) {
  #sidebar {
    grid-template-columns: 1fr;
  }
  .sidebar-card{
    padding: 1rem;
  }

  .blog-detail-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}