/* Font Face Declarations */
@font-face {
  font-family: "PolySans-Neutral";
  src: url("../assets/fonts/PolySans-Neutral.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PolySans-Bulky";
  src: url("../assets/fonts/PolySans-Bulky.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bg-aa-yellow {
  background-color: #ffc72c;
}

.text-aa-yellow {
  color: #ffc72c;
}

.bg-brand-blue-80 {
    background-color: rgba(0,168,240,.8)
}

.budget-slider {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(
    to right,
    #06b6d4 0%,
    #06b6d4 52.5%,
    #e5e7eb 52.5%,
    #e5e7eb 100%
  );
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.budget-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #06b6d4;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(6, 182, 212, 0.3);
  transition: all 0.3s ease;
}

.budget-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
}

.budget-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #06b6d4;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(6, 182, 212, 0.3);
  transition: all 0.3s ease;
  -moz-appearance: none;
}

.budget-slider::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
}

.budget-slider::-moz-range-track {
  background: transparent;
  border: none;
}

/* ---------------------Scrollbar utilities--------------------- */
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Custom scrollbar styles */
.thin-scrollbar::-webkit-scrollbar {
  width: 1px !important;
  height: 0.5px !important;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

.custom-advet {
  margin-bottom: 0px !important;
}
/* Progress bar styles */
.progress-container {
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: #183090;
  border-radius: 9999px;
  transition: width 0.3s ease;
}

/* Swiper features styling */
.features-swiper {
  --swiper-pagination-color: #3b82f6;
  --swiper-pagination-bullet-inactive-color: #d1d5db;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
}

.features-swiper .swiper-pagination {
  bottom: 16px;
}

.features-swiper .swiper-pagination-bullet {
  opacity: 0.7;
}

.features-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/** Heart Float Animation */
/** Heart Float Animation */
@keyframes heartFloat {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -100px);
  }
}

.heart-particle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: heartPop 0.6s ease-out forwards;
  pointer-events: none;
  width: 24px;
  height: 24px;
  z-index: 50;
  opacity: 0;
}

@keyframes heartPop {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.finaceRepreBox {
  background: var(--theme-primary-color, #183090) !important;
  color: white !important;
  border: unset !important;
}
/* Video lazy loading styles */
.lazy-video {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy-video.visible {
  opacity: 1 !important;
}

#video-placeholder {
  transition: opacity 0.5s ease;
}

#video-placeholder.hidden-placeholder {
  opacity: 0;
}

#headerFavCount {
  display: none;
}
/** Blink animation */
@keyframes blink {
  0%,
  90% {
    d: path(
      "M10.0004 3.33325C13.5754 3.33325 16.5529 5.35742 18.8879 9.29492L19.0712 9.61075L19.1087 9.69409L19.1337 9.76325L19.1454 9.80909L19.157 9.87742L19.1662 9.96075V10.0524L19.1545 10.1449C19.1491 10.1759 19.1418 10.2065 19.1329 10.2366L19.1004 10.3266L19.0704 10.3891L19.057 10.4141C16.7537 14.4441 13.807 16.5641 10.2612 16.6633L10.0004 16.6666C6.33705 16.6666 3.30288 14.5424 0.943716 10.4133C0.871807 10.2874 0.833984 10.1449 0.833984 9.99992C0.833984 9.85494 0.871807 9.71247 0.943716 9.58659C3.30288 5.45742 6.33705 3.33325 10.0004 3.33325ZM10.0004 7.49992C9.33734 7.49992 8.70146 7.76331 8.23261 8.23215C7.76377 8.70099 7.50038 9.33688 7.50038 9.99992C7.50038 10.663 7.76377 11.2988 8.23261 11.7677C8.70146 12.2365 9.33734 12.4999 10.0004 12.4999C10.6634 12.4999 11.2993 12.2365 11.7681 11.7677C12.237 11.2988 12.5004 10.663 12.5004 9.99992C12.5004 9.33688 12.237 8.70099 11.7681 8.23215C11.2993 7.76331 10.6634 7.49992 10.0004 7.49992Z"
    );
  }

  91%,
  100% {
    d: path("M2 10C5 7 15 7 18 10C15 13 5 13 2 10Z");
  }
}

.eye {
  animation: blink 2s infinite;
}

.icon-eye .eye {
  animation: blink 0.8s infinite;
}

[x-cloak] {
  display: none !important;
}

