/* =====================================================================
   KEYTECH — Menu uniquement (structure LDLC, couleurs logo Keytech)
   Palette : keytech-brand.css
   Typo menu : Montserrat 13px (réf. LDLC cat-menu)
   ===================================================================== */

:root {
  --kt-menu-font: "Montserrat", system-ui, sans-serif;
  --kt-menu-size: 13px;
  --kt-menu-lh: 21px;
  --kt-menu-weight: 500;
  --kt-menu-link-weight: 600;
  --kt-menu-tracking: 0.04em;
  --kt-action-label-size: 11px;
}

/* Masquer l’ancien chrome template */
body:has(.kt-site-header) .topbar,
body:has(.kt-site-header) .main-header,
body:has(.kt-site-header) .kt-classic-header {
  display: none !important;
}

.kt-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--kt-white);
  color: var(--kt-black);
}

.kt-skip:focus {
  left: 0;
}

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

/* ---- Header ---- */
.kt-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--kt-header-bg);
  font-family: var(--kt-menu-font);
  overflow: visible;
}

.kt-header-top {
  position: relative;
  z-index: 3;
  background: var(--kt-header-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 200px;
  opacity: 1;
  overflow: visible;
  transition:
    max-height 0.32s ease,
    opacity 0.24s ease,
    border-color 0.24s ease;
}

/* Au scroll : seule la bande menus reste visible */
.kt-site-header.is-compact .kt-header-top {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom-color: transparent;
  pointer-events: none;
}

.kt-header-top__inner,
.kt-header-nav__inner {
  width: min(100% - 32px, var(--kt-max));
  margin-inline: auto;
}

.kt-header-top__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 80px;
  padding: 0;
}

/* Logo — SVG transparent sur fond header #1e2b50 */
.kt-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 0;
}

.kt-logo img,
.kt-logo__img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(280px, 34vw);
  object-fit: contain;
  /* SVG → blanc uni sur fond #1e2b50 */
  filter: brightness(0) invert(1);
}

