.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#1A1A1A;--e-global-color-accent:#0000FF;--e-global-color-4461912:#1A1A1A;--e-global-color-fbce06a:#333333;--e-global-color-2bfe526:#FFFFFF;--e-global-typography-primary-font-family:"Akatab";--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Akatab";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Akatab";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Akatab";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:200;background-color:var( --e-global-color-4461912 );font-family:"Akatab", sens-serif;font-size:1.2rem;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1800px;}.e-con{--container-max-width:1800px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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 */@media (max-width: 767px) {
  #myVideoContainer video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
  }
}
#myHeader {
  transition: opacity 0.5s;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}
/* Smooth fade for the video */
#myVideoContainer video {
  transition: opacity 1.5s ease-in-out;
  opacity: 1;
  display: block;
}

/* Mobile slider fix for #myBannerContainer */
@media (max-width: 768px) {
  #myBannerContainer .elementor-container,
  #myBannerContainer .elementor-slide,
  #myBannerContainer .elementor-background-overlay {
    height: auto !important;
    min-height: 50vh !important;   /* adjust to your desired mobile height */
    background-size: cover !important;
    background-position: center center !important;
  }

  /* Optional: adjust text or overlay positioning */
  #myBannerContainer .elementor-slide-content {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}/* End custom CSS */