.mainHeroSection {
  position: relative;
  background-image: url("../assets/images/mainHomeBG.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.mainHeroSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  z-index: -1;
  border-radius: 24px;
}

.text-primary {
  color: #09090b;
}

.bg-sand-100 {
  background: #eeece7;
}

.text-sand-700 {
  color: #8b837e;
}

.text-muted-foreground {
  /* Updated from #7d7d7d to #6b6b6b for WCAG AA compliance (4.5:1 contrast ratio) */
  color: #6b6b6b;
}

.text-card-foreground {
  color: #09090b;
}

/* UK Number Plater Font */
@font-face {
  font-family: "UKNumberPlate";
  src: url("../../assets/fonts/uknumberplate.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-ukNumberPlate {
  font-family: "UKNumberPlate";
}

.banner-two-box:before {
  content: "";
  background-image: url(../assets/images/left-shape.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  left: -30px;
  bottom: 0;
}

#regPlateFreeCheck {
  background-color: #efd83e;
  background-image: url("../../assets/images/ukreginputback.svg");
  background-repeat: no-repeat;
  background-size: auto 100%, 100% auto;
  border: 2px solid black;
  border-radius: 10px;
  color: #404040;
  font-size: 32px;
  font-weight: 700;
  width: 300px;
  padding: 8px 0 5px;
  padding-left: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "UKNumberPlate";
}

#mileageInput {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  color: #404040;
  font-size: 32px;
  font-weight: 700;
  max-width: 300px;
  padding: 12px 0px;
  text-align: center;
  text-transform: uppercase;
}

.mileageInput {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  color: #404040;
  font-size: 32px;
  font-weight: 700;
  max-width: 300px;
  padding: 12px 0px;
  text-align: center;
  text-transform: uppercase;
}

#regPlateFront {
  background-color: #fff;
  background-image: url("../../assets/images/UkRegInputFront.svg");
  background-repeat: no-repeat;
  background-size: auto 100%, 100% auto;
  border: 2px solid #eee;
  border-radius: 10px;
  color: #404040;
  font-size: 32px;
  font-weight: 700;
  max-width: 250px;
  padding: 8px 0 5px;
  padding-left: 30px;
  text-align: center;
  font-family: "UKNumberPlate";
}

/* Style the pagination badge */
swiper-container::part(pagination) {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--theme-primary-color, #183090);
  color: white;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(6px);
  width: fit-content;
  font-weight: 700;
}

.custom-swiper-slider swiper-container::part(pagination) {
  width: 100% !important;
}

.custom-brandcolor.brandTypeBG {
  border-color: #183090 !important;
}

