.service-detail-page {
  background: #fff;
}

.service-detail-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.service-detail-hero--guards {
  background-position: center 42%;
}

.service-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 18, 20, .94) 0%, rgba(18, 18, 20, .78) 42%, rgba(18, 18, 20, .18) 78%, rgba(18, 18, 20, .08) 100%);
}

.service-detail-hero .auto_container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-detail-hero__content {
  max-width: 720px;
  padding: 110px 0 105px;
}

.service-detail-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-detail-eyebrow--red {
  color: var(--theme-color);
}

.service-detail-hero h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -2.4px;
}

.service-detail-hero p {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
  line-height: 1.65;
}

.service-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.service-detail-actions .btn-one {
  min-width: 210px;
  text-align: center;
}

.service-detail-link {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .45);
  text-underline-offset: 6px;
}

.service-detail-link:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.service-booking-anchor,
.service-pricing-anchor {
  scroll-margin-top: 120px;
}

.service-booking-anchor {
  background: #f6f5f3;
}

.service-detail-section {
  padding: 105px 0;
}

.service-detail-section--soft {
  background: #f6f5f3;
}

.service-detail-section--dark {
  background: #1c1b1f;
  color: #fff;
}

.service-detail-copy h2,
.service-section-heading h2,
.service-detail-section--dark h2 {
  margin-bottom: 22px;
  color: var(--primary-color);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1.4px;
}

.service-detail-section--dark h2 {
  color: #fff;
}

.service-detail-copy > p,
.service-section-heading > p,
.service-detail-section--dark .col-lg-5 > p {
  color: #646267;
  font-size: 17px;
  line-height: 1.75;
}

.service-detail-section--dark .col-lg-5 > p {
  color: rgba(255, 255, 255, .72);
}

.service-check-list {
  margin-top: 30px;
}

.service-check-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 34px;
  color: #28272b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.service-check-list li::before {
  content: '\2713';
  position: absolute;
  top: 1px;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(180, 25, 25, .1);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
  line-height: 23px;
  text-align: center;
}

.service-highlight-card {
  padding: 46px;
  border-top: 5px solid var(--theme-color);
  border-radius: 5px;
  background: #1c1b1f;
  box-shadow: 0 20px 60px rgba(28, 27, 31, .16);
}

.service-highlight-card > span {
  display: block;
  margin-bottom: 14px;
  color: #d3a7a7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.service-highlight-card h3 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}

.service-highlight-card p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.7;
}

.service-highlight-card a {
  color: #fff;
  font-weight: 800;
}

.service-section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.service-section-heading--left {
  margin-left: 0;
}

.service-work-grid,
.service-included-grid,
.service-faq-grid {
  display: grid;
  gap: 18px;
}

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

.service-work-grid figure {
  height: 315px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #dedbd8;
  box-shadow: 0 9px 24px rgba(28, 27, 31, .08);
}

.service-work-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.service-work-grid figure:hover img {
  transform: scale(1.025);
}

.service-work-grid--guards figure {
  height: 430px;
}

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

.service-included-grid article {
  min-height: 230px;
  padding: 42px 28px;
  border: 1px solid #e4e1de;
  border-radius: 5px;
  background: #fff;
}

.service-included-grid h3,
.service-faq-grid h3 {
  margin-bottom: 14px;
  color: var(--primary-color);
  font-size: 23px;
  line-height: 1.3;
}

.service-included-grid p,
.service-faq-grid p {
  color: #68666b;
  font-size: 15px;
  line-height: 1.7;
}

.service-process-list {
  margin: 0;
  padding-left: 50px;
}

.service-process-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.service-process-list li:last-child {
  border-bottom: 0;
}

.service-process-list li > span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
}

.service-process-list strong,
.service-process-list small {
  display: block;
}

.service-process-list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 18px;
}

.service-process-list small {
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.service-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-faq-grid article {
  padding: 34px;
  border-left: 4px solid var(--theme-color);
  background: #f6f5f3;
}

.service-pricing-anchor .pricing-one {
  background: #fff;
}

.service-detail-cta {
  padding: 72px 0;
  background: var(--theme-color);
}

.service-detail-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.service-detail-cta h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
}

.service-detail-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
}

.service-detail-cta .service-detail-eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .76);
}

.service-detail-cta .btn-one {
  flex: 0 0 auto;
  background: #fff;
  color: var(--theme-color) !important;
}

.service-detail-cta .btn-one span {
  color: var(--theme-color) !important;
}

@media only screen and (max-width: 1199px) {
  .service-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .service-detail-hero {
    min-height: 550px;
  }

  .service-detail-hero__content {
    padding: 85px 0;
  }

  .service-detail-section {
    padding: 80px 0;
  }

  .service-highlight-card {
    margin-top: 45px;
  }

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

  .service-work-grid--guards figure:last-child {
    grid-column: 1 / -1;
  }

  .service-process-list {
    margin-top: 40px;
    padding-left: 0;
  }

  .service-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .service-detail-hero {
    min-height: auto;
    background-position: 62% center;
  }

  .service-detail-hero--guards {
    background-position: 55% center;
  }

  .service-detail-hero__overlay {
    background: rgba(18, 18, 20, .82);
  }

  .service-detail-hero__content {
    padding: 72px 0 78px;
  }

  .service-detail-hero h1 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }

  .service-detail-hero p {
    font-size: 17px;
  }

  .service-detail-section {
    padding: 66px 0;
  }

  .service-detail-copy h2,
  .service-section-heading h2,
  .service-detail-section--dark h2 {
    font-size: 36px;
  }

  .service-included-grid,
  .service-work-grid {
    grid-template-columns: 1fr;
  }

  .service-included-grid article {
    min-height: auto;
  }

  .service-work-grid figure,
  .service-work-grid--guards figure {
    height: 340px;
  }

  .service-work-grid--guards figure:last-child {
    grid-column: auto;
  }

  .service-detail-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
