*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#08111f;
color:white;
overflow-x:hidden;
}

/* NAV */

/* =========================
   NAVBAR
========================= */

nav{

position:fixed;

top:0;
left:0;

width:100%;

height:110px;

display:flex;

justify-content:space-between;

align-items:center;

padding:0 6%;

background:rgba(8,17,31,.92);

backdrop-filter:blur(15px);

z-index:1000;

border-bottom:1px solid rgba(255,255,255,.08);

}

.nav-left,
.nav-right{

display:flex;

align-items:center;

gap:25px;

}

.nav-left a,
.nav-right a{

color:white;

text-decoration:none;

font-weight:600;

padding:10px 18px;

border-radius:30px;

background:rgba(0,255,255,.08);

box-shadow:
0 0 10px rgba(0,255,255,.35);

transition:.3s;

}


.nav-logo{

display:flex;

justify-content:center;

align-items:center;

}

.nav-logo img{

height:120px;

width:auto;

display:block;

}
.nav-left a:hover,
.nav-right a:hover{

transform:translateY(-3px);

box-shadow:
0 0 15px #00ffff,
0 0 30px rgba(0,255,255,.5);

}

.services-hero{

min-height:100vh;

display:flex;

flex-direction:column;

justify-content:center;

align-items:flex-start;

padding:0 10%;

background:
linear-gradient(
rgba(0,0,0,.75),
rgba(0,0,0,.75)
),
url('bgLogo.png');

background-size:cover;
background-position:center;

}

.services-hero h1{

font-size:120px;

font-weight:900;

color:white;

margin-bottom:20px;

display:block;

}

.services-hero p{

font-size:22px;

max-width:700px;

color:#d5d5d5;

line-height:1.8;

}

.services-hero h1{

animation:slideInLeft 1s ease;

}

.services-hero p{

max-width:700px;

font-size:1.1rem;

line-height:1.8;

color:#d5d5d5;

margin-bottom:35px;

}

/* BUTTONS */

.btn-primary{

display:inline-block;

padding:15px 35px;

border-radius:50px;

background:#00d4ff;

color:black;

font-weight:700;

text-decoration:none;

margin-right:10px;

}

.btn-secondary{

display:inline-block;

padding:15px 35px;

border-radius:50px;

border:2px solid #00d4ff;

color:white;

text-decoration:none;

}

/* WHY SECTION */

.why-services{

padding:120px 8%;

text-align:center;

background:

linear-gradient(
rgba(5,10,25,.85),
rgba(5,10,25,.85)
),

url('whyyyy-bg.jpg');

background-size:cover;

background-position:center;

background-attachment:fixed;

}

.why-services h2{

font-size:3rem;

margin-bottom:60px;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.why-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(0,255,255,.2);

border-radius:25px;

padding:40px;

transition:.3s;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 0 25px rgba(0,255,255,.25);

}

.why-icon{

font-size:3rem;

margin-bottom:20px;

}

/* SERVICES */

.services-list{

background:white;

padding:120px 8%;

}

.service-showcase{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

margin-bottom:120px;

}

.service-showcase.reverse .service-image{

order:2;

}

.service-showcase.reverse .service-content{

order:1;

}

.service-image img{

width:100%;

border-radius:25px;

transition:.4s;

box-shadow:
0 0 25px rgba(0,212,255,.15);

}

.service-image img:hover{

transform:scale(1.03);

box-shadow:
0 0 40px rgba(0,212,255,.3);

}

.service-content{

background:rgba(8,17,31,.92);

color:white;

padding:40px;

border-radius:25px;

border:1px solid rgba(0,255,255,.2);

backdrop-filter:blur(15px);

box-shadow:
0 0 20px rgba(0,255,255,.08),
0 0 40px rgba(0,255,255,.04);
transition:.35s;

}

.service-content:hover{

transform:translateY(-10px);

box-shadow:
0 0 30px rgba(0,255,255,.25);

border-color:#00ffff;

}

.service-content h2{

font-size:42px;

font-weight:800;

margin-bottom:20px;

color:white;

}

.service-content p{

font-size:18px;

line-height:1.8;

color:#d5d5d5;

margin-bottom:20px;

}

.service-content ul{

list-style:none;

padding:0;

}

.service-content ul li{

padding:8px 0;

font-size:17px;

color:#ffffff;

}

.service-content ul li::before{
.service-content ul li::before{

content:"✓ ";

color:#00ffff;

font-weight:bold;

text-shadow:
0 0 10px #00ffff,
0 0 20px #00ffff;

}

}


.service-btn{

display:inline-block !important;

margin-top:25px;

padding:14px 28px;

background:linear-gradient(
90deg,
#00d4ff,
#00ffff
);

color:#08111f !important;

font-weight:700;

text-decoration:none;

border-radius:30px;

border:none;

box-shadow:
0 0 15px rgba(0,212,255,.4);

transition:.3s;

}

.service-btn:hover{

transform:translateY(-3px);

box-shadow:
0 0 30px rgba(0,212,255,.6);

}



/* PROCESS */

.process{

padding:120px 8%;

background:#08111f;

text-align:center;

}

.process h2{

font-size:3rem;

margin-bottom:60px;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.process-card{

background:rgba(255,255,255,.05);

border-radius:25px;

padding:35px;

}

/* CTA */

.cta-section{

padding:120px 8%;

text-align:center;

background:

linear-gradient(
135deg,
#00d4ff,
#008cff
);

}

.cta-section h2{

font-size:3rem;

margin-bottom:20px;

}

.cta-section p{

max-width:700px;

margin:auto;

margin-bottom:35px;

}

/* FOOTER */

footer{

padding:80px 20px;

text-align:center;

background:#050b14;

}

footer img{

height:100px;

margin:auto;

margin-bottom:20px;

}

footer p{

margin-top:10px;

color:#aaa;

}

/* MOBILE */

@media(max-width:991px){

.why-grid,
.process-grid{

grid-template-columns:1fr 1fr;

}

.service-showcase{

grid-template-columns:1fr;

}

.service-showcase.reverse .service-image,
.service-showcase.reverse .service-content{

order:unset;

}

}

@media(max-width:768px){

.nav-left,
.nav-right{

display:none;

}

.services-hero h1{

font-size:3rem;

}

.why-grid,
.process-grid{

grid-template-columns:1fr;

}

}


@media(max-width:768px){

.services-hero{
padding:140px 20px 80px;
text-align:center;
align-items:center;
}

.services-hero h1{
font-size:2.8rem;
}

.service-showcase{
grid-template-columns:1fr;
gap:30px;
}

.service-content{
padding:25px;
}

}

@media(max-width:768px){

.nav-logo img{

height:75px !important;

width:auto !important;

margin:auto !important;

}

}