.footer-logo a {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.footer-logo__img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 176px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-copyright-text p,
.footer-copyright-legal a {
  color: #fff;
}

.footer-copyright-legal a {
  font-size: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-copyright-legal a:hover {
  color: #fff;
  opacity: 0.85;
}

.about-footer-cisco {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin-top: 1.25rem;
}

/* Contact — onglets carte Kinshasa / Lubumbashi */
.kt-map-tabs__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.kt-map-tabs__btn {
  min-width: 160px;
  padding: 0.85rem 1.75rem;
  border: 1px solid #e2e7ec;
  background: #fff;
  color: var(--kt-header-bg);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kt-map-tabs__list li:first-child .kt-map-tabs__btn {
  border-radius: 8px 0 0 8px;
}

.kt-map-tabs__list li:last-child .kt-map-tabs__btn {
  border-radius: 0 8px 8px 0;
  border-left: 0;
}

.kt-map-tabs__btn.is-active,
.kt-map-tabs__btn:hover {
  background: var(--kt-green);
  border-color: var(--kt-green);
  color: #fff;
}

.kt-map-tabs__address {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #5c6570;
}

.kt-search {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  background: transparent;
  border-radius: 999px;
  overflow: visible;
  min-height: 48px;
  box-shadow: none;
  outline: none;
}

.kt-search__shell {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.kt-search.is-focused .kt-search__shell,
.kt-search__shell:focus-within {
  border-color: rgba(0, 174, 1, 0.55);
  box-shadow:
    0 0 0 3px rgba(0, 174, 1, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.2);
}

.kt-search:focus-within {
  outline: none;
  box-shadow: none;
}

.kt-search__univers {
  position: relative;
  flex: 0 0 auto;
  border-right: 1px solid #e2e8f0;
  min-width: 12rem;
  border-radius: 999px 0 0 999px;
  overflow: visible;
  background: #f8fafc;
}

.kt-search__univers select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  height: 100%;
  width: 100%;
  min-width: 12rem;
  padding: 0 2.25rem 0 1rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1b2430 !important;
  cursor: pointer;
  max-width: none;
  accent-color: #1b2430;
}

.kt-search__univers select:focus,
.kt-search__univers select:focus-visible,
.kt-search__univers select:active {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #1b2430 !important;
  background: transparent !important;
}

.kt-search__univers select option {
  color: #1b2430;
  background: #fff;
  text-transform: none;
  font-weight: 600;
}

.kt-search__univers::after {
  display: none;
}

.kt-search__field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 0 0.25rem 0 0.15rem;
  background: #fff;
}

.kt-search input[type="search"] {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 48px;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 2.4rem 0 0.9rem;
  font-family: "IBM Plex Sans", "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #1b2430;
  min-width: 0;
  background: transparent;
  caret-color: var(--kt-blue, #0018b4);
  -webkit-appearance: none;
  appearance: none;
}

.kt-search input[type="search"]:focus,
.kt-search input[type="search"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  color: #1b2430;
  background: transparent;
}

.kt-search input[type="search"]::-webkit-search-decoration,
.kt-search input[type="search"]::-webkit-search-cancel-button,
.kt-search input[type="search"]::-webkit-search-results-button,
.kt-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.kt-search input::placeholder {
  color: #94a3b8;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.kt-search input[type="search"]:focus::placeholder {
  opacity: 0.55;
}

.kt-search ::selection {
  background: rgba(0, 24, 180, 0.16);
  color: #1b2430;
}

.kt-search__clear {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(30, 43, 80, 0.08);
  color: #1b2430;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.kt-search__clear[hidden] {
  display: none !important;
}

.kt-search__clear:hover {
  background: rgba(30, 43, 80, 0.14);
  color: var(--kt-blue, #0018b4);
}

.kt-search__clear:focus-visible {
  outline: 2px solid var(--kt-green, #00ae01);
  outline-offset: 1px;
}

.kt-search__submit {
  flex: 0 0 48px;
  width: 48px;
  margin: 4px;
  border: 0;
  outline: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kt-green, #00ae01) 0%, #0c9a10 100%);
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 174, 1, 0.28);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.kt-search__submit .kt-icon {
  width: 20px;
  height: 20px;
  color: #fff !important;
}

.kt-search__submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 174, 1, 0.34);
  color: #fff !important;
}

.kt-search__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Résultats live */
.kt-search__results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10060;
  max-height: min(420px, 70vh);
  overflow: auto;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(30, 43, 80, 0.1);
  box-shadow: 0 18px 48px rgba(16, 24, 48, 0.22);
}

.kt-search__results[hidden] {
  display: none !important;
}

.kt-search__results-hint,
.kt-search__results-empty {
  margin: 0;
  padding: 14px 12px;
  color: #6b7280;
  font-size: 13px;
}

.kt-search__result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
  transition: background 0.15s ease;
}

.kt-search__result:hover,
.kt-search__result.is-active {
  background: rgba(0, 24, 180, 0.06);
}

.kt-search__result-thumb {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f4f9;
}

.kt-search__result-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kt-search__result-body {
  min-width: 0;
  flex: 1;
}

.kt-search__result-title {
  display: block;
  color: var(--kt-header-bg, #1e2b50);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.kt-search__result-meta {
  display: block;
  margin-top: 2px;
  color: #6b7280;
  font-size: 12px;
}

.kt-search__result-type {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 174, 1, 0.1);
  color: var(--kt-green, #00ae01);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kt-search__results-footer {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 12px;
  border: 0;
  border-top: 1px solid rgba(30, 43, 80, 0.08);
  border-radius: 0 0 12px 12px;
  background: transparent;
  color: var(--kt-blue, #0018b4);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.kt-search__results-footer:hover {
  text-decoration: underline !important;
}

/* Icônes SVG menu (stroke léger, currentColor) */
.kt-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--kt-white);
  vertical-align: middle;
}

.kt-icon--dark {
  color: #1b2430;
}

.kt-icon--sm {
  width: 12px;
  height: 12px;
}

.kt-action-link .kt-icon {
  width: 20px;
  height: 20px;
}

.kt-nav-lang-trigger .kt-icon {
  width: 20px;
  height: 20px;
}

.kt-burger .kt-icon {
  width: 20px;
  height: 20px;
}

.kt-nav-links .kt-icon {
  width: 16px;
  height: 16px;
}

.kt-nav-products .kt-icon {
  width: 16px;
  height: 16px;
}

/* Actions droite — LDLC : icône 40×40 + span.txt 11px / 21px */
.kt-actions {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.kt-action-link {
  display: block;
  width: 84px;
  height: 80px;
  color: var(--kt-white);
  text-decoration: none;
  text-align: center;
}

.kt-action-icon {
  display: block;
  padding-top: 14px;
  line-height: 0;
}

.kt-action-icon .kt-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.kt-action-label {
  display: block;
  font-family: var(--kt-menu-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--kt-white);
  opacity: 0.75;
  margin: 0;
}

.kt-action-link:hover .kt-action-label {
  opacity: 1;
  color: var(--kt-white);
}

.kt-action-link:hover .kt-icon {
  color: var(--kt-cyan);
}

.kt-action-wrap {
  position: relative;
}

.kt-action-dropdown {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 180px;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: var(--kt-white);
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 60;
}

.kt-action-wrap:hover .kt-action-dropdown,
.kt-action-wrap:focus-within .kt-action-dropdown,
.kt-action-wrap.open .kt-action-dropdown {
  display: block;
}

.kt-action-dropdown a {
  display: block;
  padding: 0.55rem 1rem;
  color: #333;
  text-decoration: none;
  font-family: var(--kt-menu-font);
  font-size: var(--kt-menu-size);
  font-weight: var(--kt-menu-weight);
  line-height: var(--kt-menu-lh);
  text-transform: none;
  letter-spacing: 0.02em;
}

.kt-action-dropdown a:hover {
  background: #f0f7fc;
  color: var(--kt-blue);
}

.kt-burger {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: transparent;
  color: var(--kt-white);
  cursor: pointer;
}

.kt-burger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.kt-burger__icon--close {
  display: none;
}

.kt-burger.is-open .kt-burger__icon--open {
  display: none;
}

.kt-burger.is-open .kt-burger__icon--close {
  display: inline-flex;
}

/* ---- Nav secondaire (reste fixe au scroll) ---- */
.kt-header-nav {
  position: relative;
  z-index: 2;
  background: var(--kt-header-bg);
  overflow: visible;
  transition: box-shadow 0.25s ease;
}

.kt-site-header.is-compact .kt-header-nav {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.kt-header-nav__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 40px;
  overflow: visible;
}

/* Logo miniature — visible seulement en header compact (scroll) */
.kt-nav-logo {
  display: none;
  align-items: center;
  flex: 0 0 auto;
  align-self: center;
  margin-right: 0.75rem;
  line-height: 0;
  text-decoration: none;
}

.kt-nav-logo__img {
  display: block;
  height: 26px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.kt-site-header.is-compact .kt-nav-logo {
  display: inline-flex;
}

/* Bouton « Tous nos produits » — vert logo */
.kt-nav-products-wrap {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
}

.kt-nav-products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  background: var(--kt-green);
  color: var(--kt-white);
  text-decoration: none;
  height: 40px;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 8px 8px 0 0;
}

.kt-nav-products .kt-nav-label {
  color: var(--kt-white);
  font-weight: var(--kt-menu-link-weight);
}

.kt-nav-products:hover {
  background: var(--kt-green-mid);
  color: var(--kt-white);
}

/* Panneau produits — hors header, au-dessus de la barre de menu */
.kt-nav-products-list {
  position: fixed !important;
  top: 0;
  left: 0;
  min-width: 260px;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: #fff !important;
  border: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  display: none;
  z-index: 2147483000 !important;
  pointer-events: auto;
}

.kt-nav-products-list.is-open {
  display: block !important;
}

.kt-nav-products-list[hidden] {
  display: none !important;
}

/* Quand le panneau est ouvert, la barre ne peut plus le recouvrir */
body.kt-products-open .kt-site-header {
  z-index: 1 !important;
}

.kt-nav-products-list a {
  display: block;
  padding: 0.55rem 1rem;
  color: #333;
  text-decoration: none;
  font-family: var(--kt-menu-font);
  font-size: var(--kt-menu-size);
  font-weight: var(--kt-menu-weight);
  line-height: var(--kt-menu-lh);
  letter-spacing: 0.02em;
}

.kt-nav-products-list a:hover {
  background: #f0f7fc;
  color: var(--kt-blue);
}

/* Liens menu — espacement harmonisé */
.kt-nav-links {
  display: flex;
  align-items: stretch;
  flex: 1;
  gap: 1.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.kt-nav-links > li {
  position: relative;
  flex: 0 0 auto;
  font-size: var(--kt-menu-size);
  font-weight: var(--kt-menu-weight);
}

/* Espace après « Tous nos produits » */
.kt-nav-item--accueil {
  margin-left: 5rem;
}

/* Globe aligné à droite */
.kt-nav-lang-wrap {
  position: relative;
  margin-left: auto;
}

.kt-nav-links > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 5px 10px;
  color: var(--kt-white);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: var(--kt-menu-link-weight);
  border-radius: 8px 8px 0 0;
}

.kt-nav-label {
  display: inline-block;
  font-family: var(--kt-menu-font);
  font-size: var(--kt-menu-size);
  font-weight: inherit;
  line-height: var(--kt-menu-lh);
  letter-spacing: var(--kt-menu-tracking);
  color: inherit;
  vertical-align: middle;
}

.kt-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
}

.kt-nav-icon .kt-icon {
  width: 18px;
  height: 18px;
}

.kt-nav-icon--chevron .kt-icon {
  width: 10px;
  height: 10px;
}

.kt-nav-links > li > a:hover,
.kt-nav-links > li > a.active {
  color: var(--kt-cyan);
}

.kt-nav-links > li > a:hover .kt-nav-label,
.kt-nav-links > li > a.active .kt-nav-label,
.kt-nav-links > li > a:hover .kt-icon,
.kt-nav-links > li > a.active .kt-icon {
  color: var(--kt-cyan);
}

.kt-nav-has-sub {
  position: relative;
}

.kt-nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  background: var(--kt-white);
  border: 1px solid #dde3ea;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1100;
}

