:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

[x-cloak] {
  display: none !important;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  border-radius: 999px;
  background: #132540;
  color: #f8f5ef;
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  background: #fefefe;
  border-color: rgba(19, 37, 64, 0.14);
}

.top-note {
  background-color: #0b1729 !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22260%22%20height%3D%22222%22%20viewBox%3D%220%200%20260%20222%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M75%2030C108.137%2030%20135%2056.8629%20135%2090C135%20123.137%20108.137%20150%2075%20150C41.8629%20150%2015%20123.137%2015%2090C15%2056.8629%2041.8629%2030%2075%2030Z%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.08%22%20stroke-width%3D%2230%22/%3E%3Ccircle%20cx%3D%22240%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22white%22%20fill-opacity%3D%220.08%22/%3E%3Ccircle%20cx%3D%22230%22%20cy%3D%22192%22%20r%3D%2227.5%22%20stroke%3D%22white%22%20stroke-opacity%3D%220.1%22%20stroke-width%3D%225%22/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 220px 188px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-nav-track {
  scrollbar-width: none;
}

.service-nav-track::-webkit-scrollbar {
  display: none;
}

.field-error {
  display: none;
}

.has-error .field-error {
  display: block;
}

.has-error input,
.has-error select,
.has-error textarea {
  border-color: #b45309 !important;
}


.hero_bg{
  background-image: url('../images/inside-office.webp');
}

.consent-box.has-error {
  color: #92400e;
}

.nav-services-toggle {
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.nav-services-icon,
.nav-services-icon-mobile {
  transition: transform 0.2s ease;
}

.nav-services-toggle.is-open .nav-services-icon,
.nav-services-toggle-mobile.is-open .nav-services-icon-mobile {
  transform: rotate(45deg);
}

.nav-services-menu {
  animation: nav-services-fade 0.15s ease;
}

@keyframes nav-services-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.consent-row {
  display: grid !important;
  grid-template-columns: 1.25rem minmax(0, 1fr) !important;
  align-items: start;
  column-gap: 0.75rem;
  width: 100%;
}

.consent-row input {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0.3rem 0 0 0 !important;
  flex: none !important;
}

.consent-row label {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  line-height: 1.75rem;
  overflow-wrap: anywhere;
}

.back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

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

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

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
