/* تنسيق صفحة تواصل معنا */

/* تنسيق الهيدر */
header {
  background-color: #5c4033;
  color: white;
  padding: 30px;
  text-align: center;
}

header h1 {
  font-size: 32px;
  margin-bottom: 10px;
}


/* تنسيق أقسام الصفحة */
section {
  padding: 40px;
  text-align: right;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

section h2 {
  font-size: 24px;
  color: #5c4033;
  margin-bottom: 15px;
}

section p {
  font-size: 18px;
  color: #333;
}

/* تنسيق النموذج */
form {
  max-width: 600px;
  margin: 0 auto;
}

form label {
  display: block;
  margin-bottom: 5px;
  color: #5c4033;
  font-weight: bold;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

form button {
  background-color: #a0522d;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

form button:hover {
  background-color: #8b4513;
}

/* تنسيق الروابط */
nav {
  margin-top: 20px;
  text-align: center;
}

nav a {
  text-decoration: none;
  background-color: #a0522d;
  color: white;
  padding: 12px 25px;
  margin: 10px;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s;
}

nav a:hover {
  background-color: #8b4513;
}

/* لون الخلفية العام */
body {
  background-color: #c8ad7f;
  font-family: Arial, sans-serif;
}
.email-list a {
  direction: ltr;
  unicode-bidi: bidi-override;
  display: inline-block;
}
body {
  font-family: 'Cairo', sans-serif;
}
