.elementor-kit-7{--e-global-color-primary:#FEE500;--e-global-color-secondary:#3B6DEE;--e-global-color-text:#242A3C;--e-global-color-accent:#1B1B1B;--e-global-color-607e692:#E8AA8C;--e-global-color-007abcc:#242A3C;--e-global-color-4cc6d85:#222327;--e-global-color-e361c0d:#FFFFFF;--e-global-color-06e4b24:#E77729;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1760px;}.e-con{--container-max-width:1760px;}.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:1540px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1080px;}.e-con{--container-max-width:1080px;}}@media(max-width:1280px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:900px;}.e-con{--container-max-width:900px;}}@media(max-width:1025px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:710px;}.e-con{--container-max-width:710px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:420px;}.e-con{--container-max-width:420px;}}@media(max-width:479px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:290px;}.e-con{--container-max-width:290px;}}/* Start custom CSS *//* ✅ Hide hamburger icon completely */
.elementor-menu-toggle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* ✅ Force desktop menu to stay visible */
ul#menu-main-menu.wdt-primary-nav.wdt-secondary-nav {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  justify-content: center !important;
}

/* ✅ Remove dropdown behavior (mobile menu) */
.elementor-nav-menu--dropdown {
  display: none !important;
}

/* ✅ Zoom-proofing: apply even under 1047px width */
@media (max-width: 1024px) {
  .elementor-menu-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .elementor-nav-menu--dropdown {
    display: none !important;
  }

  ul#menu-main-menu.wdt-primary-nav.wdt-secondary-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}/* End custom CSS */