.elementor-kit-7{--e-global-color-primary:#1F2173;--e-global-color-secondary:#C6A968;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.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 *//* Stop the popup page jumping around */
.elementor-popup-modal {
  overflow: hidden;
}

/* Wrapper that holds BOTH menus */
.menu-wrapper{
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding-top: 72px;   /* space for your top bar */
  padding-bottom: 40px;
  box-sizing: border-box;
}

/* BOTH menu panels: same centred layout */
.menu-level-1,
.menu-level-2{
  position: absolute;
  inset: 72px 0 0 0;   /* start below top bar */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;

  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Default (Level 1 visible) */
.menu-level-1{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

.menu-level-2{
  opacity: 0;
  pointer-events: none;
  transform: translateX(20px);
  z-index: 1;
}

/* When Level 2 anchor is targeted */
html:has(#cs-mobile-menu-2:target) .menu-level-1{
  opacity: 0;
  pointer-events: none;
  transform: translateX(-20px);
  z-index: 1;
}

html:has(#cs-mobile-menu-2:target) .menu-level-2{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

/* Back to Level 1 */
html:has(#cs-mobile-menu-1:target) .menu-level-1{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

html:has(#cs-mobile-menu-1:target) .menu-level-2{
  opacity: 0;
  pointer-events: none;
  transform: translateX(20px);
  z-index: 1;
}

/* ===== POPUP TOP BAR (scoped, safe) ===== */
.elementor-popup-modal .top-bar-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;                 /* adjust if your bar is taller */
  display: flex;
  align-items: center;
  justify-content: center;      /* centres the logo */
  padding: 0 20px;
  z-index: 9999;
}

/* stop the logo stretching / squashing other items */
.elementor-popup-modal .top-bar-container .cs-mobilemenu-logo{
  width: auto;
  max-width: 180px;             /* adjust to taste */
  margin: 0 auto;
}

/* BOOK NOW pinned to the right, independent of logo width */
.elementor-popup-modal .top-bar-container .cs-mobilemenu-booknow{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

/* optional: make sure menu starts below the bar */
.elementor-popup-modal .menu-wrapper{
  padding-top: 72px;            /* must match top bar height */
}

/* give the whole top bar some breathing room from the top */
.elementor-popup-modal .top-bar-container{
  top: 14px !important;          /* moves the bar down */
  height: 64px !important;       /* slightly shorter bar */
}

/* move the native Elementor close button to the left and vertically centre it */
.elementor-popup-modal .dialog-lightbox-close-button{
  top: 46px !important;          /* 14px (bar top) + half of 64px = 46px */
  left: 20px !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  z-index: 10000 !important;
}

/* keep menu content starting below the bar */
.elementor-popup-modal .menu-wrapper{
  padding-top: 78px !important;  /* 14px + 64px */
  .elementor-popup-modal .dialog-lightbox-close-button{
  top: 46px !important;
  left: 20px !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  z-index: 10000 !important;
}/* End custom CSS */