<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<title>نموذج اتصال | قصر العالمية للأثاث</title>
<style>
body {
font-family: "Cairo", sans-serif;
background-color: #f2f2f2;
}
.contact-container {
max-width: 650px;
margin: 50px auto;
background-color: #ffffff;
padding: 35px;
border-radius: 12px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
border-top: 6px solid #b08d57;
}
.brand {
text-align: center;
margin-bottom: 25px;
}
.brand h1 {
margin: 0;
font-size: 28px;
color: #2c2c2c;
}
.brand span {
display: block;
margin-top: 8px;
color: #b08d57;
font-size: 16px;
font-weight: bold;
}
.form-group {
margin-bottom: 18px;
}
.form-group label {
display: block;
margin-bottom: 6px;
color: #333;
font-weight: 600;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 12px;
border-radius: 6px;
border: 1px solid #ccc;
font-size: 14px;
}
.form-group textarea {
min-height: 120px;
resize: vertical;
}
.submit-btn {
width: 100%;
background-color: #b08d57;
color: #ffffff;
padding: 14px;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
}
.submit-btn:hover {
background-color: #9a7746;
}
.footer-text {
text-align: center;
margin-top: 20px;
font-size: 13px;
color: #777;
}
</style>
</head>
<body>
</body>
</html>