/* =========================================================
   Prestige Power Washing - Main Stylesheet
   Full updated production version
========================================================= */


/* =========================================================
   1. CSS VARIABLES
========================================================= */

:root {
  --navy: #05182f;
  --navy-2: #082444;
  --blue: #16a7e8;
  --blue-bright: #20c7ff;
  --blue-dark: #0878b8;
  --light: #f4f8fb;
  --muted: #64748b;
  --white: #ffffff;
  --green: #16a34a;
  --border: #e1eaf2;
  --shadow-sm: 0 16px 38px rgba(15, 23, 42, .07);
  --shadow-md: 0 24px 65px rgba(15, 42, 71, .1);
  --shadow-lg: 0 30px 80px rgba(8, 29, 53, .14);
}


/* =========================================================
   2. GLOBAL BASE STYLES
========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #102033;
  background: var(--white);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.muted {
  color: var(--muted);
}

.section-padding {
  padding: 95px 0;
}

.section-label {
  display: inline-block;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.section-title {
  margin-top: .5rem;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
}


/* =========================================================
   3. NAVIGATION
========================================================= */

.main-nav {
  position: fixed;
  top: 16px;
  right: 0;
  left: 0;
  z-index: 1050;
  min-height: auto;
  padding: 0 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition:
    top .3s ease,
    padding .3s ease,
    transform .3s ease;
}

.main-nav .nav-shell {
  position: relative;
  max-width: 1460px;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 10px 14px 10px 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background:
    linear-gradient(120deg,
      rgba(5, 24, 47, .94),
      rgba(8, 36, 68, .88));
  box-shadow:
    0 24px 65px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px);
  transition:
    min-height .3s ease,
    border-radius .3s ease,
    background .3s ease,
    box-shadow .3s ease,
    padding .3s ease;
}

.main-nav .nav-shell::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 40px;
  left: 40px;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(32, 199, 255, .75),
      transparent);
  pointer-events: none;
}

.main-nav .nav-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 10% 0%,
      rgba(32, 199, 255, .15),
      transparent 28%);
  pointer-events: none;
}


/* =========================================================
   SCROLLED NAVIGATION STATE
========================================================= */

.main-nav.nav-scrolled {
  top: 8px;
}

.main-nav.nav-scrolled .nav-shell {
  min-height: 76px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: rgba(32, 199, 255, .2);
  border-radius: 20px;
  background: rgba(5, 24, 47, .97);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(32, 199, 255, .04);
}

.main-nav.nav-scrolled #logo {
  width: 158px;
}

.main-nav.nav-scrolled .nav-trust-badge {
  opacity: 0;
  width: 0;
  margin-left: 0;
  overflow: hidden;
  transform: translateX(-10px);
}

.main-nav.nav-scrolled .nav-phone-copy small {
  display: none;
}


/* =========================================================
   NAVIGATION BRAND
========================================================= */

.nav-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 24px;
}

#logo {
  width: 182px;
  height: auto;
  transition: width .3s ease;
}

.nav-trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 128px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  white-space: nowrap;
  opacity: 1;
  transition:
    width .3s ease,
    margin .3s ease,
    opacity .2s ease,
    transform .3s ease;
}

.nav-trust-badge>i {
  color: var(--blue-bright);
  font-size: 1.35rem;
}

.nav-trust-badge span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, .9);
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-trust-badge small {
  color: rgba(255, 255, 255, .48);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .08em;
}


/* =========================================================
   NAVIGATION LINKS
========================================================= */

.nav-links-wrap {
  display: flex;
  gap: 3px;
}

.main-nav .nav-link {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 13px !important;
  border: 1px solid transparent;
  border-radius: 13px;
  color: rgba(255, 255, 255, .78) !important;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .035em;
  white-space: nowrap;
  overflow: hidden;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.main-nav .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg,
      rgba(32, 199, 255, .17),
      rgba(8, 120, 184, .06));
  opacity: 0;
  transform: scale(.8);
  transition:
    opacity .25s ease,
    transform .25s ease;
}

.main-nav .nav-link::after {
  display: none;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.show {
  border-color: rgba(32, 199, 255, .22);
  color: #fff !important;
  background: rgba(255, 255, 255, .055);
  transform: translateY(-2px);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .16),
    0 0 20px rgba(32, 199, 255, .07);
}

.main-nav .nav-link:hover::before,
.main-nav .nav-link:focus::before,
.main-nav .nav-link.show::before {
  opacity: 1;
  transform: scale(1);
}

.nav-link-icon {
  color: var(--blue-bright);
  font-size: .9rem;
  transition: transform .25s ease;
}

.main-nav .nav-link:hover .nav-link-icon,
.main-nav .nav-link:focus .nav-link-icon {
  transform: translateY(-1px) scale(1.1);
}

.dropdown-toggle::after {
  margin-left: 2px;
  vertical-align: middle;
  border-top-width: .26em;
  transition: transform .25s ease;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
}


/* =========================================================
   PREMIUM SERVICES DROPDOWN
========================================================= */

.services-nav {
  position: relative;
}

.services-dropdown {
  min-width: 440px;
  margin-top: 15px !important;
  padding: 12px;
  border: 1px solid rgba(32, 199, 255, .16) !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right,
      rgba(32, 199, 255, .12),
      transparent 35%),
    linear-gradient(145deg,
      rgba(5, 24, 47, .99),
      rgba(8, 36, 68, .99));
  box-shadow:
    0 30px 75px rgba(0, 0, 0, .42),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(20px);
}

.dropdown-heading {
  padding: 12px 14px 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.dropdown-heading span,
.dropdown-heading small {
  display: block;
}

.dropdown-heading span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .92rem;
  font-weight: 800;
}

.dropdown-heading small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .48);
  font-size: .72rem;
}

.services-dropdown .dropdown-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 66px;
  padding: 10px 12px;
  margin: 3px 0;
  border: 1px solid transparent;
  border-radius: 15px;
  color: rgba(255, 255, 255, .88);
  white-space: normal;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.services-dropdown .dropdown-item:hover,
