	
	.heart-partners {
    padding: 60px 10px;
	background-image: url(https://heartautocare.com/wp-content/uploads/2026/01/tire-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 125px;	
    background-color: #fff;
}
	.chambers-grid {
    display: flex;
	justify-content:center;	
    flex-wrap: wrap;
    margin-top: 40px;		
}
	.chambers-grid a {
    width: 33.33%;
}
	
	.heart-stores-section {
    padding: 60px 10px;
    background-image: url(https://heartautocare.com/wp-content/uploads/2026/01/Vector.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 125px;
}
	
	.heart-stores-section .location-actions a.btn.btn-primary {
    background-color: var(--primary-red);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px;
}
	
	.heart-stores-section .location-actions a.btn.btn-outline {
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    border-radius: 5px;
    padding: 15px 20px;
}
	
	
	
	.heart-stores-section .locations-grid {
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
    justify-content: center;
	max-width: 900px;
    margin: 0 auto;	
    margin-top: 30px;		
}
	.heart-stores-section ul.location-list {
    margin: 15px 0;
}
	.heart-stores-section .location-list li {
    list-style: none;
    display: flex;
    align-items: start;
	margin-bottom:10px;
    gap: 10px;		
}
		.heart-stores-section .location-list li svg {
   width:15px;
    margin-top: 5px;			
}
	
	
	
	.heart-stores-section .location-list li address, .heart-stores-section .location-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;		
    font-style: normal;
	margin:0;	
}
	.heart-stores-section .location-name {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2em;
    color: #000000;
}
	.heart-stores-section .location-actions {
    display: flex;
    gap: 10px;
}
	
	.heart-stores-section .location-card {
    width: calc(50% - 20px);
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;	
}
	
	.location-reviews {
    padding: 60px 10px;
	background-image: url(https://heartautocare.com/wp-content/uploads/2026/01/tire-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 125px;	
    background-color: #fff;		
}
	
	
	.location-reviews .reviews-cta a.btn.btn-primary {
    background-color: var(--primary-red);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 30px 20px 30px;
    width: 25%;
    display: inline-block;
    text-align: center;
}
	.location-reviews  .reviews-cta {
    text-align: center;
    margin-top: 40px;
}
	
	.location-reviews .reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0 15px;
    justify-content: center;
}
	
	.location-reviews .review-top {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}
	
.location-reviews .review-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000000;
    margin: 20px 0;
}
	
.location-reviews .review-user {
    border-top: 1px solid #000;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
}
	.location-reviews .review-user  img {
    width: 30px;
}
	
	.location-reviews .review-stars {
    width: 30%;
    margin-left: 200px;
}
	
	.location-reviews img.quote {
    width: 100%;
    max-width: 19%;
    position: absolute;
    top: -40px;
}
	
	
	.location-reviews .review-card {
    width: calc(50% - 40px);
    background-color: #F4F4F4;
    padding: 25px;
    border-radius: 10px;
}
	
	.location-video-wrapper .video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 70%;
    margin: 0 auto;
}
	.location-video-wrapper .video-box  svg {
   width: 100px;
    fill: #fff;
}
	
	.location-video-wrapper .video-box {
    position: relative;
}
	
	.location-video-wrapper {
    padding: 60px 10px;
    text-align: center;
    background-image: url(https://heartautocare.com/wp-content/uploads/2026/01/bg-hero-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;		
}
	.location-video-wrapper .btn {
    background-color:var(--primary-red);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 30px 20px 30px;
    width: 25%;
    display: inline-block;
}
	
	.location-video-wrapper  .video-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
	
	.location-video-wrapper .video-box video {
    max-width: 70%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 30px;		
}
	.location-page-wrapper .location-video-wrapper .container{
    z-index: 1;
    position: relative;
	}
	
	.location-video-wrapper .video-bg-overlay {
    position: absolute;
    inset: 0;
    background-color: #EDEDED;
    opacity: 0.84;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
	
	.heart-services-wrapper{
	padding: 60px 0;
    background-image: url(https://heartautocare.com/wp-content/uploads/2026/01/Vector.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 125px;
	}
	
	.heart-services-wrapper #heart-services-heading, .location-video-wrapper #evanston-video-heading, .location-reviews #reviews-heading, .heart-stores-section #locations-heading, .heart-partners #chambers-heading {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    color: var(--primary-red);
    text-align: center;
}
	.heart-services-wrapper .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	row-gap: 20px;
    margin-top: 30px;		
}
	.heart-services-wrapper .service-title {
	font-family: "Roboto", Sans-serif;	
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #000000;
    margin: 20px 0 10px;
}
	
	.heart-services-wrapper .service-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 25px 25px;
    background-color: #CCCCCC63;
    border-radius: 5px 5px 5px 5px;
    margin: 0 10px;
	text-align: center;	
}
	
