/* Greenwood site refinements: accessibility, responsiveness, consent UI, and safe fallbacks. */
:root { --gw-green:#0c3b2e; --gw-gold:#d8a442; }
html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--gw-gold); outline-offset: 3px; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; z-index:99999; background:#fff; color:#111; padding:.75rem 1rem; border-radius:0 0 .5rem .5rem; }
.skip-link:focus { left:1rem; top:1rem; width:auto; height:auto; }
img { max-width:100%; height:auto; }
.navbar-toggler { min-width:44px; min-height:44px; border:0; }
.top-bar-info a, footer a { text-decoration-thickness: .08em; }
.cookie-consent { position:fixed; left:1rem; right:1rem; bottom:1rem; z-index:99998; max-width:980px; margin:auto; background:#fff; color:#17201b; border:1px solid rgba(0,0,0,.15); border-radius:14px; box-shadow:0 10px 35px rgba(0,0,0,.25); padding:1rem; display:none; }
.cookie-consent.show { display:block; }
.cookie-consent p { margin:0 0 .75rem; }
.cookie-consent .actions { display:flex; gap:.5rem; flex-wrap:wrap; }
.cookie-consent button { border:0; border-radius:999px; padding:.65rem 1rem; font-weight:700; cursor:pointer; }
.cookie-consent .accept { background:var(--gw-green); color:#fff; }
.cookie-consent .reject { background:#e9ecef; color:#111; }
.map-consent-placeholder { min-height:320px; display:flex; align-items:center; justify-content:center; text-align:center; padding:2rem; border-radius:12px; background:#f1f5f3; color:#17201b; }
.map-consent-placeholder button { margin-top:1rem; }
@media (max-width: 991px) { .navbar-nav { background:#fff; padding:1rem; } .attr-nav { margin-top:.75rem; } .min-vh-100 { min-height:70vh!important; } h1.display-6 { font-size:2rem; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; transition-duration:.01ms!important; } #preloader { display:none!important; } }


/* Footer/icon fallback: replaces webfont-dependent Font Awesome glyphs with inline SVG masks.
   This keeps icons consistent on GoDaddy/basic hosting without bundling proprietary font files. */
.gw-icon,
.fa-envelope,
.fa-envelope-open,
.fa-phone,
.fa-phone-volume,
.fa-arrow-right,
.fa-circle-check {
    display:inline-block;
    width:1em;
    height:1em;
    min-width:1em;
    background-color:currentColor;
    vertical-align:-0.125em;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-size:contain;
    mask-size:contain;
}
.butn-style6 .gw-icon,
.butn-style6 .fa-envelope,
.butn-style6 .fa-phone-volume { margin-right:.5rem; }
.social-icon-style-02 .gw-icon { margin-right:0; }
.gw-icon-envelope,
.fa-envelope,
.fa-envelope-open { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 3.2V17h18V8.2l-8.38 5.59a1.1 1.1 0 0 1-1.22 0L3 8.2Zm1.32-1.2L12 12.12L19.68 7H4.32Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 3.2V17h18V8.2l-8.38 5.59a1.1 1.1 0 0 1-1.22 0L3 8.2Zm1.32-1.2L12 12.12L19.68 7H4.32Z'/%3E%3C/svg%3E"); }
.gw-icon-phone,
.fa-phone,
.fa-phone-volume { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.1 15.1 0 0 0 6.59 6.59l2.2-2.2a1.25 1.25 0 0 1 1.26-.3c1.38.46 2.86.71 4.33.71A1.25 1.25 0 0 1 22.25 16.84V20.5A1.25 1.25 0 0 1 21 21.75C10.65 21.75 2.25 13.35 2.25 3A1.25 1.25 0 0 1 3.5 1.75h3.67A1.25 1.25 0 0 1 8.42 3c0 1.47.25 2.95.71 4.33.15.45.04.95-.3 1.26l-2.21 2.2Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.1 15.1 0 0 0 6.59 6.59l2.2-2.2a1.25 1.25 0 0 1 1.26-.3c1.38.46 2.86.71 4.33.71A1.25 1.25 0 0 1 22.25 16.84V20.5A1.25 1.25 0 0 1 21 21.75C10.65 21.75 2.25 13.35 2.25 3A1.25 1.25 0 0 1 3.5 1.75h3.67A1.25 1.25 0 0 1 8.42 3c0 1.47.25 2.95.71 4.33.15.45.04.95-.3 1.26l-2.21 2.2Z'/%3E%3C/svg%3E"); }
.fa-arrow-right { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.17 4.59a1 1 0 0 1 1.41 0l6.7 6.7a1 1 0 0 1 0 1.42l-6.7 6.7a1 1 0 1 1-1.41-1.42L18.16 13H3a1 1 0 1 1 0-2h15.16l-4.99-4.99a1 1 0 0 1 0-1.42Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.17 4.59a1 1 0 0 1 1.41 0l6.7 6.7a1 1 0 0 1 0 1.42l-6.7 6.7a1 1 0 1 1-1.41-1.42L18.16 13H3a1 1 0 1 1 0-2h15.16l-4.99-4.99a1 1 0 0 1 0-1.42Z'/%3E%3C/svg%3E"); }
.fa-circle-check { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.15 14.35-4.2-4.2 1.42-1.42 2.78 2.78 5.08-5.08 1.42 1.42-6.5 6.5Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.15 14.35-4.2-4.2 1.42-1.42 2.78 2.78 5.08-5.08 1.42 1.42-6.5 6.5Z'/%3E%3C/svg%3E"); }


/* Sitewide icon corrections: semantic SVG fallbacks + accessible decorative handling. */
.fa-envelope, .fa-envelope-open, .fa-phone, .fa-phone-volume, .fa-mobile-alt, .fa-map-marker-alt,
.fa-arrow-right, .fa-angle-up, .fa-circle-check, .fa-search, .fa-times,
.ti-mobile, .ti-email, .ti-location-pin, .ti-headphone-alt, .ti-arrow-right,
.icon-trophy, .icon-strategy, .icon-genius {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.fa-envelope::before, .fa-envelope-open::before, .fa-phone::before, .fa-phone-volume::before,
.fa-mobile-alt::before, .fa-map-marker-alt::before, .fa-arrow-right::before, .fa-angle-up::before,
.fa-circle-check::before, .fa-search::before, .fa-times::before, .ti-mobile::before,
.ti-email::before, .ti-location-pin::before, .ti-headphone-alt::before, .ti-arrow-right::before,
.icon-trophy::before, .icon-strategy::before, .icon-genius::before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: var(--gw-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .fa-envelope::before, .fa-envelope-open::before, .fa-phone::before, .fa-phone-volume::before,
  .fa-mobile-alt::before, .fa-map-marker-alt::before, .fa-arrow-right::before, .fa-angle-up::before,
  .fa-circle-check::before, .fa-search::before, .fa-times::before, .ti-mobile::before,
  .ti-email::before, .ti-location-pin::before, .ti-headphone-alt::before, .ti-arrow-right::before,
  .icon-trophy::before, .icon-strategy::before, .icon-genius::before {
    background-image: none;
    background-color: currentColor;
    -webkit-mask-image: var(--gw-icon);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: var(--gw-icon);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}
.fa-envelope, .ti-email { --gw-icon: url("../img/icons/ui/envelope.svg"); }
.fa-envelope-open { --gw-icon: url("../img/icons/ui/envelope-open.svg"); }
.fa-phone { --gw-icon: url("../img/icons/ui/phone.svg"); }
.fa-phone-volume { --gw-icon: url("../img/icons/ui/phone-volume.svg"); }
.fa-mobile-alt, .ti-mobile { --gw-icon: url("../img/icons/ui/mobile.svg"); }
.fa-map-marker-alt, .ti-location-pin { --gw-icon: url("../img/icons/ui/location.svg"); }
.ti-headphone-alt { --gw-icon: url("../img/icons/ui/headset.svg"); }
.fa-arrow-right, .ti-arrow-right { --gw-icon: url("../img/icons/ui/arrow-right.svg"); }
.fa-angle-up { --gw-icon: url("../img/icons/ui/angle-up.svg"); }
.fa-circle-check { --gw-icon: url("../img/icons/ui/check-circle.svg"); }
.fa-search { --gw-icon: url("../img/icons/ui/search.svg"); }
.fa-times { --gw-icon: url("../img/icons/ui/close.svg"); }
.icon-trophy { --gw-icon: url("../img/icons/ui/trophy.svg"); }
.icon-strategy { --gw-icon: url("../img/icons/ui/strategy.svg"); }
.icon-genius { --gw-icon: url("../img/icons/ui/genius.svg"); }
.details-contact i, .widget-address i, .top-bar-info i, .scroll-to-top i, .card-butn i { display: inline-block; }
.card-style4 .card-icon.service-svg {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
  transition: filter .25s ease, transform .25s ease;
}
.card-style4:hover .card-icon.service-svg,
.card-style4:focus-within .card-icon.service-svg {
  filter: brightness(0) invert(1);
  transform: translateY(-1px);
}
.card-style4 a:focus-visible { border-radius: 6px; }

/* Neutralize older element-level icon masks so the pseudo-element SVG fallback is the only rendered icon. */
.fa-envelope, .fa-envelope-open, .fa-phone, .fa-phone-volume, .fa-mobile-alt, .fa-map-marker-alt,
.fa-arrow-right, .fa-angle-up, .fa-circle-check, .fa-search, .fa-times,
.ti-mobile, .ti-email, .ti-location-pin, .ti-headphone-alt, .ti-arrow-right,
.icon-trophy, .icon-strategy, .icon-genius {
  width: auto;
  height: auto;
  min-width: 0;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}


/* Final icon hardening: inline SVG icons replace empty webfont <i> glyphs. */
.site-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 1em;
  color: currentColor;
  vertical-align: -0.125em;
  overflow: visible;
}
.icon-size-4x { width: 4em; height: 4em; }
.butn-style6 .site-svg-icon { margin-right: .5rem; }
.top-bar-info .site-svg-icon { margin-right: .35rem; }
.card-style8 .site-svg-icon { width: 2rem; height: 2rem; display: block; }
.card-btn-icon .site-svg-icon { width: 14px; height: 14px; display: inline-block; vertical-align: middle; }
.scroll-to-top .site-svg-icon { width: 1.15rem; height: 1.15rem; vertical-align: middle; }
.widget-address .site-svg-icon, .details-contact .site-svg-icon { margin-right: .5rem; }
.icon-boxs .site-svg-icon { width: 2.25rem; height: 2.25rem; display: block; margin: 0 auto; }
.site-svg-trophy.display-17, .site-svg-strategy.display-17, .site-svg-genius.display-17 { width: 1em; height: 1em; }
/* Ensure old font-icon pseudo elements no longer add blank glyphs after inline SVG conversion. */
.site-svg-icon::before, .site-svg-icon::after { content: none !important; display: none !important; }

/* Visible placement fixes for the SVG icons that replaced font icons. */
.card-style8 .site-svg-icon {
  transition: all 0.3s linear;
  width: 60px;
  height: 60px;
  padding: 16px;
  line-height: 60px;
  background-color: #ba3b66;
  border-radius: 50%;
  text-align: center;
  flex: 0 0 60px;
}
.card-style16 .card-btn-area .card-btn-icon .site-svg-icon {
  color: #002a5c;
  transition: all 0.5s ease;
}
.card-style16:hover .card-btn-area .card-btn-icon .site-svg-icon,
.card-style16:focus-within .card-btn-area .card-btn-icon .site-svg-icon {
  color: #FAFAFA;
}
.card-style16 .card-content .card-btn .card-btn-area .card-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.scroll-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.scroll-to-top .site-svg-icon {
  stroke-width: 4;
}
.top-bar-info .site-svg-icon {
  width: 1rem;
  height: 1rem;
}
.social-icon-style-02 .site-svg-icon {
  width: 1.15rem;
  height: 1.15rem;
}


/* Footer cleanup and testimonial icon/text fixes. */
.footer-logo + p { margin-bottom: 0; }
.testimonial-quote-mark {
  width: 132px;
  max-width: 30%;
  color: rgba(255,255,255,.12);
  pointer-events: none;
}

/* Remove remaining icon-font dependencies from pseudo-elements; use normal CSS/text glyphs. */
.list-style1 li:before,
.list-style2 li:before {
  content: "✓" !important;
  font-family: var(--gw-font-body, Arial, Helvetica, sans-serif) !important;
  font-weight: 700;
  color: #ba3b66;
}
.list-style3 li a:before {
  content: "›" !important;
  font-family: var(--gw-font-body, Arial, Helvetica, sans-serif) !important;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  top: 13px;
}
.card-style20 .card-body:after {
  content: "" !important;
  font-family: var(--gw-font-body, Arial, Helvetica, sans-serif) !important;
  width: 60px;
  height: 60px;
  background: currentColor;
  -webkit-mask: url("../img/icons/ui/arrow-right.svg") center / contain no-repeat;
  mask: url("../img/icons/ui/arrow-right.svg") center / contain no-repeat;
}

/* Package-safe typography: avoids missing external font files on GoDaddy/shared hosting. */
html, body, input, textarea, select, button {
  font-family: var(--gw-font-body, Arial, Helvetica, "Liberation Sans", sans-serif) !important;
}
h1, h2, h3, h4, h5, h6, .alt-font, .navbar-nav, .butn-style3, .butn-style6 {
  font-family: var(--gw-font-heading, Arial, Helvetica, "Liberation Sans", sans-serif) !important;
}


/* Fix testimonial previous-arrow icon and restore About image stack styling. */
.ti-arrow-left, .fa-arrow-left {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ti-arrow-left::before, .fa-arrow-left::before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: url("../img/icons/ui/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .ti-arrow-left::before, .fa-arrow-left::before {
    background-image: none;
    background-color: currentColor;
    -webkit-mask-image: url("../img/icons/ui/arrow-left.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("../img/icons/ui/arrow-left.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}
.testimonial-carousel3 .owl-nav button span,
.testimonial-carousel3 .owl-nav button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-image-stack {
  display: inline-block;
  padding-right: 1.25rem;
  padding-bottom: 4.5rem;
}
.about-image-stack .about-main-image {
  border-radius: 0.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.14);
  max-width: 100%;
  height: auto;
}
.about-image-stack .about-img1 {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: min(42%, 240px);
  border-radius: 0.5rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  border: 6px solid #fff;
  background: #fff;
  z-index: 3;
}
@media (max-width: 1199px) {
  .about-image-stack { padding-bottom: 4rem; }
}
@media (max-width: 767px) {
  .about-image-stack {
    display: block;
    padding-right: 0;
    padding-bottom: 0;
  }
  .about-image-stack .about-img1 {
    position: static;
    width: min(60%, 240px);
    margin-top: 1rem;
  }
}


/* Final visual QA polish: carousel arrows, local font fallback cleanup, and responsive spacing. */
.carousel-svg,
.owl-carousel .owl-nav button .carousel-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  line-height: 1;
  color: currentColor;
}
.carousel-svg svg {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.testimonial-carousel3.owl-theme .owl-nav [class*='owl-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.list-style1 li:before,
.list-style2 li:before,
.list-style3 li a:before,
.card-style20 .card-body:after {
  font-family: inherit !important;
}
.list-style1 li:before,
.list-style2 li:before {
  content: "✓" !important;
  font-weight: 700;
}
.list-style3 li a:before {
  content: "›" !important;
  font-family: inherit !important;
  font-size: 1.5rem;
  line-height: 1;
  top: 15px;
}
.card-style20 .card-body:after {
  content: "→" !important;
}
.footer-dark .footer-logo img {
  max-width: 214px;
  height: auto;
}
@media (max-width: 575px) {
  .footer-top .butn-style6 { width: 100%; max-width: 320px; }
  .page-title h1 { font-size: 2rem; }
}


/* Final correction: About images use baseline package-safe JPGs and testimonial controls meet non-text contrast. */
.about-image-stack { min-height: 360px; }
.about-image-stack .about-main-image,
.about-image-stack .about-img1 {
  display: block;
  opacity: 1;
}
.about-image-stack .about-img1 {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .about-image-stack .about-img1 {
    display: block !important;
  }
}
.testimonial-carousel3.owl-theme .owl-nav {
  margin-top: 1.5rem;
  display: flex;
  gap: .75rem;
  align-items: center;
}
.testimonial-carousel3.owl-theme .owl-nav [class*='owl-'],
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #002a5c !important;
  opacity: 1 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.28);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.testimonial-carousel3.owl-theme .owl-nav [class*='owl-']:hover,
.testimonial-carousel3.owl-theme .owl-nav [class*='owl-']:focus,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next:hover,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev:focus,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next:focus {
  background: #d8a442 !important;
  border-color: #d8a442 !important;
  color: #001b3a !important;
  box-shadow: 0 0 0 4px rgba(255,255,255,.35), 0 2px 8px rgba(0,0,0,.32);
}
.testimonial-carousel3 .carousel-svg,
.testimonial-carousel3 .carousel-svg svg {
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
  stroke: currentColor;
}
.testimonial-carousel3.owl-theme .owl-nav .disabled {
  opacity: .65 !important;
}

/* Quote request page rebuild: one focused form for quotes, certificates, DMV, and service requests. */
.quote-request-page .lead { color:#44515b; }
.quote-focus-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:1rem;
}
.quote-focus-card {
    display:flex;
    flex-direction:column;
    gap:.45rem;
    min-height:100%;
    padding:1.25rem;
    border:1px solid rgba(0,42,92,.12);
    border-radius:14px;
    background:#fff;
    color:#17201b;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.quote-focus-card:hover,
.quote-focus-card:focus-visible {
    color:#17201b;
    border-color:#ba3b66;
    transform:translateY(-2px);
}
.quote-focus-icon {
    width:48px;
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#002a5c;
    color:#fff;
}
.quote-focus-icon svg {
    width:28px;
    height:28px;
    fill:none;
    stroke:currentColor;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.quote-focus-card strong { color:#002a5c; font-size:1.05rem; }
.quote-focus-card span:last-child { color:#4d5963; font-size:.95rem; line-height:1.45; }
.quote-form-card,
.quote-help-panel {
    border-radius:16px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.quote-help-panel {
    background:#f6f9f8;
    border:1px solid rgba(0,42,92,.1);
    position:sticky;
    top:1rem;
}
.form-intro,
.quote-privacy-note {
    background:#f6f9f8;
    border-left:4px solid #ba3b66;
    padding:.85rem 1rem;
    border-radius:8px;
}
.quote-fieldset {
    border:1px solid rgba(0,42,92,.12);
    border-radius:12px;
    padding:1rem;
    margin-bottom:1.25rem;
}
.quote-fieldset legend {
    float:none;
    width:auto;
    padding:0 .5rem;
    margin-bottom:.5rem;
    color:#002a5c;
    font-weight:800;
    font-size:1.05rem;
}
.quote-request-page .form-label { font-weight:700; color:#17201b; }
.quote-request-page .form-control,
.quote-request-page .form-select {
    min-height:48px;
    border-color:#c9d3d9;
}
.quote-request-page textarea.form-control { min-height:140px; }
.quote-submit { min-width:180px; }
.quote-service-links { list-style:none; padding-left:0; margin-bottom:0; }
.quote-service-links li { margin-bottom:.6rem; }
.quote-service-links a { font-weight:700; color:#002a5c; text-decoration:underline; text-decoration-thickness:.08em; }
@media (max-width:1199px) {
    .quote-focus-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767px) {
    .quote-focus-grid { grid-template-columns:1fr; }
    .quote-help-panel { position:static; }
    .quote-submit { width:100%; }
}


/* Quote page proportion and service dropdown refinement. */
.quote-focus-card { padding: 1rem; }
.quote-focus-icon { width: 38px; height: 38px; flex: 0 0 38px; }
.quote-focus-icon svg { width: 21px; height: 21px; stroke-width: 3; }
.quote-focus-card strong { font-size: 1rem; }
.quote-focus-card span:last-child { font-size: .92rem; }
.quote-request-page select option[hidden],
.quote-request-page select optgroup[hidden] { display: none; }
@media (max-width: 767px) {
  .quote-focus-card { flex-direction: row; align-items: flex-start; gap: .8rem; }
  .quote-focus-card strong,
  .quote-focus-card span:last-child { display: block; }
}


/* Mobile header: keep a visible Free Quote call-to-action in the top bar. */
@media (max-width: 767.98px) {
  .top-bar .top-bar-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 0;
  }
  .top-bar .top-bar-info li {
    margin: 0;
    line-height: 1.2;
  }
  .top-bar .top-bar-info li:not(.mobile-free-quote) {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
  }
  .mobile-free-quote {
    flex: 0 0 auto;
    margin-left: auto !important;
  }
  .mobile-free-quote a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #ba3b66;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .mobile-free-quote a:hover,
  .mobile-free-quote a:focus,
  .mobile-free-quote a:active {
    background: #fff;
    color: #002a5c !important;
    border-color: #fff;
    outline: 3px solid rgba(255,255,255,0.45);
    outline-offset: 2px;
  }
}
@media (max-width: 360px) {
  .mobile-free-quote a {
    font-size: 0.82rem;
    padding-inline: 0.65rem;
  }
  .top-bar .top-bar-info li:not(.mobile-free-quote) {
    font-size: 0.88rem;
  }
}


/* Quote page service cards are informational, not links. */
.quote-focus-card {
  text-decoration: none;
  cursor: default;
}
.quote-focus-card:hover {
  transform: none;
}


/* Mobile top-bar Free Quote button: match navigation button colors and stay right-aligned. */
@media (max-width: 767.98px) {
  .top-bar .container,
  .top-bar .row,
  .top-bar .col-md-9,
  .top-bar .top-bar-info {
    width: 100%;
  }
  .top-bar .row {
    align-items: center;
  }
  .top-bar .top-bar-info {
    display: block;
  }
  .top-bar .top-bar-info ul {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    width: 100%;
    padding-left: 0 !important;
  }
  .top-bar .top-bar-info li:not(.mobile-free-quote) {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-bar .top-bar-info .mobile-free-quote {
    display: flex !important;
    flex: 0 0 auto;
    margin-left: auto !important;
    padding-right: 0;
    text-align: right;
  }
  .top-bar .mobile-quote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 112px;
    padding: 0.55rem 0.9rem !important;
    border-radius: 50px;
    background: #ba3b66;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-weight: 800;
    font-size: .86rem;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.28);
  }
  .top-bar .mobile-quote-button:hover,
  .top-bar .mobile-quote-button:active,
  .top-bar .mobile-quote-button:focus {
    background: #002a5c;
    color: #ffffff !important;
    border-color: #ffffff;
    outline: 3px solid rgba(255,255,255,.55);
    outline-offset: 2px;
  }
}
@media (max-width: 370px) {
  .top-bar .mobile-quote-button {
    min-width: 96px;
    font-size: .78rem;
    padding-inline: .65rem !important;
  }
  .top-bar .top-bar-info li:not(.mobile-free-quote) {
    font-size: .82rem;
  }
}

/* Accessible contact links in top bar, contact cards, and sidebar contact blocks. */
.top-bar .top-bar-contact-link {
  color: inherit !important;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
}
.top-bar .top-bar-contact-link:hover,
.top-bar .top-bar-contact-link:focus,
.top-bar .top-bar-contact-link:active {
  color: #ffffff !important;
  text-decoration-thickness: 2px;
}
.top-bar .top-bar-contact-link:focus-visible,
.contact-action-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  border-radius: 4px;
}
.contact-action-link {
  color: #002a5c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
}
.contact-action-link:hover,
.contact-action-link:focus,
.contact-action-link:active {
  color: #ba3b66;
  text-decoration-thickness: 2px;
}
.sidebar .contact-action-link,
.widget .contact-action-link {
  color: #002a5c;
}
@media (max-width: 767.98px) {
  .top-bar .top-bar-contact-link {
    min-height: 40px;
  }
}


/* ADA / semantic refinements from full-site audit. */
.breadcrumb-current { color: #fff; font-weight: 700; }
.page-title-section .breadcrumb-current { opacity: .95; }
#nav a, .top-bar a, footer a, .butn-style6, .butn-style3, .butn-style4, .butn-style2 { min-height: 44px; }
.contact-action-link, .top-bar-contact-link { word-break: break-word; }
.map[title] { display: block; }
@media (forced-colors: active) {
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid CanvasText; }
}

/* Sponsored/referral ad network section above footer. */
.greenwood-ad-network {
  background: #f6faf8;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(12, 59, 46, .10);
}
.greenwood-ad-shell {
  background: #ffffff;
  border: 1px solid rgba(12, 59, 46, .12);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 42, 92, .08);
  overflow: hidden;
}
.greenwood-ad-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem 1.1rem .65rem;
  border-bottom: 1px solid rgba(12, 59, 46, .10);
}
.greenwood-ad-eyebrow {
  color: #ba3b66;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .18rem;
  font-size: .72rem;
}
.greenwood-ad-heading h2 {
  color: #0c3b2e;
  margin-bottom: 0;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.2;
}
.greenwood-ad-slider {
  position: relative;
  padding: .8rem 1.05rem 0;
}
.greenwood-ad-viewport {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  width: 100%;
}
.greenwood-ad-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .42s ease;
  will-change: transform;
}
.greenwood-ad-card {
  --ad-brand: #0c3b2e;
  --ad-tint: #eef5f1;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 150px;
  padding: .95rem 1rem;
  background: linear-gradient(135deg, var(--ad-tint), #ffffff 72%);
  border: 1px solid rgba(12, 59, 46, .14);
  border-left: 6px solid var(--ad-brand);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 42, 92, .07);
}
.greenwood-ad-card[aria-hidden="true"] {
  pointer-events: none;
}
.greenwood-ad-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 124px;
  overflow: visible;
  background: transparent;
  border: 0;
  padding: 0;
}
.greenwood-ad-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 124px;
  object-fit: contain;
  object-position: center;
}
.greenwood-ad-copy {
  min-width: 0;
  display: grid;
  align-content: center;
}
.greenwood-ad-label {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 24px;
  padding: .22rem .58rem;
  margin-bottom: .35rem;
  color: #ffffff;
  background: var(--ad-brand);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .025em;
}
.greenwood-ad-copy h3 {
  color: #0c3b2e;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  margin-bottom: .25rem;
  line-height: 1.25;
}
.greenwood-ad-copy p:not(.greenwood-ad-label) {
  color: #243a33;
  margin-bottom: .55rem;
  line-height: 1.42;
  font-size: .94rem;
}
.greenwood-ad-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 42px;
  white-space: nowrap;
  padding: .62rem .92rem;
  color: #ffffff !important;
  background: #002a5c;
  border: 2px solid #002a5c;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  font-size: .9rem;
}
.greenwood-ad-button:hover,
.greenwood-ad-button:focus,
.greenwood-ad-button:active {
  background: #ba3b66;
  border-color: #ba3b66;
  color: #ffffff !important;
  text-decoration: none;
}
.greenwood-ad-button:focus-visible,
.greenwood-ad-control:focus-visible,
.greenwood-ad-dot:focus-visible {
  outline: 3px solid #ba3b66;
  outline-offset: 3px;
}
.greenwood-ad-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .65rem 1rem .8rem;
}
.greenwood-ad-control {
  width: 38px;
  height: 38px;
  border: 2px solid #0c3b2e;
  background: #ffffff;
  color: #0c3b2e;
  border-radius: 999px;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.greenwood-ad-control:hover,
.greenwood-ad-control:focus {
  background: #0c3b2e;
  color: #ffffff;
}
.greenwood-ad-dots {
  display: flex;
  align-items: center;
  gap: .42rem;
}
.greenwood-ad-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #0c3b2e;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.greenwood-ad-dot.is-active { background: #0c3b2e; }
.greenwood-ad-disclaimer {
  margin: 0;
  padding: .72rem 1.1rem .9rem;
  color: #263e35;
  background: #eef5f1;
  border-top: 1px solid rgba(12, 59, 46, .12);
  font-size: .84rem;
  line-height: 1.45;
  text-align: center;
}
@media (max-width: 991.98px) {
  .greenwood-ad-card {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  }
  .greenwood-ad-media { min-height: 112px; }
  .greenwood-ad-media img { max-height: 112px; }
}
@media (max-width: 767.98px) {
  .greenwood-ad-network { padding: 1.1rem 0; }
  .greenwood-ad-heading {
    display: block;
    padding-left: .85rem;
    padding-right: .85rem;
  }
  .greenwood-ad-slider { padding-left: .85rem; padding-right: .85rem; }
  .greenwood-ad-card {
    grid-template-columns: 1fr;
    gap: .65rem;
    min-height: 0;
    padding: .85rem;
    border-left-width: 5px;
  }
  .greenwood-ad-media {
    min-height: 0;
    max-height: none;
  }
  .greenwood-ad-media img {
    width: auto;
    max-width: min(100%, 260px);
    max-height: 150px;
  }
  .greenwood-ad-label { font-size: .67rem; margin-bottom: .25rem; }
  .greenwood-ad-copy h3 { font-size: 1rem; }
  .greenwood-ad-copy p:not(.greenwood-ad-label) { font-size: .86rem; }
  .greenwood-ad-button { min-height: 40px; font-size: .86rem; }
  .greenwood-ad-disclaimer { padding-left: .85rem; padding-right: .85rem; text-align: left; font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .greenwood-ad-track { transition: none; }
}

}
