/* Sarman Soft header rebuilt from scratch - 2026-06-19 */
:root {
  --lgx-red: #cf0a2c;
  --lgx-red-dark: #a90824;
  --lgx-ink: #151515;
  --lgx-muted: #646464;
  --lgx-line: #e8e8e8;
  --lgx-soft: #f6f6f6;
}

.home-redesign .top-header-info,
.inner-redesign .top-header-info,
.home-redesign .hero-header,
.inner-redesign .hero-header,
body.inner-redesign > .top-header-info {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  left: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
  z-index: 1500 !important;
}

/* Alt sayfalarda ana sayfadaki header üstü beyaz nefes alanı. */
html body.inner-redesign > .top-header-info,
html body.inner-redesign .top-header-info:not(.hero-header),
html body.workfit-page > .top-header-info {
  background: #ffffff !important;
  padding-top: 12px !important;
}

.lgx-header {
  background: #ffffff;
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
  z-index: 1600;
}

.lgx-promo {
  background: var(--lgx-red);
  color: #ffffff;
  min-height: 46px;
}

.lgx-promo-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 46px;
  padding: 7px 24px;
}

.lgx-promo strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.lgx-promo span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.35;
}

.lgx-promo a {
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  color: var(--lgx-red);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 7px;
  min-height: 32px;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}

.lgx-promo a:hover {
  color: var(--lgx-red-dark);
}

.lgx-nav-wrap {
  background: #ffffff;
  border-bottom: 1px solid var(--lgx-line);
}

.lgx-nav {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 210px minmax(600px, 1fr) auto;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 86px;
  padding: 0 24px;
  position: relative;
}

