
.block-schedule h3{
  margin-bottom: 25px;
}

/*=========SERVICES==========*/

.services{
  padding: 70px 0 100px 0;
  margin-top: 125px;
  position: relative;
}



/*-------Card-------*/

.service{
  padding: 0;
  overflow: hidden;             
  border-radius: 10px;
  display: flex;
}

.service__top{
  position: relative;
  margin: 0;
}

.service__icon{
  width: 200px;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;      
  border: 0;
}

.service__top::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(15,30,43,.22) 0%, rgba(15,30,43,0) 55%);
  pointer-events:none;
}

.service__pill{
  position:absolute;
  top:17px;
  left:15px;
  z-index:1;
  font-size:12px;
  font-weight:800;
  color:#ffffff;
  background: rgba(197, 152, 41, 0.9);
  /* border: 1px solid rgba(230,221,209,.95); */
  padding: 7px 15px;
  border-radius:999px;
}

.service__body{
  padding: 30px;
  width: 100%;
}

.service__body p{
  font-size: 14px;
}

.service__types{
  margin: 0 0 12px;
  color:var(--color-body-text);
  font-size:14px;
  line-height:1.35;
}

.service__chips{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service__chips .chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: var(--color-ink);
  background: rgba(254,254,254,.7);
  border: 1px solid var(--color-stroke-line);
}

/* marker */
.service__chips .chip::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-gold);
  flex: 0 0 6px;
}

.service__chips{
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid var(--color-stroke-line);
}

.service__more{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(230,221,209,.95);
  font-weight: 900;
  color: var(--color-brand-teal);
  font-size: 15px;
}

.service__more::after{
  content:"→";
  opacity:.75;
}

.service__body h4{
  margin-bottom: 10px;
}

/*-----------About Intro-----------*/

.about-intro{
  padding: 95px 0;
  background: #537596;
  background: linear-gradient(90deg,rgba(83, 117, 150, 1) 37%, rgba(42, 70, 97, 1) 37%);
}

.general-about-itro{
  align-items: center;
}

.about-intro-pic picture,
.about-intro-pic img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 650px;
  border-radius: 10px;
}

.meta-line{
  margin-top: 15px;
}


/*=========Work Steps=========*/

.why-us{
  position: relative;
}

.work-steps{
  position: relative;
  display: grid;
  top: -25px;
  margin-bottom: -25px;
}

.title-step{
  display: flex;
  gap: 15px;
  align-items: center;
}

.title-step span {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 20px;
  color: var(--color-white);
  background: var(--color-brand-gold-step);
}

.steps-general{
  background: rgba(255, 255, 255);
  box-shadow: 0 16px 44px rgba(15, 26, 42, .06);
  padding: 30px;
  border-radius: 10px;
  gap: 45px;
  max-width: 100%;
}

.steps-general > .step{
  position: relative;
}

.steps-general > .step + .step::before{
  content:"";
  position:absolute;
  left: calc(-1 * var(--gap, 45px) / 2);          
  top: 10px;      
  bottom: 10px;
  width:1px;
  background: rgba(15,26,42,.10);
}

.note-steps{
  text-align: center;
  margin-top: 35px;
}

/*========== REAL WORKS =======*/

.real-works {
  padding-bottom: 100px;
  background: var(--color-bg-offwhite);
}


.real-works .work-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 28px) / 3);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 10px 0 24px;
  scrollbar-width: none;
}

.real-works .work-container::-webkit-scrollbar {
  display: none;
}

.real-works .work-card {
  position: relative;
  scroll-snap-align: start;
  min-width: 0;
}

.real-works .work-card picture {
  display: block;
}

.real-works .work-card img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 270px;
}

.work-card-text {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  margin: -34px auto 0;
  background: var(--color-white-soft);
  border-radius: 10px;
  padding: 25px;
}

.real-works .work-card h5 {
  margin: 0 0 10px;
}

.real-works .work-card .cap {
  margin: 0;
}

