.elementor-9045 .elementor-element.elementor-element-3f33344{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS *//* =========================================================
   NITURE 2026 ERGONOMIC CHAIR BUYING GUIDE
   Global page styling
   Prefix: nbg-
   ========================================================= */

.nbg-page {
  --nbg-bg: #f3f1ed;
  --nbg-surface: #ffffff;
  --nbg-ink: #181817;
  --nbg-muted: #6d6a65;
  --nbg-line: rgba(24, 24, 23, 0.12);
  --nbg-soft-line: rgba(24, 24, 23, 0.07);
  --nbg-accent: #b8644b;
  --nbg-accent-dark: #884330;
  --nbg-accent-soft: #eee0d9;
  --nbg-dark: #1c1c1a;
  --nbg-dark-soft: #292825;
  --nbg-radius: 24px;
  --nbg-radius-small: 15px;
  --nbg-shadow: 0 22px 60px rgba(20, 20, 18, 0.08);
  --nbg-width: 1180px;

  color: var(--nbg-ink);
  background: var(--nbg-bg);
  font-family: inherit;
  line-height: 1.7;
  overflow: hidden;
}

.nbg-page,
.nbg-page * {
  box-sizing: border-box;
}

.nbg-page a {
  color: inherit;
}

.nbg-section {
  position: relative;
  padding: 92px 24px;
}

.nbg-section--white {
  background: var(--nbg-surface);
}

.nbg-section--soft {
  background: var(--nbg-bg);
}

.nbg-section--accent {
  background: var(--nbg-accent-soft);
}

.nbg-section--dark {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(184, 100, 75, 0.26),
      transparent 34%
    ),
    linear-gradient(145deg, var(--nbg-dark-soft), var(--nbg-dark));
}

.nbg-inner {
  width: min(100%, var(--nbg-width));
  margin: 0 auto;
}

.nbg-narrow {
  width: min(100%, 850px);
  margin: 0 auto;
}

.nbg-center {
  text-align: center;
}

.nbg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--nbg-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nbg-eyebrow::before {
  width: 26px;
  height: 2px;
  content: "";
  background: currentColor;
}

.nbg-section--dark .nbg-eyebrow {
  color: #e6a38e;
}

.nbg-page h1,
.nbg-page h2,
.nbg-page h3,
.nbg-page h4 {
  margin-top: 0;
  color: inherit;
  font-family: inherit;
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.nbg-page h1 {
  max-width: 920px;
  margin-bottom: 25px;
  font-size: clamp(42px, 6vw, 78px);
}

.nbg-page h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4vw, 54px);
}

.nbg-page h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2.2vw, 28px);
}

.nbg-page h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

.nbg-lead {
  max-width: 820px;
  margin: 0 0 28px;
  color: var(--nbg-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.nbg-center .nbg-lead {
  margin-right: auto;
  margin-left: auto;
}

.nbg-section--dark .nbg-lead,
.nbg-section--dark .nbg-muted {
  color: rgba(255, 255, 255, 0.72);
}

.nbg-page p {
  margin-top: 0;
}

.nbg-page p:last-child {
  margin-bottom: 0;
}

.nbg-muted {
  color: var(--nbg-muted);
}

.nbg-small {
  color: var(--nbg-muted);
  font-size: 14px;
  line-height: 1.6;
}

.nbg-grid {
  display: grid;
  gap: 24px;
}

.nbg-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nbg-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nbg-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nbg-align-center {
  align-items: center;
}

.nbg-card {
  padding: 30px;
  border: 1px solid var(--nbg-line);
  border-radius: var(--nbg-radius);
  background: var(--nbg-surface);
  box-shadow: 0 12px 32px rgba(20, 20, 18, 0.035);
}

.nbg-card--flat {
  box-shadow: none;
}

.nbg-card--accent {
  border-color: rgba(184, 100, 75, 0.2);
  background: var(--nbg-accent-soft);
}

.nbg-card--dark {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.nbg-card-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--nbg-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbg-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--nbg-accent);
  font-size: 14px;
  font-weight: 800;
}

.nbg-list,
.nbg-checklist {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.nbg-list li,
.nbg-checklist li {
  position: relative;
  padding-left: 25px;
}

.nbg-list li::before {
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--nbg-accent);
}

.nbg-checklist li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--nbg-accent);
  content: "✓";
  font-weight: 800;
}

