
body{
font-family:Arial,sans-serif;
background:#0b0b0b;
color:#fff;
}

.custom-navbar{
background:#000;
padding:15px 0;
}

.hero-section{
min-height:100vh;
background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8));
padding-top:120px;
}

.hero-image{
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.5);
}

.review-card{
background:#151515;
padding:30px;
border-radius:20px;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,.3);
}

.stars{
color:orange;
font-size:20px;
}

.footer{
background:#000;
}

.whatsapp-float{
position:fixed;
width:65px;
height:65px;
bottom:30px;
right:30px;
background:#25D366;
color:white;
border-radius:50%;
text-align:center;
font-size:35px;
line-height:65px;
text-decoration:none;
z-index:9999;
}

.cookie-banner{
position:fixed;
bottom:20px;
left:20px;
right:20px;
background:#111;
padding:20px;
border-radius:20px;
display:flex;
justify-content:space-between;
align-items:center;
z-index:9999;
}
