/* BLUE WAVE INFOTECH PREMIUM CSS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
scroll-behavior:smooth;
}

body{
background:linear-gradient(135deg,#020617,#031b4e,#041d56);
color:#fff;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(0,0,0,0.45);
backdrop-filter:blur(12px);
border-bottom:1px solid rgba(255,215,0,0.15);
}

nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px 8%;
position: sticky;
top: 0;
z-index: 1000;
backdrop-filter: blur(10px);
}

.logo{
height:120px;
}

.nav-links{
display:flex;
gap:30px;
list-style:none;
}

.nav-links a{
color:#fff;
text-decoration:none;
font-weight:500;
transition:.3s;
}

.nav-links a:hover{
color:#ffd700;
}

.btn{
display:inline-block;
padding:15px 32px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.4s;
}

.btn-gold{
background:linear-gradient(90deg,#c89b2f,#ffd700,#c89b2f);
color:#000;
box-shadow:0 0 25px rgba(255,215,0,.35);
}

.btn-gold:hover{
transform:translateY(-4px);
}

.hero{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:120px 20px;
position:relative;
}

.hero::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(255,215,0,.08);
filter:blur(120px);
border-radius:50%;
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
}

.hero h1{
font-size:68px;
font-weight:800;
line-height:1.1;
margin-bottom:20px;
}

.hero span{
background:linear-gradient(90deg,#ffd700,#ffffff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero p{
font-size:20px;
color:#d1d5db;
max-width:850px;
margin:auto;
line-height:1.8;
margin-bottom:35px;
}

.section-title{
text-align:center;
font-size:46px;
margin-bottom:20px;
font-weight:800;
}

.section-sub{
text-align:center;
color:#cbd5e1;
margin-bottom:60px;
}

section{
padding:100px 0;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.service-card{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,215,0,.15);
padding:35px;
border-radius:24px;
backdrop-filter:blur(10px);
transition:.4s;
}

.service-card:hover{
transform:translateY(-10px);
border-color:#ffd700;
box-shadow:0 0 30px rgba(255,215,0,.2);
}

.service-card:hover{
transform:translateY(-10px);
border-color:#ffd700;
box-shadow:0 0 30px rgba(255,215,0,.2);
}

.service-card h3{
font-size:24px;
margin-bottom:15px;
color:#ffd700;
}

.service-card p{
color:#d1d5db;
line-height:1.8;
}

.about{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about img{
width:100%;
border-radius:20px;
}

.about-text h2{
font-size:48px;
margin-bottom:20px;
}

.about-text p{
line-height:1.9;
color:#cbd5e1;
}

.portfolio-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.portfolio-card{
overflow:hidden;
border-radius:20px;
border:1px solid rgba(255,215,0,.2);
transition:.4s;
cursor:pointer;
}

.portfolio-card img{
width:100%;
display:block;
transition:.5s;
}

.portfolio-card:hover img{
transform:scale(1.08);
}

.portfolio-card:hover{
transform:translateY(-10px);
box-shadow:0 0 30px rgba(255,215,0,.3);
}

.contact-box{
max-width:800px;
margin:auto;
background:rgba(255,255,255,.04);
padding:40px;
border-radius:25px;
border:1px solid rgba(255,215,0,.15);
}

.contact-box input,
.contact-box textarea{
width:100%;
padding:15px;
margin-bottom:15px;
background:#0f172a;
border:1px solid rgba(255,255,255,.1);
border-radius:12px;
color:#fff;
}

.contact-box button{
width:100%;
border:none;
cursor:pointer;
}

footer{
background:#01040f;
text-align:center;
padding:35px;
border-top:1px solid rgba(255,215,0,.1);
}

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:65px;
height:65px;
background:#25d366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
text-decoration:none;
z-index:999;
box-shadow:0 0 20px rgba(37,211,102,.4);
}

.call-float{
position:fixed;
bottom:105px;
right:25px;
width:65px;
height:65px;
background:#ffd700;
color:#000;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
text-decoration:none;
font-weight:bold;
z-index:999;
}

@media(max-width:768px){

.hero h1{
font-size:42px;
}

.hero p{
font-size:17px;
}

.about{
grid-template-columns:1fr;
}

.nav-links{
display:none;
}

.section-title{
font-size:34px;
}

}
.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:70px;
height:70px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
text-decoration:none;
z-index:9999;
box-shadow:0 0 25px rgba(37,211,102,.5);
transition:.3s;
}

.whatsapp-float:hover{
transform:scale(1.1);
}

#contact{
padding:80px 0;
}

#contact h2{
text-align:center;
font-size:42px;
margin-bottom:40px;
color:white;
}

#contact form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:20px;
}

#contact select{
width:100%;
padding:15px;
border:none;
border-radius:10px;
font-size:16px;
}

#contact input,
#contact textarea{
width:100%;
padding:15px;
border:none;
border-radius:10px;
font-size:16px;
}

#contact textarea{
height:150px;
resize:none;
}

#contact button{
width:220px;
margin:auto;
}

/* PORTFOLIO */

