.services-hero {
  padding: 108px 24px 92px;
  background: linear-gradient(120deg, rgba(16, 24, 32, 0.94), rgba(16, 24, 32, 0.72)),
    var(--services-hero-image, url('../img/Media/insidegarage.jpeg')) center / cover;
  color: #ffffff;
}

.services-hero > div,
.services-overview,
.services-shop {
  max-width: 1240px;
  margin: 0 auto;
}

.services-eyebrow {
  margin-bottom: 14px;
  color: #db033b;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.services-hero h1 {
  max-width: 820px;
  color: #ffffff;
  font-family: var(--font-2);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 900;
}

.services-hero p:not(.services-eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.services-hero-actions {
  margin-top: 34px;
  margin-left: 0;
  gap: 14px;
}

.services-hero-actions .site-nav-button {
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 11px;
  font-size: 16px;
}

.services-hero-actions .site-nav-button-outline {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

.services-hero-actions .site-nav-button-outline i,
.services-hero-actions .site-nav-button-outline span {
  color: #ffffff !important;
}

.services-hero-actions .site-nav-button-outline:hover,
.services-hero-actions .site-nav-button-outline:focus {
  border-color: #ffffff;
  background: #ffffff !important;
  color: #db033b !important;
}

.services-hero-actions .site-nav-button-outline:hover i,
.services-hero-actions .site-nav-button-outline:hover span,
.services-hero-actions .site-nav-button-outline:focus i,
.services-hero-actions .site-nav-button-outline:focus span {
  color: #db033b !important;
}

.services-hero-actions .site-nav-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

.services-hero-actions .site-nav-icon:hover,
.services-hero-actions .site-nav-icon:focus {
  border-color: #ffffff;
  background: #ffffff !important;
  color: #db033b !important;
}

.services-hero-actions .site-nav-icon i {
  color: inherit !important;
}

.services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.services-button--primary {
  color: #ffffff;
  background: #db033b;
}

.services-button--primary:hover,
.services-button--primary:focus {
  color: #ffffff;
  background: #b80231;
}

.services-button--light {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.services-button--light:hover,
.services-button--light:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.services-overview {
  padding: 92px 24px 64px;
}

.services-overview__intro {
  max-width: 820px;
  margin-bottom: 44px;
}

.services-overview h2,
.services-shop h2 {
  color: #172333;
  font-family: var(--font-2);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 900;
}

.services-overview p,
.services-shop p {
  color: #536170;
  line-height: 1.7;
}

.services-showcase {
  display: grid;
  gap: 34px;
}

.service-section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 125px;
}

.services-list {
  display: grid;
  gap: 18px;
}

.services-card {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(23, 35, 51, 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 35, 51, 0.08);
  scroll-margin-top: 120px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.services-card:hover {
  border-color: rgba(219, 3, 59, 0.28);
  box-shadow: 0 26px 60px rgba(23, 35, 51, 0.14);
  transform: translateY(-5px);
}

.services-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #fdecef;
  color: #db033b;
  font-family: var(--font-2);
  font-size: 20px;
  font-weight: 900;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.services-card:hover .services-card__number {
  background: #db033b;
  color: #ffffff;
  transform: scale(1.04);
}

.services-card h3 {
  color: #172333;
  font-family: var(--font-2);
  font-size: 26px;
  font-weight: 900;
}

.services-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.services-card li {
  padding: 8px 10px;
  border-radius: 999px;
  background: #f6f9fb;
  color: #172333;
  font-size: 14px;
  font-weight: 800;
}

.services-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #db033b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.services-card__cta:hover,
.services-card__cta:focus {
  color: #ffffff;
  background: #b80231;
}

.service-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 42px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(23, 35, 51, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 35, 51, 0.08);
  scroll-margin-top: 125px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-detail-section:hover {
  border-color: rgba(219, 3, 59, 0.28);
  box-shadow: 0 28px 68px rgba(23, 35, 51, 0.14);
  transform: translateY(-5px);
}

.service-detail-section--reverse .service-detail-media {
  order: 2;
}



.service-detail-media {
  overflow: hidden;
  border-radius: 14px;
  background: #f6f9fb;
}

.service-detail-media,
.service-media-carousel,
.service-media-carousel .carousel-inner,
.service-media-carousel .carousel-item {
  height: 430px;
  min-height: 430px;
  max-height: 430px;
  overflow: hidden;
}

.service-media-carousel img {
  width: 100%;
  height: 430px;
  min-height: 430px;
  max-height: 430px;
  display: block;
  object-fit: cover;
}

.service-media-carousel .carousel-control-prev,
.service-media-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: auto;
  bottom: 18px;
  border-radius: 50%;
  background: #db033b;
  opacity: 1;
}

.service-media-carousel .carousel-control-prev {
  left: 18px;
}

.service-media-carousel .carousel-control-next {
  left: 70px;
  right: auto;
}

.service-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 6px;
}

.service-detail-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: #fdecef;
  color: #db033b;
  font-size: 30px;
}

