*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#050816;
color:white;
overflow-x:hidden;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 8%;
}

.logo-section{
display:flex;
align-items:center;
gap:12px;
}

.logo-section img{
width:50px;
height:50px;
border-radius:50%;
}

.logo-section span{
font-size:22px;
font-weight:700;
}

.nav-links{
display:flex;
gap:35px;
list-style:none;
}

.nav-links li{
cursor:pointer;
transition:0.3s;
}

.nav-links li:hover{
color:#00D4FF;
}

.nav-btn{
padding:12px 24px;
background:linear-gradient(135deg,#00D4FF,#3B82F6);
border-radius:30px;
text-decoration:none;
color:white;
font-weight:600;
}

.hero{
min-height:90vh;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 8%;
}

.hero-left{
max-width:650px;
}

.tagline{
color:#00D4FF;
letter-spacing:2px;
margin-bottom:20px;
font-weight:600;
}

.hero-left h1{
font-size:64px;
line-height:1.1;
margin-bottom:25px;
}

.description{
font-size:18px;
color:#cfcfcf;
line-height:1.8;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:20px;
}

.primary-btn{
padding:15px 28px;
border-radius:35px;
background:linear-gradient(135deg,#00D4FF,#3B82F6);
color:white;
text-decoration:none;
font-weight:600;
}

.secondary-btn{
padding:15px 28px;
border-radius:35px;
border:1px solid #00D4FF;
color:white;
text-decoration:none;
}

.logo-circle{
width:500px;
height:500px;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
background:radial-gradient(circle,
rgba(0,212,255,0.25),
transparent 70%);
animation:float 4s ease-in-out infinite;
}

.logo-circle img{
width:520px;

filter:
drop-shadow(0 0 20px #00D4FF)
drop-shadow(0 0 40px #00D4FF)
drop-shadow(0 0 80px #00D4FF);
}

@keyframes float{

0%{
transform:translateY(0px);
}

25%{
transform:translateY(-15px);
}

50%{
transform:translateY(-30px);
}

75%{
transform:translateY(-15px);
}

100%{
transform:translateY(0px);
}

}

@media(max-width:991px){

.hero{
flex-direction:column;
text-align:center;
padding-top:50px;
}

.hero-left h1{
font-size:42px;
}

.nav-links{
display:none;
}

.logo-circle{
width:300px;
height:300px;
margin-top:50px;
}

.logo-circle img{
width:220px;
}

.hero-buttons{
justify-content:center;
flex-wrap:wrap;
}
.trust-points{
margin-top:25px;
margin-bottom:25px;
}

.trust-points p{
margin-bottom:12px;
font-size:16px;
font-weight:500;
color:#d6d6d6;
}
.stats-section{

display:flex;
justify-content:center;
gap:30px;
padding:100px 8%;
flex-wrap:wrap;

}


}
.stats-section{

display:grid;
grid-template-columns:repeat(4,1fr);

gap:25px;

padding:100px 8%;

max-width:1400px;

margin:auto;

}

.stat-card{

background:#07152f;

padding:40px 20px;

border-radius:20px;

text-align:center;

border:1px solid rgba(0,212,255,0.15);

transition:0.3s;

}

.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 0 30px rgba(0,212,255,0.25);

}

.stat-card h2{

font-size:52px;

color:#00d4ff;

margin-bottom:10px;

}

.stat-card p{

color:white;

font-size:18px;

}

@media(max-width:900px){

.stats-section{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.stats-section{

grid-template-columns:1fr;

}

}
.services{

padding:120px 8%;

}

.section-title{

text-align:center;
max-width:800px;
margin:auto auto 70px;

}

.section-title span{

color:#00d4ff;
letter-spacing:3px;
font-weight:600;

}

.section-title h2{
font-size:58px;
line-height:1.15;
max-width:900px;
margin:20px auto;
}

.section-title p{

color:#b8c5d6;
line-height:1.8;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

}

.service-card{

background:#07152f;

padding:40px;

border-radius:20px;

border:1px solid rgba(0,212,255,0.15);

transition:0.35s;

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 0 35px rgba(0,212,255,0.25);

}

.service-card h3{

color:white;

font-size:28px;

margin-bottom:20px;

}

.service-card p{

color:#b8c5d6;

line-height:1.8;

}
.why-us{

padding:120px 8%;

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.why-card{

background:rgba(255,255,255,0.03);

backdrop-filter:blur(10px);

padding:35px;

border-radius:20px;

border:1px solid rgba(255,255,255,0.08);

transition:.3s;

}

.why-card:hover{

transform:translateY(-8px);

border-color:#00d4ff;

}

.why-card h3{

margin-bottom:15px;

font-size:24px;

color:white;

}

.why-card p{

color:#b8c5d6;

line-height:1.7;

}
.portfolio{

padding:120px 8%;

}

.portfolio-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(350px,1fr));

gap:30px;

}

.portfolio-card{

background:linear-gradient(
145deg,
rgba(0,212,255,.08),
rgba(255,255,255,.02)
);

padding:50px;

border-radius:20px;

min-height:250px;

display:flex;

flex-direction:column;

justify-content:center;

border:1px solid rgba(0,212,255,.15);

transition:.3s;

}

.portfolio-card:hover{

transform:translateY(-10px);

box-shadow:0 0 40px rgba(0,212,255,.25);

}

.portfolio-card h3{

font-size:32px;

margin-bottom:20px;

color:white;

}

.portfolio-card p{

color:#b8c5d6;

line-height:1.8;

}
.contact-section{

padding:120px 8%;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

margin-top:60px;

}

.contact-card{

background:#07152f;

padding:40px;

border-radius:20px;

text-align:center;

border:1px solid rgba(0,212,255,0.15);

transition:.3s;

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:0 0 30px rgba(0,212,255,.25);

}

.contact-card h3{

color:white;

margin-bottom:20px;

font-size:28px;

}

.contact-card a{

color:#00d4ff;

font-size:20px;

text-decoration:none;

font-weight:600;

}
.footer{

padding:80px 8%;

text-align:center;

border-top:1px solid rgba(255,255,255,.08);

}

.footer h2{

font-size:42px;

margin-bottom:10px;

}

.footer p{

color:#b8c5d6;

}

.footer-links{

margin:30px 0;

display:flex;

justify-content:center;

gap:30px;

flex-wrap:wrap;

}

.footer-links a{

color:white;

text-decoration:none;

}

.copyright{

margin-top:30px;

font-size:14px;

opacity:.7;

}
/* WhatsApp Floating Button */

.whatsapp-float{
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 25px;
    right: 25px;

    background: #25D366;

    border-radius: 50%;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 0 25px rgba(37,211,102,0.6);

    z-index:9999;

    transition:0.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
}
.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:all 0.8s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}
html{
    scroll-behavior:smooth;
}
#preloader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000814;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:99999;
    transition:opacity 1s ease, visibility 1s ease;
}

.preloader-logo{
    width:180px;
    margin-bottom:20px;

    animation:
    pulseGlow 2s infinite,
    floatLogo 3s ease-in-out infinite;
}

.preloader-text{
    color:#00d4ff;
    letter-spacing:4px;
    font-size:18px;
    font-weight:600;
}

.preloader-hide{
    opacity:0;
    visibility:hidden;
}

@keyframes pulseGlow{
    0%{
        filter:drop-shadow(0 0 5px #00d4ff);
    }

    50%{
        filter:drop-shadow(0 0 25px #00d4ff);
    }

    100%{
        filter:drop-shadow(0 0 5px #00d4ff);
    }
}

@keyframes floatLogo{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }
}

.menu-toggle{

display:none;

font-size:32px;

cursor:pointer;

color:white;

}

@media(max-width:991px){

.menu-toggle{

display:block;

}

.nav-links{

position:absolute;

top:90px;

left:0;

width:100%;

background:#07152f;

display:flex;

flex-direction:column;

align-items:center;

gap:25px;

padding:30px 0;

transform:translateY(-150%);

transition:.4s;

z-index:999;

}

.nav-links.active{

transform:translateY(0);

}

}
@media screen and (max-width: 991px) {

    .nav-btn {
        display: none !important;
    }

}
