.elementor-11638 .elementor-element.elementor-element-b6f144b{--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 );}.elementor-11638 .elementor-element.elementor-element-f02ccb3{--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;}.elementor-11638 .elementor-element.elementor-element-d37fb87{--display:flex;}.elementor-11638 .elementor-element.elementor-element-08857a8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   NITURE SINC AIR PRODUCT PAGE
   Hybrid catalogue-image product layout
   ========================================================= */

.nsa-section,
.nsa-section * {
  box-sizing: border-box;
}

.nsa-section {
  --nsa-text: #22211f;
  --nsa-muted: #6b6762;
  --nsa-dark: #232220;
  --nsa-soft: #f5f2ed;
  --nsa-warm: #eee7df;
  --nsa-card: #ffffff;
  --nsa-line: #ddd8d1;
  --nsa-accent: #9a7259;
  --nsa-accent-soft: #f1e7df;

  width: 100%;
  padding: 88px 24px;
  color: var(--nsa-text);
  font-family: inherit;
}

.nsa-bg-white {
  background: #ffffff;
}

.nsa-bg-soft {
  background: var(--nsa-soft);
}

.nsa-bg-warm {
  background: var(--nsa-warm);
}

.nsa-bg-dark {
  background: var(--nsa-dark);
}

.nsa-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.nsa-narrow {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.nsa-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--nsa-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nsa-section h1,
.nsa-section h2,
.nsa-section h3,
.nsa-section h4 {
  margin-top: 0;
  color: var(--nsa-text);
  font-family: inherit;
  letter-spacing: -0.025em;
}

.nsa-section h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 600;
  line-height: 1.03;
}

.nsa-section h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 600;
  line-height: 1.08;
}

.nsa-section h3 {
  margin-bottom: 13px;
  font-size: clamp(21px, 2.4vw, 29px);
  font-weight: 600;
  line-height: 1.2;
}

.nsa-section h4 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.nsa-section p {
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--nsa-muted);
  font-size: 17px;
  line-height: 1.75;
}

.nsa-section p:last-child {
  margin-bottom: 0;
}

.nsa-lead {
  max-width: 900px;
  color: var(--nsa-text) !important;
  font-size: clamp(19px, 2vw, 23px) !important;
  line-height: 1.62 !important;
}

.nsa-intro {
  max-width: 860px;
}

.nsa-center {
  text-align: center;
}

.nsa-center .nsa-lead,
.nsa-center .nsa-intro {
  margin-right: auto;
  margin-left: auto;
}

.nsa-grid {
  display: grid;
  gap: 24px;
}

.nsa-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsa-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsa-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nsa-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--nsa-line);
  border-radius: 18px;
  background: var(--nsa-card);
}

.nsa-card-accent {
  border-color: rgba(154, 114, 89, 0.25);
  background: var(--nsa-accent-soft);
}

.nsa-card-dark {
  border-color: var(--nsa-dark);
  background: var(--nsa-dark);
}

.nsa-card-dark h3,
.nsa-card-dark h4,
.nsa-card-dark p,
.nsa-card-dark li {
  color: #ffffff;
}

.nsa-card-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--nsa-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.nsa-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nsa-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 27px;
  color: var(--nsa-muted);
  font-size: 16px;
  line-height: 1.6;
}

.nsa-list li:last-child {
  margin-bottom: 0;
}

.nsa-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nsa-accent);
  content: "";
}

.nsa-check-list li::before {
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--nsa-accent);
  content: "✓";
  font-size: 17px;
  font-weight: 700;
}

.nsa-card-dark .nsa-list li::before {
  background: #ffffff;
}

.nsa-card-dark .nsa-check-list li::before {
  background: transparent;
  color: #ffffff;
}

.nsa-hybrid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.nsa-hybrid-copy {
  min-width: 0;
}

.nsa-image-left .nsa-hybrid-media {
  order: 1;
}

.nsa-image-left .nsa-hybrid-copy {
  order: 2;
}

.nsa-catalogue-media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--nsa-line);
  border-radius: 18px;
  background: #e9e4de;
}

.nsa-catalogue-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.nsa-catalogue-wide {
  max-width: 1080px;
  margin: 36px auto 0;
}

