/**
 * Theme 26 Resposnive fixes and overrides.
 */

body.nx26-body #preloader,
body.nx26-body .preloader,
body.nx26-body .request-loader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.nx26-body .request-loader,
body.nx26-body #cartIconWrapper {
  z-index: 9999;
}

body.nx26-body .alert {
  border-radius: 8px;
}

/* Bootstrap 4 adds underline on a:hover; theme26 HTML uses BS5 + a { text-decoration: none } */
body.nx26-body a:hover,
body.nx26-body a:focus {
  text-decoration: none;
}

/* Keep underline only on themed text links that define it in style.css */
body.nx26-body .nx26-wpd-profile__link:hover,
body.nx26-body .nx26-wpd-profile__link:focus,
body.nx26-body .nx26-wpd-work-card__link:hover,
body.nx26-body .nx26-wpd-work-card__link:focus,
body.nx26-body .nx26-team-card__join-link:hover,
body.nx26-body .nx26-team-card__join-link:focus,
body.nx26-body .nx26-contact-card__text a:hover,
body.nx26-body .nx26-contact-card__text a:focus,
body.nx26-body .nx26-contact-card__links a:hover,
body.nx26-body .nx26-contact-card__links a:focus,
body.nx26-body .nx26-blog-card__link:hover,
body.nx26-body .nx26-blog-card__link:focus,
body.nx26-body .nx26-serv-block__link:hover,
body.nx26-body .nx26-serv-block__link:focus,
body.nx26-body .nx26-home-about__link:hover,
body.nx26-body .nx26-home-about__link:focus,
body.nx26-body .nx26-home-insights__cta-link:hover,
body.nx26-body .nx26-home-insights__cta-link:focus,
body.nx26-body .nx26-home-blog__link:hover,
body.nx26-body .nx26-home-blog__link:focus {
  text-decoration: underline;
}

/* Bootstrap 5 gap utilities used in theme markup */
.g-3 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.g-3 > .col,
.g-3 > [class*='col-'] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}

.g-4 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.g-4 > .col,
.g-4 > [class*='col-'] {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.g-lg-5 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

@media (min-width: 992px) {
  .g-lg-5 > .col,
  .g-lg-5 > [class*='col-'] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.g-5 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.g-5 > .col,
.g-5 > [class*='col-'] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Desktop login in header; mobile login in menu panel only */
@media (max-width: 1199.98px) {
  .nx26-header__actions .nx26-header-login {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .nx26-mobile__foot .nx26-header-login {
    display: none !important;
  }
}

body.nx26-login-page .nx26-login__input {
  height: auto !important;
  min-height: 52px;
  padding: 14px 18px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: var(--nx26-text) !important;
  background-color: var(--nx26-input) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  width: 100%;
}

body.nx26-login-page .nx26-login__input:focus {
  border-color: var(--nx26-orange) !important;
  background-color: var(--nx26-white) !important;
  outline: none !important;
}

body.nx26-body input[type="file"].nx26-hidden-input,
.nx26-hidden-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
}

.nx26-profile-summary__avatar-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

body.nx26-body .nx26-profile-form__input,
body.nx26-body .nx26-profile-form__select {
  height: auto !important;
  min-height: 48px;
  padding: 14px 18px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: var(--nx26-text) !important;
  background-color: var(--nx26-input) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  width: 100%;
}

body.nx26-body .nx26-profile-form__input:focus,
body.nx26-body .nx26-profile-form__select:focus {
  border-color: var(--nx26-orange) !important;
  background-color: var(--nx26-white) !important;
  outline: none !important;
}

.nx26-package-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--nx26-black);
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.3s var(--nx26-ease);
}

.nx26-package-detail__back:hover {
  color: var(--nx26-orange);
}

.nx26-package-detail__card {
  margin-bottom: 24px;
}

.nx26-package-detail__title {
  margin-bottom: 8px;
  border-bottom: none;
  padding-bottom: 0;
}

.nx26-package-detail__title::before {
  display: none;
}

.nx26-package-detail__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  margin-bottom: 28px;
  border-radius: var(--nx26-radius-md);
  background-color: var(--nx26-grey);
}

.nx26-package-detail__price-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--nx26-muted);
}

.nx26-package-detail__price-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--nx26-black);
  line-height: 1.2;
}

.nx26-package-detail__price-note {
  font-size: 14px;
  color: var(--nx26-muted);
}

.nx26-package-detail__meta {
  margin-bottom: 0;
}

.nx26-package-detail__section {
  margin-top: 24px;
}

.nx26-package-detail__features {
  margin-bottom: 0;
}

.nx26-package-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.nx26-package-detail__btn {
  min-width: 180px;
  text-align: center;
  text-decoration: none;
}

