.elementor-kit-5{--e-global-color-primary:#16819C;--e-global-color-secondary:#034258;--e-global-color-text:#7A7A7A;--e-global-color-accent:#8FD6E1;--e-global-color-22b5334:#FFFFFF;--e-global-color-4db978c:#000000;--e-global-color-9304e05:#0B5564;--e-global-color-c51f967:#F6FAFB;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.6lh;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.6lh;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6lh;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.6lh;--e-global-typography-f12380c-font-family:"Montserrat";--e-global-typography-f12380c-font-size:23px;--e-global-typography-f12380c-font-weight:700;--e-global-typography-f12380c-text-transform:uppercase;--e-global-typography-f47d99d-font-family:"Montserrat";--e-global-typography-f47d99d-font-size:25px;--e-global-typography-f47d99d-font-weight:600;--e-global-typography-f47d99d-text-transform:capitalize;--e-global-typography-f47d99d-line-height:1.6lh;--e-global-typography-54dd730-font-family:"Roboto";--e-global-typography-54dd730-font-size:12px;--e-global-typography-54dd730-text-transform:capitalize;}.elementor-kit-5 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-kit-5{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;--e-global-typography-f12380c-font-size:18px;--e-global-typography-f47d99d-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Anchor offset for sticky header ===== */
:root{
  --header-height: 84px;           /* desktop header height */
}

@media (max-width: 767px){
  :root{ --header-height: 64px; }  /* mobile header height */
}

/* Make all in-page anchors stop with space for the header */
[id] { scroll-margin-top: var(--header-height); }

/* Elementor's Menu Anchor widget also needs the offset */
.elementor-menu-anchor { scroll-margin-top: var(--header-height); }

/* If you used IDs on the sections themselves, add specific rules too */
#services, #locations { scroll-margin-top: var(--header-height); }

/* When logged in (WordPress admin bar), add its height */
body.admin-bar [id] { scroll-margin-top: calc(var(--header-height) + 32px); }
@media (max-width: 782px){
  body.admin-bar [id] { scroll-margin-top: calc(var(--header-height) + 46px); }
}


/* Smart anchor offset – works with sticky headers/admin bar */
:root { --pp-offset: 84px; }             /* fallback if JS doesn't run */

.pp-anchor {
  position: relative;
  top: calc(-1 * var(--pp-offset));      /* pull anchor up by header height */
  height: 0;
  width: 100%;
  pointer-events: none;
}

/* Nice-to-have: smooth scroll if browser handles hash natively */
html { scroll-behavior: smooth; }

/* When logged in, browsers may still jump; keep content visible */
[id] { scroll-margin-top: var(--pp-offset); }/* End custom CSS */