/*Header*/
.cw-header .cw-logo {
  max-width: 300px;
  margin: 0 auto;
}

.cw-header p {
  margin: 0;
}

.cw-header .cw-social a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: var(--color-theme-secondary);
  margin: 5px;
  font-size: 25px;
  color: #fff;
}

/* MD: 992px & Up */
@media (min-width: 992px) {
  .cw-header .cw-logo {
    margin: 0;
  }
}

.cw-header a {
color: #fff;
text-decoration: none;
}

/* Hero North Valley */
.cw-hero-NV {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}

.cw-hero-NV .cw-hero-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
  padding: 40px 10px;
  color: #fff;
  max-width: 800px;
  z-index: 2;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cw-hero-slide-text {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

/* BIG TEXT BASE */
.cw-hero-slide-text .line-1 {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
}

.cw-hero-slide-text .line-2 {
  display: block;
  font-size: 3rem;
  color: #fff;
}

.cw-hero-slide-text .line-3 {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 10px;
}

/* Button */
.cw-hero-NV .cw-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--color-theme-secondary );
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;

  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  width: fit-content;
  margin: 20px auto 0;
}

.cw-hero-NV .cw-hero-btn:hover {
  transform: translateY(-3px);
  background: #000;
}

.cw-hero-NV .cw-btn-arrow {
  transition: transform 0.3s ease;
  font-size: 1.3rem;
}

.cw-hero-NV .cw-hero-btn:hover .cw-btn-arrow {
  transform: translateX(6px);
}

/* MOBILE ALIGN */
@media (min-width: 576px) {
  .cw-hero-NV .cw-hero-text {
    text-align: left;
    margin-left: 6%;
    align-items: flex-start;
  }

  .cw-hero-NV .cw-hero-btn {
    margin-left: 0;
  }
}

/* TABLET + SCALE UP */
@media (min-width: 768px) {
  .cw-hero-slide-text .line-1 {
    font-size: 3rem;
  }

  .cw-hero-slide-text .line-2 {
    font-size: 4.5rem;
  }

  .cw-hero-slide-text .line-3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .cw-hero-slide-text .line-1 {
    font-size: 3.5rem;
  }

  .cw-hero-slide-text .line-2 {
    font-size: 5.5rem;
  }
}


@media (max-width: 991px) {

    .cw-hero-NV .carousel-item img {
      height: 65vh;
    }
  
    .cw-hero-text {
      left: 5%;
      right: 5%;
      max-width: 100%;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .cw-hero-slide-text .line-2 {
      font-size: 2.3rem;
      line-height: 1.1;
    }
  
    .cw-hero-slide-text .line-3 {
      font-size: 1.1rem;
      line-height: 1.4;
    }
  
    .cw-hero-btn {
      margin-top: 18px;
      padding: 12px 24px;
      font-size: 0.95rem;
    }
  }
  

  /* MOBILE IMAGE FIX */
@media (max-width: 991px) {

    .cw-hero-NV .carousel-item {
      height: 65vh;
    }
  
    .cw-hero-NV .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
  
  @media (max-width: 575px) {
  
    .cw-hero-NV .carousel-item {
      height: 55vh;
    }
  
    .cw-hero-NV .carousel-item img {
      object-fit: cover;
      object-position: center;
    }
  }
  @media (max-width: 575px) {
  
    .cw-hero-NV .carousel-item img {
      height: 55vh;
    }
  
    .cw-hero-slide-text .line-2 {
      font-size: 1.8rem;
    }
  
    .cw-hero-slide-text .line-3 {
      font-size: 1rem;
    }
  
    .cw-hero-btn {
      width: 100%;
      justify-content: center;
      padding: 12px 20px;
    }
  }

.cw-info-section {
    background: linear-gradient(90deg, #1b1b1d 0%, #232325 100%);
    padding: 60px 20px;
    color: #fff;
    font-family: Arial, sans-serif;
  }

  .cw-info-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Top Buttons */
  .cw-info-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 55px;
  }

  .cw-info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    border: 2px solid #6A2F92;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    background: #0f0f11;
    transition: all 0.3s ease;
  }

  .cw-info-btn:hover {
    background: #6A2F92;
    color: #fff;
    transform: translateY(-3px);
  }

  /* Bottom Content */
  .cw-info-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
  }

  .cw-info-item {
    margin-bottom: 28px;
  }

  .cw-info-item h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
  }

  .cw-info-item p {
    margin: 0;
    color: #bdbdbd;
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .cw-info-item a {
    color: #ffe600;
    text-decoration: none;
    font-weight: 700;
  }

  .cw-info-item a:hover {
    text-decoration: underline;
  }

  /* Tablet */
  @media (max-width: 991px) {
    .cw-info-content {
      gap: 40px;
    }

    .cw-info-item h3 {
      font-size: 1.6rem;
    }

    .cw-info-item p {
      font-size: 1.1rem;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .cw-info-buttons {
      grid-template-columns: 1fr;
    }

    .cw-info-content {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .cw-info-item h3 {
      font-size: 1.4rem;
    }

    .cw-info-item p {
      font-size: 1rem;
    }
  }

  .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #000000 !important;
}
/* ----------------------------------------------------------------------------------------------------------------------- */
  .cw-home-ss {
  }
  .cw-home-ss h2 {
    text-transform: uppercase;
    color: #fff;
    text-shadow:
      0px 0px 2px #000000,
      1px 1px 2px #000000;
    font-size: 250%;
  }
  .cw-home-ss h2 span {
    font-size: 75%;
    display: block;
  }
  .cw-home-ss .btn {
    margin: 1em 0 0 0;
  }
  .cw-home-ss .btn span {
    font-size: 133%;
  }
  .cw-ss-slide-1,
  .cw-ss-slide-2,
  .cw-ss-slide-3 {
    width: 100%;
    padding-left: 10em;
    padding-top: 12em;
    padding-bottom: 12em;
  }
  .cw-ss-slide-1 {
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8CAB664A9BA5544FAB58B7D9BEEC9223.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cw-ss-slide-2 {
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6FF07C1DF60B2D2A8305DF7B13731348.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cw-ss-slide-3 {
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CE549B6EB0D064EBCE993C0490550F8D.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }