@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

h2 {
  font-size: 27px;
  font-weight: 900 !important;
  line-height: 1.2;
}

@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

p {
  /* color: #5b698b !important; */
}

.cw-email-wrap {
  overflow-wrap: anywhere !important;
}

.cw-spacer {
  padding: 5rem 0;
}

.btn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  background: var(--color-theme-primary) none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0;
  padding: 19px 30px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  position: relative;
  z-index: 1;
}

/*-- Header --*/
.header .navbar-brand {
  max-width: 80%;
  min-height: 66px;
}

.header .navbar,
.header .navbar.bg-primary {
  height: 134px;
}

@media (min-width: 280px) {

  .header .navbar,
  .header .navbar.bg-primary {
    height: unset;
  }
}

@media (min-width: 992px) {

  .header .navbar,
  .header .navbar.bg-primary {
    height: 134px;
  }
}

header {
  border-bottom: 1px solid #e1e1e1;
}

.header .navbar-nav .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.header .header-info-logo-img img {
  width: 200px;
}

.cw-header-contact {
  background-color: #23315e;
  color: var(--color-theme-text-btn);
}

.cw-header-contact a:hover {
  color: #fff;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  padding-left: 1.1rem;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.cw-header-contact .cw-hours {
  display: inline-block;
}

.cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.header .navbar .active>.nav-link,
.header .navbar .nav-link:hover {
  color: #b1b1b1 !important;
}

.header .navbar .active>.nav-link {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
}

.dropdown-menu .badge {
  background: var(--color-theme-secondary);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: var(--header-navigationbartext);
}

@media (min-width: 992px) {

  /* .cw-header-contact {
		position: absolute;
		width: 100%;
		z-index: 1040;
	} */
  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    /* top: 31px; */
  }

  nav.navbar .container {
    min-height: 90px;
    /* margin-top: 27px; */
  }

  /* keeps nav items on the right side of header */
  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    justify-content: flex-end !important;
  }

  .header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    /* max-width: calc(100% - 210px); */
    justify-content: center;
  }

  .cw-header-contact .cw-phone,
  .cw-header-contact .cw-address {
    margin-right: 2rem;
  }
}

@media (min-width: 1400px) {

  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
}

/* 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 (max-width: 992px) {
  .header .navbar-brand {
    font-size: 0px !important;
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/290C7C6F3A2B4839CD657FF16DC7461E.png");
    background-size: contain;
    background-repeat: no-repeat;

    height: 80%;
    width: 100%;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* Footer -------------------------------------------------------------------------------------------------------- */
.cw-footer-main {
  background: #ffffff;
  color: #333333;
  position: relative;
  overflow: hidden;
}

.cw-hero-section {
  background: linear-gradient(135deg,
      var(--color-theme-secondary) 0%,
      var(--color-theme-highlight) 100%);
  padding: 5rem 0;
  position: relative;
  color: #ffffff;
}

.cw-hero-section::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F22C9E6F4510DBAEA66685E7B0C35330.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 8%;
}

.cw-hero-content {
  position: relative;
  z-index: 1;
}

