Power Solutions | UPS · IT Racks · Electrical Distribution
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', sans-serif;
background: #FFFFFF;
color: #1A2C3E;
line-height: 1.5;
}
/* brand colors – deep blue & bright cyan */
:root {
--deep-blue: #2C3C83;
--bright-cyan: #4BC3E6;
--dark-accent: #1E2B63;
--light-cyan: #7DD8F0;
--gray-50: #F8FAFE;
--gray-100: #F0F4F9;
--gray-200: #E2E8F0;
--gray-300: #CBD5E1;
--gray-600: #475569;
--gray-800: #1E293B;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.03);
--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
--shadow-hover: 0 20px 30px -12px rgba(0,0,0,0.08);
}
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 2rem;
}
/* navigation (no JS) */
.nav {
position: sticky;
top: 0;
background: rgba(255,255,255,0.96);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--gray-200);
padding: 0 2rem;
height: 66px;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 100;
}
.nav-logo {
font-weight: 700;
font-size: 1.2rem;
letter-spacing: -0.3px;
background: linear-gradient(135deg, var(--deep-blue) 0%, var(--bright-cyan) 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.nav-links {
display: flex;
gap: 2rem;
list-style: none;
}
.nav-links a {
text-decoration: none;
font-size: 0.85rem;
font-weight: 500;
color: var(--gray-600);
transition: color 0.2s;
}
.nav-links a:hover {
color: var(--bright-cyan);
}
/* hero – clean summary of 4 pillars */
.hero {
text-align: center;
padding: 4rem 0 3rem;
background: var(--gray-50);
border-bottom: 1px solid var(--gray-200);
}
.hero h1 {
font-size: 2.6rem;
font-weight: 700;
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--deep-blue) 0%, var(--bright-cyan) 80%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
margin-bottom: 1rem;
}
.hero-badge {
display: inline-flex;
gap: 0.6rem;
background: white;
border: 1px solid var(--gray-200);
padding: 0.4rem 1rem;
border-radius: 100px;
font-size: 0.75rem;
font-weight: 500;
color: var(--gray-600);
margin-bottom: 1.5rem;
}
.hero p {
max-width: 680px;
margin: 0 auto;
color: var(--gray-600);
font-size: 0.95rem;
line-height: 1.6;
}
/* 4 pillar cards */
.pillars-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
margin: 3rem 0 2rem;
}
.pillar-card {
background: white;
border: 1px solid var(--gray-200);
border-radius: 28px;
padding: 1.5rem;
transition: all 0.25s ease;
box-shadow: var(--shadow-sm);
text-decoration: none;
display: block;
}
.pillar-card:hover {
transform: translateY(-5px);
border-color: var(--light-cyan);
box-shadow: var(--shadow-hover);
}
.pillar-icon {
width: 52px;
height: 52px;
background: rgba(75,195,230,0.12);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--bright-cyan);
margin-bottom: 1.2rem;
}
.pillar-card h3 {
font-size: 1.2rem;
font-weight: 700;
color: var(--deep-blue);
margin-bottom: 0.5rem;
}
.pillar-card p {
font-size: 0.8rem;
color: var(--gray-600);
line-height: 1.45;
}
/* product section with images */
.solution-block {
margin: 3rem 0 4rem;
scroll-margin-top: 80px;
}
.block-header {
display: flex;
align-items: baseline;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 1.8rem;
border-left: 4px solid var(--bright-cyan);
padding-left: 1rem;
}
.block-header h2 {
font-size: 1.5rem;
font-weight: 700;
color: var(--deep-blue);
}
.block-header span {
font-size: 0.75rem;
color: var(--gray-600);
}
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
gap: 1.5rem;
}
.product-card {
background: white;
border: 1px solid var(--gray-200);
border-radius: 24px;
overflow: hidden;
transition: all 0.2s;
box-shadow: var(--shadow-sm);
}
.product-card:hover {
border-color: var(--bright-cyan);
transform: translateY(-3px);
box-shadow: var(--shadow-md);
}
.product-img {
width: 100%;
height: 170px;
object-fit: cover;
background: var(--gray-100);
display: block;
}
.product-info {
padding: 1rem 1.2rem 1.2rem;
}
.product-category {
font-size: 0.65rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--bright-cyan);
margin-bottom: 0.4rem;
}
.product-info h4 {
font-size: 0.95rem;
font-weight: 700;
color: var(--deep-blue);
margin-bottom: 0.3rem;
}
.product-info p {
font-size: 0.75rem;
color: var(--gray-600);
line-height: 1.45;
}
.spec-tag {
display: inline-block;
background: var(--gray-100);
border-radius: 20px;
padding: 0.2rem 0.7rem;
font-size: 0.65rem;
font-weight: 500;
color: var(--gray-600);
margin-top: 0.7rem;
}
hr {
margin: 1.5rem 0;
border: none;
border-top: 1px solid var(--gray-200);
}
footer {
border-top: 1px solid var(--gray-200);
background: white;
padding: 2rem 0;
text-align: center;
font-size: 0.75rem;
color: var(--gray-600);
}
@media (max-width: 1000px) {
.pillars-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
.pillars-grid { grid-template-columns: 1fr; }
.nav-links { display: none; }
.container { padding: 0 1.2rem; }
.hero h1 { font-size: 2rem; }
}
/* all elements visible immediately, no JS needed */
.pillar-card, .product-card, .solution-block {
opacity: 1;
transform: none;
}
🔋 UPS backup
📡 Rittal IT racks
⚡ Himel distribution
modular power · resilient infrastructure
Clean energy UPS systems · IT-ready racks & cooling · residential electrical safety · industrial automation & heavy-duty distribution — from single‑phase to 800kVA industrial scale.
Clean Energy & UPS
Double-conversion, line-interactive & modular UPS. 500VA – 800kVA, zero downtime protection for critical loads.
IT Infrastructure
Rittal racks, micro data centres, precision cooling, intelligent PDUs & CMC III real-time monitoring.
Residential
MCB, RCBO, distribution boxes, surge protection – certified safety for modern homes & apartments.
Industrial & Commercial
ACB, MCCB, contactors, VSD, ATS, power factor correction & EV charging infrastructure.
single‑phase
500VA – 20kVA UPS
Line-interactive / online, hot‑swap batteries, LCD + SNMP card ready. Ideal for edge, retail, clinics & small server rooms.
efficiency up to 96%
three‑phase
10kVA – 800kVA · online double conversion
Parallel redundancy, integrated bypass, modular scalability. For data centres, industrial plants & critical infrastructure.
efficiency up to 97%
modular & lithium‑ion
Scalable 25–600kW · N+X redundancy
Hot‑swappable power modules, touch display, remote monitoring, lithium‑ion long backup life.
maintenance‑free
RiMatrix S / micro DC
All‑in‑one edge data centre
Integrated UPS, precision cooling, fire suppression & remote CMC III monitoring. 6–42U, ready for edge computing.
turnkey solution
VX IT / TS IT racks
High‑density server racks
Seismic certified, up to 1200mm depth, IP20–IP55, quick assembly, cable management & accessories.
dynamic load 1500kg+
precision cooling
LCP liquid cooling · in‑row AC
30kW+ per rack, rear‑door heat exchangers, reduces PUE, ideal for HPC & cloud data centres.
energy efficient
intelligent PDU
Outlet‑level metering & switching
Remote monitoring, per‑outlet energy logging, hot‑swap monitoring modules, high density.
SNMP / Redfish
CMC III
real‑time environment monitoring
Temperature, humidity, power, access sensors – early alerts and full integration with DCIM.
24/7 visibility
MCB HDB3w
Miniature circuit breaker 1–63A
B/C curve, 10kA breaking, 18mm modular, compact & reliable protection for final circuits.
IEC 60898-1
RCBO 30mA
Residual current + overcurrent
Single module 18mm, protects against earth faults & overloads, ideal for kitchens & bathrooms.
type A/AC
distribution boxes
HDPZ50 / HJXF consumer units
Surface / flush mount, DIN rail, transparent door, modular enclosures for homes & small businesses.
IP40–IP65
SPD type 2
Surge protective device
40kA Imax, protection against lightning & switching surges, plug‑in module for home electronics.
remote indication
ACB HDW3
Air circuit breaker 400–6300A
Intelligent controller, 120kA breaking capacity, communication ready (Modbus/Profibus).
drawout / fixed
MCCB HDM3/HDM3E
Moulded case circuit breaker
10–1600A, adjustable thermal‑magnetic, 85kA breaking, compact frame for panel boards.
rotary handle option
contactors HDC3
6–630A + thermal overload relays
AC3 duty, long electrical life, snap‑on auxiliaries, ideal for motor starters and HVAC.
IEC 60947-4-1
VSD expert series
Variable speed drives
Energy savings up to 40% for pumps, fans, conveyors. SMART, SOLAR, BASIC series.
Modbus RTU
ATS HDQ3S
Automatic transfer switch
63–630AF, utility/generator changeover, intelligent controller & bypass, zero downtime.
open / delayed transition
power factor correction
Capacitor banks & controllers
Automatic step‑type, reduces reactive penalties, for industrial LV networks up to 600kVAr.
energy saving