/* Northern Base AI Labs enterprise design enhancements */
.nbai-enhanced-page .seo-content-depth-section .row.mt-4 {
  row-gap: 24px;
}

.nbai-enhanced-page .seo-content-depth-section .col-lg-6,
.nbai-enhanced-page .seo-content-depth-section .col-lg-12 {
  position: relative;
}

.nbai-enhanced-page .seo-content-depth-section .col-lg-6 > h2,
.nbai-enhanced-page .seo-content-depth-section .col-lg-12 > h2 {
  margin-bottom: 16px;
}

.nbai-enhanced-page .seo-content-depth-section .col-lg-6:has(> h2),
.nbai-enhanced-page .seo-content-depth-section .col-lg-12:has(> h2) {
  background: var(--pbmit-white-color);
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .08);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(var(--pbmit-blackish-color-rgb), .08);
  padding: 32px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.nbai-enhanced-page .seo-content-depth-section .col-lg-6:has(> h2):hover,
.nbai-enhanced-page .seo-content-depth-section .col-lg-12:has(> h2):hover {
  transform: translateY(-3px);
  border-color: rgba(var(--pbmit-global-color-rgb), .28);
  box-shadow: 0 26px 64px rgba(var(--pbmit-blackish-color-rgb), .12);
}

.nbai-enhanced-page .seo-content-depth-section h2::before {
  content: "";
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--pbmit-global-color);
  box-shadow: inset 0 0 0 11px rgba(var(--pbmit-white-color-rgb), .22);
}

.nbai-enhanced-page .nbai-contextual-links {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--pbmit-global-color);
  border-radius: 14px;
  background: rgba(var(--pbmit-global-color-rgb), .07);
}

.nbai-enhanced-page .nbai-contextual-links a {
  color: var(--pbmit-global-color);
  font-weight: 700;
}

.nbai-trust-section {
  background: var(--pbmit-white-color);
}

.nbai-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nbai-trust-card {
  height: 100%;
  padding: 26px;
  border-radius: 22px;
  background: var(--pbmit-white-color);
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .08);
  box-shadow: 0 18px 45px rgba(var(--pbmit-blackish-color-rgb), .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.nbai-trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--pbmit-global-color-rgb), .3);
  box-shadow: 0 26px 60px rgba(var(--pbmit-blackish-color-rgb), .12);
}

.nbai-trust-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--pbmit-global-color);
  color: var(--pbmit-white-color);
  font-weight: 700;
}

.nbai-trust-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.nbai-audio-detail-section {
  background: #f4f7fa;
}

.nbai-audio-detail-section .pbmit-heading-subheading {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 34px;
}

.nbai-audio-detail-section .pbmit-heading-subheading .pbmit-title {
  margin-bottom: 12px;
  color: #071f3d;
  line-height: 1.1;
}

.nbai-audio-detail-section .pbmit-heading-subheading p {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: #55636f;
  font-size: 18px;
  line-height: 1.65;
}

.nbai-audio-card-grid {
  row-gap: 28px;
}

.nbai-audio-card-grid > [class*="col-"] {
  display: flex;
}

.nbai-audio-info-card {
  width: 100%;
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(var(--pbmit-blackish-color-rgb), .07);
}

.nbai-audio-info-card h3 {
  margin-bottom: 16px;
  color: #071f3d;
  font-size: 30px;
  line-height: 1.18;
}

.nbai-audio-info-card p {
  margin-bottom: 18px;
  color: #55636f;
  font-size: 17px;
  line-height: 1.75;
}

.nbai-audio-info-card p:last-child {
  margin-bottom: 0;
}

.nbai-audio-info-card a {
  color: #071f3d;
  font-weight: 700;
}

.pbmit-faq-wrapper {
  display: grid;
  gap: 16px;
}

.pbmit-faq-wrapper .pbmit-faq-item {
  overflow: hidden;
  border-radius: 20px;
  background: var(--pbmit-white-color);
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .08);
  box-shadow: 0 18px 45px rgba(var(--pbmit-blackish-color-rgb), .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pbmit-faq-wrapper .pbmit-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--pbmit-global-color-rgb), .28);
  box-shadow: 0 24px 55px rgba(var(--pbmit-blackish-color-rgb), .12);
}