.services-dropdown .dropdown-item:focus {
  border-color: rgba(32, 199, 255, .18);
  background:
    linear-gradient(135deg,
      rgba(32, 199, 255, .14),
      rgba(255, 255, 255, .035));
  color: #fff;
  transform: translateX(4px);
}

.dropdown-service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32, 199, 255, .15);
  border-radius: 14px;
  background: rgba(32, 199, 255, .08);
  color: var(--blue-bright);
  font-size: 1.2rem;
  transition:
    color .25s ease,
    background .25s ease,
    transform .25s ease;
}

.services-dropdown .dropdown-item:hover .dropdown-service-icon {
  background: linear-gradient(135deg,
      var(--blue-bright),
      var(--blue-dark));
  color: #fff;
  transform: rotate(-4deg) scale(1.04);
}

.dropdown-service-copy strong,
.dropdown-service-copy small {
  display: block;
}

.dropdown-service-copy strong {
  color: #fff;
  font-size: .81rem;
  font-weight: 800;
  line-height: 1.25;
}

.dropdown-service-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  font-size: .67rem;
  line-height: 1.35;
}

.dropdown-arrow {
  color: rgba(255, 255, 255, .3) !important;
  font-size: .9rem;
  transition:
    color .25s ease,
    transform .25s ease;
}

.services-dropdown .dropdown-item:hover .dropdown-arrow {
  color: var(--blue-bright) !important;
  transform: translate(2px, -2px);
}

@media (min-width: 992px) {
  .services-nav:hover>.dropdown-menu {
    display: block;
    animation: navDropdownOpen .25s ease both;
  }

  .services-nav .dropdown-menu {
    top: calc(100% - 2px);
  }

  .services-nav::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 20px;
  }
}

@keyframes navDropdownOpen {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* =========================================================
   NAVIGATION ACTIONS
========================================================= */

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.nav-social-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .76);
  font-size: .95rem;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.nav-social-links a:hover,
.nav-social-links a:focus {
  border-color: rgba(32, 199, 255, .45);
  background: linear-gradient(135deg,
      var(--blue-bright),
      var(--blue-dark));
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(32, 199, 255, .25);
}


/* =========================================================
   NAVIGATION PHONE BUTTON
========================================================= */

.nav-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.nav-phone:hover,
.nav-phone:focus {
  border-color: rgba(32, 199, 255, .35);
  background: rgba(32, 199, 255, .1);
  color: #fff;
  transform: translateY(-2px);
}

.nav-phone-icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg,
      #1bd47b,
      #0b9f54);
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .25);
}

.nav-phone-icon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(27, 212, 123, .38);
  border-radius: 14px;
  animation: navPhonePulse 2.5s infinite;
}

@keyframes navPhonePulse {

  0%,
  45% {
    transform: scale(.88);
    opacity: 0;
  }

  55% {
    opacity: 1;
  }

  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

.nav-phone-copy {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.nav-phone-copy small {
  margin-bottom: 1px;
  color: rgba(255, 255, 255, .45);
  font-size: .55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.nav-phone-copy strong {
  color: #fff;
  font-size: .73rem;
  font-weight: 900;
}


/* =========================================================
   NAVIGATION QUOTE BUTTON
========================================================= */

.nav-quote-btn {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 15px;
  background: linear-gradient(135deg,
      #21ccf6,
      #0878e8);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  box-shadow:
    0 13px 28px rgba(8, 120, 232, .32),
    inset 0 1px 0 rgba(255, 255, 255, .3);
  transition:
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.nav-quote-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -70%;
  width: 45%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, .42),
      transparent);
  transform: skewX(-22deg);
  animation: navButtonShine 4.5s infinite;
}

.nav-quote-btn span,
.nav-quote-btn i {
  position: relative;
  z-index: 1;
}

.nav-quote-btn i {
  transition: transform .25s ease;
}

.nav-quote-btn:hover,
.nav-quote-btn:focus {
  color: #fff;
  transform: translateY(-3px);
  box-shadow:
    0 18px 38px rgba(8, 120, 232, .44),
    0 0 25px rgba(32, 199, 255, .2);
}

.nav-quote-btn:hover i,
.nav-quote-btn:focus i {
  transform: translateX(4px);
}

@keyframes navButtonShine {

  0%,
  68% {
    left: -70%;
  }

  82%,
  100% {
    left: 135%;
  }
}


/* =========================================================
   CUSTOM MOBILE TOGGLER
========================================================= */

.custom-nav-toggler {
  width: 48px;
  height: 46px;
  display: none;
  place-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  box-shadow: none !important;
}

.custom-nav-toggler span {
  width: 21px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #fff;
  transition:
    transform .25s ease,
    opacity .25s ease;
}

.custom-nav-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.custom-nav-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.custom-nav-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* =========================================================
   7. MAIN HERO
========================================================= */

.hero {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 120px;
  color: white;
  background:
    linear-gradient(90deg,
      rgba(5, 24, 47, .98) 0%,
      rgba(5, 24, 47, .92) 34%,
      rgba(5, 24, 47, .45) 62%,
      rgba(5, 24, 47, .12) 100%),
    url("/assets/img/houses/resized/modern-home-exterior-soft-washing-driveway-view.png") center center / cover no-repeat;
}

.hero-upgraded {
  position: relative;
}

.hero-overlay {
  display: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 30%,
      rgba(32, 199, 255, .18),
      transparent 28%),
    radial-gradient(circle at 80% 20%,
      rgba(255, 255, 255, .14),
      transparent 22%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -75px;
  left: -5%;
  z-index: 2;
  height: 155px;
  border-top: 6px solid var(--blue);
  background: white;
  transform: rotate(-3deg);
}

.hero-content {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-bright);
  font-size: .92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.eyebrow span {
  display: inline-block;
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue-bright);
}

.hero h1 {
  max-width: 760px;
  color: white;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  line-height: .95;
  letter-spacing: -3px;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .28);
}

.hero h1 span,
.text-pop {
  color: var(--blue-bright);
}

.hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, .92);
  font-size: 1.15rem;
  line-height: 1.6;
}

.hero {
  padding-top: 175px;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 125px;
  }
}

