.elementor-40 .elementor-element.elementor-element-01fb71d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-79638d8 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.ah-header,
.ah-header *,
.ah-header *::before,
.ah-header *::after { box-sizing: border-box; }

.elementor-element.elementor-element-01fb71d,
.ah-header {
  --ah-deep:      #062E27;
  --ah-green:     #0E4A3E;
  --ah-green-mid: #105647;
  --ah-orange:    #E9762B;
  --ah-orange-dk: #D3641C;
  --ah-soft:      #4A6B63;
  --ah-line:      rgba(14,74,62,.12);

  position: sticky;
  top: 0;
  z-index: 99999;
  
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow: visible !important;

  font-family: Poppins, "Segoe UI", system-ui, -apple-system, sans-serif;
  background: #F0F7F4 !important;
  color: #062E27;
  transition: box-shadow .3s ease;
  border-bottom: none !important;
}

body .elementor-element.elementor-element-01fb71d,
.ah-header .elementor, 
.ah-header .elementor-section, 
.ah-header .elementor-container,
.ah-header .e-con {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ah-header.ah-is-stuck { box-shadow: 0 10px 30px rgba(6,46,39,.1); }

.ah-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: visible !important;
}

/* ---- top strip ---- */
.ah-topbar {
  border-bottom: 1px solid var(--ah-line);
  font-size: 13px;
  line-height: 1;
  background: #EAF4EF;
}
.ah-topbar .ah-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 34px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ah-topbar-left,
.ah-topbar-right {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ah-soft);
}
/* Phone number removed from topbar right */
.ah-topbar-right .ah-top-item:last-child {
  display: none !important;
}

.ah-top-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ah-soft);
  text-decoration: none;
  transition: color .2s ease;
}
.ah-top-item:hover,
.ah-top-item:focus-visible { color: var(--ah-deep); }
.ah-top-item svg { width: 15px; height: 15px; flex: 0 0 auto; }
.ah-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 10px;
  border: 1px solid rgba(233,118,43,.3);
  border-radius: 999px;
  background: rgba(233,118,43,.08);
  color: #C25B18;
  font-size: 12px;
  font-weight: 500;
}
.ah-badge i {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ah-orange);
}

/* ---- main bar ---- */
.ah-bar .ah-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: visible !important;
}

.ah-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ah-deep);
}
.ah-logo-mark {
  width: 48px; height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--ah-orange) 0%, var(--ah-orange-dk) 100%);
  color: #fff;
}
.ah-logo-mark svg { width: 20px; height: 20px; }
.ah-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.ah-logo-name { font-size: 18px; font-weight: 700; letter-spacing: -.2px; color: var(--ah-deep); }
.ah-logo-sub { font-size: 11px; font-weight: 400; color: var(--ah-soft); }

/* ---- navigation ---- */
.ah-nav { display: flex; align-items: center; overflow: visible !important; }
.ah-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible !important;
}
.ah-menu > li { position: relative; margin: 0; overflow: visible !important; }
.ah-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  color: var(--ah-deep);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: color .2s ease, background-color .2s ease;
}
.ah-link:hover,
.ah-link:focus-visible,
.ah-link.ah-active { color: var(--ah-green); background: rgba(14,74,62,.08); }
.ah-caret { width: 12px; height: 12px; transition: transform .25s ease; }
.ah-has-drop.ah-open > .ah-link .ah-caret { transform: rotate(180deg); }

/* ---- services dropdown ---- */
.ah-drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 8px);
  width: 270px;
  padding: 10px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(14, 74, 62, 0.12);
  box-shadow: 0 20px 40px rgba(6,46,39,.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 999999;
}
.ah-drop::before {
  content: "";
  position: absolute;
  top: -10px; left: 0; right: 0;
  height: 10px;
}
.ah-has-drop.ah-open > .ah-drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.ah-drop-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #062E27;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}
.ah-drop-item:hover,
.ah-drop-item:focus-visible { 
  background: #E8F2EC; 
  color: var(--ah-green);
}
.ah-drop-ico {
  width: 38px; height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(233, 118, 43, 0.12);
  color: var(--ah-orange);
}
.ah-drop-ico svg { width: 18px; height: 18px; }

/* ---- buttons ---- */
.ah-actions { display: flex; align-items: center; gap: 12px; }
.ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.ah-btn svg { width: 16px; height: 16px; }
.ah-btn-call {
  background: linear-gradient(135deg, var(--ah-orange) 0%, var(--ah-orange-dk) 100%);
  color: #fff;
}
.ah-btn-call:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(233,118,43,.3); }

