.heder {
    background-color: black ;
    color: white;
    height: 40px;
    width: 100%;
   
    }

    .heder ol {
     padding: 0;
       margin: 0;
    }

    .heder ol li {
      margin-top: 10px;
    }
    ol {
       display: flex;
       justify-content:space-around;
       align-items: center;
    
        
    }
    
    ol li a{
        text-decoration: none;
    }
    
    ol li {
        display: flex;
      
     
    }
    
    .icon{
        color: red ;
      
    }

    .icon {
      margin-top: 10px;
    }
    
    .fa-brands {
        margin-right: 10px;
    }
    
    .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 30px;
        background-color: #ffffff;
        
       box-shadow:  0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    .menu .logo {
        display: flex;
        align-items: center;
    }
    .logo img {
        height: 110px;
        width: 150px;
        margin-right: 10px;
    }
  .hamburger {
  display: none; /* ✅ Hide by default (desktop) */
  font-size: 28px;
  cursor: pointer;
  color: #000;
}
    .navbar ul {
        display: flex;
        gap: 25px;
        list-style: none;
    }
    
    ul li a {
        text-decoration: none;
        color: gray;
        font-family: arial,sans-serif;
        font-size: 20px;
    }
    
    ul li a:hover{
        color: black;
    }
    
    .user   {
        display: flex;
        gap:20px;
        color: black;  
       
    }
    
    .user i {
        transition: transform 0.2s;
    }
    /*  banner start  */
   

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 3;
  animation: fadeIn 2s ease-in;
}

.banner-content h1 {
  font-size: 65px;
  margin-bottom: 10px;
}

.banner-content  {
  font-size: 75px;
}

.banner-content p {
  font-size: 25px;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 24px;
  background-color: #0033cc;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  animation: slideUp 1s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
;
  z-index: 4;
  padding: 0 20px;
}

.controls button {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 30px;
  /* padding: 10px 16px; */
  cursor: pointer;
  width: 80px;
  
}

.controls button:hover {
  background-color: white;
}

    /* banner End  */
    
    /* about start */
    
   .about-section {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 100px;

   }

   .about-image img {
    height: 500px;
    width: 500px;
    object-fit: cover;
   }

   .about-text {
    height: 450px;
    width: 450px;
    text-align: justify;
    font-size: 18px;
   }
    
     @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
        text-align: center;
      }
    }
    
    /* service start */
    .service-container {
        background-color: #fff3cd;
       padding: 80px;
       display: flex;
       justify-content: center;
       align-items: center;
       
       flex-wrap: wrap;
       gap: 30px;
       box-shadow: 2px solid black;
       
    }

    body {
      padding: 0 !important;
      margin: 0 !important;
    }
    
    .service-head {
        text-align: center;
    }
    .service-card img {
       height: 350px;
       width: 350px;
       object-fit: cover;
       border-radius: 10px;
      
       
    }
    
    .service-card {
        background-color: white;
        border-radius: 10px;
       
    }
    
    .service-text {
        height: 40px;
        background-color: white;
        text-align: center;
        border-radius: 10px;
        font-size: 25px;
        margin-bottom: 15px;
        font-family: arial,sans-serif;

    }
    
    .service-card img:hover {
      transform: translateY(20px);
    }
    /* service End  */
    .banner2 img {
        margin-top: 200px;
        width: 100%;
        height: 600px;
    }
    .banner2 {
      position: relative;
      margin-top: 50px;
    }
    
    .banner2-text {
        position: absolute;
       top: 40%;
       bottom: 30%;
        margin-left: 80px;
        color: white;

        font-size: 25px;
       
    
    }
    
    button {
        background-color: black;
        color: white;
        border-radius: 5px;
        height: 40px;
        width: 150px;
        
    }
    .frame {
        position: relative;
    }
    
    .frame img {
        position: absolute;
        
       
        bottom: 45%;
       
        right: 20%;
       border-radius: 50%;
       height: 200px;
       width: 200px;
      border: 5px solid white;
       margin-right: 80px;
       margin-bottom: 50px;
    }
    
    .frame2 {
        position: relative;
       
    }
    
    .frame2 img {
        position: absolute;
        bottom: 50%;
        right: 50%;
        left: 65%;
        border-radius: 50%;
        height: 400px;
        width: 400px;
       margin-bottom: 200px;
    }
    button:hover,
    button:active {
        background-color: white;
        color: black;
    }
    
    /* gallery start */
    .gallery-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-color: #ffffff;
       
      
        gap:30px;
        
    }
    .gallery-head {
        margin-top: 30px;
        text-align: center;
    }
    
    .gallery img  {
      height: 350px;
      width: 350px;
      object-fit: cover;
      border-radius: 10px;
    }

    .gallery-icon {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 25px;
  color: red;
  cursor: pointer;
  z-index: 10;
}

    
    
     
      
    .gallery img:hover {
        transform: scale(1.1);
        transition: 0.3s ease ;
       background-color: black;
    }
    .gallery {
      position: relative;
    }

    .gallery-icon {
      position: absolute;
      bottom: 50%;
      right: 50%;
      font-size: 25px;
      color: red;
    }

    /* Popup background */
