@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-image: linear-gradient(
    rgb(0, 0, 0) 0%,
    #000 75%,
    #000000 100%
  ) !important;
}

.inventoryslideshow,
.popular-vehicles-sections {
  background-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.container {
  max-width: 1320px !important;
}

h1 {
  font-size: 40px;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
}

.cta-button i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}

.cw-img {
  border-radius: 30px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-h2-title {
    font-size: 45px !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* Header ======================================================================================================================= */
/*  Header / Nav
=================================================================================================*/

.header__top {
  background: #1B3170;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.header__top a {
  color: inherit;
}

.header__top a:hover {
  color: var(--color-theme-highlight);
}

.header__top .cw-social-media a {
  font-size: 1rem;
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
  font-size: 14px;
}

.header .navbar,
.header .navbar.bg-primary {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  background-image: linear-gradient(
    to right,
    ##4064CE 0%,
    #312c85 100%
  ) !important;
  padding: 1rem;
  position: relative;
  /* z-index: 0; */
}
/* .header .navbar .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-theme-primary);
  width: 25%;
  z-index: -1;
} */

@media (min-width: 992px) {
  .header .navbar-nav .nav-item a,
  .header .navbar-nav .nav-item .nav-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .header .navbar .active > .nav-link,
  .header .navbar .dropdown-item.active,
  .header .navbar .dropdown-item:active,
  .header .navbar .show > .nav-link {
    background-color: transparent;
  }
  /* 
  .header:has(+ .title) .navbar.bg-primary,
  .header:has(+ section > .cw-hero) .navbar.bg-primary {
    background: unset !important;
  } */

  .header nav.navbar.navbar-expand-lg.header-scroll {
    transition: top 0.5s ease;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    transition: background-color 0.5s ease;
    opacity: 0.95;
  }

  .header nav.navbar.navbar-expand-lg.header-scroll {
    background: var(--color-theme-secondary) !important;
  }

  .header .navbar-brand {
    min-height: auto;
    margin-left: 0;
    display: inline-block !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }

  .navbar .container {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 20px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header li.nav-item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* Hero ============================================================================ */
.cw-hero {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7159A557CC06F02EE3BE408056872761.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-position: center;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center; /* vertical centering */
}

.page-home .cw-hero::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, #00000085 0%, #4064CE 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/* ========================================================================== */
/* .cw-gradient {
  background-image: radial-gradient(at top center, #667ee9 0%, #764ca2 45%);
  height: 100%;
} */
/* INventtory search ======================================================== */
.page-home .inventory-search-module {
  background-color: #000000 !important;
  margin-bottom: 0px !important;
}

.page-home .inventoryslideshow {
  background-image: linear-gradient(
    #000000 0%,
    #000000 25%,
    #000000 25%,
    #1B3170 100%
  ) !important;
}
.page-home .inventory-search-module .container {
  position: relative;
  margin-top: -5rem !important;
  background: #1B3170 !important;
  padding: 2.5rem;
  border-radius: 10px;
}

/* ========================================================================== */

.page-home .item__card__details__wrapper {
  background-image: linear-gradient(
    180deg,
    #000 0%,
    var(--background-color-secondary) 100%
  ) !important;
  border: 0px solid white !important;
}
.page-home .card__multi__style1 .item__card {
  flex: 1;
  /* border: 1px solid var(--inventoryslideshow-border); */
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #4064CE 0%, #1B3170 100%);
  border: 0px solid white !important;
}

.page-home .card__multi__style1 .card__addt__info__wrapper {
  display: none;
}
.page-home .item__card__photo {
  position: relative;
  z-index: 0;
}

.card__multi__style1 .item__flex {
  border: 0px solid var(--inventoryslideshow-border) !important;
}

/* ========================================================================================================================================================================================================== */
.cw-section .container {
  /* background-color: #1f1f20; */
  margin: 5rem auto;
}
section.inventory-search-module .form__wrapper {
  border: 0px solid black !important;
}
/* =================== Internal page =================== */
.title {
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 6em;
  padding-bottom: 4em;
  margin-bottom: 3em;
  background-position: top;
  text-align: center;
  position: relative;
  z-index: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E67CE0A85DBA293CB6A31F7E51DDCC1F.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.title::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, #00000085 0%, #4064CE 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100;
}

@media (min-width: 768px) {
  .page-services .detailedlist {
    /* display: none; */
  }
}

@media (min-width: 992px) {
  .title {
    /* margin-top: -180px; */
    /* padding-top: 300px; */
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section:not(.page-home) .title::after {
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {
}

.inventoryslideshow .inventoryslideshow-title-heading {
  color: var(--inventoryslideshow-header);
  display: none;
}

.page-home .cw-about-us,
.page-about-us .cw-about-us {
  position: relative;
  z-index: 0;
  margin-bottom: 5rem;
}
.page-home .cw-about-us::before,
.page--about-us .cw-about-us::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    #4064CE 0%,
    #1B3170 50%,
    #120f5400 100%
  );
  /* top: 0; */
  bottom: 0;
  /* left: 0; */
  right: 0;
  z-index: -1;
  opacity: 100%;
  width: 85%;
  height: 20%;
  border-radius: 0 0 0 30px;
}
.cw-grid-image.cw-animate-on-scroll {
  padding-bottom: 3rem;
}

/* Modern Text Styling */
.cw-about-label {
  font-size: 0.813rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4064CE;
  margin-bottom: 1rem;
}

.cw-main-heading {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.cw-animate-on-scroll p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 90%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-home .cw-about-us::before,
  .page-about-us .cw-about-us::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(
      to right,
      #4064CE 0%,
      #1B3170 50%,
      #120f5400 100%
    );
    /* top: 0; */
    bottom: 0;
    /* left: 0; */
    right: 0;
    z-index: -1;
    opacity: 100%;
    width: 45%;
    height: 90%;
    border-radius: 0 0 0 30px;
  }

  .cw-main-heading {
    font-size: 3rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-main-heading {
    font-size: 48px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* cw-financing =========================================================================== */
/* ================================
   SERVICES SECTION (cw- prefixed)
   ================================ */

.cw-services-section {
  margin-bottom: 5rem;
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
.page-home .cw-services-section::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #4064CE 0%, #1B3170 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100%;
}

.page-home .cw-services-section::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, #1B3170 0%, #7280AB 100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100%;
  width: 100%;
  height: 25%;
}
/* Section Header */
.cw-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.cw-section-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}

.cw-section-title {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  margin: 0;
}

/* Service Card */
.cw-service-card {
  background: #1B3170;
  backdrop-filter: blur(10px);
  border: 1px solid #1B3170(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cw-service-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cw-service-card:hover::before {
  opacity: 1;
}

.cw-service-card:hover {
  transform: translateY(-8px);
  background: #000000;
  /* border-color: rgba(255, 255, 255, 0.2); */
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

/* Service Icon */
.cw-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  z-index: 1;
}

.cw-icon-wrapper img {
  position: relative;
  width: 75%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  /* filter: brightness(0) invert(1); */
}
.cw-service-card:hover .cw-icon-wrapper img {
  filter: brightness(0) invert(1);
}

/* Service Title & Description */
.cw-service-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.cw-service-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Hero Image */
.cw-hero-image {
  text-align: center;
  margin-top: 60px;
}

.cw-hero-image img {
  max-width: 100%;
  height: auto;
}
/* Footer ================================================================ */
/*  ===================================================================================== */
.footer-info-business,
.footer-nav-links {
  display: none;
}

.footer {
  padding-top: 0px !important;
}
.btn {
  border-radius: 10px;
  padding: 12px 24px;
}
.cw-sub-header {
  /* background: #e6eeff; */
  display: inline-block;
  padding: 16px 20px;
  margin: auto;
  margin-bottom: 12px;
  border-radius: 30px;
  color: var(--color-theme-primary);
}

/* Footer ======================================================================= */

.cw-footer {
  color: var(--color-theme-text-btn);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(to right, #4064CE 0%, #1B3170 100%);
  padding: 5rem 0;
}

.cw-footer .cw-foot-logo {
  width: 350px;
  /* padding: 10px;
    background-color: #fff; */
  margin-bottom: 1rem;
}

.cw-footer .cw-foot-social {
  /* d-flex justify-content-center justify-content-lg-between flex-column mt-4 */
  margin-top: 1.5rem;
}

.cw-footer .cw-foot-social i {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  padding: 15px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.cw-footer a {
  color: inherit;
}

.cw-footer a:not(.btn):hover {
  color: var(--color-theme-primary);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-footer .cw-footer-bg {
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {
}

/* VDP */
.vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background-color: #090637 !important;
}

/* -------------------- Color Fixes for VDP ---------------------- */

/* most vdp text issues fixed by using inherit. If they aren't coming through, check for !importants on other targets, especially for the 'label' seems common */
.inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title,
.inventorydetails .vdp-module-canvas-razor-wrapper a,
.inventorydetails p,
.inventorydetails label {
  color: inherit;
}
/* color issue in header that only has problems on VDP */
.header .badge {
  color: inherit;
}

/* hardcoded backgrounds in modals and sections switched to transparent so hopefully site text comes through */
.inventorydetails
  .vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background: rgba(150, 150, 150, 0.1);
}

.inventorydetails
  [LoanCalculatorWidgetCssScope]
  .loan__calc__content
  .calc__totals__wrapper {
  background-color: transparent;
}

.inventorydetails .vdp__message__mod.module .vdp__message__wrapper {
  background-color: transparent;
}

/* Financing button and most modal buttons */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-primary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-secondary:not([disabled]):not(.disabled).active,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-secondary:not([disabled]):not(.disabled):active,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .show
  > .btn-secondary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-secondary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-secondary);
}

/* loan calc buttons and "Request more pictures" button in modal */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-primary);
  color: var(--color-theme-primary);
  background-color: var(--color-theme-text-btn);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:hover:focus,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .show
  > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:before {
  background: var(--color-theme-secondary);
}

.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-check:active
  + .btn-outline-secondary,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary.active,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary.dropdown-toggle.show,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:active {
  color: var(--color-theme-text-btn);
  background-color: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}
/* cw-financing =========================================================================== */
.page-home .cw-financing {
  position: relative;
  z-index: 0;
  margin: 5rem 0;
}

.page-home .cw-financing::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(
    to right,
    #120f5400 0%,
    #00000000 50%,
    #4064CE 100%
  );
  border-radius: 0 30px 30px 0;
  width: 90%;
  height: 35%;
  top: 0; /* default */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-home .cw-financing::before {
    width: 45%;
    height: 60%;
    bottom: 0;
    top: auto;
    border-radius: 0 0 30px 0;
    margin: auto 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .page-home .cw-financing::before {
    height: 80%;
  }
}

/* X-Large devices (1200px and up) */
@media (min-width: 1200px) {
  /* .page-home .cw-financing::before {
    height: 100%;
  } */
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .section-title {
    color: white;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    margin: 0;
  }

  .service-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }

  .service-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: var(--purple-circle);
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .service-card:hover::before {
    opacity: 1;
  }

  .service-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  .icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    z-index: 1;
  }

  .icon-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(109, 18, 176, 0.25);
    border-radius: 50%;
    z-index: 0;
  }

  .icon-wrapper img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    filter: brightness(0) invert(1);
  }

  .service-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
  }

  .service-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .cta-button {
    background: white;
    color: var(--purple-dark);
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: var(--purple-dark);
  }

  .hero-image {
    text-align: center;
    margin-top: 60px;
  }

  .hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  }

  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
  }

  /* X-Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 24px;
      margin-bottom: 50px;
    }
  }

  /* XX-Large devices (larger desktops, 1400px and up) */
  @media (min-width: 1400px) {
  }
}
/* ======================================================================== */

