/**
 * Ultra-Modern Blog Archive & Single Post System Stylesheet — Web Techiq Official
 * Developed by MH Badhon Ahmed (Web Techiq)
 *
 * Fully Responsive Engine (Mobile, Tablet, Desktop, Ultra-Wide)
 * Rank Math SEO & Schema.org Compatible
 */

/* ==========================================================================
   0. READING PROGRESS INDICATOR BAR
   ========================================================================== */
.wt-reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  z-index: 999999;
  background: linear-gradient(90deg, #ff6b00 0%, #ffb800 50%, #00b4d8 100%);
  box-shadow: 0 2px 10px rgba(255, 107, 0, 0.4);
  transition: width 0.08s ease-out;
  pointer-events: none;
}

/* ==========================================================================
   1. BREADCRUMBS NAVIGATION (Theme Microdata & Rank Math Compatible)
   ========================================================================== */
.blog-breadcrumbs-wrap {
  margin-top: 24px;
  margin-bottom: 20px;
}

.web-techiq-breadcrumbs,
.web-techiq-breadcrumbs-rankmath,
.rank-math-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  word-break: break-word;
}

.web-techiq-breadcrumbs a,
.web-techiq-breadcrumbs-rankmath a,
.rank-math-breadcrumb a {
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.web-techiq-breadcrumbs a:hover,
.web-techiq-breadcrumbs-rankmath a:hover,
.rank-math-breadcrumb a:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.web-techiq-breadcrumbs .sep,
.rank-math-breadcrumb .separator {
  font-size: 10px;
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
}

.web-techiq-breadcrumbs .current,
.rank-math-breadcrumb .last {
  color: var(--wt-primary-color, #ff6b00);
  font-weight: 700;
}

/* ==========================================================================
   2. BLOG ARCHIVE LAYOUT & HERO HEADER (`home.php` & `archive.php`)
   ========================================================================== */
.blog-archive-layout {
  padding-bottom: 70px;
}

.blog-archive-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: 44px 48px;
  margin: 0 auto 36px auto;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.05);
}

.blog-archive-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.blog-archive-header-content {
  flex: 1;
  min-width: 280px;
}

.blog-archive-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff3d6;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.25);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 18px;
  box-shadow: 0 2px 8px rgba(255, 184, 0, 0.12);
  margin-bottom: 14px;
}

.blog-archive-pill i {
  color: var(--wt-primary-color, #ff6b00);
}

.blog-archive-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.blog-archive-subtitle {
  font-size: 16px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
  max-width: 600px;
}

.blog-archive-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 18px 26px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.archive-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.archive-stat-num {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 24px;
  font-weight: 800;
  color: var(--wt-primary-color, #ff6b00);
  line-height: 1.2;
}

.archive-stat-label {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.archive-stat-divider {
  width: 1px;
  height: 36px;
  background: #e2e8f0;
}

.blog-archive-search-bar {
  max-width: 100%;
}

.blog-archive-back-all {
  display: flex;
  align-items: center;
}

/* ── CATEGORY FILTER TABS ─────────────────────────────────────────────── */
.blog-category-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 4px 18px 4px;
  margin-bottom: 36px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.blog-category-filter-bar::-webkit-scrollbar {
  height: 4px;
}

.blog-category-filter-bar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.cat-filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  padding: 9px 20px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}

.cat-filter-tab:hover {
  border-color: var(--wt-primary-color, #ff6b00);
  color: var(--wt-primary-color, #ff6b00);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.15);
}

.cat-filter-tab.is-active {
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
  transform: translateY(-2px);
}

.cat-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 50px;
  background: rgba(15, 23, 42, 0.08);
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.cat-filter-tab.is-active .cat-filter-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

/* ==========================================================================
   3. FEATURED POST SPOTLIGHT CARD (ARCHIVE)
   ========================================================================== */
.featured-post-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: 36px;
  margin-bottom: 40px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
  align-items: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-post-card:hover {
  border-color: rgba(255, 107, 0, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 24px 65px rgba(255, 107, 0, 0.16);
}

.featured-post-thumb {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  background: #0f172a;
}

.featured-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.featured-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-post-card:hover .featured-post-thumb img {
  transform: scale(1.05);
}

.featured-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  font-size: 48px;
}

.featured-floating-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.featured-floating-cat:hover {
  background: var(--wt-primary-color, #ff6b00);
  border-color: transparent;
}

.featured-floating-time {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.featured-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-post-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.25);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  width: fit-content;
  margin-bottom: 12px;
}

.featured-post-badge i {
  color: var(--wt-primary-color, #ff6b00);
}

.featured-post-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.featured-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.featured-meta-item i {
  color: var(--wt-primary-color, #ff6b00);
  font-size: 13px;
}

.featured-meta-sep {
  color: #cbd5e1;
  font-size: 12px;
}

.featured-post-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px 0;
  line-height: 1.35;
  letter-spacing: -0.015em;
  overflow: visible;
  word-break: break-word;
}

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

.featured-post-title a:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.featured-post-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 24px;
}

.featured-post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
  flex-wrap: wrap;
}

.featured-author-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffe6b3;
  display: block;
}

.featured-author-info {
  display: flex;
  flex-direction: column;
}

.featured-author-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-author-name {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  transition: color 0.2s ease;
}

.featured-author-name:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.featured-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
  transition: all 0.25s ease;
}

.featured-read-btn:hover {
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.5);
  transform: translateY(-2px);
  color: #ffffff;
}

