.elementor-kit-58{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-dab27fb:#A3B18A;--e-global-color-13a4b85:#000000;--e-global-color-5478e88:#FFFFFF;--e-global-color-b330cb0:#C8D5B9;--e-global-color-94d73db:#2F2F2F;--e-global-color-424f04e:#FAF8F4;--e-global-color-78aea26:#0C0C24;--e-global-typography-primary-font-family:"Playball";--e-global-typography-primary-font-size:56px;--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:"Work Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Work Sans", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-58 e-page-transition{background-color:#FFBC7D;}.elementor-kit-58 h1{font-family:"Playball", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-58 h2{font-family:"Playball", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-58 h3{font-family:"Playball", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-58 h4{font-family:"Libre Baskerville", Sans-serif;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* 🎯 Move the entire menu box (including border) 45px further left on iPad Mini & Air */
@media (min-width: 768px) and (max-width: 1023px) {
  div[style*="font-family:'Nunito'"],
  div[style*='font-family:"Nunito"'] {
    font-size: 16px !important;   /* tablet size */
    position: relative !important;
    left: -90px !important;       /* total 90px to the left (45 + previous 45) */
  }
}

/* ===========================
   📱 MOBILE & TABLET MENU STYLING
   =========================== */
@media (max-width: 1024px) {

  /* Make all EAEL menu items white by default */
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li a {
      background-color: white !important;
      color: black !important; 
      transition: none !important;
      outline: none !important;
  }

  /* Remove the blue tap highlight on iOS / mobile */
  .eael-simple-menu-container.preset-1 a {
      -webkit-tap-highlight-color: transparent;
  }

  /* EAEL menu hover and current page background color */
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li:hover > a,
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li.current-menu-item > a {
      background-color: #A3B18A !important;
      color: black !important;
  }

  /* Always color the main menu parent items (has submenus) */
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu > li.menu-item-has-children > a {
      background-color: #A3B18A !important; /* your green color */
      color: black !important;
  }

  /* Submenu items default white */
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li.menu-item-has-children ul li a {
      background-color: white !important;
      color: black !important;
  }

  /* Submenu items hover effect (turn green) */
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li.menu-item-has-children ul li a:hover,
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li.current-menu-item ul li a {
      background-color: #A3B18A !important;
      color: black !important;
  }
}

/* ===========================
   🖥️ DESKTOP & LAPTOP MENU STYLING
   =========================== */
@media (min-width: 1025px) {

  /* Keep everything white on larger screens */
  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li a {
      background-color: white !important;
      color: black !important;
  }

  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li:hover > a {
      background-color: white !important;
      color: black !important;
  }

  .eael-simple-menu-container.preset-1 
  .eael-simple-menu > li.menu-item-has-children > a {
      background-color: white !important;
      color: black !important;
  }

  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li.menu-item-has-children ul li a {
      background-color: white !important;
      color: black !important;
  }

  .eael-simple-menu-container.preset-1 
  .eael-simple-menu li.menu-item-has-children ul li a:hover {
      background-color: #A3B18A !important; /* optional hover for desktop if you like */
      color: black !important;
  }
}
/* Footer Menu submenu slightly shifted right */
.elementor-nav-menu--dropdown {
    margin-left:210px !important;  /* adjust value to move right */
    left: 0 !important;
    transform: translateX(0) !important;
}
/* 🌟 Ensure Footer Visibility on Tablets & iPads */
@media (max-width: 1024px) {  /* tablet and iPad breakpoint */
  
  /* Make footer section fully visible */
  footer, 
  footer .elementor-section, 
  footer .elementor-column {
      display: block !important;
      height: auto !important;
      min-height: 120px;        /* adjust if needed */
      z-index: 99 !important;   /* make sure it sits above overlapping content */
      overflow: visible !important;
  }

  /* Reset margins/paddings inside columns/widgets that may collapse footer */
  footer .elementor-column, 
  footer .elementor-widget {
      margin: 0 !important;
      padding: 10px 15px !important; /* adjust as needed */
  }

  /* Make submenu/footer links clickable on tablet */
  footer .elementor-nav-menu .sub-menu {
      position: absolute !important;
      left: 0 !important;
      transform: translateX(0) !important;
      margin-left: 0 !important;
  }
}/* End custom CSS */