.elementor-10414 .elementor-element.elementor-element-34a01d08{--display:flex;}@media(max-width:767px){.elementor-10414 .elementor-element.elementor-element-26616916 > .elementor-widget-container{padding:0px 0px 015px 0px;}}/* Start custom CSS *//* =========================================================
   FLOATING NATIVE CONTACT BUTTON - EDIT THESE VALUES
   ========================================================= */
:root {
  --floating-native-right: 12px;
  --floating-native-bottom: 8px;
  --floating-native-z: 9999;

  --floating-native-min-size: 54px;
  --floating-native-padding-y: 12px;
  --floating-native-padding-x: 24px;
  --floating-native-radius: 999px;

  --floating-native-bg: #9E5D74;
  --floating-native-text: #ffffff;
  --floating-native-border: rgba(0, 0, 0, 0.35);

  --floating-native-hover-bg: #9d7892;
  --floating-native-hover-text: #ffffff;
  --floating-native-hover-border: rgba(0, 0, 0, 0.35);

  --floating-native-shadow-x: 5px;
  --floating-native-shadow-y: 5px;
  --floating-native-shadow-blur: 0px;
  --floating-native-shadow-color: #F1E8E8;

  --floating-native-focus-ring: rgba(184, 143, 170, 0.28);

  --floating-native-font-family: "orpheuspro", "Orpheus Pro", serif;
  --floating-native-font-size: 20px;
  --floating-native-font-weight: 400;
  --floating-native-letter-spacing: 1.2px;
  --floating-native-text-transform: uppercase;
  --floating-native-line-height: 1;

  --floating-native-mobile-icon: "🗪";
  --floating-native-mobile-icon-size: 26px;
}

/* Put the WIDGET itself into fixed position */
html body .elementor-widget.floating-contact-native,
html body .floating-contact-native.elementor-widget,
html body .elementor-element.floating-contact-native {
  position: fixed !important;
  right: var(--floating-native-right) !important;
  bottom: calc(var(--floating-native-bottom) + env(safe-area-inset-bottom, 0px)) !important;
  z-index: var(--floating-native-z) !important;
  width: auto !important;
  margin: 0 !important;
}

/* Neutralize intermediate wrappers */
html body .elementor-widget.floating-contact-native > .elementor-widget-container,
html body .floating-contact-native.elementor-widget > .elementor-widget-container,
html body .elementor-element.floating-contact-native > .elementor-widget-container {
  width: auto !important;
  margin: 0 !important;
}

html body .elementor-widget.floating-contact-native .elementor-button-wrapper,
html body .floating-contact-native.elementor-widget .elementor-button-wrapper,
html body .elementor-element.floating-contact-native .elementor-button-wrapper {
  margin: 0 !important;
}

/* Style the real button/link */
html body .elementor-widget.floating-contact-native .elementor-button,
html body .floating-contact-native.elementor-widget .elementor-button,
html body .elementor-element.floating-contact-native .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: var(--floating-native-min-size);
  padding: var(--floating-native-padding-y) var(--floating-native-padding-x) !important;

  background: var(--floating-native-bg) !important;
  color: var(--floating-native-text) !important;
  border: 1px solid var(--floating-native-border) !important;
  border-radius: var(--floating-native-radius) !important;
  box-shadow: var(--floating-native-shadow-x) var(--floating-native-shadow-y) var(--floating-native-shadow-blur) var(--floating-native-shadow-color) !important;

  text-decoration: none !important;
  text-shadow: none !important;

  font-family: var(--floating-native-font-family) !important;
  font-size: var(--floating-native-font-size) !important;
  font-weight: var(--floating-native-font-weight) !important;
  line-height: var(--floating-native-line-height) !important;
  letter-spacing: var(--floating-native-letter-spacing) !important;
  text-transform: var(--floating-native-text-transform) !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

html body .elementor-widget.floating-contact-native .elementor-button:hover,
html body .elementor-widget.floating-contact-native .elementor-button:active,
html body .floating-contact-native.elementor-widget .elementor-button:hover,
html body .floating-contact-native.elementor-widget .elementor-button:active,
html body .elementor-element.floating-contact-native .elementor-button:hover,
html body .elementor-element.floating-contact-native .elementor-button:active {
  background: var(--floating-native-hover-bg) !important;
  color: var(--floating-native-hover-text) !important;
  border-color: var(--floating-native-hover-border) !important;
}