.real-works .work-dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.real-works .work-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(13, 52, 90, .22);
  border: 1px solid rgba(13, 52, 90, .22);
  cursor: pointer;
  padding: 0;
}

.real-works .work-dots .dot.is-active {
  width: 18px;
  background: var(--color-brand-gold);
  border-color: rgba(195, 140, 79, .65);
}

@media (max-width: 1024px) {
  .real-works .work-container {
    grid-auto-columns: 100%;
  }
}

/*=========Brands========*/

.brands{
  position: relative;
  padding: 100px 0;
}

.item-brands img {
  width: 135px;
  max-width: 100%;
  display: block;
}

.logostrip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 100%;
}

.item-brands {
  height: 75px;
  padding: 12px;
  display: flex;
  max-width: 100%;
  background: var(--color-white);
  box-shadow: 0 12px 30px rgba(11, 18, 32, .06);
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}


/*==========Happy Cystomer=====*/

.pic-customer picture,
.pic-customer img{
  height: 690px;
}

/*===============================
  EMERGENCY
================================*/

.pic-emergency{
  position: relative;
}

.car img{
  width: 400px;
  height: 390px;
  position: absolute;
  bottom: 10%;
  left: -75px;
}

.pic-support img,
.house picture,
.house img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.emergancy p{
  color: var(--color-on-dark-text-enother);
}

/*===================================
  SUPPORT
=====================================*/

.pic-support img{
  height: 230px;
  border-radius: 10px;
}

.pic-support{
  margin-top: 30px;
}

.customer-support p{
  margin-bottom: 30px;
}



/*==============================
  PROCESS
===============================*/

.content-process{
  margin-top: 20px;
}

.content-process h4{
  margin-bottom: 10px;
}


.media-process {
  position: relative;
}

.general-block-process{
  gap: 30px;
}

.media-process span {
  position: absolute;
  top: -17px;
  left: -7px;
  font-size: 74px;
  font-weight: 900;
  letter-spacing: -0.09em;
  color: var(--color-white-soft);
  line-height: 1;
}

.media-process img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.process-card{
  padding: 25px;
  position: relative;
}

.list-process {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.list-process li {
  display: flex;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  color: var(--color-ink);
  font-weight: 600;
}

.list-process li i {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(197,152,41,.16);
  position: relative;
  margin-top: 2px;
}

.list-process li i::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #C59829;
  border-bottom: 2px solid #C59829;
  transform: rotate(40deg);
}

.process-card:not(:last-child)::after,
.process-card:not(:last-child)::before{
  content:"";
  position:absolute;
  top: 50%;             
  transform: translateY(-50%);
  pointer-events:none;
}

.process-card:not(:last-child)::after{
  right: -16px;
  width: 25px;
  height: 45px;
  background: var(--color-white-soft);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;
}


/*=====================================
  PARTS
====================-----------------===*/

.pic-parts img{
  height: 560px;
  border-radius: 10px;
}

ul.u-list-dots li{
  color: var(--color-on-dark-text);
  margin-bottom: 16px;
  line-height: 30px;
}

ul.u-list-dots li strong{
  color: var(--color-on-dark-heading);
}

.general-parts-container{
  align-items: center;
}

/* ==============================
   PROBLEMS / ISSUES 
================================ */

.problems .font-bg-dark,
.problems .font-content-dark,
.problems .eyebrow-dark{
  color: #0f172a;
}

.problems .font-content-dark{
  color: rgba(15, 23, 42, 0.72);
}

.problems .eyebrow-dark{
  color: rgba(15, 23, 42, 0.62);
}

.issues{
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 32px;
}

.i-card:nth-child(odd) {
  background: var(--color-bg-offwhite);
}

.i-card{
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 1.7fr;
  gap: 36px;
  padding: 40px 25px;
  position: relative;
  border-radius: 10px
}


.i-top{
  display: flex;
  grid-template-columns: 65px 1fr;
  gap: 23px;
  align-items: start;
}


.i-ico{
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #f7f8fa;
}

.i-ico svg{
  width: 35px;
  height: 30px;
  fill: none;
  stroke: var(--color-brand-teal);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.i-title{
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}

.i-sub{
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.65);
}

