<!DOCTYPE html><html lang="ar"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title> Request wholesale prices - RSFIL</title><style>
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');
*{
box-sizing:border-box;
margin:0;
padding:0;
-webkit-tap-highlight-color:transparent;
}
html,
body{
width:100%;
margin:0;
padding:0;
overflow-x:hidden;
background:#f4f7f9;
font-family:'Cairo',sans-serif;
}
body{
padding:15px;
}
.order-card{
width:100%;
max-width:700px;
margin:0 auto;
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.header{
text-align:center;
margin-bottom:25px;
}
.header h2{
color:#1a3a5f;
font-size:28px;
margin-bottom:8px;
}
.header p{
color:#777;
font-size:14px;
}
.form-group{
margin-bottom:18px;
}
label{
display:block;
margin-bottom:6px;
font-weight:600;
color:#333;
}
input,
select{
width:100%;
padding:12px 15px;
border:1px solid #dce0e4;
border-radius:10px;
background:#fafafa;
font-family:'Cairo',sans-serif;
font-size:16px;
direction:rtl;
text-align:right;
}
input:focus,
select:focus{
outline:none;
border-color:#1a3a5f;
background:#fff;
}
.btn-send{
width:100%;
border:none;
border-radius:10px;
background:#25D366;
color:#fff;
padding:15px;
font-family:'Cairo',sans-serif;
font-size:18px;
font-weight:700;
cursor:pointer;
transition:.2s;
}
.btn-send:hover{
background:#1ebe57;
}
@media(max-width:768px){
body{
padding:10px;
}
.order-card{
padding:20px 15px;
border-radius:12px;
}
.header h2{
font-size:24px;
}
}
</style></head><body style=";text-align:left;direction:ltr">
<form id="orderForm" style=";text-align:left;direction:ltr">
<input type="text" id="name" placeholder="اسم المؤسسة أو التاجر" required>
<select id="businessType" required></select>
<input type="text" id="city" placeholder="الرياض، جدة، الدمام..." required>
<input type="tel" id="phone" placeholder="05xxxxxxxx" required>
<button type="button" class="btn-send">Contact via WhatsApp</button></form>
</body></html>