/*--main pages background images --*/
/*--main page home ups --*/
.hero {
    background-image: url(/assets/pages/Main-Home-UPS-Inverter-Dealer-Distirbutor-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

.hero-onlineups {
    background-image: url(/assets/pages/Main-Online-UPS-Dealer-Distributor-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-onlineups .overlay-onlineups {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/*--Line Interacive ups */
.hero-lineinteractiveups {
    background-image: url(/assets/pages/Main-Line-Interactive-UPS-Dealer-Distributor-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-lineinteractiveups .overlay-lineinteractiveups {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/*--Lift Elevator  ups */
.hero-liftelevator {
    background-image: url(/assets/pages/Main-Lift-Inverter-UPS-Dealers-Distributors-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-liftelevator .overlay-liftelevator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/*--Tubular Battery */
.hero-tubularbattery {
    background-image: url(/assets/pages/Main-Tubular-Battery-Inverter-UPS-Dealer-Distributor-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-tubularbattery .overlay-tubularbattery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/*--Solar Inverter */
.hero-solarinverter {
    background-image: url(/assets/pages/Main-Solar-Inverter-Panel-Dealer-Distributor-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-solarinverter .overlay-solarinverter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/*--SMF Battery */
.hero-smfbattery {
    background-image: url(/assets/pages/Main-SMF-Battery-Inverter-Dealer-Distirbutor-Supplier-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-smfbattery .overlay-smfbattery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}

/*--Servo Voltage Stabilizer */
.hero-servostabilizer {
    background-image: url(/assets/pages/Main-Servo-Voltage-Stabilizer-Dealers-Suppliers-Distributors-Mumbai.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
}

.hero-servostabilizer .overlay-servostabilizer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    display: flex;
    align-items: start;
    justify-content: end;
    text-align: start;
    flex-direction: column;
}