.header-area .main-nav .nav li a {
  color: var(--spark-color-text-link) !important;
  font-weight: var(--spark-font-weight-body) !important;
}
.header-area .main-nav .nav li :hover {
  color: var(--spark-color-text-link) !important;
  font-weight: var(--spark-font-weight-body) !important;
  text-decoration: underline !important;
}
.global-header li.header-link a {
  line-height: 1.6;
}
.header-area .main-nav .nav li > a.active {
  color: #030303 !important;
  font-weight: 600 !important;
  opacity: 1  !important;
  text-decoration:underline  !important;;
}

/* Slider script */

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  position: relative;
}

.slide-content {
  position: absolute;
  top: 20%;
  /* left: 5%;
  transform: translateY(-50%); */
  color: #fff;
  background-color: #00000045;
  padding: 1rem 2rem;
  
}
.slide-content h3 {
  margin-left:0.5rem;
  font-weight: 800;
  font-size:2rem;
}

.slide-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.cta-button {
  position: absolute;
  bottom: 10%;
  left: 10%;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border-radius: 4px;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #0056b3;
}

.carousel-footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-button {
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  border-radius: 50%;
}



.slider-count {
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 4px;
}
.slider-button
{
  position: absolute;
  bottom: 0%;
  /* transform: translateY(-50%); */
  color: #fff;
  background-color: #0000009e;
  padding: 2rem;
}  

.slider-button {
  display: inline-block;
  padding: 10px 3rem;
  border-radius: 4px;
  text-align: center;
}

.slider-button p.text-light {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.hero-cta-parent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-top: 20px;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sponsored-hero-cta {
  width: 115px;
  height: 45px;
  object-fit: contain;
  float:left;
}

.hero-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-cta-description {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.hero-cta-disclaimer {
  font-size: 0.8rem;
  color: #eee;
  font-weight: bold;
}
.carsUsed{
  border-radius: 1rem 0rem 0rem 0rem;
 }
 .carsMake{
  border-radius: 0rem;
 }
.carsModel{
border-radius: 0rem 1rem 0rem 0rem;
}
.CarsCity{
border-radius: 0rem 0rem 0rem 1rem;
}
.carsBtn{
border-radius: 0rem 0rem 1rem 0rem;
}

@media (max-width: 768px) { /* Adjust 768px to your desired mobile breakpoint */
  .slide {
    height: 50vh;
  }
  .carousel-footer {
    display: none;
  }
  .slider-button {
    width: 100%;
    text-align: center;
  }
  .slide-content h3 {
    font-size:2rem;
    font-weight: 800;
  }
  .form-outline-control
  {
    border-radius:0.10rem !important;
  }
  .carsUsed
  {
    border-radius:1rem 1rem 0rem 0rem !important;
  }
  .carsMake{
    border-radius: 0rem;
   }
  .carsModel{
    border-radius: 0rem;
  }
  .CarsCity{
    border-radius:0rem;
  }
  .carsBtn
  {
    border-radius:0rem 0rem 1rem 1rem !important;
  }
}
