 body {
     margin: 0;
     font-family: 'Segoe UI', sans-serif;
     position: relative;
       background: #f4f4f4;
 }
.navbar {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: black;
  box-shadow: 2px 2px 13px 0px #2e2e2e;
  padding: 0.8rem 2rem;
  flex-wrap: wrap;
}

.logo-div {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
}

.nav-links a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 20px;
}

.nav-links a:hover {
  color:#035efc;
}

.navbar img {
  height: 50px;
  width: auto;
  border-radius: 50%;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    width: 100%;
    display: none;
    background-color: white;
    padding: 1rem 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    padding: 10px 20px;
    border-top: 1px solid #eee;
  }

  .menu-toggle {
    display: block;
    color: black;
  }
}

 section {
     margin: 0px;

 }

 .container {

     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
     padding: 20px;
     border-radius: 10px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     max-width: 900px;
     margin: auto;
     margin-bottom: 50px;
     height: auto;
 }





 .left {
     flex: 1;
     padding-right: 20px;
 }

 .left img {
     width: 100%;
     height: 350px;
     border-radius: 8px;
 }

 .right {
     flex: 1;
     position: relative;
     height: 100%;
     width: 100%;
     margin: auto;
     display: flex;
 }

 .button-container {
     position: absolute;
     bottom: 10px;
     right: 50%;
     transform: translateX(50%);
     display: flex;
     gap: 10px;
 }

 .button-container button {
     background-color: #007BFF;
     color: white;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     font-size: 20px;
     width: 200px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .button-container button:hover {
     background-color: #0056b3;
 }





 @media (max-width: 768px) {
     .container {
         display: block;
         height: auto;
     }

     .left,
     .right {
         padding: 0;
     }
 }

 .right ul {

     font-size: 20px;
     margin-bottom: 90px;

 }

 .image-text-box {
     max-width: 300px;
     margin: 30px auto;
     height: 400px;
     transition: transform 0.2s ease;
     overflow: auto;
     text-align: cen;
     font-family: Arial, sans-serif;
     border: 1px solid #ddd;
     border-radius: 8px;
     padding: 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
 }

 .image-text-box:hover {
     transform: translateY(-5px);
 }

 .image-text-box img {
     width: 100%;
     height: auto;
     border-radius: 6px;
     margin-bottom: 15px;
 }

 .image-text-box p {
     font-size: 16px;
     color: #333;
     line-height: 1.5;
 }

 .button-group {
     display: flex;
     justify-content: center;
     gap: 15px;
 }

 .button-group button {
     background-color: #007BFF;
     color: white;
     border: none;
     padding: 10px 20px;
     border-radius: 5px;
     font-size: 14px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .button-group button:hover {
     background-color: #0056b3;
 }

 .bike-section {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;

 }

 .section-van {
     display: grid;
     grid-template-columns: auto auto auto;
 }

 .section-car {
     display: grid;
     grid-template-columns: auto auto;
 }

 ::-webkit-scrollbar {
     width: 0px;
 }

 .image-text-box-car {
     max-width: 400px;
     max-height: 500px;
     margin: 30px auto;
     overflow: auto;
     position: relative;
     font-family: Arial, sans-serif;
     transition: transform 0.2s ease;
     border: 1px solid #ddd;
     border-radius: 8px;
     padding: 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
 }

 .image-text-box-car img {
     width: 100%;
     height: auto;

     border-radius: 6px;
     margin-bottom: 15px;
 }

 .image-text-box-car:hover {
     transform: translateY(-5px);
 }


 .image-text-box-car p {
     font-size: 16px;
     color: #333;
     line-height: 1.5;
 }


 @media (max-width: 868px) {
     .section-van {
         grid-template-columns: auto;
     }

     .section-car {
         grid-template-columns: auto;
     }

     .image-text-box {
         max-width: 900px;
     }

     .image-text-box img {
         height: 350px;
         max-width: 900px;
         ;
     }
 }



 footer {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     color: white;
     background: #2c3e50;
     text-align: center;
     padding: 15px;
     margin-top: 40px;
     height: 300px;
     padding: 20px;
     text-align: center;
     font-size: 14px;

 }
 .btn-1{
     background-color: rgb(84, 194, 84);
     
 }
 .btn-1:hover{
     background-color: rgb(94, 104, 94);
 }
 section h2{
    margin: 20px 20px;
 }

 footer div {
     font-size: 20px;
 }