.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-905 .elementor-element.elementor-element-c8e58ef{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-video .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-video .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-905 .elementor-element.elementor-element-17d7709 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-905 .elementor-element.elementor-element-021261d{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-button .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-button .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-905 .elementor-element.elementor-element-d162ad5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:65px;font-weight:500;text-decoration:none;border-radius:10px 10px 10px 10px;padding:45px 65px 45px 65px;}.elementor-905 .elementor-element.elementor-element-d162ad5.elementor-element{--align-self:center;}.elementor-905 .elementor-element.elementor-element-1582570{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for video, class: .elementor-element-17d7709 */#myVideo {
  display: none;
  width: 100% !important;/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-d162ad5 */<script>
document.addEventListener("DOMContentLoaded", function () {
  const playBtn = document.getElementById("playBtn");
  const video = document.getElementById("myVideo");

  playBtn.addEventListener("click", function () {
    video.style.display = "block";
    video.play();

    // Redirect after 10 seconds
    setTimeout(function () {
      window.location.href = "https://creativetechfactory.in/";
    }, 10000);
  });
});
</script>/* End custom CSS */