/* Top Bar */
.top-bar {
    background-color: #d3a519;
    color: #fff;
    padding: 8px 12%;
    display: flex;
    justify-content: center;
    font-size: 10px;
  }
  
  /* Navbar */
  .navbar {
    background-color: #D3AB1978;
    padding: 15px 17%;
    display: flex;
    align-items: center;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    width: 40%;
    margin-right: 10px;
  }
  .brand strong {
    font-size: 18px;
    color: #000;
  }
  .brand span {
    font-size: 12px;
    color: #333;
  }
  .nav-links {
    list-style: none;
    display: flex;
    /* gap: 25px; */
  }
  .nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
  }
  
  /* Hamburger */
  .menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: #000;
  }
  






/* Responsive Styles */
@media (max-width: 768px) {
    .nav-links {
      flex-direction: column;
      position: absolute;
      top: 115px;
      right: 0;
      background-color: #fff;
      width: 100%;
      display: none;
      padding: 15px 0;
    }
    .nav-links.active {
      display: flex;
    }
    .menu-toggle {
      display: block;
    }
    .navbar{
      position: relative;
    }
    .logo img{
      width: 75%;
    }
    .report-step {
      max-width: unset !important;
  }
  .report-step img{
    height: 100px !important;
  }
  .service-item{
    text-align: center;
  }
  
  
  
    .services-section {
    padding: 60px 40px;
    background-color: #ffffff;
    text-align: center;
  }
  
  .services-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #D3AB19;
    margin-bottom: 40px;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    justify-content: center;
    align-items: start;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .service-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
  }
  
  .icon {
    font-size: 30px;
    color: #D3AB19;
    flex-shrink: 0;
    margin-top: 6px;
  }
  
  .service-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
  }
  
  .service-text {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
  }
  
  .biling-section{
    flex-direction: column !important;
  }
  }
  
  @media (max-width: 600px) {
    .hero-content h1 {
      font-size: 24px;
    }
    .hero-content p {
      font-size: 16px;
    }
    .vin-input {
      flex-direction: column;
      gap: 10px;
      border-radius: 20px;
      padding: 10px;
    }
    .vin-input button {
      margin-left: 0;
      width: 100%;
      border-radius: 20px;
    }
    .nav-links li:hover{
      background-color: #3f444b;
    }
    .nav-links  li:hover > a{
      color: #fff;
    } 
  }
  .nav-links  a:hover {
    color: #555847;
  }
  .nav-links li {
    padding: 10px;
    text-align: center;
  }
  























body {
    font-family: Arial, sans-serif;
    background-color: #e7edf5;
    margin: 0;
    /* padding: 40px; */
  }

  .checkout-wrapper {
    max-width: 1100px;
    margin: 10% auto;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .form-section {
    flex: 2;
  }

  .order-summary {
    flex: 1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    background-color: #f9f9f9;
  }

  h2 {
    margin-bottom: 20px;
  }

  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }

  .form-group {
    display: flex;
    gap: 20px;
  }

  .form-group > div {
    flex: 1;
  }

  .section-title {
    font-weight: bold;
    margin: 30px 0 10px;
  }

  .order-summary h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .order-table td {
    padding: 8px 0;
    font-size: 14px;
  }

  .order-table td:last-child {
    text-align: right;
  }

  .order-summary p {
    font-size: 13px;
    margin-bottom: 15px;
    color: #333;
  }

  .order-summary .policy {
    font-size: 12px;
    color: #555;
  }

  .place-order-btn {
    background-color: #e4b526;
    color: #000;
    border: none;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }

  .place-order-btn:hover {
    background-color: #d0a719;
  }


  .checkout-heading{
    font-weight: 600;
    font-size: 32px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #1e293b;
  }
  .biling-section{
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .form-section h2{
    font-weight: 600;
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #1e293b;
  }
  form label{
    font-weight: 600;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #1e293b;
  }
  #country, #state{
    border-radius: 30px;
    border: 4px solid #D3AB19;
        outline: none;
  }






















      .plan-bar {
      border-top: 4px solid #d4aa00; /* gold border */
      background-color: #f9f9f9;
      padding: 12px 30px;
      align-items: center;
      justify-content: space-between;
      font-family: sans-serif;
      font-size: 16px;
    }

    .plan-bar .icon {
      color: #d4aa00;
      font-size: 18px;
      margin-right: 8px;
    }

select {
    padding: 14px 10px;
    font-size: 15px;
    border: 3px solid #D3AB19;
    border-radius: 4px;
    margin-top: 15px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

    .plan-bar strong {
      margin-left: 4px;
    }

    .plan-bar .btn {
      background-color: #d4aa00;
      color: white;
      border: none;
      padding: 8px 16px;
      font-weight: bold;
      border-radius: 4px;
      cursor: pointer;
    }

    .plan-bar .btn:hover {
      background-color: #b89100;
    }













    