/* ── SECTION DIVIDER ─────────────────────────────────────────────────── */
.blog-section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 48px 0 36px 0;
}

.blog-section-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fed7aa, transparent);
}

.blog-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13px;
  font-weight: 800;
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  padding: 6px 18px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-section-label i {
  color: var(--wt-primary-color, #ff6b00);
}

/* ==========================================================================
   4. BLOG GRID 3-COLUMN LAYOUT & POST CARDS
   ========================================================================== */
.blog-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.post-card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.post-card:hover {
  border-color: rgba(255, 107, 0, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(255, 107, 0, 0.12);
}

.post-card-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #0f172a;
}

.post-card-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.post-card:hover .post-card-thumb img {
  transform: scale(1.06);
}

.post-card-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  font-size: 38px;
}

.post-card-category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}

.post-card-category-badge a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.post-card-category-badge a:hover {
  background: var(--wt-primary-color, #ff6b00);
  border-color: transparent;
}

.post-card-time-badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 10.5px;
  font-weight: 700;
}

.post-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.post-card-meta i {
  color: var(--wt-primary-color, #ff6b00);
}

.post-meta-dot {
  color: #cbd5e1;
}

.post-card-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.post-card-title a:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.post-card-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 20px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  gap: 12px;
}

.post-author-block {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.post-author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #ffe6b3;
  flex-shrink: 0;
}

.post-author-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #334155;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.post-author-name:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.post-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12.5px;
  font-weight: 800;
  color: var(--wt-primary-color, #ff6b00);
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.post-read-link:hover {
  transform: translateX(3px);
  color: #e05d00;
}

/* ==========================================================================
   5. TOPICS SHOWCASE GRID (EXPLORE BY TOPIC)
   ========================================================================== */
.blog-topics-section {
  margin: 50px 0 40px 0;
}

.blog-topics-header {
  text-align: center;
  margin-bottom: 30px;
}

.blog-topics-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.22);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  margin-bottom: 10px;
}

.blog-topics-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.blog-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.blog-topic-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-topic-card:hover {
  border-color: rgba(255, 107, 0, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(255, 107, 0, 0.12);
}

.blog-topic-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff3d6 0%, #ffe6b3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--wt-primary-color, #ff6b00);
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.15);
}

.blog-topic-card-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
  transition: color 0.2s ease;
}

.blog-topic-card:hover .blog-topic-card-title {
  color: var(--wt-primary-color, #ff6b00);
}

.blog-topic-card-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 16px 0;
  flex: 1;
}

.blog-topic-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
}

.blog-topic-arrow {
  color: var(--wt-primary-color, #ff6b00);
  font-size: 13px;
  transition: transform 0.2s ease;
}

.blog-topic-card:hover .blog-topic-arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   6. TECH DIGEST NEWSLETTER & CONSULTATION CTA CARDS
   ========================================================================== */
.blog-newsletter-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 44px 48px;
  margin: 50px 0 40px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
  position: relative;
  overflow: hidden;
}

.blog-newsletter-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.newsletter-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 0, 0.15);
  border: 1px solid rgba(255, 107, 0, 0.35);
  color: #ffb800;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.newsletter-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.newsletter-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

.newsletter-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-input-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 4px 4px 4px 18px;
  transition: all 0.25s ease;
}

.newsletter-input-box:focus-within {
  border-color: var(--wt-primary-color, #ff6b00);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.18);
}

.newsletter-input-box input[type="email"] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  color: #ffffff;
  padding: 8px 4px;
}

.newsletter-input-box input[type="email"]::placeholder {
  color: #64748b;
}

.newsletter-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  border: none;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 100px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
}

.newsletter-submit-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.5);
}

.newsletter-reassurance {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
  flex-wrap: wrap;
}

.newsletter-reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.newsletter-reassurance i {
  color: #22c55e;
}

/* ── AGENCY CONSULTATION & FREE AUDIT CTA BANNER ─────────────────────── */
.blog-cta-banner {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid #fed7aa;
  border-radius: 32px;
  padding: 40px 48px;
  margin: 40px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 16px 45px rgba(255, 107, 0, 0.08);
  flex-wrap: wrap;
}

.blog-cta-content {
  flex: 1;
  min-width: 280px;
}

.blog-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffedd5;
  color: #c2410c;
  border: 1px solid #fdba74;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.blog-cta-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}

.blog-cta-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.blog-cta-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 107, 0, 0.35);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.blog-cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.5);
  color: #ffffff;
}

.blog-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  color: #334155;
  border: 1.5px solid #e2e8f0;
  padding: 11px 22px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.blog-cta-btn-secondary:hover {
  border-color: var(--wt-primary-color, #ff6b00);
  color: var(--wt-primary-color, #ff6b00);
  transform: translateY(-2px);
}

/* ==========================================================================
   7. PAGINATION
   ========================================================================== */
.pagination-wrap {
  margin: 50px 0 20px 0;
  display: flex;
  justify-content: center;
}

.pagination-wrap .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.pagination-wrap .page-numbers:hover {
  border-color: var(--wt-primary-color, #ff6b00);
  color: var(--wt-primary-color, #ff6b00);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.15);
}

.pagination-wrap .page-numbers.current {
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
  transform: translateY(-2px);
}

.pagination-wrap .page-numbers.dots {
  background: transparent;
  border: none;
  box-shadow: none;
}

/* ==========================================================================
   8. SINGLE BLOG POST LAYOUT (`single.php`)
   ========================================================================== */
.single-post-main-layout {
  padding-bottom: 70px;
}

.single-post-container {
  max-width: 1060px;
  margin: 30px auto 80px auto;
  padding: 0 24px;
}

/* ── POST HERO HEADER CARD ────────────────────────────────────────────── */
.single-post-hero-header {
  text-align: center;
  margin-bottom: 36px;
  padding: 40px 48px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.05);
}

.single-post-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.single-post-categories a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #fff3d6 0%, #ffe6b3 100%);
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.25);
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.12);
}