.custom-brandprice.brandTypeBadge {
  background: var(--theme-primary-color, #183090) !important;
}

.custom-brandcolor.brandTypeBG .custom-brandname {
  font-size: 15px !important;
  padding-top: 3px;
}

.bodytypecustomcolor {
  background: var(--theme-primary-color, #183090) !important;
}

.cdMainSlider .swiper-pagination-fraction {
  width: fit-content !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

/* Add camera icon using a pseudo-element */
swiper-container::part(pagination)::before {
  content: "";
  font-size: 16px;
}

.banner-two-box:after {
  content: "";
  background-image: url(../assets/images/right-shape.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: 0;
}

.thin-scrollbar:hover::-webkit-scrollbar {
  opacity: 1;
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  /*background: hsl(354, 100%, 60%);*/
  background: #3e54a3;
  border-radius: 999px;
}

.thin-scrollbar {
  scrollbar-width: thin;
  /*scrollbar-color: hsl(354, 100%, 60%) transparent;*/
  scrollbar-color: #3e54a3 transparent;
}

/** Self Rotate Animation */
@keyframes selfRotate {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotate3d(90deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.self-rotate-animation {
  animation: selfRotate 3s linear infinite;
  transform-origin: center center;
  transform-style: preserve-3d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
  background-color: white;
}

/* Headings - PolySans-Bulky for all headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PolySans-Bulky", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

#loader-wrapper {
  transition: opacity 0.1s ease-out;
}

.heroSearchBtn {
  background: var(--theme-primary-color, #183090) !important;
}

/* Hero Start */
section.hero-section {
  position: relative;
  /*    background-image: url("../assets/images/mh-hero-bg.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;*/
  height: 100vh;
  border: 16px solid white;
  border-radius: 50px;
}

/*section.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Adjust opacity for softness */
/*z-index: 0;
    border-radius: 30px;
}*/

.soft-shadow {
  box-shadow: 0px 12px 12px #00000015;
}

/* Animated Hero Heading */
.heading {
  color: #000000;
  margin: 0;
  line-height: 1.2;
  font-size: 4.5rem;
  letter-spacing: -0.01em;
  font-weight: bold;
  font-family: inherit;
}

.animated-title-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 0.25rem;
  position: relative;
  height: 1.2em;
}

.animated-title {
  color: #183090;
  font-weight: 700;
  position: absolute;
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.themeStockBtn {
  background-color: transparent !important;
  color: white !important;
  border: 2px solid white !important;
}

.themeStockBtn svg {
  color: white !important;
}

.themeStockBtn:hover {
  background-color: white !important;
  color: black !important;
}

.themeStockBtn:hover svg {
  color: black !important;
}

.themeStockBg {
  background-color: var(--theme-primary-color, #183090) !important;
}

.animated-title.active {
  opacity: 1;
  transform: translateY(0);
}

.animated-title.exit-up {
  opacity: 0;
  transform: translateY(-150px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    /*padding-top: 2.75rem;*/
  }

  .heading {
    font-size: 2.2rem;
  }

  .description {
    font-size: 1rem;
  }

  #regPlateFront,
  #mileageInput,
  #regPlateFreeCheck {
    max-width: unset;
    width: 100%;
  }

  .mainHeroSection {
    clip-path: unset !important;
  }
}

@media (max-width: 640px) {
  .heading {
    font-size: 2rem;
  }
}

/* Animation keyframes for spring-like effect */
@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }

  60% {
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-title.spring-in {
  animation: slideInFromBottom 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* Animated Hero Heading */

a.dd-ctm {
  display: flex !important;
  flex-direction: row !important;
}

div.all-dd-links {
  display: flex;
  flex-direction: column;
}

div.all-dd-links a {
  color: #f59e0b;
}

div.all-dd-links a:hover {
  color: black;
}
/* Hero End */

.booked-slot {
  color: white !important;
  opacity: 1;
  border: 1px solid #71717a;
  background-color: #6a9a23;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    hsla(0, 0%, 100%, 0.025) 5px,
    hsla(0, 0%, 100%, 0.025) 10px
  );
  background-size: 200% 200%;
  animation: barberpole 15s linear infinite;
}

@keyframes barberpole {
  to {
    background-position: 100% 100%;
  }
}

.appointment-thumb-container swiper-slide {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/*Review Hero Section Start*/
@keyframes float-left-1 {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }
}

@keyframes float-left-2 {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }
}

@keyframes float-right-1 {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-30px);
  }
}

@keyframes float-right-2 {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-40px);
  }
}

.animate-float-left-1 {
  animation: float-left-1 6s ease-in-out infinite;
}

.animate-float-left-2 {
  animation: float-left-2 8s ease-in-out infinite;
}

.animate-float-right-1 {
  animation: float-right-1 7s ease-in-out infinite;
}

.animate-float-right-2 {
  animation: float-right-2 9s ease-in-out infinite;
}

.hero-review-card {
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}
/*Review Hero Section End*/

/* Review Card Start */
.reviewCard {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}

.reviewCard.fade-out {
  opacity: 0;
  transform: translateY(20px);
}

.reviewCard.fade-in {
  opacity: 0;
  transform: translateY(20px);
}

.reviewCard.show {
  opacity: 1;
  transform: translateY(0);
}

/* Review Card End */

.heroSearchBtn:hover {
  background: #c81e2f !important;
}

.vehicleCardSpan {
  color: #111;
  font-size: 0.6875rem;
  background: #f0f2f4;
  line-height: 17px;
  padding: 2px 6px 1px;
}

.chbt-mh {
  top: -1px !important;
}

theme-mh {
  background-color: var(--theme-primary-color, #183090) !important;
}

.bodyTypeImage {
  position: relative;
}

.vehicleColorSpan {
  font-size: 0.6875rem;
  line-height: 17px;
  padding: 2px 6px 1px;
}

.at_parent {
  width: 100%;
  margin: auto;
  padding: 4px 33px;
  border-color: #e5e7eb;
  color: black;
  border-width: 1px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  text-transform: capitalize;
}

.at_logo-img {
  max-height: 10px;
  width: auto;
}

/* Hero Section */
.hero-section {
  min-height: 700px;
  width: 100%;
  position: relative;
}

a.mostPopularTab__itemImage {
  width: 100%;
  max-width: 130px;
  aspect-ratio: 1.52941176;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

.bodyTypeTab__itemImage {
  margin: 0px 0px 13px;
  max-width: 147px;
  height: auto;
}

.mostPopularTab__itemImage img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.searchTabs__itemLink {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 21px;
  color: white;
  border-radius: 5px;
  text-align: center;
}

.BrandTab__itemLinks {
  color: black;
}
/* Type of Seach Custom */
.searchtype-border {
  border: 2px solid #8e8e8e;
}

.radio-peer {
  display: none;
}

.radio-content {
  border: 1px solid #d1d5db; /* gray-300 */
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.radio-peer:checked + .radio-content {
  border-color: #00aeef;
  color: #00aeef;
}

.typesearch-color {
  background-color: #00aeef;
}

.typesearch-color:hover {
  background-color: #0099cc;
}

.typesearch-text {
  color: white;
}

.typebody-text {
  color: black;
}

svg.th15-no-svg {
  display: none;
}

/* Type of Seach Custom */
/* Apply styles when the radio is checked */
.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../assets/images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

/* Search Form Styles */
.search-form {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.search-form select,
.search-form button {
  height: 60px;
  border-radius: 6px;
  font-size: 16px;
}

.search-form select {
  appearance: none;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding: 0 16px;
  width: 100%;
  transition: all 0.3s ease;
}

.search-form select:focus {
  outline: none;
  border-color: #ff4a17;
  box-shadow: 0 0 0 2px rgba(255, 74, 23, 0.2);
}

.search-form button {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  color: #333 !important;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-wrapper {
  position: relative;
}

.select-wrapper svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Testimonials Section */
.customer-revs {
  margin: 0 auto 0 auto;
}

.rectangle {
  width: 40%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

/* slideshow container */
.slideshow-container {
  position: relative;
  width: 60rem;
  max-width: 80%;
  margin: 0 auto;
}

.mobile-cars-swiper {
  height: 100%;
}

/* Slides */
.mySlides {
  display: none;
  padding: 2rem 5rem 0 5rem;
  text-align: center;
}

.mySlidesContainer {
  min-height: 5rem;
  padding: 3.5rem 2.5rem 2rem 3.5rem;
  background: white;
  border: 1px solid #1353fe;
  border-radius: 8px;
}

/* next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 3px;
  user-select: none;
  transition: 0.4s;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 3px;
}

.prev:hover,
.next:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6eac1;
  text-decoration: none;
}

/* the dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 0 1.25rem;
}

/* the dots/bullets/indicators */
.dot {
  height: 0.9375rem;
  width: 0.9375rem;
  margin: 0 2px;
  background-color: #f6eac1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}

.dot.active {
  background-color: var(--theme-primary-color, #183090);
}

.barStyle {
  width: 24px;
  height: 6px;
  background: black;
  border-radius: 50px;
}

/* Header Styles */
header {
  position: relative;
  z-index: 100;
}

#back-to-top {
  z-index: 8888;
}

/* Navbar hidden by default */
.navbar-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-40px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navbar visible after scroll */
.show-navbar {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.SMN_effect-46 a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  font-weight: 500;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.SMN_effect-46 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.SMN_effect-46 a:hover:before,
.SMN_effect-46 a:focus:before,
.SMN_effect-46 a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.SMN_effect-46 a:hover {
  color: #fff;
}

/* Hero Swiper */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  background-position: center;
  background-size: cover;
}

swiper-slide img {
  display: block;
  width: 100%;
}

/* Featured Cars Styles */

.financeLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.financeLogos img {
  max-width: 170px;
  height: 80px;
  width: auto;
  object-fit: contain;
}
/* Custom Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #15803d !important;
  background: white;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

/* Swiper Pagination */
.swiper-pagination-bullet-active {
  background: #15803d !important;
}

/* Card Swiper */
.testimonials-section swiper-container {
  width: 100% !important;
  height: 316px;
  border-radius: 32px;
}

.testimonials-section swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.testimonials-section swiper-slide {
  box-shadow: none !important;
}

.testimonials-section .swiper-slide {
  box-shadow: none !important;
}

.testimonials-section .swiper {
  box-shadow: none !important;
}

.testimonials-section .swiper-slide-shadow {
  display: none !important;
}

/* Custom Scrollbar Styles */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #15803d;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #ea580c;
}

/* For Firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #183090 #f1f1f1;
}

/* NoUiSlider Custom Styles */
.noUi-connect {
  background: var(--theme-primary-color, #183090) !important;
}

.noUi-handle {
  background: var(--theme-primary-color, #183090) !important;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  cursor: pointer;
  width: 18px !important;
  height: 18px !important;
  right: -9px !important;
  border: 3px solid whitesmoke !important;
  border-radius: 100% !important;
  cursor: default !important;
}

.noUi-horizontal {
  height: 8px !important;
}

.noUi-horizontal .noUi-handle {
  top: -6px !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

.noUi-target {
  background: #e5e7eb !important;
  border: none;
  box-shadow: none;
  height: 2px;
}

.noUi-touch-area {
  background: var(--theme-primary-color, #183090) !important;
  border-radius: 100%;
  cursor: ew-resize;
}

/* Search Field Styling */
.SearchField {
  background-color: white;
  padding: 10px 20px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  transition: 0.2s ease-in-out;
}

.SearchField::placeholder {
  transition: 0.2s ease-in-out;
  color: black;
}

.SearchField:focus::placeholder {
  transform: translateX(3px);
}

.SearchField:focus-visible,
.SearchField:focus {
  outline: none;
}

/* Car Detail Slider */
.slider-for {
  margin-bottom: 20px;
}

.slider-for img {
  width: 100%;
  object-fit: cover;
}

.slider-nav img {
  cursor: pointer;
}

.slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.slick-current {
  opacity: 1;
}

.favCarCompContainer h2 {
  color: #183090;
}

.tab-button {
  flex: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  border-radius: 100rem;
  padding: 10px 15px;
  font-size: 11pt;
  font-weight: 600;
}

.best-solution-right h3,
.best-solution-right button.accordion-button {
  color: var(--theme-primary-color, #183090);
}

.tab-button.active {
  background-color: var(--theme-primary-color, #183090);
  color: white;
}

.tab-button:hover {
  background-color: var(--theme-primary-color, #183090);
  color: white;
}

.tabpanel {
  display: none;
}

.tabpanel.active {
  display: block;
}

.faq-button {
  width: 100%;
  padding: 10px;
  background-color: #ff5722;
  color: white;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-content {
  padding: 10px;
  border: 1px solid #ff5722;
  border-top: none;
}

.disc-heading-th15 {
  display: none;
}

.disc-th15 p {
  text-align: center !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

#mobileFooter {
  z-index: 1000;
}

.slick-slider {
  overflow: hidden;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  flex-shrink: 0;
}

.car-gallery {
  position: relative;
}

.slider-for {
  margin-bottom: 10px;
}

.slider-for .slick-slide {
  position: relative;
}

/* Navigation Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 1);
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* SVG styling */
.slick-prev svg,
.slick-next svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.slick-prev:hover svg,
.slick-next:hover svg {
  color: #15803d;
}

/* Thumbnails */
.slider-nav .slick-slide {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.slider-nav .slick-current {
  opacity: 1;
}

.slider-nav img {
  border: 4px solid transparent;
  transition: all 0.3s ease;
}

.slider-nav .slick-current img {
  border-color: var(--theme-primary-color, #183090);
}

.aaMainSection {
  background: unset !important;
}

.aaMainSection .aaContainer {
  background: #ffd302 !important;
  border-radius: 8px;
}
/* Car Detail Hover Scrollbar Start */
#hover-scrollbar {
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    /*z-index: 200;*/
    z-index: 49;
    width: 100%;
    background: #fff;
    background-color: var(--theme-secondary-color, #4f46e5) !important;
    color: #fff;
    border-radius: 8px !important;
}

/*#hover-scrollbar.shown {
  top: 80px;
}*/
#hover-scrollbar.shown {
  top: 96px;
}

#hover-scrollbar .top-half {
  display: flex;
  min-height: 90px;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  gap: 0.8rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#hover-scrollbar .spec-holder {
  font-size: 12px;
}

#hover-scrollbar .top-half .image-holder {
  border-radius: 8px;
  overflow: hidden;
  height: 87px;
  min-width: 100px;
  max-width: 150px;
}

#hover-scrollbar .top-half .image-holder img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

#hover-scrollbar .top-half .makemodel-holder {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-self: center;
  text-align: left;
  flex: 1 1 40%;
}

#hover-scrollbar .top-half .makemodel-holder h1,
#hover-scrollbar .top-half .makemodel-holder .h1-style,
#hover-scrollbar .top-half .makemodel-holder .pseudo-h1 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hover-scrollbar .top-half .pay-holder {
  flex-basis: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}

#hover-scrollbar .top-half .pay-holder h1,
#hover-scrollbar .top-half .pay-holder .h1-style,
#hover-scrollbar .top-half .pay-holder .pseudo-h1 {
  font-size: 10pt;
  color: #5e5e5e;
  text-align: left;
  letter-spacing: 0.6px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

#hover-scrollbar .top-half .pay-holder h2,
#hover-scrollbar .top-half .pay-holder .pseudo-h2 {
  font-size: 18pt;
  color: #343434;
  display: inline-block;
}

#hover-scrollbar .top-half .pay-holder .explanation {
  display: inline-block;
  font-size: 9pt;
  color: #303030;
  margin: 0;
}

#hover-scrollbar .top-half .pay-holder .in-full {
  margin-right: 60px;
}

#hover-scrollbar .top-half .button-holder {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0.8rem;
}

#hover-scrollbar .top-half .button-holder .enquire-now-button {
  background-color: #fff;
  color: #262965;
}

#hover-scrollbar .top-half .btn {
  padding: 5px 35px;
  height: 30px;
  align-self: center;
  font-size: 10pt;
  white-space: nowrap;
  margin: 0;
  border: none;
}

#hover-scrollbar .top-half .scroll-favourite-button-wrapper {
  display: flex;
  align-items: unset;
  justify-content: center;
}

#hover-scrollbar .top-half .btn.favourite-car-button {
  background-image: url("/statics/images/icons/love-transparent-primary-contour.svg");
  background-color: #52d9f2;
  background-size: 20px;
  padding: 5px;
  aspect-ratio: 1/1;
}

#hover-scrollbar .top-half .btn.favourite-car-button.loved {
  background-image: url("/statics/images/icons/love-transparent-primary-contour-filled.svg");
}

#hover-scrollbar .bottom-half {
  border-bottom: solid 2px #efefef;
  background-color: #fff;
}

#hover-scrollbar .bottom-half .menu {
  max-width: 1280px;
  margin: auto;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

#hover-scrollbar .bottom-half .menu > a:first-child {
  margin-left: 0;
}

