/* GLOBAL */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Segoe UI', sans-serif;
}

body{
background:#f4f7fb;
color:#333;
}

/* NAV */

header{
background:white;
padding:20px 60px;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
}

ul{
display:flex;
gap:25px;
list-style:none;
}

ul li a{
text-decoration:none;
font-weight:600;
color:#333;
}

/* HERO */

.hero{
min-height:85vh;

background:linear-gradient(135deg,#0f4cff,#4f8cff,#7db3ff);

color:white;

display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:40px;
}

.hero h1{
font-size:50px;
}

.hero span{
color:#ff8c00;
}

/* BUTTON */

.get-started-btn{
display:inline-block;
margin-top:25px;
padding:15px 45px;
background:#ff8c00;
color:white;
border-radius:30px;
text-decoration:none;
font-weight:bold;
}

/* SERVICES */

.services{
padding:80px 20px;
text-align:center;
}

.service-grid{
display:flex;
flex-wrap:wrap;
gap:30px;
justify-content:center;
margin-top:40px;
}

.service-card{
background:white;
padding:30px;
border-radius:12px;
width:260px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
text-align:center;
}

.service-card i{
font-size:30px;
color:#4f8cff;
margin-bottom:10px;
}

/* PROCESS */

.process{
padding:80px 20px;
text-align:center;
background:white;
}

.process-grid{
display:flex;
flex-wrap:wrap;
gap:30px;
justify-content:center;
margin-top:40px;
}

/* CTA */

.cta-section{
background:#0f4cff;
color:white;
text-align:center;
padding:60px;
}

/* WHATSAPP */

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:30px;
z-index:9999;
}

/* MOBILE */

@media(max-width:768px){

.hero h1{
font-size:30px;
}

.nav{
flex-direction:column;
}

ul{
flex-direction:column;
}

.service-card{
width:90%;
}

}
/* STATS */

.stats{
background:white;
padding:60px 20px;
text-align:center;
}

.stats-grid{
display:flex;
justify-content:center;
gap:50px;
flex-wrap:wrap;
}

.stats h2{
color:#0f4cff;
font-size:40px;
}

/* WHY SECTION */

.why{
padding:80px 20px;
text-align:center;
background:#f9fbff;
}

.why-grid{
display:flex;
justify-content:center;
gap:40px;
margin-top:30px;
flex-wrap:wrap;
}

.why i{
font-size:30px;
color:#0f4cff;
}

/* CTA */

.cta-section{
background:#0f4cff;
color:white;
text-align:center;
padding:70px 20px;
}

.contact-form{

padding:60px 20px;
display:flex;
justify-content:center;

}

.contact-form form{

width:100%;
max-width:500px;

display:flex;
flex-direction:column;
gap:15px;

}

.contact-form input,
.contact-form select,
.contact-form textarea{

padding:12px;
border:1px solid #ccc;
border-radius:6px;

}

.contact-form button{

background:#ff8c00;
color:white;

padding:14px;

border:none;
border-radius:25px;

font-weight:bold;
cursor:pointer;

}

.founder{

background:linear-gradient(135deg,#0f4cff,#4f8cff,#7db3ff);

color:white;

padding:80px 20px;

text-align:center;

}

.founder-content{

max-width:800px;
margin:auto;
line-height:1.7;

}

.founder h2{
margin-bottom:20px;
}

.testimonials{

padding:80px 20px;

text-align:center;

background:#f9fbff;

}

.testimonial-grid{

display:flex;
flex-wrap:wrap;
gap:30px;
justify-content:center;

margin-top:40px;

}

.testimonial-card{

background:white;

padding:25px;

border-radius:10px;

width:280px;

box-shadow:0 5px 15px rgba(0,0,0,0.1);

font-style:italic;

}

.testimonial-card h4{

margin-top:15px;
color:#0f4cff;

}

.founder{

background:linear-gradient(135deg,#0f4cff,#4f8cff,#7db3ff);

color:white;

padding:80px 20px;

text-align:center;

}

.founder-content{

max-width:800px;
margin:auto;
line-height:1.7;

}

.founder h2{
margin-bottom:20px;
}