.service-detail-category {
  margin: -8px 0 10px !important;
  color: #db033b !important;
  font-size: 13px !important;
  font-weight: 900;
  text-transform: uppercase;
}

.service-detail-section:hover .service-detail-icon {
  background: #db033b;
  color: #ffffff;
}

.service-detail-content h2 {
  max-width: 620px;
  margin: 0 0 16px;
  color: #172333;
  font-family: var(--font-2);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}

.service-detail-content > p:not(.services-eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
  color: #536170;
  font-size: 17px;
  line-height: 1.75;
}

.service-detail-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.service-detail-content li {
  padding: 9px 12px;
  border-radius: 999px;
  background: #f6f9fb;
  color: #172333;
  font-size: 14px;
  font-weight: 800;
}

.service-detail-actions {
  width: 100%;
  margin-left: 0;
  gap: 10px;
}

.service-detail-actions .site-nav-button {
  min-height: 50px;
  padding: 12px 16px;
}

.service-detail-actions .dropdown {
  display: flex;
}

.service-detail-actions .site-nav-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.services-shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 0 24px 96px;
}

.services-shop__image {
  overflow: hidden;
  border-radius: 12px;
  background: #f6f9fb;
}

.services-shop__image img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.about-prime,
.about-values,
.about-google-section {
  padding: 92px 24px;
  background: #ffffff;
}

.about-values {
  background: #f6f9fb;
}

.about-container {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.about-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 54px;
}

.about-heading-row h1 {
  max-width: 920px;
  margin: 0;
  color: #172333;
  font-family: var(--font-2);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
  font-weight: 900;
}

.about-heading-actions {
  margin-left: 0;
  justify-content: flex-end;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}

.about-story-copy > p {
  margin-bottom: 34px;
  color: #536170;
  font-size: 18px;
  line-height: 1.78;
}

.about-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(23, 35, 51, 0.12);
}

.about-step:last-child {
  border-bottom: 1px solid rgba(23, 35, 51, 0.12);
}

.about-step > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fdecef;
  color: #db033b;
  font-family: var(--font-2);
  font-weight: 900;
}

.about-step h2 {
  margin-bottom: 8px;
  color: #172333;
  font-family: var(--font-2);
  font-size: 24px;
  font-weight: 900;
}

.about-step p {
  margin: 0;
  color: #536170;
  line-height: 1.7;
}

.about-story-media {
  overflow: hidden;
  border-radius: 18px;
  background: #f6f9fb;
  box-shadow: 0 24px 62px rgba(23, 35, 51, 0.14);
}

.about-story-media img {
  width: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
}

.about-values-intro {
  max-width: 760px;
  margin-bottom: 42px;
}

.about-values-intro h2 {
  margin: 0;
  color: #172333;
  font-family: var(--font-2);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 900;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-value-card {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(219, 3, 59, 0.18);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 35, 51, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-value-card:hover {
  border-color: rgba(219, 3, 59, 0.34);
  box-shadow: 0 26px 60px rgba(23, 35, 51, 0.14);
  transform: translateY(-5px);
}

.about-value-card > span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #db033b;
  color: #ffffff;
  font-size: 25px;
}

.about-value-card h3 {
  color: #172333;
  font-family: var(--font-2);
  font-size: 21px;
  font-weight: 900;
}

.about-value-card p {
  margin: 0;
  color: #536170;
  line-height: 1.7;
}

.about-google-section {
  padding-top: 84px;
}

.about-google-section .about-values-intro {
  margin-bottom: 34px;
}

.about-google-reviews {
  overflow: hidden;
  border: 1px solid #dce4eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(18, 42, 66, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-google-reviews:hover {
  border-color: rgba(219, 3, 59, 0.26);
  box-shadow: 0 24px 58px rgba(18, 42, 66, 0.13);
  transform: translateY(-4px);
}

.about-google-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 26px;
  background: #f7f9fb;
  border-bottom: 1px solid #dce4eb;
}

.about-google-logo {
  color: #db033b;
  font-size: 18px;
  font-weight: 900;
}

