/* Generated by vite-plugin-svg-spritemap */
.services__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  justify-content: center;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
}
.service__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service__body {
  flex: 1 1 100%;
}
.service__body:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.service__image {
  display: block;
  padding-bottom: 94.7154471545%;
}
.service__image img {
  object-fit: contain;
}
.service__title {
  font-size: 1.125rem;
}
.service__title {
  line-height: 130%;
  font-weight: 500;
}
.service__sub-title {
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  color: #2275E2;
  font-style: italic;
}
.service__button {
  align-self: flex-start;
}/* Generated by vite-plugin-svg-spritemap */
.hero__container {
  display: grid;
}
.hero__body:not(:last-child) {
  margin-bottom: 1.875rem;
}
.hero__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.hero__list:not(:last-child) {
  margin-bottom: 1.875rem;
}
.hero__item {
  line-height: 140%;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.hero__item:not(:last-child) {
  margin-bottom: 0.1875rem;
}
.hero__item::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("https://upholsterysteamers.com/wp-content/uploads/2026/01/tick.svg") 0 0 no-repeat;
}
.hero__buttons {
  display: flex;
  gap: 0.625rem;
}
.hero__image {
  padding-bottom: 67%;
}
.hero__image img {
  border-radius: 0.3125rem;
}

.reviews-hero {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  display: flex;
}
.reviews-hero__avatars {
  flex: 0 0 12.3125rem;
}
.reviews-hero__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.reviews-hero__stars {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}
.reviews-hero__text {
  line-height: 120%;
}
.reviews-hero__text span {
  font-weight: 700;
}
@media (max-width: 47.99875em) {
  .services__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .service__title {
    font-size: 1rem;
  }
  .hero__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625rem;
  }
  .hero__body:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .hero__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .services__items {
    column-gap: 0.625rem;
  }
  .service__body:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hero__buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (width <= 24.375em) {
  .reviews-hero__avatars {
    flex: 0 0 9.375rem;
  }
}
@media (width <= 20em) {
  .services {
    padding-top: 1.875rem;
  }
  .services {
    padding-bottom: 1.875rem;
  }
  .services__title-block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .service__image:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hero {
    padding-top: 1.25rem;
  }
  .hero {
    padding-bottom: 1.25rem;
  }
  .reviews-hero__text {
    font-size: 0.75rem;
  }
}
@media (width > 20em) and (width <= 76.875em) {
  .services {
    padding-top: clamp( 1.875rem , 0.99587912088125rem  +  4.3956043956vw , 4.375rem );
  }
  .services {
    padding-bottom: clamp( 1.875rem , 0.99587912088125rem  +  4.3956043956vw , 4.375rem );
  }
  .services__title-block:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
  .service__image:not(:last-child) {
    margin-bottom: clamp( 0.625rem , 0.1854395604375rem  +  2.1978021978vw , 1.875rem );
  }
  .hero {
    padding-top: clamp( 1.25rem , 0.37087912088125rem  +  4.3956043956vw , 3.75rem );
  }
  .hero {
    padding-bottom: clamp( 1.25rem , 0.37087912088125rem  +  4.3956043956vw , 3.75rem );
  }
  .reviews-hero__text {
    font-size: clamp( 0.75rem , 0.68406593406875rem  +  0.3296703297vw , 0.9375rem );
  }
}
@media (min-width: 47.99875em) {
  .hero__container {
    grid-template-columns: 1fr 0.9fr;
    gap: 2.5rem;
  }
}
@media (width > 76.875em) {
  .services {
    padding-top: 4.375rem;
  }
  .services {
    padding-bottom: 4.375rem;
  }
  .services__title-block:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .service__image:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .hero {
    padding-top: 3.75rem;
  }
  .hero {
    padding-bottom: 3.75rem;
  }
  .reviews-hero__text {
    font-size: 0.9375rem;
  }
}