/* Floating WhatsApp + language translator */
.frx-wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}
.frx-wa-float > * {
  pointer-events: auto;
}
.frx-wa-float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.frx-wa-float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.55);
  color: #fff;
}
.frx-wa-float-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.frx-wa-float-label {
  display: none;
}
@media (min-width: 480px) {
  .frx-wa-float-label {
    display: inline;
  }
}
.frx-nav-wa-quick {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  margin-left: 8px;
  text-decoration: none !important;
  border: none !important;
}
.frx-nav-wa-quick:hover {
  background: #1fb855 !important;
  color: #fff !important;
}
.frx-translate-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.frx-translate-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(110, 193, 228, 0.12);
  border: 1px solid rgba(110, 193, 228, 0.35);
  color: var(--frx-text, #0f1623);
  font-size: 12px;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
}
.frx-nav .frx-translate-btn {
  color: #fff;
  background: rgba(110, 193, 228, 0.15);
  border-color: rgba(110, 193, 228, 0.35);
}
.frx-translate-btn:hover {
  background: rgba(110, 193, 228, 0.22);
}
.frx-translate-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  max-height: 320px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(15, 22, 35, 0.12);
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(15, 22, 35, 0.18);
  z-index: 10001;
  padding: 8px 0;
}
.frx-translate-menu.open {
  display: block;
}
.frx-translate-menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 16px;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  color: #0f1623;
}
.frx-translate-menu button:hover {
  background: rgba(110, 193, 228, 0.12);
}
.frx-translate-menu button.active {
  background: rgba(110, 193, 228, 0.2);
  font-weight: 800;
}
#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.goog-te-banner-frame,
.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}