.popup {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

/* Popup image */
.popup img {
  max-width: 90%;
  max-height: 80%;
  /* border: 4px solid black; */
  border-radius: 8px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: red;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

    
    /* gallery end  */
    /* footer start */
   .footer {
    background-color: black;
    color: white;
    padding: 6px 20px;
    font-family: arial,sans-serif;
   }

  .footer .container {
    padding: 20px;
   }

   .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
   }

   .footer-logo{
    display: flex;
    align-items: center;
    gap:10px;
   }

   .footer-logo img {
    width: 220px;
    height: 120px;
   }

   .social-links a {
    color: white;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: none;
   }

   .social-links a:hover {
    background-color: #ff4a4a;
    transition: 0.3 ease-in-out;
    padding: 10px;
    color: black;
    height: 70px;
    width: 70px;
    border-radius: 50%;
   }

   .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
   }

   .footer-col {
    flex: 1 1 200px;
    margin: 20px;
   }

   .footer-col h3 {
    color: white;
    margin-bottom: 15px;
   }

   .footer-col ul  {
       padding: 0;
       list-style: none;
   }

   .car-grid {
    padding-top: 40px;
   }


   .car-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
   }

   .car-card  {
       height: 350px;
       width: 350px;
       box-shadow: 2px 2px 2px 2px gray;
       border-radius: 10px;
   }

   .car-card img {
    height: 250px;
    width: 350px;
    object-fit: contain;
    
    
   }

   .car-text {
    font-family: arial,sans-serif;
    font-size: 22px;
    text-align: center;
    background-color: #ff4a4a;
    height: 66px;
    color: white;
    
    

    border-radius: 10px;
   }

   .car-text h5 {
    padding-top:20px;
   }

   .car-head {
    text-align: center;
    font-family: arial,sans-serif;
   }

   .car-text:hover  {
        transform: translateY(20px);
   }

   .footer-col ul li {
    margin-bottom: 10px;
   }

   .footer-col ul li a {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s;
   }

   .footer-col ul li a:hover  {
    color: #ff4a4a;
   }

   .footer-col input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}

.footer-col button {
  background-color: #ff6969;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-col button:hover {
  background-color: #ff4a4a;
}

.footer-col i {
  margin-right: 10px;
}
.footer-bottom {
    
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.footer-bottom a {
    text-decoration: none;
    color: #ff6969;
}

.footer-bottom span {
  color: #ff6969;
}

.brandcrumb img {
    height: 400px;
    width: 100%;
    background-size: 100%;
   object-fit: cover;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form {
  border-radius: 5px;
  background-color:wheat ;
  padding: 20px;
  width: 50%;
  
}

.brandcrumb {
  position: relative;
}

.banner-text {
  position: absolute;
  bottom: 50%;
  left: 5%;
  color: white;
  font-size: 25px;
}

.banner-text p{
  font-size:18px ;
  background-color: #444;
  color: red;
  padding: 10px;
}

.banner-text a{
  text-decoration: none;
  color: white;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.view-more {
  background-color: #ff6969;
  border: 1px solid #ff6996;
}

.view-more:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

.service-location-grid {
  padding-top: 50px;
}

.service-grid {
  padding-top: 30px;
}
