.elementor-1655 .elementor-element.elementor-element-0118af6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9d7e7e6 */.infra-section{
    padding:100px 20px;
    background:#ffffff;
}

.industry-section{
    padding:100px 20px;
    background:#f8fafc;
}

.infra-container{
    max-width:1200px;
    margin:auto;
}

.infra-title{
    margin-bottom:60px;
}

.infra-title.center{
    text-align:center;
}

.infra-title span{
    color:#1e73be;
    font-weight:600;
    letter-spacing:2px;
}

.infra-title h2{
    font-size:38px;
    margin:10px 0 20px;
    color:#1c1c1c;
}

.infra-title p{
    max-width:700px;
    line-height:1.7;
    color:#555;
}

.infra-row{
    display:flex;
    gap:60px;
    align-items:center;
    flex-wrap:wrap;
}

.infra-image{
    flex:1;
}

.infra-image img{
    width:100%;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.infra-content{
    flex:1;
}

.infra-content h3{
    margin-bottom:15px;
    font-size:24px;
    color:#1c1c1c;
}

.infra-content ul{
    margin:20px 0;
    padding-left:20px;
}

.infra-content ul li{
    margin-bottom:8px;
    color:#444;
}

.infra-highlight li{
    color:#1e73be;
    font-weight:500;
}

.industry-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:40px;
    margin-top:60px;
}

.industry-card{
    background:#ffffff;
    border-radius:15px;
    padding:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    transition:0.3s;
}

.industry-card:hover{
    transform:translateY(-6px);
}

.industry-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:15px;
}

.industry-card h4{
    margin-bottom:10px;
    color:#1c1c1c;
}

.industry-card p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

@media(max-width:768px){
    .infra-row{
        flex-direction:column;
    }

    .infra-title h2{
        font-size:28px;
    }
}/* End custom CSS */