/* — THEME — */
:root {
–mr-blue: #003366; /* Deep Industrial Blue */
–mr-blue-light: #00509e; /* Lighter Blue for Hovers */
–mr-red: #D31145; /* Brand Red */
–mr-gray-bg: #f8f9fa; /* Light Gray Background */
–mr-text: #333; /* Dark Gray Text */
–mr-text-light: #666; /* Medium Gray Text */
}
/* — GLOBAL RESET — */
.mr-home-wrapper { font-family: ‘Segoe UI’, Arial, sans-serif; color: var(–mr-text); line-height: 1.6; overflow-x: hidden; }
.mr-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.mr-section { padding: 80px 0; }
.mr-section-gray { background: var(–mr-gray-bg); }
/* — HERO SECTION (FIXED) — */
.mr-hero {
/* Rich Midnight Blue Gradient Overlay – Professional & High Contrast */
background: linear-gradient(135deg, rgba(0, 20, 40, 0.92) 0%, rgba(0, 51, 102, 0.85) 100%), url(‘https://www.reed-relay.com/wp-content/uploads/2025/06/ε·₯εεΎ1-scaled.jpg’);
background-size: cover;
background-position: center;
padding: 160px 0; /* Increased padding for better spacing */
text-align: center;
position: relative;
}
.mr-hero h1 {
color: #ffffff !important; /* FORCE WHITE */
font-size: 56px;
font-weight: 800;
margin: 0 0 25px;
line-height: 1.1;
text-transform: uppercase;
text-shadow: 0 4px 20px rgba(0,0,0,0.6); /* Stronger shadow for clarity */
}
.mr-hero p {
color: #f0f0f0 !important; /* FORCE BRIGHT OFF-WHITE */
font-size: 22px;
max-width: 800px;
margin: 0 auto 45px;
font-weight: 400; /* Increased weight slightly */
opacity: 1 !important; /* Remove opacity to ensure brightness */
text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.mr-btn-hero {
display: inline-block; padding: 15px 40px; margin: 0 10px; border-radius: 4px;
font-weight: 700; text-transform: uppercase; text-decoration: none; transition: 0.3s;
}
.mr-btn-primary { background: var(–mr-red); color: white !important; border: 2px solid var(–mr-red); }
.mr-btn-primary:hover { background: #b00e3a; border-color: #b00e3a; }
.mr-btn-outline { background: transparent; color: white !important; border: 2px solid white; }
.mr-btn-outline:hover { background: white; color: var(–mr-blue) !important; }
/* — STATS BAR — */
.mr-stats-bar { background: var(–mr-red); color: white; padding: 30px 0; border-bottom: 4px solid rgba(0,0,0,0.1); }
.mr-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.mr-stat-num { font-size: 36px; font-weight: 900; display: block; line-height:1; margin-bottom:5px; }
.mr-stat-label { font-size: 13px; text-transform: uppercase; letter-spacing:1px; opacity: 0.9; }
/* — COMPANY INTRO — */
.mr-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mr-intro-text h2 { font-size: 36px; color: var(–mr-blue); margin-top: 0; }
.mr-intro-text p { font-size: 16px; color: var(–mr-text-light); margin-bottom: 20px; }
.mr-adv-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.mr-adv-list li { position: relative; padding-left: 25px; font-weight: 600; color: #444; }
.mr-adv-list li::before { content: “β”; position: absolute; left: 0; color: var(–mr-red); font-weight: bold; }
/* — PRODUCT CATEGORIES — */
.mr-cat-header { text-align: center; margin-bottom: 60px; }
.mr-cat-header h2 { font-size: 36px; color: var(–mr-blue); margin: 0 0 10px; }
.mr-cat-header p { font-size: 18px; color: var(–mr-text-light); }
.mr-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.mr-cat-card {
background: white; border: 1px solid #eee; border-radius: 8px; overflow: hidden;
transition: 0.3s; text-align: center; padding-bottom: 20px;
}
.mr-cat-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-color: var(–mr-blue); }
.mr-cat-img { height: 180px; width: 100%; object-fit: contain; padding: 20px; background: #fff; border-bottom: 1px solid #f9f9f9; }
.mr-cat-title { font-size: 20px; font-weight: 700; color: var(–mr-blue); margin: 20px 0 10px; }
.mr-cat-desc { font-size: 14px; color: #777; padding: 0 20px; margin-bottom: 20px; }
.mr-cat-link { color: var(–mr-red); font-weight: 700; text-decoration: none; text-transform: uppercase; font-size: 13px; }
/* — FEATURED NEW PRODUCTS — */
.mr-feat-wrapper { background: var(–mr-blue); color: white; padding: 80px 0; }
.mr-feat-wrapper h2 { text-align: center; font-size: 36px; margin-bottom: 50px; color: white !important; }
.mr-feat-card {
background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
padding: 30px; border-radius: 8px; text-align: center; transition: 0.3s;
}
.mr-feat-card:hover { background: white; color: #333; transform: scale(1.03); }
.mr-feat-card h3 { color: white; margin-bottom:10px; }
.mr-feat-card p { color: #ddd; font-size:14px; }
.mr-feat-card:hover h3 { color: var(–mr-blue) !important; }
.mr-feat-card:hover p { color: #555 !important; }
.mr-feat-card img { height: 140px; object-fit: contain; margin-bottom: 20px; background:white; padding:10px; border-radius:4px; width:100%; }
.mr-feat-tag {
background: var(–mr-red); color: white; font-size: 11px; font-weight: 700;
padding: 4px 10px; border-radius: 20px; text-transform: uppercase; display: inline-block; margin-bottom: 15px;
}
/* — INDUSTRIES — */
.mr-ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mr-ind-item {
position: relative; height: 280px; border-radius: 8px; overflow: hidden;
background-size: cover; background-position: center; display: flex; align-items: flex-end;
text-decoration:none;
}
.mr-ind-overlay {
background: linear-gradient(to top, rgba(0,0,0,0.95) 10%, rgba(0,0,0,0.6) 50%, transparent 100%);
width: 100%; padding: 20px;
color: white; transition: 0.3s;
}
.mr-ind-item:hover .mr-ind-overlay {
padding-bottom: 40px; background: rgba(0,51,102,0.95); height: 100%;
display: flex; flex-direction: column; justify-content: center;
}
.mr-ind-overlay h3 { color: white !important; margin:0 0 5px; font-size:20px; }
.mr-ind-overlay p { color: #ddd !important; margin:0; font-size:14px; }
/* — CERTIFICATIONS STRIP — */
.mr-cert-strip { border-top: 1px solid #eee; padding: 40px 0; text-align: center; background: white; }
.mr-cert-list { display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; color: #999; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
/* — RESPONSIVE — */
@media (max-width: 900px) {
.mr-hero h1 { font-size: 32px; }
.mr-intro-grid, .mr-grid-3, .mr-ind-grid, .mr-stats-grid { grid-template-columns: 1fr; }
.mr-cat-img { height: 150px; }
.mr-ind-item { height: 200px; }
}
15+
Years of R&D
20+
Patents Held
3000+
Clients Globally
ISO
9001 Certified
About SHR Electronic
Engineering Excellence Since 2010
SHR Electronic (MiRelay) is a premier manufacturer dedicated to the development and production of high-quality relays and sensors. We serve a global market with a commitment to professional technology, product flexibility, and exceptional service.
Our autonomous R&D capabilities allow us to rapidly develop series products to meet diverse market needs, from EV Battery Management to Semiconductor Testing.
- Autonomous Product Development
- Diverse Product Portfolio
- High Efficiency Manufacturing
- Global Technical Support
Learn More About Us β
Standard & Miniature Relays
SIP, MSIP, DIP, and SMD Series. High-density switching for ATE and instrumentation.
View Series β
High Voltage Reed Relays
HVR, HVFR, and HRX Series. Isolation up to 20kV with tungsten contacts.
View Series β
Mercury Wetted Relays
HGMR, HGJR, and HGSR Series. Zero bounce switching and stable contact resistance.
View Series β
HV DC Contactors
EVM (Ceramic) and EVI (Epoxy) Series. 1000V-1500V switching for EV & Energy Storage.
View Series β
High Voltage Modules
HRM Series. Multi-channel (up to 20ch) high voltage switching modules for testers.
View Series β
Sensors & Switches
Liquid Level Sensors (FLS) and Magnetic Proximity Switches (MRS) for industrial use.
View Series β
Featured Innovations
New Release
HGFR Series
High Power Open-Frame Relay. Withstands up to 4kV breakdown voltage. Ideal for high power pulse applications.
Top Seller
HGJR Series
Surface Mount Mercury Relay. The industry’s first J-Lead SMT Mercury Wetted Relay. Zero Bounce.
EV Ready
ESM Series
1500V Ceramic Contactor. Designed for Solar Inverters and next-gen EV charging piles.
ISO 9001:2015
IATF 16949
RoHS Compliant
REACH Ready
CE Marked
Ready to Switch?
Contact our engineering team for a custom quote or cross-reference request.
Contact Us