@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
.btn-secondary {
  color: #000000 !important;
}
.cw-firsth5 {
  background-color: var(--color-theme-primary);
  color: white;
  z-index: 1;
  width: -webkit-fill-available;
  position: static;
  margin: -1px;
  padding: 1rem;
}

.cw-firsth5 h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.title + .text {
  margin-top: 0;
}

.wow {
  visibility: hidden;
}

.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase !important;
}

.cw-header {
  background-color: #1e1e1e;
  padding: 1em 0;
  font-size: 14px;
}

.cw-header .cw-phone {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0;
  color: #ffffff !important;
}

.cw-header ul li {
  display: inline-block;
}

.cw-header .cw-social-media .fab {
  font-size: 1.5em;
  background-color: #000000;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin: 0.1em;
  color: #ffffff !important;
}
.cw-header .cw-social-media .fa-facebook-square {
  background-color: #3e5996;
}

.cw-header .cw-social-media .fa-twitter {
  background-color: #30c3f5;
}
.cw-header .cw-social-media .fa-youtube {
  background-color: #dc372e;
}
.cw-header .cw-social-media .fa-instagram {
  background: #d6249f;
  background: -webkit-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -o-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.cw-hero-slideshow {
  position: relative;
  overflow: hidden;
  height: 600px;
  display: flex;
  flex-flow: wrap;
  justify-content: start;
}

.cw-hero-slideshow .cw-hero-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: cw-slide-anim 12s infinite;
  animation-delay: var(--cw-anim-offset);
}

.cw-hero-slideshow .cw-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(
    0.2turn,
    rgba(14, 38, 63, 0.9),
    rgba(0, 116, 196, 0.2)
  );
  z-index: 1;
}

.cw-hero-slideshow .cw-hero-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cw-hero-slideshow .cw-hero-title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0rem 8%;
  top: 8%;
}

.cw-hero-slideshow .cw-hero-title h1 {
  display: block;
  margin: 1rem 0 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
}

.cw-hero-slideshow .cw-hero-title h1 span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--color-theme-border) !important;
}

@keyframes cw-slide-anim {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  13%,
  25% {
    opacity: 1;
    transform: scale(1.06);
  }

  38% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

section.inventory-search-module .btn-primary {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-secondary);
  color: #000000 !important;
}
section.inventory-search-module .form__wrapper {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .cw-hero-slideshow .cw-hero-title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .cw-hero-slideshow .cw-hero-title h1 {
    font-size: 4rem;
  }
}

.page-home .list {
  padding-top: 2rem;
  padding-bottom: 2em;
}

.page-home .list .list-img-wrap {
  padding: 54% 0;
}

.page-home .list .list-wrap {
  position: relative;
  margin-bottom: 0;
}

.page-home .list .list-text-title {
  position: absolute;
  bottom: 15%;
  left: 5%;
  right: 5%;
  width: auto;
  height: auto;
  color: #fff;
  margin: auto;
  text-shadow: 0 0 4px #000;
  pointer-events: none;
}

.page-home .list .list-img-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  transition: opacity 0.5s linear 0.1s;
}

.page-home .list a.list-img-link:hover .list-img-photo:after {
  opacity: 0.5;
  background: var(--color-theme-highlight);
}

.page-home .list .btn {
  display: none;
}
.inventoryslideshow {
  box-shadow: 1px 2px 3px black !important;
}