.nbg-section--dark .nbg-list li::before {
  background: #e6a38e;
}

.nbg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.nbg-center .nbg-actions {
  justify-content: center;
}

.nbg-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 1px solid var(--nbg-accent);
  border-radius: 999px;
  color: #ffffff !important;
  background: var(--nbg-accent);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.nbg-btn:hover {
  transform: translateY(-2px);
  border-color: var(--nbg-accent-dark);
  background: var(--nbg-accent-dark);
}

.nbg-btn--ghost {
  color: var(--nbg-ink) !important;
  border-color: var(--nbg-line);
  background: transparent;
}

.nbg-btn--ghost:hover {
  color: var(--nbg-ink) !important;
  border-color: var(--nbg-ink);
  background: transparent;
}

.nbg-section--dark .nbg-btn--ghost {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3);
}

.nbg-section--dark .nbg-btn--ghost:hover {
  border-color: #ffffff;
}

.nbg-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--nbg-accent) !important;
  font-weight: 720;
  text-decoration: none !important;
}

.nbg-text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.nbg-text-link:hover::after {
  transform: translateX(4px);
}

.nbg-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--nbg-accent);
  border-radius: 0 var(--nbg-radius-small) var(--nbg-radius-small) 0;
  background: rgba(184, 100, 75, 0.08);
}

.nbg-section--dark .nbg-note {
  background: rgba(255, 255, 255, 0.06);
}

.nbg-quote {
  margin: 28px 0 0;
  padding: 27px;
  border: 1px solid rgba(184, 100, 75, 0.22);
  border-radius: var(--nbg-radius);
  background: var(--nbg-accent-soft);
  font-size: clamp(20px, 2.5vw, 29px);
  font-weight: 650;
  line-height: 1.4;
}

.nbg-table-wrap {
  width: 100%;
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid var(--nbg-line);
  border-radius: var(--nbg-radius);
  background: var(--nbg-surface);
  box-shadow: var(--nbg-shadow);
}

.nbg-table {
  width: 100%;
  min-width: 930px;
  border-collapse: collapse;
}

.nbg-table th,
.nbg-table td {
  padding: 20px;
  border-bottom: 1px solid var(--nbg-soft-line);
  text-align: left;
  vertical-align: top;
}

.nbg-table th {
  color: var(--nbg-muted);
  background: #f8f7f4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nbg-table tr:last-child td {
  border-bottom: 0;
}

.nbg-table td:first-child {
  font-weight: 700;
}

.nbg-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.nbg-model {
  position: relative;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--nbg-line);
  border-radius: var(--nbg-radius);
  background: var(--nbg-surface);
}

.nbg-model::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  content: "";
  border-radius: 0 0 0 72px;
  background: var(--nbg-accent-soft);
}

.nbg-model-position {
  display: block;
  margin-bottom: 7px;
  color: var(--nbg-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nbg-model-character {
  display: block;
  margin-bottom: 18px;
  color: var(--nbg-muted);
  font-weight: 600;
}

.nbg-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.nbg-chip {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid var(--nbg-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 650;
}

.nbg-divider {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  background: var(--nbg-line);
}

.nbg-hero {
  padding-top: 115px;
  padding-bottom: 105px;
}

.nbg-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 48px;
  align-items: center;
}

.nbg-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(8px);
}

.nbg-hero-panel h2 {
  margin-bottom: 18px;
  font-size: 27px;
}

.nbg-hero-panel .nbg-list {
  color: rgba(255, 255, 255, 0.78);
}

.nbg-kicker {
  display: inline-flex;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.nbg-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.nbg-feature {
  padding: 25px;
  border: 1px solid var(--nbg-line);
  border-radius: var(--nbg-radius-small);
  background: var(--nbg-surface);
}

.nbg-feature h3 {
  font-size: 21px;
}

.nbg-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  counter-reset: nbg-step;
}

.nbg-step {
  position: relative;
  min-height: 100%;
  padding: 28px 28px 28px 82px;
  border: 1px solid var(--nbg-line);
  border-radius: var(--nbg-radius);
  background: var(--nbg-surface);
  counter-increment: nbg-step;
}

.nbg-step::before {
  position: absolute;
  top: 27px;
  left: 26px;
  display: grid;
  width: 40px;
  height: 40px;
  content: counter(nbg-step, decimal-leading-zero);
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--nbg-accent);
  font-size: 12px;
  font-weight: 800;
}

