.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for section, class: .elementor-element-7920ad3 */.mt-skip-link {
  position: fixed;
  z-index: 10001;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fffaf0 !important;
  background: #3f5b4c;
  border-radius: 8px;
  font: 700 0.82rem/1.2 "Inter", sans-serif;
  text-decoration: none !important;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.mt-skip-link:focus {
  transform: translateY(0);
}

.mt-global-header {
  --mt-header-bg: rgba(242, 232, 212, 0.92);
  --mt-header-text: #342f2a;
  --mt-header-primary: #3f5b4c;
  --mt-header-accent: #85503e;
  --mt-header-line: rgba(110, 96, 76, 0.22);
  position: relative;
  z-index: 9998;
  top: 0;
  width: 100%;
  color: var(--mt-header-text);
  background: var(--mt-header-bg);
  border-bottom: 1px solid var(--mt-header-line);
  box-shadow: 0 8px 30px -28px rgba(50, 42, 32, 0.72);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.elementor-location-header {
  position: sticky;
  z-index: 9998;
  top: 0;
}

.mt-global-header,
.mt-global-header * {
  box-sizing: border-box;
}

.mt-global-header__inner {
  display: grid;
  width: min(100%, 1280px);
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.mt-brand {
  display: grid;
  gap: 1px;
  color: inherit !important;
  line-height: 1.1;
  text-decoration: none !important;
}

.mt-brand strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.mt-brand span {
  color: var(--mt-header-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mt-global-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.75vw, 25px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mt-global-nav a,
.mt-header-phone,
.mt-header-cta {
  color: inherit !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none !important;
}

.mt-global-nav a {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
}

.mt-global-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--mt-header-primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.mt-global-nav a:hover::after,
.mt-global-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mt-global-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mt-header-phone {
  white-space: nowrap;
}

.mt-header-cta {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  color: #fffaf0 !important;
  background: var(--mt-header-primary);
  border-radius: 999px;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease;
}

.mt-header-cta:hover {
  transform: translateY(-1px);
  background: #2f473a;
}

.mt-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--mt-header-line);
  border-radius: 50%;
  cursor: pointer;
}

.mt-menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 2px auto;
  background: var(--mt-header-text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mt-global-header :where(a, button):focus-visible {
  outline: 3px solid var(--mt-header-accent);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .mt-global-header__inner {
    gap: 20px;
  }

  .mt-global-nav ul {
    gap: 13px;
  }

  .mt-header-phone {
    display: none;
  }
}

@media (max-width: 980px) {
  .mt-global-header {
    --mt-header-bg: #f2e8d4;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mt-global-header__inner {
    min-height: 70px;
    grid-template-columns: 1fr auto;
  }

  .mt-menu-toggle {
    display: grid;
    grid-column: 2;
    grid-row: 1;
  }

  .mt-global-header__actions {
    display: none;
  }

  .mt-global-nav {
    position: fixed;
    top: var(--mt-header-h, 70px);
    right: 0;
    left: 0;
    max-height: calc(100vh - var(--mt-header-h, 70px));
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(242, 232, 212, 0.98);
    border-bottom: 1px solid var(--mt-header-line);
    transform: translateY(-10px);
    transition: opacity 200ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1), visibility 200ms;
  }

  .mt-global-nav ul {
    display: grid;
    gap: 0;
    width: min(100%, 760px);
    margin-inline: auto;
    padding: 18px 22px 28px;
  }

  .mt-global-nav li {
    border-bottom: 1px solid var(--mt-header-line);
  }

  .mt-global-nav a {
    min-height: 50px;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.08rem;
  }

  .mt-global-header.is-menu-open .mt-global-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .mt-global-header.is-menu-open .mt-menu-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .mt-global-header.is-menu-open .mt-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mt-global-header.is-menu-open .mt-menu-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  html.mt-menu-open {
    overflow: hidden;
  }
}

.admin-bar .elementor-location-header {
  top: 32px;
}

.admin-bar .mt-global-nav {
  top: calc(var(--mt-header-h, 70px) + 32px);
  max-height: calc(100vh - var(--mt-header-h, 70px) - 32px);
}

@media (max-width: 782px) {
  .admin-bar .elementor-location-header {
    top: 46px;
  }

  .admin-bar .mt-global-nav {
    top: calc(var(--mt-header-h, 70px) + 46px);
    max-height: calc(100vh - var(--mt-header-h, 70px) - 46px);
  }
}

@media (max-width: 480px) {
  .mt-global-header__inner {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-global-header *,
  .mt-global-header *::before,
  .mt-global-header *::after {
    transition-duration: 0.01ms !important;
  }
}
/* FIX HEADER — wklej cały plik na końcu obecnego 11-header-uae.css */
:is(#masthead, .elementor-location-header) .elementor-section:has(.mt-global-header),
:is(#masthead, .elementor-location-header) .elementor-section:has(.mt-global-header) > .elementor-container,
:is(#masthead, .elementor-location-header) .elementor-section:has(.mt-global-header) > .elementor-container > .elementor-column,
:is(#masthead, .elementor-location-header) .elementor-widget-html:has(> .mt-global-header) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

:is(#masthead, .elementor-location-header) .elementor-section:has(.mt-global-header) > .elementor-container > .elementor-column > .elementor-widget-wrap {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

:is(#masthead, .elementor-location-header) .mt-global-header {
  width: 100% !important;
  margin: 0 !important;
}

#masthead {
  position: sticky !important;
  z-index: 9998 !important;
  top: 0;
}

.admin-bar #masthead {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar #masthead {
    top: 46px;
  }
}/* End custom CSS */