.heart-services-wrapper .service-card img {
    max-width: 46%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
	.heart-services-wrapper .service-btn {
    background-color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    width: 90%;
    display: inline-block;
}
	
	.heart-services-wrapper .promo {
        margin: 40px 10px 0;
}
	.heart-services-wrapper .services-sub, .location-video-wrapper header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    margin: 10px 0 0;
    text-align: center;
}
	
	
.location-team {
    padding: 60px 10px;
    background-image: url(https://heartautocare.com/wp-content/uploads/2026/01/tire-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 125px;
}
	
	.location-team img {
    width: 100%;
}
	.location-team .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
	.location-team h2#location-team-heading {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    color: var(--primary-red);
    text-align: center;
    margin-bottom: 30px;
}
	.location-team  p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}
	.location-team h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    color: var(--primary-red);
	    margin: 20px 0 15px;	
}
	.location-page-wrapper .container{
		max-width: 1140px;
		margin:0 auto;
	}
	
	.location-hero .container{
		max-width: 1000px;
	}
	
	.location-hero .hero-card {
    background-color: #111111D1;
    max-width: 700px;
    padding: 40px 40px 40px 40px;
}
	.location-hero h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #FFFFFF;
}
	
	.location-hero p {
    max-width: 80%;
    padding: 0px 0px 0px 0px;
    text-align: start;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    margin: 20px 0 30px;
}
	
	.location-hero .btn-primary {
    background-color:  var(--primary-red);
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 20px 40px 20px 40px;
    width: 48%;
    display: inline-block;
    text-align: center;
	margin-right: 10px;	
	display: flex;
    justify-content: center;
    gap: 10px;
    		
}
	.location-hero .btn-primary svg {
           width:20px;
}
	.location-hero .btn-outline svg {
           width:20px;
		    fill: #000;
}
	
	.location-hero  .hero-actions {
    margin: 30px 0;
	display: flex;
}
	.location-hero .hero-rating .stars {
    width: 30%;
}
	.location-hero .hero-rating span {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    margin-left: 20px;
}
	.location-hero  .hero-rating {
    display: flex;
    align-items: center;
}
	
	.location-hero .btn-outline {
	display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #000;
    padding: 20px 40px 20px 40px;
    width: 48%;
    text-align: center;
	margin-left: 10px;	
}
	
.location-hero {
    background-image: url(https://heartautocare.com/wp-content/uploads/2026/02/ev-bg.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
}
	
	@media only screen and (min-width: 769px) and (max-width: 1024px) {
		
		.location-reviews .reviews-cta a.btn.btn-primary {
    font-size: 18px;
    width: 40%;
}
		

		
		.location-reviews .reviews-grid {
    gap: 15px;
}
		.location-reviews .review-card {
    width: calc(50% - 15px);
}
	.location-reviews .review-stars {
    margin-left: 0;
}	
		.location-reviews img.quote {
	max-width:14%;		
    position: relative;
    top: 0;
}
		
	.location-video-wrapper .video-play-overlay {
    width: 100%;
}	
		
	.location-video-wrapper .video-box video {
    max-width: 100%;
	margin-top:20px;	
}
		
	.heart-services-wrapper .service-btn {
    font-size: 12px;
    padding: 15px 10px;
    width: 100%;
}
		.heart-services-wrapper .service-title {
    font-size: 18px;
}
		.heart-services-wrapper #heart-services-heading, .location-video-wrapper #evanston-video-heading, .location-reviews #reviews-heading, .heart-stores-section #locations-heading, .heart-partners #chambers-heading {
    font-size: 36px;
}
		
		.location-team h2#location-team-heading {
    font-size: 36px;
}
	.location-team p {
    font-size: 16px;
}
	.location-hero h1 {
    font-size: 32px;
}
			.location-hero p {
        font-size: 18px;
		max-width: 100%;
        text-align: center;
}
		.location-hero .hero-card {
    text-align: center;
}
			.location-hero .hero-rating {
    justify-content: center;
}
		.location-video-wrapper .btn {
    font-size: 18px;
	width: 40%;		
}
	
	}
	
	
	
	
	
	@media only screen and (max-width : 768px) {
		
		.heart-partners {
		padding:30px 10px;	
    background-image: none;
}
.chambers-grid a {
    width: calc(50% - 20px);
}
	.chambers-grid {
    margin-top: 30px;
    gap: 20px;
}
		.heart-partners #chambers-heading br {
       display:none;
    }
		
