.elementor-widget-gcv_mobile_menu,
.elementor-widget-gcv_mobile_menu > .elementor-widget-container {
  height: 100%;
  min-height: 100dvh;
}

.gwle-mobile-menu {
  --gwle-mobile-ink: #12343d;
  --gwle-mobile-muted: #49656c;
  --gwle-mobile-teal: #269aac;
  --gwle-mobile-teal-deep: #0f7d82;
  --gwle-mobile-coral: #ff765f;
  --gwle-mobile-sun: #ffd966;
  --gwle-mobile-panel: #ffffff;
  --gwle-mobile-line: rgba(18, 52, 61, 0.14);
  --gwle-mobile-shadow: 0 16px 36px rgba(18, 52, 61, 0.14);
  --gwle-mobile-inset: clamp(1rem, 4.5vw, 1.35rem);
  --gwle-mobile-gap: clamp(0.85rem, 3.1vw, 1.05rem);
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 250, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(255, 217, 102, 0.24), transparent 34%),
    radial-gradient(circle at 100% 9%, rgba(255, 118, 95, 0.18), transparent 30%);
  color: var(--gwle-mobile-ink);
  font-family: inherit;
}

.gwle-mobile-menu *,
.gwle-mobile-menu *::before,
.gwle-mobile-menu *::after {
  box-sizing: border-box;
}

.gwle-mobile-menu a {
  color: inherit;
  text-decoration: none !important;
}

.gwle-mobile-menu svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex: 0 0 auto;
}

.gwle-mobile-menu__header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
  align-items: center;
  min-height: clamp(4.7rem, 15vw, 5.7rem);
  padding: max(0.75rem, env(safe-area-inset-top)) 1rem 0.85rem;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--gwle-mobile-line);
  box-shadow: 0 10px 24px rgba(18, 52, 61, 0.08);
  backdrop-filter: blur(14px);
}

.gwle-mobile-menu__logo-link {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 3.25rem;
}

.gwle-mobile-menu__logo {
  width: min(13.5rem, 54vw);
  max-height: 3rem;
  object-fit: contain;
}

.gwle-mobile-menu__close {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0.6rem;
  border-radius: 0.4rem;
  background: #218199;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(18, 52, 61, 0.14);
}

.gwle-mobile-menu__scroll {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: var(--gwle-mobile-gap) var(--gwle-mobile-inset);
  scrollbar-gutter: stable both-edges;
}