/* =========================================================
   8. HERO TRUST BOXES
========================================================= */

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trust-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  color: white;
  backdrop-filter: blur(10px);
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.trust-box:hover {
  border-color: rgba(32, 199, 255, .35);
  background: rgba(255, 255, 255, .13);
  transform: translateY(-4px);
}

.trust-box i {
  margin-bottom: 4px;
  color: var(--blue-bright);
  font-size: 1.8rem;
}

.trust-box strong {
  display: block;
  color: #fff;
  font-size: .86rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.trust-box small {
  color: rgba(255, 255, 255, .76);
  line-height: 1.35;
}


/* =========================================================
   9. HERO SERVICE AREA BOX
========================================================= */

.service-area-card {
  display: none !important;
}

.hero-service-area {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  color: white;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
  backdrop-filter: blur(10px);
}

.hero-service-area strong {
  color: white;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.hero-service-area p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}


/* =========================================================
   10. LEGACY TRUST PILLS
========================================================= */

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: .25rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(5, 24, 47, .58);
  color: white;
  font-size: .86rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
  backdrop-filter: blur(8px);
}

.trust-pill i {
  color: var(--blue-bright);
  font-size: 1.25rem;
}


/* =========================================================
   11. SERVICES SECTION INTRO
========================================================= */

.services-heading {
  position: relative;
}

.services-intro-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(22, 167, 232, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right,
      rgba(32, 199, 255, .12),
      transparent 42%),
    linear-gradient(135deg, #ffffff, #f7fbfe);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.services-intro-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg,
      var(--blue-bright),
      var(--blue-dark));
}

.services-intro-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg,
      var(--blue),
      var(--blue-dark));
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 14px 30px rgba(22, 167, 232, .28);
}

.services-intro-label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.services-intro-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}


/* =========================================================
   12. IMAGE-BASED SERVICE CARDS
========================================================= */

.services-showcase {
  position: relative;
  overflow: hidden;
}

.services-showcase::before {
  content: "";
  position: absolute;
  top: 100px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(22, 167, 232, .06);
  filter: blur(15px);
  pointer-events: none;
}

.service-image-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.service-image-link:hover,
.service-image-link:focus {
  color: inherit;
}

.service-image-card {
  --service-image: none;

  position: relative;
  isolation: isolate;
  min-height: 430px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  background-image: var(--service-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 22px 55px rgba(5, 24, 47, .18);
  transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;
}

.service-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--service-image);
  background-position: center;
  background-size: cover;
  transition: transform .65s ease;
}

.service-image-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg,
      rgba(5, 24, 47, .08) 0%,
      rgba(5, 24, 47, .28) 42%,
      rgba(5, 24, 47, .96) 100%);
  transition: background .4s ease;
}

.service-image-content {
  width: 100%;
  padding: 30px;
  color: white;
  transform: translateY(78px);
  transition: transform .42s cubic-bezier(.2, .8, .2, 1);
}

.service-image-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .14);
  color: var(--blue-bright);
  font-size: 1.55rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
  transition:
    background .35s ease,
    color .35s ease,
    transform .35s ease;
}

.service-card-label {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-bright);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.service-image-card h3 {
  margin-bottom: 15px;
  color: white;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.13;
}

.service-image-card p {
  max-width: 95%;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.6;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .35s ease .04s,
    transform .35s ease .04s;
}

.service-card-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: white;
  font-size: .88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .35s ease .09s,
    transform .35s ease .09s;
}

.service-card-action i {
  color: var(--blue-bright);
  transition: transform .3s ease;
}

.service-image-link:hover .service-image-card,
.service-image-link:focus-visible .service-image-card {
  border-color: rgba(32, 199, 255, .48);
  transform: translateY(-9px);
  box-shadow: 0 32px 75px rgba(5, 24, 47, .3);
}

.service-image-link:hover .service-image-card::before,
.service-image-link:focus-visible .service-image-card::before {
  transform: scale(1.08);
}

.service-image-link:hover .service-image-overlay,
.service-image-link:focus-visible .service-image-overlay {
  background:
    linear-gradient(180deg,
      rgba(5, 24, 47, .22) 0%,
      rgba(5, 24, 47, .48) 35%,
      rgba(5, 24, 47, .98) 100%);
}

.service-image-link:hover .service-image-content,
.service-image-link:focus-visible .service-image-content {
  transform: translateY(0);
}

.service-image-link:hover .service-image-card p,
.service-image-link:focus-visible .service-image-card p,
.service-image-link:hover .service-card-action,
.service-image-link:focus-visible .service-card-action {
  opacity: 1;
  transform: translateY(0);
}

.service-image-link:hover .service-image-icon,
.service-image-link:focus-visible .service-image-icon {
  background: linear-gradient(135deg,
      var(--blue-bright),
      var(--blue-dark));
  color: white;
  transform: translateY(-3px);
}

.service-image-link:hover .service-card-action i,
.service-image-link:focus-visible .service-card-action i {
  transform: translateX(5px);
}

.service-image-link:focus-visible {
  border-radius: 30px;
  outline: 3px solid rgba(32, 199, 255, .5);
  outline-offset: 5px;
}


/* =========================================================
   13. QUICK SERVICES
========================================================= */

.quick-services {
  padding: 28px 0 24px;
  background: white;
}

