/* ============================================================
Blog section
============================================================ */
  .blog-search-box { position: relative; max-width: 650px; margin: 0 auto; }
    .blog-search-box input { padding-right: 42px; }
    .blog-search-btn {
      position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
      background: var(--gold); border: none; width: 46px; height: 46px;
      border-radius: 6px; display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: background 0.2s;
    }
    .blog-search-box input{
    width:90%;
    height:58px;
    padding:0 60px 0 20px;
    box-sizing:border-box;
    }

    .blog-search-box .blog-search-btn{
    right:2px;
    width:56px;
    height:56px;
     }
    .blog-search-btn:hover { background: var(--gold-light); }
    .blog-search-btn svg { stroke: var(--black); }

    .blog-filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px; }
    .blog-filter-pill {
      background: var(--white); border: 1.5px solid var(--border); color: var(--text);
      font-family: var(--font-body); font-size: 13px; font-weight: 600; padding: 8px 18px;
      border-radius: 99px; cursor: pointer; transition: all 0.2s;
    }
    .blog-filter-pill:hover { border-color: var(--gold); color: var(--gold-dark); }
    .blog-filter-pill.active { background: var(--gold); border-color: var(--gold); color: var(--black); }

    .blog-card-thumb { width: 100%; height: 190px; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; margin: -28px -28px 20px; }
    .blog-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
    .use-card:hover .blog-card-thumb img { transform: scale(1.06); }
    .blog-card-date { font-size: 12.5px; color: var(--text-muted); font-weight: 500; margin-bottom: 8px; }
    .blog-card-readmore { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-dark); font-weight: 700; font-size: 14px; text-decoration: none; background: none; border: none; padding: 0; cursor: pointer; margin-top: auto; transition: gap 0.2s, color 0.2s; }
    .blog-card-readmore:hover { gap: 10px; color: var(--gold); }

    .blog-pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 48px; flex-wrap: wrap; }
    .blog-page-btn {
      background: var(--white); border: 1.5px solid var(--border); color: var(--text);
      font-family: var(--font-body); font-size: 14px; font-weight: 600; padding: 11px 18px;
      border-radius: var(--radius); cursor: pointer; transition: all 0.2s;
    }
    .blog-page-btn:hover:not(:disabled) { border-color: var(--gold); color: var(--gold-dark); }
    .blog-page-btn.active { background: var(--gold); border-color: var(--gold); color: var(--black); }
    .blog-page-btn:disabled { opacity: 0.45; cursor: not-allowed; }

    @media (max-width: 480px) { .blog-card-thumb { height: 170px; } }


