body {
  background: #d9d9d9;
  margin: 0;
 font-family: 'Arial', sans-serif;
}



/* 
.mobile-bursun {
  display: none!important;
}



@media only screen and (max-width: 1024px) {
  .mobile-bursun {
     display: block !important;
  }
} */






.auto-container{
  max-width: 402px;
  margin: auto;
}

 
.button-primary {
width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, black 100%, grey 50%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;
}
.button-primary:hover {
            transform: translateY(-2px);
        }

 
 
.button-secondary {
    width: 100%;
    max-width: 350px;
    padding: 18px;
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
 
 .button-secondary:hover {
            background: #000000;
            color: white;
        }


.btn-emergency {
  background-color: #ec221f;
}
 
.back-button{
  margin:20px 0px 30px 20px;
}
.back-button i {
  font-size: 48px;
  color: #1e1e1e;
}
 
   .forgot-btn {
            color: #000000;
            text-decoration: none;
            text-align: center;
            display: block;
            margin-top: 15px;
            font-size: 16px;
        }
 
 
.logo-container {
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
 
.brand-logo {
  max-width: 299px;
  max-height: 164px;
  display: block;
  margin: 0px auto;
}
 
.brand-name {
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
  letter-spacing: 2px;
}
 
/* ....login form css start..... */

.form-wrapper {
    width: 100%;
    max-width: 350px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


 

.sign-up-btn {
  max-width: 272px;
}
 
.note {
  margin-top: 25px;
  font-size: 13px;
  font-weight: bold;
  color: red;
  text-align: left;
}
 
@media (max-width: 400px) {
  .form-wrapper {
    padding: 20px 15px;
  }
 
  button {
    font-size: 13px;
    padding: 10px;
  }
 
  input[type="email"],
  input[type="password"] {
    font-size: 13px;
    padding: 8px;
  }
}
 
/* ....login form css close..... */
 
/* ....main css start..... */
.help-btn {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
 
.container {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

 
.help-container h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 100px;
}
 
 
@media (max-width: 480px) {
  .help-container h2 {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
 
  .help-container .button-primary {
    font-size: 0.95rem;
    padding: 14px;
    max-width: 180px;
    max-height: 62;
  }
}
 
@media (max-width: 350px) {
  .help-container .button-primary {
    font-size: 0.9rem;
    padding: 13px;
  }
}
 
.help-container .button-primary,
.help-container .button-secondary {
  font-size: 0.95rem;
  padding: 14px;
  width: 180px !important;
  height: 62px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
 
/* ....main css close..... */
 
.form-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 320px;
  margin: 50px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
 
.form-container input,
select,
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #aaa;
}
 
.form-container button {
  width: 100%;
  padding: 10px;
  background: #222;
  color: white;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
}
 
.button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
 
.button-group button {
  padding: 15px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  background: #222;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
 
.red {
  background: #d63031;
}
 
.gray {
  background: #555;
}
 
.dark {
  background: #111;
}
 
 
 
.note {
  color: red;
  margin-top: 20px;
}
 
.camera {
  text-align: center;
}
 
.camera img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
 
.camera-controls {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
 
.capture-btn {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  border: 3px solid #222;
}
.form-wrapper label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
        font-size: 18px;
}


.form-wrapper input {
    width: 90%;
    padding: 18px;
    margin-bottom: 20px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

::placeholder{font-size:18px;}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease-out;
}

.main-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.main .btn-diagnose {
    background: linear-gradient(135deg, #000000, #313131);
}
.main .service-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.main .service-btn {
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    color:#fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.main-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

   .btn-emergency {
    background: linear-gradient(135deg, #a80808, rgb(221, 7, 7));
}
   .main a {
      text-decoration: none;
      width: 100%;
      display: flex;
      justify-content: start;
 
    }
 .main-conatiner a {
      text-decoration: none;
      width: 100%;
      display: flex;
      justify-content: center;
    }
  .back-button{  color: #000;
       font-size: 25px; justify-content: start;justify-content: start;
    text-decoration: none;
    display: flex
;
    width: 100%;}
   .main {
      margin: 0;
      font-family: 'Arial', sans-serif;
      background-color: #dcdcdc;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      min-height: 100vh;
    }

.vehicle-btn {
    width: 100%;
    padding: 20px;
    margin: 12px 0;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
  .vehicle-btn:hover {
            border-color: #000000;
            background: #f8f9ff;
            transform: translateY(-2px);
        }

.add-car-btn {
    width: 100%;
    padding: 20px;
    margin-top: 25px;
    background: linear-gradient(135deg, #333, #555);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.add-car-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #222, #000000);
}

.service-section {
    background: white;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     width: 100%;
      margin-bottom: 20px;
}

.service-title {
    font-weight: bold;
    font-size:18px;
    margin-bottom: 8px;
    color: #333;
}
.service-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

select, textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #aaa;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service label{font-size: 18px;}
   .subtitle {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 40px;
      text-align: center;
    }

.addvechicle a{width:100%;}
  .option-btn {
      width: 100%;
      padding: 18px;
      margin: 10px 0;
     background: linear-gradient(135deg, #000000, #313131);
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      font-weight: bold;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: background 0.3s;
    }
.addvechicle {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    min-height: 100vh;
}

.makemodel{width:100%;}
.makemodel input{    width: 90%;
    padding: 18px;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    font-size: 18px;
    background-color: #fff;
    transition: border-color 0.3s;}