@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700;800&display=swap');

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/anton/v27/1Ptgg87LROyAm0K0.ttf") format("truetype");
}

.home-container-c {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.home-static .home-section-kicker-c {
  color: #101010;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.history-numbers-heading-c img,
.tire-finder-heading-c img,
.better-way-label-c img,
.trusted-brands-label-c img,
.services-label-c > span,
.faq-label-c > span {
  display: block;
  width: 27px;
  height: 10px;
  flex: 0 0 27px;
}

.services-label-c > span,
.faq-label-c > span {
  background: #FE3B1F;
  -webkit-mask-image: url("../images/icons/accent-lines.svg");
  mask-image: url("../images/icons/accent-lines.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.home-static .location-intro h3 .u-color--primary-300,
.home-static .custom-promos-heading-c .u-color--primary-300 {
  color: #FE3B1F !important;
}

.home-static .custom-promos-heading-c .text--accent-double::before,
.home-static .custom-promos-heading-c .text--accent-double::after {
  width: 27px;
  height: 10px;
  background-color: #FE3B1F;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.history-numbers-c {
  position: relative;
  overflow: hidden;
  padding: 48px 0 44px;
  background: #fff;
}

.history-numbers-c::before {
  content: "";
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 46px;
  background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/Group-1000003656-1-scaled.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 46px;
}

.history-numbers-c .home-container-c {
  position: relative;
  z-index: 1;
}

.history-numbers-heading-c {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
}

.history-numbers-heading-c img {
  height: 10px;
}

.history-numbers-heading-c h2 {
  margin: 0;
}

.history-numbers-grid-c {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.history-numbers-card-c {
  aspect-ratio: 1 / 0.96;
  padding: 28px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FE3B1F;
  border-radius: 22px;
  color: #fff;
  text-align: center;
}

.history-numbers-card-c > img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 18px;
  object-fit: contain;
}

.history-numbers-card-c strong {
  display: block;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.5px;
  white-space: nowrap;
}

.history-numbers-card-c p {
  margin: 14px 0 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.history-numbers-card-c p span {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  line-height: 16px;
}

@media (max-width: 1100px) {
  .home-container-c {
    width: 100%;
  }

  .history-numbers-grid-c {
    gap: 20px;
  }

  .history-numbers-card-c strong {
    font-size: 58px;
    line-height: 58px;
  }
}

.home-static,
.home-static * {
  box-sizing: border-box;
}

.home-static {
  font-family: "Inter", sans-serif;
}

.home-static h1,
.home-static h2,
.home-static h3,
.home-static h4,
.home-static h5,
.home-static h6 {
  font-family: "Montserrat", sans-serif;
}

.tire-finder-c {
  position: relative;
  overflow: hidden;
  padding: 58px 0 41px;
  background-color: #fff;
}

.tire-finder-c::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 50%;
  /* width: 100%; */
  min-width: 1320px;
  height: auto;
  background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/7d5f935e-c2f8-4ef6-9317-538b0a2c2bbc-2-1-1-scaled.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateX(-50%);
  pointer-events: none;
}

.tire-finder-c .home-container-c {
  position: relative;
  z-index: 1;
}

.tire-finder-content-c {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  align-items: start;
  margin-bottom: 0;
  justify-content: start;
}

.tire-finder-copy-c {
  grid-column: 1;
  padding: 47px 0 0 20px;
}

.tire-finder-heading-c {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}

.tire-finder-heading-c img {
  display: block;
  width: 27px;
  height: 10px;
  flex: 0 0 27px;
}

.tire-finder-heading-c strong {
  color: #101010;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.tire-finder-copy-c h2 {
  margin: 0 0 13px;
  color: #090909;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
}

.tire-finder-copy-c h2 span {
  display: block;
  color: #FE3B1F;
}

.tire-finder-copy-c p {
  max-width: 640px;
  margin: 0 0 11px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.tire-finder-copy-c p a {
  color: #FE3B1F;
  text-decoration: none;
}

.tire-finder-benefits-c {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 17px;
}

.tire-finder-benefit-c {
  position: relative;
  min-width: 0;
  padding: 0 10px;
  text-align: center;
}

.tire-finder-benefit-c:first-child {
  padding-left: 0;
}

.tire-finder-benefit-c:last-child {
  padding-right: 0;
}

.tire-finder-benefit-c:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 87px;
  background-color: #d6d6d6;
}

.tire-finder-benefit-icon-c {
  width: 44px;
  height: 44px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 15px;
  border: solid 1px #d0d0d0;
}

.tire-finder-benefit-icon-c img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.tire-finder-benefit-c > strong {
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}

.tire-finder-benefit-c > span {
  display: block;
  margin-top: 1px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
}

.tire-search-widget-c {
  grid-column: 2;
  width: 420px;
  margin: 41px auto 0;
  justify-self: center;
}

.tire-search-widget-c .tire-search__widget,
.tire-search-widget-c .widget--tc,
.tire-search-widget-c #tireconnectabc {
  width: 100% !important;
  max-width: 100% !important;
}

.tire-search-widget-c #tireconnectabc {
  min-height: 300px;
}

.tire-search-widget-c #tireconnectabc > div {
  width: 100% !important;
}

.tire-search-widget-c iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

.tire-featured-brands-c {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 12px;
  padding: 24px 22px 27px;
  background-color: rgba(247, 247, 247, 0.97);
  border-radius: 15px;
}

.tire-featured-brands-heading-c {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;
  margin-bottom: 24px;
}

.tire-featured-brands-heading-c strong {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.tire-featured-brands-heading-c > span {
  display: block;
  height: 1px;
  background-color: #ddd;
}

.tire-featured-brands-heading-c a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FE3B1F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
}

.tire-featured-brands-heading-c a b {
  font-size: 22px;
  font-weight: 400;
  line-height: 10px;
}

.tire-featured-brands-marquee-c {
  width: 100%;
  overflow: hidden;
}

.tire-featured-brands-track-c {
  display: flex;
  width: max-content;
  animation: tire-featured-brands-scroll-c 28s linear infinite;
  will-change: transform;
}



.tire-featured-brands-group-c {
  display: flex;
  align-items: center;
  gap: 92px;
  padding-right: 92px;
  flex-shrink: 0;
}

.tire-featured-brands-group-c img {
  display: block;
  width: 170px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
}

.tire-featured-brands-marquee-c:hover .tire-featured-brands-track-c {
  animation-play-state: paused;
}

@keyframes tire-featured-brands-scroll-c {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tire-featured-brands-track-c {
    animation-play-state: paused;
  }
}

.worry-free-guarantee-c {
  width: 100%;
  overflow: hidden;
  background-color: #FE3B1F;
}

.worry-free-guarantee-c img {
  display: block;
  width: 100%;
  height: auto;
}

.road-hazard-c {
  position: relative;
  overflow: hidden;
  padding: 46px 0 77px;
  background: #fff;
  border-bottom: 4px solid #FE3B1F;
}


.road-hazard-hero-c {
  position: relative;
  min-height: 485px;
  background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/image-311-1-2-scaled.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.road-hazard-shield-c {
      position: absolute;
    top: 8px;
    left: -12px;
    width: 255px;
    display: block;
    object-fit: contain;
    z-index: 2;
    border-right: solid 1.5px #000;
    height: 325px;
}

.road-hazard-content-c {
  padding: 6px 0 0 258px;
  box-sizing: content-box;
}

.road-hazard-content-c h2 {
  margin: 0;
  color: #050505;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 108px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.road-hazard-content-c h2 span {
  display: block;
  color: #FE3B1F;
}

.road-hazard-content-c p {
  max-width: 335px;
  margin: 20px 0 22px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.road-hazard-content-c p strong {
  font-weight: 700;
}

.road-hazard-content-c > a {
  width: 170px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: #FE3B1F;
  border-radius: 4px;
}

.road-hazard-features-c {
  position: relative;
  z-index: 3;
  min-height: 150px;
  margin: -9px 12px 0;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(249, 249, 249, 0.98);
  border: 1px solid #cacaca;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.road-hazard-feature-c {
  position: relative;
  min-width: 0;
  padding: 0 22px;
  text-align: center;
}

.road-hazard-feature-c:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 92px;
  background: #d1d1d1;
}

.road-hazard-feature-c img {
  display: block;
  width: 64px;
  height: 50px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.road-hazard-feature-c h3 {
  display: block;
  margin: 0;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.road-hazard-feature-c p {
  margin: 5px 0 0;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.history-video-c {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.history-video-heading-c {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 28px 20px 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}

.history-video-heading-c img {
  width: 27px;
  height: 10px;
  display: block;
  flex: 0 0 27px;
}

.history-video-heading-c img:last-child {
  display: none;
}

.history-video-heading-c strong {
  font: inherit;
}

.history-video-c video {
  display: block;
  width: 100%;
  height: auto;
}

.better-way-c {
  min-height: 395px;
  padding: 58px 0 54px;
  background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/Group-1000003776-1-scaled.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.better-way-content-c {
  width: 500px;
  max-width: 100%;
  color: #fff;
}

.better-way-label-c {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
}

.better-way-label-c img {
  height: 10px;
}

.better-way-label-c strong {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.better-way-content-c h2 {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0;
}

.better-way-content-c h2 span {
  display: block;
  color: #FE3B1F;
}

.better-way-content-c p {
  max-width: 500px;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.better-way-content-c p strong {
  font-weight: 600;
}

.better-way-content-c > a {
  width: 268px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FE3B1F;
  border-radius: 4px;
}

.trusted-brands-c {
  overflow: hidden;
  padding: 50px 0 43px;
  background: #fff;
  font-family: "Inter", sans-serif;
}

.trusted-brands-heading-c {
  max-width: 710px;
  margin: 0 auto 17px;
  text-align: center;
}

.trusted-brands-label-c {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 17px;
}

.trusted-brands-label-c img {
  height: 10px;
}

.trusted-brands-label-c img:last-child {
  transform: rotateY(180deg);
}

.trusted-brands-heading-c h2 {
  margin: 0 0 13px;
  color: #050505;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
}

.trusted-brands-heading-c h2 span {
  display: block;
}

.trusted-brands-heading-c h2 b {
  color: #FE3B1F;
  font-weight: 700;
}

.trusted-brands-heading-c p {
  max-width: 650px;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.trusted-brands-slider-c {
  position: relative;
  margin-top: 16px;
}

.trusted-brands-fade-c {
  position: relative;
}

.trusted-brands-fade-c::before,
.trusted-brands-fade-c::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 16px;
  z-index: 3;
  width: 70px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.trusted-brands-fade-c::before {
  left: 0;
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0));
}

.trusted-brands-fade-c::after {
  right: 0;
  background: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0));
}

.trusted-brands-fade-c.has-left-fade::before,
.trusted-brands-fade-c.has-right-fade::after {
  opacity: 1;
}

.trusted-brands-track-c {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 1px 16px;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.trusted-brands-track-c::-webkit-scrollbar {
  display: none;
}

.trusted-brands-track-c.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.trusted-brands-card-c {
  width: 312px;
  min-width: 312px;
  height: 216px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  text-decoration: none;
}

.trusted-brands-card-c img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.trusted-brands-progress-c {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 8px;
  overflow: hidden;
  background: #a8a8a8;
}

.trusted-brands-progress-c span {
  position: absolute;
  top: -1px;
  left: 0;
  width: 84px;
  height: 4px;
  display: block;
  background: #FE3B1F;
  border-radius: 3px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.trusted-brands-action-c {
  margin-top: 31px;
  text-align: center;
}

.trusted-brands-action-c a {
  min-width: 268px;
  height: 46px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: #FE3B1F;
  border-radius: 5px;
}

.services-showcase-c {
  padding: 31px 0 45px;
  overflow: hidden;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.services-heading-c {
  margin-bottom: 25px;
}

.services-label-c {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
}

.services-label-c > span {
  position: relative;
}

.services-label-c > span::before,
.services-label-c > span::after {
  content: none;
}

.services-heading-c h2 {
  margin: 0 0 9px;
  color: #050505;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
}

.services-heading-c h2 span {
  display: block;
  color: #FE3B1F;
}

.services-heading-c > p {
  max-width: 1000px;
  margin: 0;
  color: #67686B;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.services-heading-c h3 {
  margin: 18px 0 0;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.services-heading-c h3 span {
  color: #FE3B1F;
}

.services-grid-c {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 19px;
}

.service-card-c {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 -2px 13px rgba(0, 0, 0, 0.14);
}

.service-card-link-c {
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-card-content-c {
  min-height: 181px;
  padding: 16px 21px 14px;
}

.service-card-title-c {
  min-height: 56px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.service-card-title-c img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}

.service-card-title-c h4 {
  margin: 3px 0 0;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}

.service-card-content-c > span {
  width: 39px;
  height: 2px;
  display: block;
  margin: 0 0 11px;
  background: #FE3B1F;
}

.service-card-content-c > p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.service-card-image-c {
  height: 200px;
  border-top: 4px solid #FE3B1F;
}

.service-card-image-c img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}

.services-benefits-c {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr 1.25fr;
  margin-top: 21px;
  padding: 22px 18px 0;
  border-top: 1px solid #b8b8b8;
}

.service-benefit-c {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 22px;
  border-right: 1px solid #c8c8c8;
}

.service-benefit-c:first-child {
  padding-left: 14px;
}

.service-benefit-c:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-benefit-c img {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  object-fit: contain;
}

.service-benefit-c strong {
  display: block;
  margin-bottom: 4px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-benefit-c p {
  margin: 0;
  color: #67686B;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

.services-action-c {
  margin-top: 27px;
  text-align: center;
}

.services-action-c a {
  min-width: 430px;
  height: 58px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: #FE3B1F;
  border-radius: 5px;
  transition: background 0.25s ease;
}

.services-action-c a:hover {
  background: #e82d20;
}

.services-action-c a img {
  display: block;
  width: 20px;
  height: auto;
  flex: 0 0 20px;
}

.tire-brands-c {
  position: relative;
  overflow: hidden;
  padding: 48px 0 25px;
  background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/Group-1000003775-1-scaled.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Inter", sans-serif;
}

.tire-brands-c .home-container-c {
  width: min(1070px, calc(100% - 40px));
  margin: 0 auto;
}

.tire-brands-heading-c {
  text-align: center;
}

.tire-brands-heading-c h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
}

.tire-brands-heading-c h2 span {
  color: #FE3B1F;
}

.tire-brands-heading-c h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.tire-brands-heading-c h3 span {
  color: #FE3B1F;
}

.tire-featured-brands-marquee-c {
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
}

.tire-featured-brands-track-c {
  width: max-content;
  display: flex;
  align-items: center;
  animation: tireFeaturedBrandsMarqueeC 70s linear infinite;
  will-change: transform;
}

.tire-featured-brands-group-c {
  display: flex;
  align-items: center;
  gap: 58px;
  padding-right: 58px;
}

.tire-featured-brands-group-c img {
  width: 190px;
  height: 50px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.tire-featured-brands-marquee-c:hover .tire-featured-brands-track-c {
  animation-play-state: paused;
}

.tire-brands-center-image-c {
  width: 100%;
  margin: 3px auto -1px;
}

.tire-brands-center-image-c img {
  width: min(100%, 990px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.tire-brands-slider-c {
  position: relative;
}

.tire-brands-track-c {
  display: flex;
  gap: 21px;
  overflow-x: auto;
  padding: 0 0 20px;
  cursor: grab;
  scrollbar-width: none;
  scroll-behavior: auto;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.tire-brands-track-c::-webkit-scrollbar {
  display: none;
}

.tire-brands-track-c.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.tire-brands-next-c {
  position: absolute;
  top: 50%;
  right: -80px;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 0;
  background: #FE3B1F;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.tire-brands-prev-c {
  display: none;
}

.tire-brand-card-c {
  width: 300px;
  min-width: 300px;
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
}

.tire-brand-card-c img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.tire-brands-progress-c {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.tire-brands-progress-c span {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 3px;
  display: block;
  background: #FE3B1F;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.tire-brands-action-c {
  margin-top: 30px;
  text-align: center;
}

.tire-brands-action-c a {
  width: 268px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: #FE3B1F;
  border-radius: 5px;
  transition: background 0.25s ease;
}

.tire-brands-action-c a:hover {
  background: #e72f22;
}

@keyframes tireFeaturedBrandsMarqueeC {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.drivers-video-c {
  width: 100%;
  overflow: hidden;
  line-height: 0;
   margin: 40px 0;
}

.drivers-video-desktop-c,
.drivers-video-mobile-c {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.drivers-video-mobile-c {
  display: none;
}

.reviews-trust-c {
  overflow: hidden;
  padding: 38px 0 28px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

/* .reviews-trust-c .home-container-c {
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
} */

.reviews-trust-layout-c {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  align-items: center;
}

.reviews-trust-content-c {
  position: relative;
  z-index: 2;
  padding: 14px 0 4px;
}

.reviews-trust-heading-c > strong {
  display: block;
  margin-bottom: 10px;
  color: #FE3B1F;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
}

.reviews-trust-heading-c h2 {
  margin: 0 0 9px;
  color: #050505;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reviews-trust-heading-c h2 span {
  display: block;
  color: #FE3B1F;
}

.reviews-trust-heading-c p {
  max-width: 465px;
  margin: 0;
  color: #67686B;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.reviews-trust-stats-c {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-top: 24px;
}

.reviews-trust-stat-c {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.reviews-trust-stat-c img {
  width: 42px;
  height: 42px;
  display: block;
  flex: 0 0 42px;
  object-fit: contain;
}

.reviews-trust-stat-c:first-child img {
  width: 43px;
  height: 43px;
  flex-basis: 43px;
}

.reviews-trust-stat-c:nth-child(2) img {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.reviews-trust-stat-c:nth-child(3) img {
  width: 43px;
  height: 43px;
  flex-basis: 43px;
}

.reviews-trust-stat-c div {
  display: flex;
  flex-direction: column;
}

.reviews-trust-stat-c strong {
  color: #FE3B1F;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews-trust-stat-c:nth-child(2) strong {
  color: #050505;
  font-size: 16px;
  line-height: 18px;
}

.reviews-trust-stat-c span {
  color: #050505;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews-trust-image-c {
  position: relative;
  width: calc(100% + 36px);
  margin-left: -20px;
}

.reviews-trust-image-c img {
  width: 100%;
  height: auto;
  display: block;
}

.customer-reviews-c {
  overflow: hidden;
  padding: 32px 0 40px;
  background: #f5f5f4;
  font-family: "Inter", sans-serif;
}

/* .customer-reviews-c .home-container-c {
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
} */

.customer-reviews-viewport-c {
  overflow: hidden;
  padding: 1px 0 10px;
}

.customer-reviews-track-c {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.customer-review-card-c {
  min-width: calc((100% - 48px) / 3);
  padding: 19px 22px 17px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}

.customer-review-card-c > img {
  width: 95px;
  height: auto;
  display: block;
  margin-bottom: 19px;
}

.customer-review-card-c > p {
    min-height: 96px;
    margin: 0;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 0 0 20px;
}

.customer-review-author-c {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dddddd;
}

.customer-review-author-c strong {
  color: #050505;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
}

.customer-review-author-c span {
  color: #111111;
  font-size: 15px;
  line-height: 17px;
}

.customer-reviews-navigation-c {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.customer-reviews-navigation-c button {
  width: 26px;
  height: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
  background: #dddddd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.customer-reviews-navigation-c button:hover {
  opacity: 0.75;
}

.customer-reviews-navigation-c button:disabled {
  opacity: 0.4;
  cursor: default;
}

.customer-reviews-navigation-c button span {
  margin-top: -2px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.customer-reviews-dots-c {
  display: flex;
  align-items: center;
  gap: 12px;
}

.customer-reviews-dots-c button {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  background: #d7d7d7;
  border: 0;
  border-radius: 50%;
}

.customer-reviews-dots-c button.is-active {
  background: #FE3B1F;
}

.customer-reviews-action-c {
  margin-top: 34px;
  text-align: center;
}



.customer-reviews-action-c a {
  min-width: 292px;
  height: 46px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: #FE3B1F;
  border-radius: 5px;
  transition: background 0.25s ease;
}

.customer-reviews-action-c a:hover {
  background: #e92f21;
}

.repair-warranty-image-c {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  background: #ffffff;
}

/* .repair-warranty-image-c .home-container-c {
  width: min(1070px, calc(100% - 40px));
  margin: 0 auto;
} */

.repair-warranty-image-c a {
  display: block;
}

.repair-warranty-image-c img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-layout-c {
  position: relative;
  min-height: 480px;
  padding: 34px 0 28px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-17-2026-02_26_10-AM-1-1-scaled.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  font-family: "Inter", sans-serif;
}

.faq-layout-c {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 30px;
  align-items: start;
}

.faq-intro-c {
  position: relative;
  z-index: 2;
}

.faq-label-c {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
}

.faq-label-c > span {
  position: relative;
}

.faq-label-c > span::before,
.faq-label-c > span::after {
  content: none;
}

.faq-intro-c h2 {
  margin: 0;
  color: #000000;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-intro-c h2 span {
  display: block;
  color: #FE3B1F;
}

.faq-intro-c h2::after {
  content: "";
  width: 76px;
  height: 2px;
  display: block;
  margin-top: 13px;
  background: #FE3B1F;
}

.faq-intro-c p {
  max-width: 420px;
  margin: 10px 0 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.faq-accordion-c {
  position: relative;
  z-index: 3;
  padding-top: 20px;
}

.faq-item-c {
  margin-bottom: 12px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.12);
}

.faq-item-c > button {
  width: 100%;
  min-height: 43px;
  padding: 18px 16px 18px 20px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  color: #080808;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-item-c > button > span {
  color: #FE3B1F;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
}

.faq-item-c > button strong {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.faq-item-c > button img {
  width: 17px;
  height: 17px;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.faq-item-c.is-open-c > button img {
  transform: rotate(45deg);
}

.faq-answer-c {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-answer-c > div {
  overflow: hidden;
}

.faq-answer-c p {
  margin: 0;
  padding: 0 55px 14px 57px;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.faq-answer-c a {
  color: #FE3B1F;
  text-decoration: none;
}

.faq-item-c.is-open-c .faq-answer-c {
  grid-template-rows: 1fr;
}

.faq-contact-c {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 11px;
}

.faq-contact-c > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.faq-contact-c > div img {
  width: 29px;
  height: 29px;
  display: block;
  object-fit: contain;
}

.faq-contact-c > div strong {
  display: block;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.faq-contact-c > span {
  padding-left: 13px;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  border-left: 1px solid #bcbcbc;
  white-space: nowrap;
}

.faq-contact-c > a {
  width: 137px;
  height: 37px;
  margin-left: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background: #FE3B1F;
  border-radius: 3px;
}

.faq-label-c .home-section-kicker-c span {
  /* display: block; */
}

.home-static .location-intro__desc {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .home-container-c {
    width: 100%;
  }

  .tire-finder-c {
    padding: 45px 20px 41px;
  }

  .tire-finder-c::before {
    width: 100%;
    height: 520px;
    background-position: right top;
    background-size: auto 520px;
  }

  .tire-finder-content-c {
    min-height: 405px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 20px;
  }

  .tire-finder-copy-c {
    padding-left: 20px;
  }

  .tire-search-widget-c {
    width: min(390px, 100%);
    margin: 41px auto 0;
  }

  .tire-featured-brands-c {
    margin: 12px 30px 0;
  }

  .tire-featured-brands-group-c {
    gap: 75px;
    padding-right: 75px;
  }

  .tire-featured-brands-group-c img {
    width: 155px;
  }

  .road-hazard-c {
    padding: 40px 0 65px;
  }

  .road-hazard-hero-c {
    min-height: 310px;
    background-size: auto 310px;
  }

  .road-hazard-shield-c {
    left: 0;
    width: 180px;
    height: 180px;
  }

  .road-hazard-content-c {
    padding-left: 185px;
  }

  .road-hazard-content-c h2 {
    font-size: 59px;
    letter-spacing: 0;
  }

  .road-hazard-feature-c {
    padding: 0 12px;
  }

  .better-way-c {
    min-height: 370px;
    padding: 52px 0;
    background-position: center;
  }

  .better-way-content-c {
    width: 470px;
  }

  .better-way-content-c h2 {
    font-size: 36px;
    line-height: 41px;
  }

  .better-way-content-c p {
    font-size: 16px;
    line-height: 20px;
  }

  .trusted-brands-c {
    padding: 45px 0 40px;
  }

  .trusted-brands-heading-c h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .trusted-brands-card-c {
    width: 290px;
    min-width: 290px;
    height: 201px;
  }

  .trusted-brands-fade-c::before,
  .trusted-brands-fade-c::after {
    width: 55px;
  }

  .home-container-c {
    width: min(940px, calc(100% - 36px));
  }

  .services-heading-c h2 {
    font-size: 34px;
  }

  .services-grid-c {
    gap: 14px;
  }

  .service-card-content-c {
    min-height: 172px;
    padding: 15px 16px 13px;
  }

  .service-card-title-c {
    gap: 11px;
  }

  .service-card-title-c img {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .service-card-title-c h4 {
    font-size: 14px;
    line-height: 17px;
  }

  .service-card-content-c > p {
    font-size: 14px;
    line-height: 18px;
  }

  .service-card-image-c {
    height: 130px;
  }

  .services-benefits-c {
    padding-left: 0;
    padding-right: 0;
  }

  .service-benefit-c {
    gap: 9px;
    padding: 0 13px;
  }

  .service-benefit-c:first-child {
    padding-left: 5px;
  }

  .service-benefit-c img {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .service-benefit-c strong {
    font-size: 16px;
    line-height: 28px;
  }

  .service-benefit-c p {
    font-size: 11px;
  }

  .tire-brands-c {
    padding-top: 42px;
  }

  .tire-brands-c .home-container-c {
    width: min(940px, calc(100% - 36px));
  }

  .tire-brands-heading-c h2 {
    font-size: 34px;
  }

  .tire-brands-heading-c h3 {
    font-size: 54px;
  }

  .tire-featured-brands-group-c {
    gap: 45px;
    padding-right: 45px;
  }

  .tire-featured-brands-group-c img {
    width: 165px;
    height: 44px;
  }

  .tire-brand-card-c {
    width: 278px;
    min-width: 278px;
  }

  .reviews-trust-c {
    padding: 36px 0 28px;
  }

  .reviews-trust-c .home-container-c {
    width: min(940px, calc(100% - 36px));
  }

  .reviews-trust-layout-c {
    grid-template-columns: 46% 54%;
  }

  .reviews-trust-heading-c h2 {
    font-size: 46px;
  }

  .reviews-trust-heading-c p {
    max-width: 420px;
    font-size: 16px;
    line-height: 21px;
  }

  .reviews-trust-stats-c {
    gap: 28px;
  }

  .reviews-trust-stat-c {
    gap: 9px;
  }

  .reviews-trust-stat-c img,
  .reviews-trust-stat-c:first-child img,
  .reviews-trust-stat-c:nth-child(2) img,
  .reviews-trust-stat-c:nth-child(3) img {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .reviews-trust-stat-c strong {
    font-size: 25px;
    line-height: 24px;
  }

  .reviews-trust-stat-c:nth-child(2) strong,
  .reviews-trust-stat-c span {
    font-size: 13px;
    line-height: 14px;
  }

  .reviews-trust-image-c {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .customer-reviews-c .home-container-c {
    width: min(940px, calc(100% - 36px));
  }

  .customer-reviews-track-c {
    gap: 18px;
  }

  .customer-review-card-c {
    min-width: calc((100% - 36px) / 3);
    padding: 18px;
  }

  .customer-review-card-c > p {
    font-size: 14px;
    line-height: 16px;
  }

  .repair-warranty-image-c {
    padding: 35px 0;
  }

  .repair-warranty-image-c .home-container-c {
    width: min(940px, calc(100% - 36px));
  }

  .faq-layout-c {
    min-height: 430px;
    background-size: auto 94%;
  }

  .faq-layout-c {
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 25px;
  }

  .faq-intro-c h2 {
    font-size: 47px;
  }
}

@media (max-width: 768px) {
  .home-container-c {
    width: calc(100% - 32px);
  }

  .history-numbers-c {
    padding: 40px 0;
  }

  .history-numbers-c::before {
    top: 146px;
  }

  .history-numbers-grid-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .history-numbers-card-c {
    aspect-ratio: 1 / 1;
    padding: 22px 12px;
  }

  .history-numbers-card-c > img {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .history-numbers-card-c strong {
    font-size: 44px;
    line-height: 44px;
  }

  .history-numbers-card-c p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
  }

  .history-numbers-card-c p span {
    font-size: 13px;
    line-height: 15px;
  }

  .home-container-c {
    width: calc(100% - 32px);
  }

  .tire-finder-c {
    padding: 42px 0 32px;
  }

  .tire-finder-c::before {
    top: 280px;
    left: auto;
    right: -135px;
    width: 640px;
    height: 455px;
    background-position: right top;
    background-size: auto 430px;
    transform: none;
    opacity: 0.23;
  }

  .tire-finder-content-c {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tire-finder-copy-c,
  .tire-search-widget-c {
    grid-column: 1;
  }

  .tire-finder-copy-c {
    max-width: 520px;
    padding-top: 0;
    padding-left: 0;
  }

  .tire-finder-copy-c p {
    max-width: 500px;
  }

  .tire-search-widget-c {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .tire-featured-brands-c {
    margin: 35px 0 0;
  }

  .tire-featured-brands-group-c {
    gap: 60px;
    padding-right: 60px;
  }

  .tire-featured-brands-group-c img {
    width: 145px;
    height: 32px;
  }

  .worry-free-guarantee-c img {
    width: auto;
    max-width: none;
    height: 118px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .road-hazard-c {
    padding: 35px 0 50px;
  }

  .road-hazard-hero-c {
    min-height: auto;
    background-size: auto 300px;
    background-position: center bottom;
  }

  .road-hazard-shield-c {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 160px;
    margin: 0 auto 15px;
    border: 0;
  }

  .road-hazard-content-c {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .road-hazard-content-c h2 {
    font-size: 54px;
    line-height: 0.95;
  }

  .road-hazard-content-c p {
    max-width: 370px;
    margin: 15px auto;
  }

  .road-hazard-features-c {
    margin: 18px 0 0;
    padding: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 0;
  }

  .road-hazard-feature-c {
    min-height: 105px;
    padding: 0 15px;
  }

  .road-hazard-feature-c:nth-child(2)::after {
    display: none;
  }

  .road-hazard-feature-c:nth-child(1)::after,
  .road-hazard-feature-c:nth-child(3)::after {
    height: 90px;
  }

  .better-way-c {
           min-height: auto;
        padding: 42px 0;
        background-position: 30% center;
  }

  .better-way-content-c {
    width: 430px;
  }

  .better-way-content-c h2 {
    font-size: 33px;
    line-height: 38px;
  }

  .better-way-content-c p {
    font-size: 16px;
    line-height: 20px;
  }

  .trusted-brands-c {
    padding: 40px 0 36px;
  }

  .trusted-brands-heading-c {
    max-width: 600px;
  }

  .trusted-brands-label-c {
    margin-bottom: 14px;
  }

  .trusted-brands-label-c strong {
    font-size: 15px;
    line-height: 17px;
  }

  .trusted-brands-heading-c h2 {
    font-size: 31px;
    line-height: 35px;
  }

  .trusted-brands-heading-c p {
    font-size: 16px;
    line-height: 20px;
  }

  .trusted-brands-track-c {
    gap: 18px;
  }

  .trusted-brands-card-c {
    width: 276px;
    min-width: 276px;
    height: 191px;
  }

  .trusted-brands-fade-c::before,
  .trusted-brands-fade-c::after {
    width: 35px;
  }

  .services-showcase-c {
    padding: 38px 0;
  }

  .home-container-c {
    width: min(700px, calc(100% - 30px));
  }

  .services-heading-c {
    margin-bottom: 22px;
  }

  .services-label-c strong {
    font-size: 13px;
    line-height: 16px;
  }

  .services-heading-c h2 {
    font-size: 31px;
    line-height: 1.13;
  }

  .services-heading-c > p {
    font-size: 15px;
    line-height: 21px;
  }

  .services-grid-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .service-card-content-c {
    min-height: 158px;
    padding: 18px 20px 15px;
  }

  .service-card-title-c img {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .service-card-title-c h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .service-card-content-c > p {
    font-size: 15px;
    line-height: 19px;
  }

  .service-card-image-c {
    height: 180px;
  }

  .services-benefits-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding-top: 12px;
  }

  .service-benefit-c {
    min-height: 77px;
    padding: 13px 18px;
    border-bottom: 1px solid #c8c8c8;
  }

  .service-benefit-c:nth-child(2) {
    border-right: 0;
  }

  .service-benefit-c:nth-child(3),
  .service-benefit-c:nth-child(4) {
    border-bottom: 0;
  }

  .service-benefit-c:first-child {
    padding-left: 18px;
  }

  .service-benefit-c img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .service-benefit-c strong {
    font-size: 16px;
    line-height: 28px;
  }

  .service-benefit-c p {
    font-size: 11px;
  }

  .tire-brands-c {
    padding: 38px 0 30px;
  }

  .tire-brands-c .home-container-c {
    width: min(700px, calc(100% - 30px));
  }

  .tire-brands-heading-c h2 {
    font-size: 29px;
  }

  .tire-brands-heading-c h3 {
    font-size: 42px;
    line-height: 1.05;
  }

  .tire-featured-brands-marquee-c {
    margin-top: 18px;
  }



  .tire-featured-brands-group-c {
    gap: 34px;
    padding-right: 34px;
  }

  .tire-featured-brands-group-c img {
    width: 145px;
    height: 39px;
  }

  .tire-brands-center-image-c {
    margin-top: 8px;
  }

  .tire-brands-track-c {
    gap: 17px;
  }

  .tire-brand-card-c {
    width: 260px;
    min-width: 260px;
  }

  .drivers-video-desktop-c {
    display: none;
  }

  .drivers-video-mobile-c {
    display: block;
  }

  .reviews-trust-c {
    padding: 38px 0 30px;
  }

  .reviews-trust-c .home-container-c {
    width: min(700px, calc(100% - 30px));
  }

  .reviews-trust-layout-c {
    grid-template-columns: 1fr;
  }

  .reviews-trust-content-c {
    padding: 0;
    text-align: center;
  }

  .reviews-trust-heading-c > strong {
    font-size: 15px;
  }

  .reviews-trust-heading-c h2 {
    font-size: 44px;
  }

  .reviews-trust-heading-c p {
    max-width: 560px;
    margin: 0 auto;
  }

  .reviews-trust-stats-c {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 35px;
    margin-top: 25px;
  }

  .reviews-trust-stat-c:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .reviews-trust-image-c {
    width: 100%;
    max-width: 610px;
    margin: 24px auto 0;
  }

  .customer-reviews-c {
    padding: 30px 0 36px;
  }

  .customer-reviews-c .home-container-c {
    width: min(700px, calc(100% - 30px));
  }

  .customer-reviews-track-c {
    gap: 18px;
  }

  .customer-review-card-c {
    min-width: calc((100% - 18px) / 2);
  }

  .customer-review-card-c > p {
    min-height: 112px;
  }

  .customer-reviews-action-c {
    margin-top: 28px;
  }

  .repair-warranty-image-c {
    padding: 30px 0;
  }

  .repair-warranty-image-c .home-container-c {
    width: min(700px, calc(100% - 30px));
  }

  .faq-layout-c {
    min-height: 0;
    padding: 35px 0;
    background-position: left 205px;
    background-size: 500px auto;
  }

  .faq-layout-c {
    grid-template-columns: 1fr;
    gap: 250px;
  }

  .faq-intro-c {
    max-width: 400px;
  }

  .faq-intro-c h2 {
    font-size: 48px;
    line-height: 55px;
  }

  .faq-intro-c p {
    max-width: 230px;
    font-size: 14px;
    line-height: 18px;
  }

  .faq-accordion-c {
    padding-top: 0;
  }

  .faq-item-c > button {
    min-height: 50px;
  }

  .faq-item-c > button strong {
    font-size: 13px;
    line-height: 16px;
  }

  .faq-answer-c p {
    font-size: 13px;
    line-height: 17px;
  }

  .faq-contact-c {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.history-numbers-card-c > img {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
}

.tire-finder-benefit-icon-c {
  width: 50px;
  height: 50px;
}

.tire-finder-benefit-icon-c img {
  width: 36px;
  height: 36px;
}

.road-hazard-feature-c img {
      width: 75px;
    height: 75px;
}

.service-card-title-c img {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.service-benefit-c img,
.reviews-trust-stat-c img,
.reviews-trust-stat-c:first-child img,
.reviews-trust-stat-c:nth-child(2) img,
.reviews-trust-stat-c:nth-child(3) img {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.faq-item-c > button img {
  width: 20px;
  height: 20px;
}

@media (max-width: 480px) {
  .home-container-c {
    width: calc(100% - 30px);
  }

  .history-numbers-c {
    padding: 34px 0;
  }

  .history-numbers-c::before {
    top: 132px;
    height: 40px;
    background-size: auto 40px;
  }

  .history-numbers-heading-c {
    gap: 7px;
    margin-bottom: 18px;
  }

  .history-numbers-heading-c img {
    width: 27px;
    height: 10px;
    flex-basis: 27px;
  }

  .history-numbers-heading-c h2 {
    font-size: 13px;
    line-height: 14px;
  }

  .history-numbers-grid-c {
    gap: 14px;
  }

  .history-numbers-card-c {
    aspect-ratio: 1 / 1;
    padding: 18px 8px;
    border-radius: 18px;
  }

  .history-numbers-card-c > img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .history-numbers-card-c strong {
    font-size: 33px;
    line-height: 33px;
    letter-spacing: -0.5px;
  }

  .history-numbers-card-c p {
    margin-top: 7px;
    font-size: 15px;
    line-height: 15px;
  }

  .history-numbers-card-c p span {
    font-size: 12px;
    line-height: 11px;
  }

  .home-container-c {
    width: calc(100% - 30px);
  }

  .tire-finder-c {
    padding: 34px 0 26px;
  }

  .tire-finder-c::before {
    top: 350px;
    right: -185px;
    opacity: 0.18;
  }

  .tire-finder-copy-c h2 {
    font-size: 29px;
    line-height: 30px;
  }

  .tire-finder-copy-c p {
    font-size: 15px;
    line-height: 19px;
  }

  .tire-finder-benefits-c {
    margin-top: 22px;
  }

  .tire-finder-benefit-c {
    padding: 0 5px;
  }

  .tire-finder-benefit-c:not(:last-child)::after {
    height: 82px;
  }

  .tire-finder-benefit-icon-c {
    width: 41px;
    height: 41px;
  }

  .tire-finder-benefit-icon-c img {
    width: 28px;
    height: 28px;
  }

  .tire-finder-benefit-c > strong {
    font-size: 11px;
    line-height: 12px;
    white-space: normal;
  }

  .tire-finder-benefit-c > span {
    font-size: 10px;
    line-height: 11px;
    white-space: normal;
  }

  .tire-search-widget-c {
    max-width: 100%;
  }

  .tire-featured-brands-c {
    padding: 21px 16px 24px;
    border-radius: 12px;
  }

  .tire-featured-brands-heading-c {
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-bottom: 22px;
  }

  .tire-featured-brands-heading-c > span {
    display: none;
  }

  .tire-featured-brands-heading-c strong {
    font-size: 12px;
  }

  .tire-featured-brands-heading-c a {
    gap: 5px;
    font-size: 11px;
  }



  .tire-featured-brands-group-c {
    gap: 45px;
    padding-right: 45px;
  }

  .tire-featured-brands-group-c img {
    width: 125px;
    height: 28px;
  }

  .worry-free-guarantee-c img {
    height: 88px;
  }

  .road-hazard-c {
    padding: 0 0 34px;
    border-bottom-width: 3px;
  }

  .road-hazard-hero-c {
    min-height: 336px;
    background-size: auto 336px;
    background-position: 52% bottom;
  }

  .road-hazard-shield-c {
      position: absolute;
    top: 34px;
    right: 46px;
    left: auto;
    width: 124px;
    height: 134px;
    margin: 0;
    border: 0;
    object-fit: contain;
  }

  .road-hazard-content-c {
    padding: 31px 0 0 3px;
    text-align: left;
    position: relative;
    z-index: 3;
  }

  .road-hazard-content-c h2 {
    font-size: 44px;
    line-height: 0.96;
    letter-spacing: 0;
  }

  .road-hazard-content-c p {
    max-width: 175px;
    margin: 10px 0 14px;
    font-size: 14px;
    line-height: 17px;
  }

  .road-hazard-content-c > a {
    width: 165px;
    height: 40px;
  }

  .road-hazard-features-c {
    margin-top: 13px;
    padding: 17px 8px 16px;
    gap: 18px 0;
    border-radius: 11px;
  }

  .road-hazard-feature-c {
    min-height: 96px;
    padding: 0 6px;
  }

  .road-hazard-feature-c img {
    width: 48px;
    height: 38px;
  }

  .road-hazard-feature-c h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .road-hazard-feature-c p {
    font-size: 10px;
    line-height: 11px;
  }

  .better-way-c {
         min-height: auto;
        padding: 42px 0;
        background-position: 30% center;
  }

  .better-way-label-c {
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 14px;
  }

  .better-way-label-c img {
    width: 27px;
    height: 10px;
    flex-basis: 27px;
    margin-top: 2px;
  }

  .better-way-label-c strong {
    font-size: 13px;
    line-height: 15px;
  }

  .better-way-content-c {
    width: 100%;
  }

  .better-way-content-c h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .better-way-content-c p {
    max-width: 330px;
    font-size: 15px;
    line-height: 19px;
  }

  .better-way-content-c > a {
    width: 230px;
    height: 43px;
    font-size: 16px;
  }

  .trusted-brands-c {
    padding: 34px 0 30px;
  }

  .trusted-brands-label-c {
    gap: 6px;
  }

  .trusted-brands-label-c img {
    width: 27px;
    height: 10px;
  }

  .trusted-brands-label-c strong {
    font-size: 12px;
    line-height: 14px;
  }

  .trusted-brands-heading-c h2 {
    font-size: 27px;
    line-height: 31px;
  }

  .trusted-brands-heading-c p {
    font-size: 15px;
    line-height: 19px;
  }

  .trusted-brands-slider-c {
    margin-top: 20px;
  }

  .trusted-brands-track-c {
    gap: 14px;
    padding-bottom: 14px;
  }

  .trusted-brands-card-c {
    width: 260px;
    min-width: 260px;
    height: 180px;
  }

  .trusted-brands-fade-c::before,
  .trusted-brands-fade-c::after {
    width: 22px;
  }

  .trusted-brands-progress-c span {
    width: 65px;
  }

  .trusted-brands-action-c {
    margin-top: 26px;
  }

  .trusted-brands-action-c a {
    min-width: 230px;
    height: 44px;
    font-size: 16px;
  }

  .services-showcase-c {
    padding: 32px 0;
  }

  .home-container-c {
    width: calc(100% - 24px);
  }

  .services-label-c {
    align-items: flex-start;
    gap: 7px;
  }

  .services-label-c > span {
    margin-top: 2px;
    flex: 0 0 19px;
  }

  .services-label-c strong {
    font-size: 11px;
    line-height: 14px;
  }

  .services-heading-c h2 {
    font-size: 27px;
    line-height: 1.17;
    letter-spacing: -0.4px;
  }

  .services-heading-c > p {
    font-size: 14px;
    line-height: 19px;
  }

  .services-heading-c h3 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 19px;
  }

  .services-grid-c {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card-content-c {
    min-height: auto;
    padding: 18px 20px 17px;
  }

  .service-card-title-c {
    min-height: 52px;
  }

  /* .service-card-title-c h4 br {
    display: none;
  } */

  .service-card-image-c {
    height: 205px;
  }

  .services-benefits-c {
    grid-template-columns: 1fr;
    margin-top: 18px;
    padding-top: 7px;
  }

  .service-benefit-c,
  .service-benefit-c:first-child {
    min-height: 70px;
    padding: 12px 8px;
    border-right: 0;
    border-bottom: 1px solid #c8c8c8;
  }

  .service-benefit-c:nth-child(3) {
    border-bottom: 1px solid #c8c8c8;
  }

  .service-benefit-c:last-child {
    border-bottom: 0;
  }

  .service-benefit-c strong {
    font-size: 16px;
    line-height: 28px;
  }

  .services-action-c {
    margin-top: 22px;
  }

  .services-action-c a {
    min-width: 0;
    height: 47px;
    padding: 0 20px;
    font-size: 16px;
  }

  .tire-brands-c {
    padding: 31px 0 27px;
    background-position: center top;
  }

  .tire-brands-c .home-container-c {
    width: calc(100% - 24px);
  }

  .tire-brands-heading-c h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .tire-brands-heading-c h3 {
    font-size: 33px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .tire-featured-brands-marquee-c {
    width: calc(100% + 24px);
    margin-left: -12px;
  }



  .tire-featured-brands-group-c {
    gap: 28px;
    padding-right: 28px;
  }

  .tire-featured-brands-group-c img {
    width: 125px;
    height: 34px;
  }

  .tire-brands-center-image-c {
    width: calc(100% + 24px);
    margin: 9px 0 0 -12px;
  }

  .tire-brands-track-c {
    gap: 14px;
    padding-bottom: 16px;
  }

  .tire-brand-card-c {
    width: 245px;
    min-width: 245px;
  }

  .tire-brands-progress-c span {
    width: 58px;
  }

  .tire-brands-action-c {
    margin-top: 24px;
  }

  .tire-brands-action-c a {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }

  .reviews-trust-c {
    padding: 32px 0 25px;
  }

  .reviews-trust-c .home-container-c {
    width: calc(100% - 24px);
  }

  .reviews-trust-heading-c > strong {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
  }

  .reviews-trust-heading-c h2 {
    font-size: 33px;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .reviews-trust-heading-c p {
    font-size: 15px;
    line-height: 20px;
  }

  .reviews-trust-stats-c {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 15px 18px;
    max-width: 280px;
    margin: 23px auto 0;
    text-align: left;
  }

  .reviews-trust-stat-c:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .reviews-trust-stat-c {
    gap: 13px;
  }

  .reviews-trust-stat-c img,
  .reviews-trust-stat-c:first-child img,
  .reviews-trust-stat-c:nth-child(2) img,
  .reviews-trust-stat-c:nth-child(3) img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .reviews-trust-stat-c strong {
    font-size: 27px;
    line-height: 25px;
  }

  .reviews-trust-stat-c:nth-child(2) strong,
  .reviews-trust-stat-c span {
    font-size: 14px;
    line-height: 15px;
  }

  .reviews-trust-image-c {
    width: calc(100% + 24px);
    margin: 22px 0 0 -12px;
  }

  .customer-reviews-c {
    padding: 25px 0 30px;
  }

  .customer-reviews-c .home-container-c {
    width: calc(100% - 24px);
  }

  .customer-reviews-track-c {
    gap: 14px;
  }

  .customer-review-card-c {
    min-width: 100%;
    padding: 20px;
  }

  .customer-review-card-c > img {
    width: 88px;
    margin-bottom: 17px;
  }

  .customer-review-card-c > p {
    min-height: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .customer-reviews-navigation-c {
    margin-top: 13px;
    gap: 16px;
  }

  .customer-reviews-action-c {
    margin-top: 24px;
  }

  .customer-reviews-action-c a {
    width: 100%;
    min-width: 0;
    height: 45px;
    font-size: 16px;
  }

  .repair-warranty-image-c {
    padding: 24px 0;
  }

  .repair-warranty-image-c .home-container-c {
    width: calc(100% - 24px);
  }

  .faq-section-c {
    padding: 30px 0;
    background-position: left 190px;
    background-size: 390px auto;
  }

  .faq-section-c .home-container-c {
    width: calc(100% - 24px);
  }

  .faq-layout-c {
    gap: 225px;
  }

  .faq-label-c strong {
    font-size: 11px;
    line-height: 13px;
  }

  .faq-intro-c h2 {
    font-size: 42px;
    letter-spacing: 0;
  }

  .faq-intro-c p {
    max-width: 230px;
    font-size: 13px;
    line-height: 17px;
  }

  .faq-item-c {
    margin-bottom: 10px;
  }

  .faq-item-c > button {
    min-height: 56px;
    padding: 10px 12px;
    grid-template-columns: 25px minmax(0, 1fr) 17px;
    gap: 25px;
  }

  .faq-item-c > button > span {
    font-size: 18px;
  }

  .faq-item-c > button strong {
    font-size: 11px;
    line-height: 14px;
  }

  .faq-item-c > button img {
    width: 16px;
    height: 16px;
  }

  .faq-answer-c p {
    padding: 0 13px 13px 45px;
    font-size: 12px;
    line-height: 16px;
  }

  .faq-contact-c {
    /* display: grid; */
    grid-template-columns: 1fr;
    gap: 9px;
    justify-items: start;
    margin-top: 17px;
  }

  .faq-contact-c > span {
    padding-left: 0;
    border-left: 0;
    font-size: 11px;
  }

  .faq-contact-c > a {
    width: 125px;
    height: 34px;
    margin-left: 0;
    font-size: 11px;
  }

  .history-numbers-card-c > img {
    width: 38px;
    height: 38px;
    margin-bottom: 11px;
  }

  .tire-finder-benefit-icon-c {
    width: 46px;
    height: 46px;
  }

  .tire-finder-benefit-icon-c img {
    width: 32px;
    height: 32px;
  }

  .road-hazard-feature-c img {
    width: 58px;
    height: 45px;
  }

  .service-card-title-c img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .service-benefit-c img,
  .reviews-trust-stat-c img,
  .reviews-trust-stat-c:first-child img,
  .reviews-trust-stat-c:nth-child(2) img,
  .reviews-trust-stat-c:nth-child(3) img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}


.jwrb-banner {
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("https://jimwhaleytires.com/wp-content/uploads/2026/07/3865-10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5px !important;
}

.jwrb-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(90 90 90 / 29%);
  z-index: 0;
}

.jwrb-banner > * {
  position: relative;
  z-index: 1;
}

.jwrb-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.jwrb-count {
  color: #FE3B1F;
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}

.jwrb-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}

.jwrb-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: 3px;
}

.jwrb-stars img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.jwrb-track {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 38%;
  max-width: 520px;
  height: auto;
  pointer-events: none;
  transform: translateY(-50%);
}

.jwrb-track-left {
  left: -45px;
}

.jwrb-track-right {
  right: -45px;
}

@media (max-width: 1024px) {
  .jwrb-banner {
    padding: 18px 20px;
  }

  .jwrb-count {
    font-size: 27px;
  }

  .jwrb-text {
    font-size: 17px;
  }

  .jwrb-stars img {
    width: 19px;
    height: 19px;
  }

  .jwrb-track {
    width: 42%;
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .jwrb-banner {
    padding: 18px 15px;
  }

  .jwrb-content {
    gap: 7px 9px;
  }

  .jwrb-count {
    font-size: 25px;
  }

  .jwrb-text {
    font-size: 15px;
  }

  .jwrb-stars {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .jwrb-stars img {
    width: 19px;
    height: 19px;
  }

  .jwrb-track {
    width: 70%;
    opacity: 0.55;
  }

  .jwrb-track-left {
    left: -300px;
    width: 100%;
  }

  .jwrb-track-right {
    right: -284px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .history-numbers-heading-c img,
  .tire-finder-heading-c img,
  .better-way-label-c img,
  .trusted-brands-label-c img,
  .services-label-c > span,
  .faq-label-c > span {
    width: 27px;
    height: 10px;
    flex: 0 0 27px;
  }
}

@media (max-width: 768px) {

  .services-mobile-dots-c button:nth-child(5) {
  display: none !important;
}

  .home-static .history-video-c {
    height: clamp(250px, 82vw, 360px);
  }

  .home-static .history-video-c video {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .home-static .home-section-kicker-c,
  .home-static .tire-featured-brands-heading-c strong,
  .home-static .better-way-label-c strong,
  .home-static .trusted-brands-label-c strong,
  .home-static .services-label-c strong,
  .home-static .reviews-trust-heading-c > strong,
  .home-static .faq-label-c strong {
    font-size: 14px;
    line-height: 20.255px;
    letter-spacing: 0;
  }

  .home-static .tire-finder-copy-c h2,
  .home-static .better-way-content-c h2,
  .home-static .trusted-brands-heading-c h2,
  .home-static .services-heading-c h2 {
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 0;
  }

  .home-static .reviews-trust-heading-c h2,
  .home-static .faq-intro-c h2 {
    font-size: 39.978px;
    line-height: 43.093px;
    letter-spacing: 0;
  }

  .home-static .tire-finder-copy-c p,
  .home-static .road-hazard-content-c p,
  .home-static .better-way-content-c p,
  .home-static .trusted-brands-heading-c p,
  .home-static .services-heading-c > p,
  .home-static .reviews-trust-heading-c p,
  .home-static .faq-intro-c p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .home-static .history-numbers-heading-c {
    margin-bottom: 14px;
  }

  .home-static .history-numbers-card-c strong {
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 0;
  }

  .home-static .history-numbers-card-c p {
    font-size: 10px;
    line-height: 12px;
  }

  .home-static .history-numbers-card-c p span {
    font-size: 8px;
    line-height: 10px;
  }

  .home-static .tire-finder-benefit-c > strong {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0;
  }

  .home-static .tire-finder-benefit-c > span {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0;
  }

  .home-static .tire-featured-brands-heading-c a {
    font-size: 11px;
    line-height: 15px;
  }

  .home-static .road-hazard-content-c h2 {
    font-size: 39.978px;
    line-height: 43.093px;
    letter-spacing: 0;
  }

  .home-static .road-hazard-content-c > a,
  .home-static .better-way-content-c > a,
  .home-static .trusted-brands-action-c a,
  .home-static .services-action-c a,
  .home-static .tire-brands-action-c a,
  .home-static .customer-reviews-action-c a {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .home-static .road-hazard-feature-c h3 {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
  }

  .home-static .road-hazard-feature-c p {
    font-size: 8px;
    line-height: 10px;
  }

  .home-static .service-card-title-c h4 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .home-static .service-card-content-c > p {
    font-size: 13.714px;
    line-height: 18px;
  }

  .home-static .services-heading-c h3 {
    font-size: 15px;
    line-height: 19px;
  }

  .home-static .service-benefit-c strong {
    font-size: 9.5px;
    line-height: 10px;
    letter-spacing: 0;
  }

  .home-static .service-benefit-c p {
    font-size: 7.75px;
    line-height: 10px;
  }

  .home-static .tire-brands-heading-c h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .home-static .tire-brands-heading-c h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
  }

  .home-static .reviews-trust-stat-c strong {
    font-size: 22px;
    line-height: 24px;
  }

  .home-static .reviews-trust-stat-c:nth-child(2) strong,
  .home-static .reviews-trust-stat-c span {
    font-size: 12px;
    line-height: 14px;
  }

  .home-static .customer-review-card-c > p,
  .home-static .customer-review-author-c span {
    font-size: 12px;
    line-height: 16px;
  }

  .home-static .customer-review-author-c strong {
    font-size: 14px;
    line-height: 18px;
  }

  .home-static .faq-item-c > button > span {
    font-size: 22.798px;
    line-height: 34.868px;
  }

  .home-static .faq-item-c > button strong {
    font-size: 12.07px;
    line-height: 15px;
    letter-spacing: 0;
  }

  .home-static .faq-answer-c p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  .home-static .home-container-c,
  .home-static .tire-brands-c .home-container-c,
  .home-static .reviews-trust-c .home-container-c,
  .home-static .customer-reviews-c .home-container-c,
  .home-static .repair-warranty-image-c .home-container-c,
  .home-static .faq-section-c .home-container-c {
    width: calc(100% - 32px);
  }

  .home-static .history-numbers-c {
    padding: 18px 0 20px;
  }

  .home-static .history-numbers-c::before {
    top: 74px;
    height: 32px;
    background-size: auto 32px;
  }

  .home-static .history-numbers-heading-c {
    margin-bottom: 10px;
  }

  .home-static .history-numbers-grid-c {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .home-static .history-numbers-card-c {
    aspect-ratio: auto;
    min-height: 84px;
    padding: 9px 4px 8px;
    border-radius: 4px;
    justify-content: start;
  }

  .home-static .history-numbers-card-c > img {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
  }

  .home-static .history-numbers-card-c strong {
    font-size: 18px;
    line-height: 19px;
  }

  .home-static .history-numbers-card-c p {
    margin-top: 4px;
    font-size: 8px;
    line-height: 10px;
  }

  .home-static .history-numbers-card-c p span {
    font-size: 6px;
    line-height: 8px;
  }

  .home-static .services-grid-c {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    padding: 1px 1px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-static .services-grid-c::-webkit-scrollbar {
    display: none;
  }

  .home-static .service-card-c {
    width: 178px;
    min-width: 178px;
    scroll-snap-align: start;
  }

  .home-static .service-card-content-c {
    padding: 15px 13px 12px;
  }

  .home-static .service-card-title-c {
    min-height: 40px;
    gap: 8px;
    align-items: center;
  }

  .home-static .service-card-title-c img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .home-static .service-card-title-c h4 {
    margin-top: 1px;
    font-size: 12px;
    line-height: 15px;
  }

  .home-static .service-card-content-c > span {
    width: 30px;
    margin-bottom: 8px;
  }

  .home-static .service-card-content-c > p {
    font-size: 11px;
    line-height: 14px;
  }

  .home-static .service-card-image-c,
  .home-static .service-card-image-c img {
    height: 126px;
  }

  .home-static .services-benefits-c {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
    padding: 14px 0 0;
  }

  .home-static .service-benefit-c,
  .home-static .service-benefit-c:first-child {
    min-height: 0;
    padding: 0 5px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    border-right: 1px solid #c8c8c8;
    border-bottom: 0;
  }

  .home-static .service-benefit-c:last-child {
    border-right: 0;
  }

  .home-static .service-benefit-c img {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  /* .home-static .service-benefit-c strong {
    margin-bottom: 2px;
    font-size: 7.75px;
    line-height: 9px;
    white-space: normal;
  } */

  .home-static .service-benefit-c p {
    font-size: 6px;
    line-height: 9px;
  }

  .home-static .services-action-c {
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .home-static .reviews-trust-heading-c > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FE3B1F;
    white-space: nowrap;
  }

  .home-static .reviews-trust-heading-c > strong::before,
  .home-static .reviews-trust-heading-c > strong::after {
    content: "";
    width: 27px;
    height: 10px;
    display: block;
    flex: 0 0 27px;
    background-image: url("../images/icons/accent-lines.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .home-static .reviews-trust-heading-c > strong::after {
    transform: scaleX(-1);
  }

  .home-static .reviews-trust-stats-c {
    display: flex;
    justify-content: center;
    gap: 18px;
    max-width: none;
  }

  .home-static .reviews-trust-stat-c:nth-child(3) {
    grid-column: auto;
    justify-self: auto;
  }

  .home-static .customer-reviews-c .home-container-c {
    overflow: hidden;
  }

  .home-static .customer-reviews-viewport-c {
    overflow: visible;
  }

  .home-static .customer-reviews-track-c {
    gap: 22px;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .home-static .customer-reviews-track-c.is-dragging {
    cursor: grabbing;
  }

  .home-static .customer-review-card-c {
    min-width: calc(100% - 80px);
  }

  .home-static .history-video-heading-c strong {
    max-width: 210px;
    text-align: center;

  }
}

@media (max-width: 480px) {
  .home-static .reviews-trust-stats-c {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: none;
  }

  .home-static .reviews-trust-stat-c,
  .home-static .reviews-trust-stat-c:nth-child(3) {
    min-width: 0;
    gap: 5px;
    grid-column: auto;
    justify-self: auto;
  }

  .home-static .reviews-trust-stat-c img,
  .home-static .reviews-trust-stat-c:first-child img,
  .home-static .reviews-trust-stat-c:nth-child(2) img,
  .home-static .reviews-trust-stat-c:nth-child(3) img {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .home-static .reviews-trust-stat-c strong {
    font-size: 17px;
    line-height: 17px;
  }

  .home-static .reviews-trust-stat-c:nth-child(2) strong,
  .home-static .reviews-trust-stat-c span {
    font-size: 8px;
    line-height: 9px;
  }

  .home-static .reviews-trust-heading-c > strong {
    gap: 8px;
  }

  .home-static .reviews-trust-heading-c > strong::before,
  .home-static .reviews-trust-heading-c > strong::after {
    width: 24px;
    flex-basis: 24px;
  }

  .home-static .customer-review-card-c {
    min-width: calc(100% - 80px);
  }

  .home-static .tire-featured-brands-c {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }

  .home-static .road-hazard-features-c {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #d5d5d5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 768px) {
  .home-static .tire-finder-c::before {
    bottom: 50px;
    left: auto;
    min-width: 883px;
    height: 495px;
    background-position: unset;
    background-size: contain;
    transform: none;
  }
}

@media (max-width: 480px) {
  .home-static .tire-finder-c::before {
    top: auto;
    right: -30px;
    opacity: 1;
  }

  .home-static .tire-featured-brands-c {
    padding-bottom: 59px;
  }

  .home-static .tire-featured-brands-heading-c {
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }

  .home-static .tire-featured-brands-heading-c a {
    position: absolute;
    right: auto;
    bottom: 22px;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
  }

  .home-static .road-hazard-features-c {
    position: relative;
    gap: 22px 0;
    overflow: hidden;
  }

  .home-static .road-hazard-features-c::before,
  .home-static .road-hazard-features-c::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #d1d1d1;
    pointer-events: none;
  }

  .home-static .road-hazard-features-c::before {
    top: 50%;
    right: 20px;
    left: 20px;
    height: 1px;
    transform: translateY(-50%);
  }

  .home-static .road-hazard-features-c::after {
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
  }

  .home-static .road-hazard-feature-c::after {
    display: none;
  }

  .home-static .better-way-c {
    min-height: 0;
    position: relative;
    padding: 36px 0 200px;
    overflow: hidden;
    background-color: #000;
    background-image: none;
  }

  .home-static .better-way-content-c {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .home-static .better-way-c::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 285px;
    background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/image-323.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none;
  }

  .home-static .trusted-brands-label-c {
    justify-content: center;
    gap: 13px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .home-static .trusted-brands-label-c img {
    width: 27px;
    height: 10px;
    display: block;
    flex: 0 0 27px;
    object-fit: contain;
  }

  .home-static .trusted-brands-label-c strong {
    flex: 0 1 auto;
  }

  .home-static .services-heading-c {
    text-align: center;
  }

  .home-static .services-label-c {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .home-static .services-label-c > span,
  .home-static .services-label-c::after {
    content: "";
    width: 27px;
    height: 10px;
    display: block;
    flex: 0 0 27px;
    background-image: url("../images/icons/accent-lines.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .home-static .services-label-c::after {
    transform: scaleX(-1);
  }

  .home-static .services-label-c strong {
    flex: 1 1 auto;
    text-align: center;
  }

  .home-static .services-mobile-dots-c {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin:0;
  }

  .home-static .services-mobile-dots-c button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #d8d8d8;
    border: 0;
    border-radius: 50%;
  }

  .home-static .services-mobile-dots-c button.is-active {
    background: #FE3B1F;
  }

  .home-static .services-benefits-c {
    position: relative;
    margin-top: 24px;
  }

  .home-static .services-benefits-c::before {
    content: none;
  }

  .home-static .tire-brands-slider-c {
    position: relative;
    margin-top: 0;
    overflow: hidden;
  }

  .home-static .tire-brands-track-c {
    gap: 96px;
    padding: 0 42px 20px;
    scroll-padding-left: 42px;
    scroll-snap-type: x mandatory;
  }

  .home-static .tire-brand-card-c {
    width: calc(100% - 84px);
    min-width: calc(100% - 84px);
    scroll-snap-align: center;
  }

  .home-static .tire-brands-next-c {
    right: -5px;
    width: 34px;
    height: 54px;
    color: transparent;
    background: transparent;
    border-radius: 0;
  }

  .home-static .tire-brands-next-c::before,
  .home-static .tire-brands-next-c::after,
  .home-static .tire-brands-prev-c::before,
  .home-static .tire-brands-prev-c::after,
  .home-static .tire-brands-slider-c::before,
  .home-static .tire-brands-slider-c::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    pointer-events: none;
  }

  .home-static .tire-brands-next-c::before {
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
  }

  .home-static .tire-brands-next-c::after {
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
  }

  .home-static .tire-brands-prev-c {
    position: absolute;
    top: 50%;
    left: -5px;
    z-index: 6;
    width: 34px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: transparent;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .home-static .tire-brands-prev-c::before {
    left: 12px;
    transform: translateY(-50%) rotate(-135deg);
  }

  .home-static .tire-brands-prev-c::after {
    left: 25px;
    transform: translateY(-50%) rotate(-135deg);
  }

  .home-static .tire-brands-slider-c::before {
    content: none;
  }

  .home-static .tire-brands-slider-c::after {
    content: none;
  }

  .home-static .reviews-trust-layout-c {
    display: flex;
    flex-direction: column;
  }

  .home-static .reviews-trust-heading-c > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
  }

  .home-static .reviews-trust-heading-c > strong::before,
  .home-static .reviews-trust-heading-c > strong::after {
    content: "";
    width: 27px;
    height: 10px;
    display: block;
    flex: 0 0 27px;
    background-image: url("../images/icons/accent-lines.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .home-static .reviews-trust-heading-c > strong::after {
    transform: scaleX(-1);
  }

  .home-static .reviews-trust-image-c {
    order: -1;
    width: calc(100% + 24px);
  }

  .reviews-trust-image-c {
    width: calc(100% + 24px);
    margin: 0;
  }

  .reviews-trust-image-c img {
    content: url("https://www.telletire.com/wp-content/uploads/2026/07/Group-1000003804.png");
  }

  .home-static .faq-section-c {
    background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-17-2026-02_26_10-AM-3.png");
    background-repeat: no-repeat;
    background-position: right 112px;
    background-size: 540px auto;
  }

  .home-static .faq-layout-c {
    min-height: 0;
    padding-top: 27px;
    background-image: none;
    gap: 205px;
  }

  .home-static .faq-intro-c h2 {
    max-width: none;
    line-height: 0.95;
  }

  .home-static .faq-intro-c h2 span {
    display: inline;
  }
}

@media (max-width: 768px) {
  .home-static .history-video-heading-c {
        gap: 9px;
        padding: 24px 16px 18px;
        font-size: 12px;
        line-height: 18px;
        align-items: baseline;
  }

  .home-static .history-video-heading-c img {
    width: 27px;
    height: 10px;
    flex-basis: 27px;
  }

  .home-static .history-video-heading-c span {
    display: block;
  }

  .home-static .tire-brands-track-c {
    width: min(514px, calc(100% - 84px));
    margin: 0 auto;
    gap: 15px;
    padding: 0 0 20px;
    scroll-padding-left: 0;
  }

  .home-static .tire-brand-card-c {
    width: 100%;
    min-width: 100%;
    scroll-snap-align: center;
  }

  .home-static .faq-section-c {
    background-image: none;
  }

  .home-static .faq-layout-c {
    background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-17-2026-02_26_10-AM-3.png");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 100% auto;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .customer-reviews-c .home-container-c {
    overflow: hidden;
  }

  .customer-reviews-viewport-c {
    overflow: visible;
  }

  .customer-reviews-track-c {
    gap: 22px;
  }

  .customer-review-card-c {
    min-width: calc(100% - 74px);
  }

  .reviews-trust-c {
    padding: 0 0 30px;
  }
}

@media (max-width: 480px) {
  .customer-review-card-c {
    min-width: calc(100% - 74px);
  }

  .reviews-trust-c {
    padding: 0 0 25px;
  }
}

    .home-static .reviews-trust-heading-c > strong {
        color: #000 !important;
    }

@media (max-width: 768px) {
  .history-video-heading-c {
    justify-content: center;
}

  .home-static .tire-brands-track-c {
    touch-action: pan-x pan-y;
  }

  .home-static .history-video-heading-c img:last-child {
    display: block;
    transform: scaleX(-1);
  }

}

@media (max-width: 480px) {
  .home-static .faq-section-c {
    background-image: none;
  }

  /* .home-static .faq-layout-c {
    background-image: url("https://www.telletire.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-17-2026-02_26_10-AM-3.png");
    background-repeat: no-repeat;
    background-position: right 74px;
    background-size: 100% auto;
    gap: 18px;
  } */

  .home-static .faq-intro-c {
    position: relative;
    z-index: 1;
  }

  .home-static .faq-intro-c p {
    max-width: 270px;
  }
}
