/* ===========================
   GOOGLE FONT
=========================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#07111f;
color:#fff;
overflow-x:hidden;
line-height:1.7;

}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

.container{

width:90%;
max-width:1200px;
margin:auto;

}

/* ===========================
BACKGROUND
=========================== */

body::before{

content:"";
position:fixed;
top:-250px;
left:-250px;
width:700px;
height:700px;
background:#0057ff;
filter:blur(220px);
opacity:.22;
z-index:-2;

}

body::after{

content:"";
position:fixed;
bottom:-250px;
right:-250px;
width:700px;
height:700px;
background:#00bfff;
filter:blur(220px);
opacity:.18;
z-index:-2;

}

/* ===========================
HEADER
=========================== */

header{

position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(8,16,30,.82);
backdrop-filter:blur(14px);
border-bottom:1px solid rgba(255,255,255,.08);

}

header .container{

display:flex;
justify-content:space-between;
align-items:center;
height:80px;

}

.logo{

font-size:32px;
font-weight:800;
letter-spacing:2px;
color:#fff;

}

.logo span{

color:#2e9bff;

}

nav ul{

display:flex;
gap:35px;

}

nav ul li a{

color:#fff;
font-weight:500;
transition:.35s;

}

nav ul li a:hover{

color:#2e9bff;

}

.header-btn{

padding:13px 28px;
border-radius:50px;
background:#2e9bff;
color:#fff;
font-weight:600;
transition:.35s;

}

.header-btn:hover{

transform:translateY(-3px);
box-shadow:0 12px 35px rgba(0,140,255,.45);

}

/* ===========================
HERO
=========================== */

.hero{

padding-top:150px;
padding-bottom:120px;

}

.hero-grid{

display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;

}

.hero h1{

font-size:62px;
line-height:1.15;
font-weight:800;
margin-bottom:22px;

}

.hero p{

font-size:19px;
color:#bfc8d6;
margin-bottom:35px;
max-width:560px;

}

.hero-btns{

display:flex;
gap:18px;
margin-bottom:50px;

}

.btn{

display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 34px;
border-radius:60px;
background:#2e9bff;
color:#fff;
font-weight:600;
transition:.35s;

}

.btn:hover{

transform:translateY(-4px);
box-shadow:0 15px 35px rgba(0,132,255,.40);

}

.btn-outline{

display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 34px;
border-radius:60px;
border:2px solid #2e9bff;
color:#fff;
transition:.35s;

}

.btn-outline:hover{

background:#2e9bff;

}

/* ===========================
STATS
=========================== */

.stats{

display:flex;
gap:25px;
flex-wrap:wrap;

}

.stats div{

background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(18px);
padding:28px;
border-radius:18px;
min-width:155px;

}

.stats h2{

font-size:36px;
color:#2e9bff;

}

.stats span{

color:#d7d7d7;

}

/* ===========================
HERO IMAGE
=========================== */

.hero-image{

display:flex;
justify-content:center;

}

.hero-image img{

width:100%;
max-width:560px;
animation:float 5s ease-in-out infinite;
filter:drop-shadow(0 25px 50px rgba(0,140,255,.30));

}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-18px);
}

100%{
transform:translateY(0);
}

}

/* ===========================
SECTION TITLE
=========================== */

section{

padding:90px 0;

}

section h2{

font-size:42px;
text-align:center;
margin-bottom:18px;

}

.section-text{

text-align:center;
color:#bfc8d6;
max-width:700px;
margin:auto auto 60px;

}

/* ===========================
COMMON CARD
=========================== */

.card{

background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(15px);
border-radius:20px;
padding:35px;
transition:.35s;

}

.card:hover{

transform:translateY(-10px);
border-color:#2e9bff;
box-shadow:0 20px 50px rgba(0,140,255,.18);

}

/* ===========================
   SERVICES
=========================== */

.services{
    background:#091625;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    margin-top:60px;
}

.card i{
    font-size:52px;
    color:#2e9bff;
    margin-bottom:25px;
}

.card h3{
    font-size:24px;
    margin-bottom:15px;
}

.card p{
    color:#bfc8d6;
    font-size:16px;
    line-height:1.8;
}

/* ===========================
ABOUT
=========================== */

.about{
    background:#07111f;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

.about img{
    width:100%;
    border-radius:25px;
    box-shadow:0 30px 70px rgba(0,0,0,.45);
}

.about h2{
    text-align:left;
    margin-bottom:25px;
}

.about p{
    color:#bfc8d6;
    margin-bottom:30px;
    line-height:1.9;
}

.about ul{
    margin-bottom:35px;
}

.about ul li{
    margin-bottom:15px;
    color:#ffffff;
    font-size:17px;
}

/* ===========================
WHY CHOOSE US BOX
=========================== */

.about ul li::before{
    content:"✔";
    color:#2e9bff;
    margin-right:12px;
    font-weight:bold;
}

/* ===========================
TESTIMONIAL
=========================== */

#testimonial{
    background:#091625;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    margin-top:60px;
}

.testimonial{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    border-radius:20px;
    padding:35px;
    transition:.35s;
}

.testimonial:hover{
    transform:translateY(-10px);
    border-color:#2e9bff;
    box-shadow:0 20px 50px rgba(0,153,255,.20);
}

.testimonial:first-line{
    color:#FFD54A;
    font-size:22px;
}

.testimonial p{
    margin:20px 0;
    color:#c7d2df;
    line-height:1.8;
}

