.elementor-kit-11{--e-global-color-primary:#232C63;--e-global-color-secondary:#05A5A9;--e-global-color-text:#6F6E6E;--e-global-color-accent:#F4BE2C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 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 */.hero-parent{
  position: relative;
  overflow: hidden;
  min-height: 80vh; /* or remove if you already set Min Height in Elementor */
}

.hero-parent .hero-video-bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-parent .hero-video-bg video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Keep hero content above the video */
.hero-parent > .e-con-inner,
.hero-parent .elementor-container,
.hero-parent .elementor-widget-wrap{
  position: relative;
  z-index: 2;
}/* End custom CSS */