.about-google-score-summary {
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-google-score-summary strong {
  color: #172333;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.about-google-score-summary p,
.about-google-review-card small {
  margin: 0;
  color: #536170;
}

.about-google-stars {
  color: #fbbc04;
  font-size: 17px;
  letter-spacing: 2px;
}

.about-google-carousel {
  padding: 30px 64px 24px;
}

.about-google-review-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about-google-review-card blockquote {
  margin: 12px 0 18px;
  color: #172333;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.55;
}

.about-google-review-card strong {
  color: #172333;
  font-size: 15px;
}

.about-google-carousel .carousel-control-prev,
.about-google-carousel .carousel-control-next {
  width: 38px;
  height: 38px;
  top: 50%;
  bottom: auto;
  border-radius: 50%;
  background: #db033b;
  opacity: 1;
  transform: translateY(-50%);
}

.about-google-carousel .carousel-control-prev {
  left: 14px;
}

.about-google-carousel .carousel-control-next {
  right: 14px;
}

.about-google-carousel .carousel-indicators {
  position: static;
  margin: 18px 0 0;
}

.about-google-carousel .carousel-indicators button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background-color: #db033b;
}

.about-google-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 26px;
  border-top: 1px solid #dce4eb;
  background: #ffffff;
}

.about-google-footer p {
  margin: 0;
  color: #536170;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .services-hero {
    padding: 92px 22px 82px;
  }

  .services-hero h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

  .service-detail-section,
  .service-detail-section--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services-card {
    grid-template-columns: 70px 1fr;
  }

  .services-card__cta {
    grid-column: 2;
    justify-self: start;
  }

  .service-detail-section--reverse .service-detail-media {
    order: 0;
  }

  .service-detail-media,
  .service-media-carousel,
  .service-media-carousel .carousel-inner,
  .service-media-carousel .carousel-item,
  .service-media-carousel img {
 height: 360px;
    min-height: 360px;
    max-height: 360px;  }

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

  .about-heading-row,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-heading-actions {
    justify-content: flex-start;
  }

  .about-story-media img {
    min-height: 420px;
  }

  .about-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .services-hero {
    padding: 80px 18px 72px;
  }

  .services-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .services-hero p:not(.services-eyebrow) {
    font-size: 16px;
  }

  .services-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .services-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
  }

  .services-button {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px;
    font-size: 14px;
  }

  .services-hero-actions .site-nav-button,
  .services-hero-actions .dropdown,
  .services-hero-actions .site-nav-icon {
    width: 100%;
  }

  .services-hero-actions .site-nav-button {
    min-height: 54px;
    padding: 13px 16px;
    font-size: 14px;
  }

  .services-hero-actions .site-nav-icon {
    height: 54px;
    flex: 1 1 auto;
    border-radius: 9px;
  }

  .services-overview {
    padding: 72px 18px;
  }

  .service-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .service-detail-section {
    padding: 18px;
    gap: 22px;
  }

  .services-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .services-card__cta {
    grid-column: 1;
    width: 100%;
  }

  .service-detail-media,
  .service-media-carousel,
  .service-media-carousel .carousel-inner,
  .service-media-carousel .carousel-item,
  .service-media-carousel img {
   height: 280px;
    min-height: 280px;
    max-height: 280px;  }

  .service-detail-content {
    padding: 4px 0;
  }

  .service-detail-actions .site-nav-button,
  .service-detail-actions .dropdown,
  .service-detail-actions .site-nav-icon,
  .service-detail-actions .contact-options {
    width: 100%;
  }

  .service-detail-actions .site-nav-icon {
    border-radius: 9px;
  }

  .services-shop {
    padding: 0 18px 72px;
  }

  .about-prime,
  .about-values,
  .about-google-section {
    padding: 72px 18px;
  }

  .about-heading-row {
    gap: 26px;
    margin-bottom: 38px;
  }

  .about-heading-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .about-heading-actions .site-nav-button,
  .about-heading-actions .dropdown,
  .about-heading-actions .site-nav-icon {
    width: 100%;
  }

  .about-heading-actions .site-nav-icon {
    border-radius: 9px;
  }

  .about-step {
    grid-template-columns: 1fr;
  }

  .about-story-media img {
    min-height: 300px;
  }

  .about-value-grid {
    grid-template-columns: 1fr;
  }

  .about-google-score {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .about-google-carousel {
    padding: 24px 14px 20px;
  }

  .about-google-review-card {
    min-height: 250px;
    padding: 0 32px;
  }

  .about-google-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .service-detail-section {
    padding: 14px;
  }

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

  .services-card h3 {
    font-size: 23px;
  }

  .service-detail-content h2 {
    font-size: 30px;
  }

  .services-card li,
  .service-detail-content li {
    width: 100%;
    text-align: center;
  }
}
