.elementor-kit-182{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-182 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 *//* =========================
   HEADER: LOGO LEFT + NAV RIGHT
   (Elementor Theme Builder Header)
========================= */

/* Make header containers behave like a proper row */
.elementor-location-header .e-con,
.elementor-location-header .elementor-container{
  align-items: center !important;
}

/* If the top header container is a flex row, this keeps items spread */
.elementor-location-header .e-con{
  justify-content: space-between !important;
}

/* Force logo widget to hug the left */
.elementor-location-header .elementor-widget-theme-site-logo,
.elementor-location-header .elementor-widget-site-logo{
  margin-right: auto !important;  /* pushes everything else right */
  justify-content: flex-start !important;
  text-align: left !important;
}

/* Make sure the logo link doesn't center itself */
.elementor-location-header .elementor-widget-theme-site-logo a,
.elementor-location-header .elementor-widget-site-logo a{
  display: inline-flex !important;
  align-items: center !important;
}

/* Clean logo image sizing */
.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-header .elementor-widget-site-logo img{
  width: auto !important;
  height: auto !important;
  max-height: 56px !important;  /* desktop */
  max-width: 210px !important;
  display: block !important;
}

/* Optional: tighten header spacing if it feels tall */
.elementor-location-header{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Mobile */
@media (max-width: 768px){
  .elementor-location-header .elementor-widget-theme-site-logo img,
  .elementor-location-header .elementor-widget-site-logo img{
    max-height: 44px !important;
    max-width: 160px !important;
  }
}
/* =========================
   LOGO SIZE FIX (force bigger)
========================= */

/* Let the logo widget have room */
.elementor-location-header .elementor-widget-theme-site-logo,
.elementor-location-header .elementor-widget-site-logo{
  width: auto !important;
  max-width: none !important;
}

/* Remove Elementor’s built-in width limits */
.elementor-location-header .elementor-widget-theme-site-logo .elementor-widget-container,
.elementor-location-header .elementor-widget-site-logo .elementor-widget-container,
.elementor-location-header .elementor-widget-theme-site-logo a,
.elementor-location-header .elementor-widget-site-logo a{
  max-width: none !important;
  width: auto !important;
}

/* Force the actual logo image larger */
.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-header .elementor-widget-site-logo img{
  max-height: 78px !important;     /* ✅ desktop size */
  height: 78px !important;         /* forces it */
  width: auto !important;
  max-width: none !important;
}

/* Mobile size */
@media (max-width: 768px){
  .elementor-location-header .elementor-widget-theme-site-logo img,
  .elementor-location-header .elementor-widget-site-logo img{
    max-height: 56px !important;
    height: 56px !important;
    width: auto !important;
  }
}
#appointment-form{ scroll-margin-top: 120px; }/* End custom CSS */