.heart-stores-section {
    padding: 30px 10px;
}		
		
		
		.heart-stores-section .location-actions {
    flex-direction: column;
}
		
.heart-stores-section .location-card {
    padding: 15px;	
}
		.heart-stores-section .location-actions a.btn.btn-primary, .heart-stores-section .location-actions a.btn.btn-outline {
    text-align: center;
    font-size: 10px;			
}
		
		.heart-stores-section .location-list li address, .heart-stores-section .location-list li a {
    font-size: 14px;
}
		.heart-stores-section .location-list li svg {
    width: 10px;
    margin-top: 6px;
}
		.heart-stores-section .location-list li {
    margin-bottom: 5px;
    gap: 5px;	
}
		.heart-stores-section .locations-grid {	
    gap: 15px;
}
		
		.heart-stores-section .location-name {
    font-size: 16px;	
}
		.location-reviews .reviews-cta {
    margin-top: 25px;
}
		
.location-reviews .reviews-cta a.btn.btn-primary {
		font-size: 14px;
        line-height: 1.2em;
        padding: 20px 10px;
        width: 60%;
}
		.location-reviews {
    padding: 30px 10px;
}
		
		.location-reviews .review-user {
    font-size: 12px;
}
		.location-reviews .review-text {
    margin: 15px 0;
}
		
	.location-reviews .reviews-grid {
    gap: 15px;
	margin-top: 20px;	
}
		.location-reviews .review-card {
    width: 47%;
	padding:15px;		
}
		.location-reviews .review-user img {
    width: 20px;
}
		.location-reviews .review-top {
    gap: 20px;
}
	.location-reviews .review-text {
    font-size: 10px;
}
		
	.location-reviews .review-stars {
    margin-left: 0;
width: 45%;		
}	
		.location-reviews img.quote {
	max-width:14%;		
    position: relative;
    top: 0;
}
		
.location-video-wrapper .video-box svg {
    width: 65px;
}
		
	.location-video-wrapper .video-play-overlay {
    width: 100%;
}		
		
	.location-video-wrapper {
    padding: 30px 10px;
}
		
		.location-video-wrapper .btn {
    font-size: 14px;
    line-height: 1.2em;
    padding: 20px 10px;
    width: 100%;
}
		.location-video-wrapper .video-actions {
    margin-top: 20px;
    gap: 15px;
}
	.location-video-wrapper .video-box video {
    max-width: 100%;
	margin-top: 20px;	
}	
		
	.location-team {
    padding: 30px 10px;
}
		
	.heart-services-wrapper .promo {
    margin: 20px 10px 0;
}	
		
	.heart-services-wrapper {
    padding: 30px 0;
    background: none;
}
		
		.heart-services-wrapper .service-card img {
    max-width: 40%;
}
		
		.heart-services-wrapper .service-btn {
        font-size: 10px;
        line-height: 1.2em;
        padding: 15px 10px;
        width: 100%;
}
		.heart-services-wrapper .service-card {
    padding: 15px;
    margin: 0;			
}
		
		.heart-services-wrapper .service-title {
    font-size: 16px;
    margin: 15px 0 10px;			
}
		.heart-services-wrapper .services-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;	
    gap: 15px;	
}
		.heart-services-wrapper .services-sub, .location-video-wrapper header p {
    font-size: 16px;
    line-height: 1.2em;
}
		
	.heart-services-wrapper #heart-services-heading, .location-video-wrapper #evanston-video-heading, .location-reviews #reviews-heading, .heart-stores-section #locations-heading, .heart-partners #chambers-heading {
    font-size: 26px;
}
		.location-team h3 {
    font-size: 20px;
	    margin: 20px 0 10px;		
}
		.location-team .team-grid {
    grid-template-columns: repeat(2, 1fr);
	row-gap: 30px;
    column-gap: 10px;		
}
	.location-team p {
    font-size: 16px;
}
		
		.location-team h2#location-team-heading {
    font-size: 26px;
}
		.location-hero .hero-actions {
    flex-direction: column;
}
		
		.location-hero {
    background-image: url(https://heartautocare.com/wp-content/uploads/2026/02/mobile-bg-ev.webp);
    background-position: center center;
}
		.location-hero .hero-card {
            max-width: 100%;
		    padding: 20px;	
}
		.location-hero h1 {
    line-height: 1.2em;
        text-align: center;
        font-size: 32px;
}
		.location-hero .hero-rating {
    justify-content: center;
}
			.location-hero p {
        font-size: 16px;
		line-height: 1.4em;		
		max-width: 100%;
        text-align: center;
}
		.location-hero .btn-primary {
    width: 100%;
    margin-right: 0;
}
		.location-hero .btn-outline {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}
		
	}
	

