.elementor-location-popup:not(.wm-popup-active) {
  display: none;
}

.elementor-location-popup.wm-popup-active {
  display: block !important;
}

.elementor-popup-modal.wm-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  padding: 20px;
  overflow: auto;
  box-sizing: border-box;
}

.elementor-popup-modal.wm-popup-modal.wm-popup-open {
  display: flex;
}

.elementor-popup-modal.wm-popup-modal .dialog-widget-content {
  position: relative;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.elementor-popup-modal.wm-popup-modal .dialog-message {
  max-width: 100%;
}

.elementor-popup-modal.wm-popup-modal .dialog-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.elementor-popup-modal.wm-popup-modal .dialog-close-button::before {
  content: "×";
  font-size: 28px;
  line-height: 26px;
}

body.wm-popup-lock {
  overflow: hidden;
}

body.wm-offer-lock {
  overflow: hidden;
}

.wm-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.78);
  box-sizing: border-box;
}

.wm-offer-panel {
  position: relative;
  width: min(92vw, 560px);
  max-height: calc(100vh - 44px);
  animation: wmOfferIn 0.28s ease-out;
}

.wm-offer-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 44px);
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
  cursor: pointer;
}

.wm-offer-close {
  position: absolute;
  top: 4.8%;
  right: 5.4%;
  z-index: 2;
  width: 7.4%;
  min-width: 38px;
  max-width: 58px;
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  color: transparent;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

.wm-offer-close:hover,
.wm-offer-close:focus {
  outline: 2px solid rgba(218, 181, 104, 0.5);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.04);
}

@keyframes wmOfferIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.grecaptcha-badge,
.elementor-g-recaptcha,
.elementor-field-type-recaptcha_v3 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.wm-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 144px;
  z-index: 999998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wm-whatsapp-float:hover,
.wm-whatsapp-float:focus {
  color: #fff;
  background: #1fbd5a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.wm-whatsapp-float svg {
  display: block;
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.wm-call-float {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 999998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: #c6a04d;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wm-call-float:hover,
.wm-call-float:focus {
  color: #fff;
  background: #ad8840;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.wm-call-float svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.wm-whatsapp-float:not(.wm-float-visible),
.wm-call-float:not(.wm-float-visible) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}

.wm-whatsapp-float.wm-float-visible,
.wm-call-float.wm-float-visible {
  opacity: 1;
}

.wm-whatsapp-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .elementor-popup-modal.wm-popup-modal {
    padding: 12px;
  }

  .wm-offer-modal {
    padding: 12px;
  }

  .wm-offer-panel {
    width: min(94vw, 430px);
    max-height: calc(100vh - 24px);
  }

  .wm-offer-image {
    max-height: calc(100vh - 24px);
    border-radius: 14px;
  }

  .wm-offer-close {
    top: 4.8%;
    right: 5.6%;
    min-width: 24px;
    max-width: 32px;
  }

  .elementor-page-977 .elementor-element-d3dc081 > .e-con-inner,
  .elementor-page-1401 .elementor-element-d3dc081 > .e-con-inner {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .elementor-page-977 .elementor-element-f3aed40,
  .elementor-page-1401 .elementor-element-f3aed40 {
    max-width: 100%;
  }

  .elementor-page-977 .elementor-element-f3aed40 p,
  .elementor-page-1401 .elementor-element-f3aed40 p {
    overflow-wrap: anywhere;
  }

  .elementor-popup-modal.wm-popup-modal .dialog-widget-content {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }

  .wm-whatsapp-float {
    right: 16px;
    bottom: 132px;
    width: 50px;
    height: 50px;
  }

  .wm-whatsapp-float svg {
    width: 28px;
    height: 28px;
  }

  .wm-call-float {
    right: 16px;
    bottom: 74px;
    width: 50px;
    height: 50px;
  }

  .wm-call-float svg {
    width: 25px;
    height: 25px;
  }
}
