*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
font-family:'Poppins',sans-serif;
background:#0b0b0b;
color:white;
line-height:1.7;
}
header{
position:fixed;
top:0;
left:0;
width:100%;
background:rgba(0,0,0,.25);
backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);
z-index:999;
}
.logo{
font-family:'Cormorant Garamond',serif;
font-size:32px;
color:#d4af37;
font-weight:bold;
text-shadow:0 0 15px rgba(212,175,55,.8);
}
nav a{
color:white;
text-decoration:none;
margin-left:25px;
font-size:15px;
text-shadow:0 2px 8px rgba(0,0,0,.7);
}
nav a:hover{
color:#d4af37;
}
.hero{
height:100vh;
background:
linear-gradient(
rgba(0,0,0,.15),
rgba(0,0,0,.35)
),
url(banner1.png);
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}
.hero-overlay{
padding:20px;
}
.hero h1{
font-family:'Cormorant Garamond',serif;
font-size:70px;
color:#d4af37;
line-height:1.1;
}
.hero p{
font-size:22px;
margin:25px 0;
}
.btn{
display:inline-block;
padding:18px 42px;
background:linear-gradient(135deg,#FFD700,#C89B3C);
color:#111;
text-decoration:none;
font-weight:700;
font-size:18px;
border-radius:50px;
transition:.3s;
box-shadow:0 8px 25px rgba(212,175,55,.45);
}
.btn:hover{
transform:translateY(-3px);
box-shadow:0 15px 35px rgba(212,175,55,.7);
}
section{
padding:90px 10%;
text-align:center;
}
h2{
font-family:'Cormorant Garamond',serif;
font-size:48px;
color:#d4af37;
margin-bottom:30px;
}
section p{
max-width:900px;
margin:auto;
font-size:18px;
color:#ddd;
}
.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:40px;
}
.service-card{
background:#151515;
border-radius:20px;
overflow:hidden;
border:1px solid #333;
transition:.4s;
}
.service-card:hover{
transform:translateY(-10px);
}
.service-card img{
width:100%;
height:250px;
object-fit:cover;
}
.service-card h3{
color:#d4af37;
font-size:25px;
margin:20px;
}
.service-card p{
padding:0 20px 25px;
}
.why{
background:#111;
}
.features{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}
.features div{
background:#171717;
padding:35px;
border-radius:20px;
}
.features h3{
color:#d4af37;
font-size:25px;
margin-bottom:15px;
}
#contact{
background:#080808;
}
footer{
background:#000;
padding:30px;
text-align:center;
color:#aaa;
}
.whatsapp{
position:fixed;
right:20px;
bottom:20px;
display:flex;
align-items:center;
gap:12px;
padding:18px 34px;
background:#25D366;
color:#fff;
border-radius:60px;
min-width:300px;
min-height:80px;
text-decoration:none;
box-shadow:0 10px 35px rgba(37,211,102,.45);
z-index:9999;
animation:pulse 2s infinite;
transition:.3s;
}

.whatsapp:hover{
transform:scale(1.08);
}

.whatsapp i{
font-size:42px;
}

.wa-text{
display:flex;
flex-direction:column;
line-height:1.1;
}

.wa-text .small{
font-size:18px;
opacity:.9;
}

.wa-text .big{
font-size:34px;
font-weight:700;
}

@keyframes pulse{
0%{transform:scale(1);}
50%{transform:scale(1.06);}
100%{transform:scale(1);}
}

@media(max-width:900px){
nav{
display:none;
}
.logo{
font-size:25px;
}
.hero h1{
font-size:42px;
}
.service-grid{
grid-template-columns:1fr;
}
.features{
grid-template-columns:1fr;
}
h2{
font-size:36px;
}
}
#reviews{

background:#111;

}


.reviews{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:40px;

}



.review-card{

background:#171717;

padding:30px;

border-radius:20px;

border:1px solid #333;

}



.review-card h3{

color:#d4af37;

margin-bottom:15px;

}



.review-card p{

color:#ddd;

}



@media(max-width:900px){

.reviews{

grid-template-columns:1fr;
@keyframes pulse{

0%{
transform:scale(1);
box-shadow:0 0 0 0 rgba(37,211,102,.8);
}

70%{
transform:scale(1.12);
box-shadow:0 0 0 25px rgba(37,211,102,0);
}

100%{
transform:scale(1);
box-shadow:0 0 0 0 rgba(37,211,102,0);
}

}

.whatsapp:hover{
transform:scale(1.18);
}

}

}