#portfolio{
padding:100px 20px;
background:#0b1220;
}

.portfolio-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
margin-top:50px;
}

.portfolio-card{
background:#111827;
border-radius:15px;
overflow:hidden;
transition:.3s;
}

.portfolio-card:hover{
transform:translateY(-10px);
}

.portfolio-card img{
width:100%;
height:220px;
object-fit:cover;
}

.portfolio-card h3{
padding:20px 20px 10px;
color:#fff;
}

.portfolio-card p{
padding:0 20px 20px;
color:#ccc;
}

/* TESTIMONIALS */

#testimonials{
padding:100px 20px;
background:#08142e;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
margin-top:40px;
}

.testimonial-card{
background:#111827;
padding:30px;
border-radius:15px;
color:white;
}

/* FOOTER */

footer{
background:#050b18;
padding:50px 20px;
text-align:center;
color:#ccc;
}

footer h3{
color:#fff;
margin-bottom:15px;
}

#stats{
display:flex;
justify-content:center;
gap:50px;
padding:80px 20px;
background:#0b1220;
text-align:center;
flex-wrap:wrap;
}

.stat-box h2{
font-size:50px;
color:#d4af37;
}

.stat-box p{
color:white;
}

#typing-text{
    color:#ffd700;
    border-right:3px solid #ffd700;
    padding-right:5px;
}

.hero{
position:relative;
overflow:hidden;
}

.hero::before{
content:'';
position:absolute;
width:600px;
height:600px;
background:radial-gradient(circle,#ffd70020,transparent 70%);
top:-200px;
left:-200px;
animation:moveGlow 8s infinite alternate;
}

.hero::after{
content:'';
position:absolute;
width:500px;
height:500px;
background:radial-gradient(circle,#00aaff20,transparent 70%);
bottom:-200px;
right:-200px;
animation:moveGlow2 8s infinite alternate;
}

@keyframes moveGlow{
from{
transform:translate(0,0);
}
to{
transform:translate(100px,100px);
}
}

@keyframes moveGlow2{
from{
transform:translate(0,0);
}
to{
transform:translate(-100px,-100px);
}
}

.service-card{
transition:.4s;
}

.service-card:hover{
transform:translateY(-15px) scale(1.03);
border-color:#ffd700;
box-shadow:0 0 30px rgba(255,215,0,.4);
}

header{
position:sticky;
top:0;
z-index:999;
backdrop-filter:blur(15px);
background:rgba(0,0,0,.7);
}

.footer{
background:#050505;
padding:70px 8% 30px;
border-top:1px solid rgba(255,215,0,.15);
}

.footer-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:40px;
}

.footer-logo img{
height:70px;
margin-bottom:15px;
}

.footer h3,
.footer h4{
color:#ffd700;
margin-bottom:15px;
}

.footer p,
.footer a{
color:#ccc;
text-decoration:none;
display:block;
margin-bottom:10px;
}

.footer a:hover{
color:#ffd700;
}

.footer hr{
margin:40px 0 20px;
border:none;
height:1px;
background:rgba(255,255,255,.1);
}

.copyright{
text-align:center;
color:#888;
}

.trust-badges{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-top:30px;
}

.trust-badges div{
background:rgba(255,215,0,0.1);
border:1px solid rgba(255,215,0,0.3);
padding:12px 20px;
border-radius:30px;
color:#ffd700;
font-weight:600;
transition:.3s;
}

.trust-badges div:hover{
transform:translateY(-3px);
box-shadow:0 0 20px rgba(255,215,0,0.4);
}

.stats{
display:flex;
justify-content:center;
gap:50px;
flex-wrap:wrap;
padding:60px 20px;
text-align:center;
}

.stat-box h2{
font-size:60px;
color:#ffd700;
text-shadow:0 0 20px rgba(255,215,0,.6);
}

.stat-box p{
color:#fff;
font-size:18px;
}

#particles-js{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
}

.hero-content{
position:relative;
z-index:2;
}

header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(255,255,255,0.05);
backdrop-filter:blur(20px);
-webkit-backdrop-filter:blur(20px);
border-bottom:1px solid rgba(255,255,255,0.1);
}