    /* trusted-oil-evanston */
   .trusted-oil-evanston {
  width: 100%;
}
.trusted-oil-evanston .trusted-oil-evanston__container{
  position: relative;
  padding: 20px 40px;
  height: 70vh;
  align-items:flex-start;     /* left align like hero */
  text-align:left;
  color:#fff;
  isolation:isolate;
  display:flex;
  flex-direction:column;
  justify-content:center;
  /* image more on right */
  background-image: url("https://heartautocare.com/wp-content/uploads/2026/03/untitled-00179_171018-1-2.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.trusted-oil-evanston__inner_container{
	max-width:1300px;
	margin:0 auto;
}
/* LEFT black gradient overlay */
.trusted-oil-evanston .trusted-oil-evanston__container::before{
  content:"";
  position:absolute;
  inset:0;
 background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 94%) 35%, rgb(0 0 0 / 68%) 55%, rgba(0, 0, 0, 0) 75%);
  z-index:-1;
}
.trusted-oil-evanston__inner{
    display:flex;
    flex-direction:column;
    justify-content:center;
    max-width: 1300px;
   
}

.trusted-oil-evanston__container .trusted-oil-evanston__eyebrow {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.trusted-oil-evanston__container .trusted-oil-evanston__title {
  line-height: 1.2;
  margin: 0px;
  font-size: 45px;
  text-transform: uppercase;
  font-weight:500;
  color:#ffff;
}
.trusted-oil-evanston__container .trusted-oil-evanston__description_wrapper{
  margin: 15px 0px 30px;
   width: 60%;
}
.trusted-oil-evanston__description_wrapper .trusted-oil-evanston__description {
  font-size: 18px;
  margin: 0px;
}
.trusted-oil-evanston__description_wrapper p:first-child {
  letter-spacing: 1px;
}
.trusted-oil-evanston__description_wrapper p:nth-child(2) {
  letter-spacing: 0.8px;
  margin: 20px 0;
}
.trusted-oil-evanston__container .trusted-oil-evanston__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;

}
.trusted-oil-evanston__actions .trusted-oil-evanston__actions_btn{
  padding: 17px 40px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}
.trusted-oil-evanston__actions .trusted-oil-evanston__actions_btn_primary{
  background-color: #E02B20;
}
.trusted-oil-evanston__actions .trusted-oil-evanston__actions_btn_primary-outline{
  border: 2px solid #FFFFFF;
}
.trusted-oil-evanston .trusted-oil-evanston__meta{
  display: flex;
  justify-content: center;
  gap: 1rem;
  background-color: #E02B20;
  color: #ffffff;
  padding: 17px;
  letter-spacing: 1px;
}
.trusted-oil-evanston__meta .trusted-oil-evanston__meta-item{
  display: flex;
  align-items: center;
  gap:8px;
}
.trusted-oil-evanston__meta-label-svg, .trusted-oil-evanston__meta-label-svg img{
  height: 25px;
  width: 25px;
}
.trusted-oil-evanston__meta-item .trusted-oil-evanston__meta-label-content{
  display: flex;
  gap: 10px;
}
.trusted-oil-evanston__meta-text {
  font-style: normal;
}
.trusted-oil-evanston__meta-text{
text-decoration: none;
color: #fff;
margin: 0px;
}

.trusted-oil-evanston__container .trusted-oil-evanston-appointment-wrapper{
  display: flex;
  padding-top: 2rem;
  gap: 30px;
  text-align: center;
  margin:0px;
  border-radius: 9px;
}

.trusted-oil-evanston-appointment-wrapper h2{
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.02;
    font-size: 45px;
    color: #1A1A1A;
}  
.trusted-oil-evanston-appointment-wrapper h2 span{
	font:inherit;
	color:#e02b20;
}
.trusted-oil-evanston-appointment-wrapper p{
    margin: 0 0 0px;
    font-size: 18px;
    line-height: 1.65;
    color: #1A1A1A;
}