.kt-nav-has-sub:hover .kt-nav-sub,
.kt-nav-has-sub:focus-within .kt-nav-sub,
.kt-nav-has-sub.open .kt-nav-sub {
  display: block;
}

.kt-nav-sub a {
  display: block;
  padding: 0.55rem 1rem;
  color: #333;
  text-decoration: none;
  font-family: var(--kt-menu-font);
  font-size: var(--kt-menu-size);
  font-weight: var(--kt-menu-weight);
  line-height: var(--kt-menu-lh);
  letter-spacing: 0.02em;
  text-transform: none;
}

.kt-nav-sub a:hover {
  background: #f0f7fc;
  color: var(--kt-blue);
}

/* Langues : styles dans kt-langues-modal.css */


/* Mobile */
@media (max-width: 900px) {
  /* Mobile : on ne compacte pas (logo + burger toujours visibles) */
  .kt-site-header.is-compact .kt-header-top {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .kt-site-header.is-compact .kt-header-nav {
    box-shadow: none;
  }

  /* Mobile : logo reste dans le header top, pas dans la nav */
  .kt-site-header.is-compact .kt-nav-logo,
  .kt-nav-logo {
    display: none !important;
  }

  .kt-header-top__inner {
    grid-template-columns: auto auto 1fr;
    grid-template-areas:
      "logo actions burger"
      "search search search";
  }

  .kt-logo { grid-area: logo; }
  .kt-actions { grid-area: actions; justify-self: end; }
  .kt-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-area: burger;
  }
  .kt-search { grid-area: search; max-width: none; }

  /* Mobile/tablette : champ de recherche seul (pas le sélecteur univers) */
  .kt-search__univers {
    display: none !important;
  }

  .kt-search__field {
    padding-left: 0.35rem;
    border-radius: 999px 0 0 999px;
  }

  .kt-search__shell {
    overflow: hidden;
  }

  .kt-nav-item--accueil {
    margin-left: 0;
  }

  .kt-action-link {
    width: auto;
    height: auto;
    padding: 4px 6px;
  }

  .kt-action-label {
    display: none;
  }

  .kt-action-dropdown {
    position: static;
    box-shadow: none;
    border: 0;
    background: rgba(0, 0, 0, 0.25);
  }

  .kt-action-dropdown a {
    color: var(--kt-white);
  }

  .kt-header-nav {
    display: none;
  }

  .kt-header-nav.is-open {
    display: block;
  }

  .kt-header-nav__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 0 0.85rem;
  }

  .kt-nav-links {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
  }

  .kt-nav-links > li > a,
  .kt-nav-links > li > .kt-nav-lang-trigger {
    height: auto;
    padding: 0.7rem 0;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .kt-nav-lang-wrap {
    margin-left: 0;
  }

  .kt-nav-sub {
    position: static;
    box-shadow: none;
    border: 0;
    background: var(--kt-white);
  }

  .kt-nav-sub a {
    color: #333;
  }
}

