
body{
margin:0;
font-family:Arial,sans-serif;
background:#f4f4f4;
color:#222;
}
.hero{
background:url('images/resort-front.jpg') center/cover no-repeat;
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}
.overlay{
background:rgba(0,0,0,0.5);
padding:40px;
border-radius:10px;
color:white;
}
.btn{
background:#25D366;
padding:12px 25px;
color:white;
text-decoration:none;
border-radius:30px;
display:inline-block;
margin-top:15px;
}
section{
padding:60px 20px;
max-width:1200px;
margin:auto;
}
h2{
text-align:center;
margin-bottom:20px;
}
.grid,.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}
.card,.gallery-grid img{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.card img,.gallery-grid img{
width:100%;
height:250px;
object-fit:cover;
}
.card h3,.card p{
padding:0 15px;
}
iframe{
width:100%;
height:350px;
border:0;
border-radius:10px;
}
footer{
background:#111;
color:white;
text-align:center;
padding:20px;
}


.call-btn{
position:fixed;
bottom:80px;
right:20px;
background:#007bff;
color:white;
padding:12px 18px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
z-index:999;
box-shadow:0 2px 8px rgba(0,0,0,0.3);
}

.wa-btn{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white;
padding:12px 18px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
z-index:999;
box-shadow:0 2px 8px rgba(0,0,0,0.3);
}