.nbg-faq {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.nbg-faq details {
  overflow: hidden;
  border: 1px solid var(--nbg-line);
  border-radius: 17px;
  background: var(--nbg-surface);
}

.nbg-faq summary {
  position: relative;
  padding: 22px 60px 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.nbg-faq summary::-webkit-details-marker {
  display: none;
}

.nbg-faq summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 30px;
  height: 30px;
  content: "+";
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--nbg-accent);
  background: var(--nbg-accent-soft);
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
}

.nbg-faq details[open] summary::after {
  content: "−";
}

.nbg-faq-answer {
  padding: 0 24px 24px;
  color: var(--nbg-muted);
}

.nbg-final-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.nbg-final-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.nbg-final-list strong {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .nbg-grid-4,
  .nbg-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nbg-hero-grid {
    grid-template-columns: 1fr;
  }

  .nbg-hero-panel {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .nbg-section {
    padding: 68px 18px;
  }

  .nbg-hero {
    padding-top: 78px;
    padding-bottom: 72px;
  }

  .nbg-grid-2,
  .nbg-grid-3,
  .nbg-grid-4,
  .nbg-model-grid,
  .nbg-feature-grid,
  .nbg-step-grid,
  .nbg-final-list {
    grid-template-columns: 1fr;
  }

  .nbg-card,
  .nbg-model {
    padding: 24px;
  }

  .nbg-step {
    padding: 77px 24px 24px;
  }

  .nbg-step::before {
    top: 22px;
    left: 23px;
  }

  .nbg-actions {
    flex-direction: column;
  }

  .nbg-btn {
    width: 100%;
  }

  .nbg-faq summary {
    padding: 20px 54px 20px 19px;
    font-size: 17px;
  }

  .nbg-faq-answer {
    padding: 0 19px 21px;
  }
}
/* Make every separate Elementor block inherit the page variables */
.nbg-section {
  --nbg-bg: #f3f1ed;
  --nbg-surface: #ffffff;
  --nbg-ink: #181817;
  --nbg-muted: #6d6a65;
  --nbg-line: rgba(24, 24, 23, 0.12);
  --nbg-soft-line: rgba(24, 24, 23, 0.07);
  --nbg-accent: #b8644b;
  --nbg-accent-dark: #884330;
  --nbg-accent-soft: #eee0d9;
  --nbg-dark: #1c1c1a;
  --nbg-dark-soft: #292825;
  --nbg-radius: 24px;
  --nbg-radius-small: 15px;
  --nbg-shadow: 0 22px 60px rgba(20, 20, 18, 0.08);
  --nbg-width: 1180px;

  color: var(--nbg-ink);
  font-family: inherit;
  line-height: 1.7;
  box-sizing: border-box;
}
.nbg-section--dark .nbg-chip {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}
/* Fix headings and text inside dark sections */
.nbg-section--dark h1,
.nbg-section--dark h2,
.nbg-section--dark h3,
.nbg-section--dark h4 {
  color: #ffffff;
}

.nbg-section--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.nbg-section--dark .nbg-lead {
  color: rgba(255, 255, 255, 0.88);
}
/* Fix Block 21 model descriptions */
.nbg-section--dark .nbg-final-list li {
  color: rgba(255, 255, 255, 0.82) !important;
}

.nbg-section--dark .nbg-final-list li strong {
  color: #ffffff !important;
}
/* Global dark-section readability */
.nbg-section--dark {
  color: #ffffff !important;
}

.nbg-section--dark h1,
.nbg-section--dark h2,
.nbg-section--dark h3,
.nbg-section--dark h4,
.nbg-section--dark strong {
  color: #ffffff !important;
}

.nbg-section--dark p,
.nbg-section--dark li {
  color: rgba(255, 255, 255, 0.82) !important;
}/* End custom CSS */