.hxs-language-switcher {
  --hxs-ink: #151515;
  --hxs-paper: #ffffff;
  --hxs-line: rgba(21, 21, 21, 0.14);
  --hxs-accent: #202020;
  position: fixed;
  left: 18px;
  right: auto;
  bottom: var(--hxs-cookie-offset, 18px);
  z-index: 2147483000;
  color: var(--hxs-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.hxs-language-switcher *,
.hxs-language-switcher *::before,
.hxs-language-switcher *::after {
  box-sizing: border-box;
}

.hxs-language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 48px;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid var(--hxs-line);
  border-radius: 2px;
  background: var(--hxs-paper);
  color: var(--hxs-ink);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hxs-language-trigger:hover,
.hxs-language-trigger:focus-visible {
  border-color: rgba(21, 21, 21, 0.42);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.hxs-language-trigger .fi,
.hxs-language-option .fi {
  flex: 0 0 auto;
  width: 24px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.hxs-language-chevron {
  width: 8px;
  height: 8px;
  margin-left: 1px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(225deg) translate(-1px, -1px);
  transition: transform 180ms ease;
}

.hxs-language-switcher[data-open="true"] .hxs-language-chevron {
  transform: rotate(45deg) translate(-1px, -1px);
}

.hxs-language-panel {
  position: absolute;
  left: 0;
  right: auto;
  bottom: calc(100% + 10px);
  display: grid;
  grid-template-columns: repeat(2, minmax(154px, 1fr));
  width: 330px;
  padding: 8px;
  border: 1px solid var(--hxs-line);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.985);
  transform-origin: left bottom;
  transition: opacity 160ms ease, transform 160ms ease;
}

.hxs-language-switcher[data-open="true"] .hxs-language-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.hxs-language-option {
  display: flex;
  align-items: center;
  min-height: 46px;
  gap: 11px;
  padding: 9px 11px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: var(--hxs-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background-color 150ms ease, color 150ms ease;
}

.hxs-language-option:hover,
.hxs-language-option:focus-visible {
  background: #f0f0ee;
  outline: none;
}

.hxs-language-option[aria-current="true"] {
  background: var(--hxs-accent);
  color: #ffffff;
}

.hxs-language-name {
  flex: 1;
  white-space: nowrap;
}

.hxs-language-code {
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.58;
}

.hxs-language-status {
  position: absolute;
  left: 0;
  right: auto;
  bottom: calc(100% + 10px);
  max-width: 280px;
  padding: 10px 13px;
  border-radius: 2px;
  background: #161616;
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.hxs-language-status[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

.hxs-language-switcher[data-busy="true"] .hxs-language-trigger {
  cursor: progress;
  opacity: 0.78;
}

.hxs-whatsapp-float {
  position: fixed;
  left: 45px;
  right: auto;
  bottom: calc(var(--hxs-cookie-offset, 18px) + 62px);
  z-index: 2147483000;
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 50%;
  background: #fff;
  background-color: #fff !important;
  color: #25d366;
  box-shadow: 0 12px 30px rgba(7, 94, 40, 0.2);
  cursor: default;
  appearance: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.hxs-whatsapp-float svg {
  width: 30px;
  height: 30px;
  display: block;
}

.hxs-whatsapp-float:hover,
.hxs-whatsapp-float:focus-visible {
  border-color: rgba(37, 211, 102, 0.52);
  box-shadow: 0 16px 38px rgba(7, 94, 40, 0.28);
  outline: none;
  transform: translateY(-1px);
}

.elementor-location-footer [data-id="5075b2e"] {
  --min-height: 0px !important;
  min-height: 0 !important;
  padding: 52px 20px !important;
}

.elementor-location-footer [data-id="5075b2e"] > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  width: min(1180px, 100%);
  margin-inline: auto;
}

.elementor-location-footer [data-id="6c916b1"],
.elementor-location-footer [data-id="cf5925e"],
.elementor-location-footer [data-id="1c084b7"] {
  --width: auto !important;
  --min-height: 0px !important;
  width: auto !important;
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  justify-content: center;
}

.elementor-location-footer [data-id="660055b"],
.elementor-location-footer [data-id="82081df"],
.elementor-location-footer [data-id="277c045"] {
  width: 100%;
  margin: 0 !important;
}

.elementor-location-footer [data-id="6c916b1"] {
  padding-left: 72px !important;
}

:is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) {
  --min-height: 0px !important;
  min-height: 0 !important;
  padding: 52px 20px !important;
}

:is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  width: min(1180px, 100%);
  margin-inline: auto;
}

:is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) > .e-con-inner > .e-child {
  --width: auto !important;
  --min-height: 0px !important;
  width: auto !important;
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  justify-content: center;
}

:is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) > .e-con-inner > .e-child:first-child {
  padding-left: 72px !important;
}

@media (max-width: 600px) {
  .hxs-language-switcher {
    left: 12px;
    right: auto;
    bottom: var(--hxs-cookie-offset, 12px);
  }

  .hxs-language-trigger {
    min-width: 96px;
    height: 44px;
    padding-inline: 12px;
  }

  .hxs-language-panel {
    position: fixed;
    right: 10px;
    bottom: 66px;
    left: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    transform-origin: center bottom;
  }

  .hxs-language-status {
    left: 0;
    right: auto;
    bottom: calc(100% + 8px);
  }

  .hxs-whatsapp-float {
    left: 33px;
    right: auto;
    bottom: calc(var(--hxs-cookie-offset, 12px) + 58px);
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 767px) {
  .elementor-location-footer [data-id="5075b2e"] {
    padding: 40px 24px !important;
  }

  .elementor-location-footer [data-id="5075b2e"] > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .elementor-location-footer [data-id="6c916b1"],
  .elementor-location-footer [data-id="cf5925e"],
  .elementor-location-footer [data-id="1c084b7"] {
    width: 100% !important;
  }

  .elementor-location-footer [data-id="6c916b1"] {
    padding-left: 0 !important;
  }

  :is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) {
    padding: 40px 24px !important;
  }

  :is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  :is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) > .e-con-inner > .e-child,
  :is([data-id="53c8267c"], [data-id="2c464c24"], [data-id="121a2d8d"], [data-id="23f02cfe"], [data-id="1049667e"]) > .e-con-inner > .e-child:first-child {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hxs-language-switcher *,
  .hxs-whatsapp-float {
    transition: none !important;
  }
}