.nx26-package-detail__btn--outline {
  background-color: transparent;
  color: var(--nx26-black);
  border: 1px solid #e8e8e8;
}

.nx26-package-detail__btn--outline:hover {
  background-color: var(--nx26-grey);
  color: var(--nx26-black);
}

.nx26-packages .nx26-package-card + .nx26-package-card {
  margin-top: 24px;
}

.nx26-blog-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--nx26-muted);
}

.nx26-blog-breadcrumb a {
  color: var(--nx26-black);
  transition: color 0.2s var(--nx26-ease);
}

.nx26-blog-breadcrumb a:hover {
  color: var(--nx26-orange);
}

.nx26-blog-breadcrumb span:last-child {
  color: var(--nx26-muted);
}

.nx26-blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 48px;
}

.nx26-blog-pagination__item,
.nx26-blog-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--nx26-black);
  background: var(--nx26-grey);
  text-decoration: none;
  transition: background-color 0.2s var(--nx26-ease), color 0.2s var(--nx26-ease);
}

.nx26-blog-pagination__item--active {
  background: var(--nx26-orange);
  color: var(--nx26-white);
}

.nx26-blog-pagination__item--disabled {
  opacity: 0.45;
  pointer-events: none;
}

.nx26-blog-pagination__arrow:hover,
.nx26-blog-pagination__item:not(.nx26-blog-pagination__item--active):not(.nx26-blog-pagination__item--disabled):hover {
  background: var(--nx26-orange-soft);
  color: var(--nx26-orange);
}

.nx26-port-card__thumb {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 100px;
  overflow: hidden;
}

.nx26-port-card__thumb img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 0;
  filter: grayscale(100%);
}

/* Pricing duration toggle (theme26 markup has no toggle styles yet) */
.nx26-pricing-toggle {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background-color: #f9f9f9;
  border-radius: 50px;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
}

.nx26-pricing-toggle__btn {
  padding: 8px 24px;
  border: none;
  border-radius: 50px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #151517;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nx26-pricing-toggle__btn--active {
  background-color: #151517;
  color: #fff;
}

.nx26-pricing-toggle__badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #28a745;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}

.pricing-col.hidden {
  display: none !important;
}

.nx26-price-card__btn.quote-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: center;
}

/* ==========================================================================
   Get Quote Page — nx26-get-quote
   ========================================================================== */

body.nx26-page-quote {
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 79px,
    rgba(0, 0, 0, 0.04) 79px,
    rgba(0, 0, 0, 0.04) 80px
  );
}

.nx26-get-quote {
  margin-top: 90px;
  padding: 60px 0 80px;
}

.nx26-get-quote .nx26-blog-breadcrumb {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.nx26-get-quote__card {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 60px 52px;
  background-color: var(--nx26-black);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.nx26-get-quote__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--nx26-white);
  font-size: 18px;
  transition: opacity 0.2s var(--nx26-ease);
}

.nx26-get-quote__close:hover {
  opacity: 1;
  color: var(--nx26-white);
}

.nx26-get-quote__header {
  margin-bottom: 36px;
  padding-right: 40px;
}

.nx26-get-quote__eyebrow {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--nx26-white);
  margin-bottom: 12px;
}

.nx26-get-quote__title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--nx26-white);
  margin-bottom: 30px;
  max-width: 560px;
}

.nx26-get-quote__features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nx26-get-quote__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--nx26-white);
}

.nx26-get-quote__features li i {
  font-size: 14px;
  color: var(--nx26-orange);
}

.nx26-get-quote__section {
  margin-bottom: 28px;
}

.nx26-get-quote__label {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--nx26-white);
  margin-bottom: 12px;
}

.nx26-get-quote__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nx26-get-quote__pills--build {
  padding: 23px 27px;
  background-color: var(--nx26-orange);
  border-radius: 20px;
}

.nx26-get-quote__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s var(--nx26-ease), color 0.2s var(--nx26-ease), transform 0.2s var(--nx26-ease);
}

.nx26-get-quote__pill--build {
  color: var(--nx26-orange);
  background-color: var(--nx26-white);
}

.nx26-get-quote__pill--build.nx26-get-quote__pill--active,
.nx26-get-quote__pill--build:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}

.nx26-get-quote__pill--budget {
  color: var(--nx26-orange);
  background-color: var(--nx26-white);
}

.nx26-get-quote__pill--budget.nx26-get-quote__pill--active {
  padding: 10px 24px;
  color: var(--nx26-white);
  background-color: var(--nx26-orange);
}

.nx26-get-quote__pill--budget:hover {
  transform: translateY(-1px);
}

.nx26-get-quote__group {
  margin-bottom: 0;
}

.nx26-get-quote__group .nx26-get-quote__label {
  font-size: 16px;
  margin-bottom: 10px;
}

