:root{

--primary:#7B61FF;
--secondary:#FF7A00;

--dark:#0F172A;
--text:#475569;

--white:#ffffff;

--bg:#F8FAFF;

--border:#E2E8F0;

--shadow:
0 20px 50px rgba(15,23,42,.08);

--radius:30px;

}
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Inter',sans-serif;
background:#f8f9ff;
color:#222;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

header{
position:fixed;
width:100%;
top:0;
background:rgba(255,255,255,.8);
backdrop-filter:blur(20px);
z-index:999;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 0;
}

.logo{
font-size:30px;
font-weight:800;
font-family:Poppins;
}

.logo span{
color:#7b61ff;
}

.nav-links{
display:flex;
gap:40px;
list-style:none;
}

.nav-links a{
text-decoration:none;
color:#222;
font-weight:500;
}

.nav-btn{
background:#7b61ff;
color:white;
padding:14px 28px;
border-radius:50px;
text-decoration:none;
}

.hero{
padding-top:170px;
min-height:100vh;
}

.hero-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
gap:70px;
}

.hero-content{
width:50%;
}

.badge{
display:inline-block;
background:white;
padding:12px 25px;
border-radius:40px;
margin-bottom:25px;
font-weight:600;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.hero h1{
font-size:70px;
font-family:Poppins;
line-height:1.1;
margin-bottom:25px;
}

.hero span{
color:#7b61ff;
}

.hero p{
font-size:18px;
line-height:1.8;
color:#666;
margin-bottom:40px;
}

.hero-buttons{
display:flex;
gap:20px;
margin-bottom:50px;
}

.primary-btn{
background:#7b61ff;
color:white;
padding:18px 32px;
border-radius:50px;
text-decoration:none;
}

.secondary-btn{
border:1px solid #ddd;
padding:18px 32px;
border-radius:50px;
text-decoration:none;
color:#222;
}

.countries{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.dashboard{
width:50%;
position:relative;
height:500px;
}

.card{
position:absolute;
background:white;
padding:30px;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
animation:float 4s infinite ease-in-out;
}

.card h3{
color:#666;
margin-bottom:10px;
}

.card h2{
font-size:40px;
font-family:Poppins;
color:#7b61ff;
}

.card1{
top:20px;
left:50px;
}

.card2{
top:100px;
right:0;
}

.card3{
top:250px;
left:0;
}

.card4{
bottom:30px;
left:120px;
}

.card5{
bottom:100px;
right:40px;
}

@keyframes float{
50%{
transform:translateY(-15px);
}
}

.stats{
padding:100px 0;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.stat-box{
background:white;
padding:40px;
border-radius:25px;
text-align:center;
box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.stat-box h2{
font-size:50px;
font-family:Poppins;
color:#7b61ff;
}

.stat-box p{
margin-top:10px;
color:#666;
}

.services{
padding:120px 0;
}

.section-title{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:80px;
}

.section-title span{
color:#7B61FF;
font-weight:600;
}

.section-title h2{
font-size:50px;
font-family:Poppins;
margin:20px 0;
}

.section-title p{
line-height:1.8;
color:#666;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.service-card{
background:white;
padding:40px;
border-radius:30px;
box-shadow:0 15px 50px rgba(0,0,0,.06);
transition:.4s;
cursor:pointer;
}

.service-card:hover{
transform:translateY(-15px);
}

.icon{
font-size:50px;
margin-bottom:20px;
}

.service-card h3{
font-size:25px;
font-family:Poppins;
margin-bottom:15px;
}

.service-card p{
color:#666;
line-height:1.7;
}

.why-us{
padding:120px 0;
background:white;
}

.why-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.why-card{
padding:40px;
border-radius:30px;
background:#f8f9ff;
}

.why-card h3{
font-family:Poppins;
margin-bottom:20px;
font-size:28px;
}

.industries{
padding:120px 0;
}

.industry-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
}

.industry-card{
background:white;
padding:50px 40px;
border-radius:30px;
box-shadow:0 10px 40px rgba(0,0,0,.06);
transition:.4s;
}

.industry-card:hover{
transform:translateY(-15px);
}

.industry-icon{
font-size:50px;
margin-bottom:25px;
}

.industry-card h3{
font-family:Poppins;
font-size:28px;
margin-bottom:15px;
}

.industry-card p{
line-height:1.7;
color:#666;
}
.process{
padding:120px 0;
background:white;
}

.process-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:30px;
}

.step{
background:#f8f9ff;
padding:40px 30px;
border-radius:30px;
text-align:center;
transition:.4s;
}

.step:hover{
transform:translateY(-10px);
}

.number{
width:80px;
height:80px;
background:#7B61FF;
color:white;
font-size:30px;
font-weight:700;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:25px;
}

.step h3{
font-family:Poppins;
margin-bottom:15px;
}

.step p{
color:#666;
line-height:1.8;
}
.case-studies{
padding:120px 0;
}

.case-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.case-card{
background:white;
padding:50px;
border-radius:35px;
box-shadow:0 15px 50px rgba(0,0,0,.08);
transition:.4s;
}

.case-card:hover{
transform:translateY(-15px);
}

.tag{
display:inline-block;
padding:10px 20px;
background:#ede9fe;
color:#7B61FF;
border-radius:50px;
font-size:14px;
margin-bottom:25px;
}

.case-card h3{
font-size:30px;
font-family:Poppins;
margin-bottom:20px;
}

.case-card p{
line-height:1.8;
color:#666;
margin-bottom:25px;
}

.case-card a{
text-decoration:none;
font-weight:600;
color:#7B61FF;
}
body{

background-color:#F8FAFF;

background-image:
linear-gradient(
rgba(123,97,255,.05) 1px,
transparent 1px),

linear-gradient(
90deg,
rgba(123,97,255,.05) 1px,
transparent 1px);

background-size:40px 40px;

}
.blob{

position:absolute;
border-radius:50%;
filter:blur(100px);
z-index:-1;

}

.blob1{

width:400px;
height:400px;

background:#7B61FF;

top:100px;
left:-100px;

opacity:.15;

}

.blob2{

width:300px;
height:300px;

background:#FF7A00;

right:-100px;
top:250px;

opacity:.15;

}
#progress-bar{

position:fixed;

top:0;
left:0;

width:0;

height:4px;

background:linear-gradient(
90deg,
#7B61FF,
#FF7A00);

z-index:99999;

}
.hidden{

opacity:0;

transform:
translateY(60px);

transition:1s;

}

.show{

opacity:1;

transform:translateY(0);

}
#topBtn{

position:fixed;

right:40px;
bottom:40px;

width:60px;
height:60px;

border:none;

border-radius:50%;

background:#7B61FF;

color:white;

font-size:24px;

cursor:pointer;

display:none;

box-shadow:var(--shadow);

}
.whatsapp-btn{

position:fixed;

left:20px;
bottom:30px;

width:70px;
height:70px;

border-radius:50%;

z-index:999;

animation:pulse 2s infinite;

}
.service-card:hover,
.case-card:hover,
.industry-card:hover{

box-shadow:

0 30px 80px rgba(
123,
97,
255,
.2);

}
.primary-btn{

background:

linear-gradient(

135deg,

#7B61FF,

#8B5CF6

);

transition:.4s;

}

.primary-btn:hover{

transform:
translateY(-5px);

box-shadow:

0 20px 50px

rgba(123,97,255,.3);

}
/*========================
TESTIMONIALS
========================*/

.testimonials{
    padding:120px 0;
    background:#fff;
}

.testimonial-slider{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.testimonial-card{
    background:#F8FAFF;
    padding:40px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.06);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 70px rgba(123,97,255,.15);
}

.stars{
    color:#FFB800;
    font-size:20px;
    margin-bottom:25px;
}

.testimonial-card p{
    color:#64748B;
    line-height:1.9;
    margin-bottom:30px;
}

.testimonial-card h4{
    font-size:20px;
    font-family:Poppins;
    margin-bottom:8px;
    color:#0F172A;
}

.testimonial-card span{
    color:#7B61FF;
    font-size:15px;
}
/*========================
BLOG
========================*/

.blog{
    padding:120px 0;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;
}

.blog-card{
    background:white;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.06);
    transition:.4s;
}

