body .site-content,
body .content-wrapper {
  overflow: clip;
}

#header,
#header .menu,
#header .menu-inner {
  width: 100%;
}

#page,
#main.wrapper,
body.home .site-content.container {
  width: 100%;
  max-width: none;
}

body.home .site-content.container {
  padding-left: 0;
  padding-right: 0;
}

.home.page-id-7326 #header,
.home.page-id-7326 #header .topbar,
.home.page-id-7326 #header .menu,
.home.page-id-7326 #header .menu-inner,
.home.page-id-7326 #header .menu-list-items {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.home.page-id-7326 #header {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: 0;
  right: 0;
}

.home.page-id-7326 #header .topbar,
.home.page-id-7326 #header .menu,
.home.page-id-7326 #header .menu-inner,
.home.page-id-7326 #header .menu-list-items {
  width: 100vw !important;
  max-width: 100vw !important;
}

#header .container,
#header .menu .container,
#header .menu-inner .container,
#header .menu-inner > .container > .row,
#header .header-main-inner {
  width: 100%;
  max-width: none;
}

#header .menu-inner .container {
  padding-left: 28px;
  padding-right: 28px;
}

#header .menu-inner > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

#header .menu-inner > .container > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#header .header-main-inner {
  padding-left: 28px;
  padding-right: 28px;
}

#header .topbar .container,
#header .topbar .container > .row,
#header .topbar [class*="col-"] {
  width: 100%;
  max-width: none;
}

#header .topbar .container {
  padding-left: 28px;
  padding-right: 28px;
}

.product-listing.page-section-ptb {
  padding-top: 48px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 20% 20%, rgba(40, 36, 86, 0.34), rgba(40, 36, 86, 0) 30%),
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #07070b 0%, #11131d 52%, #0a0b12 100%);
  background-size: 140% 140%, 120% 120%, 100% 100%;
  animation: wt24DarkShift 18s ease-in-out infinite;
}

.product-listing .car-grid {
  margin-bottom: 32px;
}

.product-listing .car-item {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-listing .car-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.14);
  border-color: rgba(15, 23, 42, 0.14);
}