.quick-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quick-service {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  background: white;
  color: inherit;
  transition:
    color .25s ease,
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.quick-service:hover {
  background: #f8fbff;
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.quick-service i {
  color: #0b8ee8;
  font-size: 2.25rem;
  transition: color .25s ease;
}

.quick-service:hover i {
  color: var(--blue);
}

.quick-service strong {
  display: block;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.quick-service small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.25;
}


/* =========================================================
   14. GENERAL CARDS
========================================================= */

.service-card,
.why-card,
.process-card,
.review-card {
  height: 100%;
  padding: 32px;
  border: 1px solid #e6eef5;
  border-radius: 28px;
  background: white;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.service-card:hover,
.why-card:hover,
.process-card:hover,
.review-card:hover {
  border-color: rgba(22, 167, 232, .38);
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(15, 23, 42, .13);
}

.service-link {
  display: block;
  height: 100%;
  color: inherit;
}

.service-link:hover {
  color: inherit;
}

.service-link .service-card {
  cursor: pointer;
}

.why-card {
  min-height: 280px;
}

.why-card h5 {
  margin-bottom: 15px;
  color: var(--navy);
  font-weight: 800;
}

.icon-circle {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e5f7ff, #ffffff);
  color: var(--blue-dark);
  font-size: 1.7rem;
  box-shadow: inset 0 0 0 1px rgba(22, 167, 232, .16);
}


/* =========================================================
   15. BACKGROUND SECTIONS
========================================================= */

.split-bg {
  background:
    radial-gradient(circle at top left,
      rgba(22, 167, 232, .09),
      transparent 30%),
    var(--light);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at right top,
      rgba(32, 199, 255, .22),
      transparent 30%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: white;
  box-shadow: 0 28px 70px rgba(5, 24, 47, .22);
}


/* =========================================================
   16. IMAGES
========================================================= */

.image-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 30px;
  background: #dbeafe;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .2);
}

.image-card img {
  width: 100%;
  min-height: 380px;
  height: 100%;
  display: block;
  object-fit: cover;
}

.badge-float {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: .75rem 1.1rem;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .16);
}


/* =========================================================
   17. BEFORE & AFTER
========================================================= */

.before-after-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e6eef5;
  border-radius: 28px;
  background: white;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ba-grid div {
  position: relative;
  min-height: 240px;
  background-position: center;
  background-size: cover;
}

.ba-grid span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: .45rem .78rem;
  border-radius: 999px;
  background: rgba(5, 24, 47, .92);
  color: white;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}


/* =========================================================
   18. GLOBAL FORM STYLES
========================================================= */

.form-control,
.form-select {
  padding: .95rem 1rem;
  border-color: #dbe5ef;
  border-radius: 16px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 .2rem rgba(22, 167, 232, .14);
}


/* =========================================================
   19. REDESIGNED QUOTE SECTION
========================================================= */

.quote-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%,
      rgba(26, 196, 255, .1),
      transparent 28%),
    radial-gradient(circle at 92% 75%,
      rgba(0, 102, 255, .08),
      transparent 30%),
    #f7faff;
}

.quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(14, 39, 68, .035) 1px,
      transparent 1px),
    linear-gradient(90deg,
      rgba(14, 39, 68, .035) 1px,
      transparent 1px);
  background-size: 40px 40px;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section-heading {
  max-width: 800px;
  margin: 0 auto 48px;
}

.quote-section-heading .section-title {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.quote-section-heading .muted {
  max-width: 700px;
  font-size: 1.05rem;
  line-height: 1.7;
}


/* =========================================================
   20. FULL-WIDTH SERVICE COVERAGE MAP
========================================================= */




/* =========================================================
   21. QUOTE CONTACT PANEL
========================================================= */

.quote-content-row {
  margin-top: 0;
}

.quote-info-card,
.quote-card {
  height: 100%;
  border: 1px solid rgba(14, 44, 77, .09);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.quote-info-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  background:
    radial-gradient(circle at top right,
      rgba(38, 207, 255, .18),
      transparent 36%),
    linear-gradient(145deg, #071727, #102a44);
  color: #fff;
}

.quote-info-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(40, 207, 255, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(40, 207, 255, .045),
    0 0 0 70px rgba(40, 207, 255, .025);
}

.quote-info-card>* {
  position: relative;
  z-index: 1;
}

.quote-info-label {
  display: block;
  margin-bottom: 13px;
  color: #32d4ff;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.quote-info-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.quote-info-card>p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
}

.quote-info-divider {
  height: 1px;
  margin: 28px 0;
  background: rgba(255, 255, 255, .12);
}

.quote-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
}

a.quote-contact-item {
  transition: transform .22s ease;
}

a.quote-contact-item:hover {
  color: #fff;
  transform: translateX(4px);
}

.quote-contact-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  color: #31d4ff;
  font-size: 1.05rem;
}

.quote-contact-item small,
.quote-contact-item strong {
  display: block;
}

.quote-contact-item small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .52);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.quote-contact-item strong {
  color: #fff;
  font-size: .9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.quote-benefits {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.quote-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: .88rem;
  font-weight: 700;
}

.quote-benefits i {
  color: #31d4ff;
}


/* =========================================================
   22. QUOTE FORM CARD
========================================================= */

.quote-card {
  padding: clamp(26px, 4vw, 44px);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.quote-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.quote-form-heading span {
  display: block;
  margin-bottom: 5px;
  color: #099dcc;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.quote-form-heading h3 {
  margin: 0;
  color: #091b31;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
}

.quote-form-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #26cef6, #087cec);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 14px 30px rgba(10, 156, 222, .28);
}

.quote-card .form-label {
  margin-bottom: 8px;
  color: #14253a;
  font-size: .86rem;
  font-weight: 800;
}

.quote-card .form-label span {
  color: #0da9dd;
}

.quote-card .form-control,
.quote-card .form-select {
  min-height: 54px;
  border: 1px solid #dbe7f0;
  border-radius: 13px;
  background-color: #fbfdff;
  color: #11243a;
  box-shadow: none;
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.quote-card textarea.form-control {
  min-height: 145px;
  padding: 16px;
  resize: vertical;
}

.quote-card .form-control:focus,
.quote-card .form-select:focus {
  border-color: #20bfe9;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(32, 191, 233, .12);
}

.form-control-wrap {
  position: relative;
}

.form-control-wrap>i {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  color: #5d7891;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-control-wrap .form-control {
  padding-left: 46px;
}

.photo-upload-wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 20px;
  border: 1px dashed #b9d7e8;
  border-radius: 16px;
  background: #f5fbfe;
}

.photo-upload-wrap>i {
  color: #13bce9;
  font-size: 2rem;
}

.photo-upload-wrap strong,
.photo-upload-wrap span {
  display: block;
}

.photo-upload-wrap strong {
  margin-bottom: 3px;
  color: #12283f;
  font-size: .9rem;
}

.photo-upload-wrap span {
  color: #6f8194;
  font-size: .76rem;
}

.photo-upload-wrap input {
  grid-column: 1 / -1;
  min-height: auto !important;
  padding: 10px;
  background: #fff !important;
}

.quote-submit-btn {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #22c7ef, #087dea);
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .035em;
  box-shadow: 0 15px 32px rgba(9, 153, 224, .25);
}

.quote-submit-btn i {
  transition: transform .22s ease;
}

.quote-submit-btn:hover,
.quote-submit-btn:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(9, 153, 224, .33);
}