.form-grid-row > .form-forms-date {
  /* Hopefully fixes form popups being underneath other dropdowns/boxes */
  z-index: unset;
}




	/*  Service Performance & Customization Section
=================================================================================================*/
	.cw-service-grid {
		position: relative;
	}

	.cw-service-grid .container {
		max-width: 1500px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
/* Titles and text */
	.cw-service-grid .cw-preline {
		font-size: 1rem;
		position: relative;
		color: var(--color-theme-text);
		margin-bottom: 0;
		/* font-family: var(--bodyfont); */
		margin-bottom: 5px;
	}

	.cw-service-grid .cw-preline::before {
		content: "";
		background-repeat: no-repeat;
		width: 80px;
		height: 8px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: -20px;
		z-index: 1;
		background-size: 80px 8px;
	}

	.cw-service-grid .cw-headline {
		font-size: 1.25rem;
		line-height: 0.9;
		font-weight: 800;
		margin-bottom: 15px;
		/* font-family: var(--sitefont); */
	
	}

	.cw-service-grid .cw-title-default .cw-preline {
		color: var(--color-theme-primary);
	}



	.cw-service-grid .cw-title-default .cw-headline {
		color: var(--color-theme-text);
	}

	.cw-service-grid .cw-title-default.text-center .cw-preline::before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.cw-service-grid a.btn-link {
		color: #fff;
	}

	.cw-service-grid a.btn-link:hover {
		color: var(--color-theme-highlight);
	}

	.cw-service-grid .cw-shape-effect-top {
		position: absolute;
		max-width: 350px;
		top: -80px;
		left: -200px;
		z-index: 500;
	}

	.cw-service-grid .cw-overlay {
		opacity: 0.2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.cw-service-grid .cw-parallax {
		display: block;
		position: relative;
		overflow: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center bottom;
		background-color: #000;
		padding: 150px 0 300px;
		/* extra padding for overlapping from bottom */
		margin-bottom: 30px;

	}

	.cw-service-grid .cw-parallax .container {
		position: relative;
		z-index: 2;
	}

	/* ------ Grid --------- */
	.cw-service-grid .cw-grid-wrapper {
		display: grid;
		/* 1 column, 6 rows */
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(6, auto);
		gap: 1rem;
	}

	.cw-service-grid .cw-grid-wrapper .cw-grid-item {
   background-image: linear-gradient(
    to right,
    #1B3170 0%,
    #1B3170 50%,
    #4064CE 100%
  );
		padding: 20px;
		height: auto;
		min-height: 150px;
		border-radius: 10px;
		/* using pixel size instead of percent so shape is the same even if the box proportions are different. And used variable for easy changing */
		--cw-wedge-size: 40px;
		-webkit-clip-path: polygon(calc(100% - var(--cw-wedge-size)) 0, 100% var(--cw-wedge-size), 100% 100%, 0 100%, 0 0);
		clip-path: polygon(calc(100% - var(--cw-wedge-size)) 0, 100% var(--cw-wedge-size), 100% 100%, 0 100%, 0 0);
	}

	.cw-service-grid .cw-grid-item .cw-blurb-preline {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 10px;
		/* font-family: var(--sitefont); */
		text-transform: uppercase;
		color: var(--color-theme-primary);
	}

	.cw-service-grid .cw-grid-item .cw-blurb-title {
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 10px;
		/* font-family: var(--sitefont); */
		color: #EFF1F3;
	}

	.cw-service-grid .cw-grid-item .cw-blurb-list {
		margin-bottom: 20px;
		color: #EFF1F3;
	}

	.cw-service-grid .cw-grid-item.cw-grid-image-1 {
		background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/01AAF7A5460CFA28814E488CDEB53044.jpg);
		background-size: cover;
		opacity: 0.9;
	}

	.cw-service-grid .cw-grid-item.cw-grid-image-2 {
		background: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/2DBF5326F00B77E9FF1950E41AFE5E43.jpg);
		background-size: cover;
		opacity: 0.9;
	}

	.cw-service-grid .cw-grid-item.cw-grid-image-3 {
		background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C091E663BE241EF19CC8273B5C3A2A04.jpg);
		background-size: cover;
		opacity: 0.9;
	}


	@media (min-width: 350px) {
		.cw-service-grid .cw-headline {
			font-size: 2rem;
		}

		.cw-service-grid .cw-preline {
			font-size: 1.25rem;
		}

		.cw-service-grid .cw-grid-item .cw-blurb-title {
			font-size: 2rem;
		}
	}

	@media (min-width: 768px) {
		.cw-service-grid .cw-headline {
			font-size: 3rem;
		}

		.cw-service-grid .cw-preline {
			font-size: 1.5rem;
		}

		.cw-service-grid .cw-shape-effect-top {
			top: -100px;
			max-width: 500px;
		}

		.cw-service-grid .cw-grid-wrapper {
			/* 2 column, 3 rows */
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-template-rows: repeat(3, auto);
		}

		.cw-service-grid .cw-grid-wrapper .cw-grid-item {
			padding: 30px;
		}

		.cw-service-grid .cw-grid-item .cw-blurb-title {
			font-size: 1.8rem;
		}

	}

	@media (min-width: 992px) {
		.cw-service-grid .cw-grid-wrapper {
			/* 3 column, 2 rows */
			grid-template-columns: repeat(3, minmax(0, 1fr));
			grid-template-rows: repeat(2, auto);
		}
	}


	@media (min-width: 1200px) {
		.cw-service-grid .cw-grid-wrapper .cw-grid-item {
			padding: 50px;
		}

		.cw-service-grid .cw-grid-item .cw-blurb-title {
			font-size: 2rem;
		}
	}
