.elementor-10194 .elementor-element.elementor-element-6be60e3a{--display:flex;--border-radius:50px 50px 50px 50px;}.elementor-10194 .elementor-element.elementor-element-6be60e3a:not(.elementor-motion-effects-element-type-background), .elementor-10194 .elementor-element.elementor-element-6be60e3a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-10194 .elementor-element.elementor-element-185a602c > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-10194 .elementor-element.elementor-element-185a602c{text-align:center;}.elementor-10194 .elementor-element.elementor-element-185a602c .elementor-heading-title{text-transform:uppercase;color:#020101;}.elementor-10194 .elementor-element.elementor-element-3129bf41{--e-image-carousel-slides-to-show:4;}.elementor-10194 .elementor-element.elementor-element-3129bf41 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-10194 .elementor-element.elementor-element-3129bf41 .elementor-swiper-button.elementor-swiper-button-next{font-size:21px;color:#B95EA9;}.elementor-10194 .elementor-element.elementor-element-3129bf41 .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-10194 .elementor-element.elementor-element-3129bf41 .elementor-swiper-button.elementor-swiper-button-next svg{fill:#B95EA9;}.elementor-10194 .elementor-element.elementor-element-3129bf41 .elementor-image-carousel-caption{text-align:center;font-family:"orpheuspro", Sans-serif;font-weight:normal;font-style:normal;letter-spacing:0.6px;}.elementor-10194 .elementor-element.elementor-element-5df3d3f0{--spacer-size:30px;}@media(max-width:767px){.elementor-10194 .elementor-element.elementor-element-3129bf41{--e-image-carousel-slides-to-show:2;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

.ue-item img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

/* === Floating CTA === */
html body a.mobile-cta-trigger.mobile-cta-button,
html body a.mobile-cta-button {
  position: fixed;
  right: 12px;
  bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;

  min-height: 54px;
  width: auto;
  padding: 12px 24px;

  background: linear-gradient(135deg, #b88faa, #9d7892);
  color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 12px 28px rgba(170, 135, 159, 0.26);

  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;

  font-family: inherit !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variation-settings: normal !important;
  font-synthesis: none !important;
  line-height: 1 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  text-shadow: none !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  appearance: none;
  -webkit-appearance: none;

  opacity: 0;
  transform: translateY(18px) scale(.96);
  pointer-events: none;

  transition:
    opacity .3s ease,
    transform .3s ease;
}

html body a.mobile-cta-trigger.mobile-cta-button:link,
html body a.mobile-cta-trigger.mobile-cta-button:visited,
html body a.mobile-cta-trigger.mobile-cta-button:hover,
html body a.mobile-cta-trigger.mobile-cta-button:focus,
html body a.mobile-cta-trigger.mobile-cta-button:active {
  display: inline-flex !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

/* star uses safe symbol font and is forced white */
html body a.mobile-cta-trigger.mobile-cta-button .cta-star,
html body a.mobile-cta-button .cta-star {
  display: inline-block !important;
  margin-right: 5px !important;
  color: #ffffff !important;
  font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1 !important;
  transform: translateY(-0.5px);
}

/* text gets Orpheus only */
html body a.mobile-cta-trigger.mobile-cta-button .cta-text,
html body a.mobile-cta-button .cta-text {
  display: inline-block !important;
  padding-left: 0 !important;
  color: #ffffff !important;
  font-family: "orpheuspro", "Orpheus Pro", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
}

/* visible state */
html body a.mobile-cta-trigger.mobile-cta-button.is-visible,
html body a.mobile-cta-button.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* focus ring */
html body a.mobile-cta-trigger.mobile-cta-button:focus-visible,
html body a.mobile-cta-button:focus-visible {
  outline: 3px solid rgba(170, 135, 159, 0.25);
  outline-offset: 3px;
}/* End custom CSS */