.elementor-kit-37{--e-global-color-primary:#223670;--e-global-color-secondary:#FFC713;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--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-37 e-page-transition{background-color:#FFBC7D;}.elementor-kit-37 button,.elementor-kit-37 input[type="button"],.elementor-kit-37 input[type="submit"],.elementor-kit-37 .elementor-button{border-style:none;}.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:1439px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:1365px){.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 *//* 🎯 Target both Call & Schedule buttons */
.elementor-element-7b823be .elementor-button,
.elementor-element-04a0b56 .elementor-button {
    padding: 4px 12px !important;   /* less space inside */
    font-size: 16px !important;     /* keep text readable */
    line-height: 1.75 !important;    /* tighter height */
    min-height: unset !important;   /* remove default Elementor height */
    border-radius: 25px !important; /* smaller rounded corners */
}


/* 🎯 Eyebrow nav outer container */
.elementor-element-49e0b88 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: unset !important; /* Remove any Elementor enforced height */
}

/* 🎯 Eyebrow nav inner container (optional tweak for tighter fit) */
.elementor-element-cbb3050 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 🎯 Make eyebrow menu items vertically centered tighter */
.elementor-element-3774299 .elementor-nav-menu a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    line-height: 1.2 !important;
}

/* Eyebrow Nav, CTA buttons and main nav wrap alignment */
@media (min-width: 1025px) {
    /* Desktop only offsets */
    .elementor-element-7b823be,
    .elementor-element-04a0b56 {
        margin-right: 10px !important;
    }
    .elementor-element-3774299 {
        margin-left: 20px !important;
    }
}

/* === SINGLE STICKY HEADER (wraps eyebrow + main) === */
.elementor.elementor-273.elementor-location-header{
  position: sticky;
  top: 0;                 /* sit at very top */
  z-index: 10050;         /* above page content */
  width: 100%;
  overflow: visible;      /* prevent sticky from breaking */
}

/* Optional: subtle shadow only when stuck (toggle via small JS below) */
.elementor.elementor-273.elementor-location-header.is-stuck{
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* Give each bar a solid background so content doesn't show through */
.elementor-element-49e0b88{      /* Eyebrow container */
  background: #ffffff;
}
.elementor-element-3212f83{      /* Main blue bar container */
  background: #18366b;           /* your blue */
}

/* WordPress admin bar offset */
body.admin-bar .elementor.elementor-273.elementor-location-header{ top: 32px; }
@media (max-width:782px){
  body.admin-bar .elementor.elementor-273.elementor-location-header{ top: 46px; }
}

/* Thin, stable header */
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:60px;              /* make thinner by lowering this */
  overflow:visible;             /* let scaled items hang outside without growing header */
}

/* Image widget: no extra spacing */
.site-header .google-reviews-img{
  flex:0 0 auto;
  margin:0 !important;
  padding:0 !important;
  line-height:0;                /* kills inline-gap on images */
}

/* LOCK the layout height but make it LOOK bigger */
.site-header .google-reviews-img img{
  display:block;
  height:50px;                  /* header thickness follows this; adjust to taste */
  width:auto;
  object-fit:contain;
  transform:scale(1.6);         
  will-change:transform;
}

/* Prevent menu from forcing horizontal overflow */
.site-header .elementor-nav-menu{
  flex:1 1 auto;
  min-width:0;                  /* avoids flex overflow/white gap */
}

/* Optional: slightly smaller on narrow screens */
@media (max-width: 992px){
  .site-header{ min-height:56px; }
  .site-header .google-reviews-img img{
    height:36px;
    transform:scale(1.35);
  }
}


@media (max-width: 767px) {
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 63px; /* adjust height */
    padding: 8px 10px;
    box-sizing: border-box;
    background: #fff; /* your color */
  }

  /* Equal-width items */
  .mobile-bottom-nav .mbn-item {
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Remove extra body padding so no gap shows */
  body {
    padding-bottom: 0 !important;
  }
}/* End custom CSS */