.elementor-kit-41{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#38B6FF;--e-global-color-64a4862:#FFFFFF;--e-global-color-2241956:#F18700;--e-global-color-0973d6f:#46DADA;--e-global-color-54f5b4b:#38B6FF;--e-global-color-933698b:#252424;--e-global-color-7fa2e51:#161515;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;}.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{background-color:var( --e-global-color-54f5b4b );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-secondary );border-radius:5px 5px 5px 5px;padding:30px 50px 30px 050px;}.elementor-kit-41 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 */.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex; justify-content: center; align-items: center;
  color: #fff; font-size: 20px;
  background: rgba(0,0,0,0.6);
  text-align: center;
  z-index: 2;
}
.countdown {
  display: flex; justify-content: center; gap: 20px;
  margin-top: 15px;
}
.countdown div {
  background: #38B6FF;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
}
.countdown span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}/* End custom CSS */