/* Simple SVG icons for feature cards */
.feature-icon {
    width: 60px;
    height: 60px;
    fill: #1a2b47;
    opacity: 0.8;
}

/* Placeholder SVG content */
#icon-inspection {
    background: url("../images/icons/inspection.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
}

#icon-monitoring {
    background: url("../images/icons/monitoring.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
}

#icon-mapping {
    background: url("../images/icons/mapping.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
}

#icon-analytics {
    background: url("../images/icons/analytics.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
}

#icon-detection {
    background: url("../images/icons/dectection.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
}

#icon-integration {
    background: url("../images/icons/dashboard.png") no-repeat center;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
}
/*
.icon-phone {

    background: url("../images/icons/phone.png") no-repeat center;
}
.icon-email {
    background: url("../images/icons/email.png") no-repeat center;
}
.icon-web{
    background: url("../images/icons/web.png") no-repeat center;
}
    */

