/* =========================================================
   QUALITY CARPET CLEANING
   BOOTSTRAP 5 + ARIAL
   DESKTOP + FULLY RESPONSIVE MOBILE
========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #E6E6C4;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-shell {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}


/* =========================================================
   SERVICES PAGE
========================================================= */

.services-page-section {
  width: 100%;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.services-page-section h1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #111;
}

.estimate-text {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.estimate-text h2 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: #000;
}

.estimate-text p {
  margin: 5px 0 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #0a0a0a;
}

.services-page-section h1::after {
  content: "";
  height: 1px;
  background: #111;
  flex: 1;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.services-list-page {
  width: 100%;
}

.service-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #111;
}

.service-check {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #085261;
  color: #fff;
}

.service-check i {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.service-list-item strong {
  font-weight: 700;
}

.service-list-item:nth-child(9),
.service-list-item:nth-child(10) {
  margin-bottom: 12px;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
  background: #fff;
  border-top: 2px solid black;
  border-bottom: 1px solid #e5e5e5;
}

.header-main {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0 18px;
  background: #000;
}

.brand {
  display: block;
  width: 450px;
  height: 82px;
  overflow: hidden;
}

.brand img {
  display: block;
  margin-top: 5px;
}

.header-right {
  margin-left: auto;
  width: 580px;
}

.top-links {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-links a {
  color: #A8C843;
  font-size: 12px;
  padding: 0 14px;
  border-right: 1px solid #ddd;
  line-height: 15px;
}

.top-links a:last-child {
  border-right: 0;
}

.top-links .phone-link {
  font-size: 20px;
  padding-right: 0;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 17px;
}

.desktop-nav a {
  color: white;
  font-size: 15px;
  padding: 7px 13px 10px;
}

.desktop-nav a i {
  color: white;
  margin-right: 5px;
}

.desktop-nav a.active {
  color: #8ebc45;
  border-bottom: 3px solid #8ebc45;
}


/* =========================================================
   DESKTOP DROPDOWN
========================================================= */

.nav-dropdown {
  position: relative;
}

.desktop-nav .nav-dropdown-toggle {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 7px 13px 10px;
  white-space: nowrap;
}

.desktop-nav .nav-dropdown-toggle:hover,
.desktop-nav .nav-dropdown:hover > .nav-dropdown-toggle {
  color: #A8C843;
  border-bottom: 3px solid black;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 235px;
  padding: 6px 0;
  background: #000;
  border-top: 3px solid black;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.upholstery-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 40px;
  padding-left: 20px;
}

.nav-dropdown:hover > .nav-dropdown-menu {
  display: block;
}

.nav-dropdown-menu a {
  display: block;
  padding: 8px 13px !important;
  color: #fff !important;
  font-size: 13px !important;
  border: 0 !important;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: #f4f4f4;
  color: black !important;
}

.service-area-menu {
  min-width: 190px;
}


/* =========================================================
   MOBILE ELEMENTS - DESKTOP HIDDEN
========================================================= */

.mobile-top-phone,
.mobile-menu-btn,
.mobile-nav,
.mobile-icon-nav {
  display: none;
}


/* =========================================================
   PAGE LAYOUT
========================================================= */

.page-layout {
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr);
  gap: 12px;
  padding: 0;
}


/* =========================================================
   LEFT SIDEBAR
========================================================= */

.left-sidebar {
  background: #A8C843;
  color: #fff;
  padding: 22px 15px;
  min-height: 1060px;
}

.side-box {
  margin-bottom: 18px;
}

.side-box h3,
.mobile-side-section h3 {
  background: #fff;
  color: black;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  padding: 2px 8px 27px 9px;
  font-weight: 700;
}

.side-box a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.side-box a:hover {
  text-decoration: underline;
}

.side-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}


/* =========================================================
   BADGES
========================================================= */

.badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.badge-item img {
  max-width: 110px;
  height: auto;
  display: block;
}

.badge-item strong {
  font-size: 12px;
  color: #fff;
}

.payment-badge {
  display: flex;
  justify-content: center;
  width: 100%;
}

.payment-badge img {
  width: 130px;
  height: auto;
  display: block;
}


