.elementor-3573 .elementor-element.elementor-element-0b0fa74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:085px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3573 .elementor-element.elementor-element-90113a0{--display:flex;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3573 .elementor-element.elementor-element-d711eda .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:77px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3573 .elementor-element.elementor-element-28cdad6{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:400;line-height:34px;color:#FFFFFF;}body.elementor-page-3573:not(.elementor-motion-effects-element-type-background), body.elementor-page-3573 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000F21;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d41125c *//* Using a wrapper div */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* For a 16:9 aspect ratio (9/16 * 100) */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Using the aspect-ratio property (more modern) */
iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* Or 4 / 3, etc. */
}/* End custom CSS */
/* Start custom CSS *//* Parent container prevents double scrollbars and keeps layout clean */
.it-iframe-wrap {
  width: 100%;
  overflow: hidden;     /* no internal scrollbars visible */
}

/* Responsive iframe baseline */
#itBooking {
  display: block;
  width: 100%;
  border: 0;
  min-height: 100vh;    /* at least one viewport tall while loading */
}

/* Optional: if your theme has padding that clips the iframe */
.page .entry-content .it-iframe-wrap {
  margin: 0;
  padding: 0;
}/* End custom CSS */