.trusted-oil-statics-numeric-value span{
  font-size: 35px;
  font-weight: 500;
}
.trusted-oil-statics-text span{
  font-size: 18px;
}
.trusted-oil-evanston-appointment-card .trusted-oil-statics-numeric-value{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Screen-reader only text */
.trusted-oil-stats-title-sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/*trusted oil change process section*/
.trusted-oil-change-evanston-process-section{
  background: #fff;
  padding: 40px;
}
.trusted-oil-change-evanston-process-container{
  max-width: 1300px;
  margin: 0 auto;
}
/* ========= BASE ========= */
.trusted-oil-change-evanston-process{ 
  background:#eef2f5; 
  padding:70px 0; 
}
.trusted-oil-change-evanston-process__inner{
  max-width:1200px;
  margin:0 auto;
  display:grid; 
  grid-template-columns: 1.05fr .95fr; 
  gap:56px;
  align-items:end;
}
.trusted-oil-change-evanston-process-main-content .trusted-oil-change-evanston-process-main-content{
  font-size: 18px;
}
.trusted-oil-change-evanston-process-main-content .trusted-oil-change-evanston-process__tag{
  display:inline-block; 
  background:#e02b20; 
  color:#fff;
  padding:10px 30px; 
  font-weight:400; 
  letter-spacing:.06em;
  font-size:13px; 
  text-transform:uppercase;
  width:fit-content;
  line-height:1;
}

.trusted-oil-change-evanston-process-main-content .trusted-oil-change-evanston-process__title{
  margin: 10px 0 15px;
  font-size:45px; 
  line-height:1.05;
  font-weight:500; 
  color: #1A1A1A;
  text-transform: uppercase;
}
.trusted-oil-change-evanston-process__title span{ 
  color:#e02b20;
  font:inherit;
 }

/* ========= LEFT STEPS ========= */
.trusted-oil-change-evanston-process__left .trusted-oil-change-evanston-process-main-content{
  display: flex;
  flex-direction: column;
   margin-bottom: 30px;
}
.trusted-oil-change-evanston-process-steps{
  position:relative;
  display:flex; flex-direction:column;
  gap:0;
  padding-left:34px; /* space for the line */
}

.trusted-oil-change-evanston-process-steps .trusted-oil-change-evanston-process-steps__track{
  position:absolute; 
  left:0px;
  top:0; 
  bottom:0;
  width:2px; 
  background:#cfd4d8; 
  border-radius:20px;
}

.trusted-oil-change-evanston-process-steps .trusted-oil-change-evanston-process-steps__active{
  position:absolute; 
  left:0px;
  width:2px; 
  background:#e02b20; 
  border-radius:20px;
  transition: top .28s ease, height .28s ease;
  will-change: top, height;
}

.trusted-oil-change-evanston-process-steps .trusted-oil-change-evanston-process-step{
  appearance:none; border:0; background:transparent;
  text-align:left; width:100%;
  padding: 0px 0px 10px 0px;
  cursor:pointer;
}

.trusted-oil-change-evanston-process-step__content .trusted-oil-change-evanston-process-step__title{
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #A1A1A1;
  transition: color .2s ease;
}

.trusted-oil-change-evanston-process-step__content .trusted-oil-change-evanston-process-step__desc{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transform: translateY(-6px);
  transition: grid-template-rows .75s ease, opacity .75s ease, transform .75s ease;
  margin-top:10px;
  color: #1A1A1A;
  line-height:1.7;
  font-size:17px;
}
.trusted-oil-change-evanston-process-step__desc > span{ overflow:hidden; }

/* ACTIVE */
.trusted-oil-change-evanston-process-step.is-active .trusted-oil-change-evanston-process-step__title{ 
	color: #1A1A1A;
}
.trusted-oil-change-evanston-process-step.is-active .trusted-oil-change-evanston-process-step__desc{
  grid-template-rows:1fr;
  opacity:1;
  transform: translateY(0);
}

/* Optional: subtle hover */
.trusted-oil-change-evanston-process-step:hover .trusted-oil-change-evanston-process-step__title{ color:#3f4448; }

/* ========= RIGHT IMAGES ========= */
.oil-images{
  position:relative;
  width:100%;
  aspect-ratio: 3 / 3;
  border-radius: 0;
  overflow:hidden;
}
.oil-images img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  opacity:0;
  transition: opacity .28s ease;
  will-change: opacity;
}
.oil-images img.evanston-Images-is-active{ opacity:1; }
.trusted-oil-change-evanston-process-step:hover .trusted-oil-change-evanston-process-step__title{ color:#E02B20; }
.trusted-oil-change-evanston-process-step.is-active:hover .trusted-oil-change-evanston-process-step__title{
  color:#0b0b0b;
}
/*oil-change-need-section*/
.oil-change-need-conatiner{
  max-width: 1300px;
  margin:0 auto;
}
.oil-change-need-section{
  position: relative;
  background: url('images/transparent\ background.png') center / cover no-repeat;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #1A1A1A;
}
.oil-change-need-container .oil-change-need__tag{
    display: inline-block;
    background: #e02b20;
    color: #fff;
    padding: 8px 12px;
    font-weight: 400;
    letter-spacing: .06em;
    font-size: 13px;
    text-transform: uppercase;
    width: fit-content;
}
.oil-change-need-container .oil-change-need-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    gap: 10px;
}
.oil-change-need-inner .oil-change-need__title{
    margin: 0px;
    font-size: 45px;
    line-height: 1.05;
    font-weight: 800;
    color: #fafafa;
    text-transform: uppercase;
}
.oil-change-need__title span{
    color:#E02B20
}
.oil-change-need-inner .oil-change-need-main-content{
    font-size: 20px;
    color:#fff;
    margin-bottom: 10px;
    text-align: center;
}
.oil-change-need-inner .oil-change-need-indications-wrapper{
    border: 1px solid #fff;
    background: #262626;
}
.oil-change-need-indications-wrapper .oil-change-need-incator-wrapp {
    border-bottom: 1px solid #fff;
    padding: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.oil-change-need-incator-wrapp .oil-change-indicator-content{
  color:#fff;
}
.oil-change-need-footer-text span{
font-size: 15px;
color:#ffffff;
font-style: italic;
}
.oil-change-need-footer-text span span{
  color: #E02B20;
}
.oil-change-need-incator-wrapp .oil-change-indicator-content{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.oil-change-need-incator-wrapp .oil-change-indicator-content-bold-heading{
  margin:0px;
  font-weight: bold;
}
.oil-change-need-footer-text{
  margin-top: 10px;
}
.oil-change-need-incator-wrapp .oil-change-indicator-image{
  height: 50px;
  width: 50px;
}
.oil-change-need-incator-wrapp .oil-change-indicator-image img{
  height: 50px;
  width: 50px;
}

/*oil change service work section */
.oil-change-service-work-container{
  max-width: 1300px;
   margin: 0 auto;
}
.oil-change-service-work-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.oil-change-service-work-inner .oil-change-service-work__tag {
    display: inline-block;
    background: #e02b20;
    color: #fff;
    padding: 8px 12px;
    font-weight: 400;
    letter-spacing: .06em;
    font-size: 13px;
    text-transform: uppercase;
    width: fit-content;
}
.oil-change-service-work-inner .oil-change-service-work__title{
    margin: 10px 0;
    font-size: 45px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
}
.oil-change-service-work-inner .oil-change-service-work-content{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.oil-change-service-work-inner .oil-change-service-work-qualities{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
.oil-change-service-work-qualities .oil-change-service-work-quality-wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    width: 20%;
}
.oil-change-service-work-quality-wrapp .oil-changes-ervice-work-step-number {
    height: 60px;
    width: 60px;
    background: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.oil-change-service-work-quality-wrapp .oil-change-service-work-heading{
  font-weight: bold;
    font-size: 20px;
}
.oil-change-service-work__titlespan{
  color:#E02B20;
}
.trusted-oil-change-evanston-process-main-content p{
  margin:0px !important;
}

/* ===== Trusted Oil Evanston: Photo Transparency Section ===== */
.trusted-oil-evanston-section{
  padding:40px;
  background: linear-gradient(180deg, #EDEDED 0%, #F5F5F5 30%, #ffffff 60%);
}

.trusted-oil-evanston-container{
  max-width: 1200px;
  margin: 0 auto;
}

.trusted-oil-evanston-grid{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}

.trusted-oil-evanston-media{
  margin: 0;
}

.trusted-oil-evanston-image{
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

/* Eyebrow */
.trusted-oil-evanston-eyebrow{
  margin: 0 0 10px;
}

.trusted-oil-evanston-eyebrow-label{
  display: inline-block;
  background: #e02b20;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  line-height: 1;
  padding: 8px 30px;
  border-radius: 2px;
}

/* Heading */
.trusted-oil-evanston-heading{
  margin: 0 0 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-size: 45px;
  color: #1A1A1A;
}

.trusted-oil-evanston-heading-accent{
  color: #e02b20;
  font:inherit
}

/* Lead */
.trusted-oil-evanston-lead{
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.65;
  color: #1A1A1A;
   max-width: 56ch;
}

/* Row */
.trusted-oil-evanston-step{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin: 10px 0;
}

/* circle */
.trusted-oil-evanston-step-num{
  position:relative;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:999px;
  background:#e02b20;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  line-height:1;
  margin-top:2px;
}

/* ✅ line fills remaining row height automatically */
.trusted-oil-evanston-step-num::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;                 /* circle ke bilkul niche */
  transform:translateX(-50%);
  width:2px;
  height: 100%; /* row ke height + gap */
  background:#e02b20;
  opacity:.5;
}

/* last item: no line */
.trusted-oil-evanston-step:last-child .trusted-oil-evanston-step-num::after{
  display:none;
}

/* Text */
.trusted-oil-evanston-step-text{
  font-size:17px;
  line-height:1.45;
  color: #1A1A1A;
  font-weight:500;
}


/* Note box */
.trusted-oil-evanston-note{
  margin-top: 26px;
  background: #FFF1F1;
  border-radius: 6px;
  padding: 18px 18px 18px 22px;
  border-left: 5px solid #e02b20;
}

.trusted-oil-evanston-note-text{
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #1A1A1A;
  text-align: center;
}

.trusted-oil-evanston-note-link{
  color: #e02b20;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.trusted-oil-evanston-note-link:focus-visible{
  outline: 3px solid #111;
  outline-offset: 3px;
  border-radius: 2px;
}

/* Accessible focus for keyboard users */
.trusted-oil-evanston-section a:focus-visible,
.trusted-oil-evanston-section button:focus-visible{
  outline: 3px solid #111;
  outline-offset: 3px;
}

.trusted-oil-evanston-steps{
  padding-left: 0px;
  margin:0px;
}

/*trusted-oil-evanston-appointment-section*/
.trusted-oil-evanston-appointment-section .trusted-oil-evanston-appointment-container{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px ;
  gap: 30px;
    flex-direction: column;
}
.trusted-oil-evanston-appointment-container .trusted-oil-evanston-appointment-inner{
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted-oil-evanston-appointment_btn{
	padding: 17px 40px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background-color: #E02B20;
    line-height: 1
}

.trusted-oil-evanston-appointment-inner .trusted-oil-evanston-appointment-wrapper{
display: flex;
    padding: 2rem 6rem;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 9px;
    border-left: 5px solid #e02b20;
}
.trusted-oil-evanston-appointment-wrapper .trusted-oil-evanston-eyebrow .trusted-oil-evanston-eyebrow-label{
    padding: 8px 30px;
}
.trusted-oil-evanston-appointment-wrapper .trusted-oil-evanston-appointment-card{
  height: fit-content;
  list-style: none;
}
.trusted-oil-evanston-appointment-inner .trusted-oil-evanston-appointment-left-bg-image, .trusted-oil-evanston-appointment-rigth-bg-image{
  width:15%;
}
.trusted-oil-statics-numeric-value span{
  font-size: 35px;
  font-weight: 500;
}

.trusted-oil-evanston-appointment-card .trusted-oil-statics-numeric-value{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
/* Screen-reader only text */
.trusted-oil-stats-title-sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* ===== Trusted Oil Evanston - The HEART Way ===== */
.trusted-oil-evanston-heartway-section{
  padding:50px 40px;
  background:#fff;
}

.trusted-oil-evanston-heartway-container{
  max-width: 1200px;
  margin: 0 auto;
  
}

.trusted-oil-evanston-heartway-grid{
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items:start;
}
.trusted-oil-evanston-heartway-media{
	aspect-ratio: 2 / 3;
    margin-top: 40px;
}


.trusted-oil-evanston-heartway-image{
  width: auto;
    height: 100%;
  display:block;
 object-fit:cover;
  border:1px solid #e6e6e6;
}

/* Eyebrow */
.trusted-oil-evanston-heartway-eyebrow{
  margin: 0 0 10px;
}

.trusted-oil-evanston-heartway-eyebrow-label{
  display:inline-block;
  background:#e02b20;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  line-height:1;
  padding:8px 30px;
  border-radius:2px;
}

/* Heading */
.trusted-oil-evanston-heartway-heading{
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: 45px;
      color: #1A1A1A;
}

.trusted-oil-evanston-heartway-accent{
  color:#e02b20;
  font:inherit;
}

/* Intro */
.trusted-oil-evanston-heartway-lead{
  margin: 0 0 18px;
  line-height:1.7;
  font-size: 18px;
      color: #1A1A1A;
}

/* List */
.trusted-oil-evanston-heartway-list{
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 16px;
}

.trusted-oil-evanston-heartway-item{
  display:grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items:flex-start;
}

.trusted-oil-evanston-heartway-icon{
  display:inline-flex;
  width:22px;
  height:22px;
  align-items:center;
  justify-content:center;
  margin-top: 3px;
}

.trusted-oil-evanston-heartway-item-title{
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
      color: #1A1A1A;
}

.trusted-oil-evanston-heartway-item-desc{
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
      color: #1A1A1A;
}

/* CTA */
.trusted-oil-evanston-heartway-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 44px;                 /* ADA touch target */
  padding: 12px 18px;
  background:#e02b20;
  color:#fff;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing:.06em;
  font-size: 18px;
  border-radius: 2px;
}

.trusted-oil-evanston-heartway-cta:focus-visible{
  outline: 3px solid #111;
  outline-offset: 3px;
}

/*trusted-oil-customers-reviews-section*/

.evanston--customers-reviews-container{
  max-width: 1300px;
  margin: 0 auto;
}
.evanston--customers-reviews-section{
  background: black;
}
.evanston--customers-reviews-main-heading{
  margin: 0px;
  font-size: 45px;
  line-height: 1.05;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.evanston--customers-reviews-inner .evanston--customers-reviews-desc{
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
    
}
.evanston--customers-reviews-inner .evanston--customers-reviews-cards{
  margin-top: 3rem;
  display: flex;
  gap: 20px;
}
.evanston--customers-reviews-card .evanston-customers-review-card-locator{
  border: 1px solid red;
  width: fit-content;
  padding: 5px;
  position: absolute;
  left: 0px;
  top: -10px;
}
.evanston-customers-review-card-locator .evanston-customers-review-card-locator-inner{
    background: red;
    color: white;
    padding: 4px;
    font-size: 12px;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.evanston-customers-review-card-locator-inner img{
    height: auto;
    width: 10px;
}
.evanston--customers-reviews-card .evanston-customers-review-content{
    background: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-left: 20px;
    height: 250px;
}
  .evanston-customers-review-content p{
    margin:0px;
    color: #1A1A1A;
  }
.evanston-customers-review-content .evanston-customers-name{
   font-weight: bold;
   font-size: 18px;
   margin:0px;
}
.evanston-customers-review-content span{
   font-size: 18px;
}
 .evanston-customers-review-content img{
    width: 12px;
 }   
 .evanston--customers-reviews-cards .evanston--customers-reviews-card{
      position: relative;
 }
 .evanston--customers-reviews-section{
    background:
    linear-gradient(rgba(0, 0, 0, 0.726), rgba(0, 0, 0, 0.753)),
    url("https://heartautocare.com/wp-content/uploads/2026/03/image-130-1.png") center/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
 }
 .evanston-reviews-slider{ position:relative; }
.evanston-reviews-viewport{ overflow:hidden; }

.evanston--customers-reviews-cards{
  display:flex;
  gap:24px;
  transition:transform .35s ease;
  will-change:transform;
}

.evanston--customers-reviews-card{
  flex:0 0 calc((100% - 24px)/2); /* 2 cards */
}
/* arrows */
.evanston-reviews-slider .evanston-reviews-arrow-btn{
    display: flex;
    justify-content: end;
    margin-top: 24px;
    gap: 15px;
}
.evanston-reviews-arrow{
    border: 1px solid rgb(255 255 255);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 3px;
}
.evanston-reviews-arrow.evanston-reviews-arrow-prev{
   right:60px; 
  transform: rotate(180deg);
}
.evanston-reviews-arrow svg{
  margin-left: 4px;
}
.evanston-reviews-arrow.evanston-reviews-arrow-next{ 
  right:10px; 
}

.evanston-reviews-arrow:disabled{
  opacity:.4;
  cursor: not-allowed;
}

.evanston-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/*trusted-oil-evanston-appointment-section*/
.evanston-appointment-section{
     position: relative;
  background: url('https://heartautocare.com/wp-content/uploads/2026/03/237561236_63b9a7a4-9d53-4290-8be0-1c98bdb7314a-1-1.png') center / cover no-repeat;
  overflow: hidden;
  padding: 40px;
  background-color: #E02B20;

}
.evanston-appointment-container{
  max-width: 1300px;
  margin: 0 auto;
}
.evanston-appointment-container .evanston-appointment-inner{
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
}
.evanston-appointment-inner .evanston-appointment-heading {
  margin: 10px 0;
  font-size: 45px;
  line-height: 1.05;
  font-weight: 500;
color:#fff;
  text-transform: uppercase;
}
.evanston-appointment-inner .evanston-appointment-content{
  font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
}
.evanston-appointment-inner .evanston-appointment-buttons{
  display: flex;
  gap: 20px;
  width: fit-content;
  margin: 20px auto;
  font-size: 20px;
}
.evanston-appointment-buttons .evanston-appointment-primary-btn{
    padding: 15px 40px;
    background: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    color: #E02B20;
    font-weight: bold
}
.evanston-appointment-buttons .evanston-appointment-secondary-btn{
     padding: 15px 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

  /*trusted-oil-change-evanston-faq-section*/
  .trusted-oil-change-evanston-faqs-section{
  position:relative;
  overflow:hidden;
   
}

/* content overlay ke upar */
.trusted-oil-change-evanston-faqs-section > *{
  position:relative;
  z-index:2;
}

 .trusted-oil-change-evanston-faqs-conatiner{
  max-width: 1300px;
  margin: 0 auto;
 padding: 40px;
 }
 .trusted-oil-change-evanston-faqs-conatiner .trusted-oil-change-evanston-faqs-inner{
  text-align: center;
 }
 .trusted-oil-change-evanston-faqs-inner .trusted-oil-change-evanston-faqs-wrapper{
  text-align: left;
 }
 .trusted-oil-change-evanston-faqs-inner .trusted-oil-change-evanston-faqs-heading{
  margin: 10px 0;
  font-size: 45px;
  line-height: 1.05;
  font-weight: 500;
  text-transform: uppercase;
  color: #1A1A1A;
 }
 .trusted-oil-change-evanston-faqs-inner .trusted-oil-change-evanston-faqs-content{
  font-size: 18px;
  color: #1A1A1A;
 }
 .trusted-oil-change-evanston-faqs-heading span{
  color:#E02B20;
  font:inherit;
 }
 .trusted-oil-change-evanston-faqs-wrapper .trusted-oil-change-evanston-faq{
  margin: 20px 0;
  padding: 20px;
  font-size: 20px;
 }
 .trusted-oil-change-evanston-faq .trusted-oil-change-evanston-faq-question{
    display: flex;
    justify-content: space-between;
    border: none;
    background: #fff;
    width: 100%;
    padding:0px;
 }
 .trusted-oil-change-evanston-faq-question span{
display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
 }
 /* FAQ wrapper */
.trusted-oil-change-evanston-faq{
  border:2px solid #e5e5e5;
  background: #ffff;
  border-radius:4px;
  padding:18px 18px;
  transition:border-color .2s ease;
  margin-bottom:14px;
}

.trusted-oil-change-evanston-faq:hover{
  border-color:#E02B20;
  box-shadow: 0 4px 12px 8px rgba(0, 0, 0, 0.06);
}

/* question row (clickable) */
.trusted-oil-change-evanston-faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
  user-select:none;
}

/* icon */
.trusted-oil-change-evanston-faq-svg{
  display:inline-flex;
  width:34px;height:34px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  transition:transform .25s ease;
}

.trusted-oil-change-evanston-faq-svg svg path{
  transition:fill .2s ease, opacity .2s ease;
}

/* hover icon color */
.trusted-oil-change-evanston-faq:hover .trusted-oil-change-evanston-faq-svg svg path{
  fill:#E02B20;
}

/* Answer wrapper (animated, no extra space when closed) */
.trusted-oil-change-evanston-faq-answer{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transform:translateY(-6px);
  transition:max-height .35s ease, opacity .25s ease, transform .25s ease;
  margin-top:0;
}
.trusted-oil-change-evanston-faq.is-open .trusted-oil-change-evanston-faq-answer{
  opacity:1;
  transform:translateY(0);
  margin-top:12px;
}


/* Icon rotate */
.trusted-oil-change-evanston-faq.is-open .trusted-oil-change-evanston-faq-svg{
  transform: rotate(45deg);
  transition: transform .25s ease;
}


.trusted-oil-change-evanston-faq-answer > *{
  overflow:hidden;
  display:block;
  opacity:0;
  transform:translateY(-6px);
  transition:opacity .25s ease, transform .25s ease;
}
/* OPEN state (add/remove this class via JS) */
.trusted-oil-change-evanston-faq.is-open .trusted-oil-change-evanston-faq-answer{
  grid-template-rows:1fr;
  margin-top:12px;
}


.trusted-oil-change-evanston-faq.is-open .trusted-oil-change-evanston-faq-answer > *{
  opacity:1;
  transform:translateY(0);
  font-size: 18px;
    color: #1A1A1A;
    margin: 0px;
}

/* rotate icon 45deg = plus becomes cross */
.trusted-oil-change-evanston-faq.is-open .trusted-oil-change-evanston-faq-svg{
  transform:rotate(45deg);
}

.trusted-oil-change-evanston-faqs-conatiner .trusted-oil-change-evanston-faqs-inner{
  display: flex;
  gap: 50px;
}
.trusted-oil-change-evanston-faqs-content-wrapper{
  width: 30%;
  text-align: left;
}
.trusted-oil-change-evanston-faqs-content-wrapper img{
  height: 100px;
}
.trusted-oil-change-evanston-faqs-wrapper{
  width:70%;
}
.evanston-appointment-wrapp{
	display: flex;
    align-items: center;
    gap: 5px;
}
.evanston-appointment-wrapp span{
	line-height: 1;
    margin-top: 3px;
}
related-services { padding: 48px 16px; background: #f6f6f6; }
.related-services__container {
	max-width: 1300px; 
	margin: 0 auto;
	text-align: center;
    padding: 40px 40px 40px 40px;
}
.related-services__pill{
    display: inline-block;
    background: #e02b20;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    line-height: 1;
    padding: 8px 30px;
    border-radius: 2px;
}
.related-services__title{
  margin: 14px 0 26px; 
font-size: 45px;
  font-weight: 500; 
	letter-spacing: .3px;
}
.related-services__title span { 
	color:#e31b23; 
	font:inherit;
}

.service-card{
  display:flex; flex-direction:column;
  text-align:left; text-decoration:none; color:#111;
  background:#fff; border-radius: 10px; overflow:hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
  height: 100%;
}
.service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}
.service-card:focus-visible{
  outline: 3px solid rgba(227,27,35,.35);
  outline-offset: 4px;
}

.service-card__media{
  position:relative;
  aspect-ratio: 16/9;
  background:#eaeaea;
}
.service-card__media img{
  width:100%; height:100%;
  object-fit: cover; display:block;
}

.service-card__body{
  padding: 18px 18px 20px;
  display:flex; flex-direction:column;
  gap: 10px;
  flex: 1;
}
.service-card__heading{
  margin:0;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 1.25;
  font-weight:bold;
}
.service-card__text{
  margin:0;
  font-size: 16px;
  line-height: 1.55;
  color: #1A1A1A;
  flex: 1;
}

.service-card__cta{
  margin-top: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .6px;
  color:#e31b23;
  display:inline-flex;
  align-items:center;
  gap: 6px;
}
.related-services__grid{ 
	display:grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px;
}
.related-services{
	    background: linear-gradient(180deg, #EDEDED 0%, #F5F5F5 30%, #ffffff 60%);
}
.Evanston_location{ padding:64px 0; background:#f4f4f4; }
.Evanston_location__container{ max-width:1200px; margin:0 auto; padding:0 24px; }
.Evanston_location__grid{
  display:grid;
  grid-template-columns: 1.25fr 1fr;
  gap:48px;
  align-items:center;
}

.Evanston_location__map{ margin:0; }
.Evanston_location__mapLink{
  display:block;
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.Evanston_location__mapImg{ 
	width:100%; 
	height:auto; 
	display:block; 
	border-radius: 12px;
    border: 2px solid #fff;
}

.Evanston_location__title{
  margin:0 0 18px;
  font-size: 45px;
  line-height:1.05;
  text-transform:uppercase;
  letter-spacing:.02em;
  color: #1A1A1A;
  font-weight: 500;
}
.Evanston_location__accent{ 
	color:#e02b20;
	font:inherit;
}

.Evanston_location__list{ list-style:none; padding:0; margin:0; display:grid; gap:14px; }
.Evanston_location__item{
  display:grid;
  grid-template-columns: 22px 1fr;
  gap:5px;
  align-items:start;
  color:#111;
}
.Evanston_location__icon{ 
	color:#e02b20; 
	margin-top:5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.Evanston_location__label{
  display:block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#666;
  margin-bottom:4px;
}
.Evanston_location__text{ 
	margin:0; 
	font-size:16px; 
	line-height:1.6; 
    color: #1A1A1A;
    font-style: normal;
}

.Evanston_location__link{ color:#111; text-decoration:none; }
.Evanston_location__link:hover{ text-decoration:underline; }

.Evanston_location__actions{ margin-top:18px; }
.Evanston_location__badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #FF948D;
    color: #e02b20;
    background: #F4E4E6;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.Evanston_location__badgeIcon{ font-weight:900; }

/* ADA focus */
.Evanston_location__mapLink:focus-visible,
.Evanston_location__badge:focus-visible,
.Evanston_location__link:focus-visible{
  outline:3px solid #111;
  outline-offset:4px;
}
.Evanston_location__icon svg{
	height:17px;
	width: auto;
}
.faq-inner-track-img{
	position:absolute;
	height: 130px;
    top: 40%;
}
.faq-inner-track-img-formobile{
	display:none;
}
@media  (max-width: 1500px){
		.faq-inner-track-img{
	height: 90px;
}
}
/* Responsive */
@media (max-width: 1300px){
	.trusted-oil-evanston .trusted-oil-evanston__container {
		height: 100vh;
	}
.trusted-oil-evanston__description_wrapper p:nth-child(2) {
    margin: 10px 0;
	}
.trusted-oil-evanston__container .trusted-oil-evanston__description_wrapper {
    margin: 15px 0px 25px;
	}
	.trusted-oil-evanston-appointment-inner .trusted-oil-evanston-appointment-wrapper {
		padding: 2rem 2rem;
	}
	.faq-inner-track-img{
	position:absolute;
	height: 70px;
    top: 40%;
}
}
	@media (max-width: 900px){
		.trusted-oil-change-evanston-process__inner{
		grid-template-columns: none;
   gap:0px;
	}
   ..trusted-oil-change-evanston-process__right .oil-images{
  aspect-ratio: 5 / 3;
}
		.trusted-oil-change-evanston-process__right .oil-images img{
			object-position: center center;
		}

	}
@media (max-width: 1024px){
.faq-inner-track-img-formobile{
        display: block;
        position: relative;
        left: -50px;
        height: auto;
}
	.faq-inner-track-img{
		display:none;
	}
	.trusted-oil-evanston .trusted-oil-evanston__container {
		height: 60vh;
	}
  .trusted-oil-evanston-heartway-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .trusted-oil-evanston-heartway-lead{
    max-width: 100%;
  }
   .trusted-oil-evanston-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .trusted-oil-evanston-lead{
    max-width: 100%;
  }
	.trusted-oil-evanston__container{
    height: 70vh;
    background-position: 80% center;
	}
	.trusted-oil-evanston .trusted-oil-evanston__container::before {
	background: linear-gradient(90deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 77%) 35%, rgb(0 0 0 / 72%) 55%, rgb(0 0 0 / 43%) 75%);
	}
.trusted-oil-evanston__description_wrapper .trusted-oil-evanston__description {
    font-size: 16px;
	}
.trusted-oil-evanston__container .trusted-oil-evanston__title {
    font-size: 35px;
	}
.trusted-oil-evanston__container .trusted-oil-evanston__eyebrow {
    font-size: 12px;
	}
	.trusted-oil-evanston__actions .trusted-oil-evanston__actions_btn {
    padding: 15px 30px;
    font-size: 16px;
	line-height:1;
	}
.trusted-oil-statics-text span {
    font-size: 16px;
}
.trusted-oil-statics-numeric-value span {
    font-size: 30px;
	}
	.trusted-oil-statics-numeric-value svg{
		height:30px;
		width:30px;
	}
	.pluss_svg_evanston{
	height: 30px !important;
        width: 20px !important;
        margin-left: 3px;
	}
	.trusted-oil-change-evanston-process-main-content .trusted-oil-change-evanston-process__title {
		font-size: 35px;
	}
	.trusted-oil-change-evanston-process__inner{
		grid-template-columns:none;
        gap: 20px;
	}
.trusted-oil-change-evanston-process__right .oil-images {
        aspect-ratio: 5 / 3;
    }
	.trusted-oil-change-evanston-process__left .trusted-oil-change-evanston-process-main-content{
		margin-bottom: 10px;
	}
	.trusted-oil-evanston-note-text{
		font-size: 13px;
	}
.trusted-oil-evanston-appointment-inner .trusted-oil-evanston-appointment-left-bg-image, .trusted-oil-evanston-appointment-rigth-bg-image{
	display:none;
	}
.trusted-oil-evanston-heartway-media {
    aspect-ratio: 3 / 3;
	}
	.trusted-oil-change-evanston-faqs-conatiner .trusted-oil-change-evanston-faqs-inner {
		flex-direction: column;
 gap:0px;

	}
.trusted-oil-change-evanston-faqs-wrapper {
    width: auto;
}
.trusted-oil-change-evanston-faqs-content-wrapper {
    width: auto;
    text-align: center;
}
.trusted-oil-change-evanston-faqs-inner .trusted-oil-change-evanston-faqs-content {
    font-size: 16px;
    color: #1A1A1A;
    margin: 0px;
}
.Evanston_location{ padding:48px 0; }
  .Evanston_location__grid{ grid-template-columns: 1fr; gap:28px; }
}
@media (max-width: 768px){
	.trusted-oil-evanston__meta-text {
		font-size:12px;
	}
	.trusted-oil-evanston__container .trusted-oil-evanston__description_wrapper{
		width:auto;
	}
.faq-inner-track-img-formobile{
        display: block;
        position: relative;
        left: -15px;
        height: auto;
}
	.trusted-oil-evanston .trusted-oil-evanston__container {
		padding: 10px;
	}
	.trusted-oil-evanston__description_wrapper p:nth-child(2){
		margin: 5px 0;
	}
.trusted-oil-evanston__container .trusted-oil-evanston__description_wrapper {
    margin: 0px 0px 10px;
	}
    .trusted-oil-evanston__actions .trusted-oil-evanston__actions_btn {
        padding: 11px 22px;
		padding-bottom:9px;
        font-size: 12px;
    }
.trusted-oil-statics-numeric-value span {
        font-size: 20px;
	}
	.trusted-oil-evanston__container .trusted-oil-evanston-appointment-wrapper {
        padding-top: 14px;
        gap:15px;
	}
    .pluss_svg_evanston {
        height: 15px !important;
        width: 15px !important;
        margin-left: 4px;
    }
    .trusted-oil-statics-text span {
        font-size: 13px;
    }
.trusted-oil-statics-numeric-value svg {
        height: 20px;
        width: 20px;
    }
	.trusted-oil-evanston__meta{
		flex-direction: column;
        padding: 10px 20px !important;
	}
.trusted-oil-evanston .trusted-oil-evanston__container {
        height: 70vh;
    }
	.trusted-oil-change-evanston-process-steps{
		padding-left: 12px;
	}
	.trusted-oil-change-evanston-process-section{
		padding: 30px 10px;
	}
	.trusted-oil-change-evanston-process__inner{
		grid-template-rows: 0.8fr 0.2fr;
        align-items: start;
        gap: 30px;
	}
	.trusted-oil-evanston-section {
    padding: 40px 10px;
	}
	.trusted-oil-evanston-step-num::after{
		height: 150%;
	}
	.trusted-oil-evanston-appointment-section .trusted-oil-evanston-appointment-container {
		padding: 40px 10px;
	}
	.trusted-oil-evanston-appointment_btn{
		    font-size: 16px;
	}
.trusted-oil-evanston-heartway-section {
    padding: 40px 10px;
	}
.trusted-oil-evanston-heartway-media {
        aspect-ratio: 2 / 3;
    }
	.trusted-oil-evanston-heartway-cta{
		font-size: 16px;
	}
	.evanston--customers-reviews-section {
		padding:40px 10px;
	}
.evanston--customers-reviews-main-heading, .trusted-oil-evanston-heartway-heading, .trusted-oil-evanston-appointment-wrapper h2, .trusted-oil-evanston-heading{
	font-size:35px;
	}
	.trusted-oil-change-evanston-faqs-inner .trusted-oil-change-evanston-faqs-heading{
		font-size:35px;
	}
.evanston--customers-reviews-inner .evanston--customers-reviews-desc {
font-size: 14px;
	}
	.evanston--customers-reviews-cards .evanston--customers-reviews-card{
		flex: 0 0 100%;
	}
	.trusted-oil-change-evanston-faqs-conatiner {
		padding: 40px 10px;
	}
.trusted-oil-change-evanston-faq.is-open .trusted-oil-change-evanston-faq-answer > * , .trusted-oil-change-evanston-faq-question span{
	font-size:16px;
	text-align: left;
        line-height: 1.3;
	}
	.trusted-oil-change-evanston-faq-question span{
		font-weight:bold !important;
	}
	.evanston-appointment-section{
		padding:40px 10px;
	}
	.evanston-appointment-inner .evanston-appointment-heading{
		font-size:35px;
	}

.evanston-appointment-inner .evanston-appointment-content {
    font-size: 16px;
	}
	.evanston-appointment-inner .evanston-appointment-buttons{
		font-size: 18px;
       flex-direction: column;
	}
 .related-services__grid{ grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-services__grid{ 
    grid-template-columns:none;
	grid-template-rows: repeat(3, 1fr); 
}
	.related-services__container {
		padding: 40px 10px;
	}
	.related-services__title {
		font-size: 35px;
	}
	  .Evanston_location__container{ padding:0 16px; }
  .Evanston_location__item{ grid-template-columns: 20px 1fr; }
	.Evanston_location__title {
		font-size: 35px;
	}
	.trusted-oil-change-evanston-process-step.is-active .trusted-oil-change-evanston-process-step__title, .trusted-oil-change-evanston-faq-question{
		font-weight:bold;
		line-height:1.2;
	}
}
@media (max-width: 420px){
	    .trusted-oil-evanston .trusted-oil-evanston__container {
        height: 90vh;
    }
	.trusted-oil-evanston .trusted-oil-evanston__meta{
		font-size: 12px;
	}
	.trusted-oil-evanston__meta {
	padding: 10px  !important;
	}
.trusted-oil-change-evanston-process-step__content .trusted-oil-change-evanston-process-step__title {
font-size: 16px;
	}
	.trusted-oil-change-evanston-process-step__content .trusted-oil-change-evanston-process-step__desc{
		font-size: 15px;
	}
}