/* =========================================================
   MAIN
========================================================= */

.main-content {
  min-width: 0;
}


/* =========================================================
   HERO
========================================================= */

.hero {
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.hero-call {
  position: absolute;
  right: 48px;
  top: 200px;
  width: 285px;
  text-align: center;
}

.hero-btn {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  background: #085261;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.hero-btn:hover {
  background: black;
  color: #fff;
}

.hero-call strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}

.number-home {
  display: block;
  margin-top: 4px;
  color: #A8C843;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.3px;
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 0.65),
    0 4px 8px rgba(0, 0, 0, 0.45);
  animation: phoneMove 2.2s ease-in-out infinite;
  transition: color 0.3s ease;
}

.number-home:hover {
  color: #A8C843;
}

@keyframes phoneMove {
  0% {
    transform: translateX(0) scale(1);
  }

  25% {
    transform: translateX(2px) scale(1.015);
  }

  50% {
    transform: translateX(0) scale(1.03);
  }

  75% {
    transform: translateX(-2px) scale(1.015);
  }

  100% {
    transform: translateX(0) scale(1);
  }
}

.number-home i {
  font-size: 18px;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip {
  height: 86px;
  width: 100%;
  background: #085261;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.trust-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.12;
  font-family: Arial, sans-serif;
  white-space: nowrap;
}

.trust-item:nth-child(1) {
  width: 187px;
}

.trust-item:nth-child(2) {
  width: 191px;
}

.trust-item i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.yelp {
  width: 175px;
  display: flex;
  align-items: center;
}

.yelp-icon {
  width: 137px;
  height: auto;
  display: block;
}

.same-day {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  background: #fff;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  padding: 0 8px;
}

.same-day:hover {
  color: #37822b;
  text-decoration: underline;
}


/* =========================================================
   CONTENT GRID
========================================================= */

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 32px;
  padding: 15px 10px 0;
}

.center-column {
  min-width: 0;
}


/* =========================================================
   WHY CHOOSE
========================================================= */

.why-section h1 {
  margin: 0 0 13px;
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
}

.why-title {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 7px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: 600;
  color: black;
  font: 18px/1.2 Arial, Helvetica, sans-serif;
  cursor: pointer;
  position: relative;
}

.why-title:hover {
  color: #A8C843;
  text-decoration: none;
}

.why-title span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.why-title span i {
  color: black;
  font-size: 11px;
}

.toggle-icon {
  color: #9b4289;
  font-size: 10px;
  transition: transform 0.2s ease;
}

.why-item.active .toggle-icon {
  transform: rotate(45deg);
}

.why-title {
  padding-left: 38px !important;
}

.why-title::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1.5px solid #085261;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.25s ease;
  color: #085261;
}

.why-item.active .why-title::before {
  content: "−";
  font-size: 18px;
}

.why-content {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px 9px;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

.why-item.active .why-content {
  max-height: 500px;
  opacity: 1;
}


/* =========================================================
   QUOTE
========================================================= */

.quote-box {
  margin-top: 18px;
  border-top: 2px solid #bd5da6;
  background: #f7f5f5;
  text-align: center;
  padding: 17px 10px 15px;
}

.quote-box p {
  margin: 0 0 12px;
  font-size: 15px;
}

.schedule-btn {
  display: inline-block;
  background: #085261;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
  padding: 11px 28px;
  border-radius: 4px;
}

.schedule-btn:hover {
  background: black;
  color: #fff;
}

.call-us {
  margin-top: 9px;
  font-size: 22px;
}

.call-us a {
  color: black;
  font-size: 22px;
}

.call-us i {
  font-size: 16px;
  color: #fff;
  background: #085261;
  padding: 4px;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 18px;
  margin-top: 18px;
  padding: 15px 0;
}

.side-box a::before,
.mobile-side-section a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  margin-right: 7px;
}

.service-card {
  min-width: 0;
}