.page-home .inventoryslideshow {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cw-homeAbout {
  margin-bottom: 2.5rem;
  padding: 4rem 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://cdn05.carsforsale.com/1c4146149d2e6c5f4e6b0e3357f1eab4/1c4146149d2e6c5f4e6b0e3357f1eab4.jpg?format=&sig=c4efc2f170615631");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.cw-homeAbout .col-12 {
  z-index: 2;
}

.textwithimage h3 span {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60%;
  color: var(--color-theme-secondary);
}

.cw-homeSpecial {
  margin-bottom: 6rem;
  color: #fff;
}

.cw-homeSpecial .cw-homeSpecial-wrapper {
  padding: 2em;
}

.cw-homeSpecial h4 {
  font-size: 2rem;
}

.cw-homeSpecial img {
  width: 400px;
}

.cw-homeSpecial .container {
  background: var(--color-theme-highlight);
}

@media (max-width: 576px) {
  .cw-homeSpecial .cw-homeSpecial-content {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .page-home .list .list-text-title {
    font-size: 1.75rem;
  }

  .cw-homeAbout {
    padding: 6rem 0;
  }

  .cw-homeAbout h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cw-homeSpecial h4 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .page-home .textwithimage h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cw-homeSpecial h4 {
    font-size: 2.5rem;
  }

  .cw-homeSpecials .lead {
    font-size: 1.3rem;
  }
}

@media (min-width: 1340px) {
  .page-home .textwithimage h2,
  .cw-homeAbout h3 {
    font-size: 3rem;
  }

  .page-home .list .list-text-title {
    font-size: 2rem;
  }

  .cw-homeAbout {
    background-attachment: fixed;
  }
}

.popular-vehicles-sections {
  margin: 5em auto !important;
}

.card__multi__style2 .item__card {
  border-radius: 0 !important;
}

.inventoryslideshow h3 {
  font-size: 1.2rem !important;
}
.inventoryslideshow .inventoryslideshow-title-heading {
  display: none;
}

.inventoryslideshow .item__data__price {
  font-size: 1.25rem !important;
}

.inventoryslideshow-slick {
  padding-top: 1rem;
}

.inventoryslideshow-title-heading {
  font-size: 2.25rem;
}

.inventoryslideshow-title-heading span {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60%;
  color: #f5f5f5;
}

.inventoryslideshow {
  background-image: url(https://cdn05.carsforsale.com/36110f142cdca6d97ef26b29934d7150/36110f142cdca6d97ef26b29934d7150.jpg?format=original&sig=345289a1d1555108) !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 6em 0 !important;
}
.inventoryslideshow-container {
  background-color: #ffffff !important;
  padding: 50px 0 80px 0 !important;
}

.inventoryslideshow .inventoryslideshow-arrow.btn-secondary,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:focus {
  background-color: #000000 !important;
}
.card__single__horizontal__style1 .item__card__photo img {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .inventoryslideshow-title-heading {
    font-size: 2.75rem;
  }
}

@media (min-width: 1340px) {
  .inventoryslideshow-title-heading {
    font-size: 3rem;
  }
}

.inventory {
  padding-top: 0 !important;
}

.dropdown-menu .badge {
  color: var(--color-theme-primary);
}

.p-veh-card .card-top-img a {
  display: block;
}

.inventory .srp-sidebar .card-header::before {
  border-color: transparent !important;
}

.inventory .card {
  background: #f4f7f7 !important;
}

.inventory .inventory-cta .btn {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.inventory .vehicle-card.layout-2 .inventory-title {
  font-size: 1.2rem !important;
}

.inventory .vehicle-card.layout-2 .price {
  background: var(--color-theme-primary) !important;
  font-weight: 700;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
  color: var(--color-theme-text-btn);
}

.inventory .carousel-indicators {
  background: rgba(255, 255, 255, 0.4) !important;
  bottom: 0 !important;
  margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  background: var(--color-theme-highlight);
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.inventory .btn-primary:hover {
  background: var(--color-theme-highlight) !important;
  border-color: var(--color-theme-highlight) !important;
}

/* .vdp__details__mod {
	margin-bottom: 50px;
} */

.vdp__title__mod {
  background: var(--color-theme-highlight);
  padding: 1.5rem 1rem 1rem;
  color: #fff;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
  margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
  max-width: none;
  margin-bottom: 0 !important;
  padding: 1rem;
  background: var(--color-theme-primary);
  color: #fff;
}

p.veh__generation,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
  color: #fff !important;
}
.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  color: #000000 !important;
}

.card__multi__style1 a,
.card__multi__style1 a:hover {
  color: #ffffff !important;
}

.item__style {
  color: #000000 !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .page-inventory .container.mb-4 {
    padding: 3rem 4rem;
  }
}

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background:
    linear-gradient(0.2turn, rgba(14, 38, 63, 0.9), rgba(0, 116, 196, 0.2)),
    url(https://cdn05.carsforsale.com/1025ae90b2ed875092070f36496e94d6/1025ae90b2ed875092070f36496e94d6.jpg?width=1920&height=1440&format=&sig=853ef13ecbda491b)
      no-repeat top center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: #fff;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 5em 0 2em;
  }

  section:not(.page-home) .title h1 {
    font-size: 2.5rem;
  }
}

.form-forms-header {
  font-size: 1.75rem;
}

.bootstrap-select {
  padding: 0 !important;
  background: 0 0;
  border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
  color: #000;
  background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline;
  background: 0 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder::after {
  border-top-color: var(--color-theme-highlight);
}

/* -------------------- VDP sticky nav & accessibility fixes ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
  margin: auto;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__details__mod .row > * {
    padding: 0 !important;
  }
}

.sn_business_openclose.open {
  background: var(--color-theme-primary) !important;
  color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  font-size: 0.7rem !important;
  padding: 7px 10px !important;
}

@media (min-width: 440px) {
  .vdp-module-canvas-razor-wrapper
    .vdp__sticky-navigation__mod
    button.sn_more_btn {
    font-size: 0.8rem !important;
    padding: 7px 12px !important;
  }
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn:hover {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn:before {
  background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_share_item
  a:hover {
  color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_dropdown
  a:hover {
  color: var(--color-theme-primary);
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  font-size: 1rem !important;
}

/* VDP Dealership info mod  */
@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row > * {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
    margin-bottom: 0 !important;
  }
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
  margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
  margin-bottom: 2em;
}

/* Loan App Mobile  */
.vdp__loanCalc__mod .narrow__col-12 {
  padding: 0;
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
  color: var(--color-theme-header);
  margin: 0 0 0.5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
  /* background: #444444; */
  border: 0 !important;
  /* padding: 1.5rem !important; */
  margin-top: 1em !important;
  margin-bottom: 1.5em;
  border-radius: 0.8vw !important;
}

/* !!! Align Mobile !!! */
/* 
.header-container {
	position: relative;
	z-index: 999999999999;
	background-color: white;
	width: -webkit-fill-available;
	filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

a.navbar-brand.d-xl-none.d-lg-none {
	visibility: hidden;
}

.header .navbar-toggler {
	position: relative !important;
	z-index: 1999999999999;
	left: 10px;
}

.header .header-info-logo-img {
	padding: 0.5em;
	position: relative;
	top: 35px;
	z-index: 999999999999;
}

.cw-header-contact.bg-primary {
	display: none;
}

.header .navbar .navbar-nav li.nav-item {
	background-color: white;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
	top: -50px;
}

@media (min-width: 992px) {
	.header .header-info-logo-img {
		top: 35px;
		position: absolute;
	}

	.cw-header-contact.bg-primary {
		display: flex;
	}

	.header-container {
		height: auto;
		position: fixed;
		z-index: 999999999999;
		background-color: white;
		width: -webkit-fill-available;
	}

	nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
		top: 0px;
	}
}

@media (min-width: 1400px) {
	.header .header-info-logo-img img {
		width: 200px;
		top: 5px;
		position: relative;
	}
}

@media (min-width: 992px) {
	.inventorydetails {
		padding-top: 11rem;
	}
} */

/* ========= Internal page =========== */
.page-testimonials .form {
  padding-top: 4em !important;
}
.cw-reviews {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.cw-reviews .container {
  position: relative;
  z-index: 2;
}

/* Header */

.cw-reviews-header {
  max-width: 760px;
  margin: 0 auto 55px;
}

.cw-reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  padding: 7px 14px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e6e8eb;
  color: #6c757d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.cw-reviews-eyebrow i {
  color: #f5b301;
  font-size: 11px;
}

.cw-reviews-title {
  margin: 0 0 16px;
  color: #161a1d;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.08;
}

.cw-reviews-subtitle {
  max-width: 650px;
  margin: 0 auto;
  color: #6c757d;
  font-size: 17px;
  line-height: 1.7;
}

/* Google Rating */

.cw-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 11px 18px;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.cw-rating-google {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 17px;
}

.cw-rating-stars {
  display: flex;
  gap: 3px;
  color: #f5b301;
  font-size: 13px;
}

.cw-rating-text {
  font-size: 13px;
  font-weight: 700;
  color: #343a40;
}

/* Review Card */

.cw-review-card {
  position: relative;
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(20, 30, 40, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  overflow: hidden;
}

.cw-review-card:hover {
  transform: translateY(-7px);
  border-color: #dee2e6;
  box-shadow: 0 18px 45px rgba(20, 30, 40, 0.11);
}

/* Decorative Quote */

.cw-review-card::before {
  content: "\f10d";
  position: absolute;
  top: 20px;
  right: 25px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 48px;
  color: rgba(13, 110, 253, 0.06);
}

/* Stars */

.cw-review-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 22px;
  color: #f5b301;
  font-size: 13px;
}

.cw-review-stars i {
  line-height: 1;
}

/* Review Text */

.cw-review-text {
  position: relative;
  margin: 0 0 28px;
  color: #454b51;
  font-size: 15px;
  line-height: 1.8;
}

/* Author */

.cw-review-author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #edf0f2;
}

