.elementor-kit-31{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}.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 *//* Fix header z-index for mobile menu */
.elementor-location-header {
  z-index: 999999999 !important;
  position: relative !important;
}

/* Prevent WordPress content from showing above menu */
body.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

/* Hide all content when menu is open */
body.menu-open .site-content,
body.menu-open article,
body.menu-open .entry-meta,
body.menu-open .entry-header,
body.menu-open .post-meta,
body.menu-open .learndash-wrapper {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Keep header and menu visible */
body.menu-open header,
body.menu-open .elementor-location-header,
body.menu-open .nav-mobile,
body.menu-open .mobile-overlay,
body.menu-open .menu-toggle {
  visibility: visible !important;
  pointer-events: auto !important;
}

/* ========================================
   ASTRA PRO - FIX HTML OVERLAP TABLET ONLY
   ======================================== */

/* Tablet view only (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  
  /* Astra content wrapper */
  .ast-container .elementor-widget-html,
  .site-content .elementor-widget-html,
  .entry-content .elementor-widget-html {
    height: auto !important;
    min-height: fit-content !important;
  }
  
  /* HTML widget container */
  .elementor-widget-html .elementor-widget-container {
    height: auto !important;
    min-height: fit-content !important;
    overflow: visible !important;
  }
  
  /* Prevent overlap */
  .elementor-element.elementor-widget-html {
    position: relative !important;
    margin-bottom: 20px !important;
    z-index: 1 !important;
  }
  
  /* Astra specific containers */
  .ast-container section:has(.elementor-widget-html),
  .ast-separate-container .elementor-section:has(.elementor-widget-html) {
    height: auto !important;
    min-height: auto !important;
  }
  
  /* Elementor containers within Astra */
  .elementor-container:has(.elementor-widget-html),
  .elementor-column:has(.elementor-widget-html) {
    height: auto !important;
    min-height: fit-content !important;
  }
  
  /* Flex containers fix */
  .elementor-column:has(.elementor-widget-html) {
    align-self: flex-start !important;
  }
  
  /* Astra row wrapper */
  .ast-row:has(.elementor-widget-html) {
    height: auto !important;
  }
  
  /* Spacing between HTML widgets */
  .elementor-widget-html + .elementor-widget-html {
    margin-top: 30px !important;
  }
  
}/* End custom CSS */