.quote-submit-btn:hover i,
.quote-submit-btn:focus i {
  transform: translateX(5px);
}

.quote-form-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: #738398;
  font-size: .76rem;
  text-align: center;
}

.quote-form-disclaimer i {
  color: #18acd7;
}


/* =========================================================
   23. LEAFLET MAP CONTROLS AND MARKERS
========================================================= */

.custom-marker {
  border: 0;
  background: transparent;
}

.custom-marker .dot {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #24d6ff;
  box-shadow:
    0 0 0 3px rgba(36, 214, 255, .25),
    0 0 22px #24d6ff;
}

.custom-marker .pulse {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(36, 214, 255, .4);
  animation: coveragePulse 1.9s infinite;
}

@keyframes coveragePulse {
  0% {
    transform: scale(.55);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.leaflet-popup-content-wrapper {
  overflow: hidden;
  border: 1px solid rgba(38, 208, 255, .25);
  border-radius: 14px;
  background: #0b1d30;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
}

.leaflet-popup-content {
  margin: 14px 17px;
  color: rgba(255, 255, 255, .76);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.leaflet-popup-content strong {
  display: block;
  margin-bottom: 3px;
  color: #2bd6ff;
  font-size: 1rem;
}

.leaflet-popup-tip {
  background: #0b1d30;
}

.leaflet-control-zoom {
  overflow: hidden;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28) !important;
}

.leaflet-control-zoom a {
  border-color: rgba(255, 255, 255, .08) !important;
  background: #0b1d30 !important;
  color: #fff !important;
}

.leaflet-control-zoom a:hover,
.leaflet-control-zoom a:focus {
  background: #18bfe9 !important;
  color: #071525 !important;
}

.leaflet-control-attribution {
  display: none;
}


/* =========================================================
   24. FOOTER
========================================================= */

.footer {
  position: relative;
  overflow: hidden;
  padding: 88px 0 0;
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(37, 196, 255, .13),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 75%,
      rgba(0, 112, 218, .12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #031426 0%,
      #061c34 48%,
      #04172b 100%
    );
  color: rgba(255, 255, 255, .72);
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(53, 201, 255, .75),
    transparent
  );
}

.footer::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(53, 201, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(53, 201, 255, .025),
    0 0 0 110px rgba(53, 201, 255, .018);
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-main {
  padding-bottom: 62px;
}


/* =========================================================
   FOOTER BRAND
========================================================= */

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}

.footer-logo {
  width: min(280px, 100%);
  height: auto;
  object-fit: contain;
}

.footer-description {
  max-width: 560px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .62);
  font-size: .96rem;
  line-height: 1.8;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .8);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.footer-badges i {
  color: #35c9ff;
}


/* =========================================================
   FOOTER SOCIAL ICONS
========================================================= */

.footer-socials {
  display: flex;
  gap: 9px;
}

.footer-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .75);
  font-size: 1.05rem;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.footer-socials a:hover,
.footer-socials a:focus {
  border-color: rgba(53, 201, 255, .42);
  background: linear-gradient(
    135deg,
    #35c9ff,
    #0878e8
  );
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(8, 120, 232, .25);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column {
  height: 100%;
}

.footer-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #35c9ff;
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.footer h6 {
  position: relative;
  margin-bottom: 26px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.footer h6::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #35c9ff,
    rgba(53, 201, 255, .08)
  );
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  color: rgba(255, 255, 255, .62);
  font-size: .84rem;
  line-height: 1.5;
  transition:
    color .2s ease,
    transform .2s ease;
}

.footer-links i {
  margin-top: 3px;
  color: rgba(53, 201, 255, .55);
  font-size: .68rem;
  transition: transform .2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
  transform: translateX(4px);
}

.footer-links a:hover i,
.footer-links a:focus i {
  color: #35c9ff;
  transform: translateX(2px);
}


/* =========================================================
   FOOTER CONTACT
========================================================= */

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
  transition:
    color .22s ease,
    background .22s ease,
    border-color .22s ease,
    transform .22s ease;
}

a.footer-contact-item:hover,
a.footer-contact-item:focus {
  border-color: rgba(53, 201, 255, .25);
  background: rgba(53, 201, 255, .07);
  color: #fff;
  transform: translateX(3px);
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(53, 201, 255, .15);
  border-radius: 12px;
  background: rgba(53, 201, 255, .08);
  color: #35c9ff;
}

.footer-contact-item > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.footer-contact-item small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .42);
  font-size: .59rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.footer-contact-item strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.4;
}


/* =========================================================
   FOOTER QUOTE CTA
========================================================= */

.footer-quote-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    #35c9ff,
    #0878e8
  );
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
  box-shadow: 0 13px 28px rgba(8, 120, 232, .25);
  transition:
    color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}

.footer-quote-btn i {
  transition: transform .22s ease;
}

.footer-quote-btn:hover,
.footer-quote-btn:focus {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(8, 120, 232, .34);
}

.footer-quote-btn:hover i,
.footer-quote-btn:focus i {
  transform: translateX(4px);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .42);
  font-size: .72rem;
}


/* =========================================================
   FLOATING CALL BUTTON
========================================================= */

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1040;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    #20d47a,
    #0a9f54
  );
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow:
    0 16px 35px rgba(3, 75, 41, .32),
    inset 0 1px 0 rgba(255, 255, 255, .25);
  transition:
    color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}

.floating-call::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border: 1px solid rgba(32, 212, 122, .36);
  border-radius: inherit;
  animation: floatingCallPulse 2.6s infinite;
}

.floating-call:hover,
.floating-call:focus {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(3, 75, 41, .42);
}

.floating-call i {
  font-size: .95rem;
}

