	.oil-change-special-section {
  font-family: Arial, sans-serif;
  color: #111;
  overflow: hidden;
}

.oil-change-special-hero {
  position: relative;
  background-image: url('https://jimwhaleytires.com/wp-content/uploads/2026/03/image-107.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 760px;
  display: flex;
  align-items: center;
}

.oil-change-special-overlay {
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 22%);
}

.oil-change-special-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px 40px;
}

.oil-change-special-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.oil-change-special-title {
  margin: 0;
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  font-style: italic;
  color: #e1272d;
  text-transform: uppercase;
}

.oil-change-special-subtitle-wrap {
  margin-top: 8px;
}

.oil-change-special-subtitle {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 600;
  font-style: italic;
  color: #111;
  text-transform: uppercase;
}

.oil-change-special-note {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
  font-style:italic;
  text-transform: uppercase;
}

.oil-change-special-cards {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.oil-change-special-card {
  width: 100%;
  max-width: 360px;

background: url(https://jimwhaleytires.com/wp-content/uploads/2026/03/Rectangle-1.png) center / cover no-repeat;
  background-color: #e1272d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.oil-change-special-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 20%;
  height: 80%;
  background-image: url("https://jimwhaleytires.com/wp-content/uploads/2026/03/Rectangle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.oil-change-special-card-title {
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
 display:flex;
	flex-direction:column;
}
.oil-change-special-card-sub-title{
	color: #FFF;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;	
	}
.oil-change-special-price {
font-size: 60px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-style: italic;
    font-family: Montserrat !important;
}
.oil-change-special-price small {
  font-size: 50%;
  position: relative;
  top: -18px;
}
	.oil-change-special-card-oil-change{
		color: #FFF;
    font-family: Montserrat !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	}
.oil-change-special-tax-note {
  margin: 22px 0 8px;
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 600;
  color: #111;
}

.oil-change-special-tax-note span {
  color: #e1272d;
  font-weight: 700;
}

.oil-change-special-model-note {
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  font-style: italic;
  font-weight: 600;
}

.oil-change-special-model-note strong {
  color: #e1272d;
  font-weight: 800;
}

.oil-change-special-cta {
  display: inline-block;
  margin-top: 22px;
  padding: 16px 30px;
  background: #e1272d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
     position: relative;
    overflow: hidden;
    transition: color .25s ease;
    border: 2px solid transparent;
}

.oil-change-special-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:#fff;              /* hover bg */
  transform:translateX(-110%);
  opacity:0;
  visibility:hidden;
  transition:transform .35s ease, opacity .2s ease, visibility 0s linear .2s;
  z-index:0;
}
/* text */
.oil-change-special-cta .oil-change-special-cta__btn-text{
  position:relative;
  z-index:1;
  display:inline-block;
  transform:scale(.88);
  transition:transform .25s ease;
  transform-origin:center;
}

/* hover */
.oil-change-special-cta:hover{
  color:#e1272d !important;
  border-color: #e1272d !important;
}
.oil-change-special-cta:hover::before{
  transform:translateX(0);
  opacity:1;
  visibility:visible;
  transition:transform .35s ease, opacity .2s ease;
}
.oil-change-special-cta:hover .oil-change-special-cta_btn-text{
  transform:scale(1);
}

.oil-change-special-features {
  margin-top: 42px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.oil-change-special-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.oil-change-special-feature-icon {
    width: 65px;
    height: 65px;
    text-align: end;
}
	.oil-change-special-feature-icon-auto-width{
		width:auto !important;
	}
	.oil-change-special-feature-icon img{
		    height: 100%;
    width: auto;
		object-fit:contain;
	}
.oil-change-special-feature-text {
      font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    font-family: "Inter", sans-serif !important;
}

.oil-change-special-bottom {
    padding: 48px 20px 54px;
    background-image: url(https://jimwhaleytires.com/wp-content/uploads/2026/03/13905-1-1-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.oil-change-special-bottom-container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.oil-change-special-mini-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}



.oil-change-special-mini-heading p {
     margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}

.oil-change-special-bottom-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
     font-weight: 700;
    text-transform: capitalize;
  color: #111;
}

.oil-change-special-bottom-text {
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.7;
    color: #1A1A1A;
}

.oil-change-special-bottom-buttons {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.oil-change-special-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 28px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
        position: relative;
    overflow: hidden;
    transition: color .25s ease;
    border: 2px solid transparent;
}


.oil-change-special-btn-text {
  color: #e1272d;
  background: transparent;
}


.oil-change-special-btn-outline {
  color: #000;
  border: 2px solid #000;
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color .25s ease, border-color .25s ease;
}

.oil-change-special-btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e1272d;
  transform: translateX(-110%);
  opacity: 1;
  visibility: visible;
  transition: transform .35s ease;
  z-index: 0;
}

.oil-change-special-btn-outline .oil-change-special-btn-outline__btn-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: transform .25s ease, color .25s ease;
  transform-origin: center;
}

.oil-change-special-btn-outline:hover {
  color: #fff !important;
  border-color: #e1272d !important;
}

.oil-change-special-btn-outline:hover::before {
  transform: translateX(0);
}

.oil-change-special-btn-outline:hover .oil-change-special-btn-outline__btn-text {
  transform: scale(1);
  color: #fff;
}
@media (max-width: 991px) {
  .oil-change-special-hero {
    min-height: auto;
  }

  .oil-change-special-title {
    font-size: 48px;
  }

  .oil-change-special-subtitle {
    font-size: 28px;
  }

  .oil-change-special-card-title {
    font-size: 20px;
  }

  .oil-change-special-price {
    font-size: 52px;
  }

  .oil-change-special-model-note {
    font-size: 17px;
  }

  .oil-change-special-bottom-title {
    font-size: 34px;
  }

  .oil-change-special-features {
    gap: 24px 30px;
  }
}

@media (max-width: 767px) {
  .oil-change-special-container {
    padding: 36px 30px 30px;
  }

  .oil-change-special-title {
    font-size: 30px;
  }

  .oil-change-special-subtitle {
    font-size: 22px;
	font-weight: 700;
  }

  .oil-change-special-note {
    font-size: 14px;
        max-width: 70%;
        margin: 0 auto;
        margin-top: 10px;
        font-style: italic;
  }

  .oil-change-special-cards {
    margin-top: 22px;
    gap: 16px;
  }

  .oil-change-special-card {
    max-width: 80%;
    padding: 20px 16px 16px;
  }
	..oil-change-special-card-sub-title{
		 font-size: 20px;
	}
	.oil-change-special-card-oil-change {
		font-size:16px;
	}
  .oil-change-special-card-title {
    font-size: 18px;
  }

  .oil-change-special-price {
    font-size: 40px;
  }

  .oil-change-special-tax-note {
    font-size: 15px;
  }

  .oil-change-special-model-note {
    font-size: 15px;
    line-height: 1.6;
  }

  .oil-change-special-cta {
    width: 100%;
    max-width: 300px;
    padding: 14px 18px;
    font-size: 13px;
    margin-top: 10px;
  }

  .oil-change-special-features {
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
   
  }
.oil-change-special-feature-icon {
    width: 30px;
    height: 30px;
	}
.oil-change-special-feature-text {
    font-size: 8px;
	}
  .oil-change-special-feature {
    width: 100%;
    max-width: 260px;
    justify-content: flex-end;
  }

  .oil-change-special-bottom {
            padding: 36px 20px 60px 20px;
  }

.oil-change-special-bottom-title {
        font-size: 24px;
        max-width: 85%;
        margin: 0 auto;
    }

  .oil-change-special-bottom-text {
font-size: 16px;
        line-height: 1.7;
        font-weight: 400;
margin: 5px auto 0;
  }

  .oil-change-special-bottom-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0px;
margin-top: 7px;
  }

  .oil-change-special-btn {
    width: 100%;
    max-width: 320px;
  }
	.oil-change-special-feature{
		    gap: 8px;
	}
	.oil-change-special-mini-heading{
		margin-bottom: 6px;
	}

	.oil-change-special-btn{
		font-size: 14px;
	}
.oil-change-special-btn-outline {
    border: 1.6px solid #000;
    padding: 20px 28px;
	}
	.oil-change-special-mini-heading p{
		font-size: 16px;
	}
	.oil-change-special-card-sub-title{
		font-size: 18px;
	}
    .oil-change-special-card-oil-change {
        font-size: 14px;
    }
	.oil-change-special-card::before{
		left: -10px;
	}
}

	@media (max-width: 420px){
		    .oil-change-special-container {
        padding: 36px 20px 30px;
    }
		.oil-change-special-title {
        font-size: 26px;
    }
    .oil-change-special-subtitle {
        font-size: 18px;
		}
    .oil-change-special-note {
        font-size: 12px;
        max-width: 85%;
		}
.oil-change-special-bottom-text {
        font-size: 14px;
		}
.oil-change-special-bottom-title {
        font-size: 22px;
		}
	}