/* Eurosan mobil header: koyu mavi bar, solda logo, sağda menü */
@media (max-width: 1199.98px) {
  .header-transparent.header-seven {
    position: relative !important;
    padding: 0 !important;
    background: linear-gradient(180deg, #0a2f5f 0%, #0c3569 100%) !important;
    box-shadow: 0 4px 18px rgba(6, 22, 48, 0.22) !important;
  }

  .header-transparent.header-seven:not(.sticky),
  .header-transparent.header-seven.sticky {
    background: linear-gradient(180deg, #0a2f5f 0%, #0c3569 100%) !important;
    backdrop-filter: none !important;
  }

  .header-transparent .container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
  }

  .header-transparent-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 58px;
  }

  .header-transparent-main-wrapper .nav-area,
  .header-transparent-main-wrapper .loader-wrapper {
    display: none !important;
  }

  .eurosan-header-logo {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0 !important;
  }

  .eurosan-header-logo__frame {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .eurosan-header-logo .logo {
    display: block;
    line-height: 0;
  }

  .eurosan-header-logo .logo img.logo-default {
    display: none !important;
  }

  .eurosan-header-logo .logo img.logo-sticky,
  .eurosan-header-logo .logo img.eurosan-header-logo__img--sticky {
    display: block !important;
    max-height: 34px;
    max-width: min(148px, 46vw);
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .eurosan-action-area {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }

  .eurosan-header-quick-actions {
    display: none !important;
  }

  #menu-btn.eurosan-menu-btn,
  #menu-btn.eurosan-menu-btn.menu-btn {
    margin: 0 !important;
    height: 44px;
    min-width: 44px;
    width: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  #menu-btn.eurosan-menu-btn .menu-light {
    width: 20px;
    height: 20px;
    display: block;
    filter: none;
  }

  body.page-light-menu .action-area .menu-btn .menu-light {
    filter: none;
  }

  .side-bar .rts-sidebar-menu-desktop {
    display: none;
  }
}

@media (min-width: 1200px) {
  .eurosan-header-logo .logo img.eurosan-header-logo__img {
    max-height: 52px;
    width: auto;
  }
}

/* Açılır menü marka alanı */
.side-bar.header-two {
  padding-top: 58px;
}

.side-bar.header-two > .close-icon-menu {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  margin: 0;
}

.side-bar.header-two > .close-icon-menu i {
  margin: 0;
}

.eurosan-mobile-menu-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 4px 8px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.eurosan-mobile-menu-brand__link {
  display: block;
  line-height: 0;
}

.eurosan-mobile-menu-brand__logo {
  display: block;
  max-height: 48px;
  max-width: min(220px, 78vw);
  width: auto;
  height: auto;
  object-fit: contain;
}

.eurosan-mobile-menu-brand__tag {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.58);
  letter-spacing: 0.03em;
}

.eurosan-mobile-menu-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.eurosan-mobile-menu-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(10, 63, 114, 0.18);
  color: #0a3f72;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.eurosan-mobile-menu-lang a.is-active {
  background: #0a3f72;
  border-color: #0a3f72;
  color: #fff;
}

.side-bar .mobile-menu .nav-main {
  margin-top: 0 !important;
}

.side-bar .mobile-menu .social-wrapper-one {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 479.98px) {
  .eurosan-header-logo .logo img.logo-sticky,
  .eurosan-header-logo .logo img.eurosan-header-logo__img--sticky {
    max-height: 30px;
    max-width: min(132px, 50vw);
  }

  #menu-btn.eurosan-menu-btn,
  #menu-btn.eurosan-menu-btn.menu-btn {
    height: 40px;
    min-width: 40px;
    width: 40px;
    border-radius: 10px;
  }

  .header-transparent-main-wrapper {
    min-height: 54px;
  }

  .eurosan-mobile-menu-brand__logo {
    max-height: 42px;
    max-width: min(190px, 82vw);
  }

  .side-bar.header-two {
    width: min(100vw, 320px);
    padding-left: 22px;
    padding-right: 22px;
  }
}
