
body { margin:0; font-family:'Cairo',sans-serif; background:#0B1E26; color:white; }
.topbar { display:flex; justify-content:space-between; align-items:center; padding:15px 25px; background:#0d2630; }
.logo-top { width:130px; }
nav a { color:#00bfff; margin-left:20px; text-decoration:none; font-weight:600; }
.hero { text-align:center; padding:80px 20px; }
.page-section { max-width:900px; margin:auto; text-align:center; padding:60px 20px; }
.services-grid { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; }
.service-card { background:#11252B; padding:25px; border-radius:10px; width:250px; }
footer { background:#06151A; padding:40px 20px; margin-top:40px; }
.footer-grid { display:flex; justify-content:space-between; flex-wrap:wrap; gap:30px; max-width:900px; margin:auto; }
footer h3 { color:#00bfff; }
.copy { text-align:center; margin-top:20px; color:#888; }
.nice-form input, .nice-form textarea { width:100%; padding:12px; border:none; border-radius:6px; margin-bottom:15px; }
.nice-form { background:#11252B; padding:25px; border-radius:10px; width:300px; margin:auto; }
button { padding:12px; background:#25D366; border:none; border-radius:25px; color:white; cursor:pointer; width:100%; }
