.elementor-kit-2000{--e-global-color-primary:#212529;--e-global-color-secondary:#212529;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-35b4fb49:#6EC1E4;--e-global-color-11303868:#54595F;--e-global-color-5103a0c8:#4054B2;--e-global-color-cdd37e1:#23A455;--e-global-color-68bbb959:#FFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:#000000;}.elementor-kit-2000 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2000 a{color:#FFFFFF;}.elementor-kit-2000 h1{color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<form id="custom-form" action="/wp-admin/admin-post.php" method="POST" enctype="multipart/form-data">
    <input type="hidden" name="action" value="custom_form_submission">
    
    <div class="form-group">
        <label for="name">Your Name:</label>
        <input type="text" id="name" name="name" required>
    </div>

    <div class="form-group">
        <label for="email-choice">Recipient Email:</label>
        <select id="email-choice" name="recipient_email" required>
            <option value="support@company.com">Support Team</option>
            <option value="sales@company.com">Sales Department</option>
        </select>
    </div>

    <div class="form-group">
        <label for="message">Message:</label>
        <textarea id="message" name="message" rows="4" required></textarea>
    </div>

    <div class="form-group">
        <label for="file-upload">Attach Images:</label>
        <input type="file" id="file-upload" name="attachments[]" multiple accept="image/*">
    </div>

    <button type="submit">Send</button>
</form>/* End custom CSS */