.elementor-kit-15{--e-global-color-primary:#0091B3;--e-global-color-secondary:#93D500;--e-global-color-text:#000000;--e-global-color-accent:#FF595A;--e-global-color-ebeb8de:#F4F4F4;--e-global-color-173124d:#004E6C;--e-global-color-295f916:#FFFFFF;--e-global-color-8e31699:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Afacad";--e-global-typography-accent-font-weight:800;}.elementor-kit-15 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* GLOBAL FIXES */
html,
body {
  overflow-x: hidden;
  scroll-behavior: auto !important;
}

/* ── Outer container: provides scroll distance only ── */
.tv-hero-outer {
  position: relative !important;
  overflow: visible !important;
  display: block !important;
  width: 100% !important;
}

/* ── Inner container: fixed by JS on desktop ── */
.tv-sticky-inner {
  width: 100% !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

/* ── Video wrapper ── */
.tv-video-wrap {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  transform-origin: center center !important;
  overflow: hidden !important;
}

/* ── Static image ── */
.tv-static-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  object-fit: cover !important;
  display: block !important;
}

/* ── Video ── */
.tv-video-wrap video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
  object-fit: cover !important;
  display: block !important;
  will-change: auto !important;
}

/* ── TV bezel ── */
.tv-bezel-wrap {
  position: absolute !important;
  z-index: 3 !important;
  width: 75vw !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.tv-bezel-wrap img {
  width: 100% !important;
  display: block !important;
}

/* ── Transparent backgrounds ── */
.tv-hero-outer,
.tv-sticky-inner,
.tv-video-wrap,
#tv-scene,
#tv-slideshow {
  background: transparent !important;
  background-color: transparent !important;
}

/* ── DESKTOP ONLY ── */
@media (min-width: 1025px) {
  .tv-sticky-inner {
    height: 100vh !important;
    min-height: 100vh !important;
  }
  .elementor-element-41eb8e1 {
    height: 100vh !important;
    min-height: 100vh !important;
  }
}

/* ── TABLET & MOBILE FIXES ── */
@media (max-width: 1024px) {
  .tv-hero-outer {
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .tv-sticky-inner {
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .elementor-element-41eb8e1 {
    min-height: 0 !important;
    height: 0 !important;
  }
}/* End custom CSS */