.elementor-31960 .elementor-element.elementor-element-2d107bc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-279c96e *//* Disable body scroll (outer scroll) */
  body {
    margin: 0;
    overflow: hidden; /* Prevents outer scroll */
    height: 100vh;
  }

  /* Hidden iframe (no scroll) */
  #hiddenIframe {
    display: none;
  }

  /* Visible iframe (takes full viewport, internal scroll only) */
  #visibleIframe {
    width: 100vw;   /* Full viewport width */
    height: 100vh;  /* Full viewport height */
    border: none;
    display: block; /* Removes extra spacing */
  }/* End custom CSS */
/* Start custom CSS */#hiddenIframe {
    display: none;
  }
  #visibleIframe {
    width: 100%;
    height: 100vh;
    border: none;
  }/* End custom CSS */