
body{
font-family:Arial;
margin:0;
background:#f5f5f5;
text-align:center;
direction:rtl;
}
.slider img{
width:100%;
height:300px;
object-fit:cover;
}
.card{
background:white;
max-width:700px;
margin:40px auto;
padding:30px;
border-radius:18px;
box-shadow:0 10px 25px rgba(0,0,0,.15);
}
h1{color:#0a6b3b;}
p{font-size:22px;line-height:1.8}
button{
background:#0a6b3b;
color:white;
border:none;
padding:15px 30px;
border-radius:10px;
font-size:20px;
}