#hover-scrollbar .bottom-half .menu a {
  color: #262965;
  margin: 0;
  padding: 0 15px 7px 15px;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

#hover-scrollbar .bottom-half .menu a.selected {
  border-bottom: 5px solid #52d9f2;
  transition-duration: 0.3s;
}

#hover-scrollbar .bottom-half .input-wrapper {
  padding: 0;
}

#hover-scrollbar .bottom-half #bottom-half-select-menu {
  display: none;
  margin: 0;
  margin-top: -8px;
  border: none;
  padding: 0;
  padding-left: 20px;
  outline: none;
}

@media (max-width: 1000px) {
  #hover-scrollbar .bottom-half #bottom-half-select-menu {
    display: block;
  }

  #hover-scrollbar .bottom-half .menu {
    display: none;
  }
}

#hover-scrollbar .scroll-spec-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 5px;
  margin-left: 1rem;
  font-size: 0.8rem;
}

@media (max-width: 1280px) {
  /*    #hover-scrollbar .image-holder {
        display: none;
    }*/
}

@media (max-width: 1100px) {
  #hover-scrollbar .scroll-spec-wrapper {
    display: none;
  }
}

@media (max-width: 900px) {
  #hover-scrollbar .scroll-spec-wrapper {
    display: none;
  }

  /*    #hover-scrollbar .spec-registration-holder {
        display: none;
    }*/

  #hover-scrollbar .top-half {
    gap: 0;
    padding-bottom: 15px;
  }

  #hover-scrollbar .makemodel-holder {
    margin-top: 10px;
  }

  #hover-scrollbar .button-holder {
    margin-bottom: 5px;
    width: 100%;
  }

  #hover-scrollbar .button-holder .btn {
    padding: 0 20px;
  }

  #hover-scrollbar .scroll-favourite-button-wrapper {
    margin-left: auto;
  }

  #hover-scrollbar .scroll-favourite-button-wrapper .btn.favourite-car-button {
    padding: 0;
    background-size: 16px;
  }
}