@keyframes floatingCallPulse {
  0%,
  42% {
    opacity: 0;
    transform: scale(.9);
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}


/* =========================================================
   FOOTER RESPONSIVE
========================================================= */

@media (max-width: 991px) {
  .footer {
    padding-top: 70px;
  }

  .footer-main {
    padding-bottom: 48px;
  }

  .footer-logo {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 58px;
  }

  .footer-bottom {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .floating-call {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 575px) {
  .footer-main .row > [class*="col-"] {
    width: 100%;
  }

  .footer-logo {
    width: 215px;
  }

  .footer-description {
    font-size: .88rem;
  }

  .footer-contact-item strong {
    font-size: .72rem;
  }

  .footer-quote-btn {
    width: 100%;
  }

  .floating-call {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
  }

  .floating-call span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-call::before {
    animation: none;
  }
}


/* =========================================================
   25. FLOATING CALL BUTTON
========================================================= */

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  padding: .95rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #18b957, #12863f);
  color: white;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(22, 163, 74, .34);
  transition:
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.floating-call:hover,
.floating-call:focus {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(22, 163, 74, .42);
}


/* =========================================================
   26. LARGE TABLET RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .hero {
    min-height: auto;
    padding: 140px 0 100px;
  }

  .hero h1 {
    max-width: 680px;
  }

  .quick-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .coverage-city-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .coverage-stats {
    right: 20px;
    bottom: 20px;
  }

  .coverage-stat {
    min-width: 115px;
    padding: 15px;
  }
}


/* =========================================================
   27. TABLET AND MOBILE NAVIGATION
========================================================= */

@media (max-width: 1399px) {
  .nav-trust-badge {
    display: none;
  }

  #logo {
    width: 165px;
  }

  .main-nav .nav-link {
    padding-right: 9px !important;
    padding-left: 9px !important;
    font-size: .7rem;
  }

  .nav-phone-copy small {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-social-links {
    display: none;
  }

  .nav-phone {
    padding-right: 8px;
  }

  .nav-phone-copy {
    display: none;
  }

  .nav-phone-icon {
    width: 37px;
    height: 37px;
  }
}

@media (max-width: 991px) {
  .main-nav {
    top: 10px;
    padding: 0 10px;
  }

  .main-nav .nav-shell {
    min-height: 76px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 12px 8px 18px;
    border-radius: 20px;
  }

  .nav-brand {
    margin-right: 0;
  }

  #logo,
  .main-nav.nav-scrolled #logo {
    width: 148px;
  }

  .custom-nav-toggler {
    display: grid;
  }

  .main-nav .navbar-collapse {
    width: 100%;
    max-height: calc(100vh - 110px);
    margin-top: 10px;
    padding: 14px 4px 8px;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .nav-links-wrap {
    display: grid;
    gap: 6px;
    margin: 0 !important;
  }

  .main-nav .nav-link {
    min-height: 50px;
    justify-content: flex-start;
    padding: 12px 14px !important;
    border: 1px solid rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .035);
    font-size: .78rem;
  }

  .main-nav .nav-link:hover,
  .main-nav .nav-link:focus,
  .main-nav .nav-link.show {
    transform: none;
  }

  .services-dropdown {
    min-width: 100%;
    margin: 7px 0 4px !important;
    padding: 8px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .045);
    box-shadow: none;
  }

  .dropdown-heading {
    display: none;
  }

  .services-dropdown .dropdown-item {
    grid-template-columns: 42px 1fr auto;
    min-height: 58px;
  }

  .dropdown-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .dropdown-service-copy small {
    display: none;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 9px;
    width: 100%;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .nav-social-links {
    display: flex;
    grid-column: 1 / -1;
    margin-bottom: 3px;
  }

  .nav-social-links a {
    flex: 1;
    height: 44px;
    border-radius: 13px;
  }

  .nav-phone {
    min-height: 52px;
  }

  .nav-phone-copy,
  .main-nav.nav-scrolled .nav-phone-copy {
    display: flex;
  }

  .nav-phone-copy small {
    display: block;
  }

  .nav-quote-btn {
    min-height: 52px;
  }
}

@media (max-width: 575px) {
  .main-nav {
    padding: 0 8px;
  }

  .main-nav .nav-shell {
    padding-left: 14px;
  }

  #logo,
  .main-nav.nav-scrolled #logo {
    width: 134px;
  }

  .services-dropdown .dropdown-item {
    grid-template-columns: 38px 1fr auto;
    gap: 10px;
    padding: 9px;
  }

  .dropdown-service-icon {
    width: 38px;
    height: 38px;
  }

  .dropdown-service-copy strong {
    font-size: .74rem;
  }

  .nav-actions {
    grid-template-columns: 1fr;
  }

  .nav-phone,
  .nav-quote-btn {
    width: 100%;
  }

  .nav-phone {
    justify-content: center;
  }

  .nav-quote-btn {
    min-height: 54px;
  }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.main-nav a:focus-visible,
.custom-nav-toggler:focus-visible {
  outline: 3px solid rgba(32, 199, 255, .48);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

  .nav-phone-icon::after,
  .nav-quote-btn::before {
    animation: none;
  }
}


/* =========================================================
   28. TABLET PORTRAIT
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .hero-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 36px;
  }

  .hero-service-area {
    margin-top: 20px;
  }
}


/* =========================================================
   29. MOBILE RESPONSIVE
========================================================= */

@media (max-width: 767px) {
  html {
    scroll-padding-top: 82px;
  }

  .navbar {
    min-height: 76px;
  }

  #logo {
    width: 138px;
  }

  .section-padding {
    padding: 70px 0;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 105px 0 95px;
    text-align: left;
    background:
      linear-gradient(180deg,
        rgba(5, 24, 47, .98) 0%,
        rgba(5, 24, 47, .91) 58%,
        rgba(5, 24, 47, .82) 100%),
      url("/assets/img/houses/resized/modern-home-exterior-soft-washing-driveway-view.png") center center / cover no-repeat;
  }

  .hero::before {
    background: rgba(5, 24, 47, .18);
  }

  .hero::after {
    bottom: -42px;
    height: 70px;
    border-top-width: 4px;
    transform: rotate(-2deg);
  }

  .section-label {
    display: block;
    max-width: 100%;
    font-size: .7rem;
    line-height: 1.45;
    letter-spacing: .08em;
  }

  .hero h1 {
    max-width: 100%;
    margin-bottom: 1rem !important;
    font-size: clamp(2.25rem, 11.5vw, 3.65rem);
    line-height: 1.02;
    letter-spacing: -1.8px;
  }

  .hero p {
    max-width: 100%;
    margin-bottom: 1.4rem !important;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero .btn {
    width: 100%;
    justify-content: center;
  }

  .hero .d-flex.flex-wrap.gap-3 {
    gap: .85rem !important;
    margin-bottom: 1.5rem !important;
  }

  .hero-trust-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .trust-box {
    padding: 18px;
  }

  .hero-service-area {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
  }

  .hero-service-area strong,
  .hero-service-area p {
    font-size: .9rem;
  }

  .trust-pill {
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 .55rem;
    padding: .7rem .85rem;
    border-radius: 14px;
    font-size: .82rem;
  }

  .quick-services {
    padding: 22px 0;
  }

  .quick-services-grid {
    grid-template-columns: 1fr;
  }

  .quick-service {
    padding: 16px;
  }

  .quick-service i {
    font-size: 1.9rem;
  }

  .services-intro-card {
    gap: 14px;
    padding: 22px;
  }

  .services-intro-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 1.3rem;
  }

  .services-intro-label {
    font-size: .82rem;
  }

  .services-intro-card p {
    font-size: .94rem;
  }

  .service-image-card {
    min-height: 390px;
    border-radius: 24px;
  }

  .service-image-content {
    padding: 24px;
  }

  .service-image-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 1.35rem;
  }

  .service-image-card h3 {
    font-size: 1.45rem;
  }

  .service-image-card p {
    max-width: 100%;
    font-size: .94rem;
    line-height: 1.55;
  }

  .cta-band {
    padding: 34px;
  }

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

  .image-card,
  .image-card img {
    min-height: 300px;
  }

  .quote-section-heading {
    margin-bottom: 34px;
  }

  .coverage-card {
    margin-bottom: 38px;
    border-radius: 24px;
  }

  .coverage-map-wrap,
  #service-map {
    min-height: 650px;
  }

  .coverage-map-badge {
    top: 18px;
    right: 18px;
    left: 18px;
    justify-content: center;
    text-align: center;
  }

  .coverage-map-content {
    top: 86px;
    left: 22px;
    width: calc(100% - 44px);
  }

  .coverage-map-content h3 {
    font-size: 2.35rem;
  }

  .coverage-map-content p {
    max-width: 420px;
  }

  .coverage-stats {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .coverage-stat {
    min-width: 0;
    padding: 14px 8px;
  }

  .coverage-stat strong {
    font-size: 1.15rem;
  }

  .coverage-stat span {
    font-size: .56rem;
  }

  .coverage-cities {
    padding: 24px 20px;
  }

  .coverage-cities-heading {
    display: block;
  }

  .coverage-cities-heading small {
    display: block;
    margin-top: 6px;
  }

  .coverage-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-info-card,
  .quote-card {
    border-radius: 22px;
  }

  .quote-info-card {
    padding: 28px 24px;
  }

  .quote-form-heading {
    align-items: flex-start;
  }

  .quote-form-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .floating-call {
    right: 18px;
    left: 18px;
    text-align: center;
  }
}


