We Ship Worldwide

Your One Stop Shop.

.page-width { max-width: 1000px; /* Adjust the maximum width as needed */ margin: 0 auto; padding: 20px; /* Adjust the padding on all sides */ box-sizing: border-box; /* Include padding in the width calculation */ } .intake-form { text-align: center; } .form-section { margin-bottom: 30px; } .form-section h2 { font-size: 14px; /* Adjusted font size */ margin-bottom: 10px; } .field { margin-bottom: 20px; } input[type="text"], input[type="email"], input[type="tel"], textarea { width: calc(100% - 30px); /* Adjust the width to leave some space on both sides */ padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; } #companyPhone { border: 2px solid #007bff; /* More pronounced border for company phone number input */ } .submit-btn input[type="submit"] { background-color: #007bff; color: #fff; border: none; padding: 15px 30px; font-size: 16px; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; } .submit-btn input[type="submit"]:hover { background-color: #0056b3; }