.elementor-kit-8{--e-global-color-primary:#4285F4;--e-global-color-secondary:#34A853;--e-global-color-text:#202124;--e-global-color-accent:#FBBC05;--e-global-color-ed1917f:#EA4335;--e-global-typography-primary-font-family:"Poppins";--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-8 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 *//* Pill wrapper */
.pill-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 18px;
  border:1px solid #4285F4;        /* your blue */
  border-radius:9999px;
  max-width:100%;
}

/* Keep the menu on one line */
.pill-menu .elementor-nav-menu--main .elementor-nav-menu{
  display:flex;
  flex-wrap:nowrap;                 /* no wrapping */
  white-space:nowrap;               /* no wrapping */
  gap:clamp(12px, 2.5vw, 28px);     /* responsive spacing */
  min-width:0;
}

/* Prevent list items from forcing breaks */
.pill-menu .elementor-nav-menu--main .menu-item{
  display:inline-flex;
}

/* Make sure links don’t add line breaks */
.pill-menu .elementor-nav-menu--main .elementor-item{
  display:inline-flex;
  line-height:1.1;
}

/* Tablet tweaks */
@media (max-width: 900px){
  .pill-menu{ padding:8px 14px; }
  .pill-menu .elementor-nav-menu--main .elementor-item{
    font-size:clamp(13px, 1.9vw, 15px);
  }
}

/* Optional: if you keep horizontal menu on small screens, enable scroll instead of wrap */
@media (max-width: 768px){
  .pill-menu .elementor-nav-menu--main .elementor-nav-menu{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
}/* End custom CSS */