.cw-subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.cw-btn-primary {
  background: var(--color-theme-primary);
  border: 2px solid var(--color-theme-primary);
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cw-btn-primary:hover {
  background: transparent;
  color: var(--color-theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(207, 26, 68, 0.3);
}

.cw-footer-content {
  background: #ffffff;
  padding: 4rem 0;
  border-top: 1px solid #e9ecef;
}

.cw-section-title {
  color: var(--color-theme-primary);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.cw-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-link-list li {
  margin-bottom: 0.5rem;
}

.cw-link-list a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cw-link-list a:hover {
  color: var(--color-theme-primary);
}

.cw-contact-info {
  color: #333333;
}

.cw-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.cw-contact-item:last-child {
  margin-bottom: 0;
}

.cw-contact-icon {
  color: var(--color-theme-primary);
  width: 20px;
  text-align: center;
  margin-right: 0.75rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.cw-contact-content {
  flex: 1;
  line-height: 1.5;
}

.cw-contact-info a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cw-contact-info a:hover {
  color: var(--color-theme-primary);
}

.cw-partner-logos {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 1px solid var(--color-theme-secondary);
  border-bottom: 1px solid var(--color-theme-secondary);
}

.cw-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.cw-logo-item {
  flex: 0 1 calc(50% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: transform 0.3s ease;
  max-width: 180px;
  height: auto;
}

.cw-logo-item:hover {
  transform: scale(1.05);
}

.cw-logo-item img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.cw-logo-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cw-logo-item a img {}

.cw-logo-item:hover img {
  -webkit-filter: grayscale(0%) brightness(1.1);
          filter: grayscale(0%) brightness(1.1);
}

/* Tablet: 4 per row */
@media (min-width: 768px) {
  .cw-logo-item {
    flex: 0 1 calc(25% - 1.5rem);
  }
}

/* Desktop: Full row */
@media (min-width: 992px) {
  .cw-logo-item {
    flex: 0 1 calc(15% - 1.66rem);
  }
}

.cw-social-section {
  padding: 2rem 0;
  background: var(--color-theme-primary);
}

.cw-social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.cw-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.cw-social-link:hover {
  background: #ffffff;
  color: var(--color-theme-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cw-social-link i {
  font-size: 1.5rem;
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .cw-footer-content .row.justify-content-center {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cw-subtitle {
    font-size: 2rem;
  }

  .cw-logo-container {
    gap: 1rem;
  }



  .cw-social-link {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 576px) {
  .cw-subtitle {
    font-size: 1.75rem;
  }

  .cw-logo-container {
    gap: 0.5rem;
  }
}

/* Hero ========================================================================================================== */
.cw-hero {
  padding: 2rem 0;
  position: relative;
  background: #27315c;
}

.cw-hero h1 {
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #fff;
}

.page-home h1 span {
  font-size: 0.5em;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  color: var(--color-theme-primary);
}

.cw-hero::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F22C9E6F4510DBAEA66685E7B0C35330.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 20%;
}

.cw-hero::after {
  position: absolute;
  content: "";
  bottom: -2px;
  right: 0;
  left: 0;
  background-color: #ffffff;
  height: 30px;
  width: 150px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
  margin: auto;
  transform: rotateX(180deg);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-hero h1 {
    font-size: 54px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cw-hero {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 650px;
    background-image: linear-gradient(to right,
        #2c456d,
        #2c456d96,
        rgba(117, 19, 93, 0)),
      url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FAA8197AF17B0102B33DF6846B48B4D4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    align-items: center;
    background-attachment: fixed;
    padding: 0px;
  }

  .cw-hero::after {
    /* position: absolute; */
    /* content: ""; */
    /* bottom: 0; */
    /* right: 0; */
    /* left: 0; */
    /* background-color: #fff; */
    /* height: 5%; */
    /* width: 8%; */
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
    /* z-index: -1; */
    /* margin: auto; */
    /* transform: rotateX(180deg); */
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

/* ============================================================================================= */
.page-home .cw-about-us {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 2rem 0 6rem 0;
}

.cw-about-us::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F22C9E6F4510DBAEA66685E7B0C35330.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: rotateY(180deg);
  opacity: 20%;
}

.cw-about-us .cw-inner-main-img {
  /* border-radius: 280px; */
  /* clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%); */
}

.cw-about-us .cw-experience {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cw-about-us .cw-about-inner-info {
  /* d-flex align-items-center justify-content-center border p-4 */
  padding: 1.5rem;
  border: 1px solid var(--color-theme-border);
  background: #fff;
  color: #000;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cw-about-us h3 {
  font-size: 2rem !important;
  font-weight: 800;
}

.cw-sub-header {
  background: #ffffff;
  display: inline-block;
  padding: 16px 20px;
  margin: auto;
  margin-bottom: 12px;
  border-radius: 30px;
  color: #2f456c;
}

/* =================================================================================================================== */
.cw-features-items {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.cw-features-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 10px;
  color: #2c456d;
  font-size: 40px;
  position: relative;
  line-height: 0;
  border-radius: 14px;
  background-color: #ffffff;
}

.cw-features-content .cw-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

/* 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 (max-width: 992px) {
  .cw-features-items {
    display: flex;
    flex-direction: column;
  }
}

/* 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-our-services {
  background-color: #1a1a1a !important;
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}

/* .cw-our-services::before {
	content: "";
	position: absolute;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C8A01C24FE20839C0029EBA5082A89F1.png");
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1 !important;
	opacity: 50%;
} */
.page-home .list {
  background-color: #1a1a1a !important;
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}

.list-text-description {
  padding: 0.3em 1em 0 1em !important;
}

/* .page-home .list::before {
	content: "";
	position: absolute !important;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C8A01C24FE20839C0029EBA5082A89F1.png") !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: -1 !important;
	opacity: 50% !important;
} */
/* section[id*="module"]:not(section[id*="module"] section)::before {
	background-color: rgba(0, 0, 0, 0) !important;
} */
.page-home .list-img-wrap {
  position: relative;
  height: 0;
  padding: 40% 0;
  margin: 0 !important;
  border-width: 3px;
  border-style: solid;
  overflow: hidden;
  text-align: center;
}

.page-home .list .list-wrap {
  background-color: #fff;
  /* clip-path: polygon(90% 1%, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0); */
  /* border-radius: 10px; */
  position: relative;
  overflow: hidden;
}

.page-home .list .list-text-bottom {
  padding-bottom: 2rem;
}

a.list-img-link .list-img-wrap .list-img-photo {
  height: 473px !important;
}

@media (min-width: 280px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 166px !important;
  }
}

@media (min-width: 330px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 206px !important;
  }
}

@media (min-width: 440px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 292px !important;
  }
}

@media (min-width: 768px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 224px !important;
  }
}

@media (min-width: 992px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 336px !important;
  }
}

@media (min-width: 1200px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 404px !important;
  }
}

@media (min-width: 1480px) {
  a.list-img-link .list-img-wrap .list-img-photo {
    height: 473px !important;
  }
}

/* CTA ===================================================================================================================================== */
/* .cw-cta {
	background-color: var(--color-theme-secondary) !important;
}

.cw-cta::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1478EF848EE7C555865BA90148C8EBE3.jpg);
	background-size: contain;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1 !important;
	opacity: 5%;
}

 */
.cw-cta-two {
  background-color: var(--color-theme-secondary) !important;
  color: var(--color-theme-text-btn);
  padding: 8.5rem 0;
  position: relative;
  z-index: 0;
}

.cw-cta-two::before {
  content: "";
  position: absolute;
  background-image: url("https://apihoard.webit.com/api/v1/Image/BBE2C638021C265C50E966E1919E2067/BBE2C638021C265C50E966E1919E2067.png?size=1920x1440");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 10%;
}

.cw-cta-two::after {
  content: "";
  position: absolute;
  background-image: url(https://apihoard.webit.com/api/v1/Image/BBE2C638021C265C50E966E1919E2067/BBE2C638021C265C50E966E1919E2067.png?size=1920x1440);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 10%;
  transform: rotateY(180deg);
}

/*  ===================================================================================== */
.footer-info-business,
.footer-nav-links {
  display: none;
}

.footer {
  padding-top: 0px !important;
}


/* Review ================================================================================================ */
.cw-review {}

.cw-review .cw-review-bg {
  position: relative;
  z-index: 0;
}

.cw-review .cw-review-bg::after {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2230C785C75474A4B25527D24A3611FA.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.cw-review .cw-review-img {
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
          clip-path: polygon(90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
}

.cw-review .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -5rem;
  left: 0;
  /* top: 0; */
  z-index: 2;
  display: flex;
  justify-content: start;
  align-content: end;
  margin-top: 4rem;
  margin-left: 0px !important;
}

.cw-review .carousel-indicators [data-bs-target] {
  content: "";
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  /* background-clip: padding-box; */
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* opacity: 0.5; */
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

/* 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 (max-width: 992px) {
  .cw-review .cw-review-bg::before {
    content: "";
    position: absolute;
    /* background-size: contain; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1 !important;
    opacity: 10%;
    height: 100%;
    background: var(--color-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .cw-review .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3rem;
    left: 0;
    /* top: 0; */
    z-index: 2;
    display: flex;
    justify-content: start;
    align-content: end;
    margin-top: 4rem;
    margin-left: 0px !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) {}

/* Internal page title ================================================================================== */
section:not(.page-home) .title {
  background-color: #03091b;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 6rem 0;
  text-align: center;
}

section:not(.page-home) .title::before {
  position: absolute !important;
  content: "" !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/31444F8142619A278C9CED7DA80BDE9F.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden !important;
  opacity: 25% !important;
  z-index: -1 !important;
}

section:not(.page-home) .title::after {
  position: absolute;
  content: "";
  bottom: -0.1rem;
  right: 0;
  left: 0;
  background-color: #111;
  height: 25px;
  width: 150px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
  margin: auto;
  transform: rotateX(180deg);
}

/* 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 {
    /* position: absolute; */
    /* content: ""; */
    /* bottom: -0.1rem; */
    /* right: 0; */
    /* left: 0; */
    /* background-color: #ffffff; */
    /* height: 10%; */
    /* width: 8%; */
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
    /* z-index: -1; */
    /* margin: auto; */
    /* transform: rotateX(180deg); */
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

/* Internal Stats ========================================================= */
.cw-stats {
  position: relative;
  background-color: var(--color-theme-secondary);
  padding: 8.5rem 0;
  z-index: 0;
}

.cw-stats::before {
  content: "";
  position: absolute;
  background-image: url("https://apihoard.webit.com/api/v1/Image/BBE2C638021C265C50E966E1919E2067/BBE2C638021C265C50E966E1919E2067.png?size=1920x1440");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 10%;
}

.cw-stats::after {
  content: "";
  position: absolute;
  background-image: url(https://apihoard.webit.com/api/v1/Image/BBE2C638021C265C50E966E1919E2067/BBE2C638021C265C50E966E1919E2067.png?size=1920x1440);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 10%;
  transform: rotateY(180deg);
}

.cw-stats h3 {
  font-size: 4.5rem !important;
}

/* Internal Services -page ====================================================== */
.page-services .list .list-wrap {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.page-servies a.list-img-link .list-img-wrap .list-img-photo {
  height: 300px !important;
}

.page-services .list-img-wrap {
  margin: 0px !important;
}

.page-services .list-text-title {
  margin-top: 2rem !important;
}

.page-services .list-text-bottom {
  padding: 1rem 2rem !important;
}

/* Contact Us ============================================================ */
.page-contact-us .btn-primary {
  display: flex;
  justify-content: center;
}

/* Staff Page */
.cw-staff-pg {
  background-color: #1a1a1a;
  padding: 40px 0px;
  margin-top: 36px;
}

.cw-staff-pg .card-title {
  color: #c31142;
}

.cw-staff-pg .small {
  color: #25315d;
}

.cw-staff-pg .small a {
  color: #25315d;
}

.card-img-top {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-header {
  background-color: #be0b41 !important;
}

.modal-body {
  background-color: #25315d !important;
}

.modal-body a:hover {
  color: #a5a5a5;
}

/* Lendors Page */
.cw-LendersSection {
  position: relative;
  padding-bottom: 3rem;
  padding-top: 4rem;
  background-color: #1a1a1a;
}

.cw-LendersSection .cw-mainContent {
  background-color: #25315d;
  color: var(--color-theme-text);
  box-shadow: 0 5px 46px 0 rgb(39 35 67 / 13%);
  height: 100%;
  padding: 1.5rem 1.5rem;
}

.cw-LendersSection .cw-mainContent p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cw-LendersSection .cw-mainContent {
    padding: 1.5rem 1.5rem;
  }
}

.businessinfo .contact-details a:hover,
.businessinfo a:hover {
  color: #919191 !important;
}

/*Blog Pages*/
/* Services  ============================================================================================================================= */
/* From Uiverse.io by andrew-demchenk0 */
.cw-svg-leaf {
  width: 35px;
  max-width: 100%;
  fill: var(--color-theme-primary);
}

.cw-services a:hover {
  color: #c31142 !important;
}

.cw-services {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* .cw-services::before {
      content: "";
      position: absolute;
      background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3412969AC1F1F123F2BA4C23B6099E6C.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      opacity: 10%;
    } */
.cw-services .card {
  --bg-color: #ffffff00;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-radius: 20px; */
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  position: relative;

  color: #000 !;
}

.cw-card__img svg {
  height: 100%;
  border-radius: 20px 20px 0 0;
}

/* .cw-card__avatar {
      position: absolute;
      width: 85px;
      height: 85px;
      background: var(--color-theme-primary);
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -2rem;
      right: 0;
      left: 0;
      margin: auto;
      padding: 1rem;
      border: 4px solid #efefef;
    } */
/* .cw-card__avatar svg {
      width: 100px;
      height: 100px;
      fill: #fff;
    } */
.cw-card__title {
  font-weight: 500;
  font-size: 22px;
  /* color: var(--main-color); */
}

.cw-card__subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  /* color: var(--submain-color); */
}

/* Card animation ================================================================================ */
.cw-services a {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0px);
}

.cw-services a:hover {
  transform: translateY(5px);
}

.cw-shimmer-banner {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  text-align: center;
  overflow: hidden;

  background-image: linear-gradient(-45deg,
      var(--color-theme-primary) 45%,
      #d6d6d6 50%,
      var(--color-theme-primary) 55%);
  background-size: 300%;
  background-position-x: 100%;
  -webkit-animation: cw-shimmer-primary 5s infinite linear;
          animation: cw-shimmer-primary 5s infinite linear;
}

.cw-shimmer-banner .cw-shimmer-box {
  padding: 1rem 1rem;
  max-width: var(--cw-box-width);
}

.cw-shimmer-banner h2 {
  color: inherit;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  transition-duration: 0.3s;
}

.cw-shimmer-banner h2:hover {
  opacity: 0.9;
  text-shadow: 3px 2px 2px #000;
}

@-webkit-keyframes cw-shimmer-primary {

  0%,
  30% {
    background-position-x: 100%;
  }

  40%,
  100% {
    background-position-x: 0%;
  }
}

@keyframes cw-shimmer-primary {

  0%,
  30% {
    background-position-x: 100%;
  }

  40%,
  100% {
    background-position-x: 0%;
  }
}

@media (min-width: 992px) {
  .cw-shimmer-banner a {
    font-size: 2rem;
  }

  .cw-shimmer-banner a:hover {
    font-size: 2.2rem;
  }
}