.hero{
background: linear-gradient(120deg,#9006f9,#6610f2);
padding:30px 0;
color:white;
text-align:center;
}

.nav-link{color: #fff;}
.nav-link:hover{color: #f9db52;}
.service-box{
border:1px solid #eee;
padding:30px;
border-radius:12px;
transition:0.3s;
background:#fff;
}

.service-box:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.process-card{
background:#fff;
padding:40px 25px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:0.3s;
position:relative;
}

.process-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.process-icon{
width:70px;
height:70px;
margin:auto;
background:#0d6efd;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
}

.step-number{
position:absolute;
top:15px;
right:20px;
font-weight:bold;
color:#ddd;
font-size:22px;
}
.feature-box{
background:#fff;
padding:35px 25px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:0.3s;
}

.feature-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.feature-icon{
width:65px;
height:65px;
background:#0d6efd;
color:white;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
margin: auto;
}

.portfolio-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.portfolio-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.portfolio-card img{
width:100%;
height:180px;
object-fit:cover;
}

.portfolio-content{
padding:20px;
}

.tech{
font-size:13px;
color:#777;
display:block;
margin-top:5px;
}

.whatsapp-btn{
background:#25D366;
border:none;
color:#fff;
font-weight:600;
padding:12px 28px;
border-radius:50px;
transition:0.3s;
}

.whatsapp-btn:hover{
background:#1ebe5d;
color:#fff;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

.about-service-card{
background:#fff;
padding:30px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:.3s;
}

.about-service-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.about-service-card i{
font-size:40px;
color:#0d6efd;
margin-bottom:15px;
}

.tech-stack span{
display:inline-block;
background:#fff;
padding:10px 20px;
margin:8px;
border-radius:25px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
font-weight:500;
}

.why-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.service-hero{
padding:100px 0;
background:linear-gradient(120deg,#f8f9fa,#ffffff);
}

.feature-card{
background:#fff;
padding:30px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:.3s;
}

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.feature-card i{
font-size:36px;
color:#0d6efd;
margin-bottom:15px;
}

.service-card{
background:#f8f9fa;
padding:30px;
border-radius:12px;
text-align:center;
}

.service-card i{
font-size:36px;
color:#0d6efd;
margin-bottom:15px;
}

.process-icon{
font-size:36px;
color:#0d6efd;
margin-bottom:10px;
}
.process-card{
background:#fff;
padding:35px 25px;
border-radius:14px;
box-shadow:0 12px 30px rgba(0,0,0,0.06);
transition:.3s;
position:relative;
}

.process-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.process-icon{
width:80px;
height:80px;
margin:auto;
background:linear-gradient(135deg,#0d6efd,#6610f2);
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
box-shadow:0 8px 20px rgba(13,110,253,0.4);
}

.process-card:hover .process-icon{
transform:scale(1.1);
transition:.3s;
}

.step-number{
position:absolute;
top:15px;
right:20px;
font-weight:bold;
color:#ddd;
font-size:22px;
}