/*Global*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

.cw-global-title {
  font-size: 3rem !important;
  color: #fff;
}

.cw-global-title span {
  color: var(--color-theme-primary);
}

@media (min-width: 280px) {
  .cw-global-title {
    font-size: 2rem !important;
  }
}

@media (min-width: 440px) {
  .cw-global-title {
    font-size: 3rem !important;
  }
}

.btn-primary,
.btn-secondary {
  border-radius: 25px !important;
}

.btn-primary {
  color: #000 !important;
}

.btn-secondary {
  background-color: #000 !important;
  color: var(--color-theme-primary);
  border-color: #000;
}

.btn-secondary:hover {
  background-color: rgb(19, 19, 19) !important;
  color: var(--color-theme-primary);
  border-color: rgb(19, 19, 19);
}

.btn-outline-light {
  color: #13100a !important;
  border-color: var(--color-theme-primary) !important;
  background-color: var(--color-theme-primary) !important;
}

.btn-outline-light:hover {
  color: #000 !important;
  background-color: var(--color-theme-highlight) !important;
  border-color: var(--color-theme-highlight) !important;
}

/*Header*/

.header .toggle .icon-bar {
  background-color: var(--color-theme-primary) !important;
}

section:not(.page-inventory-details) .header .header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 0 10px #000;
}

.header .cart-count,
.header .dropdown-item,
.header .nav-link,
.header .navbar-brand,
.header .navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.header .navbar .active > .nav-link {
  color: #000 !important;
  border-radius: 20px;
}

.header .navbar .active .nav-link::before {
  background: #13100a00 !important;
  border-color: #13100a00 !important;
}

.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active {
  color: #000 !important;
}

section:not(.page-inventory-details) .header .header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

section[class*="page-"]:not(.page-inventory-details) {
  margin-top: var(--cw-headerHeight);
}

:root {
  --cw-headerHeight: 159px;
}

@media (min-width: 576px) {
  :root {
    --cw-headerHeight: 139px;
  }
}

@media (min-width: 768px) {
  :root {
    --cw-headerHeight: 118px;
  }
}

@media (min-width: 992px) {
  .header .dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
  }
}

@media (min-width: 992px) {
  :root {
    --cw-headerHeight: 121px;
  }
}

.cw-header h2 {
  font-size: 1rem;
  font-weight: 500;
}

.cw-header a {
  color: #fff;
}

.cw-header a:hover {
  color: #ec7125;
}

@media (max-width: 576px) {
  .cw-header a {
    font-size: 0.85rem;
  }
}

.cw-header {
  background: #1a1b1c;
  color: #fff;
}

.header .navbar-brand {
  padding: 3px 0 0;
  min-height: auto;
  font-size: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8DA2ED4F74D5531E5DFA844503FCBA20.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 208px;
  height: 80px;
  display: block;
  background-position: center;
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .header .navbar-brand {
    min-height: auto;
    margin-left: 0;
    display: inline-block !important;

    -ms-flex-order: 1;
    order: 1;
    width: 324px;
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }

  .navbar .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 20px;
    font-size: 14px;
  }

  .header .navbar {
    padding-top: 5px;
  }

  .header .navbar .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .header li.nav-item {
    margin: auto 0.5rem;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    max-width: 100%;
  }
}

.cw-header {
  color: #fff;
  padding: 10px 0 0;
  font-size: 14px;
}

.cw-header .row {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
}

/*Hero*/

.cw-hero {
  min-height: 712px;
  color: #fff;
}

/* .cw-hero .cw-hero-wrapper {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/20F0F4D17F478CF4B0B8B6118AC4BD53.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	background-attachment: fixed;
}

.cw-hero .cw-hero-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	overflow: hidden;
	z-index: 1;
} */

.cw-hero .cw-content,
.cw-hero .cw-content2 {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 50px;
}

.cw-hero .cw-content .cw-hero-title,
.cw-hero .cw-content2 .cw-hero-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.cw-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  z-index: -1;
}

.cw-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%),
    rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.cw-hero > .container {
  position: relative;
  z-index: 2;
}

.cw-hero h1 span {
  color: var(--color-theme-primary);
}

