:root {
  --fps-blue: #0a3d78;
  --fps-blue-dark: #061a33;
  --fps-blue-mid: #0d2f5f;
  --fps-blue-soft: #edf4fb;
  --fps-sky: #2f79b7;
  --fps-ink: #0b1424;
  --fps-muted: #526173;
  --fps-line: #c8d7e8;
  --fps-font: "bahnschrift-light", Arial, sans-serif;
  --fps-font-condensed: "bahnschrift-condensed", "bahnschrift-light", Arial, sans-serif;
}

body {
  color: var(--fps-ink);
  font-family: var(--fps-font);
  font-size: 16px;
  line-height: 26px;
}

button,
input,
textarea,
select {
  font-family: var(--fps-font);
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}

section.fps-band,
section.fps-dark-band {
  padding-top: 58px;
  padding-bottom: 58px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fps-font-condensed);
  margin-bottom: 16px;
  letter-spacing: 0;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

li {
  font-size: 16px;
  line-height: 26px;
}

.fs-20 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.fs-19 {
  font-size: 17px !important;
  line-height: 28px !important;
}

.fps-card h3.fs-24,
.fps-area-card h3.fs-24 {
  font-size: 21px !important;
  line-height: 27px !important;
}

a {
  color: var(--fps-blue);
}

.bg-base-color,
.btn-base-color {
  background-color: var(--fps-blue) !important;
}

.btn-base-color {
  border-color: var(--fps-blue) !important;
}

.btn-base-color:hover {
  background-color: var(--fps-blue-mid) !important;
  border-color: var(--fps-blue-mid) !important;
}

.text-base-color {
  color: var(--fps-blue) !important;
}

.btn-base-color,
.btn-base-color:hover {
  color: #fff !important;
}

.btn-round-edge,
.border-radius-10px,
.border-radius-8px {
  border-radius: 8px !important;
}

.ls-minus-05px,
.ls-minus-1px,
.ls-minus-2px,
.ls-minus-3px,
.ls-minus-4px,
.ls-minus-5px,
.ls-minus-6px,
.ls-minus-7px,
.ls-minus-8px,
.ls-minus-9px,
.ls-minus-10px {
  letter-spacing: 0 !important;
}

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

.navbar {
  min-height: 78px;
}

.navbar .container-fluid {
  align-items: center;
}

.header-top-bar {
  background: var(--fps-blue-dark) !important;
}

.navbar .nav-link {
  color: var(--fps-ink);
  font-weight: 700;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--fps-blue);
}

.navbar .dropdown-with-icon-style02 {
  position: relative;
}

.navbar .dropdown-with-icon-style02 > .dropdown-toggle {
  color: var(--fps-blue);
  cursor: pointer;
}

.navbar .dropdown-menu {
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(6, 26, 51, .14);
  padding: 12px;
}

.navbar .dropdown-menu li a,
.navbar .dropdown-menu li a i {
  color: var(--fps-ink);
  font-weight: 700;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:hover i {
  color: var(--fps-blue);
}

@media (min-width: 992px) {
  .navbar .dropdown-with-icon-style02 > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    min-width: 280px;
    max-height: 78vh;
    overflow-y: auto;
  }

  .navbar .dropdown-with-icon-style02:hover > .dropdown-menu,
  .navbar .dropdown-with-icon-style02:focus-within > .dropdown-menu,
  .navbar .dropdown-with-icon-style02 > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 6px;
    line-height: 20px;
  }

.navbar .dropdown-menu li a:hover {
  background: transparent;
}
}

.navbar .fps-service-area-dropdown .fps-nav-area-group {
  padding: 4px 0 8px;
  border-bottom: 1px solid var(--fps-line);
}

.navbar .fps-service-area-dropdown i {
  display: none !important;
}

.fps-nav-area-toggle {
  display: none;
}

.navbar .fps-service-area-dropdown .fps-nav-area-group:last-child {
  border-bottom: 0;
}

