.vipro-container{
max-width:1280px;
margin:auto;
display:flex;
gap:60px;
align-items:center;
}

.vipro-hero{
padding:100px 20px;
background:#f8fafc;
}

.vipro-left h1{
font-family:Montserrat,sans-serif;
font-size:64px;
font-weight:700;
line-height:1.1;
color:#0f172a;
}

.vipro-btn{
background:#10b981;
color:white;
padding:16px 28px;
border-radius:10px;
text-decoration:none;
display:inline-block;
margin-right:15px;
}

.vipro-btn-outline{
border:2px solid #2563eb;
padding:16px 28px;
border-radius:10px;
text-decoration:none;
}

.vipro-trust{
background:#1e40af;
color:white;
display:flex;
justify-content:space-around;
padding:25px;
}

.vipro-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.vipro-card{
background:white;
padding:30px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.vipro-card:hover{
transform:translateY(-10px);
}
.vipro-blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:40px;
}

.vipro-blog-card{
background:#fff;
padding:20px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.vipro-blog-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:12px;
}

.vipro-contact{
padding:100px 20px;
background:#0F172A;
color:white;
text-align:center;
}

.vipro-services{
padding:100px 20px;
}

.vipro-services h2,
.vipro-blog h2{
text-align:center;
margin-bottom:40px;
}