.service-card h3 {
  margin: 0 0 7px;
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.service-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-card a {
  display: block;
  height: 31px;
  line-height: 31px;
  padding-left: 8px;
  background: #085261;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.service-card:hover h3 {
  color: #085261;
}

.service-card:hover a {
  color: #fff;
  background: #A8C843;
}


/* =========================================================
   ARTICLES
========================================================= */

.right-articles h2,
.articles-mobile h2 {
  margin: 0 0 8px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

.right-articles article {
  margin-bottom: 14px;
}

.article-img {
  width: 90px;
  height: 68px;
  float: left;
  margin: 0 8px 5px 0;
  overflow: hidden;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-articles article a {
  color: #085261;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.1;
}

.right-articles article p {
  font-size: 14px;
  line-height: 1.35;
  margin: 4px 0 0;
}

.right-articles article::after {
  content: "";
  display: block;
  clear: both;
}

.articles-mobile {
  display: none;
}


/* =========================================================
   MOBILE SIDEBAR
========================================================= */

.mobile-sidebar {
  display: none;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  background: #303334;
  color: #aaa;
  margin-top: 0;
  padding: 40px 28px 0;
}

.footer-links a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #ddd;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid #444;
}

.footer-links a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  margin-right: 7px;
}

.footer-links a:hover {
  color: #A8C843;
}

.footer-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 150px;
  margin: 55px auto 70px;
}

.copyright {
  margin: 0 -28px;
  padding: 12px;
  border-top: 1px solid #454747;
  text-align: center;
  color: #777;
  font-size: 15px;
  font-weight: 500;
  background: #000;
}


/* =========================================================
   BACK TOP
========================================================= */

.back-top {
  position: fixed;
  right: 18px;
  bottom: 15px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: #444;
  color: #fff;
  display: none;
}


/* =========================================================
   ABOUT US
========================================================= */

.about-section {
  width: 100%;
  padding: 0 0 30px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

.about-section h1 {
  margin: 0 0 18px;
  padding-bottom: 7px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #085261;
  border-bottom: 1px solid #222;
  position: relative;
}

.about-section h1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 58%;
  height: 1px;
  background: #222;
}

.about-section h2 {
  margin: 21px 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

.about-section p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #111;
}

.about-section ul {
  margin: 0 0 20px;
  padding-left: 40px;
}

.about-section li {
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  line-height: 1.45;
  color: #111;
}

.about-section li strong,
.about-section p strong {
  font-weight: 700;
}


/* =========================================================
   SERVICE AREA
========================================================= */

.service-area-section {
  background: #085261;
  color: #fff;
  padding: 82px 20px 70px;
  overflow: hidden;
}

.service-area-section .container {
  max-width: 1110px;
}

.service-area-header h2 {
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.15;
}

