
body{
margin:0;
font-family:Arial;
background:#0b0f19;
color:white;
direction:rtl;
}

.topbar{
background:linear-gradient(90deg,#ff512f,#dd2476);
text-align:center;
padding:10px;
font-weight:bold;
}

.hero{
text-align:center;
padding:80px 20px;
background:radial-gradient(circle,#1b2a4a,#0b0f19);
}

h1{color:#ffd36a;font-size:40px}

.sub{color:#ccc}

.btn{
display:inline-block;
padding:12px 18px;
margin:10px;
background:#25D366;
color:white;
border-radius:8px;
text-decoration:none;
font-weight:bold;
}

.ghost{
background:#222;
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
text-align:center;
padding:20px;
}

.services{
padding:40px;
text-align:center;
}

.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
}

.card{
background:#111a2e;
padding:20px;
border-radius:10px;
}

.cta{
text-align:center;
padding:50px;
background:#111;
}

.popup{
position:fixed;
bottom:20px;
right:20px;
background:white;
color:black;
padding:15px;
display:none;
}

.floating{
position:fixed;
bottom:20px;
left:20px;
background:#25D366;
padding:15px;
border-radius:50px;
color:white;
text-decoration:none;
}