.navbar .fps-service-area-dropdown .fps-nav-area-hub {
  font-weight: 800 !important;
  color: var(--fps-ink) !important;
}

.navbar .fps-nav-area-spokes {
  list-style: none;
  padding: 2px 0 0 30px;
  margin: 0;
}

.navbar .fps-nav-area-spokes li a {
  padding: 5px 0 !important;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600 !important;
  color: var(--fps-muted) !important;
}

.navbar .fps-nav-area-spokes li a:hover {
  color: var(--fps-blue) !important;
}

@media (min-width: 992px) {
  .navbar .fps-service-area-dropdown {
    min-width: 250px;
    overflow: visible !important;
    padding: 8px 0;
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-group {
    position: relative;
    padding: 0;
    border-bottom: 0;
  }

  .navbar .fps-service-area-dropdown > li > a {
    min-height: 0;
    padding: 9px 32px 9px 18px !important;
    gap: 0 !important;
    font-family: var(--fps-font) !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-hub {
    padding-right: 32px !important;
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-hub::after {
    content: ">";
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    right: 16px;
    color: var(--fps-muted);
  }

  .navbar .fps-nav-area-spokes {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 250px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid var(--fps-line);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(6, 26, 51, .14);
    z-index: 1001;
  }

  .navbar .fps-nav-area-group:hover > .fps-nav-area-spokes,
  .navbar .fps-nav-area-group:focus-within > .fps-nav-area-spokes {
    display: block;
  }

  .navbar .fps-nav-area-spokes li a {
    padding: 9px 18px !important;
    border-radius: 0;
    font-family: var(--fps-font) !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: var(--fps-ink) !important;
  }
}

.fps-hero {
  min-height: 620px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.fps-hero::before,
.fps-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 13, 28, .94), rgba(6, 31, 63, .82), rgba(5, 22, 44, .48));
}

.fps-hero > .container,
.fps-page-title > .container {
  position: relative;
  z-index: 1;
}

.fps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.fps-eyebrow::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--fps-sky);
}

.fps-hero h1,
.fps-page-title h1 {
  color: #fff;
  max-width: 900px;
  font-size: 60px;
  line-height: 66px;
}

.fps-hero p,
.fps-page-title p {
  color: rgba(255,255,255,.88);
  max-width: 720px;
  font-size: 18px;
  line-height: 29px;
}

.fps-hero-form-card {
  background: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(3, 13, 28, .28);
  padding: 28px;
}

.fps-hero-form-card h2 {
  color: var(--fps-ink);
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 18px;
}

.fps-hero-form-card .fps-form input,
.fps-hero-form-card .fps-form textarea {
  margin-bottom: 10px;
}

.fps-quick-form textarea {
  min-height: 92px;
}

.fps-page-title {
  position: relative;
  padding: 118px 0 72px;
  background-position: center;
  background-size: cover;
}

.fps-card {
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  background: #fff;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(6, 26, 51, .08);
}

.fps-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fps-card-body {
  padding: 22px;
}

.fps-home-service-list {
  display: grid;
  gap: 34px;
}

.fps-home-service-row {
  display: grid;
  grid-template-columns: minmax(260px, 38%) 1fr;
  align-items: center;
  gap: 42px;
  padding: 42px;
  background: #fff;
  border: 1px solid rgba(200, 215, 232, .75);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(6, 26, 51, .08);
}

.fps-home-service-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.fps-home-service-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.fps-home-service-content h3 {
  font-family: var(--fps-font-condensed);
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 14px;
}

.fps-home-service-content h3 a {
  color: var(--fps-ink);
}

.fps-home-service-content p {
  font-family: var(--fps-font);
  color: var(--fps-muted);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
  max-width: 760px;
}

.fps-home-service-link {
  font-family: var(--fps-font);
  color: var(--fps-blue);
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fps-home-service-link i {
  font-size: 16px;
  margin-left: 8px;
}

.fps-service-list,
.fps-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fps-service-list li,
.fps-check-list li {
  display: flex;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--fps-line);
}

