/* Industries We Serve */
.industries-section{

    background:#f8fbff;

}

.industry-card{

    background:#fff;

    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    transition:.35s;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.industry-card:hover{

    transform:translateY(-8px);

    background:#0b7dda;

    color:#fff;

}

.industry-card i{

    font-size:42px;

    margin-bottom:18px;

    color:#0b7dda;

}

.industry-card:hover i{

    color:#fff;

}

/* <!-- Technology Stack --> */

.tech-grid{

display:flex;

flex-wrap:wrap;

justify-content:center;

gap:18px;

}

.tech-grid span{

padding:14px 24px;

border-radius:30px;

background:#fff;

box-shadow:0 8px 20px rgba(0,0,0,.05);

font-weight:600;

transition:.3s;

}

.tech-grid span:hover{

background:#0b7dda;

color:#fff;

transform:translateY(-5px);

}

.tech-grid i{

margin-right:8px;

}

/* Engagement Model */

.engagement-card{

background:#fff;

padding:40px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.35s;

height:100%;

}

.engagement-card:hover{

transform:translateY(-10px);

}

.engagement-card i{

font-size:50px;

color:#0b7dda;

margin-bottom:20px;

}

/* Services Comparison */

.comparison-table{

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.comparison-table thead{

background:#0b7dda;

color:#fff;

}

.comparison-table th,
.comparison-table td{

padding:18px;

vertical-align:middle;

}

.comparison-table tbody tr:hover{

background:#f4f9ff;

}