:root {
  --ctm-focus: #111111;
  --ctm-accent: #f7b500;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: #111111;
  background: #ffffff;
  border: 3px solid var(--ctm-focus);
  font-weight: 700;
}

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

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid var(--ctm-focus);
  outline-offset: 3px;
}

.navbar-brand:focus,
.navbar-brand:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: normal;
}

.navbar-brand img {
  width: auto;
  height: 72px;
}

.navbar-brand span {
  line-height: 1.1;
}

.navbar-nav .nav-link[aria-current="page"] {
  color: #ffffff;
  font-weight: 700;
}

.navbar-nav .nav-link:focus {
  outline: none;
  box-shadow: none;
}

.navbar-nav .nav-link:focus-visible {
  outline: none;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.hero-logo {
  max-height: 360px;
  object-fit: contain;
}

.w3l-banner {
  min-height: auto;
  display: block;
}

.w3l-banner .new-block {
  min-height: 58vh;
  display: flex;
  align-items: center;
  padding-top: 6rem !important;
  padding-bottom: 2rem !important;
}

.w3l-banner .middle-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.w3l-banner h1 {
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 900;
  line-height: 1.06;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.w3l-about .row .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.w3l-about .row .row::before,
.w3l-about .row .row::after {
  content: none;
}

.w3l-about .features-with-17-left1 {
  width: 100%;
  max-width: none;
  flex-basis: auto;
  flex: none;
  padding: 0;
  margin-top: 0 !important;
}

.features-with-17-left1 .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-info a,
.w3l-footers-20 a {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.w3l-footers-20 h2,
.w3l-footers-20 h3,
.w3l-footers-20 h4 {
  color: #ffffff;
}

.home-services {
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  min-height: 100%;
  padding: 2rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.service-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1d1d1d;
}

.service-card p {
  margin-top: 1rem;
  color: #555555;
  line-height: 1.7;
}

.home-faq {
  background: #fff7e1;
}

.faq-list {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list details {
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
  background: transparent;
}

.faq-list summary {
  cursor: pointer;
  padding: 1.25rem 0;
  color: #1d1d1d;
  font-weight: 800;
  list-style-position: outside;
}

.faq-list summary:focus {
  outline: none;
}

.faq-list summary:focus-visible {
  outline: none;
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.faq-list p {
  padding-bottom: 1.25rem;
  color: #444444;
  line-height: 1.75;
}

.form-inner-cont .form-control {
  max-width: 100%;
}

.required-note,
.field-help {
  color: #555555;
  font-size: 0.95rem;
}

.website-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.alert {
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.alert-success {
  color: #12451f;
  background: #e8f7ec;
  border: 1px solid #bfe6c8;
}

.alert-error {
  color: #6d1616;
  background: #fdecec;
  border: 1px solid #f4bcbc;
}

.map iframe {
  width: 100%;
  min-height: 420px;
}

.recaptcha-badge-slot {
  display: flex;
  justify-content: flex-start;
  min-height: 74px;
  margin-top: 1rem;
}

.recaptcha-badge-slot:empty {
  display: none;
}

.recaptcha-badge-slot .grecaptcha-badge {
  position: static !important;
  visibility: visible !important;
  margin-top: 0;
}

.social-grid .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

#movetop {
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    height: 58px;
  }

  .w3l-banner .new-block {
    min-height: auto;
    padding-top: 5rem !important;
    padding-bottom: 2rem !important;
  }

  .w3l-banner h1 {
    font-size: 2.5rem;
  }

  .w3l-about .row .row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
