.elementor-kit-636{--e-global-color-primary:#131D3B;--e-global-color-secondary:#54595F;--e-global-color-text:#222222;--e-global-color-accent:#FF6F00;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.6px;--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-636 button,.elementor-kit-636 input[type="button"],.elementor-kit-636 input[type="submit"],.elementor-kit-636 .elementor-button{background-color:#FF6F00;}.elementor-kit-636 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Calculator = orange pill CTA */
.elementor-nav-menu .menu-cta > a,
.elementor-nav-menu .menu-cta > .elementor-item {
  background: #FF6F00;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 16px !important;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(255,111,0,0.25);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

/* Hover / focus / current page */
.elementor-nav-menu .menu-cta > a:hover,
.elementor-nav-menu .menu-cta > .elementor-item:hover,
.elementor-nav-menu .menu-cta > a:focus,
.elementor-nav-menu .menu-cta.current-menu-item > a,
.elementor-nav-menu .menu-cta.current-menu-ancestor > a {
  background: #e66300;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(255,111,0,0.35);
}

/* Mobile dropdown */
.elementor-nav-menu--dropdown .menu-cta > a,
.elementor-nav-menu--dropdown .menu-cta > .elementor-item {
  display: block;
  margin: 8px 0;
  text-align: center;
}
@media (prefers-reduced-motion: no-preference) {
  .elementor-nav-menu .menu-cta > a {
    animation: bpvPulse 2.2s ease-out 1;
  }
  @keyframes bpvPulse {
    0% { box-shadow: 0 0 0 rgba(255,111,0,0); }
    40% { box-shadow: 0 0 0 10px rgba(255,111,0,0.18); }
    100% { box-shadow: 0 0 0 rgba(255,111,0,0); }
  }
}
.elementor-nav-menu .menu-cta > a::after {
  content: "NEW";
  font-size: 10px;
  font-weight: 800;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 10px;
  background: #fff;
  color: #FF6F00;
}/* End custom CSS */