.elementor-4583 .elementor-element.elementor-element-749a289{--display:flex;}.elementor-4583 .elementor-element.elementor-element-90345e7{width:100%;max-width:100%;}.elementor-4583 .elementor-element.elementor-element-b5fe6d8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-90345e7 *//* OMNI-GREEN PROTOCOL: ZERO-GAP ARCHITECTURE 
   Targets: Malaysian SME OSH Compliance
*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&family=Inter:wght@900&display=swap');

/* 1. THE GAP-KILLER RESET */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    background-color: #030a06; /* Deep Emerald Base */
    box-sizing: border-box;
}

/* 2. FULL-BLEED HERO ENGINE */
.omni-hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 100;
    margin: 0;
    padding: 0;
}

/* 3. KINETIC BACKGROUND ENGINE */
.omni-bg-engine {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.omni-base-img {
    position: absolute;
    inset: 0;
    background-image: url('https://c1.staticflickr.com/3/2653/3820249257_1f3612f00f_b.jpg');
    background-size: cover;
    background-position: center;
    filter: saturate(1.4) brightness(0.7);
    animation: hyper-ken-burns 25s infinite alternate linear;
}

/* Deep Green Atmospheric Overlay - Kills the black sections */
.omni-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center, 
        rgba(0, 255, 127, 0.15) 0%, 
        rgba(3, 10, 6, 0.95) 85%
    );
    mix-blend-mode: screen;
}

@keyframes hyper-ken-burns {
    0% { transform: scale(1.1) translate(0, 0); }
    100% { transform: scale(1.25) translate(-2%, -1%); }
}

/* 4. INTERFACE LAYOUT */
.omni-interface {
    position: relative;
    z-index: 50;
    text-align: center;
    width: 100%;
    padding: 0 5%;
}

.omni-glitch-badge {
    font-family: 'Orbitron', sans-serif;
    color: #00ff7f;
    letter-spacing: 6px;
    font-size: 0.8rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-shadow: 0 0 10px rgba(0, 255, 127, 0.5);
}

.pulse-emerald {
    width: 12px;
    height: 12px;
    background: #00ff7f;
    border-radius: 50%;
    box-shadow: 0 0 20px #00ff7f;
    animation: omni-pulse 1.8s infinite;
}

@keyframes omni-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2.8); opacity: 0; }
}

/* 5. TYPOGRAPHY: THE OSHP TITLE */
.omni-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.2rem, 9vw, 6.5rem);
    font-weight: 900;
    line-height: 0.85;
    color: #fff;
    margin: 0;
    letter-spacing: -5px;
    text-transform: uppercase;
}

.omni-accent {
    color: #00ff7f;
    text-shadow: 0 0 40px rgba(0, 255, 127, 0.9), 0 0 80px rgba(0, 255, 127, 0.4);
}

/* 6. HYPER-ACTION BUTTON */
.omni-action-wrapper {
    margin-top: 60px;
}

.btn-omni {
    position: relative;
    padding: 28px 85px;
    background: #00ff7f;
    color: #000;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 3px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 0 50px rgba(0, 255, 127, 0.5);
    display: inline-block;
    border: none;
}

.btn-omni:hover {
    background: #fff;
    transform:/* End custom CSS */