.fps-service-list li:last-child,
.fps-check-list li:last-child {
  border-bottom: 0;
}

.fps-service-list i,
.fps-check-list i {
  color: var(--fps-blue);
  margin-top: 4px;
}

.fps-band {
  background: linear-gradient(180deg, #f4f8fc 0%, #e7f0f9 100%);
}

.fps-dark-band {
  background: linear-gradient(135deg, var(--fps-blue-dark), var(--fps-blue-mid));
  color: #fff;
}

.fps-dark-band h2,
.fps-dark-band h3,
.fps-dark-band a,
.fps-dark-band p {
  color: #fff;
}

.fps-home-trust-strip {
  padding: 22px 0;
  background: #f7f8fa;
  border-top: 1px solid var(--fps-line);
  border-bottom: 1px solid var(--fps-line);
}

.fps-home-trust-item {
  display: flex;
  gap: 22px;
  padding: 18px 30px;
}

.fps-home-trust-item:not(:last-child) {
  border-right: 1px solid var(--fps-line);
}

.fps-home-trust-icon {
  flex: 0 0 48px;
  color: var(--fps-blue);
  font-size: 34px;
  line-height: 1;
  padding-top: 4px;
}

.fps-home-trust-info h3 {
  color: var(--fps-blue);
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

.fps-home-trust-info p {
  color: var(--fps-muted);
  margin-bottom: 14px;
}

.fps-home-trust-info a {
  color: var(--fps-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fps-home-trust-info a i {
  font-size: 13px;
  margin-left: 5px;
}

.fps-contact-panel {
  background: #fff;
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 26, 51, .1);
  padding: 26px;
}

.fps-contact-info-card {
  background: #fff;
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(6, 26, 51, .06);
  padding: 28px;
}

.fps-contact-service-area {
  background: linear-gradient(180deg, #f4f8fc 0%, #e7f0f9 100%);
}

.fps-contact-area-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.fps-contact-area-links a {
  display: block;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  color: var(--fps-blue);
  font-weight: 800;
}

.fps-form input,
.fps-form textarea,
.fps-form select {
  width: 100%;
  border: 1px solid var(--fps-line);
  border-radius: 6px;
  padding: 12px 14px;
  margin-bottom: 12px;
  color: var(--fps-ink);
  background: #fff;
}

.fps-form textarea {
  min-height: 110px;
  resize: vertical;
}

.fps-full-contact-form textarea {
  min-height: 135px;
}

.fps-honeypot {
  position: absolute;
  left: -5000px;
}

.fps-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fps-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.fps-service-main {
  min-width: 0;
}

.fps-service-block {
  padding: 42px 0;
  border-bottom: 1px solid var(--fps-line);
}

.fps-service-block:first-child {
  padding-top: 0;
}

.fps-service-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.fps-service-block-band {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  background: linear-gradient(180deg, #f4f8fc 0%, #e7f0f9 100%);
  border-radius: 8px;
  border-bottom: 0;
}

.fps-service-block + .fps-service-block-band,
.fps-service-block-band + .fps-service-block {
  margin-top: 12px;
}

.fps-service-main .fps-style-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fps-service-main .fps-card-body {
  padding: 18px;
}

.fps-service-main .fps-card-body h3 {
  font-size: 20px !important;
  line-height: 26px !important;
}

.fps-style-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 34px;
}

.fps-style-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  height: 100%;
  text-align: center;
  box-shadow: none;
}

.fps-style-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: transparent;
  border-radius: 24px;
  margin-bottom: 24px;
  display: block;
}

.fps-style-card h3 {
  font-family: var(--fps-font-condensed);
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: var(--fps-ink);
  margin: 0;
}

.fps-service-option-list {
  display: grid;
  gap: 26px;
}

.fps-service-option-card {
  display: grid;
  grid-template-columns: minmax(220px, 34%) 1fr;
  align-items: center;
  gap: 34px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(200, 215, 232, .75);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(6, 26, 51, .07);
}

.fps-service-option-image {
  overflow: hidden;
  border-radius: 8px;
  background: #f8fbff;
}

.fps-service-option-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.fps-service-option-content h3 {
  font-family: var(--fps-font-condensed);
  color: var(--fps-ink);
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fps-service-option-content p {
  font-family: var(--fps-font);
  color: var(--fps-muted);
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
}

.fps-feature-benefit {
  border-left: 4px solid var(--fps-blue);
  padding: 0 0 0 18px;
  margin-bottom: 18px;
}

.fps-feature-benefit h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  color: var(--fps-ink);
  margin-bottom: 8px;
}

.fps-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fps-area-card {
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  padding: 22px;
  height: 100%;
  background: #fff;
}

.fps-area-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.fps-location-style-card {
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(6, 26, 51, .08);
}

.fps-location-style-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef5fb;
}

.fps-location-style-card-body {
  padding: 22px;
}

.fps-local-layout {
  align-items: flex-start;
}

.fps-local-main {
  min-width: 0;
}

.fps-local-main > section {
  padding-bottom: 34px;
}

.fps-faq-list {
  display: grid;
  gap: 12px;
}

.fps-faq-item {
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

.fps-faq-item summary {
  cursor: pointer;
  list-style: none;
}

.fps-faq-item summary::-webkit-details-marker {
  display: none;
}

.fps-faq-item summary h3 {
  color: var(--fps-ink);
  font-size: 19px;
  line-height: 25px;
  font-weight: 800;
  margin: 0;
  padding-right: 28px;
  position: relative;
}

.fps-faq-item summary h3::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--fps-blue);
}