.testimonial h4{
    color:#2e9bff;
    font-size:18px;
}

/* ===========================
COUNTER SECTION
=========================== */

.counter-section{
    padding:90px 0;
    background:linear-gradient(135deg,#0057ff,#00bfff);
}

.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.counter-box{
    text-align:center;
    color:#fff;
}

.counter-box h2{
    font-size:48px;
    margin-bottom:10px;
}

.counter-box p{
    font-size:18px;
}

/* ===========================
CLIENT LOGOS
=========================== */

.clients{
    padding:80px 0;
    background:#07111f;
}

.client-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    align-items:center;
}

.client-grid img{
    width:100%;
    opacity:.7;
    transition:.3s;
    filter:grayscale(100%);
}

.client-grid img:hover{
    opacity:1;
    filter:none;
    transform:scale(1.05);
}

/* ===========================
CTA SECTION
=========================== */

.cta{
    padding:100px 0;
    text-align:center;
    background:linear-gradient(135deg,#0057ff,#009dff);
}

.cta h2{
    font-size:48px;
    margin-bottom:20px;
}

.cta p{
    max-width:700px;
    margin:auto;
    color:#fff;
    margin-bottom:40px;
}

.cta .btn{
    background:#fff;
    color:#0057ff;
}

.cta .btn:hover{
    background:#07111f;
    color:#fff;
}

/* ===================================
   FAQ SECTION
=================================== */

#faq{
    background:#07111f;
}

.faq-item{
    max-width:900px;
    margin:20px auto;
    padding:25px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    transition:.3s;
}

.faq-item:hover{
    border-color:#2e9bff;
}

.faq-item h3{
    font-size:22px;
    margin-bottom:12px;
}

.faq-item p{
    color:#cfd8e5;
    line-height:1.8;
}

/* ===================================
   CONTACT SECTION
=================================== */

#contact{
    background:#091625;
    text-align:center;
}

#contact h2{
    margin-bottom:20px;
}

#contact p{
    max-width:700px;
    margin:0 auto 35px;
    color:#cfd8e5;
}

.contact-box{
    max-width:900px;
    margin:auto;
    padding:50px;
    border-radius:25px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
}

/* ===================================
   FOOTER
=================================== */

footer{
    background:#050b16;
    padding:35px 0;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.08);
}

footer p{
    color:#9fb0c7;
    font-size:15px;
}

/* ===================================
   FLOATING WHATSAPP
=================================== */

.whatsapp-float{

position:fixed;
right:20px;
bottom:20px;
width:65px;
height:65px;
border-radius:50%;
background:#25D366;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#fff;
z-index:9999;
box-shadow:0 12px 35px rgba(0,0,0,.35);
animation:whatsappPulse 2s infinite;

}

.whatsapp-float:hover{

transform:scale(1.08);

}

@keyframes whatsappPulse{

0%{transform:scale(1);}
50%{transform:scale(1.08);}
100%{transform:scale(1);}

}

/* ===================================
   MOBILE FULLSCREEN POPUP
=================================== */

.mobile-popup{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(5,10,20,.96);
display:none;
align-items:center;
justify-content:center;
padding:25px;
z-index:100000;

}

.mobile-popup.active{

display:flex;

}

.popup-card{

width:100%;
max-width:420px;
padding:35px;
border-radius:25px;
text-align:center;
background:#091625;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 20px 60px rgba(0,0,0,.45);

}

.popup-card h2{

font-size:32px;
margin-bottom:15px;

}

.popup-card p{

color:#cfd8e5;
margin-bottom:25px;
line-height:1.8;

}

.popup-card ul{

margin-bottom:25px;
text-align:left;

}

.popup-card ul li{

margin:12px 0;
color:#fff;

}

.popup-close{

position:absolute;
top:18px;
right:18px;
width:45px;
height:45px;
border-radius:50%;
border:none;
background:#ff4d4d;
color:#fff;
font-size:20px;
cursor:pointer;

}

.popup-btn{

display:inline-block;
padding:16px 35px;
border-radius:50px;
background:#25D366;
color:#fff;
font-weight:700;
transition:.3s;

}

.popup-btn:hover{

transform:translateY(-3px);

}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:992px){

.hero-grid,
.about-grid{

grid-template-columns:1fr;

}

.hero{

text-align:center;

}

.hero p{

margin:auto auto 35px;

}

.hero-btns{

justify-content:center;

}

.stats{

justify-content:center;

}

nav{

display:none;

}

.header-btn{

display:none;

}

.hero h1{

font-size:46px;

}

section h2{

font-size:36px;

}

.counter-grid{

grid-template-columns:repeat(2,1fr);

}

.client-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.hero{

padding-top:120px;

}

.hero h1{

font-size:36px;

}

.hero p{

font-size:16px;

}

.hero-btns{

flex-direction:column;

}

.btn,
.btn-outline{

width:100%;

}

.stats{

flex-direction:column;

}

.stats div{

width:100%;

}

.counter-grid{

grid-template-columns:1fr;

}

.client-grid{

grid-template-columns:repeat(2,1fr);

}

.popup-card{

padding:28px;

}

.popup-card h2{

font-size:28px;

}

}

@media(max-width:480px){

.container{

width:92%;

}

.hero h1{

font-size:30px;

}

section{

padding:70px 0;

}

section h2{

font-size:30px;

}

.logo{

font-size:26px;

}

.whatsapp-float{

width:58px;
height:58px;
font-size:28px;

}

.client-grid{

grid-template-columns:1fr;

}

}