body{
margin:0;
font-family:'Georgia', serif;
background:#0f0a1f;
color:white;
text-align:center;
}

.hero{
background:url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429') center/cover;
height:90vh;
display:flex;
align-items:center;
justify-content:center;
}

.overlay{
background:rgba(0,0,0,0.6);
padding:40px;
border-radius:20px;
}

.btn{
background:#a678ff;
padding:12px 25px;
border-radius:30px;
color:white;
text-decoration:none;
display:inline-block;
margin-top:15px;
}

section{
padding:60px 20px;
}

.services{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.card{
background:rgba(255,255,255,0.05);
border-radius:15px;
overflow:hidden;
width:260px;
box-shadow:0 10px 30px rgba(0,0,0,0.5);
}

.card img{
width:100%;
height:160px;
object-fit:cover;
}

.zen{
background:linear-gradient(180deg,#1f1535,#0f0a1f);
font-style:italic;
}

blockquote{
max-width:500px;
margin:20px auto;
font-style:italic;
}

iframe{
border:none;
margin-top:20px;
}
