#calculator,  #quote-form {
    
    max-width: 740px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #d0c57e;
   
  }
  
   #quote-form h3{
       color: white;
       text-align: center;
   }

  #price-calculator, #quote-form {
    display: flex;
    flex-direction: column;
  }

  label {
    font-weight: bold;
    margin-bottom: 8px;
   
    color: white;
  }
  


  select, button, input {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    
  }
  
  input[type='date']{
      line-height: 1.7 !important;
  }

  select[disabled], button[disabled] {
    background-color: #e0e0e0;
  }

  #price-section {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    display: none;
  }

  #repair-request-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  #repair-request-form button, #calculate-price, #quote-form input[type='submit'] {
background-color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    margin-top: 20px;
    padding: 10px;
    border: 2px solid white;
  }

  #repair-request-form button:hover,  #calculate-price:hover, #quote-form input[type='submit']:hover {
    background-color: #d0c57e;
    color: #ffff;
  }
  
  #quote-form-page{
      margin: 50px 0;
  }
  
  button:disabled {
    cursor: not-allowed !important;
}


#quote-form {
        display: flex;
        flex-wrap: wrap;
    }

    #quote-form label {
        width: 100%;

    }

    #quote-form input,
    #quote-form textarea {
        width: 100%;
        
    }

    .form-row {
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .form-row .half-width {
        width: 48%;
    }
    
    .form-row .full-width {
        width: 100%;
    }
    
    input, button, select, textarea{
        
        border-radius: 4px;
    }
    
    .wpcf7-response-output{
        color: white;
    }
    
    .wpcf7-not-valid-tip {
    color: #ecff6c !important;
    
    }
    
    .wpcf7 br{
        display: none;
    }
    
    .estimation{
        text-align: center;
            display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    }
    
    .estimation #selected-brand{
            background-color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    }
    
    .estimation div{
            color: white;
    font-size: 36px;
    font-weight: bold;

    }