.gwle-mobile-menu__actions,
.gwle-mobile-menu__list,
.gwle-mobile-menu__sublist {
  display: grid;
  gap: var(--gwle-mobile-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.gwle-mobile-menu__item,
.gwle-mobile-menu__actions > *,
.gwle-mobile-menu__list > *,
.gwle-mobile-menu__sublist > * {
  margin: 0 !important;
  padding: 0 !important;
}

.gwle-mobile-menu__actions {
  margin-bottom: var(--gwle-mobile-gap);
}

.gwle-mobile-menu__action,
.gwle-mobile-menu__toggle,
.gwle-mobile-menu__link,
.gwle-mobile-menu__sublink,
.gwle-mobile-menu__legal a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 3.85rem;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: clamp(1.05rem, 4.9vw, 1.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  isolation: isolate;
  background-size: 240% 240%;
  background-position: 0% 50%;
  transition: transform 180ms ease, box-shadow 220ms ease, filter 220ms ease, background-position 420ms ease;
}

.gwle-mobile-menu__action::before,
.gwle-mobile-menu__toggle::before,
.gwle-mobile-menu__link::before,
.gwle-mobile-menu__sublink::before,
.gwle-mobile-menu__legal a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 64%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 220ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.gwle-mobile-menu__action > *,
.gwle-mobile-menu__toggle > *,
.gwle-mobile-menu__legal a > * {
  position: relative;
  z-index: 1;
}

.gwle-mobile-menu__action {
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  color: #fff !important;
  box-shadow: var(--gwle-mobile-shadow);
}

.gwle-mobile-menu .gwle-mobile-menu__action,
.gwle-mobile-menu .gwle-mobile-menu__action:visited,
.gwle-mobile-menu .gwle-mobile-menu__action:hover,
.gwle-mobile-menu .gwle-mobile-menu__action:focus,
.gwle-mobile-menu .gwle-mobile-menu__action:active,
.gwle-mobile-menu .gwle-mobile-menu__action span,
.gwle-mobile-menu .gwle-mobile-menu__action svg {
  color: #fff !important;
}

.gwle-mobile-menu__action svg {
  width: 2rem;
  height: 2rem;
}

.gwle-mobile-menu__action--search {
  background-image: linear-gradient(120deg, var(--gwle-mobile-sun) 0%, var(--gwle-mobile-coral) 42%, #ef5f7a 72%, var(--gwle-mobile-sun) 100%);
}

.gwle-mobile-menu__action--call {
  background-image: linear-gradient(120deg, #25a6a0 0%, #07956f 44%, #17b7a5 72%, #25a6a0 100%);
}

.gwle-mobile-menu__toggle,
.gwle-mobile-menu__link {
  width: 100%;
  min-height: 3.95rem;
  padding: 0.85rem 1.05rem;
  background-image: linear-gradient(120deg, var(--gwle-mobile-teal) 0%, #2da7b7 42%, #147f93 72%, var(--gwle-mobile-teal) 100%);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 124, 138, 0.18);
}

.gwle-mobile-menu .gwle-mobile-menu__link,
.gwle-mobile-menu .gwle-mobile-menu__link:visited,
.gwle-mobile-menu .gwle-mobile-menu__link:hover,
.gwle-mobile-menu .gwle-mobile-menu__link:focus,
.gwle-mobile-menu .gwle-mobile-menu__link:active {
  color: #fff !important;
}

.gwle-mobile-menu__toggle {
  position: relative;
  gap: 0.62rem;
}

.gwle-mobile-menu__toggle > span:first-child {
  min-width: 0;
}

.gwle-mobile-menu__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  color: #fff;
  transition: transform 200ms ease;
}

.gwle-mobile-menu__toggle[aria-expanded="true"] {
  background-image: linear-gradient(120deg, #1f91a3 0%, var(--gwle-mobile-teal-deep) 46%, #24a9b7 78%, #1f91a3 100%);
}

.gwle-mobile-menu__toggle[aria-expanded="true"] .gwle-mobile-menu__toggle-icon {
  transform: rotate(45deg);
}

.gwle-mobile-menu__panel {
  padding-top: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.25rem);
  transition: height 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 220ms ease, padding-top 180ms ease;
}

.gwle-mobile-menu__panel[hidden] {
  display: block;
  height: 0 !important;
  padding-top: 0;
  opacity: 0;
  pointer-events: none;
}

.gwle-mobile-menu__panel.is-open {
  padding-top: var(--gwle-mobile-gap);
  opacity: 1;
  transform: translateY(0);
}

.gwle-mobile-menu__sublist {
  gap: var(--gwle-mobile-gap);
  padding: var(--gwle-mobile-gap);
  border: 1px solid var(--gwle-mobile-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(18, 52, 61, 0.08);
}

.gwle-mobile-menu__sublink {
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.78rem 0.95rem;
  background-image: linear-gradient(120deg, #238fa0 0%, #1f9bab 42%, #126f82 74%, #238fa0 100%);
  color: #fff !important;
  font-size: clamp(0.96rem, 4.25vw, 1.12rem);
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 6px 14px rgba(18, 52, 61, 0.10);
}

.gwle-mobile-menu__footer {
  position: relative;
  z-index: 3;
  display: grid;
  gap: var(--gwle-mobile-gap);
  padding: var(--gwle-mobile-gap) var(--gwle-mobile-inset) max(var(--gwle-mobile-gap), env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--gwle-mobile-line);
  box-shadow: 0 -12px 24px rgba(18, 52, 61, 0.08);
  backdrop-filter: blur(14px);
}

.gwle-mobile-menu__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.gwle-mobile-menu__social {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  color: #fff !important;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    inset 0 -12px 18px rgba(0, 0, 0, 0.16),
    0 12px 24px rgba(18, 52, 61, 0.18) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.gwle-mobile-menu__social svg {
  position: relative;
  z-index: 2;
  width: 1.45rem;
  height: 1.45rem;
  color: #fff !important;
  fill: #fff !important;
}

.gwle-mobile-menu__social::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 48%);
  opacity: 0.95;
  pointer-events: none;
}

.gwle-mobile-menu__social::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.36), transparent 35%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.gwle-mobile-menu__social--facebook {
  background: linear-gradient(145deg, #55a3ff, #1e67cc 74%);
}

.gwle-mobile-menu__social--instagram {
  background: linear-gradient(145deg, #ffd25f 0%, #f4606f 42%, #bf24a9 68%, #5a4fe2 100%);
}

.gwle-mobile-menu__social--x {
  background: linear-gradient(145deg, #394044, #12191c 76%);
}

.gwle-mobile-menu__legal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gwle-mobile-gap);
}

.gwle-mobile-menu__legal a {
  gap: 0.48rem;
  min-height: 3.25rem;
  padding: 0.72rem 0.62rem;
  background-image: linear-gradient(120deg, #2f9eb0 0%, #238999 44%, #37adbd 76%, #2f9eb0 100%);
  color: #fff !important;
  font-size: clamp(0.92rem, 4.2vw, 1.05rem);
  box-shadow: 0 8px 18px rgba(17, 124, 138, 0.16);
}

.gwle-mobile-menu .gwle-mobile-menu__legal a,
.gwle-mobile-menu .gwle-mobile-menu__legal a:visited,
.gwle-mobile-menu .gwle-mobile-menu__legal a:hover,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus-visible,
.gwle-mobile-menu .gwle-mobile-menu__legal a:active,
.gwle-mobile-menu .gwle-mobile-menu__legal a span,
.gwle-mobile-menu .gwle-mobile-menu__legal a:hover span,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus span,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus-visible span,
.gwle-mobile-menu .gwle-mobile-menu__legal a:active span,
.gwle-mobile-menu .gwle-mobile-menu__legal a svg,
.gwle-mobile-menu .gwle-mobile-menu__legal a svg path {
  color: #fff !important;
  fill: #fff !important;
}

.gwle-mobile-menu__legal svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff !important;
}

.gwle-mobile-menu__action:active,
.gwle-mobile-menu__toggle:active,
.gwle-mobile-menu__link:active,
.gwle-mobile-menu__sublink:active,
.gwle-mobile-menu__social:active,
.gwle-mobile-menu__legal a:active {
  transform: translateY(1px);
}

.gwle-mobile-menu__action:hover,
.gwle-mobile-menu__toggle:hover,
.gwle-mobile-menu__link:hover,
.gwle-mobile-menu__sublink:hover,
.gwle-mobile-menu__legal a:hover {
  transform: none;
}

.gwle-mobile-menu__social:hover {
  transform: translateY(-1px);
}

.gwle-mobile-menu__action:hover,
.gwle-mobile-menu__action:focus-visible,
.gwle-mobile-menu__toggle:hover,
.gwle-mobile-menu__toggle:focus-visible,
.gwle-mobile-menu__link:hover,
.gwle-mobile-menu__link:focus-visible,
.gwle-mobile-menu__sublink:hover,
.gwle-mobile-menu__sublink:focus-visible,
.gwle-mobile-menu__legal a:hover,
.gwle-mobile-menu__legal a:focus-visible {
  background-position: 100% 50%;
  filter: saturate(1.08) contrast(1.04);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 -14px 24px rgba(7, 55, 67, 0.14),
    0 16px 30px rgba(18, 52, 61, 0.2);
}

.gwle-mobile-menu__action:hover::before,
.gwle-mobile-menu__action:focus-visible::before,
.gwle-mobile-menu__toggle:hover::before,
.gwle-mobile-menu__toggle:focus-visible::before,
.gwle-mobile-menu__link:hover::before,
.gwle-mobile-menu__link:focus-visible::before,
.gwle-mobile-menu__sublink:hover::before,
.gwle-mobile-menu__sublink:focus-visible::before,
.gwle-mobile-menu__legal a:hover::before,
.gwle-mobile-menu__legal a:focus-visible::before {
  opacity: 1;
  transform: translateX(115%);
}

.gwle-mobile-menu .gwle-mobile-menu__action:hover,
.gwle-mobile-menu .gwle-mobile-menu__action:focus-visible,
.gwle-mobile-menu .gwle-mobile-menu__toggle:hover,
.gwle-mobile-menu .gwle-mobile-menu__toggle:focus-visible,
.gwle-mobile-menu .gwle-mobile-menu__link:hover,
.gwle-mobile-menu .gwle-mobile-menu__link:focus-visible,
.gwle-mobile-menu .gwle-mobile-menu__sublink:hover,
.gwle-mobile-menu .gwle-mobile-menu__sublink:focus-visible,
.gwle-mobile-menu .gwle-mobile-menu__legal a:hover,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus-visible,
.gwle-mobile-menu .gwle-mobile-menu__legal a:hover span,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus-visible span,
.gwle-mobile-menu .gwle-mobile-menu__legal a:hover svg,
.gwle-mobile-menu .gwle-mobile-menu__legal a:focus-visible svg {
  color: #fff !important;
}

.gwle-mobile-menu__social:hover,
.gwle-mobile-menu__social:focus,
.gwle-mobile-menu__social:focus-visible {
  color: #fff !important;
  filter: saturate(1.08) contrast(1.03);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    inset 0 -12px 18px rgba(0, 0, 0, 0.14),
    0 16px 30px rgba(18, 52, 61, 0.22);
}

.gwle-mobile-menu__social:hover::after,
.gwle-mobile-menu__social:focus::after,
.gwle-mobile-menu__social:focus-visible::after {
  opacity: 1;
}

.gwle-mobile-menu .gwle-mobile-menu__social:hover svg,
.gwle-mobile-menu .gwle-mobile-menu__social:focus svg,
.gwle-mobile-menu .gwle-mobile-menu__social:focus-visible svg,
.gwle-mobile-menu .gwle-mobile-menu__social svg,
.gwle-mobile-menu .gwle-mobile-menu__social svg path {
  color: #fff !important;
  fill: #fff !important;
}

.gwle-mobile-menu__action:focus-visible,
.gwle-mobile-menu__toggle:focus-visible,
.gwle-mobile-menu__link:focus-visible,
.gwle-mobile-menu__sublink:focus-visible,
.gwle-mobile-menu__social:focus-visible,
.gwle-mobile-menu__legal a:focus-visible,
.gwle-mobile-menu__close:focus-visible,
.gwle-mobile-menu__logo-link:focus-visible {
  outline: 3px solid #ffdf66;
  outline-offset: 3px;
}

@media (max-width: 360px) {
  .gwle-mobile-menu__action,
  .gwle-mobile-menu__toggle,
  .gwle-mobile-menu__link {
    font-size: 1rem;
  }

  .gwle-mobile-menu__legal a {
    font-size: 0.86rem;
  }
}

@media (max-height: 680px) {
  .gwle-mobile-menu__header {
    min-height: 4.35rem;
    padding-bottom: 0.55rem;
  }

  .gwle-mobile-menu__logo {
    max-height: 2.42rem;
  }

  .gwle-mobile-menu__scroll {
    padding-top: 0.62rem;
    padding-bottom: 0.62rem;
  }

  .gwle-mobile-menu__action,
  .gwle-mobile-menu__toggle,
  .gwle-mobile-menu__link {
    min-height: 3.3rem;
    padding-top: 0.62rem;
    padding-bottom: 0.62rem;
  }

  .gwle-mobile-menu__footer {
    gap: 0.52rem;
    padding-top: 0.58rem;
  }

  .gwle-mobile-menu__social {
    width: 2.64rem;
    height: 2.64rem;
  }

  .gwle-mobile-menu__legal a {
    min-height: 2.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gwle-mobile-menu *,
  .gwle-mobile-menu *::before,
  .gwle-mobile-menu *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