.lgx-brand {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.lgx-brand img {
  display: block;
  height: auto;
  width: 190px;
}

.lgx-brand span {
  color: var(--lgx-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .7px;
  padding-top: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}

.lgx-desktop-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  min-height: 86px;
}

.lgx-nav-item {
  align-items: center;
  display: flex;
  min-height: 86px;
  position: relative;
}

.lgx-has-mega {
  position: static;
}

.lgx-has-mega::after,
.lgx-has-menu::after {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: 76px;
}

.lgx-nav-link {
  align-items: center;
  background: none;
  border: 0;
  color: var(--lgx-ink);
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 750;
  gap: 6px;
  min-height: 86px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

button.lgx-nav-link {
  cursor: pointer;
}

.lgx-nav-link:hover,
.lgx-nav-item:hover > .lgx-nav-link {
  color: var(--lgx-red);
}

.lgx-nav-link i {
  font-size: 17px;
}

.lgx-actions {
  align-items: center;
  display: flex;
  gap: 17px;
  justify-content: flex-end;
}

.lgx-support {
  align-items: center;
  background: var(--lgx-red);
  border: 1px solid var(--lgx-red);
  border-radius: 5px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.lgx-support:hover {
  background: var(--lgx-red-dark);
  border-color: var(--lgx-red-dark);
  color: #ffffff;
}

.lgx-language {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.lgx-language i {
  color: var(--lgx-ink);
  font-size: 21px;
}

.lgx-language select {
  appearance: none;
  background: transparent;
  background-image: linear-gradient(45deg, transparent 50%, var(--lgx-ink) 50%), linear-gradient(135deg, var(--lgx-ink) 50%, transparent 50%);
  background-position: calc(100% - 9px) 18px, calc(100% - 4px) 18px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  border: 0;
  color: var(--lgx-ink);
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  padding: 0 24px 0 2px;
  width: 54px;
}

.lgx-mega {
  background: #ffffff;
  border-top: 1px solid var(--lgx-line);
  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.14);
  left: 50%;
  max-height: calc(100vh - 132px);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  top: 86px;
  transform: translate(-50%, 8px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 2000;
}

.lgx-has-mega:hover .lgx-mega,
.lgx-mega:hover,
.lgx-has-mega:focus-within .lgx-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.lgx-mega-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 240px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1240px;
  padding: 30px 24px 34px;
  position: relative;
}

.lgx-mega-heading span {
  color: var(--lgx-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.lgx-mega-heading h2 {
  color: var(--lgx-ink);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.18;
  margin: 8px 0 10px;
}

.lgx-mega-heading p {
  color: var(--lgx-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.lgx-solution-grid {
  display: grid;
  gap: 12px 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lgx-solution-grid a {
  align-items: flex-start;
  color: var(--lgx-ink);
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 42px 1fr;
  padding: 10px 0;
  text-decoration: none;
}

.lgx-solution-grid i {
  align-items: center;
  background: #fff0f3;
  border-radius: 50%;
  color: var(--lgx-red);
  display: inline-flex;
  font-size: 20px;
  grid-row: 1 / span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.lgx-solution-grid strong {
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.lgx-solution-grid small {
  color: var(--lgx-muted);
  font-size: 14px;
  line-height: 1.4;
}

.lgx-solution-grid a:hover strong {
  color: var(--lgx-red);
}

.lgx-module-directory {
  border-top: 1px solid var(--lgx-line);
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 18px;
}

.lgx-module-directory h3 {
  color: var(--lgx-ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .4px;
  margin: 0 0 14px;
}

.lgx-module-columns {
  display: grid;
  gap: 10px 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lgx-module-columns ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lgx-module-columns li {
  color: #444444;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 12px;
  position: relative;
}

.lgx-module-columns li::before {
  background: var(--lgx-red);
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 4px;
}

.lgx-module-all {
  align-items: center;
  color: var(--lgx-red);
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  gap: 7px;
  margin-top: 16px;
  text-decoration: none;
}

.lgx-small-menu {
  background: #ffffff;
  border: 1px solid var(--lgx-line);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.13);
  left: -24px;
  min-width: 220px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: 78px;
  transform: translateY(8px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  visibility: hidden;
  z-index: 2100;
}

.lgx-small-menu-right {
  left: auto;
  right: -20px;
}

.lgx-has-menu:hover .lgx-small-menu,
.lgx-has-menu:focus-within .lgx-small-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.lgx-small-menu a {
  color: var(--lgx-ink);
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 18px;
  text-decoration: none;
}

.lgx-small-menu a:hover {
  background: var(--lgx-soft);
  color: var(--lgx-red);
}

.lgx-mobile-toggle,
.lgx-mobile-menu {
  display: none;
}

.quick-action-bar {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.footer-bottom-panel a i {
  color: var(--lgx-red);
  margin-right: 5px;
}

/* Alt sayfalarda header ölçülerini standartlaştır. */
html body.inner-redesign > .top-header-info,
html body.inner-redesign .top-header-info,
html body.workfit-page > .top-header-info {
  inset: auto !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 12px !important;
  top: auto !important;
  width: 100% !important;
}

html body.inner-redesign,
html body.workfit-page {
  padding-top: 0 !important;
}

html body.inner-redesign main,
html body.workfit-page main,
html body.inner-redesign .page-banner-area {
  margin-top: 0 !important;
}

/* Ülke popup'ının eski derlenmiş HTML'i kalsa bile hiçbir sayfada gösterme. */
.country-flash,
.country-flash.is-visible,
.country-flash-panel {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .lgx-nav {
    gap: 20px;
    grid-template-columns: 180px minmax(540px, 1fr) auto;
    padding: 0 20px;
  }

  .lgx-brand img,
  .lgx-brand span {
    width: 165px;
  }

  .lgx-desktop-nav {
    gap: 18px;
  }

  .lgx-nav-link {
    font-size: 14px;
  }

  .lgx-solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .lgx-promo {
    min-height: 40px;
  }

  .lgx-promo-inner {
    display: flex;
    justify-content: center;
    min-height: 40px;
    padding: 6px 15px;
  }

  .lgx-promo span,
  .lgx-promo a {
    display: none;
  }

  .lgx-promo strong {
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }

  .lgx-module-columns {
    grid-template-columns: 1fr;
  }

  .lgx-nav {
    display: flex;
    justify-content: space-between;
    min-height: 68px;
    padding: 0 18px;
  }

  .lgx-brand img,
  .lgx-brand span {
    width: 172px;
  }

  .lgx-desktop-nav,
  .lgx-actions {
    display: none;
  }

  .lgx-mobile-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--lgx-ink);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 7px;
    padding: 10px 0;
  }

  .lgx-mobile-toggle i {
    font-size: 25px;
  }

  .lgx-mobile-menu {
    background: #ffffff;
    border-top: 1px solid var(--lgx-line);
    display: block;
    padding: 14px 18px 22px;
  }

  .lgx-mobile-menu[hidden],
  .lgx-mobile-submenu[hidden] {
    display: none;
  }

  .lgx-mobile-menu > a,
  .lgx-mobile-accordion,
  .lgx-mobile-submenu a {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--lgx-line);
    color: var(--lgx-ink);
    display: flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 750;
    justify-content: space-between;
    padding: 14px 2px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .lgx-mobile-submenu {
    background: var(--lgx-soft);
    padding: 4px 14px;
  }

  .lgx-mobile-submenu a {
    font-size: 15px;
    font-weight: 650;
  }

  .lgx-mobile-menu .lgx-mobile-cta {
    background: var(--lgx-red);
    border: 0;
    color: #ffffff;
    justify-content: center;
    margin-top: 16px;
    padding: 14px;
  }
}