/*     dekstop blog page css*/  

   .reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: var(--gold); z-index: 999; transition: width 0.1s linear; }

  .post-hero-inner { max-width: 900px; margin: 0 auto; text-align: center; }
  .post-category { display: inline-block; background: rgba(240,165,0,0.15); border: 1px solid rgba(240,165,0,0.35); color: var(--gold); font-size: 12.5px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 18px; }
  .post-hero-inner h1 { font-family: var(--font-head); font-size: clamp(26px, 4vw, 42px); font-weight: 700; color: var(--white); line-height: 1.25; margin-bottom: 20px; }
  .post-hero-inner h1 em { color: var(--gold); font-style: normal; }
  .post-hero-sub { color: rgba(255,255,255,0.75); font-size: 16.5px; max-width: 680px; margin: 0 auto 32px; line-height: 1.7; }

  .post-meta-bar { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.15); }
  .post-meta-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.8); font-size: 14px; }
  .post-author-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: var(--black); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 14px; flex-shrink: 0; }
  .post-meta-icon { color: var(--gold); }

  .post-feature-image { max-width: 1100px; margin: -40px auto 0; padding: 0 5%; }
  .post-feature-image img { width: 100%; max-height: 460px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: block; }

  .article-section { background: var(--white); padding-top: 72px; }
  .article-layout { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 920px 360px; gap: 32px; align-items: start; }

  .article-content h2 { font-family: var(--font-head); font-size: clamp(20px, 2.6vw, 27px); font-weight: 700; color: var(--black); margin: 44px 0 16px; line-height: 1.3; scroll-margin-top: 100px; }
  .article-content h2:first-child { margin-top: 0; }
  .article-content h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--black); margin: 28px 0 12px; scroll-margin-top: 100px; }
  .article-content p { font-size: 15.5px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
  .article-content p strong { color: var(--black); font-weight: 600; }
  .article-content ul, .article-content ol { margin: 0 0 20px 20px; }
  .article-content ul li, .article-content ol li { font-size: 15.5px; color: var(--text-muted); line-height: 1.8; margin-bottom: 8px; }
  .article-content ul li::marker { color: var(--gold-dark); }
  .article-content a { color: var(--gold-dark); font-weight: 600; text-decoration: none; }
  .article-content a:hover { text-decoration: underline; }
  .article-content figure { margin: 24px 0; }
  .article-content figure img { width: 100%; border-radius: var(--radius-lg); display: block; }
  .article-content figcaption { font-size: 12.5px; color: var(--text-muted); margin-top: 8px; text-align: center; }

  .info-box { display: flex; gap: 14px; background: var(--off-white); border: 1.5px solid var(--border); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 20px 22px; margin: 28px 0; }
  .info-box .info-icon { font-size: 22px; flex-shrink: 0; }
  .info-box h4 { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 6px; }
  .info-box p { font-size: 14.5px; color: var(--text-muted); margin-bottom: 0; line-height: 1.7; }
  .info-box.dark { background: var(--dark); border-left-color: var(--gold); }
  .info-box.dark h4 { color: var(--white); }
  .info-box.dark p { color: rgba(255,255,255,0.75); }

  .pricing-table-wrap { overflow-x: auto; margin: 24px 0 32px; border: 1.5px solid var(--border); border-radius: var(--radius-lg); }
  .pricing-table { width: 100%; border-collapse: collapse; min-width: 520px; }
  .pricing-table th { background: var(--dark); color: var(--white); font-family: var(--font-head); font-size: 13.5px; font-weight: 700; text-align: left; padding: 14px 18px; }
  .pricing-table td { padding: 14px 18px; font-size: 14.5px; color: var(--text); border-top: 1px solid var(--border); }
  .pricing-table tr:nth-child(even) td { background: var(--off-white); }
  .pricing-table td:first-child { font-weight: 600; color: var(--black); }

  .toc-box { position: sticky; top: 105px; background: var(--off-white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 24px 22px; }
  .toc-title { font-family: var(--font-head); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gold-dark); margin-bottom: 16px; }
  .toc-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
  .toc-list a { display: block; font-size: 14px; color: var(--text-muted); text-decoration: none; padding: 8px 10px; border-radius: 6px; border-left: 2px solid transparent; transition: all 0.2s; }
  .toc-list a:hover { color: var(--gold-dark); background: rgba(240,165,0,0.08); }
  .toc-list a.active { color: var(--gold-dark); font-weight: 700; background: rgba(240,165,0,0.1); border-left-color: var(--gold); }
  .toc-share { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--border); }
  .toc-share-label { font-size: 12px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
  .toc-share-row { display: flex; gap: 8px; }
  .toc-share-row a { width: 36px; height: 36px; border-radius: 8px; background: var(--white); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 15px; transition: all 0.2s; }
  .toc-share-row a:hover { border-color: var(--gold); background: #fff8e6; }

  @media (max-width: 900px) {
    .article-layout { grid-template-columns: 1fr; }
    .toc-box { position: static; margin-bottom: 8px; }
  }

  .post-nav-grid {
    max-width: 1100px;   /* 900px → 1100px */
    margin: 34px auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;  
             /* 30px → 40px */
}
  .post-nav-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--off-white);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 30px;
    text-decoration: none;
    transition: all 0.2s;
    
}
  .post-nav-card:hover { border-color: var(--gold); box-shadow: var(--shadow); }
  .post-nav-card.next { text-align: right; align-items: flex-end; }
  .post-nav-label { font-size: 12px; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.5px; }
  .post-nav-title { font-family: var(--font-head); font-size: 15.5px; font-weight: 700; color: var(--black); line-height: 1.4; }
  @media (max-width: 700px) { .post-nav-grid { grid-template-columns: 1fr; } .post-nav-card.next { text-align: left; align-items: flex-start; } }

  .blog-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; transition: all 0.25s; display: flex; flex-direction: column; }
  .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
  .blog-card img { width: 100%; height: 170px; object-fit: cover; }
  .blog-card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
  .blog-card-cat { font-size: 11.5px; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.5px; }
  .blog-card-body h3 { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--black); line-height: 1.4; }
  .blog-card-body p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }