.elementor-kit-5908{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5908 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.labelle-hero {
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #090B1D;
}

/* Moving tube background */
.labelle-tubes-layer {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.labelle-tubes-layer .elementor-widget-container {
  width: 100%;
  height: 100%;
}

#labelle-tubes {
  display: block;
  width: 100%;
  height: 100%;
}

/* Dark overlay for readable text */
.labelle-hero::after {
  display: none !important;
}
/* Slider above the tubes */
.labelle-slider {
  position: relative;
  z-index: 2;
  width: 100%;
}

.labelle-slider .swiper-slide {
  min-height: 100vh;
  background: transparent !important;
}

.labelle-slider .swiper-slide-contents {
  width: min(760px, 90%);
  max-width: none;
  margin-left: 5%;
  text-align: left;
}

.labelle-slider .elementor-slide-heading {
  color: #FFFFFF;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin-bottom: 28px;
}

.labelle-slider .elementor-slide-description {
  max-width: 620px;
  color: #D8C7FF;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.labelle-slider .elementor-slide-button {
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 999px;
  padding: 18px 28px;
  font-weight: 700;

  background: linear-gradient(
    110deg,
    #6C3BFF,
    #4F7CFF,
    #D946EF
  );
}

.labelle-slider .swiper-pagination-bullet {
  background: #D8C7FF;
}

.labelle-slider .swiper-pagination-bullet-active {
  background: #67E8F9;
}

.labelle-slider .elementor-swiper-button {
  color: #67E8F9;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .labelle-slider .swiper-slide-contents {
    width: 88%;
    margin: 0 auto;
  }

  .labelle-slider .elementor-slide-heading {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .labelle-slider .elementor-slide-description {
    font-size: 1rem;
  }

  .labelle-hero::after {
    background: rgba(9, 11, 29, 0.68);
  }
}/* End custom CSS */