@media (max-width: 700px) {
  #hover-scrollbar .top-half {
    gap: 10px;
  }
}
/* Car Detail Hover Scrollbar End */

/* Compare Images */
.compare {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.compare__delimeter {
  position: absolute;
  top: 0px;
  width: 6px;
  height: 100%;
  background: white;
  cursor: grab;
  z-index: 2;
}

.compare__delimeter:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 44px;
  height: 44px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 20L17 12L7 4V20Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

.compare__delimeter:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 44px;
  height: 44px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 20L7 12L17 4V20Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

.compare__delimeter:before {
  left: 5px;
  border-radius: 3px 20px 20px 3px;
}

.compare__delimeter:after {
  right: 5px;
  border-radius: 20px 3px 3px 20px;
}

.compare__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.compare__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Compare Images */

/*Car Detail Modals*/

#modalEl,
#modalTestDrive{
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#modalReserve,
.modal-reserve-overlay {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.modalEl,
.modalTestDrive,
.modalReserve {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modalReserve,
.modal-reserve-overlay {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

#modalEl.show,
#modalTestDrive.show,
#modalReserve.show {
  display: flex;
  z-index: 9999;
}

.modalEl.show,
.modalTestDrive.show,
.modalReserve.show {
  display: flex;
  z-index: 9999;
}

.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* Stock Photos */

/* Custom styles for PhotoSwipe grid gallery demo */
.pswp {
  z-index: 99999 !important;
}

#gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

#gallery-modal.active {
  display: flex;
}

#gallery-close,
#gallery-close-inner {
  position: relative;
  font-size: 2rem;
  color: black;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  justify-content: end;
}

#gallery-grid {
  max-height: 80vh;
  overflow-y: auto;
}