.service-area-header p {
  margin: 38px auto 0;
  max-width: 900px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.service-city-list {
  margin-top: 82px;
}

.service-city-list > div {
  padding-left: 22px;
  padding-right: 22px;
}

.service-city-list ul {
  margin: 0;
  padding-left: 20px;
}

.service-city-list li {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  padding-left: 0;
}

.service-city-list li::marker {
  font-size: 11px;
}


/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {

  .site-shell {
    width: 100%;
  }

  .page-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .header-main {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    width: 330px;
  }

  .header-right {
    width: auto;
  }

  .desktop-nav a,
  .desktop-nav .nav-dropdown-toggle {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-grid {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 20px;
  }

  .hero-call {
    right: 30px;
    top: 28%;
    width: 240px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-area-section {
    padding: 65px 20px 55px;
  }

  .service-area-header h2 {
    font-size: 48px;
  }

  .service-area-header p {
    margin-top: 28px;
    font-size: 17px;
  }

  .service-city-list {
    margin-top: 55px;
  }

  .service-city-list > div {
    margin-bottom: 25px;
  }
}


/* =========================================================
   MOBILE
   320px - 767px
========================================================= */

@media (max-width: 767px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #fff;
    font-size: 14px;
    line-height: 1.45;
  }

  .site-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
  }


  /* =======================================================
     MOBILE HEADER
  ======================================================= */

  .site-header {
    border-top-width: 1px;
  }

  .mobile-top-phone {
    width: 100%;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    line-height: 1;
    color: #222;
  }

  .mobile-top-phone a {
    color: #222;
  }

  .mobile-top-phone span {
    background: #444;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 1;
  }


  /* =======================================================
     MOBILE LOGO
  ======================================================= */

  .header-main {
    width: 100%;
    height: 58px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
  }

  .brand {
    width: calc(100% - 48px);
    max-width: 230px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .brand img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 44px;
    object-fit: contain;
    object-position: left center;
    margin: 0;
  }

  .header-right {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: 0 0 38px;
    width: 38px;
    height: 34px;
    border: 1px solid #000;
    background: #A8C843;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0;
  }


  /* =======================================================
     MOBILE ICON NAV
  ======================================================= */

  .mobile-icon-nav {
    display: grid;
    grid-template-columns:
      minmax(0, 0.9fr)
      minmax(0, 1.4fr)
      minmax(0, 0.9fr)
      minmax(0, 0.7fr)
      minmax(0, 1fr);

    width: 100%;
    height: 34px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }

  .mobile-icon-nav a {
    min-width: 0;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0 3px;
    color: #085261;
    background: #fff;
    border-right: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
  }

  .mobile-icon-nav a:last-child {
    border-right: 0;
  }

  .mobile-icon-nav i {
    flex: 0 0 auto;
    color: #085261;
    font-size: 11px;
    line-height: 1;
  }

  .mobile-icon-nav span {
    min-width: 0;
    overflow: hidden;
   
    white-space: nowrap;
  }


  /* =======================================================
     MOBILE MENU
  ======================================================= */

  .mobile-nav {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .mobile-nav.open {
    display: block;
  }

  .mobile-nav > a,
  .mobile-nav-group > a {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #555;
    font: 14px/1.3 Arial, Helvetica, sans-serif;
    text-align: left;
  }

  .mobile-nav-group {
    position: relative;
  }

  .mobile-nav-group .mobile-submenu {
    display: none;
  }

  .mobile-nav-group:hover .mobile-submenu,
  .mobile-nav-group:focus-within .mobile-submenu {
    display: block;
  }

  .mobile-nav-group > a:hover {
    color: black;
  }

  .mobile-submenu a {
    display: block;
    padding: 8px 22px;
    color: #777;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    line-height: 1.3;
  }


  /* =======================================================
     PAGE
  ======================================================= */

  .page-layout {
    display: block;
    width: 100%;
  }

  .left-sidebar {
    display: none;
  }

  .main-content {
    width: 100%;
    min-width: 0;
  }


  /* =======================================================
     HERO
  ======================================================= */

  .hero {
    width: 100%;
    height: auto;
    min-height: 170px;
    position: relative;
    overflow: hidden;
  }

  .hero > img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
    object-fit: cover;
    object-position: center;
  }

  .hero-call {
    right: 6%;
    top: 36%;
    width: 30%;
    min-width: 105px;
    max-width: 150px;
    text-align: center;
  }

  .hero-btn {
    width: 100%;
    height: auto;
    min-height: 28px;
    line-height: 1.2;
    padding: 7px 5px;
    font-size: 9px;
    font-weight: bold;
  }

  .hero-call strong {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.2;
  }

  .number-home {
    display: block;
    margin-top: 3px;
    font-size: clamp(12px, 3.5vw, 16px);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .number-home i {
    font-size: clamp(9px, 2.8vw, 12px);
  }


  /* =======================================================
     TRUST STRIP
  ======================================================= */

  .trust-strip {
    width: 100%;
    min-height: 100px;
    height: auto;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    background: #085261;
  }

  .trust-list {
    width: 100%;
    min-height: 80px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: center;
    gap: 8px 4px;
  }

  .trust-item {
    width: 100% !important;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
    text-align: left;
  }

  .trust-item i {
    width: 27px;
    height: 27px;
    min-width: 27px;
    margin-right: 5px;
    font-size: 15px;
  }

  .yelp {
    width: 100% !important;
    justify-content: center;
  }

  .yelp-icon {
    width: 120px;
    height: auto;
  }

  .same-day {
    /* width: clamp(78px, 25vw, 105px); */
    height: auto;
    min-height: 32px;
    padding: 5px;
    font-size: 8px;
    line-height: 1.2;
  }


  /* =======================================================
     CONTENT
  ======================================================= */

  .content-grid {
    display: block;
    width: 100%;
    padding: 18px 15px 0;
  }

  .center-column {
    width: 100%;
  }

  .right-articles {
    display: none;
  }


  /* =======================================================
     WHY SECTION
  ======================================================= */

  .why-section {
    width: 100%;
  }

  .why-section h1 {
    margin: 0 0 8px;
    font-size: clamp(16px, 4.5vw, 20px);
    line-height: 1.25;
  }

  .why-title {
    width: 100%;
    min-height: 40px;
    padding: 7px 6px 7px 34px !important;
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.3;
  }

  .why-title span {
    gap: 5px;
  }

  .why-title span i {
    font-size: 9px;
  }

  .toggle-icon {
    font-size: 9px;
  }

  .why-title::before {
    left: 2px;
    width: 23px;
    height: 23px;
    font-size: 17px;
  }

  .why-item.active .why-title::before {
    font-size: 17px;
  }

  .why-content {
    width: 100%;
    padding: 4px 8px 8px 34px;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.5;
  }


  /* =======================================================
     QUOTE
  ======================================================= */

  .quote-box {
    width: 100%;
    margin-top: 12px;
    padding: 14px 8px;
  }

  .quote-box p {
    margin-bottom: 9px;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.4;
  }

  .schedule-btn {
    max-width: 100%;
    padding: 11px 20px;
    font-size: 13px;
    line-height: 1.2;
  }

  .call-us {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.3;
  }

  .call-us a {
    font-size: 15px;
  }

  .call-us i {
    font-size: 12px;
    padding: 4px;
  }


  /* =======================================================
     SERVICES
  ======================================================= */

  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 18px;
    margin-top: 12px;
    padding: 12px 0;
  }

  .service-card {
    width: 100%;
    min-width: 0;
  }

  .service-card h3 {
    margin: 0 0 8px;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.3;
  }

  .service-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .service-card a {
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    font-size: 13px;
  }


  /* =======================================================
     MOBILE ARTICLES
  ======================================================= */

  .articles-mobile {
    display: block;
    width: 100%;
    margin-top: 12px;
  }

  .articles-mobile h2 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .article-feature {
    width: 100%;
    display: flex;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
  }

  .article-feature img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    flex: 0 0 70px;
  }

  .article-feature a {
    color: #e21e24;
    font-size: 13px;
    line-height: 1.25;
  }

  .article-feature p {
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 1.45;
  }


  /* =======================================================
     MOBILE SIDEBAR
  ======================================================= */

  .mobile-sidebar {
    display: block;
    width: 100%;
    background: #A8C843;
    color: #fff;
    margin-top: 12px;
    padding: 10px;
  }

  .mobile-side-section {
    width: 100%;
    margin-bottom: 12px;
  }

  .mobile-side-section h3 {
    width: 100%;
    height: auto;
    min-height: 30px;
    line-height: 1.25;
    margin: 0 0 6px;
    padding: 7px 8px;
    font-size: 14px;
    color: #000;
    background: #fff;
  }

  .mobile-side-section a {
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding: 7px 3px;
    font-size: 13px;
    line-height: 1.35;
  }

  .mobile-side-section a::before {
    font-size: 12px;
    margin-right: 6px;
  }

  .mobile-side-section p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 3px;
  }

  .mobile-sidebar .badges {
    margin-top: 12px;
    gap: 12px;
  }

  .mobile-sidebar .badge-item img {
    max-width: 90px;
  }

  .mobile-sidebar .badge-item strong {
    font-size: 9px;
  }

  .mobile-sidebar .payment-badge img {
    width: 90px;
  }


  /* =======================================================
     FOOTER
  ======================================================= */

  .site-footer {
    width: 100%;
    margin-top: 0;
    padding: 25px 14px 0;
    background: #303334;
  }

  .footer-links a {
    width: 100%;
    height: auto;
    min-height: 38px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
  }

  .footer-links a::before {
    font-size: 12px;
    margin-right: 6px;
  }

  .footer-cards {
    width: 100%;
    max-width: 120px;
    margin: 30px auto 35px;
  }

  .footer-cards .payment-badge img {
    width: 90px;
  }

  .copyright {
    margin: 0 -14px;
    padding: 10px 8px;
    font-size: 10px;
    line-height: 1.4;
  }


  /* =======================================================
     BACK TOP
  ======================================================= */

  .back-top {
    display: block;
    width: 32px;
    height: 32px;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
  }


  /* =======================================================
     SERVICES PAGE
  ======================================================= */

  .services-page-section {
    width: 100%;
  }

  .services-page-section h1 {
    font-size: clamp(18px, 5vw, 21px);
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .estimate-text {
    margin-bottom: 13px;
  }

  .estimate-text h2 {
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1.2;
  }

  .estimate-text p {
    font-size: 13px;
    line-height: 1.4;
  }

  .service-list-item {
    gap: 9px;
    margin-bottom: 11px;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.45;
  }

  .service-check {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .service-check i {
    font-size: 16px;
  }


  /* =======================================================
     ABOUT US
  ======================================================= */

  .about-section {
    width: 100%;
    padding: 0 0 25px;
  }

  .about-section h1 {
    margin-bottom: 15px;
    padding-bottom: 7px;
    font-size: clamp(19px, 5.5vw, 22px);
    line-height: 1.25;
  }

  .about-section h1::after {
    width: 55%;
  }

  .about-section h2 {
    margin: 18px 0 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .about-section p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.55;
  }

  .about-section ul {
    margin-bottom: 18px;
    padding-left: 25px;
  }

  .about-section li {
    margin-bottom: 5px;
    padding-left: 1px;
    font-size: 14px;
    line-height: 1.5;
  }


  /* =======================================================
     SERVICE AREA
  ======================================================= */

  .service-area-section {
    width: 100%;
    padding: 50px 18px 45px;
  }

  .service-area-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .service-area-header h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.15;
  }

  .service-area-header p {
    margin: 22px auto 0;
    max-width: 100%;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.55;
  }

  .service-city-list {
    margin-top: 35px;
  }

  .service-city-list > div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px;
  }

  .service-city-list ul {
    margin: 0;
    padding-left: 20px;
  }

  .service-city-list li {
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.7;
  }

  .service-city-list li::marker {
    font-size: 9px;
  }
}


