/* Navigation finish. Load after site.css and polish.css. */
.clean-site-page [data-elementor-type="header"] {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.clean-site-page.admin-bar [data-elementor-type="header"] {
  top: 32px;
}

.clean-site-page .clean-header {
  box-shadow: 0 1px 0 #dfe5d666, 0 7px 24px #253d3106;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.clean-site-page :is(#calculator, .clean-calculator, .clean-enquiry, #faq) {
  scroll-margin-top: 110px;
}

.clean-site-page .clean-ui-icon {
  display: block;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}
.clean-site-page .clean-card-link .elementor-button-icon svg {
  fill: currentColor !important;
}

@media (max-width: 1100px) {
  .clean-site-page .clean-header-cta { display: none; }
}

@media (max-width: 767px) {
  .clean-site-page :is(#calculator, .clean-calculator, .clean-enquiry, #faq) {
    scroll-margin-top: 90px;
  }

  .clean-site-page .clean-mobile-bar {
    position: fixed;
    inset: auto 12px calc(10px + env(safe-area-inset-bottom, 0px));
    z-index: 900;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 5px;
    width: auto;
    max-width: 430px;
    margin-inline: auto;
    padding: 6px;
    border: 1px solid #e1e7d5;
    border-radius: 27px;
    background: #fffdf7f5;
    box-shadow: 0 7px 32px #253d3129, 0 1px 0 #ffffff inset;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .clean-site-page .clean-mobile-bar > a,
  .clean-site-page .clean-mobile-bar > a:first-child,
  .clean-site-page .clean-mobile-bar > .clean-bottom-whatsapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 55px;
    margin: 0;
    padding: 8px 4px !important;
    border: 1px solid transparent !important;
    border-radius: 21px !important;
    background: transparent !important;
    color: #47643d !important;
    font-family: inherit;
    font-size: 10px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }

  .clean-site-page .clean-mobile-bar > .clean-bottom-calculate {
    background: #47643d !important;
    color: #fffdf7 !important;
    font-weight: 700;
    box-shadow: 0 3px 8px #304d281a, 0 1px 0 #ffffff24 inset;
  }

  .clean-site-page .clean-mobile-bar > a > span {
    max-width: 100%;
    margin: 0;
  }

  .clean-site-page .clean-mobile-bar .clean-ui-icon {
    width: 20px;
    height: 20px;
  }

  .clean-site-page .clean-mobile-bar > a:active {
    transform: scale(.96);
  }

  .clean-site-page .clean-mobile-bar > a:focus-visible {
    outline: 2px solid #a88b47;
    outline-offset: 2px;
  }

  .clean-site-page .clean-footer-bottom {
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .clean-site-page:has(.clean-calculator:focus-within) .clean-mobile-bar,
  .clean-site-page:has(.clean-enquiry:focus-within) .clean-mobile-bar,
  .clean-site-page.clean-menu-open .clean-mobile-bar,
  .clean-menu-open .clean-site-page .clean-mobile-bar {
    display: none;
  }
}

@media (hover: hover) and (max-width: 767px) {
  .clean-site-page .clean-mobile-bar > a:hover,
  .clean-site-page .clean-mobile-bar > a:first-child:hover,
  .clean-site-page .clean-mobile-bar > .clean-bottom-whatsapp:hover {
    background: #edf3df !important;
    color: #304d28 !important;
  }

  .clean-site-page .clean-mobile-bar > .clean-bottom-calculate:hover {
    background: #304d28 !important;
    color: #fffdf7 !important;
  }
}

@media (max-width: 600px) {
  .clean-site-page.admin-bar [data-elementor-type="header"] {
    top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clean-site-page .clean-mobile-bar > a {
    transition: none;
  }
}