.pbmit-faq-wrapper .pbmit-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 24px 28px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.35;
}

.pbmit-faq-wrapper .pbmit-faq-question::after {
  content: "+";
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pbmit-global-color);
  color: var(--pbmit-white-color);
  font-size: 24px;
  font-weight: 400;
}

.pbmit-faq-wrapper .pbmit-faq-item.is-open .pbmit-faq-question::after {
  content: "-";
  background: var(--pbmit-secondary-color);
}

.pbmit-faq-wrapper .pbmit-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  color: var(--pbmit-body-typography-color);
  line-height: 1.75;
  transition: max-height .32s ease, padding-bottom .32s ease;
}

.pbmit-faq-wrapper .pbmit-faq-item.is-open .pbmit-faq-answer {
  padding-bottom: 26px;
}

.nbai-seo-depth-service-wrap {
  position: relative;
}

.nbai-seo-depth-service-wrap .transform-top-sec,
.nbai-seo-depth-service-wrap .service-section-two,
.nbai-seo-service-style {
  margin-top: 0 !important;
  transform: none !important;
  top: auto !important;
}

.nbai-seo-service-style {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.nbai-seo-service-style::before,
.nbai-seo-service-style::after {
  display: none !important;
}

.nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child {
  display: grid !important;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.72fr);
  gap: 58px;
  align-items: start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px;
}

.nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child > [class*="col-"] {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child > [class*="col-"]:first-child {
  display: flex;
  align-items: flex-start;
  padding-top: 34px;
}

.nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child > [class*="col-"]:first-child .pbmit-heading-subheading {
  max-width: 440px;
  margin: 0;
  padding: 0;
}

.nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child > [class*="col-"]:first-child .pbmit-title {
  font-size: clamp(44px, 4vw, 66px);
  line-height: 1.08;
}

.nbai-approach-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  min-width: 0;
}

.nbai-approach-card-grid > [class*="col-"] {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}

.nbai-approach-card-grid .pbmit-box-area {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.nbai-approach-card-grid .pbminfotech-post-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 390px;
  height: 100%;
  margin: 0;
  padding: 34px 38px 34px;
  transform: none !important;
  top: auto !important;
}

.nbai-approach-card-grid .pbmit-box-content-wrap {
  align-items: center;
  min-height: 82px;
}

.nbai-approach-card-grid .pbmit-content-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  padding-top: 22px;
}

.nbai-approach-card-grid .pbmit-service-title {
  min-height: 0;
  padding-right: 0;
  font-size: 25px;
  line-height: 1.18;
}

.nbai-approach-card-grid .pbmit-service-description p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  color: #626C72;
  font-size: 16px;
  line-height: 1.62;
  text-overflow: clip;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.nbai-approach-card-grid .pbminfotech-box-number {
  right: 18px;
  bottom: -18px;
}

.nbai-approach-card-grid .pbmit-service-icon svg {
  width: 72px;
  height: 72px;
  margin-right: 22px;
  padding: 20px;
}

