/* ============================================
   ELECTRICAL & INSTRUMENTATION (E&I) PAGE CSS
============================================ */

@import url('construction.css'); 
/* (Reuses parallax + expertise styles to keep theme consistent) */

/* If you want, we can fully separate instead of importing construction.css */

/* Page-Specific Adjustments */
.service-hero-bg {
    background-size: cover;
    background-position: center;
}

.expert-item h4 {
    color: #003c99;
    font-weight: 700;
}

.parallax-overlay h2 {
    font-size: 40px;
}

@media(max-width:575px) {
    .parallax-overlay h2 {
        font-size: 28px;
    }
}