.fps-faq-item[open] summary h3::after {
  content: "-";
}

.fps-faq-item p {
  margin: 14px 0 0;
}

.fps-references {
  border-top: 1px solid var(--fps-line);
  padding-top: 18px;
}

.fps-powered-by {
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.fps-powered-by a {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  text-decoration: none;
}

.fps-powered-label {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0;
  margin-right: 4px;
}

.fps-powered-fence,
.fps-powered-branders {
  font-family: "Acumin Pro", "bahnschrift-light", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.fps-powered-fence {
  color: #fff;
}

.fps-powered-branders {
  color: #89d631;
}

.fps-sticky-sidebar {
  position: sticky;
  top: 110px;
}

.fps-sidebar-column {
  align-self: flex-start;
}

.fps-side-card {
  border: 1px solid var(--fps-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(6, 26, 51, .08);
  margin-bottom: 18px;
  overflow: hidden;
}

.fps-side-card-body {
  padding: 20px;
}

.fps-side-card .fps-side-card-body > h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 14px !important;
}

.fps-side-card .fps-form .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 0;
}

.fps-side-card .fps-form input,
.fps-side-card .fps-form textarea,
.fps-side-card .fps-form select {
  min-height: 42px !important;
  height: auto !important;
  padding: 10px 12px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.fps-side-card .fps-form textarea {
  min-height: 96px !important;
}

.fps-side-card .fps-form .btn {
  min-height: 46px !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.fps-area-nav-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  color: var(--fps-ink);
  margin-bottom: 14px;
}

.fps-area-nav details {
  border-bottom: 1px solid var(--fps-line);
}

.fps-area-nav details:last-of-type {
  border-bottom: 0;
}

.fps-area-nav summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  padding: 10px 0;
}

.fps-area-nav summary::-webkit-details-marker {
  display: none;
}

.fps-area-nav summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--fps-blue-soft);
  color: var(--fps-blue);
  font-weight: 800;
}

.fps-area-nav details[open] summary::after {
  content: "-";
}

.fps-area-nav summary a {
  color: var(--fps-ink);
  font-weight: 800;
}

.fps-area-nav summary a:hover,
.fps-area-nav summary a.active,
.fps-area-nav .active {
  color: var(--fps-blue);
}

.fps-area-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 12px 15px;
}

.fps-area-nav li {
  margin: 0;
}

.fps-area-nav li a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 0;
  color: var(--fps-muted);
  font-weight: 600;
}

