📩 تواصل معنا
يسعدنا تواصلكم معنا، سيتم الرد عليكم في أقرب وقت ممكن.
.contact-container {
max-width: 600px;
margin: auto;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
font-family: Arial;
}
.contact-container h2 {
text-align: center;
color: #b30000;
}
.contact-container p {
text-align: center;
margin-bottom: 20px;
}
.contact-container label {
display: block;
margin-top: 10px;
font-weight: bold;
}
.contact-container input,
.contact-container textarea {
width: 100%;
padding: 10px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
}
.contact-container button {
margin-top: 15px;
width: 100%;
padding: 12px;
background: #b30000;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}
.contact-container button:hover {
background: #8f0000;
}
