@media (max-width: 768px) {
  /* Header */
  .heder ol {
    flex-direction: column;
    font-size: 12px;
    padding: 10px 0;
  }
  .icon {
    margin-top: 10px;
  }

  .heder  {
    display: none;
  }
}
@media (max-width: 768px) {
  /* Hide only navbar initially */
  .navbar {
    display: none;
    flex-direction:column;
    background-color: #000;
    width: 100%;
   
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 1000;
    padding: 20px 0;
  }

  .navbar ul li a:hover {
    color: red;
  }

  .form {
    margin-left: 20px;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .map {
    margin-left: 20px;
    width: 90%;
  }

  

  #nav-menu ul {

      flex-direction: column;
  }

  /* Show navbar when active */
  .navbar.active {
    display: flex;
  }

  /* Show hamburger icon */
  .hamburger {
    display: block;
    flex-direction: column;
  }

  /* Hide icons and user menu in mobile */
  .user,
  .icon {
    display: none;
  }
}

 

  /* Navigation */
  



  /* Banner */
  

  /* About Section */
  @media (max-width: 768px) {

  .about-section {
    flex-direction: column;
    padding: 20px;
  }
  .about-image img {
    padding-top: 20px;
    width: 330px;
    height: 450px;
   
  }

  .about-text {
    text-align: justify;
    flex-direction: column;
    width: 100%;
  }

  .service-location-grid {
    margin-top: 80px;
  }
}

  .banner-text h1 {
    text-align: center;
    font-size: 25px;
  }

  /* Services */
   @media (max-width: 768px) {

  .service-container {
    padding: 20px;
    justify-content: center;
  }
  .service-card img {
    height: 350px;
    width: 100%;
  }
}

 @media (max-width: 768px) {

  /* Banner2 */
  .banner2 img {
    margin-top: 200px;
        width: 100%;
        height: 900px;
  }

  .banner2 {
    position: relative;
  }
  .frame img, .frame2 img {
    height: 180px !important;
    width: 180px !important;
    margin: 0;
    position: static;
  }
  .banner2-text {
    
     position: absolute;
       top: 20%;
       bottom: 40%;
        margin-left: 50px;
        color: white;
        font-size: 20px;
  }

   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: 30%;
        left: 50%;
        border-radius: 50%;
        height: 450px;
        width: 450px;
       margin-bottom: 200px;
    }
    button:hover,
    button:active {
        background-color: white;
        color: black;
    }

    .car-card {
      width: 350px;
    }
 }

  @media (max-width: 768px) {
  /* Gallery */
  .gallery-container {
    margin: 20px;
    justify-content: center;
  }
  .gallery img {
    width: 350px;
    height: 350px;
  }

  
}

  /* Footer */
  @media (max-width: 768px) {
  .footer-top, .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo img {
    height: 80px;
    width: auto;
  }
  .footer-col {
    margin: 10px 0;
  }

  .footer-col input {
    width: 300px;
    color: white;
    background-color: #444;
  }

  button {
    background-color: black;
  }
}

@media (max-width: 768px) {
  .brandcrumb img {
    background-size: 100%;
    background-position: 100%;
  }
}
 