.fps-area-nav li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fps-blue);
  opacity: .65;
}

.fps-side-cta {
  background: linear-gradient(135deg, var(--fps-blue), var(--fps-blue-mid));
  color: #fff;
}

.fps-side-cta h3,
.fps-side-cta p,
.fps-side-cta a {
  color: #fff;
}

.fps-footer-logo {
  max-width: 128px;
  border-radius: 8px;
}

.fps-footer-bbb-seal {
  display: block;
  max-width: 190px;
  height: auto;
}

.footer-dark {
  background: #041326;
}

@media (max-width: 991px) {
  section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  section.fps-band,
  section.fps-dark-band {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fps-home-trust-strip {
    padding: 0;
  }

  .fps-home-trust-item {
    padding: 24px 10px;
  }

  .fps-home-trust-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--fps-line);
  }

  .fps-hero {
    min-height: 520px;
  }

  .fps-hero-form-card {
    padding: 24px;
  }

  .fps-hero-form-card h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .fps-hero h1,
  .fps-page-title h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .fps-hero p,
  .fps-page-title p {
    font-size: 18px !important;
    line-height: 28px;
  }

  .fps-area-grid,
  .fps-gallery-grid,
  .fps-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }

  .fps-sticky-sidebar {
    position: static;
    top: auto;
    margin-top: 35px;
  }

  .fps-service-main .fps-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fps-home-service-row {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
  }

  .fps-service-option-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .fps-home-service-content h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .fps-service-option-content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .fps-home-service-content p {
    font-size: 17px;
    line-height: 28px;
  }

  .fps-contact-area-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navbar {
    min-height: 68px;
  }

  .navbar-brand img {
    max-height: 52px;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid var(--fps-line);
    box-shadow: 0 18px 34px rgba(6, 26, 51, .14);
    z-index: 99;
  }

  .navbar .navbar-nav {
    padding: 12px 20px 18px;
  }

  .navbar .navbar-nav .nav-link {
    padding: 12px 0;
    line-height: 20px;
  }

  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid var(--fps-line);
  }

  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar .dropdown-with-icon-style02 {
    position: relative;
  }

  .navbar .dropdown-with-icon-style02 .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fps-blue);
  }

  .navbar .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    border: 0;
    box-shadow: none;
    padding: 0 0 10px 12px;
    margin: 0;
    background: transparent;
  }

  .navbar .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--fps-ink) !important;
  }

  .navbar .dropdown-menu li a i {
    font-size: 14px;
    min-width: 16px;
    color: var(--fps-blue) !important;
  }

  .navbar .fps-service-area-dropdown {
    min-width: 0;
    max-height: 58vh;
    overflow-y: auto;
    padding: 0 0 10px 12px;
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-group {
    position: relative;
    padding: 7px 0 10px;
    border-bottom: 1px solid var(--fps-line);
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-hub {
    display: block !important;
    padding: 6px 42px 6px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 800 !important;
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--fps-ink);
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-toggle::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .navbar .fps-service-area-dropdown .fps-nav-area-group.open .fps-nav-area-toggle::before {
    transform: rotate(225deg) translateY(-2px);
  }

  .navbar .fps-nav-area-spokes {
    display: none !important;
    position: static !important;
    min-width: 0 !important;
    padding-top: 3px;
    padding-left: 18px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .navbar .fps-nav-area-group.open > .fps-nav-area-spokes {
    display: block !important;
  }

  .navbar .fps-nav-area-spokes li a {
    padding: 4px 0 !important;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600 !important;
    color: var(--fps-muted) !important;
  }

  .navbar .navbar-nav .fps-mobile-nav-phone {
    border-bottom: 0;
  }

  .navbar .navbar-nav .fps-mobile-nav-phone .nav-link {
    color: var(--fps-blue) !important;
    font-weight: 800;
  }

  .navbar .navbar-nav .fps-mobile-nav-phone .nav-link i {
    color: var(--fps-blue) !important;
    font-size: 18px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .header-top-bar {
    display: block;
  }

  .header-top-bar .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-top-bar .row {
    height: 36px !important;
    min-height: 36px;
  }

  .header-top-bar .col-12 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .header-top-bar span:first-child {
    margin-right: 0 !important;
    font-size: 14px !important;
    line-height: 18px;
  }

  .navbar-brand img {
    max-height: 46px;
  }

  .fps-hero {
    min-height: auto;
    padding: 95px 0 58px;
  }

  .fps-page-title {
    padding: 92px 0 52px;
  }

  .fps-hero-form-card {
    margin-top: 8px;
    padding: 22px;
  }

  .fps-hero h1,
  .fps-page-title h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px !important;
  }

  .fps-hero p,
  .fps-page-title p {
    font-size: 16px !important;
    line-height: 25px;
  }

  .fps-hero .btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0 12px !important;
  }

  .fps-home-service-list {
    gap: 22px;
  }

  .fps-home-service-row {
    padding: 20px;
  }

  .fps-service-option-list {
    gap: 20px;
  }

  .fps-service-option-card {
    padding: 20px;
  }

  .fps-home-service-content h3 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 12px;
  }

  .fps-service-option-content h3 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .fps-home-service-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .fps-service-option-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .fps-home-service-link {
    font-size: 16px;
  }

  .fps-contact-info-card {
    padding: 22px;
  }

  .fps-contact-area-links {
    grid-template-columns: 1fr;
  }

  .fps-home-trust-item {
    gap: 18px;
  }

  .fps-home-trust-icon {
    flex-basis: 38px;
    font-size: 28px;
  }

  .fps-home-trust-info h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .fps-eyebrow {
    font-size: 12px;
    line-height: 18px;
  }

  .fps-eyebrow::before {
    width: 30px;
  }

  .fps-area-grid,
  .fps-gallery-grid,
  .fps-style-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fps-service-block {
    padding: 32px 0;
  }

  .fps-service-block-band {
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .fps-contact-panel {
    padding: 24px;
  }

  .fps-card-body,
  .fps-area-card,
  .fps-side-card-body {
    padding: 18px;
  }

  .fps-style-card img {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    margin-bottom: 16px;
  }

  .fps-style-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .fps-footer-logo {
    max-width: 96px;
  }
}

@media (max-width: 480px) {
  section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .navbar .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar-brand img {
    max-height: 42px;
  }

  .fps-hero h1,
  .fps-page-title h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

/* Final nav override: Crafto's demo CSS has multiple dropdown color states. */
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu.show,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02.open > .dropdown-menu {
  background: #fff !important;
  border-color: var(--fps-line) !important;
  box-shadow: 0 18px 38px rgba(6, 26, 51, .14) !important;
}

.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li:hover,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li.active,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li.open {
  background: transparent !important;
}

.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a:visited,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a:focus,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a:hover,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li.active > a {
  background: transparent !important;
  color: var(--fps-ink) !important;
}

.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a i,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a:focus i,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li > a:hover i,
.header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu li.active > a i {
  color: var(--fps-blue) !important;
}

@media (max-width: 991px) {
  .header-with-topbar .navbar.header-light .navbar-collapse {
    background: #fff !important;
  }

  .header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu,
  .header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-menu.show,
  .header-with-topbar .navbar.header-light .navbar-nav .dropdown.dropdown-with-icon-style02.open > .dropdown-menu {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .header-with-topbar .navbar.header-light .navbar-nav .fps-service-area-dropdown .fps-nav-area-spokes {
    display: none !important;
    position: static !important;
    padding: 2px 0 0 18px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .header-with-topbar .navbar.header-light .navbar-nav .fps-service-area-dropdown .fps-nav-area-group.open > .fps-nav-area-spokes {
    display: block !important;
  }

  .header-with-topbar .navbar.header-light .navbar-nav .fps-service-area-dropdown .fps-nav-area-spokes li > a {
    padding: 4px 0 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    color: var(--fps-muted) !important;
  }
}