@media (max-width: 767.98px) {
  .cw-hero {
    padding-bottom: 4rem;
  }
}

@media (min-width: 576px) {
  .cw-hero .cw-content .cw-hero-title,
  .cw-hero .cw-content2 .cw-hero-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .cw-hero {
    min-height: 578px;
  }

  .cw-hero .cw-content .cw-hero-title,
  .cw-hero .cw-content2 .cw-hero-title {
    font-size: 3rem;
    line-height: 0.9;
  }

  .about__section {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .cw-hero .cw-content,
  .cw-hero .cw-content2 {
    padding-bottom: 180px;
  }

  .cw-hero .cw-content .cw-hero-title,
  .cw-hero .cw-content2 .cw-hero-title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .cw-hero {
    min-height: 756px;
  }
}

@media (min-width: 1200px) {
  .cw-hero {
    min-height: 712px;
  }
}

/* Invenotry Search  */

.inventory-search-module {
  margin-top: -64px !important;
}

section.inventory-search-module .form__wrapper {
  background-color: #13100ab3 !important;
  border: 1px solid var(--color-theme-primary) !important;
}

@media (min-width: 280px) {
  .inventory-search-module {
    margin-top: -80px !important;
  }
}

@media (min-width: 440px) {
  .inventory-search-module {
    margin-top: -108px !important;
  }
}

@media (min-width: 768px) {
  .inventory-search-module {
    margin-top: -64px !important;
  }
}

/* Home Welcome */

.cw-welcome {
  margin-top: 100px;
}

.arrow-icons i {
  color: var(--color-theme-primary);
  margin-right: 8px;
}

.dot-grid {
  display: grid;
  grid-template-columns: repeat(5, 6px);
  gap: 6px;
}

.dot-grid div {
  width: 6px;
  height: 6px;
  background-color: var(--color-theme-primary);
  border-radius: 50%;
}

.rounded-img {
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.cw-left-img {
  margin-top: -242px;
}

.cw-col-right p {
  font-size: 1.2rem !important;
  padding-left: 190px;
  margin: 77px 0px;
}

.cw-right-img {
  margin-top: 96px;
}

@media (min-width: 280px) {
  .cw-welcome {
    margin-top: 86px;
  }

  .cw-right-img {
    margin-top: 60px;
  }

  .cw-col-right h2 {
    font-size: 2rem;
  }

  .cw-col-right p {
    font-size: 1.2rem !important;
    padding-left: 0px;
    margin: 0px 0px;
  }

  .cw-left-img {
    margin-top: -34px;
  }
}

@media (min-width: 440px) {
  .cw-col-right h2 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .cw-welcome {
    margin-top: 0px;
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .cw-welcome {
    margin-top: 100px;
    padding-top: 0px;
  }

  .cw-right-img {
    margin-top: 20px;
  }

  .cw-col-right p {
    font-size: 1.2rem !important;
    padding-left: 94px;
    margin: 34px 0px;
  }

  .cw-left-img {
    margin-top: -252px;
  }
}

@media (min-width: 1200px) {
  .cw-col-right p {
    font-size: 1.2rem !important;
    padding-left: 190px;
    margin: 88px 0px 78px;
    padding-top: 0px;
  }

  .cw-welcome {
    margin-top: 100px;
    padding-top: 0px;
  }

  .cw-left-img {
    margin-top: -277px;
  }
}

@media (min-width: 1480px) {
  .cw-welcome {
    margin-top: 100px;
    padding-top: 0px;
  }

  .cw-right-img {
    margin-top: 96px;
  }

  .cw-col-right p {
    font-size: 1.2rem !important;
    padding-left: 190px;
    margin: 88px 0px 4px;
  }

  .cw-left-img {
    margin-top: -242px;
  }
}

/* Offer Cards */

.cw-service-title {
  margin-top: 148px;
  font-size: 2rem;
  color: var(--color-theme-primary);
  text-align: left !important;
}

@media (min-width: 280px) {
  .cw-service-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 440px) {
  .cw-service-title {
    font-size: 2rem;
  }
}

.cw-Controls {
  text-align: end;
}

.cw-offers {
  position: relative;
}

.cw-offers .container,
.cw-offers h3 {
  position: relative;
  z-index: 2;
}

.cw-offers h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--color-theme-text);
}

.cw-offers .card {
  border: none;
  position: relative;
  padding: 1.25rem 1rem 0;
  font-size: 0.85rem;
  min-height: 278px;
}

.cw-offers .card-text {
  margin-bottom: 0.25rem;
  font-style: italic;
}

.cw-offers .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cw-offers .card-title {
  float: right;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.cw-offers .btn {
  border-radius: 50%;
  padding: 5px 11px;
  background: #00000000;
  color: var(--color-theme-primary);
  border: 1px solid var(--color-theme-primary);
}

.cw-offers .btn:hover {
  background: var(--color-theme-primary);
  color: #000000;
}

.cw-offers .cw-img {
  border-radius: 50%;
}

.specials-card {
  border: 0;
  min-height: 277px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cw-bkg {
  border-radius: 1rem !important;
  background-color: #00000087 !important;
}

.badge-offer::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.4rem;
  border-radius: 50%;
  background: var(--color-theme-primary);
}

/* ===== Slide‑specific background images ================================ */
.bg-tradein {
  background-image: linear-gradient(to top, #13100a 0%, #cadc4c2e 100%),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A3FF11B33EB976AF3BB8B8C7A3ED3EB5.jpg");
}

.bg-apr {
  background-image: linear-gradient(to top, #13100a 0%, #cadc4c2e 100%),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E3B8EB6E8ADE7EB25F24A43FBBD50912.jpg");
}

.bg-season {
  background-image: linear-gradient(to top, #13100a 0%, #cadc4c2e 100%),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C468F45828693743A052BF2128235F47.jpg");
}

.bg-nopay {
  background-image: linear-gradient(to top, #13100a 0%, #cadc4c2e 100%),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F9C713F9A05CBFF0E9D80223B28D88DA.jpg");
}

/* ================================
         MEDIA QUERIES
         ================================ */

@media (min-width: 280px) {
  .cw-offer-section {
    padding: 44px 0px 38px;
    background-size: 100%;
  }

  .cw-offers .card {
    min-height: 330px;
  }

  .cw-Controls {
    text-align: center;
  }

  .cw-offers .card {
    margin-bottom: 12px;
  }
}

@media (min-width: 330px) {
  .cw-offers .card {
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .cw-offers .card {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .cw-offer-section {
    padding: 31px 0px 38px;
    background-size: 61%;
  }

  .cw-offers h3 {
    font-size: 2.5rem;
  }

  .cw-offers .card {
    font-size: 0.95rem;
    min-height: 278px;
  }

  .cw-Controls {
    text-align: end;
  }
}

/*Dealer Services*/

.cw-serivice-section {
  background-image: linear-gradient(#00000059, #00000059),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A8AB30C6CDD279D1942477B3A91154E3.jpg);
  padding: 31px 0px 38px;
  background-size: 61%;
  background-repeat: no-repeat;
  background-position: top center;
}

.cw-dealer-services {
  padding: 60px 0;
  background-color: #000000;
}

.cw-dealer-services .card {
  border: none;
  background-color: #13100a !important;
}

.cw-dealer-services .card-body {
  padding: 3rem 3rem !important;
}

.cw-dealer-icon {
  width: 30%;
  margin-bottom: 1.5rem;
}

.cw-dealer-services h2 {
  font-size: 2rem;
  text-shadow: 3px 2px 3px #000000;
}

.cw-dealer-services h5 {
  text-shadow: 3px 2px 3px #000000;
}

/* ================================
   MEDIA QUERIES
   ================================ */

@media (min-width: 280px) {
  .cw-serivice-section {
    padding: 44px 0px 38px;
    background-size: 100%;
  }

  .cw-dealer-icon {
    width: 60%;
  }

  .cw-dealer-services .card-body {
    padding: 3rem 1rem !important;
  }
}

@media (min-width: 440px) {
  .cw-dealer-icon {
    width: 30%;
  }

  .cw-dealer-services .card-body {
    padding: 3rem 3rem !important;
  }
}

@media (min-width: 768px) {
  .cw-dealer-services h2 {
    font-size: 2rem;
  }

  .cw-dealer-services h5 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .cw-serivice-section {
    padding: 31px 0px 38px;
    background-size: 45%;
  }
}

/*About Section*/

.cw-about-img {
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-container {
  overflow: hidden;
  border-radius: 0.5rem;
}

.img-container + .img-container {
  margin-top: 1rem;
}

.cw-left-margin {
  margin-bottom: 70px;
}

.cw-img-text {
  padding: 60px;
}

.cw-img-text h2 span {
  color: var(--color-theme-primary);
}

.cw-img-text p {
  font-size: 1.2rem;
}

.home-about-list {
  margin-left: 32px;
}

.home-about-list li::before {
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  content: "";
  margin-left: -30px;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BB6DCEB23CECA2963C92E14C90E3ED1C.png");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 280px) {
  .cw-img-text {
    padding: 28px 0px;
  }
}

@media (min-width: 992px) {
  .cw-img-text {
    padding: 60px;
  }
}

/* Home Deals Section */

.cw-deal-section-bkg {
  background-color: #0a0906;
  color: #fff;
}

.deal-section {
  max-width: 1100px;
  margin: auto;
  padding: 94px 20px;
}

.deal-section p {
  font-size: 1.2rem;
}

.deal-divider {
  border-top: 1px solid rgb(255, 255, 255);
  margin: 1.5rem 0 2.5rem;
}

.deal-item {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ffffff52;
}

.deal-number {
  font-size: 1.5rem;
  font-weight: 600;
  width: 60px;
  flex-shrink: 0;
}

.deal-title {
  font-size: 1.25rem;
  font-weight: 500;
  min-width: 220px;
  color: #fff;
}

.deal-description {
  color: #a5a5a5;
  font-size: 0.95rem;
  line-height: 1.5;
  flex-grow: 1;
  padding: 0px 70px 0px 0px;
}

.deal-button {
  width: 55px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-theme-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-left: 1.5rem;
}

.deal-item.active .deal-number {
  color: var(--color-theme-primary);
}

.deal-item.active .deal-button {
  border-color: var(--color-theme-primary);
}

.right-floating-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.right-floating-icons a {
  display: block;
  background-color: var(--color-theme-primary);
  padding: 10px 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.right-floating-icons a:last-child {
  border-bottom: none;
}

@media (min-width: 280px) {
  .deal-section {
    padding: 68px 30px;
  }
}

@media (max-width: 440px) {
  .deal-button {
    width: 42px;
    height: 40px;
    flex: 0 0 auto;
    margin-left: auto;
    margin-top: 0.75rem;
    align-self: center;
  }

  .deal-item {
    flex-wrap: wrap;
  }

  .deal-number,
  .deal-title {
    flex: 0 0 auto;
  }

  .deal-description {
    flex: 1 1 auto;
    padding-right: 1rem;
    margin-top: 0.75rem;
  }
}

@media (min-width: 768px) {
  .deal-button {
    width: 84px;
    height: 40px;
  }

  .deal-title {
    min-width: 166px;
  }

  .deal-section {
    padding: 72px 60px;
  }
}

@media (min-width: 992px) {
  .deal-button {
    width: 64px;
    height: 40px;
  }

  .deal-title {
    min-width: 220px;
  }
}

@media (min-width: 1200px) {
  .deal-button {
    width: 55px;
    height: 40px;
  }

  .deal-section {
    padding: 94px 20px;
  }
}

/*Home Finance*/

.cw-home-finance {
  padding: 14px 0;
}

.cw-home-finance .cw-container-bg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: var(--color-theme-primary);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  border-radius: 16px;
}

.cw-home-finance .card {
  border: none;
}

.cw-home-finance .card-body {
  background-color: var(--color-theme-primary);
}

.cw-home-finance h2 {
  font-size: 2.25rem;
}

.home-finance-list {
  margin-bottom: -9px;
}

.home-finance-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 32px;
}

.home-finance-list li::before {
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  content: "";
  margin-left: -30px;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BB6DCEB23CECA2963C92E14C90E3ED1C.png");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cw-subhead {
  font-weight: bold;
}

.cw-car-finance {
  width: 100%;
  margin-top: -65px;
}

.cw-car-box {
  margin: auto;
}

/* ================================
   MEDIA QUERIES
   ================================ */

@media (min-width: 280px) {
  .cw-finance-section {
    padding: 44px 12px 38px;
    background-size: 100%;
  }

  .cw-car-finance {
    margin-top: 0px;
  }
}

@media (min-width: 330px) {
  .cw-finance-section {
    padding: 44px 20px 38px;
    background-size: 100%;
  }
}

@media (min-width: 768px) {
  .cw-home-finance h2 {
    font-size: 3.25rem;
  }

  .cw-home-finance h5 {
    font-size: 2rem;
  }

  .cw-car-finance {
    margin-top: 0px;
  }

  .cw-finance-section {
    padding: 44px 0px 38px;
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .cw-finance-section {
    padding: 31px 20px 38px;
    background-size: 45%;
  }

  .cw-car-finance {
    margin-top: -104px;
  }

  .cw-home-finance {
    padding: 56px 0;
  }
}

/* Internal Titles */

.title + .text {
  margin-top: 0;
}

section:not(.page-home) .title {
  position: relative;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2C966A4BC268734854E29EE41C2B1809.png)
    no-repeat center;
  background-size: cover;
  text-align: center;
  margin: 20px 28px 80px;
  border-radius: 16px;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/58%);
  border-radius: 16px;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: white;
  text-shadow: 0 0 4px black;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 3.5rem 0;
  }

  section:not(.page-home) .title h1 {
    font-size: 2.5rem;
  }
}

/*Inventory Page*/

.inventory-cta .btn:not(.btn-pre-qualified) {
  border-radius: 6px !important;
}

.inventory-cta .btn:hover {
  color: #000 !important;
  background: var(--color-theme-highlight);
}

.inventory .btn-primary:before {
  background: var(--color-theme-highlight);
}

.inventory .card-header {
  background: var(--color-theme-primary) !important;
}

/* Loan App */

.loan-app-module .btn-primary:disabled {
  background-color: #979693 !important;
}

.loan-app-module .vehicle-picker-container {
  border: 1px solid var(--color-theme-primary) !important;
}

/*About Page*/

.cw-about-title {
  text-shadow: 3px 2px 3px #000000;
}

.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.img-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.img-ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.img-ratio-3-4 {
  aspect-ratio: 3 / 4;
}

.rounded-3 {
  border-radius: 0.75rem;
}

@media (min-width: 280px) {
  .cw-about-title {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .cw-about-title {
    text-align: left;
  }
}

/* ---- about why us ---*/

.cw-about-serv {
  background-color: #0a0906;
  padding: 99px 0px 32px;
  margin: 46px 0px;
}

.cw-about-serv h5 {
  font-size: 24px;
  color: #fff;
}

.cw-about-serv p {
  color: #a5a5a5;
}

.cw-steps {
  padding: 0px 105px;
}

.cw-process-step {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.cw-process-step p {
  color: #a5a5a5;
}

.icon-box {
  background-color: var(--color-theme-primary);
  width: 85px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  top: -13px;
}

.icon-box::after {
  content: "";
  position: absolute;
  bottom: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 3rem;
  background-color: #a5a5a5;
}

.cw-process-step:last-child .icon-box::after {
  display: none;
}

.icon-box i {
  font-size: 1.3rem;
  color: #13100a;
}

@media (min-width: 280px) {
  .icon-box {
    width: 220px;
    height: 52px;
  }

  .cw-steps {
    padding: 0px 11px;
  }

  .icon-box::after {
    display: none;
  }
}

@media (min-width: 330px) {
  .icon-box {
    width: 194px;
    height: 52px;
  }
}

@media (min-width: 440px) {
  .icon-box {
    width: 123px;
    height: 52px;
  }
}

@media (min-width: 768px) {
  .icon-box {
    width: 66px;
    height: 52px;
  }

  .icon-box::after {
    display: block;
    bottom: -4.3rem;
  }
}

@media (min-width: 992px) {
  .icon-box {
    width: 127px;
    height: 52px;
  }

  .cw-steps {
    padding: 0px 70px;
  }

  .icon-box::after {
    bottom: -5.3rem;
  }
}

@media (min-width: 1200px) {
  .icon-box {
    width: 111px;
    height: 52px;
  }

  .cw-steps {
    padding: 0px 105px;
  }
}

@media (min-width: 1480px) {
  .icon-box {
    width: 85px;
    height: 52px;
  }

  .icon-box::after {
    bottom: -4.3rem;
  }
}

/* FAQ */

.faq-img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-answer {
  padding: 0.5rem 0 1rem 0;
  color: var(--color-theme-primary);
  font-size: 0.95rem;
}

.cw-trade-faq {
  padding: 50px 0px;
}

.cw-trade-faq h2 span {
  color: var(--color-theme-primary);
}

.accordion-item {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.accordion-button {
  color: #ffffff !important;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
}

/* Custom circle with arrow */
.accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--color-theme-primary);
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  margin-left: auto;
  border: 1px solid var(--color-theme-primary);
  font-size: 1rem;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.cw-aboutpg-text {
  padding: 0px 50px;
}

@media (min-width: 280px) {
  .cw-aboutpg-text {
    padding: 0px 22px;
  }
}

@media (min-width: 440px) {
  .cw-aboutpg-text {
    padding: 0px 50px;
  }
}

/*Footer*/

.footer-info-business,
.footer-nav-links {
  display: none;
}

.footer {
  padding-top: 0px !important;
}

.cw-img-right {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.cw-img-left {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.cw-footer {
  background-color: #13100a;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 4rem 0 0 0;
}

.cw-footer-bg {
  text-align: left !important;
  background: #06666d;
  padding: 4rem;
  margin: 5rem 0 4rem 0;
  position: relative;
  z-index: 0;
  border-radius: 30px;
}

.cw-footer-bg::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/016FD31416577366996E46C257C601EA.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 5%;
}

.cw-footer a {
  color: inherit;
}

.footer .nav-link,
.footer a {
  color: #fff !important;
}

.cw-footer a:hover {
  color: var(--color-theme-highlight) !important;
}

.cw-footer .fab {
  padding: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cw-logobox {
  padding: 1em;
  display: block;
}

.footer,
.footer .dropdown-item,
.footer .dropdown-item:focus,
.footer .nav-link,
.footer a {
  color: var(--color-theme-text);
}

/* VDP Page */

.vdp__sticky-navigation__mod .button_sn_item[b-h85p0r54yf] {
  background-color: var(--color-theme-primary) !important;
  color: #000000 !important;
  border: solid 1px var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-highlight) !important;
}

.vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background-color: #292929 !important;
}

.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  color: #000000 !important;
  background-color: var(--color-theme-primary) !important;
  border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-primary) !important;
  color: var(--color-theme-primary) !important;
}

section.page-inventory-details .btn.btn-primary {
  color: #000 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  background: #4d4d4d !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: #4d4d4d !important;
}

/* Forms */

.form-wrap {
  box-shadow: 1px 2px 28px var(--color-theme-primary);
  padding: 34px;
  border-radius: 35px;
}

#module_839e86cc-af62-43bc-b506-a998e169c824 {
  box-shadow: 1px 2px 28px var(--color-theme-primary) !important;
  padding: 34px !important;
  border-radius: 35px !important;
  margin-bottom: 45px !important;
}

@media (min-width: 280px) {
  .form-wrap {
    box-shadow: 1px 2px 28px #c9dc4c00;
    padding: 0px;
    border-radius: 0px;
  }
}

@media (min-width: 768px) {
  .form-wrap {
    box-shadow: 1px 2px 28px var(--color-theme-primary);
    padding: 34px;
    border-radius: 35px;
  }
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-radius: 35px !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  background-color: #000000 !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary {
  color: #1290f8 !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: #4d4d4d !important;
}

.form-grid-row > .form-forms-date {
  /* Hopefully fixes form popups being underneath other dropdowns/boxes */
  z-index: unset;
}
