body{
background-image: url("bg.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;

font-family: Arial;
margin:0;
text-align:center;

display:flex;
flex-direction:column;
min-height:100vh;
}
nav{
display:flex;
justify-content:space-between;
background:#333;
color:white;
padding:10px 40px;
}

nav ul{
list-style:none;
display:flex;
gap:20px;
}

nav a{
color:white;
text-decoration:none;
}

section{
padding:60px;
}

.packages{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.card{
background:white;
padding:20px;
border-radius:10px;
width:200px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

button{
background:#ff9800;
border:none;
padding:10px 20px;
border-radius:5px;
cursor:pointer;
color:white;
}

button:hover{
background:#e68900;
}

footer{
background:#333;
color:white;
padding:15px;
margin-top:auto;
}
.package-img{
width:100%;
height:150px;
object-fit:cover;
border-radius:8px;
margin-bottom:10px;
}
body{

background-image: url("bg.jpg");

background-size: cover;

background-position: center;

background-repeat: no-repeat;

background-attachment: fixed;

font-family: Arial;

margin:0;

text-align:center;

}

#our-services .card{
background:white;
padding:20px;
border-radius:10px;
width:300px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
text-align:left;
margin:auto;
}

#our-services ul{
padding-left:20px;
}

#our-services ul li{
margin-bottom:8px;
}
.hcard{
background:white;
padding:20px;
border-radius:10px;
width:300px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
text-align:left;
margin:auto;
}
/* كارد نبذة عنا */
.about-card{
background:white;
max-width:600px;
margin:auto;
padding:30px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
margin-bottom:40px;
text-align:center; /* النص في الوسط */
}

/* صورة الكارد */
.about-img{
width:100%;
height:250px;
border-radius:12px;
object-fit:cover;
margin-bottom:20px;
}

/* نص الكارد */
.about-text{
text-align:right; /* النص يبقى على اليمين */
line-height:1.8;
}
.card:focus{
box-shadow:0 0 0 3px #ff9800; /* تحديد عند التاب */
}