#gallery-grid img {
  transition: transform 0.2s;
}

#gallery-grid img:hover {
  transform: scale(1.05);
}

/* Media Queries */

/* Mobile Filter Accordion Styles */
@media (max-width: 1024px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 200;
    padding: 2rem;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-menu.active {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }

  /*    .active {
        background-color: #f3f4f6;
    }*/

  button svg {
    transition: transform 0.2s ease-in-out;
  }

  .filter-section {
    transition: max-height 0.3s ease-out;
  }
}

@media (max-width: 768px) {
  .review-card-container {
    position: relative !important;
    margin-bottom: 1rem;
    display: block;
  }

  section.hero-section {
    border: unset;
    border-radius: unset;
    height: unset;
  }

  section.hero-section::before {
    border-radius: unset;
  }

  .hero-section .h-screen {
    height: unset;
  }

  .testimonials-section swiper-container {
    width: 100%;
    height: 316px;
    border-radius: 32px;
  }

  .hero-image-container {
    position: unset;
  }

  #mobileFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #183090;
  }

  .hero-section {
    min-height: 880px;
  }

  .search-form {
    padding: 20px;
  }

  .mob-max-w {
    max-width: 100% !important;
  }

  .prev,
  .next {
    background: black;
    z-index: 99999;
  }

  .mySlides {
    padding: 0;
  }

  .prev {
    left: -25px !important;
  }

  .next {
    right: -25px !important;
  }

  .mostPopularTab__itemImage img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .comparison-margin {
    margin-top: -95px !important;
  }
}