.cw-review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #212529, #495057);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.cw-review-name {
  margin-bottom: 3px;
  color: #191d21;
  font-size: 14px;
  font-weight: 800;
}

.cw-review-meta {
  margin: 0;
  color: #8a9299;
  font-size: 12px;
  line-height: 1.4;
}

.cw-review-meta i {
  margin-right: 4px;
}

/* Google source */

.cw-google-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.cw-google-source i {
  color: #4285f4;
  font-size: 12px;
}

/* Bottom CTA */

.cw-reviews-footer {
  margin-top: 50px;
  text-align: center;
}

.cw-reviews-footer-text {
  margin-bottom: 18px;
  color: #6c757d;
  font-size: 14px;
}

.cw-reviews-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: 10px;
  background: #212529;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cw-reviews-button:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive */

@media (max-width: 991.98px) {
  .cw-reviews {
    padding: 70px 0;
  }

  .cw-review-card {
    padding: 26px;
  }
}

@media (max-width: 767.98px) {
  .cw-reviews {
    padding: 60px 0;
  }

  .cw-reviews-header {
    margin-bottom: 40px;
  }

  .cw-reviews-title {
    font-size: 34px;
  }

  .cw-reviews-subtitle {
    font-size: 15px;
  }

  .cw-review-card {
    padding: 25px;
    border-radius: 16px;
  }
}

/*.businessinfo .btn-primary,
.businessinfo .btn-primary:focus,
.businessinfo .btn-primary:hover,
.businessinfo .btn-primary:not([disabled]):not(.disabled).active,
.businessinfo .btn-primary:not([disabled]):not(.disabled):active,
.businessinfo .show > .btn-primary.dropdown-toggle {
  color: #ffffff !important;
}*/

.businessinfo .btn-primary,
.businessinfo .btn-primary:focus {
  background-color: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.businessinfo .btn-primary:hover {
  background-color: var(--color-theme-highlight) !important;
  border-color: var(--color-theme-highlight) !important;
}


.contact-details .contact-icon {
  color: #ffffff !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper
  .show
  > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff !important;
}

/*.form .btn-primary,
.form .btn-primary:focus,
.form .btn-primary:hover,
.form .btn-primary:not([disabled]):not(.disabled).active,
.form .btn-primary:not([disabled]):not(.disabled):active,
.form .show > .btn-primary.dropdown-toggle {
  color: #ffffff !important;
}*/


.vdp__title__mod {
    color: #000000!important;
}