@media only screen and (max-width : 430px) {
	
	    .heart-services-wrapper .service-title {
        font-size: 12px;
    }
	
	    .heart-services-wrapper .service-btn {
        font-size: 8px;
    }
	    .heart-stores-section .location-list li svg {
        margin-top: 2px;
    }
    .heart-stores-section .location-card {
        width: 47%;
    }
	
.heart-stores-section .location-actions a.btn.btn-outline, .heart-stores-section .location-actions a.btn.btn-primary {
    padding: 5px;
	font-size: 8px;
}
	    .heart-stores-section .location-name {
        font-size: 12px !important;
    }
	    .heart-stores-section .location-list li address, .heart-stores-section .location-list li a {
        font-size: 10px !important;
        line-height: 1.3em;
    }
	
	
  .location-hero .hero-rating {
        gap: 5px;
	  flex-direction:column;
    }
		.location-hero .hero-rating span {
    margin-left: 0 !important;
}	
	
}






/* grid */
.duxler-services__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0 10px;	
  margin-top: 18px;
}

.duxler-svc__label {
    text-align: center;
}
/* card */
.duxler-svc{
  position: relative;
  display: grid;
  place-items: center;
  gap: 20px;
  padding: 40px 20px;
  background: #FAFAFA;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  text-decoration: none;
  color: #111;
  min-height: 150px;
  overflow: hidden;

  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out, border-color 300ms ease-in-out;
}

.duxler-svc__icon{
  color: var(--red);
  line-height: 0;
  height: 70px;
  width: auto;
}
.duxler-svc__icon img{
	height: 100%;
    width: auto;
}
.duxler-svc__label{
  font-weight: 900;
  font-size: 18px;
  color: #111;
}

/* overlay base */
.duxler-svc__overlay{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 320ms ease-in-out, transform 320ms ease-in-out;
  z-index: 2;

  /* will be set per-card below */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* subtle layered feel */
.duxler-svc__overlay::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.15) 100%);
  opacity: .45;
}

/* keep default content below overlay */
.duxler-svc__icon,
.duxler-svc__label{
  position: relative;
  z-index: 1;
}

/* hover */
.duxler-svc:hover{
  transform: translateY(-2px);
  border-color: rgba(222,35,42,.35);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.10);
}

.duxler-svc:hover .duxler-svc__overlay{
  opacity: 1;
  transform: scale(1.0);
}

/* On hover: hide text/icon so ONLY image shows */
.duxler-svc:hover .duxler-svc__icon,
.duxler-svc:hover .duxler-svc__label{
  opacity: 0;
  transition: opacity 260ms ease-in-out;
}

/* hover images (no inline css) */
.duxler-svc--oil   .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/Oil-Change-2.png"); }
.duxler-svc--brake .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/Brake-Repair-4.png"); }
.duxler-svc--inspect .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/clean-car-engine-detail-in-the-garage-2026-01-06-00-00-39-utc-2.png"); }
.duxler-svc--ac    .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/close-up-hand-of-mechanics-inspect-and-check-the-r-2026-01-08-22-18-05-utc-2.png"); }
.duxler-svc--battery .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/Batteries-2.png"); }
.duxler-svc--tires .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/mechanic-removing-a-tire-from-the-rim-after-using-2026-01-09-01-01-30-utc-2.png"); }
.duxler-svc--engine .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/closeup-of-motor-gear-shaft-from-a-car-engine-at-a-2026-01-09-08-37-52-utc-2.png"); }
.duxler-svc--maint .duxler-svc__overlay{ background-image:url("https://heartautocare.com/wp-content/uploads/2026/03/car-service-and-maintenance-2026-01-11-10-13-32-utc-2.png"); }



/* CTA */
.duxler-services__cta{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.duxler-services__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 11px;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}
.duxler-services__btn:hover{
  color:#fff;
  cursor:pointer;
}
.duxler-services__btn:active{ transform: translateY(0); opacity: .95; }
.duxler-svc__overlay::after{
  content:"";
  position:absolute;
  inset:0;
  /* maroon/red tint */
  background: rgba(80, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 320ms ease-in-out;
}

/* when hovered, tint becomes visible */
.duxler-svc:hover .duxler-svc__overlay::after{
  opacity: 1;
}



@media (max-width: 980px){
    
    .duxler-services__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    
}
@media (max-width: 520px){
  .duxler-services__grid{ gap: 10px; }
  
      .duxler-svc__label {
        font-size: 15px;
        text-align: :center;
    }
        .duxler-svc {
        min-height: 140px;
    }
    
}
	
