    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.hero {
  background: url("ddd.png") no-repeat center center;
  background-size: cover;
    height: 359px;
  position: relative;
}

.hero .overlay2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}

.title {
  font-size: 60px;
  font-weight: bold;
  color: #ACF14A;
}

.subtitle {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 60px;
    text-align: center;
}

.search-container {
     background: white;
    padding: 30px 40px 7px;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    margin: auto;
    position: relative;
    top: -106px;
}

.search-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

.inputs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.inputs input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

.checkboxes {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  font-size: 15px;
}

.checkboxes label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-btn {
    background: #a4f431;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
    right: -46%;
}

.search-btn:hover {
  background: #96e028;
}


.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #66cc33;
  margin-bottom: 30px;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.vehicle-card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 345px;
  transition: transform 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-5px);
}

.vehicle-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.vehicle-info {
  padding: 15px;
}

.vehicle-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eco {
    color: #66cc33;
    font-weight: 600;
    position: relative;
    left: -33px;
}

.rating {
  color: #FFA500;
  font-size: 16px;
}

.vehicle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 7px;
    font-size: 16px;
    color: #666;
    justify-content: space-between;
}

.vehicle-meta span i {
  margin-right: 4px;
  color: #333;
}

.vehicle-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 15px;
  gap: 10px;
}

.vehicle-buttons button {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.details-btn {
  background-color: #ACF14A;
  color: #000000;
}

.whatsapp-btn {
  background-color: #07392B;
  color: #ACF14A;
}


section.featured-vehicles {
    padding-bottom: 60px;
}



  .website a{
    color: white;
    font-size: 24px;
  }
    .promo-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3B8AE2;
  color: #fff;
  font-family: Arial, sans-serif;
  overflow: hidden;
  padding-left: 70px;
  margin-top: 65px;
}

.banner-left {
  max-width: 40%;
}

.banner-left h1 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

.book-btn {
  display: inline-block;
  background: #fff;
  color: #3B8AE2;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 20px;
}

.website {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.banner-discount {
  font-size: 40px;
  font-weight: 800;
  transform: rotate(10deg);
  text-align: center;
  line-height: 1.2;
}

.banner-right {
  width: 37%;
  overflow: hidden;
}

.banner-right img {
  width: 100%;
  border-top-left-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;
}


  .banner-section {
  background: url('wee.png');
      background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -438px;
    margin-top: 65px;
}

.banner-overlay {
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  padding: 45px 20px;
 
}

.logo {
  width: 200px;
  margin-bottom: 20px;
  background-color: white;
}

.banner-overlay h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.website-link {
  display: block;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none;
}

.book-btn {
  background-color: white;
  color: #007bff;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.book-btn:hover {
  background-color: #f0f0f0;
}





/* Responsive Part */

@media (max-width: 1083px) {
  
    .checkboxes {
        display: block;
  
    }

    .search-btn{
      right:0;
    }
    .checkboxes label{
       margin-bottom: 10px;
    }


.banner-left h1{
  font-size: 20px;
}
.website a{
  font-size: 19px;
}

.banner-discount{
  font-size: 30px;
}


.banner-section{
      background-position-y: bottom;
}

}

@media (max-width: 931px) {
.banner-left {
    max-width: 50%;
}

    .banner-discount {
        font-size: 25px;
    }

        .banner-left h1 {
        font-size: 16px;
            margin-bottom: 10px;
    }

        .website a {
        font-size: 16px;
    }

    .book-btn {
          margin-bottom: 7px;
              padding: 8px 16px;
                  font-size: 15px;
    }
    .banner-discount {
        font-size: 20px;
    }

}


@media (max-width: 618px) {
.promo-banner{
  display: block;
  text-align: center;
  padding: 35px;
 background: linear-gradient(
        rgba(0, 0, 0, 0.5),  
        rgba(0, 0, 0, 0.5)
      ),
      url('wee.png') no-repeat center center;
    background-size: cover;

}

.banner-left{
  max-width: 100%;
}

.banner-discount{
  transform: unset;
          margin-top: 18px;
}

.banner-right{
display: none;
}

/* .promo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  } */

.promo-banner > * {
    position: relative;
    z-index: 2; /* Ensure your content appears above the overlay */
  }


.banner-overlay h2{
  font-size: 16px;
}
.website-link{
      font-size: 16px;
}





}



@media (max-width: 600px) {
  .search-container {
    background: white;
    padding: 21px 20px 7px;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    margin: auto;
    position: relative;
    top: -85px;
}
.inputs{
  display: block;
   margin-bottom: 0px;
}

.inputs input{
margin-bottom: 20px;
width: 100%;
}

.title {
    font-size: 40px;
}

.hero {
    height: 325px;

}

.checkboxes {
    display: block;
 
}

    .checkboxes label{
       margin-bottom: 10px;
    }
.search-btn {
  
    padding: 11px 29px;

  right: 0
}
.subtitle{
      padding: 0px 28px;
}

}