.product-listing .car-item .car-image {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.product-listing .car-item .car-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-listing .car-item:hover .car-image img {
  transform: scale(1.04);
}

.product-listing .car-item .car-content {
  padding: 24px 26px 18px;
}

.product-listing .car-item .car-title {
  margin-bottom: 14px;
}

.product-listing .car-item .car-title a {
  display: block;
  min-height: 3.1em;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.product-listing .vehicle-attributes-list {
  margin-bottom: 14px;
}

.product-listing .vehicle-attributes-list ul,
.product-listing .vehicle-attributes-list .list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.product-listing .vehicle-attributes-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  line-height: 1.25;
}

.product-listing .vehicle-attributes-list li span,
.product-listing .vehicle-attributes-list li strong {
  float: none;
  width: auto;
  padding: 0;
  font-size: 12px;
}

.product-listing .vehicle-attributes-list li span {
  opacity: 0.7;
}

.product-listing .vehicle-attributes-list li strong {
  font-weight: 700;
}

.product-listing .car-item .price.car-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.product-listing .car-item .price.car-price .old-price {
  font-size: 20px;
  line-height: 1;
  color: #d32939;
  opacity: 0.95;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(211, 41, 57, 0.9);
}

.product-listing .car-item .price.car-price .new-price {
  font-size: 28px;
  line-height: 1;
}

.product-listing .car-item .price.car-price p {
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-listing .car-item .car-footer {
  padding: 0 26px 22px;
}

.product-listing .car-item .car-footer .dealer-contact {
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.product-listing .cars_filters,
.product-listing .cars-top-filters-box,
.product-listing .cars-top-filters-box-full,
.product-listing .cars-filters-box-top,
.product-listing .listing-top,
.product-listing .sorting-options-main,
.product-listing .listing-sidebar .cars_filters,
.product-listing .widget.cars_filters,
.product-listing .sort-filters-box,
.product-listing .sort-filters-box .stripe-item,
.product-listing .sort-filters,
.product-listing .listing_sort,
.product-listing .cars-total-vehicles,
.product-listing .year-range-slider-wrapper,
.product-listing .sidebar-widget,
.product-listing .sidebar .widget {
  background: #a3a3a3 !important;
  border-radius: 24px !important;
}

.product-listing .cars-top-filters-box,
.product-listing .cars-top-filters-box-full,
.product-listing .cars-filters-box-top {
  background:
    linear-gradient(180deg, rgba(13, 14, 27, 0.96) 0%, rgba(20, 21, 36, 0.94) 100%) !important;
}

.product-listing .cars-filters-box-top,
.product-listing .cars-filters-box-top .page-breadcrumb,
.product-listing .cars-filters-box-top ul.page-breadcrumb,
.product-listing .cars-filters-box-top ul.page-breadcrumb li,
.product-listing .cars-filters-box-top ul.page-breadcrumb li span,
.product-listing .cars-filters-box-top ul.page-breadcrumb li a {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.product-listing .cars-filters-box-top,
.product-listing .cars-filters-box-top::before,
.product-listing .cars-filters-box-top::after,
.product-listing .cars-filters-box-top .page-breadcrumb::before,
.product-listing .cars-filters-box-top .page-breadcrumb::after {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.product-listing .sort-filters-box .cars-total-vehicles,
.product-listing .sort-filters-box .listing_sort,
.product-listing .sort-filters-box .sort-filters,
.product-listing .sort-filters-box .year-range-slider-wrapper,
.product-listing .sort-filters-box .stripe-item {
  background: #a3a3a3 !important;
  box-shadow: none !important;
}

.product-listing .cars_filters,
.product-listing .cars-top-filters-box,
.product-listing .cars-filters-box-top,
.product-listing .sorting-options-main,
.product-listing .listing-sidebar .cars_filters,
.product-listing .widget.cars_filters,
.product-listing .sort-filters-box,
.product-listing .sidebar .widget {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.product-listing .sorting-options-main,
.product-listing .sort-filters-box,
.product-listing .cars-total-vehicles,
.product-listing .listing_sort,
.product-listing .sort-filters {
  border-color: transparent !important;
}

.product-listing .cars_filters .selected-box,
.product-listing .cars_filters select,
.product-listing .cars_filters .bootstrap-select,
.product-listing .cars_filters .bootstrap-select > .dropdown-toggle,
.product-listing .cars_filters .select2-container .select2-selection--single,
.product-listing .cars_filters input,
.product-listing .cars_filters .form-control,
.product-listing .cars_filters .button,
.product-listing .cars_filters a.button,
.product-listing .cars_filters .btn,
.product-listing .sort-filters-box .selected-box,
.product-listing .sort-filters-box select,
.product-listing .sort-filters-box .bootstrap-select,
.product-listing .sort-filters-box .bootstrap-select > .dropdown-toggle,
.product-listing .sort-filters-box .select2-container .select2-selection--single,
.product-listing .sort-filters-box input,
.product-listing .sort-filters-box .form-control,
.product-listing .sort-filters-box .button,
.product-listing .sort-filters-box a.button,
.product-listing .sort-filters-box .btn {
  border-radius: 16px !important;
}

.product-listing .cars_filters .selected-box,
.product-listing .sort-filters-box .selected-box {
  overflow: hidden;
}

.single-cars .site-content,
.single-cars .page-section-ptb,
.single-cars section[class*="car-detail"],
.single-cars section[class*="vehicle-detail"] {
  background:
    linear-gradient(180deg, #fcfcfc 0%, #f4f4f4 100%);
}

.single-cars .page-section-ptb {
  padding-top: 40px;
  padding-bottom: 80px;
}

.single-cars .car-title,
.single-cars .car-details .car-title {
  max-width: 14ch;
  margin-bottom: 14px;
  line-height: 1.05;
}

.single-cars .car-details .car-price {
  display: inline-flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 10px 14px;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.single-cars .car-details .car-price .new-price {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
}

.single-cars .car-details .car-price .old-price {
  opacity: 0.45;
}

.single-cars .car-details .car-price p,
.single-cars .car-details .car-price .sold {
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-cars .details-nav {
  margin: 18px 0 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.single-cars .details-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.single-cars .details-nav ul li {
  margin: 0;
}

.single-cars .details-nav ul li a,
.single-cars .vehicle-buttons-wrap.details-nav .vehicle-buttons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.single-cars .details-nav ul li a:hover,
.single-cars .vehicle-buttons-wrap.details-nav .vehicle-buttons li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.single-cars .slider-slick {
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
}

.single-cars .slider-for figure {
  overflow: hidden;
  border-radius: 22px;
  background: #efefef;
}

.single-cars .slider-for img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.single-cars .slider-nav {
  margin-top: 14px;
}

.single-cars .slider-nav .vehicle-detail-gallery-nav-img {
  border-radius: 14px;
  border: 2px solid transparent;
  overflow: hidden;
}

.single-cars .car-details-sidebar {
  position: sticky;
  top: 110px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.single-cars .car-details-sidebar > * + * {
  margin-top: 18px;
}

.single-cars .car-details-sidebar .vehicle-attributes-list ul,
.single-cars .car-details-sidebar .car-attributes,
.single-cars .car-details-sidebar .list-unstyled {
  margin: 0;
  padding: 0;
}

.single-cars .car-details-sidebar .vehicle-attributes-list li,
.single-cars .car-details-sidebar .car-attributes li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.single-cars .car-details-sidebar .vehicle-attributes-list li:last-child,
.single-cars .car-details-sidebar .car-attributes li:last-child {
  border-bottom: 0;
}

.single-cars .car-details-sidebar .vehicle-attributes-list li span,
.single-cars .car-details-sidebar .car-attributes li span {
  opacity: 0.66;
}

.single-cars .car-details-sidebar .vehicle-attributes-list li strong,
.single-cars .car-details-sidebar .car-attributes li strong {
  text-align: right;
}

.single-cars #tabs {
  margin-top: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.single-cars #tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 18px 20px 0;
  border: 0;
  background: transparent;
}

.single-cars #tabs ul.tabs li {
  float: none;
  margin: 0;
}

.single-cars #tabs ul.tabs li a {
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
}

.single-cars #tabs .tab-content {
  padding: 28px 28px 34px;
}

.single-cars #tabs .tab-pane h3,
.single-cars #tabs .tab-pane h4 {
  margin-top: 0;
}

.single-cars #tabs .tab-pane ul {
  padding-left: 1.2em;
}

.single-cars .panel-group .panel {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.single-cars .panel-group .panel + .panel {
  margin-top: 14px;
}

.single-cars .panel-group .panel-heading {
  padding: 0;
  border: 0;
}

.single-cars .panel-group .panel-title a {
  display: block;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.94);
}

.single-cars .panel-group .panel-body {
  padding: 20px;
  background: #fff;
}

@media (max-width: 1199px) {
  .single-cars .car-details-sidebar {
    position: static;
    margin-top: 26px;
  }
}

@media (max-width: 991px) {
  .product-listing.page-section-ptb,
  .single-cars .page-section-ptb {
    padding-top: 28px;
    padding-bottom: 56px;
  }

  .single-cars .car-title,
  .single-cars .car-details .car-title {
    max-width: none;
  }

  .single-cars .car-details .car-price {
    justify-content: flex-start;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .product-listing .car-item .car-content,
  .product-listing .car-item .car-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-listing .car-item .price.car-price .new-price {
    font-size: 24px;
  }

  .single-cars .details-nav,
  .single-cars .slider-slick,
  .single-cars .car-details-sidebar,
  .single-cars #tabs {
    border-radius: 20px;
  }

  .single-cars .slider-slick {
    padding: 12px;
  }

  .single-cars #tabs .tab-content {
    padding: 22px 18px 24px;
  }
}

body.home.page-id-7326 {
  background:
    radial-gradient(circle at 18% 14%, rgba(92, 71, 255, 0.22), rgba(92, 71, 255, 0) 24%),
    radial-gradient(circle at 82% 8%, rgba(59, 36, 160, 0.24), rgba(59, 36, 160, 0) 22%),
    radial-gradient(circle at 50% 78%, rgba(110, 88, 255, 0.18), rgba(110, 88, 255, 0) 28%),
    linear-gradient(180deg, #020204 0%, #090913 38%, #05060a 100%);
  background-size: 170% 170%, 150% 150%, 160% 160%, 100% 100%;
  animation: wt24PulseAura 12s ease-in-out infinite;
  position: relative;
}

body.home.page-id-7326::before,
body.home.page-id-7326::after {
  content: "";
  position: fixed;
  inset: -14%;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
}

body.home.page-id-7326::before {
  background:
    radial-gradient(circle at 25% 22%, rgba(102, 76, 255, 0.2), rgba(102, 76, 255, 0) 26%),
    radial-gradient(circle at 72% 24%, rgba(54, 32, 156, 0.24), rgba(54, 32, 156, 0) 24%),
    radial-gradient(circle at 52% 82%, rgba(131, 110, 255, 0.16), rgba(131, 110, 255, 0) 30%);
  filter: blur(28px);
  opacity: 0.8;
  animation: wt24PulseGlow 10s ease-in-out infinite;
}

body.home.page-id-7326::after {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(90deg, rgba(103, 76, 255, 0.08) 0%, rgba(103, 76, 255, 0) 12%, rgba(103, 76, 255, 0.08) 24%, rgba(103, 76, 255, 0) 36%);
  background-size: 100% 100%, 240% 240%;
  opacity: 0.35;
  animation: wt24PulseSweep 16s linear infinite;
}

.home.page-id-7326 .site-content {
  overflow: clip;
  position: relative;
  z-index: 1;
}

.home.page-id-7326 #primary,
.home.page-id-7326 #content,
.home.page-id-7326 .entry-content,
.home.page-id-7326 .wpb-content-wrapper {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.home.page-id-7326 .vc_row {
  position: relative;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] {
  padding-top: 18px;
  padding-bottom: 24px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000 !important;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .vc_row-background-overlay,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .wpb_text_column,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .wpb_text_column .wpb_wrapper,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] p,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] rs-module-wrap,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] rs-module,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .rev_slider_wrapper {
  background: transparent !important;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] rs-module-wrap {
  visibility: visible !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: 0 !important;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .rev_slider_wrapper {
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  border-radius: 0;
  box-shadow: none;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .vc_column-inner,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .wpb_wrapper,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .wpb_revslider_element,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .rev_slider,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .rev_slider_wrapper.fullwidthbanner-container,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] rs-module-wrap,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] rs-module {
  width: 100vw !important;
  max-width: 100vw !important;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821262"] .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821272"] {
  z-index: 2;
  margin-top: -42px;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821272"] > .wpb_column > .vc_column-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 28px 20px;
  border-radius: 30px;
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.18);
}

.home.page-id-7326 .cars_custom_filters,
.home.page-id-7326 .cars-filter-wrapper,
.home.page-id-7326 .search-logo,
.home.page-id-7326 .search-box,
.home.page-id-7326 .cads-custom-filters,
.home.page-id-7326 .search-block {
  border-radius: 24px;
}

.home.page-id-7326 .cdhl_custom-filters_wrapper .selected-box,
.home.page-id-7326 .cdhl_custom-filters_wrapper select,
.home.page-id-7326 .cdhl_custom-filters_wrapper .bootstrap-select > .dropdown-toggle,
.home.page-id-7326 .cdhl_custom-filters_wrapper .select2-container .select2-selection--single,
.home.page-id-7326 .cdhl_custom-filters_wrapper input,
.home.page-id-7326 .cdhl_custom-filters_wrapper .price-slide .price input,
.home.page-id-7326 .cdhl_custom-filters_wrapper .button,
.home.page-id-7326 .cdhl_custom-filters_wrapper .btn,
.home.page-id-7326 .cdhl_custom-filters_wrapper a.button,
.home.page-id-7326 .cdhl_custom-filters_wrapper .vc_btn3,
.home.page-id-7326 .cdhl_custom-filters_wrapper .form-control {
  border-radius: 16px !important;
}

.home.page-id-7326 .cdhl_custom-filters_wrapper .selected-box {
  overflow: hidden;
}

.home.page-id-7326 .cdhl_custom-filters_wrapper .selectpicker,
.home.page-id-7326 .cdhl_custom-filters_wrapper .bootstrap-select,
.home.page-id-7326 .cdhl_custom-filters_wrapper .bootstrap-select > .dropdown-toggle,
.home.page-id-7326 .cdhl_custom-filters_wrapper .select2-container .select2-selection--single,
.home.page-id-7326 .cdhl_custom-filters_wrapper select,
.home.page-id-7326 .cdhl_custom-filters_wrapper input,
.home.page-id-7326 .cdhl_custom-filters_wrapper .form-control {
  min-height: 46px;
}

.home.page-id-7326 .vc_separator.vc_separator-has-text {
  margin-bottom: 20px;
}

.home.page-id-7326 .vc_separator.vc_separator-has-text h4 {
  padding: 0 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home.page-id-7326 .vc_separator .vc_sep_line {
  opacity: 0.35;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] .cd-section-title,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] .section-title {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] > .wpb_column > .vc_column-inner,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821732"] > .wpb_column > .vc_column-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] .section-title h1,
.home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] h1 {
  max-width: 20ch;
  margin: 0 auto 18px;
  line-height: 1.06;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137821732"] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper {
  position: relative;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .owl-stage-outer {
  padding: 10px 8px 24px;
  margin: -10px -8px -24px;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
  z-index: 1;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.16);
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item::before {
  content: "";
  position: absolute;
  inset: -16px;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(108, 82, 255, 0.34), rgba(108, 82, 255, 0) 66%);
  filter: blur(24px);
  opacity: 0.62;
  animation: wt24CardPulse 4.8s ease-in-out infinite;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .owl-item:nth-child(2n) .car-item::before {
  animation-delay: 0.8s;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .owl-item:nth-child(3n) .car-item::before {
  animation-delay: 1.6s;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .car-image {
  overflow: hidden;
  background: #f5f5f5;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .car-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item:hover .car-image img {
  transform: scale(1.04);
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .car-content {
  padding: 22px 22px 16px;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .car-title a,
.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .item-title a {
  display: block;
  min-height: 3.1em;
  line-height: 1.5;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .price .old-price {
  font-size: 20px;
  line-height: 1;
  color: #d32939;
  opacity: 0.95;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(211, 41, 57, 0.9);
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .price .new-price {
  font-size: 30px;
  line-height: 1;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .price p {
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
}

.home.page-id-7326 .pgs_cars_carousel-wrapper .owl-dots {
  margin-top: 12px;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137822377"] {
  padding-top: 18px;
  padding-bottom: 12px;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137822377"] > .wpb_column > .vc_column-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 30px 10px;
  border-radius: 30px;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.home.page-id-7326 .vc_btn3-container.vc_btn3-center .vc_btn3 {
  min-height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137822569"] {
  padding-top: 10px;
}

.home.page-id-7326 .feature-box.feature-border.style-1.round-icon {
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.home.page-id-7326 .feature-box.feature-border.style-1.round-icon:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  border-color: rgba(255, 255, 255, 0.14);
}

.home.page-id-7326 .feature-box.feature-border.style-1.round-icon .icon {
  margin-bottom: 18px;
}

.home.page-id-7326 .feature-box.feature-border.style-1.round-icon .icon i {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.home.page-id-7326 .feature-box.feature-border.style-1.round-icon h6 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.home.page-id-7326 .vc_row[id^="vc_row_1724137822377"] .wpb_text_column {
  max-width: 920px;
  margin: 0 auto;
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1199px) {
  .home.page-id-7326 .vc_row[id^="vc_row_1724137821272"] > .wpb_column > .vc_column-inner,
  .home.page-id-7326 .vc_row[id^="vc_row_1724137822377"] > .wpb_column > .vc_column-inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 991px) {
  .home.page-id-7326 .vc_row[id^="vc_row_1724137821272"] {
    margin-top: -20px;
  }

  .home.page-id-7326 .vc_row[id^="vc_row_1724137821272"] > .wpb_column > .vc_column-inner,
  .home.page-id-7326 .vc_row[id^="vc_row_1724137822377"] > .wpb_column > .vc_column-inner {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 24px;
  }

  .home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] .section-title h1,
  .home.page-id-7326 .vc_row[id^="vc_row_1724137821517"] h1 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .home.page-id-7326 .vc_row[id^="vc_row_1724137821272"] > .wpb_column > .vc_column-inner,
  .home.page-id-7326 .vc_row[id^="vc_row_1724137822377"] > .wpb_column > .vc_column-inner,
  .home.page-id-7326 .feature-box.feature-border.style-1.round-icon {
    border-radius: 20px;
  }

  .home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .car-content {
    padding: 18px 18px 14px;
  }

  .home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .price .new-price {
    font-size: 24px;
  }

  .home.page-id-7326 .pgs_cars_carousel-wrapper .car-item .price .old-price,
  .product-listing .car-item .price.car-price .old-price {
    font-size: 18px;
  }
}

@keyframes wt24DarkShift {
  0% {
    background-position: 0% 0%, 100% 0%, 0% 0%;
  }
  50% {
    background-position: 100% 35%, 0% 20%, 0% 0%;
  }
  100% {
    background-position: 0% 0%, 100% 0%, 0% 0%;
  }
}

@keyframes wt24PulseAura {
  0% {
    background-position: 10% 12%, 86% 0%, 48% 78%, 0% 0%;
    filter: saturate(1);
  }
  50% {
    background-position: 24% 20%, 76% 10%, 54% 72%, 0% 0%;
    filter: saturate(1.18);
  }
  100% {
    background-position: 10% 12%, 86% 0%, 48% 78%, 0% 0%;
    filter: saturate(1);
  }
}

@keyframes wt24PulseGlow {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0.58;
  }
  50% {
    transform: scale(1.08) translate3d(0, -1.5%, 0);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0.58;
  }
}

@keyframes wt24PulseSweep {
  0% {
    background-position: 0% 0%, 0% 50%;
    opacity: 0.18;
  }
  50% {
    background-position: 0% 0%, 100% 50%;
    opacity: 0.34;
  }
  100% {
    background-position: 0% 0%, 0% 50%;
    opacity: 0.18;
  }
}

@keyframes wt24CardPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.32;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.78;
  }
  100% {
    transform: scale(0.96);
    opacity: 0.32;
  }
}