/* =========================================================
   30. SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .coverage-map-wrap,
  #service-map {
    min-height: 690px;
  }

  .coverage-map-content h3 {
    font-size: 2rem;
  }

  .coverage-map-content p {
    font-size: .9rem;
  }

  .coverage-call-btn {
    width: 100%;
    text-align: center;
  }

  .coverage-city-grid {
    grid-template-columns: 1fr;
  }

  .coverage-city-grid span {
    justify-content: flex-start;
    padding-left: 14px;
  }

  .coverage-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .coverage-stat+.coverage-stat {
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .quote-form-heading h3 {
    font-size: 1.45rem;
  }

  .quote-form-icon {
    display: none;
  }

  .quote-card {
    padding: 24px 20px;
  }

  .photo-upload-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .photo-upload-wrap>i {
    margin: 0 auto;
  }
}


/* =========================================================
   31. TOUCH DEVICES
========================================================= */

@media (hover: none) {
  .service-image-content {
    transform: translateY(0);
  }

  .service-image-card p,
  .service-card-action {
    opacity: 1;
    transform: translateY(0);
  }

  .service-image-overlay {
    background:
      linear-gradient(180deg,
        rgba(5, 24, 47, .12) 0%,
        rgba(5, 24, 47, .48) 42%,
        rgba(5, 24, 47, .98) 100%);
  }
}


/* =========================================================
   32. REDUCED MOTION ACCESSIBILITY
========================================================= */

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

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

/* =========================================================
              CLEANER HERO LEFT SIDE
            ========================================================= */

.hero-upgraded .col-lg-7 {
  position: relative;
  z-index: 2;
}

