
body.requestquote-index-index  #maincontent{
    padding-bottom: 30px;
    background-color: #f5f5f5;
    max-width: 100%;
    background-image:url('/media/wysiwyg/tsl/wbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    
}
body.requestquote-index-index  #item_request{
    background: #fcfcfc;
    padding: 9px 12px;
}
body.requestquote-index-index .columns .column.main{
    max-width: 1400px;
    margin: auto;
    padding-top: 30px;
}
body.requestquote-index-index .page-title-wrap{
    
      margin-bottom: 0 !important;  
}
.requestquote{
    
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
    max-width: 800px;
    margin: auto;

}
.text-red{color:red !important;}
.form-header {
    text-align: center;
    margin-bottom: 30px;
    width:100%;
}

.form-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.form-header p {
    font-size: 18px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.form-field {
    margin-bottom: 20px;
    width: 49%;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="file"],
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-field textarea {
    min-height: 120px;
}

.form-row {
    display: flex;
    gap: 15px;
    width: 99%;
}

.form-row .form-field {
    flex: 1;
}

.form-actions {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.form-actions button {
    padding: 12px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.form-actions button:hover {
    background: #333;
}

.note {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
@media (max-width:540px){
   .form-field{width:100%;}
}