.elementor-kit-25{--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-25 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ============ TAILOR MADE — GLASS PILL HEADER ============ */

/* The pill container */
.tm-header,
.tm-header.e-con,
.tm-header.elementor-element {
  position: fixed !important;
  top: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  width: calc(100% - 160px) !important;
  max-width: 1200px !important;
  z-index: 9999 !important;

  min-height: 64px !important;
  padding: 8px 8px 8px 32px !important;
  border-radius: 100px !important;

  background-color: rgba(255, 255, 255, 0.4) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.2) !important;
  backdrop-filter: blur(10px) saturate(1.2) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

/* Logo */
.tm-header .tm-logo img {
  max-height: 34px !important;
  width: auto !important;
}

/* Menu items */
.tm-header .tm-menu ul.elementor-nav-menu,
.tm-header .tm-menu .elementor-nav-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 34px !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tm-header .tm-menu ul.elementor-nav-menu li {
  margin: 0 !important;
}
.tm-header .tm-menu a.elementor-item {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #0e0e0d !important;
  opacity: 0.75 !important;
  padding: 6px 0 !important;
  background: transparent !important;
  border: none !important;
  transition: opacity 0.2s ease !important;
}
.tm-header .tm-menu a.elementor-item:hover,
.tm-header .tm-menu .current-menu-item a.elementor-item {
  opacity: 1 !important;
  color: #0e0e0d !important;
}

/* Right-side button group */
.tm-btn-group {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

/* Locate Us — glass button */
.tm-btn-glass a,
.tm-btn-glass .elementor-button-link,
.tm-btn-glass .elementor-button,
a.tm-btn-glass {
  background-color: rgba(255, 255, 255, 0.55) !important;
  background-image: none !important;
  color: #0e0e0d !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 100px !important;
  padding: 11px 22px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: background 0.22s ease !important;
}
.tm-btn-glass a:hover,
.tm-btn-glass .elementor-button:hover {
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: #0e0e0d !important;
}

/* Book a Fitting — dark button */
.tm-btn-dark a,
.tm-btn-dark .elementor-button-link,
.tm-btn-dark .elementor-button,
a.tm-btn-dark {
  background-color: #0e0e0d !important;
  background-image: none !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 11px 22px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: transform 0.22s ease !important;
}
.tm-btn-dark a:hover,
.tm-btn-dark .elementor-button:hover {
  transform: translateY(-1px) !important;
  color: #ffffff !important;
}

/* Space for the floating header on the front end */
body:not(.elementor-editor-active) {
  padding-top: 100px;
}

/* Mobile */
@media (max-width: 860px) {
  .tm-header,
  .tm-header.e-con {
    width: calc(100% - 32px) !important;
    top: 12px !important;
    padding: 8px 8px 8px 20px !important;
    min-height: 58px !important;
  }
  .tm-header .tm-menu,
  .tm-header .tm-btn-glass {
    display: none !important;
  }
}/* End custom CSS */