/* Book appointment button completely removed */
.ah-btn-book {
  display: none !important;
}

/* ---- burger ---- */
.ah-burger {
  display: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(14,74,62,.2);
  background: rgba(14,74,62,.08);
  cursor: pointer;
  padding: 0;
}
.ah-burger i {
  display: block;
  width: 18px; height: 2px;
  background: var(--ah-deep);
  border-radius: 2px;
  position: relative;
  transition: background-color .2s ease;
}
.ah-burger i::before,
.ah-burger i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px; height: 2px;
  background: var(--ah-deep);
  border-radius: 2px;
  transition: transform .28s ease, top .28s ease;
}
.ah-burger i::before { top: -6px; }
.ah-burger i::after  { top: 6px; }
.ah-burger.ah-open i { background: transparent; }
.ah-burger.ah-open i::before { top: 0; transform: rotate(45deg); }
.ah-burger.ah-open i::after  { top: 0; transform: rotate(-45deg); }

.ah-mobile-cta { display: none; }

.ah-header a:focus-visible,
.ah-header button:focus-visible {
  outline: 2px solid var(--ah-orange);
  outline-offset: 3px;
}

/* ---- responsive ---- */
@media (max-width: 1100px) {
  .ah-menu { gap: 0; }
  .ah-link { padding: 8px 10px; font-size: 14px; }
}

@media (max-width: 991px) {
  .ah-topbar-left { display: none; }
  .ah-topbar .ah-wrap { justify-content: center; }
  .ah-bar .ah-wrap { min-height: 60px; }
  .ah-nav { display: none; }
  .ah-burger { display: inline-flex; }
  .ah-btn-call { padding: 9px 15px; }

  .ah-nav.ah-mobile-open {
    display: block;
    position: fixed;
    top: 0; right: 0;
    width: min(360px, 88vw);
    height: 100vh;
    height: 100dvh;
    padding: 20px 22px 32px;
    overflow-y: auto;
    background: #F0F7F4;
    box-shadow: -20px 0 50px rgba(6,46,39,.15);
    animation: ah-slide-in .3s ease both;
  }
  @keyframes ah-slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

  .ah-nav.ah-mobile-open .ah-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin-top: 42px;
  }
  .ah-nav.ah-mobile-open .ah-link {
    width: 100%;
    justify-content: space-between;
    padding: 14px 14px;
    font-size: 16px;
    border-radius: 12px;
    color: var(--ah-deep);
    background: #FFFFFF;
    border: 1px solid rgba(14,74,62,.08);
  }
  .ah-nav.ah-mobile-open .ah-link:hover { background: rgba(14,74,62,.06); color: var(--ah-green); }
  
  .ah-nav.ah-mobile-open .ah-drop {
    position: static;
    transform: none;
    width: 100%;
    margin: 6px 0 10px;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(14, 74, 62, 0.12);
    box-shadow: 0 10px 25px rgba(6,46,39,.08);
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .ah-nav.ah-mobile-open .ah-has-drop.ah-open > .ah-drop { display: block; transform: none; }
  .ah-nav.ah-mobile-open .ah-drop-item { color: var(--ah-deep); }
  .ah-nav.ah-mobile-open .ah-drop-item:hover { background: #E8F2EC; color: var(--ah-green); }
  .ah-nav.ah-mobile-open .ah-drop-ico { background: rgba(233, 118, 43, 0.12); color: var(--ah-orange); }

  .ah-nav.ah-mobile-open .ah-mobile-cta { display: grid; gap: 10px; margin-top: 26px; }
  .ah-nav.ah-mobile-open .ah-mobile-cta .ah-btn { width: 100%; }

  .ah-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6,46,39,.45);
    z-index: 9998;
  }
  body.ah-lock { overflow: hidden; }
}

@media (max-width: 575px) {
  .ah-wrap { padding: 0 16px; }
  .ah-logo-mark { width: 46px; height: 36px; border-radius: 10px; }
  .ah-logo-name { font-size: 16px; }
  .ah-logo-sub { font-size: 10px; }
  .ah-btn-call em { display: none; }
  .ah-btn-call { padding: 9px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .ah-header *, .ah-header *::before, .ah-header *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}/* End custom CSS */