/* GI Charger — local overrides for the mirrored EVgrid site.
   Ensures the hero banner shows even if RevSlider's JS doesn't initialize
   in this self-hosted (no wp-admin/ajax) context. */
.pbmit-slider-area { position: relative; background: #0b2238; }
.pbmit-slider-area sr7-module,
.pbmit-slider-area rs-module {
    display: block;
    min-height: 620px;
    background: #0b2238 url('/static/site/wp-content/uploads/2024/12/solarbanner.jpg') center center / cover no-repeat;
}
@media (max-width: 768px) {
    .pbmit-slider-area sr7-module,
    .pbmit-slider-area rs-module { min-height: 360px; }
}