.nbai-seo-faq-row {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 70px;
  margin: 0 calc(50% - 50vw);
  padding: 90px max(24px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  border-top-right-radius: 145px;
  border-top-left-radius: 145px;
  border-bottom-right-radius: 145px;
  border-bottom-left-radius: 145px;
  background: linear-gradient(135deg, #FFD84D 0%, #FFC928 45%, #F7B900 100%);
}

.nbai-seo-faq-row::before,
.nbai-seo-faq-row::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.nbai-seo-faq-row::before {
  opacity: .055;
  background-image:
    radial-gradient(circle, #071F3A 1.2px, transparent 1.5px),
    linear-gradient(rgba(7,31,58,.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,31,58,.45) 1px, transparent 1px);
  background-position: 0 0, 18px 18px, 18px 18px;
  background-size: 22px 22px, 56px 56px, 56px 56px;
}

.nbai-seo-faq-row::after {
  opacity: .06;
  background-image:
    radial-gradient(circle at 16% 24%, #071F3A 0 4px, transparent 5px),
    radial-gradient(circle at 36% 72%, #071F3A 0 3px, transparent 4px),
    radial-gradient(circle at 78% 28%, #071F3A 0 4px, transparent 5px),
    radial-gradient(circle at 90% 82%, #071F3A 0 3px, transparent 4px),
    linear-gradient(30deg, transparent 0 21%, #071F3A 21.15%, transparent 21.45% 100%),
    linear-gradient(132deg, transparent 0 67%, #071F3A 67.15%, transparent 67.45% 100%);
}

.nbai-seo-faq-row > [class*="col-"] {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.nbai-faq-copy {
  max-width: 380px;
  margin-bottom: 0;
}

.nbai-faq-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 19px;
  border: 1px solid rgba(7, 31, 58, .12);
  border-radius: 50px;
  background: #ffffff;
  color: #071F3A;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

.nbai-faq-copy .pbmit-title {
  margin-bottom: 18px;
  color: #071F3A !important;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.nbai-faq-copy .pbmit-heading-desc {
  max-width: 360px;
  margin-bottom: 0;
  color: #071F3A;
  font-size: 17px;
  line-height: 1.8;
}

.nbai-service-faq-wrapper {
  display: block;
}

.nbai-service-faq-wrapper .pbmit-faq-item {
  overflow: hidden;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(7,31,58,0.14);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.nbai-service-faq-wrapper .pbmit-faq-item:last-child {
  margin-bottom: 0;
}

.nbai-service-faq-wrapper .pbmit-faq-item:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 20px 44px rgba(7,31,58,0.18);
}

.nbai-service-faq-wrapper .pbmit-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0;
  padding: 26px 32px;
  color: #071F3A;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  transition: color 300ms ease;
}

.nbai-service-faq-wrapper .pbmit-faq-question::after {
  content: "+";
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(7,31,58,0.07);
  color: #071F3A;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
}

.nbai-service-faq-wrapper .pbmit-faq-item.is-open .pbmit-faq-question::after {
  content: "-";
  background: #071F3A;
  color: #ffffff;
  transform: rotate(180deg);
}

.nbai-service-faq-wrapper .pbmit-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  color: #4F5B67;
  line-height: 1.75;
  transition: max-height 300ms ease, padding-bottom 300ms ease;
}

.nbai-service-faq-wrapper .pbmit-faq-answer p {
  margin-bottom: 0;
  color: #4F5B67;
  font-size: 17px;
  line-height: 1.75;
}

.nbai-service-faq-wrapper .pbmit-faq-item.is-open .pbmit-faq-answer {
  padding-bottom: 26px;
}

@media (max-width: 991px) {
  .nbai-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child > [class*="col-"]:first-child {
    padding-top: 0;
  }

  .nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child > [class*="col-"]:first-child .pbmit-title {
    font-size: clamp(38px, 7vw, 56px);
  }

  .nbai-approach-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .nbai-approach-card-grid .pbminfotech-post-item {
    min-height: 360px;
    padding: 30px 30px 32px;
  }

  .nbai-approach-card-grid .pbmit-service-description p {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }

  .nbai-seo-faq-row {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nbai-faq-copy,
  .nbai-faq-copy .pbmit-heading-desc {
    max-width: 100%;
  }

  .nbai-service-faq-wrapper .pbmit-faq-question {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .nbai-enhanced-page .seo-content-depth-section .col-lg-6:has(> h2),
  .nbai-enhanced-page .seo-content-depth-section .col-lg-12:has(> h2) {
    padding: 24px;
  }

  .nbai-trust-grid,
  .nbai-approach-card-grid {
    grid-template-columns: 1fr;
  }

  .nbai-approach-card-grid .pbminfotech-post-item {
    min-height: 0;
    padding: 28px 26px 30px;
  }

  .nbai-approach-card-grid .pbmit-service-description p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: initial;
  }

  .nbai-approach-card-grid .pbmit-box-content-wrap {
    min-height: auto;
  }

  .nbai-approach-card-grid .pbmit-service-icon svg {
    width: 64px;
    height: 64px;
    margin-right: 18px;
    padding: 18px;
  }

  .nbai-seo-faq-row {
    padding: 55px 18px;
  }

  .nbai-faq-pill {
    margin-bottom: 14px;
  }

  .nbai-faq-copy .pbmit-title {
    margin-bottom: 12px;
  }

  .pbmit-faq-wrapper .pbmit-faq-question,
  .nbai-service-faq-wrapper .pbmit-faq-question {
    padding: 24px;
    font-size: 20px;
    line-height: 1.35;
  }

  .nbai-service-faq-wrapper .pbmit-faq-question::after {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .pbmit-faq-wrapper .pbmit-faq-answer,
  .nbai-service-faq-wrapper .pbmit-faq-answer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Service SEO intro cleanup: centered readable panel with reduced vertical whitespace */
.seo-content-depth-section {
  padding-top: 46px !important;
  padding-bottom: 42px !important;
  background: #f4f7fa;
}
.seo-content-depth-section .nbai-seo-intro-panel {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 42px 30px;
  background: #ffffff;
  border: 1px solid rgba(8, 34, 58, 0.08);
  border-radius: 8px;
  text-align: center;
}
.seo-content-depth-section .nbai-seo-intro-panel h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #071f3d;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
}
.seo-content-depth-section .nbai-seo-intro-copy {
  max-width: 1010px;
  margin: 0 auto;
}
.seo-content-depth-section .nbai-seo-intro-copy p {
  margin: 0 0 14px;
  color: #55636f;
  font-size: 18px;
  line-height: 1.72;
}
.seo-content-depth-section .nbai-seo-intro-copy p:last-child {
  margin-bottom: 0;
}
.nbai-seo-depth-service-wrap .nbai-seo-service-style {
  padding-top: 72px !important;
  padding-bottom: 0 !important;
}
.nbai-seo-service-style .pbmit-element-service-style-2 > .row:first-child {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .seo-content-depth-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
  }
  .seo-content-depth-section .nbai-seo-intro-panel {
    padding: 26px 20px 24px;
  }
  .seo-content-depth-section .nbai-seo-intro-panel h2 {
    font-size: 30px;
  }
  .seo-content-depth-section .nbai-seo-intro-copy p {
    font-size: 16px;
    line-height: 1.65;
  }
  .nbai-seo-depth-service-wrap .nbai-seo-service-style {
    padding-top: 44px !important;
    padding-bottom: 0 !important;
  }
}


/* Premium blog article layout */
.nbai-blog-hero{padding:72px 0 44px;background:linear-gradient(180deg,#f4f7fa 0%,#fff 100%)}
.nbai-blog-hero .container,.nbai-blog-main .container{max-width:1160px}
.nbai-blog-kicker{display:inline-flex;margin-bottom:18px;padding:8px 16px;border-radius:40px;background:rgba(255,203,46,.22);color:#071f3d;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.nbai-blog-hero h1{max-width:980px;margin:0 0 20px;color:#071f3d;font-size:54px;line-height:1.08;letter-spacing:0}
.nbai-blog-summary{max-width:900px;color:#53616d;font-size:20px;line-height:1.7}
.nbai-blog-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#64717d;font-size:14px}
.nbai-blog-main{padding:44px 0 82px;background:#fff}
.nbai-blog-layout{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:52px;align-items:start}
.nbai-blog-toc{position:sticky;top:110px;padding:24px;border:1px solid rgba(8,34,58,.08);border-radius:8px;background:#f7f9fb}
.nbai-blog-toc h2{margin:0 0 14px;color:#071f3d;font-size:20px;line-height:1.3}
.nbai-blog-toc a{display:block;padding:8px 0;color:#51606d;font-size:15px;line-height:1.45}
.nbai-blog-article{max-width:820px}
.nbai-blog-article h2{margin:48px 0 18px;color:#071f3d;font-size:34px;line-height:1.22;letter-spacing:0}
.nbai-blog-article h3{margin:28px 0 12px;color:#092845;font-size:23px;line-height:1.35}
.nbai-blog-article p,.nbai-blog-article li{color:#4f5d68;font-size:17px;line-height:1.82}
.nbai-blog-article p{margin-bottom:18px}
.nbai-blog-article ul,.nbai-blog-article ol{margin:0 0 24px 22px;padding:0}
.nbai-blog-note,.nbai-blog-visuals,.nbai-blog-cta{margin:34px 0;padding:28px;border-radius:8px;background:#f7f9fb;border:1px solid rgba(8,34,58,.08)}
.nbai-blog-links{margin:30px 0;padding:24px 28px;border-left:4px solid #ffcb2e;background:#fff9df}
.nbai-blog-faq details{margin-bottom:14px;padding:20px 22px;border:1px solid rgba(8,34,58,.1);border-radius:8px;background:#fff}
.nbai-blog-faq summary{cursor:pointer;color:#071f3d;font-size:18px;font-weight:700}
.nbai-blog-faq details p{margin:14px 0 0}
.nbai-blog-cta{text-align:center;background:#071f3d}
.nbai-blog-cta h2,.nbai-blog-cta p{color:#fff}.nbai-blog-cta .pbmit-btn{margin-top:10px}
@media(max-width:991px){.nbai-blog-layout{grid-template-columns:1fr;gap:28px}.nbai-blog-toc{position:static}.nbai-blog-article{max-width:none}.nbai-blog-hero h1{font-size:40px}}
@media(max-width:575px){.nbai-blog-hero{padding-top:48px}.nbai-blog-hero h1{font-size:32px}.nbai-blog-summary{font-size:17px}.nbai-blog-article h2{font-size:28px}}


/* Premium blog index layout */
.nbai-blog-index-hero {
  padding: 76px 0 48px;
  background: linear-gradient(180deg, #f4f7fa 0%, #ffffff 100%);
}
.nbai-blog-index-hero h1 {
  max-width: 920px;
  margin: 0 0 18px;
  color: #071f3d;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: 0;
}
.nbai-blog-index-hero p {
  max-width: 820px;
  color: #53616d;
  font-size: 20px;
  line-height: 1.7;
}
.nbai-blog-index-section {
  padding-top: 42px;
}
.nbai-blog-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.nbai-blog-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(8,34,58,.08);
  border-radius: 8px;
  background: #ffffff;
}
.nbai-blog-card-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ffcb2e;
  font-size: 15px;
  font-weight: 800;
}
.nbai-blog-card h2 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.28;
}
.nbai-blog-card h2 a {
  color: #071f3d;
}
.nbai-blog-card p {
  color: #55636f;
  font-size: 16px;
  line-height: 1.7;
}
.nbai-blog-readmore {
  display: inline-flex;
  margin-top: 10px;
  color: #071f3d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .nbai-blog-index-hero h1 {
    font-size: 34px;
  }
  .nbai-blog-index-grid {
    grid-template-columns: 1fr;
  }
}

/* Product categorization specialist content cards */
.nbai-product-specialist-section {
  padding-top: 78px;
  padding-bottom: 72px;
  background: #f4f7fa !important;
}
.nbai-product-specialist-section .container {
  max-width: 1200px;
}
.nbai-product-specialist-section .pbmit-heading-subheading {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.nbai-product-specialist-section .pbmit-title {
  font-size: 48px;
  line-height: 1.12;
}
.nbai-product-specialist-section .pbmit-heading-subheading p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #596875;
  font-size: 18px;
  line-height: 1.65;
}
.nbai-product-specialist-card {
  height: 100%;
  padding: 34px 34px 30px;
  background: #ffffff;
  border: 1px solid rgba(8, 34, 58, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(8, 34, 58, 0.07);
}
.nbai-product-specialist-card h3 {
  margin-bottom: 18px;
  color: #071f3d;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}
.nbai-product-specialist-card p {
  margin-bottom: 16px;
  color: #56646f;
  font-size: 17px;
  line-height: 1.78;
}
.nbai-product-specialist-card p:last-child {
  margin-bottom: 0;
}
.nbai-product-specialist-card a {
  color: #071f3d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nbai-product-specialist-card-wide {
  max-width: none;
}
@media (max-width: 991px) {
  .nbai-product-specialist-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .nbai-product-specialist-section .pbmit-title {
    font-size: 38px;
  }
  .nbai-product-specialist-card {
    padding: 28px 26px;
  }
}
@media (max-width: 575px) {
  .nbai-product-specialist-section .pbmit-title {
    font-size: 32px;
  }
  .nbai-product-specialist-card h3 {
    font-size: 24px;
  }
  .nbai-product-specialist-card p {
    font-size: 16px;
  }
}
