اتصل بنا
section style="max-width:600px; margin:auto; padding:20px; font-family: Arial, sans-serif;">
<h2>اتصل بنا</h2>
<form action="nadee36360@gmail.com method="post" enctype="text/plain" style="display:flex; flex-direction: column; gap: 15px;">
<label for="name">الاسم:</label>
<input type="text" id="name" name="الاسم" required style="padding:8px; font-size:16px;">
<label for="email">البريد الإلكتروني:</label>
<input type="email" id="email" name="البريد الإلكتروني" required style="padding:8px; font-size:16px;">
<label for="message">الرسالة:</label>
<textarea id="message" name="الرسالة" rows="5" required style="padding:8px; font-size:16px;"></textarea>
<button type="submit" style="padding:10px; background-color:#007BFF; color:white; border:none; cursor:pointer; font-size:16px;">إرسال</button>
</form>
</section>
---