:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

img {
  height: auto;
  max-width: 100%;
}

.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-footer .elementor-image-box-img img {
  filter: invert(1);
}

.elementor-location-header .elementor-widget-theme-site-logo img {
  width: 100% !important;
}

.elementor-location-header .elementor-widget-theme-site-logo {
  min-width: 95px;
}

.elementor-location-footer .elementor-image-box-img {
  width: min(160px, 65vw) !important;
}

.elementor-location-footer .elementor-image-box-img img {
  width: 100% !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ffb000;
  outline-offset: 3px;
}

.static-enquiry-form .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.static-enquiry-form .elementor-field-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.static-enquiry-form .elementor-field,
.static-enquiry-form input,
.static-enquiry-form select,
.static-enquiry-form textarea {
  max-width: 100%;
}

.static-enquiry-form .elementor-button > span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.static-enquiry-form .upload-help {
  color: #59636f;
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  width: 100%;
}

.website-check {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
