<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Form Design</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 20px;
            background-color: #f8f9fa;
        }
        form {
            width: 100%;
            max-width: 600px;
            margin: auto;
            padding: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .form-group {
            margin-bottom: 15px;
        }
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        input, select, textarea {
            width: 100%;
            padding: 10px;
            font-size: 14px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        input[type="file"] {
            border: none;
        }
        .form-group.inline {
            display: flex;
            justify-content: space-between;
        }
        .form-group.inline > div {
            flex: 1;
            margin-right: 10px;
        }
        .form-group.inline > div:last-child {
            margin-right: 0;
        }
        .submit-btn {
            background-color: #6f42c1;
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 4px;
        }
        .submit-btn:hover {
            background-color: #563d7c;
        }
    </style>
</head>
<body>
    <form>
        <div class="form-group">
            <label for="businessType">Business Type</label>
            <select id="businessType" name="businessType" required>
                <option value="">Select</option>
                <option value="business">Business</option>
                <option value="individual">Individual</option>
            </select>
        </div>

        <div class="form-group">
            <label for="jobType">Job Type</label>
            <select id="jobType" name="jobType" required>
                <option value="">Select</option>
                <option value="fullTime">Full-Time</option>
                <option value="partTime">Part-Time</option>
            </select>
        </div>

        <div class="form-group">
            <label for="businessName">Business Name</label>
            <input type="text" id="businessName" name="businessName" placeholder="Enter business name" required>
        </div>

        <div class="form-group">
            <label for="address">Address</label>
            <textarea id="address" name="address" rows="3" placeholder="Enter address" required></textarea>
        </div>

        <div class="form-group inline">
            <div>
                <label for="city">City</label>
                <input type="text" id="city" name="city" placeholder="Enter city" required>
            </div>
            <div>
                <label for="country">Country</label>
                <select id="country" name="country" required>
                    <option value="">Select</option>
                    <option value="ksa">KSA</option>
                    <option value="uae">UAE</option>
                </select>
            </div>
        </div>

        <div class="form-group">
            <label for="passport">Passport Number</label>
            <input type="text" id="passport" name="passport" placeholder="Enter passport number" required>
        </div>

        <div class="form-group">
            <label for="files">Upload Documents</label>
            <input type="file" id="files" name="files" multiple>
        </div>

        <button type="submit" class="submit-btn">Submit</button>
    </form>
</body>
</html>
Cart (0 items)
Proactive is a Digital Agency WordPress Theme for any agency, marketing agency, video, technology, creative agency.
380 St Kilda Road,
Melbourne, Australia
Call Us: (210) 123-451
(Sat - Thursday)
Monday - Friday
(10am - 05 pm)