.blog-card:hover{
    transform:translateY(-12px);
}

.blog-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.blog-content{
    padding:35px;
}

.blog-content span{
    display:inline-block;
    background:#F3F0FF;
    color:#7B61FF;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
}

.blog-content h3{
    font-size:28px;
    line-height:1.5;
    font-family:Poppins;
    margin-bottom:25px;
    color:#0F172A;
}

.blog-content a{
    text-decoration:none;
    color:#7B61FF;
    font-weight:600;
}
/*========================
FAQ
========================*/

.faq{
    padding:120px 0;
    background:#fff;
}

.faq-item{
    background:#F8FAFF;
    border-radius:25px;
    margin-bottom:20px;
    overflow:hidden;
}

.faq-question{
    width:100%;
    background:none;
    border:none;
    padding:30px;
    cursor:pointer;
    text-align:left;
    font-size:20px;
    font-weight:600;
    color:#0F172A;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question::after{
    content:"+";
    font-size:28px;
    color:#7B61FF;
}

.faq-question.active::after{
    content:"−";
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:.4s ease;
}

.faq-answer p{
    padding:0 30px 30px;
    color:#64748B;
    line-height:1.9;
}
/*========================
CTA
========================*/

.cta{
    padding:120px 0;
}

.cta-box{
    background:linear-gradient(
        135deg,
        #7B61FF,
        #8B5CF6
    );

    border-radius:40px;
    padding:90px 70px;
    text-align:center;
    color:white;
    position:relative;
    overflow:hidden;
}

.cta-box::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    right:-100px;
}

.cta-box::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    left:-80px;
    bottom:-100px;
}

.cta-box h2{
    font-size:56px;
    font-family:Poppins;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.cta-box p{
    max-width:700px;
    margin:auto;
    line-height:1.9;
    margin-bottom:40px;
    position:relative;
    z-index:2;
}
/*========================
FOOTER
========================*/

footer{
    background:#0F172A;
    color:white;
    padding-top:100px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:70px;
    padding-bottom:60px;
}

.footer-grid h3{
    font-size:34px;
    font-family:Poppins;
    margin-bottom:25px;
}

.footer-grid h4{
    margin-bottom:25px;
    font-size:22px;
    color:white;
}

.footer-grid p{
    line-height:1.9;
    color:#CBD5E1;
}

.footer-grid ul{
    list-style:none;
}

.footer-grid ul li{
    margin-bottom:18px;
    color:#CBD5E1;
    cursor:pointer;
    transition:.3s;
}

.footer-grid ul li:hover{
    color:#7B61FF;
    padding-left:8px;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.1);
    text-align:center;
    padding:30px 0;
    color:#94A3B8;
    font-size:15px;
}
@media(max-width:768px){

    .cta-box{
        padding:60px 30px;
    }

    .cta-box h2{
        font-size:38px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .blog-grid,
    .testimonial-slider{
        grid-template-columns:1fr;
    }

    .faq-question{
        font-size:17px;
        padding:25px;
    }

}