.hero-rating {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 9px 15px;
  border: 1px solid rgba(63, 207, 255, .24);
  border-radius: 999px;
  background: rgba(4, 22, 42, .58);
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .035em;
  backdrop-filter: blur(12px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .15),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

.hero-stars {
  display: flex;
  gap: 3px;
  color: #ffc83d;
  font-size: .72rem;
}

.hero-title {
  max-width: 780px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.hero-title-accent {
  position: relative;
  display: inline-block;
  color: #35c9ff;
  background: linear-gradient(90deg,
      #31caff 0%,
      #62ddff 48%,
      #1498f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 25px rgba(39, 195, 255, .2));
}

.hero-title-accent::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -.12em;
  left: 1%;
  height: .08em;
  border-radius: 999px;
  background: linear-gradient(90deg,
      rgba(49, 202, 255, .15),
      #31caff,
      rgba(20, 152, 242, .12));
  transform: rotate(-1deg);
}

.hero-title-line {
  width: 92px;
  height: 4px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      #35c9ff,
      rgba(53, 201, 255, .1));
  box-shadow: 0 0 24px rgba(53, 201, 255, .35);
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.78;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-highlights>div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .9);
  font-size: .79rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-highlights i {
  color: #35c9ff;
  font-size: .9rem;
  filter: drop-shadow(0 0 8px rgba(53, 201, 255, .35));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 16px;
  font-size: .79rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.hero-bottom-trust {
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.hero-customer-circle {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(53, 201, 255, .22);
  border-radius: 15px;
  background:
    linear-gradient(145deg,
      rgba(53, 201, 255, .18),
      rgba(53, 201, 255, .05));
  color: #4cd4ff;
  font-size: 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.hero-bottom-trust div:last-child {
  display: flex;
  flex-direction: column;
}

.hero-bottom-trust strong {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.hero-bottom-trust span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .52);
  font-size: .74rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .hero-title {
    max-width: 700px;
    font-size: clamp(3rem, 8vw, 4.8rem);
  }

  .hero-copy {
    max-width: 640px;
  }
}

@media (max-width: 575px) {
  .hero-rating {
    align-items: flex-start;
    border-radius: 18px;
    font-size: .66rem;
    line-height: 1.4;
  }

  .hero-title {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 1.02;
  }

  .hero-title-line {
    margin-top: 23px;
  }

  .hero-highlights {
    display: grid;
  }

  .hero-highlights>div {
    width: fit-content;
  }

  .hero-actions {
    display: grid;
  }

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

  .hero-bottom-trust {
    align-items: flex-start;
  }
}

/* =========================================================
   HERO BUTTON FIX
========================================================= */

.hero-actions .btn-brand,
.hero-actions .btn-brand:visited {
  color: #fff !important;
}

.hero-actions .btn-brand:hover,
.hero-actions .btn-brand:focus {
  color: #fff !important;
}

.hero-actions .btn-outline-brand,
.hero-actions .btn-outline-brand:visited {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .06);
}

.hero-actions .btn-outline-brand:hover,
.hero-actions .btn-outline-brand:focus {
  color: #fff !important;
  background: rgba(53, 201, 255, .15);
  border-color: #35c9ff;
}


.hero-copy {
  margin-bottom: 1.75rem;
}

.hero-highlights {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.hero-actions {
  margin-top: 0 !important;
}

.hero-bottom-trust {
  margin-top: 2rem !important;
}

/* =========================================================
   SELECTED PHOTO LIST
========================================================= */

.photo-selection-list {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(53, 201, 255, .16);
  border-radius: 15px;
  background: rgba(53, 201, 255, .055);
}

.photo-selection-list:empty {
  display: none;
}

.photo-selection-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy, #082442);
  font-size: .85rem;
}

.photo-selection-heading i {
  color: #1498f2;
  font-size: 1rem;
}

.photo-selection-items {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.photo-selection-items li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #5b6775;
  font-size: .78rem;
}

.photo-selection-items li i {
  flex: 0 0 auto;
  color: #16a36a;
}

.photo-selection-items li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-quote-cta{
    border-radius:50px;
    padding:.95rem 2.2rem;
    font-weight:700;
    letter-spacing:.4px;
    box-shadow:0 10px 30px rgba(0,132,255,.28);
    transition:.35s;
}

.btn-quote-cta:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,132,255,.42);
}
.btn-brand{
    color:#fff !important;
}

.process-cta{
    background:#00cfff;
    color:#071b34 !important;
    font-weight:700;
    padding:16px 34px;
    border-radius:999px;
    border:none;
    box-shadow:0 15px 35px rgba(0,207,255,.35);
    transition:.3s ease;
}

.process-cta:hover{
    transform:translateY(-4px);
    background:#26d8ff;
    box-shadow:0 20px 45px rgba(0,207,255,.45);
}

.before-after-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.06);
    transition:.35s ease;
    height:100%;
}

.before-after-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 60px rgba(7,27,52,.12);
}

.ba-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:320px;
}

.ba-grid>div{
    position:relative;
    background-size:cover;
    background-position:center;
    transition:.45s;
}

.before-after-card:hover .ba-grid>div{
    transform:scale(1.03);
}

.ba-grid::after{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:2px;
    background:rgba(255,255,255,.8);
    transform:translateX(-50%);
    z-index:2;
}

.ba-label{
    position:absolute;
    top:18px;
    left:18px;
    background:rgba(7,27,52,.88);
    color:#fff;
    font-size:.8rem;
    font-weight:700;
    padding:.45rem 1rem;
    border-radius:999px;
    letter-spacing:.4px;
}

.before-after-card h4{
    font-weight:700;
    margin-bottom:1rem;
}

.before-after-card p{
    line-height:1.7;
}

.btn-brand{

    transition:all .3s ease;

}

.btn-brand:hover{

    transform:translateY(-3px);

    box-shadow:0 16px 40px rgba(0,0,0,.18);

}

.arrow-icon{

    display:inline-block;
    transition:transform .3s ease;

}

.btn-brand:hover .arrow-icon{

    transform:translateX(6px);

}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .79);
  font-size: .72rem;
  font-weight: 800;
}

.trust-items i {
  color: #38cbff;
}


/* =====================================================
   MOBILE NAVBAR FIX
====================================================== */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.navbar {
  width: 100%;
  max-width: 100%;
}

.navbar > .container,
.navbar > .container-fluid {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

@media (max-width: 991.98px) {

  .navbar {
    left: 0;
    right: 0;
    padding: 12px;
  }

  .navbar > .container,
  .navbar > .container-fluid {
    min-height: 92px;
    padding: 12px 16px;
    border-radius: 24px;
  }

  .navbar-brand {
    flex: 0 1 auto;
    max-width: calc(100% - 82px);
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .navbar-brand img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 66px;
    object-fit: contain;
    object-position: left center;
  }

  .navbar-toggler {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-left: auto;
    padding: 0;
    border-radius: 20px;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 14px;
  }

  .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 575.98px) {

  .navbar {
    padding: 8px;
  }

  .navbar > .container,
  .navbar > .container-fluid {
    min-height: 82px;
    padding: 10px 12px;
    border-radius: 20px;
  }

  .navbar-brand {
    max-width: calc(100% - 68px);
  }

  .navbar-brand img {
    height: 56px;
  }

  .navbar-toggler {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }
}