*{
margin:0;
padding:0;margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#0f172a;
color:white;
line-height:1.6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

nav{
position:fixed;
top:0;
width:100%;
z-index:999;
background:rgba(15,23,42,0.92);
backdrop-filter:blur(12px);
border-bottom:1px solid rgba(255,255,255,0.1);
}

.nav-container{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:22px;
font-weight:700;
color:#facc15;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
text-decoration:none;
color:white;
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{
color:#facc15;
}

#hero{
position:relative;
height:100vh;

background:
linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.7)),
url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?q=80&w=1920&auto=format&fit=crop');

background-position:center;
background-size:cover;
background-repeat:no-repeat;

display:flex;
justify-content:center;
align-items:center;
text-align:center;
overflow:hidden;
}

#hero::after{
content:'';
position:absolute;
bottom:0;
left:0;
width:100%;
height:120px;
background:linear-gradient(to top,#0f172a,transparent);
}

.hero-content{
position:relative;
z-index:2;
padding:20px;
}

.hero-content h1{
font-size:64px;
color:#facc15;
margin-bottom:20px;
}

.hero-content p{
font-size:22px;
margin-bottom:30px;
}

.call-btn{
background:#facc15;
color:black;
border:none;
padding:16px 40px;
border-radius:50px;
font-size:18px;
font-weight:700;
cursor:pointer;
transition:0.3s;
}

.call-btn:hover{
transform:scale(1.05);
}

.phone{
margin-top:25px;
font-size:28px;
font-weight:700;
}

section{
padding:100px 0;
}

.dark-section{
background:#111827;
}

h2{
text-align:center;
font-size:42px;
margin-bottom:40px;
color:#facc15;
}

.section-text{
max-width:900px;
margin:auto;
text-align:center;
color:#d1d5db;
font-size:18px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:#1e293b;
padding:35px;
border-radius:24px;
text-align:center;
transition:0.3s;
}

.card:hover{
transform:translateY(-10px);
}

.icon{
font-size:52px;
margin-bottom:20px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.gallery-grid img{
width:100%;
height:260px;
object-fit:cover;
border-radius:24px;
transition:0.3s;
}

.gallery-grid img:hover{
transform:scale(1.03);
}

.contact-box{
text-align:center;
margin-bottom:40px;
}

.contact-box h3{
font-size:36px;
color:#facc15;
margin-bottom:10px;
}

.map-container{
border-radius:24px;
overflow:hidden;
}

iframe{
width:100%;
height:400px;
border:none;
}

.whatsapp-btn{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
color:white;
text-decoration:none;
padding:16px 22px;
border-radius:50px;
font-weight:700;
z-index:999;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

footer{
background:#020617;
padding:35px;
text-align:center;
color:#94a3b8;
}

.footer-seo{
margin-top:10px;
font-size:14px;
}

@media(max-width:768px){

.hero-content h1{
font-size:40px;
}

.hero-content p{
font-size:18px;
}

.nav-links{
display:none;
}

.phone{
font-size:24px;
}

h2{
font-size:32px;
}

}
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#0f172a;
color:white;
line-height:1.6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

nav{
position:fixed;
top:0;
width:100%;
z-index:999;
background:rgba(15,23,42,0.92);
backdrop-filter:blur(12px);
border-bottom:1px solid rgba(255,255,255,0.1);
}

.nav-container{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:22px;
font-weight:700;
color:#facc15;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
text-decoration:none;
color:white;
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{
color:#facc15;
}

#hero{
position:relative;
height:100vh;

background:
linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.7)),
url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?q=80&w=1920&auto=format&fit=crop');

background-position:center;
background-size:cover;
background-repeat:no-repeat;

display:flex;
justify-content:center;
align-items:center;
text-align:center;
overflow:hidden;
}

#hero::after{
content:'';
position:absolute;
bottom:0;
left:0;
width:100%;
height:120px;
background:linear-gradient(to top,#0f172a,transparent);
}

.hero-content{
position:relative;
z-index:2;
padding:20px;
}

.hero-content h1{
font-size:64px;
color:#facc15;
margin-bottom:20px;
}

.hero-content p{
font-size:22px;
margin-bottom:30px;
}

.call-btn{
background:#facc15;
color:black;
border:none;
padding:16px 40px;
border-radius:50px;
font-size:18px;
font-weight:700;
cursor:pointer;
transition:0.3s;
}

.call-btn:hover{
transform:scale(1.05);
}

.phone{
margin-top:25px;
font-size:28px;
font-weight:700;
}

section{
padding:100px 0;
}

.dark-section{
background:#111827;
}

h2{
text-align:center;
font-size:42px;
margin-bottom:40px;
color:#facc15;
}

.section-text{
max-width:900px;
margin:auto;
text-align:center;
color:#d1d5db;
font-size:18px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:#1e293b;
padding:35px;
border-radius:24px;
text-align:center;
transition:0.3s;
}

.card:hover{
transform:translateY(-10px);
}

.icon{
font-size:52px;
margin-bottom:20px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.gallery-grid img{
width:100%;
height:260px;
object-fit:cover;
border-radius:24px;
transition:0.3s;
}

.gallery-grid img:hover{
transform:scale(1.03);
}

.contact-box{
text-align:center;
margin-bottom:40px;
}

.contact-box h3{
font-size:36px;
color:#facc15;
margin-bottom:10px;
}

.map-container{
border-radius:24px;
overflow:hidden;
}

iframe{
width:100%;
height:400px;
border:none;
}

.whatsapp-btn{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
color:white;
text-decoration:none;
padding:16px 22px;
border-radius:50px;
font-weight:700;
z-index:999;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

footer{
background:#020617;
padding:35px;
text-align:center;
color:#94a3b8;
}

.footer-seo{
margin-top:10px;
font-size:14px;
}

@media(max-width:768px){

.hero-content h1{
font-size:40px;
}

.hero-content p{
font-size:18px;
}

.nav-links{
display:none;
}

.phone{
font-size:24px;
}

h2{
font-size:32px;
}

}