@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap');
body { font-family: 'Cairo', sans-serif; direction: rtl; background-color: #f3f2ef; }
.navbar { background: #111; color: #fff; padding: 15px; text-align: center; border-bottom: 4px solid #e30613; }
.container { max-width: 800px; margin: 20px auto; }
.card { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 10px; }
.form-control { width: 100%; padding: 10px; margin: 5px 0; border: 1px solid #ccc; border-radius: 5px; }
.btn-primary { background: #e30613; color: white; border: none; padding: 10px; border-radius: 5px; width: 100%; font-weight: bold; cursor: pointer; }
.btn-contact { background: #25D366; color: white; padding: 5px 10px; border-radius: 5px; text-decoration: none; font-size: 14px; display: inline-block; margin-top: 5px; }