.industries-wrapper-ed06da2d {
    padding: 60px 20px;
    background-color: #f5f9f6;
    font-family: inherit;
}
.industries-header-ed06da2d {
    text-align: center;
    margin-bottom: 60px;
}
.industries-subheading-ed06da2d {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.industries-heading-ed06da2d {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin: 0;
    line-height: 1.3;
}
.industries-grid-ed06da2d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.industry-card-ed06da2d {
    flex: 0 1 calc(25% - 20px);
    min-width: 220px;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 0 30px 0 30px;
    border-top: 3px solid #b8df79;
    border-left: 3px solid #b8df79;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    box-shadow: -5px -5px 15px rgba(184, 223, 121, 0.1), 10px 10px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}
.industry-card-ed06da2d:hover {
    transform: translateY(-5px);
}
.industry-icon-ed06da2d {
    width: 70px;
    height: 70px;
    background: #193f2c;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #b8df79;
    font-size: 32px;
}
.industry-icon-ed06da2d svg {
    width: 32px;
    height: 32px;
    fill: #b8df79;
}
.industry-title-ed06da2d {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.industries-footer-ed06da2d {
    text-align: center;
    max-width: 850px;
    margin: 60px auto 0;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}
.industry-description-ed06da2d {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    line-height: 1.5;
    /* color controlled via Elementor style tab */
}

@media (max-width: 992px) {
    .industry-card-ed06da2d {
        flex: 0 1 calc(33.333% - 20px);
    }
}
@media (max-width: 768px) {
    .industry-card-ed06da2d {
        flex: 0 1 calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .industry-card-ed06da2d {
        flex: 0 1 100%;
    }
}