.comparison-margin {
    margin-top: -76px !important;
}

@media (max-width: 450px) {
  .mobile-cars-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #hover-scrollbar .top-half {
    align-items: end;
  }

  #hover-scrollbar .top-half .image-holder {
    height: 100%;
  }
}

/* Mobile filters theme14 */
.mobile-theme-14 {
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  background-color: #f4f7fa !important;
  font-size: 0.875rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  transition: all 0.2s ease-in-out !important;
  border: 1px solid transparent !important;
  color: #4f5f72 !important;
  text-decoration: none !important;
}

.mobile-theme-14:hover,
.mobile-theme-14:focus {
  border-color: #4f5f72 !important;
  outline: none !important;
  box-shadow: 0 0 0 0.25rem rgba(79, 95, 114, 0.25) !important;
  color: #4f5f72 !important;
  text-decoration: none !important;
}

.mobile-theme-button-14 {
  color: #ffffff !important; /* text-white */
  padding: 1rem 2rem !important; /* py-4 px-8 */
  border-radius: 0.375rem !important; /* rounded-md */
  font-weight: 500 !important; /* font-medium */
  background-color: var(--theme-primary-color, #183090) !important; /* !bg-[var(--theme-primary-color)] */
  transition: background-color 0.3s ease !important; /* transition duration-300 */
  cursor: pointer !important;
  text-decoration: none !important;
}

.mobile-theme-button-14:hover,
.mobile-theme-button-14:focus {
  background-color: var(
    --theme-primary-color,
    #183090
  ) !important; /* hover:bg-[#c81e2f] */
}

.mobile-theme-slider {
  width: 100% !important;
  padding: 0.75rem 1rem !important; /* py-3 px-4 */
  text-align: center !important;
  font-size: 0.875rem !important; /* text-sm */
  border-radius: 0.5rem !important; /* rounded-lg */
  background-color: #f4f7fa !important;
  border: 1px solid transparent !important;
  outline: none !important;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
  box-sizing: border-box !important;
}

.mobile-theme-slider:focus {
  border-color: #4f5f72 !important;
  box-shadow: 0 0 0 1px #4f5f72 !important;
  outline: none !important;
}

.selected-filters {
  background-color: var(--theme-primary-color, #183090);
}

/*/* Mobile filters theme14 */

/* Booked Slot */
.booked-slot {
  background-color: #d1d5db; /* Light gray */
  color: #9ca3af; /* Text gray */
  cursor: not-allowed;
  position: relative;
}

.pointer-events-none {
  pointer-events: none !important; /* disable click */
}

.disabled {
  opacity: 0.5; /* optional: make it look inactive */
}

.no-cursor {
  cursor: not-allowed !important;
}

/* Booked Slot */

/* Request More & Schedule Test Model */

.Detail-Model-button {
  background-color: var(--theme-primary-color, #183090);
}

.Detail-Model-button:hover {
  background-color: #c81e2f;
}

/* Request More & Schedule Test Model */

/* Slots Colours for Modal */
.background-color-theme {
  background-color: var(--theme-primary-color, #183090) !important;
  border: 1px solid var(--theme-primary-color, #183090) !important;
}

.background-color-theme-hover:hover {
  background-color: var(--theme-primary-color, #183090) !important;
}

.todaycolor {
  border: 1px solid var(--theme-primary-color, #183090) !important;
}

.button-theme-color {
  background-color: var(--theme-primary-color, #183090) !important;
  color: white !important;
}

.button-theme-color:hover {
  background-color: #00c714 !important;
}

.schedule-theme-colour {
  background-color: #22c55e !important;
}

.schedule-theme-colour:hover {
  background-color: #16a34a !important;
}

.peer:checked + .time-slot-color {
  background-color: var(--theme-primary-color, #183090) !important;
  color: #ffffff !important;
}

.booking-awaiting-img {
  background-color: var(--theme-primary-color, #183090) !important;
}

/*.loading-color {
    color: white !important;
}*/

.custom-nonclickable {
  cursor: none !important; /* Hide the cursor */
  pointer-events: none !important; /* Disable all mouse interactions */
  user-select: none !important; /* Prevent text selection */
  user-select: none !important;
}
/* Slots Colours for Modal */

/* sell my  car schedule */
.schedule-item.selected {
  background-color: var(--theme-primary-color, #183090); /* Tailwind blue-600 */
  color: white;
}

.schedule-item.selected .text-gray-900 {
  color: white !important;
}

.schedule-item.selected .font-bold {
  font-weight: bold;
}
/* sell my  car schedule */

.compareResBtn {
  background-color: #1c1c1c !important;
}

.viewCompareBtn {
  background-color: var(--theme-primary-color, #183090) !important;
  color: white !important;
}
/*.viewCompareBtn:hover {
    background-color: #F6320C !important;
}*/

/* Reserve Button Colour */
.reserve-button {
  background-color: #3e54a3 !important;
}

.reserve-button:hover {
  background-color: #3e54a3cc !important;
}

.custom-colour {
  background-color: #3e54a3cc !important;
}
/* Reserve Button Colour */

/* Finance Logos */
.finance-Logos-heading {
  font-family: var(
    --font-heading
  ) !important; /* Tailwind's font-heading is usually a custom font set in config */
  margin-top: 0.5rem !important; /* mt-2 */
  font-size: 1.875rem !important; /* text-3xl */
  line-height: 2rem !important; /* leading-8 */
  font-weight: 600 !important; /* font-semibold */
  letter-spacing: -0.01562em !important; /* tracking-tight */
  color: #111827 !important; /* text-gray-900 */
}

@media (min-width: 640px) {
  .finance-Logos-heading {
    font-size: 2.25rem !important; /* sm:text-4xl */
  }
}
/* Finance Logos */

.swiper-not-initialized {
  visibility: hidden;
}

/* Fav car */
.custom-favcars {
  margin-top: 125px !important;
}
/* Fav car */

/* Stock Pagination */
.btn-pagination:hover {
  background-color: var(--theme-primary-color, #183090) !important;
  border-color: #183090 !important;
}

/* Active page (indigo theme) */
.btn-pagination-active {
  background-color: #4f46e5 !important;
  color: white !important;
}

.btn-pagination-active:hover {
  background-color: var(--theme-primary-color, #183090) !important;
}

/* Stock Pagination */

.sell-your-car-custom {
  margin-top: 96px !important;
}

/* Svg's of Three Top Features */
.svg-three-top-features path {
  stroke: var(--theme-primary-color, #183090) !important;
}

/* Svg's of Three Top Features */

/* AA Cars Spacing */

.aacar-custom {
  padding-top: 3rem !important;
  padding-bottom: 0rem !important;
}

@media (min-width: 456px) {
  .sell-your-car-custom {
    margin-top: 7rem !important;
  }
}

@media (max-width: 456px) {
  .aacar-custom {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
  }
  .sellCarHeroBg {
    margin-top: 3rem !important;
  }
}

.aacars-custom-inner-p {
  padding-bottom: 0rem !important;
}

/* AA Cars Spacing */

/* ============= CLS (Cumulative Layout Shift) Prevention ============= */


