.why-shaurvin{
    max-width:1300px;
    margin:80px auto;
    padding:0 20px;
}

.process-section{
    background:#f8fafc;
    border-radius:20px;
    padding:50px 30px;
    text-align:center;
}

.section-tag{
    color:#2563eb;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.process-section h2{
    margin:15px 0 40px;
    color:#0f172a;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:20px;
}

.process-item{
    text-align:center;
}

.process-item i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#eff6ff;
    color:#2563eb;
    font-size:28px;
    margin-bottom:15px;
}

.process-item h3{
    font-size:16px;
    color:#0f172a;
    margin-bottom:10px;
}

.process-item p{
    font-size:14px;
    color:#64748b;
}

.section-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:70px 0 25px;
}

.section-heading span{
    color:#2563eb;
    font-size:12px;
    font-weight:700;
}

.section-heading h2{
    color:#0f172a;
    margin-top:5px;
}

.section-heading a{
    text-decoration:none;
    color:#2563eb;
    font-weight:600;
}

.services-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.service-card{
    background:#fff;
    padding:30px;
    border-radius:16px;
    border:1px solid #e5e7eb;
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-5px);
}

.service-card i{
    font-size:32px;
    color:#2563eb;
    margin-bottom:15px;
}

.service-card h3{
    margin-bottom:10px;
}

.service-card p{
    color:#64748b;
}

.industry-grid{
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:15px;
}

.industry-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    text-align:center;
    padding:25px 10px;
}

.industry-box i{
    font-size:28px;
    color:#2563eb;
    margin-bottom:12px;
}

.engagement-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}

.engagement-card{
    background:#001c55;
    color:white;
    border-radius:15px;
    padding:25px;
}

.engagement-card h3{
    margin-bottom:15px;
}

.engagement-card p{
    color:#dbeafe;
    font-size:14px;
}

@media(max-width:992px){

.process-grid,
.services-cards,
.industry-grid,
.engagement-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading{
    flex-direction:column;
    gap:15px;
    align-items:flex-start;
}
}

@media(max-width:576px){

.process-grid,
.services-cards,
.industry-grid,
.engagement-grid{
    grid-template-columns:1fr;
}
}
.section-heading h2{
    color:#ffffff;
    margin-top:5px;
    font-size:36px;
    font-weight:700;
}

.section-heading span{
    color:#60a5fa;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}
.industry-box{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    text-align:center;
    padding:25px 10px;
    transition:0.3s;
}

.industry-box h4{
    color:#0f172a;      /* Dark text */
    font-size:15px;
    font-weight:600;
    margin-top:12px;
    line-height:1.4;
}

.industry-box i{
    font-size:28px;
    color:#2563eb;
    margin-bottom:12px;
}

.industry-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.section-heading span{
    color:#60a5fa;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-heading h2{
    color:#ffffff;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-top:10px;
}
.engagement-models .section-heading h2{
    font-size:56px;
    font-weight:800;
}
.section-tag{
    display:block;
    color:#2563eb;
    font-size:16px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.process-section h2{
    font-size:56px;
    font-weight:800;
    line-height:1.2;
    color:#0f172a;
    margin-bottom:50px;
}
@media(max-width:992px){

    .process-section h2{
        font-size:42px;
    }

    .section-tag{
        font-size:14px;
    }
}

@media(max-width:576px){

    .process-section h2{
        font-size:32px;
    }

    .section-tag{
        font-size:13px;
        letter-spacing:2px;
    }
}
 .section-heading span{
    display:block;
    color:#60a5fa;
    font-size:16px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-heading h2{
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    color:#ffffff;
    margin:0;
}
/* WHY CHOOSE */

 .why-choose{
    max-width:1300px;
    margin:80px auto;
    padding:0 20px;
    width:100%;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:0;
    border:1px solid #e5e7eb;
    border-radius:15px;
    overflow:hidden;
    margin-top:30px;
}

.why-card{
    background:#fff;
    padding:30px 20px;
    border-right:1px solid #e5e7eb;
}

.why-card:last-child{
    border-right:none;
}

.why-card i{
    font-size:32px;
    color:#2563eb;
    margin-bottom:15px;
}

.why-card h3{
    font-size:18px;
    color:#0f172a;
    margin-bottom:10px;
}

.why-card p{
    font-size:14px;
    line-height:1.7;
    color:#64748b;
}

/* GLOBAL TEAM */

.global-team{
    margin-top:50px;
    background:linear-gradient(135deg,#001a4d,#002b80,#001133);
    border-radius:20px;
    padding:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    overflow:hidden;
}

.global-content{
    flex:1;
}

.global-content span{
    color:#60a5fa;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.global-content h2{
    color:#fff;
    font-size:52px;
    margin:20px 0;
    font-weight:800;
}

.global-content p{
    color:#dbeafe;
    line-height:1.8;
    max-width:600px;
}

.global-stats{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    margin-top:40px;
}

.global-stats h3{
    color:#fff;
    font-size:28px;
    margin-bottom:5px;
}

.global-stats p{
    color:#93c5fd;
    font-size:14px;
}

.global-map{
    flex:1;
    text-align:center;
}

.global-map img{
    width:100%;
    max-width:650px;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .why-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .global-team{
        flex-direction:column;
    }
}

@media(max-width:768px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .global-content h2{
        font-size:38px;
    }

    .global-team{
        padding:40px 25px;
    }
}

@media(max-width:576px){

    .why-grid{
        grid-template-columns:1fr;
    }

    .global-content h2{
        font-size:30px;
    }

    .global-stats{
        gap:20px;
    }
}