.single-post-categories a:hover {
  background: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.35);
  transform: translateY(-2px);
}

.single-post-main-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(24px, 4.2vw, 42px);
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.single-post-meta-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 600;
  color: #64748b;
  padding: 10px 24px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 100%;
}

.single-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.single-author-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.single-author-link:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.single-post-meta-item i {
  color: var(--wt-primary-color, #ff6b00);
  font-size: 14px;
}

.single-author-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ffe6b3;
  vertical-align: middle;
}

.meta-dot {
  color: #cbd5e1;
  font-size: 14px;
}

.meta-comments-link {
  color: #64748b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.meta-comments-link:hover {
  color: var(--wt-primary-color, #ff6b00);
}

/* ── FEATURED IMAGE BANNER WITH WINDOW FRAME ──────────────────────────── */
.single-post-featured-thumb {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.09);
  margin-bottom: 44px;
  background: #0f172a;
}

.featured-thumb-window-bar {
  background: rgba(15, 23, 42, 0.96);
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.window-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.window-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.window-dots .dot.red { background: #ef4444; }
.window-dots .dot.yellow { background: #f59e0b; }
.window-dots .dot.green { background: #10b981; }

.window-title-badge {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 320px;
}

.window-title-badge i {
  color: var(--wt-primary-color, #ff6b00);
  font-size: 10px;
  flex-shrink: 0;
}

.window-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-post-featured-thumb img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* ── TWO-COLUMN ARTICLE CONTAINER & FLOATING SOCIAL DOCK ─────────────── */
.single-post-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  position: relative;
}

/* Floating Sticky Social Dock */
.single-social-share-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
  padding: 12px 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 100px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}

.share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.share-btn:hover {
  transform: scale(1.15) translateY(-2px);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.share-btn.wa { background: #25D366; }
.share-btn.fb { background: #1877F2; }
.share-btn.x { background: #000000; }
.share-btn.in { background: #0A66C2; }
.share-btn.copy { background: #ff6b00; }
.share-btn.comments { background: #0f172a; }

/* Main Frosted Glass Article Main Card */
.single-article-main-card {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: 48px 54px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.05);
}

/* ── TABLE OF CONTENTS (`.web-techiq-toc-box` & Rank Math TOC) ─────── */
.web-techiq-toc-box,
.rank-math-toc-box,
.wp-block-rank-math-toc-block {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 253, 250, 0.96) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid #fed7aa;
  border-radius: 24px;
  padding: 24px 28px;
  margin: 32px 0 44px 0;
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.07);
}

.web-techiq-toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.web-techiq-toc-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.web-techiq-toc-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: -0.01em;
}

.web-techiq-toc-title i {
  color: var(--wt-primary-color, #ff6b00);
}

.web-techiq-toc-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff3d6;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.2);
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 50px;
}

.web-techiq-toc-toggle-btn {
  background: #fff3d6;
  border: 1px solid rgba(217, 119, 6, 0.25);
  color: #d97706;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.web-techiq-toc-toggle-btn:hover {
  background: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.08);
}

.web-techiq-toc-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  border-top: 1px dashed #fed7aa;
  padding-top: 16px;
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.web-techiq-toc-list::-webkit-scrollbar {
  width: 5px;
}

.web-techiq-toc-list::-webkit-scrollbar-thumb {
  background: #fed7aa;
  border-radius: 10px;
}

.web-techiq-toc-list.is-collapsed {
  display: none;
}

.web-techiq-toc-list li {
  margin-bottom: 8px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14.5px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.web-techiq-toc-list li a {
  color: #334155;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.web-techiq-toc-list li.toc-main-item a .toc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  background: #fff3d6;
  color: #b45309;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.web-techiq-toc-list li.toc-sub-item {
  padding-left: 20px;
  font-size: 13.5px;
}

.web-techiq-toc-list li.toc-sub-item a .toc-sub-bullet {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1;
}

.web-techiq-toc-list li a:hover,
.web-techiq-toc-list li.is-active a {
  background: #fff7ed;
  color: var(--wt-primary-color, #ff6b00);
  transform: translateX(4px);
}

.web-techiq-toc-list li.is-active a .toc-num {
  background: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
}

/* ==========================================================================
   9. ENTRY CONTENT TYPOGRAPHY & BLOCK ELEMENTS
   ========================================================================== */
.entry-content {
  font-family: var(--wt-body-font-family, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
  font-size: 17.5px;
  line-height: 1.85;
  color: #334155;
  margin-bottom: 40px;
  word-break: break-word;
}

.entry-content > p:first-of-type {
  font-size: 19px;
  line-height: 1.8;
  color: #1e293b;
  font-weight: 450;
  margin-bottom: 28px;
}

.entry-content h2 {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: #0f172a;
  margin: 48px 0 20px 0;
  letter-spacing: -0.015em;
  line-height: 1.3;
  scroll-margin-top: 100px;
  padding-left: 16px;
  border-left: 4px solid var(--wt-primary-color, #ff6b00);
  position: relative;
}

.entry-content h3 {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: clamp(19px, 2.5vw, 23px);
  font-weight: 800;
  color: #0f172a;
  margin: 36px 0 16px 0;
  scroll-margin-top: 100px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  position: relative;
}

.entry-content h4 {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 28px 0 12px 0;
  scroll-margin-top: 100px;
}

.entry-content h5,
.entry-content h6 {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-weight: 700;
  color: #1e293b;
  margin: 24px 0 10px 0;
}

.heading-anchor-link {
  font-size: 18px;
  color: #cbd5e1;
  text-decoration: none !important;
  opacity: 0;
  transition: all 0.2s ease;
  margin-left: 10px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.entry-content h2:hover .heading-anchor-link,
.entry-content h3:hover .heading-anchor-link,
.heading-anchor-link:focus {
  opacity: 1;
  color: var(--wt-primary-color, #ff6b00);
}

.entry-content p {
  margin-bottom: 24px;
}

.entry-content strong,
.entry-content b {
  font-weight: 700;
  color: #0f172a;
}

.entry-content a {
  color: var(--wt-primary-color, #ff6b00);
  text-decoration: underline;
  text-decoration-color: rgba(255, 107, 0, 0.35);
  text-underline-offset: 3.5px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.entry-content a:hover {
  color: #e05d00;
  text-decoration-color: #e05d00;
}

.entry-content ul,
.entry-content ol {
  padding-left: 0;
  margin-bottom: 28px;
  color: #334155;
}

.entry-content ul {
  list-style: none;
}

.entry-content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  line-height: 1.75;
}

.entry-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  box-shadow: 0 2px 6px rgba(255, 107, 0, 0.35);
}

.entry-content ol {
  list-style: none;
  counter-reset: article-counter;
}

.entry-content ol li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
  line-height: 1.75;
  counter-increment: article-counter;
}

.entry-content ol li::before {
  content: counter(article-counter);
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  border-radius: 50%;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(255, 107, 0, 0.3);
  flex-shrink: 0;
}

.entry-content blockquote,
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote {
  background: linear-gradient(135deg, rgba(255, 248, 241, 0.95) 0%, rgba(255, 253, 250, 0.95) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  border-left: 4px solid var(--wt-primary-color, #ff6b00);
  padding: 24px 30px;
  border-radius: 0 20px 20px 0;
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  color: #1e293b;
  margin: 36px 0;
  box-shadow: 0 8px 28px rgba(255, 107, 0, 0.06);
  position: relative;
}

.entry-content blockquote cite,
.entry-content .wp-block-quote cite {
  display: block;
  font-style: normal;
  font-size: 13.5px;
  color: #64748b;
  margin-top: 12px;
  font-weight: 700;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
}

/* ── 8. RESPONSIVE BLOG POST DATA & COMPARISON TABLES ────────────────── */
.wt-table-responsive,
.entry-content .wp-block-table,
.entry-content figure.wp-block-table,
.single-post-body .wp-block-table,
.single-post-body figure.wp-block-table {
  width: 100% !important;
  margin: 32px 0 36px 0 !important;
  padding: 0 !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03) !important;
  overflow: hidden !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  display: block !important;
}

/* Flatten any nested wrappers so only a single sleek card renders */
.entry-content .wp-block-table .wt-table-responsive,
.single-post-body .wp-block-table .wt-table-responsive,
.entry-content figure.wp-block-table .wt-table-responsive,
.single-post-body figure.wp-block-table .wt-table-responsive {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wt-table-responsive::-webkit-scrollbar,
.entry-content .wp-block-table::-webkit-scrollbar,
.entry-content figure.wp-block-table::-webkit-scrollbar,
.single-post-body .wp-block-table::-webkit-scrollbar {
  height: 6px !important;
}

.wt-table-responsive::-webkit-scrollbar-track,
.entry-content .wp-block-table::-webkit-scrollbar-track,
.entry-content figure.wp-block-table::-webkit-scrollbar-track,
.single-post-body .wp-block-table::-webkit-scrollbar-track {
  background: #f8fafc !important;
}

.wt-table-responsive::-webkit-scrollbar-thumb,
.entry-content .wp-block-table::-webkit-scrollbar-thumb,
.entry-content figure.wp-block-table::-webkit-scrollbar-thumb,
.single-post-body .wp-block-table::-webkit-scrollbar-thumb {
  background: #cbd5e1 !important;
  border-radius: 10px !important;
}

.wt-table-responsive::-webkit-scrollbar-thumb:hover,
.entry-content .wp-block-table::-webkit-scrollbar-thumb:hover,
.entry-content figure.wp-block-table::-webkit-scrollbar-thumb:hover,
.single-post-body .wp-block-table::-webkit-scrollbar-thumb:hover {
  background: var(--wt-primary-color, #ff6b00) !important;
}

.entry-content table,
.entry-content .wp-block-table table,
.single-post-body table,
.single-post-body .wp-block-table table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none !important;
  margin: 0 !important;
  font-family: var(--wt-body-font-family, 'Inter', sans-serif) !important;
  font-size: 14.5px !important;
  min-width: 600px !important;
  background: transparent !important;
  display: table !important;
}

.entry-content thead,
.entry-content .wp-block-table thead,
.single-post-body thead,
.single-post-body .wp-block-table thead {
  background: #0f172a !important;
}

.entry-content th,
.entry-content .wp-block-table th,
.single-post-body th,
.single-post-body .wp-block-table th {
  background: #0f172a !important;
  color: #ffffff !important;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif) !important;
  font-weight: 800 !important;
  font-size: 12.5px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 16px 20px !important;
  text-align: left !important;
  border: none !important;
  border-bottom: 2.5px solid var(--wt-primary-color, #ff6b00) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.entry-content th:last-child,
.entry-content .wp-block-table th:last-child,
.single-post-body th:last-child,
.single-post-body .wp-block-table th:last-child {
  border-right: none !important;
}

.entry-content td,
.entry-content .wp-block-table td,
.single-post-body td,
.single-post-body .wp-block-table td {
  padding: 15px 20px !important;
  border: none !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-right: 1px solid #e2e8f0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  vertical-align: middle !important;
  background: #ffffff;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.entry-content tbody td:first-child,
.entry-content .wp-block-table tbody td:first-child,
.single-post-body tbody td:first-child,
.single-post-body .wp-block-table tbody td:first-child {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif) !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  background: #f8fafc;
  min-width: 140px !important;
}

.entry-content td:last-child,
.entry-content .wp-block-table td:last-child,
.single-post-body td:last-child,
.single-post-body .wp-block-table td:last-child {
  border-right: none !important;
}

.entry-content tbody tr:nth-child(even) td,
.entry-content .wp-block-table tbody tr:nth-child(even) td,
.single-post-body tbody tr:nth-child(even) td,
.single-post-body .wp-block-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.entry-content tbody tr:nth-child(even) td:first-child,
.entry-content .wp-block-table tbody tr:nth-child(even) td:first-child,
.single-post-body tbody tr:nth-child(even) td:first-child,
.single-post-body .wp-block-table tbody tr:nth-child(even) td:first-child {
  background: #f1f5f9;
}

.entry-content tbody tr:hover td,
.entry-content .wp-block-table tbody tr:hover td,
.single-post-body tbody tr:hover td,
.single-post-body .wp-block-table tbody tr:hover td {
  background: #fff8f1 !important;
}

.entry-content tbody tr:hover td:first-child,
.entry-content .wp-block-table tbody tr:hover td:first-child,
.single-post-body tbody tr:hover td:first-child,
.single-post-body .wp-block-table tbody tr:hover td:first-child {
  background: #ffeedb !important;
  color: var(--wt-primary-color, #ff6b00) !important;
}

.entry-content tbody tr:last-child td,
.entry-content .wp-block-table tbody tr:last-child td,
.single-post-body tbody tr:last-child td,
.single-post-body .wp-block-table tbody tr:last-child td {
  border-bottom: none !important;
}

.entry-content pre,
.entry-content .wp-block-code {
  font-family: 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
  font-size: 14px;
  background: #0b1329;
  color: #e2e8f0;
  border-radius: 16px;
  padding: 24px 28px;
  overflow-x: auto;
  margin: 32px 0;
  line-height: 1.7;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.code-copy-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 8px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  backdrop-filter: blur(6px);
}

.code-copy-btn:hover {
  background: var(--wt-primary-color, #ff6b00);
  border-color: transparent;
}

.code-copy-btn.is-copied {
  background: #10b981;
  border-color: transparent;
}

.entry-content p code,
.entry-content li code {
  font-family: 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
  font-size: 13.5px;
  background: #f1f5f9;
  color: #e05d00;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 28px 0;
  display: block;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.entry-content figure {
  margin: 32px 0;
}

.entry-content figcaption {
  text-align: center;
  font-size: 13px;
  color: #64748b;
  margin-top: 10px;
  font-style: italic;
}

.entry-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, var(--wt-primary-color, #ff6b00), #ffb800, transparent);
  margin: 44px 0;
  border-radius: 2px;
}

.entry-content iframe,
.entry-content video,
.entry-content embed,
.entry-content .wp-block-embed {
  max-width: 100%;
  border-radius: 18px;
  margin: 28px 0;
}

.entry-content .alignleft {
  float: left;
  margin: 0 28px 24px 0;
  max-width: 50%;
}

.entry-content .alignright {
  float: right;
  margin: 0 0 24px 28px;
  max-width: 50%;
}

.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ==========================================================================
   10. SINGLE POST FOOTER, TAGS & SHARE STRIP
   ========================================================================== */
.single-post-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1.5px solid rgba(15, 23, 42, 0.08);
}

.post-tags-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.post-tags-label {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.post-tags-label i {
  color: var(--wt-primary-color, #ff6b00);
}

.post-tags-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.post-tag-pill {
  background: rgba(248, 250, 252, 0.9);
  color: #475569;
  border: 1px solid rgba(203, 213, 225, 0.8);
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.post-tag-pill:hover {
  background: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
  transform: translateY(-2px);
}

.post-share-bottom-strip {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid #fed7aa;
  border-radius: 20px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.share-strip-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  font-weight: 800;
  color: #9a3412;
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-strip-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.strip-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.strip-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.strip-share-btn.wa { background: #25D366; }
.strip-share-btn.in { background: #0A66C2; }
.strip-share-btn.x { background: #000000; }
.strip-share-btn.fb { background: #1877F2; }

.post-navigation-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 10px;
}

.post-navigation-links--single {
  grid-template-columns: 1fr;
}

.post-nav-card {
  display: block;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 20px 24px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.post-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(255, 107, 0, 0.14);
  border-color: rgba(255, 107, 0, 0.4);
}

.post-nav-card--next {
  text-align: right;
}

.post-nav-dir {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  color: var(--wt-primary-color, #ff6b00);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.post-nav-card--next .post-nav-dir {
  justify-content: flex-end;
}

.post-nav-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
}

.post-nav-card:hover .post-nav-title {
  color: var(--wt-primary-color, #ff6b00);
}

/* ==========================================================================
   11. AUTHOR SPOTLIGHT BOX
   ========================================================================== */
.wt-author-box {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: 36px 42px;
  margin: 48px 0;
  display: flex;
  align-items: center;
  gap: 28px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.05);
}

.author-box-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.author-box-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #ffe6b3;
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.25);
  display: block;
  object-fit: cover;
}

.author-verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #22c55e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.author-box-content {
  flex: 1;
  min-width: 0;
}

.author-box-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.author-box-title {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--wt-primary-color, #ff6b00);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.author-box-name {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.author-box-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.author-box-name a:hover {
  color: var(--wt-primary-color, #ff6b00);
}

.author-box-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 50px;
  padding: 8px 18px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12.5px;
  font-weight: 800;
  color: #334155;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.author-box-btn:hover {
  background: var(--wt-primary-color, #ff6b00);
  border-color: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
  transform: translateY(-2px);
}

.author-box-bio {
  font-size: 14.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* ==========================================================================
   12. RELATED ARTICLES SECTION
   ========================================================================== */
.wt-related-posts-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1.5px solid rgba(15, 23, 42, 0.08);
}

.related-posts-header {
  text-align: center;
  margin-bottom: 36px;
}

.related-posts-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #d97706;
  border: 1px solid rgba(217, 119, 6, 0.22);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  margin-bottom: 10px;
}

.related-posts-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

/* ==========================================================================
   13. COMMENTS SECTION (`comments.php`)
   ========================================================================== */
.wt-comments-section {
  margin-top: 60px;
}

.comments-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.comments-count-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.25);
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.1);
}

.comments-count-pill i {
  color: var(--wt-primary-color, #ff6b00);
}

.comments-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-list .children {
  list-style: none;
  padding-left: 36px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wt-comment-body {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 24px 28px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.wt-comment-body:hover {
  border-color: rgba(255, 107, 0, 0.3);
  box-shadow: 0 12px 35px rgba(255, 107, 0, 0.08);
}

.wt-comment-avatar-wrap {
  flex-shrink: 0;
}

.wt-comment-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #ffe6b3;
  display: block;
}

.wt-comment-content-wrap {
  flex: 1;
  min-width: 0;
}

.wt-comment-meta-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.wt-comment-author-name {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.wt-comment-author-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 50px;
  text-transform: uppercase;
}

.wt-comment-time {
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wt-comment-text {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 14px;
}

.wt-comment-text p {
  margin: 0 0 10px 0;
}

.wt-comment-text p:last-child {
  margin-bottom: 0;
}

.wt-comment-reply-btn a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.wt-comment-reply-btn a:hover {
  background: var(--wt-primary-color, #ff6b00);
  border-color: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
}

.wt-comment-respond-box {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: 40px 44px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.05);
  margin-top: 40px;
}

.comment-reply-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.25);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  margin-bottom: 8px;
}

.comment-reply-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.comment-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}

.comment-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.comment-form-field label {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.comment-form-field label .required {
  color: var(--wt-primary-color, #ff6b00);
  font-weight: 800;
}

.comment-form-field .input-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.comment-form-field .input-wrap .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.comment-form-field input[type="text"],
.comment-form-field input[type="email"],
.comment-form-field input[type="url"] {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 46px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-family: var(--wt-body-font-family, 'Inter', sans-serif);
  font-size: 14px;
  color: #0f172a;
  outline: none;
  box-sizing: border-box;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.comment-form-field input[type="text"]::placeholder,
.comment-form-field input[type="email"]::placeholder,
.comment-form-field input[type="url"]::placeholder {
  color: #94a3b8;
  font-size: 13.5px;
}

.comment-form-field input[type="text"]:hover,
.comment-form-field input[type="email"]:hover,
.comment-form-field input[type="url"]:hover {
  border-color: #cbd5e1;
  background: #ffffff;
}

.comment-form-field .input-wrap:focus-within .input-icon {
  color: var(--wt-primary-color, #ff6b00);
  transform: translateY(-50%) scale(1.08);
}

.comment-form-field input:focus {
  background: #ffffff;
  border-color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.wt-comment-textarea-container {
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  overflow: hidden;
  transition: all 0.25s ease;
  margin-bottom: 18px;
}

.wt-comment-textarea-container:focus-within {
  background: #ffffff;
  border-color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.wt-comment-textarea-bar {
  background: #f1f5f9;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.wt-comment-textarea {
  width: 100%;
  padding: 16px;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--wt-body-font-family, 'Inter', sans-serif);
  font-size: 14.5px;
  line-height: 1.65;
  color: #0f172a;
  resize: vertical;
  min-height: 120px;
}

/* ── 13. COOKIES CONSENT & SUBMIT BUTTON ─────────────────────────────── */
.comment-form-cookies-consent {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 6px !important;
  margin-bottom: 26px !important;
  cursor: pointer;
}

.comment-form-cookies-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  background: #f8fafc;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}

.comment-form-cookies-consent input[type="checkbox"]:hover {
  border-color: var(--wt-primary-color, #ff6b00);
  background: #ffffff;
}

.comment-form-cookies-consent input[type="checkbox"]:checked {
  background: var(--wt-primary-color, #ff6b00);
  border-color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 2px 8px rgba(255, 107, 0, 0.35);
}

.comment-form-cookies-consent input[type="checkbox"]:checked::after {
  content: '';
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
  display: block;
}

.comment-form-cookies-consent label {
  font-family: var(--wt-body-font-family, 'Inter', sans-serif);
  font-size: 13.5px;
  font-weight: 500;
  color: #475569;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  margin: 0 !important;
  transition: color 0.2s ease;
}

.comment-form-cookies-consent:hover label {
  color: #0f172a;
}

.form-submit,
p.form-submit {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.wt-comment-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 14px 34px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.wt-comment-submit-btn:hover {
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.5);
  transform: translateY(-2px) scale(1.02);
}

/* ── 14. TOAST NOTIFICATION ───────────────────────────────────────────── */
.wt-toast-notify {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #0f172a;
  color: #ffffff;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 50px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 999999;
  white-space: nowrap;
}

.wt-toast-notify.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ── 15. SEARCH FORM ─────────────────────────────────────────────────── */
.web-techiq-search-form {
  width: 100%;
}

.web-techiq-search-input-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: 2px solid #ffe6b3;
  border-radius: 100px;
  padding: 4px 4px 4px 20px;
  box-shadow: 0 8px 28px rgba(255, 184, 0, 0.1);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.web-techiq-search-input-wrap:focus-within {
  border-color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 10px 32px rgba(255, 107, 0, 0.2);
}

.web-techiq-search-input-wrap .search-icon {
  color: var(--wt-primary-color, #ff6b00);
  font-size: 15px;
  flex-shrink: 0;
  margin-right: 4px;
}

.web-techiq-search-field {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: #0f172a;
  min-width: 0;
  padding: 10px 4px;
}

.web-techiq-search-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  border: none;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
  flex-shrink: 0;
}

.web-techiq-search-submit-btn:hover {
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.5);
  transform: scale(1.04);
}

/* ── 16. EMPTY STATE CARD ────────────────────────────────────────────── */
.wt-none-found-card {
  max-width: 680px;
  margin: 40px auto 70px auto;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #fffdfa 100%);
  border: 1.5px solid #ffe6b3;
  border-radius: 32px;
  padding: 56px 48px;
  box-shadow: 0 20px 55px rgba(255, 184, 0, 0.1);
}

.none-found-icon-wrap {
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, #fff3d6 0%, #ffe6b3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px auto;
  font-size: 38px;
  color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.18);
}

.none-found-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px 0;
  letter-spacing: -0.01em;
}

.none-found-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 32px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.none-found-search-wrap {
  margin-bottom: 32px;
}

.none-found-quick-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.quick-links-label {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.quick-links-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.none-found-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 50px;
  padding: 8px 18px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  transition: all 0.2s ease;
}

.none-found-btn i {
  color: var(--wt-primary-color, #ff6b00);
  font-size: 13px;
}

.none-found-btn:hover {
  background: var(--wt-primary-color, #ff6b00);
  border-color: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.3);
  transform: translateY(-2px);
}

.none-found-btn:hover i {
  color: #ffffff;
}

/* ==========================================================================
   17. COMPREHENSIVE RESPONSIVE BREAKPOINTS (100% RESPONSIVENESS)
   ========================================================================== */
@media (max-width: 1200px) {
  .single-post-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .single-article-main-card {
    padding: 40px 42px;
  }

  .blog-newsletter-card {
    grid-template-columns: 1fr;
    padding: 36px 32px;
  }
}

@media (max-width: 1024px) {
  .blog-archive-header {
    padding: 36px 32px;
    border-radius: 28px;
  }

  .blog-archive-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .blog-archive-stats {
    width: 100%;
    justify-content: space-around;
  }

  .featured-post-card {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 28px;
  }

  .featured-post-thumb {
    height: 280px;
  }

  .single-post-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .single-social-share-sticky {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto 28px auto;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 50px;
  }

  .single-article-main-card {
    padding: 36px 32px;
    width: 100%;
  }

  .blog-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .comment-form-grid {
    grid-template-columns: 1fr;
  }

  .blog-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }

  .blog-cta-buttons {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .single-post-container {
    padding: 0 16px;
    margin: 20px auto 60px auto;
  }

  .blog-archive-header {
    padding: 28px 20px;
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .blog-archive-title {
    font-size: 28px;
  }

  .blog-archive-stats {
    padding: 14px 18px;
    gap: 12px;
    border-radius: 16px;
  }

  .archive-stat-num {
    font-size: 20px;
  }

  .archive-stat-label {
    font-size: 10.5px;
  }

  .featured-post-card {
    padding: 22px 18px;
    border-radius: 24px;
    margin-bottom: 30px;
  }

  .featured-post-thumb {
    height: 230px;
    border-radius: 18px;
  }

  .featured-post-title {
    font-size: 22px;
  }

  .blog-section-divider {
    margin: 36px 0 28px 0;
  }

  .blog-section-label {
    font-size: 12px;
    padding: 5px 14px;
  }

  .single-post-hero-header {
    padding: 28px 20px;
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .single-post-meta-bar {
    border-radius: 20px;
    padding: 12px 18px;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }

  .single-post-featured-thumb {
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .single-article-main-card {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .entry-content {
    font-size: 16px;
    line-height: 1.75;
  }

  .entry-content > p:first-of-type {
    font-size: 17.5px;
  }

  .entry-content h2 {
    font-size: 22px;
    padding-left: 12px;
    margin: 36px 0 16px 0;
  }

  .entry-content h3 {
    font-size: 18.5px;
    margin: 28px 0 12px 0;
  }

  .entry-content blockquote,
  .entry-content .wp-block-quote {
    padding: 18px 20px;
    font-size: 16px;
    margin: 24px 0;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    float: none;
    max-width: 100%;
    margin: 20px auto;
  }

  .web-techiq-toc-box {
    padding: 20px;
    border-radius: 20px;
    margin: 24px 0 32px 0;
  }

  .wt-author-box {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    border-radius: 24px;
    gap: 20px;
  }

  .author-box-header-row {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .author-box-title {
    justify-content: center;
  }

  .author-box-btn {
    width: 100%;
    justify-content: center;
  }

  .post-share-bottom-strip {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 18px 20px;
    gap: 14px;
  }

  .share-strip-buttons {
    justify-content: center;
    width: 100%;
  }

  .post-navigation-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .post-nav-card--next {
    text-align: left;
  }

  .post-nav-card--next .post-nav-dir {
    justify-content: flex-start;
  }

  .wt-comment-body {
    flex-direction: column;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .comment-list .children {
    padding-left: 14px;
  }

  .wt-comment-respond-box {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .blog-newsletter-card {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .blog-cta-banner {
    padding: 28px 20px;
    border-radius: 24px;
  }
}

@media (max-width: 639px) {
  .blog-archive-header {
    padding: 24px 16px;
  }

  .blog-archive-title {
    font-size: 25px;
  }

  .blog-archive-stats {
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 14px;
  }

  .archive-stat-num {
    font-size: 18px;
  }

  .archive-stat-label {
    font-size: 10px;
  }

  .blog-grid-3 {
    grid-template-columns: 1fr;
  }

  .featured-post-thumb {
    height: 200px;
  }

  .featured-read-btn {
    width: 100%;
    justify-content: center;
  }

  .window-title-badge {
    max-width: 180px;
  }

  .share-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .strip-share-btn {
    flex: 1;
    min-width: 130px;
    justify-content: center;
  }

  .wt-none-found-card {
    padding: 32px 18px;
    margin: 30px auto 50px auto;
  }

  .none-found-title {
    font-size: 22px;
  }

  .newsletter-input-box {
    flex-direction: column;
    border-radius: 20px;
    padding: 12px;
    gap: 10px;
  }

  .newsletter-submit-btn {
    width: 100%;
    justify-content: center;
  }

  .blog-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .blog-cta-btn-primary,
  .blog-cta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .single-post-container {
    padding: 0 12px;
  }

  .single-post-hero-header {
    padding: 24px 14px;
  }

  .single-post-meta-bar {
    padding: 10px 14px;
    font-size: 12.5px;
    border-radius: 16px;
  }

  .single-article-main-card {
    padding: 22px 14px;
    border-radius: 18px;
  }

  .single-social-share-sticky {
    padding: 6px 10px;
    gap: 8px;
  }

  .share-btn {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .window-title-badge {
    max-width: 130px;
  }

  .entry-content pre,
  .entry-content .wp-block-code {
    padding: 18px 14px;
    font-size: 12.5px;
    border-radius: 12px;
  }

  .code-copy-btn {
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .wt-comment-submit-btn {
    width: 100%;
    justify-content: center;
  }

  .web-techiq-search-submit-btn span {
    display: none;
  }

  .web-techiq-search-submit-btn {
    padding: 10px 14px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    justify-content: center;
  }

  .web-techiq-search-input-wrap {
    padding: 3px 3px 3px 14px;
  }

  .wt-toast-notify {
    font-size: 12px;
    padding: 10px 18px;
    max-width: 90vw;
  }
}

/* ==========================================================================
   RANK MATH SEO NATIVE BLOCK STYLING (TOC & FAQ ACCORDION)
   ========================================================================== */
.wp-block-rank-math-toc-block,
.rank-math-toc-box {
  margin: 32px 0 36px 0;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 107, 0, 0.2);
  border-left: 4px solid var(--wt-primary-color, #ff6b00);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.wp-block-rank-math-toc-block h2,
.wp-block-rank-math-toc-block h3,
.rank-math-toc-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-block-rank-math-toc-block nav ul,
.rank-math-toc-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wp-block-rank-math-toc-block nav ul li,
.rank-math-toc-box ul li {
  margin: 0;
  padding: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.wp-block-rank-math-toc-block nav ul li a,
.rank-math-toc-box ul li a {
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wp-block-rank-math-toc-block nav ul li a:hover,
.rank-math-toc-box ul li a:hover {
  color: var(--wt-primary-color, #ff6b00);
  transform: translateX(4px);
}

/* Rank Math FAQ Block Styling */
.wp-block-rank-math-faq-block,
.rank-math-faq-block {
  margin: 36px 0;
  padding: 0;
  border: none;
  background: transparent;
}

.rank-math-faq-item {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rank-math-faq-item:hover {
  border-color: rgba(255, 107, 0, 0.4);
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.06);
}

.rank-math-faq-question {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 16.5px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 10px;
}

.rank-math-faq-answer {
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