html body .elementor-widget.floating-contact-native .elementor-button:focus-visible,
html body .floating-contact-native.elementor-widget .elementor-button:focus-visible,
html body .elementor-element.floating-contact-native .elementor-button:focus-visible {
  outline: 3px solid var(--floating-native-focus-ring);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  html body .elementor-widget.floating-contact-native .elementor-button,
  html body .floating-contact-native.elementor-widget .elementor-button,
  html body .elementor-element.floating-contact-native .elementor-button {
    min-width: var(--floating-native-min-size);
    width: var(--floating-native-min-size);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .elementor-widget.floating-contact-native .elementor-button-text,
  html body .floating-contact-native.elementor-widget .elementor-button-text,
  html body .elementor-element.floating-contact-native .elementor-button-text {
    display: none !important;
  }

  html body .elementor-widget.floating-contact-native .elementor-button::before,
  html body .floating-contact-native.elementor-widget .elementor-button::before,
  html body .elementor-element.floating-contact-native .elementor-button::before {
    content: var(--floating-native-mobile-icon);
    display: inline-block;
    color: var(--floating-native-text);
    font-size: var(--floating-native-mobile-icon-size);
    line-height: 1;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  html body .elementor-widget.floating-contact-native .elementor-button:hover::before,
  html body .elementor-widget.floating-contact-native .elementor-button:active::before,
  html body .floating-contact-native.elementor-widget .elementor-button:hover::before,
  html body .floating-contact-native.elementor-widget .elementor-button:active::before,
  html body .elementor-element.floating-contact-native .elementor-button:hover::before,
  html body .elementor-element.floating-contact-native .elementor-button:active::before {
    color: var(--floating-native-hover-text);
  }
}

/* =========================================================
   REUSABLE STACKED PORTFOLIO CAROUSEL PATTERN
   ========================================================= */
.stacked-portfolios {
  --stack-shift: 7%;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .stacked-portfolios { overflow-x: hidden; }
}

.stacked-portfolios .elementor-widget,
.stacked-portfolios .elementor-widget-container,
.stacked-portfolios .swiper,
.stacked-portfolios .elementor-image-carousel-wrapper {
  min-width: 0;
  max-width: 100%;
}

.stacked-portfolios .swiper,
.stacked-portfolios .elementor-image-carousel-wrapper {
  overflow: hidden;
}

.stacked-portfolios .portfolio-top,
.stacked-portfolios .portfolio-bottom {
  position: relative;
  width: 100%;
}

.stacked-portfolios .portfolio-top { z-index: 2; }
.stacked-portfolios .portfolio-bottom { z-index: 1; }

.stacked-portfolios .portfolio-bottom .elementor-image-carousel {
  padding-left: var(--stack-shift);
  box-sizing: border-box;
}

.stacked-portfolios .swiper-slide-inner {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.stacked-portfolios .swiper-slide-inner > img,
.stacked-portfolios .swiper-slide-inner > picture,
.stacked-portfolios .swiper-slide-inner > picture > img,
.stacked-portfolios .swiper-slide-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.stacked-portfolios .portfolio-top .elementor-swiper-button-prev,
.stacked-portfolios .portfolio-bottom .elementor-swiper-button-prev {
  left: 18px;
}

.stacked-portfolios .portfolio-top .elementor-swiper-button-next,
.stacked-portfolios .portfolio-bottom .elementor-swiper-button-next {
  right: 18px;
}

@media (max-width: 1024px) {
  .stacked-portfolios { --stack-shift: 4%; }
}

@media (max-width: 767px) {
  .stacked-portfolios { --stack-shift: 0%; }

  .stacked-portfolios .portfolio-top .elementor-swiper-button-prev,
  .stacked-portfolios .portfolio-bottom .elementor-swiper-button-prev {
    left: 12px;
  }

  .stacked-portfolios .portfolio-top .elementor-swiper-button-next,
  .stacked-portfolios .portfolio-bottom .elementor-swiper-button-next {
    right: 12px;
  }
}/* End custom CSS */