.nsa-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.nsa-image-caption {
  margin-top: 10px;
  color: var(--nsa-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nsa-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.nsa-stat {
  padding: 22px;
  border: 1px solid var(--nsa-line);
  border-radius: 14px;
  background: #ffffff;
}

.nsa-stat-label {
  display: block;
  margin-bottom: 7px;
  color: var(--nsa-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsa-stat-value {
  display: block;
  color: var(--nsa-text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.nsa-feature-stack {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.nsa-feature-row {
  padding: 23px 25px;
  border-left: 3px solid var(--nsa-accent);
  background: rgba(255, 255, 255, 0.78);
}

.nsa-feature-row h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.nsa-quote {
  margin-top: 30px;
  padding: 27px 29px;
  border-left: 4px solid var(--nsa-accent);
  background: var(--nsa-soft);
  color: var(--nsa-text);
  font-size: clamp(20px, 2.3vw, 27px);
  font-weight: 500;
  line-height: 1.45;
}

.nsa-bg-soft .nsa-quote,
.nsa-bg-warm .nsa-quote {
  background: #ffffff;
}

.nsa-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--nsa-line);
  border-radius: 16px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.nsa-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

.nsa-table th,
.nsa-table td {
  padding: 18px 21px;
  border-bottom: 1px solid var(--nsa-line);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
}

.nsa-table th {
  background: var(--nsa-dark);
  color: #ffffff;
  font-weight: 600;
}

.nsa-table td {
  color: var(--nsa-muted);
}

.nsa-table td:first-child {
  color: var(--nsa-text);
  font-weight: 600;
}

.nsa-table tr:last-child td {
  border-bottom: 0;
}

.nsa-table .nsa-highlight-row td {
  background: var(--nsa-accent-soft);
}

.nsa-table .nsa-highlight-row td:first-child {
  color: var(--nsa-accent);
}

.nsa-note {
  margin-top: 20px;
  padding: 20px 22px;
  border-left: 3px solid var(--nsa-accent);
  background: #ffffff;
}

.nsa-note p {
  margin: 0;
  font-size: 14px;
}

.nsa-faq {
  display: grid;
  gap: 12px;
}

.nsa-faq details {
  overflow: hidden;
  border: 1px solid var(--nsa-line);
  border-radius: 14px;
  background: #ffffff;
}

.nsa-faq summary {
  position: relative;
  padding: 21px 58px 21px 23px;
  color: var(--nsa-text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.nsa-faq summary::-webkit-details-marker {
  display: none;
}

.nsa-faq summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  color: var(--nsa-accent);
  content: "+";
  font-size: 25px;
  font-weight: 400;
}

.nsa-faq details[open] summary::after {
  content: "–";
}

.nsa-faq-content {
  padding: 0 23px 23px;
}

.nsa-faq-content p {
  font-size: 16px;
}

.nsa-cta {
  padding: 52px;
  border-radius: 22px;
  background: var(--nsa-dark);
}

.nsa-cta .nsa-eyebrow {
  color: #d9b9a5;
}

.nsa-cta h2,
.nsa-cta h3,
.nsa-cta p {
  color: #ffffff;
}

.nsa-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nsa-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nsa-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: var(--nsa-dark) !important;
}

.nsa-button-light {
  background: #ffffff;
  color: var(--nsa-dark) !important;
}

.nsa-button-light:hover {
  background: transparent;
  color: #ffffff !important;
}

.nsa-summary {
  margin-top: 34px;
  padding: 36px;
  border: 1px solid var(--nsa-line);
  border-radius: 18px;
  background: var(--nsa-soft);
}

.nsa-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 24px;
}

.nsa-summary-item {
  padding: 17px 0;
  border-bottom: 1px solid var(--nsa-line);
}

.nsa-summary-label {
  display: block;
  margin-bottom: 5px;
  color: var(--nsa-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsa-summary-value {
  color: var(--nsa-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.nsa-brand-line {
  margin-top: 36px !important;
  color: var(--nsa-text) !important;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.nsa-mt-24 {
  margin-top: 24px;
}

.nsa-mt-30 {
  margin-top: 30px;
}

.nsa-mt-36 {
  margin-top: 36px;
}

@media (max-width: 960px) {
  .nsa-section {
    padding: 70px 20px;
  }

  .nsa-hybrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nsa-hybrid .nsa-hybrid-copy {
    order: 1 !important;
  }

  .nsa-hybrid .nsa-hybrid-media {
    order: 2 !important;
  }

  .nsa-grid-3,
  .nsa-grid-4,
  .nsa-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .nsa-section {
    padding: 56px 18px;
  }

  .nsa-grid-2,
  .nsa-grid-3,
  .nsa-grid-4,
  .nsa-catalogue-grid,
  .nsa-stat-grid,
  .nsa-summary-grid {
    grid-template-columns: 1fr;
  }

  .nsa-card {
    padding: 25px;
  }

  .nsa-cta {
    padding: 34px 24px;
  }

  .nsa-table th,
  .nsa-table td {
    padding: 15px;
  }

  .nsa-faq summary {
    padding: 20px 52px 20px 20px;
    font-size: 16px;
  }

  .nsa-faq-content {
    padding: 0 20px 20px;
  }

  .nsa-summary {
    padding: 28px 23px;
  }
}
/* =========================================================
   SINC AIR VERTICAL PRODUCT VIDEOS
   ========================================================= */

.nsa-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 900px;
  margin: 38px auto 0;
}

.nsa-video-card {
  overflow: hidden;
  border: 1px solid var(--nsa-line);
  border-radius: 20px;
  background: #ffffff;
}

.nsa-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--nsa-dark);
}

.nsa-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.nsa-video-copy {
  padding: 26px;
}

.nsa-video-number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--nsa-dark);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.nsa-video-copy h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.nsa-video-copy p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
}

.nsa-video-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--nsa-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 700px) {
  .nsa-video-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    gap: 22px;
  }

  .nsa-video-copy {
    padding: 23px;
  }
}/* End custom CSS */