.industry-section{
padding:80px 0;
}

.industry-badge{
display:inline-block;
padding:10px 22px;
border-radius:50px;
background:rgba(25,135,84,.1);
color:#198754;
font-size:.9rem;
font-weight:600;
letter-spacing:.5px;
}

.industry-title{
font-size:clamp(2rem,4vw,3.5rem);
font-weight:700;
line-height:1.2;
margin-bottom:20px;
color:#212529;
}

.industry-subtitle{
max-width:850px;
margin:auto;
color:#6c757d;
font-size:1.1rem;
line-height:1.8;
}

.industry-heading{
font-size:2rem;
font-weight:700;
color:#212529;
}

.section-title{
    color: rgb(255, 0, 0);
    font-weight:700;
    margin-bottom:25px;
}
#positive{
    color: rgb(0, 51, 4);
}

.glass-card{
background:#fff;
border-radius:24px;
padding:35px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
border:1px solid rgba(0,0,0,.06);
transition:.3s ease;
}

.glass-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.industry-list{
    color: rgb(255, 0, 0);
    list-style:none;
    padding:0;
    margin:0;
}
#positive {
    color: rgb(0, 51, 4);
    list-style:none;
    padding:0;
    margin:0;
}

.industry-list li{
display:flex;
align-items:center;
padding:14px 0;
border-bottom:1px solid rgba(0,0,0,.06);
color:#495057;
}

.industry-list li:last-child{
border-bottom:none;
}

.industry-list i{
margin-right:10px;
flex-shrink:0;
}

.service-card{
text-align:center;
}

.service-icon{
display:block;
font-size:3rem;
color:#198754;
margin-bottom:20px;
}

.service-card h4{
font-weight:700;
margin-bottom:15px;
}

.service-card p{
color:#6c757d;
line-height:1.7;
}

.benefit-box{
background:#fff;
border-radius:20px;
padding:30px 20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
transition:.3s ease;
}

.benefit-box:hover{
transform:translateY(-5px);
}

.benefit-icon{
display:block;
font-size:2.5rem;
color:#198754;
margin-bottom:15px;
}

.benefit-box p{
margin:0;
font-weight:600;
color:#212529;
}

@media (max-width:768px){


.industry-section{
    padding:60px 0;
}

.glass-card{
    padding:25px;
}

.industry-heading{
    font-size:1.7rem;
}

.section-title{
    font-size:1.2rem;
}


}
