.elementor-21 .elementor-element.elementor-element-4350e89{--display:flex;--gap:0px 0px;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-21 .elementor-element.elementor-element-333cf1c{z-index:100;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-333cf1c *//* Making the iframe's container also take up full available space */
  .iframe-container {
    width: 100vw !important;
    height: 100vh !important;
    /* Optional: Makes sure your iframe container is really full screen */
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
  /* Iframe styles for full width and height */
  .iframe-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    border: none; /* Optional: removes the border */
  }/* End custom CSS */