.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c1199dc:#FFFFFF;--e-global-color-5618917:#ED1C24;--e-global-color-3c9169f:#FAF7F5;--e-global-typography-primary-font-family:"Cormorant Infant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Infant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Lato", Sans-serif;}.elementor-kit-6 h1{font-family:"Cormorant Infant", Sans-serif;}.elementor-kit-6 h2{font-family:"Cormorant Infant", Sans-serif;}.elementor-kit-6 h3{font-family:"Cormorant Infant", Sans-serif;}.elementor-kit-6 h4{font-family:"Cormorant Infant", Sans-serif;}.elementor-kit-6 h5{font-family:"Cormorant Infant", Sans-serif;}.elementor-kit-6 h6{font-family:"Cormorant Infant", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */html, body {
    overflow-x: hidden;
} 


#custom-cursor {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(234, 29, 34, 0.9);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2147483647;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

#video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: none;
  z-index: 2147483646;
}

#video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
}

#video-box iframe {
  width: 100%;
  height: 100%;
}

#video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: white;
  cursor: pointer;
}/* End custom CSS */