.i-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.i-list li{
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
  color: var(--color-ink);
      font-weight: 600;
}

.i-list li::before{
  content:"";
  position:absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand-gold);
}

.i-list li{
  border-top: none !important;
}
.i-list li:first-child{
  padding-top: 0 !important;
}


.i-card:focus-within{
  outline: 2px solid rgba(197, 152, 41, 0.35);
  outline-offset: 6px;
  border-radius: 10px;
}




@media (max-width: 520px){
  .i-top{
    grid-template-columns: 40px 1fr;
  }
  .i-ico{
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}


/*================================== 
  REVIEWS 
===================================*/


#reviews .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 28px) / 3);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 10px 0 24px;
  scrollbar-width: none;
}

#reviews .carousel::-webkit-scrollbar {
  display: none;
}

#reviews .review {
  scroll-snap-align: start;
  border-radius: 7px;
  border: 1px solid #e7ebf1;
  background: var(--color-white);
  padding: 35px 30px;
}

#reviews .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 10px;
}

#reviews .star {
  width: 14px;
  height: 14px;
  background: var(--color-brand-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#reviews .review b {
  display: block;
  margin-top: 10px;
}

#reviews .review small {
  display: block;
  color: #64748b;
  font-weight: 850;
  margin-top: 2px;
}

#reviews .dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#reviews .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(13, 52, 90, .22);
  border: 1px solid rgba(13, 52, 90, .22);
  cursor: pointer;
  padding: 0;
}

#reviews .dot.is-active {
  width: 18px;
  background: var(--color-brand-gold);
  border-color: rgba(195, 140, 79, .65);
}

.review-title {
  margin-bottom: 10px;
}


/*======================================== 
  FAQ 
==========================================*/

.faq-item{
  border-bottom: 1px solid rgba(15,30,43,.14);
  padding: 22px 0;
}

.faq-item:first-of-type {
  padding-top: 0;
}

.faq-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-q{
  list-style: none;
  cursor: pointer;
  padding-right: 42px;
  padding-left: 10px;
  position: relative;
}

.faq-q::-webkit-details-marker{ display:none; }
.faq-q::marker{ content:""; }


.faq-q::before,
.faq-q::after{
  content:"";
  position:absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgba(15,30,43,.7);
  transform: translateY(-50%);
  border-radius: 2px;
}

.faq-q::after{
  transform: translateY(-50%) rotate(90deg);
  transition: transform .18s ease;
}

.faq-item[open] .faq-q::after{
  transform: translateY(-50%) rotate(0deg);
}

.faq-a{
  padding: 15px 40px 0 15px;
}

.faq-a p{
  margin: 0;
  color: var(--color-body-text);
  font-size: 15px;
  line-height: 1.9;
}

.faq-a{
  opacity: .0;
  transform: translateY(-2px);
  transition: opacity .18s ease, transform .18s ease;
}

.faq-item[open] .faq-a{
  opacity: 1;
  transform: translateY(0);
}

#appointmentIframe{
  min-height: 475px !important;
}

/*===========================
  01. INNER PAGE
=============================*/

.content,
.inner-page-section{
  padding: 35px 0 70px 0;
}

.location-pic img{
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.location__body h4{
  margin-bottom: 10px;
}

.location__body{
  padding: 20px 25px;
}

.location{
  padding: 5px;
}


/*==================================
 ERROR CODES
===================================*/

.pic-brand{
  border: 1px solid #e6e9ee;
  border-radius: 7px;
}

.pic-brand img{
  object-fit: contain;
  height: 100px;
}

.form-schedule .title-block{
  margin-bottom: 30px;
}

/*===================================
  RECALL
====================================*/

.list-recall ul li{
  margin-bottom: 7px;
}

.list-recall{
  margin-top: 15px;
}

p.hero-subtitle-recall{
  color: var(--color-white-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  max-width: 700px;
  margin-bottom: 10px;
}

.page-card-work img{
  height: 250px;
  border-radius: 10px;
}