.nx26-get-quote__input,
.nx26-get-quote__textarea {
  width: 100%;
  padding: 16px 18px;
  font-size: 15px;
  color: var(--nx26-white);
  background-color: #FFFFFF33;
  border: 1px solid var(--nx26-white);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s var(--nx26-ease), background-color 0.2s var(--nx26-ease);
}

.nx26-get-quote__input::placeholder,
.nx26-get-quote__textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.nx26-get-quote__input:focus,
.nx26-get-quote__textarea:focus {
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.1);
}

.nx26-get-quote__textarea {
  min-height: 140px;
  resize: vertical;
}

.nx26-get-quote__form .row {
  margin-bottom: 28px;
}

.nx26-get-quote__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  color: var(--nx26-white);
  background-color: var(--nx26-orange);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s var(--nx26-ease), transform 0.2s var(--nx26-ease);
}

.nx26-get-quote__submit:hover {
  background-color: color-mix(in srgb, var(--nx26-orange) 85%, var(--nx26-black));
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .nx26-get-quote__card {
    padding: 32px 24px 36px;
  }

  .nx26-get-quote__header {
    padding-right: 0;
  }
}

.nx26-about-value__text {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--nx26-muted);
}

.nx26-about-value__media {
  display: block;
  width: 40px;
  max-width: 100%;
  height: 40px;
  margin-bottom: 24px;
  border-radius: 16px;
  object-fit: cover;
}

.nx26-about-value__media--placeholder {
  background-color: #c6c2c2;
}

.nx26-about-award__logo-img {
  display: block;
  max-width: 100%;
  max-height: 56px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

.nx26-about-award {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px;
  border-radius: var(--nx26-radius-sm);
  background: var(--nx26-grey);
}

/* ==========================================================================
   Careers — nx26-career
   ========================================================================== */

.nx26-career-hero {
  padding: 140px 0 72px;
}

.nx26-career-hero .nx26-blog-breadcrumb {
  margin-bottom: 28px;
}

.nx26-career-hero__title {
  margin: 0 0 20px;
  max-width: 900px;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--nx26-black);
}

.nx26-career-hero__title span {
  color: var(--nx26-orange);
}

.nx26-career-hero__text {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
  color: #494949;
}

.nx26-career-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: var(--nx26-black);
  color: var(--nx26-white);
  font-size: 15px;
  font-weight: 500;
  border-radius: 999px;
  transition: background 0.2s var(--nx26-ease), transform 0.2s var(--nx26-ease);
}

.nx26-career-hero__btn:hover {
  color: var(--nx26-white);
  background: #2a2a2c;
  transform: translateY(-1px);
}

.nx26-career-positions {
  padding: 0 0 100px;
}

.nx26-career-positions__head {
  margin-bottom: 40px;
  max-width: 720px;
}

.nx26-career-positions__title {
  margin: 12px 0 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--nx26-black);
}

.nx26-career-positions__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nx26-career-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  background: var(--nx26-white);
  border: 1px solid #ececee;
  border-radius: 20px;
  color: inherit;
  transition: border-color 0.2s var(--nx26-ease), box-shadow 0.2s var(--nx26-ease), transform 0.2s var(--nx26-ease);
}

.nx26-career-card:hover {
  border-color: color-mix(in srgb, var(--nx26-orange) 35%, transparent);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  color: inherit;
}

.nx26-career-card__num {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--nx26-orange);
  min-width: 28px;
}

.nx26-career-card__body {
  flex: 1;
  min-width: 0;
}

.nx26-career-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  color: var(--nx26-black);
}

.nx26-career-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 14px;
  color: var(--nx26-muted);
}

.nx26-career-card__meta i {
  margin-right: 6px;
  color: var(--nx26-orange);
}

.nx26-career-card__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--nx26-grey);
  color: var(--nx26-black);
  transition: background 0.2s var(--nx26-ease), color 0.2s var(--nx26-ease);
}

.nx26-career-card:hover .nx26-career-card__arrow {
  background: var(--nx26-orange);
  color: var(--nx26-white);
}

.nx26-career-positions__empty {
  padding: 48px;
  text-align: center;
  border-radius: 20px;
  background: var(--nx26-grey);
  color: var(--nx26-muted);
}

.nx26-career-highlight {
  padding: 0 0 100px;
}

.nx26-career-highlight__panel {
  padding: 48px 56px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--nx26-black), #2a2a2c);
  color: var(--nx26-white);
}

.nx26-career-highlight__title {
  margin: 0 0 16px;
  max-width: 640px;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 400;
  line-height: 1.25;
}

