<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8" />
<title>تأكيد الحضور</title>
<!-- خط عربي -->
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Cairo', sans-serif;
background: #ffffff;
margin: 0;
padding: 0;
color: #2c2c2c;
}
.container {
max-width: 800px;
margin: auto;
padding: 60px 20px;
text-align: center;
}
.main-invite {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.9;
}
.family-name {
font-size: 28px;
font-weight: 700;
color: #8a5a3c;
margin: 20px 0;
}
.divider {
width: 60px;
height: 2px;
background: #8a5a3c;
margin: 25px auto;
}
.details {
font-size: 16px;
line-height: 2;
margin-bottom: 25px;
}
.location {
font-size: 17px;
font-weight: 700;
color: #8a5a3c;
margin-bottom: 30px;
}
.schedule {
font-size: 15px;
line-height: 2;
margin-bottom: 35px;
}
.host {
font-size: 18px;
font-weight: 700;
margin-top: 30px;
}
form {
max-width: 400px;
margin: 50px auto 0;
text-align: right;
}
label {
display: block;
font-size: 14px;
margin-bottom: 6px;
}
input[type="text"] {
width: 100%;
padding: 12px;
border-radius: 6px;
border: 1px solid #ccc;
font-size: 15px;
margin-bottom: 20px;
font-family: 'Cairo', sans-serif;
}
.radio-group {
margin-bottom: 30px;
}
.radio-group label {
display: block;
font-size: 15px;
margin-bottom: 10px;
cursor: pointer;
}
button {
width: 100%;
background: #8a5a3c;
color: #fff;
border: none;
padding: 12px;
font-size: 16px;
border-radius: 6px;
cursor: pointer;
font-family: 'Cairo', sans-serif;
}
button:hover {
opacity: 0.9;
}
iframe {
width: 100%;
height: 320px;
border: none;
margin-top: 60px;
}
</style>
</head>
<body>
<div class="container">
<div class="main-invite">
يسرّنا دعوتكم لحضور مأدبة الغداء<br>
وذلك بمناسبة زيارة الخوال
</div>
<div class="family-name">
آل عفالق
</div>
<div class="details">
إلى الأحساء
</div>
<div class="divider"></div>
<div class="details">
وذلك في
</div>
<div class="location">
مجلس الزهوة – الأحساء
</div>
<div class="schedule">
🗓 يوم الجمعة: ٦ فبراير 2026<br>
🕐 موعد الحضور: الساعة 1:30 ظهرًا<br>
🍽 موعد الغداء: الساعة 2:30 ظهرًا
</div>
<div class="host">
عبداللطيف بن مالك الموسى
</div>
<!-- الفورم -->
<form
action="https://docs.google.com/forms/d/e/1FAIpQLScBBNvB_lqu-e5irLNY5QfGy3CKsLplH-yh2-SrHxgozKvBdw/formResponse"
method="POST"
target="hidden_iframe"
onsubmit="setTimeout(()=>alert('تم تسجيل ردكم بنجاح ✅'), 400);"
>
<label>الاسم</label>
<input
type="text"
name="entry.1603089539"
required
>
<div class="radio-group">
<label>
<input
type="radio"
name="entry.1639205185"
value="نعم"
required
>
تأكيد الحضور
</label>
<label>
<input
type="radio"
name="entry.1639205185"
value="لا"
>
الاعتذار عن الحضور
</label>
</div>
<button type="submit">إرسال</button>
</form>
<iframe name="hidden_iframe" style="display:none;"></iframe>
<!-- خريطة -->
<iframe
src="https://www.google.com/maps?q=25.39975,49.64077&z=15&output=embed">
</iframe>
</div>
</body>
</html>