img.cw-qr {
    position: absolute;
    right: 0;
    top: 15px;
    width: 100px;
}

@media (min-width: 992px) {
  .header .header-business {
    font-size: 30px;
  }
}

.header .header-info-business a {
    color: var(--color-theme-highlight);
}

.header .header-info-business a:hover {
    color: var(--color-theme-text);
}

.header-info {
  background-image: linear-gradient(0deg, rgba(11, 11, 11, 0.5), transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8D625D170C883AA8F0897B9335A61C9A.jpg);
  background-size: cover;
  padding-top: 1em !important;
  padding-bottom: 0em !important;
}

.cw-hero {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.4)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/904E5C995217153CA0EB4F532B4D5FC1.jpg);
  background-size: cover;
  background-position: 50% 36%;
  padding: 3rem;
}

.page-home .list {
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(11, 11, 11, 0.5), transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8D625D170C883AA8F0897B9335A61C9A.jpg);
}

.page-home .form {
  background-image: linear-gradient(180deg, rgba(11, 11, 11, 0.5), transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8D625D170C883AA8F0897B9335A61C9A.jpg);
}

.title {
  padding-top: 4em;
  padding-bottom: 4em;
  background-image: linear-gradient(
      180deg,
      rgba(7, 7, 7, 0.75),
      rgba(0, 0, 0, 0.5)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/904E5C995217153CA0EB4F532B4D5FC1.jpg);
  background-size: cover;
  background-position: 50% 31%;
  text-align: center;
  margin-bottom: 2em;
  background-position: center;
}

@media (max-width: 768px) {
  h1.display-4.text-uppercase {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  .page-home .textwithimage-text {
    position: relative; /* Ensures ::before is relative to this */
    overflow: hidden; /* Optional: hides any overflow just in case */
  }

  .page-home .textwithimage-text h2 {
    background: var(--textwithimage-background);
    padding: 0 1rem;
    width: 13rem;
    z-index: 2;
    position: relative;
  }

  .page-home .textwithimage-text p {
    text-align: justify;
    background: var(--textwithimage-background);
    width: 100%;
    padding: 11px;
  }

  .page-home .textwithimage-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 88%;
    border: 5px solid;
    border-image: linear-gradient(to right, #ee3823, #f6931d) 1;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }

  .page-home .textwithimage-text::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 12%;
    background: var(--textwithimage-background);
    bottom: -2%;
    left: 0;
  }
}

/* === Parallax ==== */

.cw-grand-hero {
  /* margin-top: -1px; */
  display: block;
  overflow: hidden;
  padding-top: 6em;
  padding-bottom: 5em;
  color: #fff;
}
.cw-grand-hero:before {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0, 0.4);
}
@media (max-width: 567px) {
  .cw-grand-hero {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 3em;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cw-grand-hero .container {
  position: relative;
  z-index: 2;
}

.cw-grand-title {
  word-break: keep-all;
  white-space: pre-wrap;
  font-size: 3rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .cw-grand-title {
    font-size: 2rem;
  }
}

.cw-city {
  font-size: 1.25em;
  font-weight: 400;
}

/* About Page */

a.about-phone {
  color: #f9a71a;
}

a.about-phone:hover {
  color: #f37121;
}