.nx26-career-highlight__text {
  margin: 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.nx26-job-detail {
  padding: 220px 0 80px;
}

.nx26-job-detail .nx26-blog-breadcrumb {
  margin-bottom: 32px;
}

.nx26-job-detail__hero {
  margin-bottom: 48px;
  max-width: 900px;
}

.nx26-job-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.nx26-job-detail__pill {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--nx26-orange-soft);
  color: var(--nx26-orange);
  font-size: 13px;
  font-weight: 500;
}

.nx26-job-detail__title {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--nx26-black);
}

.nx26-job-detail__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  color: var(--nx26-muted);
}

.nx26-job-detail__facts i {
  margin-right: 8px;
  color: var(--nx26-orange);
}

.nx26-job-detail__content {
  padding: 8px 0 24px;
}

.nx26-job-detail__heading {
  margin: 32px 0 16px;
  font-size: 24px;
  font-weight: 500;
  color: var(--nx26-black);
}

.nx26-job-detail__heading:first-child {
  margin-top: 0;
}

.nx26-job-detail__apply {
  margin-top: 36px;
}

.nx26-job-detail__sidebar .nx26-packages {
  padding: 28px 24px;
}

.nx26-job-detail__sidebar .nx26-packages__title {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.nx26-career-related {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nx26-career-related__item {
  display: block;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--nx26-grey);
  color: inherit;
  transition: background 0.2s var(--nx26-ease);
}

.nx26-career-related__item:hover {
  background: var(--nx26-orange-soft);
  color: inherit;
}

.nx26-career-related__title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--nx26-black);
  margin-bottom: 4px;
}

.nx26-career-related__meta {
  display: block;
  font-size: 13px;
  color: var(--nx26-muted);
}

@media (max-width: 767px) {
  .nx26-career-card {
    flex-wrap: wrap;
    padding: 22px 20px;
  }

  .nx26-career-card__arrow {
    margin-left: auto;
  }

  .nx26-career-highlight__panel {
    padding: 32px 24px;
  }

  .nx26-career-hero {
    padding: 80px 0;
  }

  .nx26-serv-hero, .nx26-sdetail-hero, .nx26-port-hero {
    padding-top: 120px;
  }
  .nx26-mobile__nav a {
    font-weight: 500;
  }
}

/* Header nav dropdown */
.nx26-nav__item--has-dropdown {
  position: relative;
}

.nx26-nav__item--has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nx26-nav__chevron {
  display: inline-flex;
  font-size: 11px;
  line-height: 1;
  transition: transform 0.2s var(--nx26-ease);
}

.nx26-nav__subnav {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 220px;
  background: var(--nx26-white);
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.nx26-nav__subnav a {
  display: block;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 400;
  color: #646466;
  border-radius: 0;
  white-space: nowrap;
  transition: color 0.2s var(--nx26-ease), background-color 0.2s var(--nx26-ease);
}

.nx26-nav__subnav a:hover,
.nx26-nav__subnav a.is-active {
  color: var(--nx26-orange);
  background: var(--nx26-orange-soft);
}

.nx26-mobile__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nx26-mobile__row > a {
  flex: 1;
  min-width: 0;
}

.nx26-mobile__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--nx26-text);
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s var(--nx26-ease), transform 0.2s var(--nx26-ease);
}

.nx26-mobile__toggle:hover {
  background: var(--nx26-grey);
}

.nx26-mobile__item--has-dropdown > .nx26-mobile__row {
  border-bottom: 1px solid #ececec;
}

.nx26-mobile__item--has-dropdown > .nx26-mobile__row > a {
  border-bottom: none;
}

.nx26-mobile__subnav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 8px 12px;
}

.nx26-mobile__subnav a {
  display: block;
  padding: 10px 0 10px 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--nx26-muted);
  border-bottom: 1px solid #ececec;
}

.nx26-mobile__subnav a.is-active {
  color: var(--nx26-orange);
}

.nx26-mobile__item--has-dropdown.is-open > .nx26-mobile__subnav {
  display: block;
}

.nx26-mobile__item--has-dropdown.is-open .nx26-mobile__toggle {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .nx26-nav__item--has-dropdown > .nx26-nav__subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 30;
    margin: 0;
    padding: 16px 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity 0.2s var(--nx26-ease), visibility 0.2s var(--nx26-ease);
  }

  .nx26-nav__item--has-dropdown > .nx26-nav__subnav::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--nx26-white);
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    z-index: 0;
  }

  .nx26-nav__item--has-dropdown > .nx26-nav__subnav > li {
    position: relative;
    z-index: 1;
  }

  .nx26-nav__item--has-dropdown:hover > .nx26-nav__subnav,
  .nx26-nav__item--has-dropdown:focus-within > .nx26-nav__subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nx26-nav__item--has-dropdown:hover .nx26-nav__chevron,
  .nx26-nav__item--has-dropdown:focus-within .nx26-nav__chevron {
    transform: rotate(180deg);
  }
}