/* =========================================================
   SMALL MOBILE
   381px - 575px
========================================================= */

@media (min-width: 381px) and (max-width: 575.98px) {

  .hero {
    min-height: 190px;
  }

  .hero > img {
    min-height: 190px;
  }

  .hero-call {
    right: 7%;
    top: 36%;
    width: 31%;
  }

  .content-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-card img {
    aspect-ratio: 16 / 9;
  }

  .trust-strip {
    min-height: 104px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
   320px - 380px
========================================================= */

@media (max-width: 380px) {

  body {
    font-size: 13px;
  }

  .header-main {
    height: 54px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .brand {
    height: 46px;
    max-width: calc(100% - 45px);
  }

  .brand img {
    height: 40px;
  }

  .mobile-menu-btn {
    flex-basis: 35px;
    width: 35px;
    height: 32px;
    font-size: 17px;
  }


  /* Mobile nav */

  .mobile-icon-nav {
    height: 32px;
    grid-template-columns:
      0.85fr
      1.35fr
      0.85fr
      0.65fr
      0.95fr;
  }

  .mobile-icon-nav a {
    height: 31px;
    gap: 2px;
    padding: 0 2px;
    font-size: 10px;
  }

  .mobile-icon-nav i {
    font-size: 10px;
  }


  /* Hero */

  .hero {
    min-height: 175px;
  }

  .hero > img {
    min-height: 175px;
  }

  .hero-call {
    right: 5%;
    top: 35%;
    width: 31%;
    min-width: 100px;
  }

  .hero-btn {
    min-height: 26px;
    padding: 6px 4px;
    font-size: 8px;
  }

  .hero-call strong {
    font-size: 10px;
  }

  .number-home {
    font-size: 13px;
  }

  .number-home i {
    font-size: 9px;
  }


  /* Trust */

  .trust-strip {
    min-height: 94px;
    padding: 8px 5px;
  }

  .trust-list {
    min-height: 78px;
    gap: 5px 2px;
  }

  .trust-item {
    font-size: 9px;
  }

  .trust-item i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 13px;
    margin-right: 4px;
  }

  .yelp-icon {
    width: 112px;
  }

  .same-day {
    width: 110px;
    min-height: 29px;
    font-size: 8px;
  }


  /* Content */

  .content-grid {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
  }


  /* Why */

  .why-section h1 {
    font-size: 16px;
  }

  .why-title {
    min-height: 38px;
    padding-left: 32px !important;
    padding-right: 5px;
    font-size: 14px;
  }

  .why-title::before {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }

  .why-content {
    padding-left: 32px;
    font-size: 13px;
  }


  /* Quote */

  .quote-box {
    padding: 12px 6px;
  }

  .quote-box p {
    font-size: 13px;
  }

  .schedule-btn {
    padding: 10px 17px;
    font-size: 12px;
  }

  .call-us,
  .call-us a {
    font-size: 14px;
  }


  /* Services */

  .services-grid {
    gap: 15px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .service-card h3 {
    font-size: 13px;
  }

  .service-card img {
    aspect-ratio: 16 / 9;
  }

  .service-card a {
    min-height: 38px;
    padding: 9px 7px;
    font-size: 12px;
  }


  /* Articles */

  .article-feature {
    gap: 7px;
  }

  .article-feature img {
    width: 62px;
    height: 46px;
    flex: 0 0 62px;
  }

  .article-feature a {
    font-size: 12px;
  }

  .article-feature p {
    font-size: 11px;
    line-height: 1.4;
  }


  /* Sidebar */

  .mobile-sidebar {
    padding: 8px;
  }

  .mobile-side-section h3 {
    min-height: 28px;
    padding: 6px 7px;
    font-size: 12px;
  }

  .mobile-side-section a {
    padding: 6px 2px;
    font-size: 12px;
  }

  .mobile-side-section p {
    font-size: 12px;
  }

  .mobile-sidebar .badge-item img {
    max-width: 82px;
  }

  .mobile-sidebar .badge-item strong {
    font-size: 8px;
  }


  /* Footer */

  .site-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-links a {
    min-height: 34px;
    font-size: 12px;
  }

  .footer-links a::before {
    font-size: 11px;
  }

  .copyright {
    margin-left: -12px;
    margin-right: -12px;
    font-size: 9px;
  }


  /* Services page */

  .services-page-section h1 {
    font-size: 18px;
  }

  .service-list-item {
    gap: 8px;
    font-size: 13px;
  }

  .service-check {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .service-check i {
    font-size: 15px;
  }


  /* About */

  .about-section h1 {
    font-size: 19px;
  }

  .about-section h2 {
    font-size: 15px;
  }

  .about-section p,
  .about-section li {
    font-size: 13px;
  }


  /* Service Area */

  .service-area-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .service-area-header h2 {
    font-size: 30px;
  }

  .service-area-header p {
    font-size: 14px;
  }

  .service-city-list li {
    font-size: 13px;
    line-height: 1.65;
  }
}


/* =========================================================
   EXTRA SMALL DEVICES
   BELOW 340px
========================================================= */

@media (max-width: 340px) {

  .mobile-icon-nav a {
    font-size: 9px;
  }

  .mobile-icon-nav i {
    font-size: 9px;
  }

  .hero {
    min-height: 165px;
  }

  .hero > img {
    min-height: 165px;
  }

  .hero-call {
    right: 4%;
    width: 32%;
  }

  .hero-btn {
    font-size: 7.5px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .hero-call strong {
    font-size: 9px;
  }

  .number-home {
    font-size: 12px;
  }

  .trust-item {
    font-size: 8px;
  }

  .trust-item i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 12px;
  }

  .same-day {
    width: 74px;
    font-size: 7.5px;
  }

  .content-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .why-title {
    font-size: 13px;
  }

  .why-content {
    font-size: 12px;
  }

  .service-card h3 {
    font-size: 12px;
  }

  .service-card a {
    font-size: 11px;
  }

  .mobile-side-section a {
    font-size: 11px;
  }

  .mobile-side-section p {
    font-size: 11px;
  }

  .footer-links a {
    font-size: 11px;
  }
}