
/* ═══════════════════════════════════════════════════
   NepHero Module — RenderBox CMS Compliant CSS
   Nanaimo Electricians Directory Hero Section
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepHero_root__Kx7M3,
#NepHero_root__Kx7M3 *,
#NepHero_root__Kx7M3 *::before,
#NepHero_root__Kx7M3 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepHero_root__Kx7M3 {
    position: relative !important;
    min-height: 80vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 7.5rem 0 5rem !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #000000 0%, #050810 40%, #0A0E14 100%) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== GRAIN OVERLAY ========== */
#NepHero_root__Kx7M3::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&amp;quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&amp;quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== BACKGROUND ORBS ========== */
#NepHero_root__Kx7M3 .NepHero_orb__Fm8R3 {
    position: absolute !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

#NepHero_root__Kx7M3 .NepHero_orb1__Ah2K5 {
    top: 20% !important;
    right: 10% !important;
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, rgba(20,184,166,0.08) 0%, transparent 70%) !important;
    filter: blur(60px) !important;
    animation: NepHero_float1__Qr9X3 12s ease-in-out infinite;
}

#NepHero_root__Kx7M3 .NepHero_orb2__Bn4T6 {
    bottom: 20% !important;
    left: 5% !important;
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%) !important;
    filter: blur(60px) !important;
    animation: NepHero_float2__Ts5W8 15s ease-in-out infinite;
}

#NepHero_root__Kx7M3 .NepHero_orb3__Cw7M9 {
    top: 60% !important;
    right: 40% !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(20,184,166,0.04) 0%, transparent 70%) !important;
    filter: blur(80px) !important;
    animation: NepHero_float1__Qr9X3 18s ease-in-out infinite reverse;
}

/* ========== ORB KEYFRAMES ========== */
@keyframes NepHero_float1__Qr9X3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -40px) scale(1.05); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

@keyframes NepHero_float2__Ts5W8 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-25px, 30px) scale(0.95); }
    66% { transform: translate(35px, -15px) scale(1.08); }
}

/* ========== GRID PATTERN OVERLAY ========== */
#NepHero_root__Kx7M3 .NepHero_gridOverlay__Dz3P8 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    opacity: 0.015 !important;
    background-image: url(&amp;quot;data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10h80M10 10v80M90 10v80M10 90h80' stroke='%2314B8A6' stroke-width='0.5' fill='none'/%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%2314B8A6'/%3E%3Ccircle cx='90' cy='10' r='1.5' fill='%2314B8A6'/%3E%3Ccircle cx='10' cy='90' r='1.5' fill='%2314B8A6'/%3E%3Ccircle cx='90' cy='90' r='1.5' fill='%2314B8A6'/%3E%3C/svg%3E&amp;quot;) !important;
    background-size: 100px 100px !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

/* ========== CONTENT WRAPPER ========== */
#NepHero_root__Kx7M3 .NepHero_container__Zn4Q7 {
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

#NepHero_root__Kx7M3 .NepHero_content__Ek5V4 {
    position: relative !important;
    max-width: 56.25rem !important;
}

/* ========== LABEL BADGE ========== */
#NepHero_root__Kx7M3 .NepHero_label__Fx7J1 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    font-size: 0.75rem !important;
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1.5rem !important;
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

/* ========== TITLE ========== */
#NepHero_root__Kx7M3 .NepHero_title__Gm2N8 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

@media (min-width: 768px) {
    #NepHero_root__Kx7M3 .NepHero_title__Gm2N8 {
        font-size: clamp(3rem, 6vw, 4.5rem) !important;
    }
}

/* ========== SHIMMER GRADIENT TEXT ========== */
#NepHero_root__Kx7M3 .NepHero_shimmer__Hn4W6 {
    background: linear-gradient(135deg, #14B8A6 0%, #0891B2 25%, #3B82F6 50%, #0891B2 75%, #14B8A6 100%) !important;
    background-size: 200% 200% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: NepHero_shimmer__Mv6K4 4s ease-in-out infinite;
}

@keyframes NepHero_shimmer__Mv6K4 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ========== DESCRIPTION ========== */
#NepHero_root__Kx7M3 .NepHero_desc__Jp9M3 {
    max-width: 640px;
    font-size: 1.25rem !important;
    font-weight: 400;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.75 !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

#NepHero_root__Kx7M3 .NepHero_accentBold__Kq6L4 {
    color: #14B8A6 !important;
}

#NepHero_root__Kx7M3 .NepHero_whiteBold__Lr8P2 {
    color: #FFFFFF !important;
}

/* ========== STATS ROW ========== */
#NepHero_root__Kx7M3 .NepHero_statsRow__Ms3K7 {
    display: flex !important;
    gap: 2rem !important;
    margin-top: 3rem !important;
    flex-wrap: wrap !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

/* ========== STAT CARDS ========== */
#NepHero_root__Kx7M3 .NepHero_statCard__Nt5T9 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    padding: 1rem 1.5rem !important;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 0.75rem !important;
    cursor: default;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.3s ease,
                background-color 0.3s ease !important;
}

#NepHero_root__Kx7M3 .NepHero_statCard__Nt5T9:hover {
    transform: scale(1.05) !important;
    border-color: rgba(20,184,166,0.2) !important;
    background-color: rgba(255,255,255,0.05) !important;
}

#NepHero_root__Kx7M3 .NepHero_statNum__Pu2R4 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.5rem !important;
    line-height: 1;
    color: #14B8A6 !important;
}

@media (min-width: 768px) {
    #NepHero_root__Kx7M3 .NepHero_statNum__Pu2R4 {
        font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
    }
}

#NepHero_root__Kx7M3 .NepHero_statLabel__Qv8W1 {
    font-size: 0.6875rem !important;
    letter-spacing: 1.5px;
    color: rgba(226,232,240,0.6) !important;
    text-transform: uppercase;
    font-weight: 700;
}

/* ========== CTA ROW ========== */
#NepHero_root__Kx7M3 .NepHero_ctaRow__Rw6N5 {
    display: flex !important;
    gap: 1rem !important;
    margin-top: 2.5rem !important;
    flex-wrap: wrap !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

/* ========== PRIMARY BUTTON ========== */
#NepHero_root__Kx7M3 .NepHero_btnPrimary__Sx3K8 {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    background: #14B8A6 !important;
    color: #0A0E14 !important;
    font-size: 0.875rem !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1rem 2rem !important;
    border: none !important;
    border-radius: 0.75rem !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(20,184,166,0.3) !important;
    overflow: hidden !important;
    font-family: inherit;
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.3s ease !important;
}

#NepHero_root__Kx7M3 .NepHero_btnPrimary__Sx3K8::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(20,184,166,0.4), rgba(59,130,246,0.3));
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(12px);
}

#NepHero_root__Kx7M3 .NepHero_btnPrimary__Sx3K8:hover {
    transform: scale(1.04) !important;
    box-shadow: 0 8px 30px rgba(20,184,166,0.45) !important;
}

#NepHero_root__Kx7M3 .NepHero_btnPrimary__Sx3K8:hover::after {
    opacity: 1 !important;
}

#NepHero_root__Kx7M3 .NepHero_btnPrimary__Sx3K8:active {
    transform: scale(0.97) !important;
}

/* ========== SECONDARY BUTTON ========== */
#NepHero_root__Kx7M3 .NepHero_btnSecondary__Uz4R9 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    background: rgba(255,255,255,0.05) !important;
    color: #FFFFFF !important;
    font-size: 0.875rem !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1rem 2rem !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 0.75rem !important;
    text-decoration: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: inherit;
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.3s ease,
                background-color 0.3s ease !important;
}

#NepHero_root__Kx7M3 .NepHero_btnSecondary__Uz4R9:hover {
    transform: scale(1.04) !important;
    border-color: rgba(255,255,255,0.2) !important;
    background-color: rgba(255,255,255,0.08) !important;
}

#NepHero_root__Kx7M3 .NepHero_btnSecondary__Uz4R9:active {
    transform: scale(0.97) !important;
}

/* ========== TICKER ========== */
#NepHero_root__Kx7M3 .NepHero_tickerWrap__Va9M4 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2.5rem !important;
    background: #14B8A6 !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    z-index: 5 !important;
}

#NepHero_root__Kx7M3 .NepHero_tickerTrack__Wb2P7 {
    display: flex !important;
    white-space: nowrap !important;
    animation: NepHero_ticker__Nw3L7 28s linear infinite;
}

#NepHero_root__Kx7M3 .NepHero_tickerWrap__Va9M4:hover .NepHero_tickerTrack__Wb2P7 {
    animation-play-state: paused;
}

#NepHero_root__Kx7M3 .NepHero_tickerItem__Xc5H3 {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
    padding: 0 2rem !important;
    font-size: 0.6875rem !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0A0E14 !important;
}

#NepHero_root__Kx7M3 .NepHero_tickerDot__Yd8N6 {
    width: 0.25rem !important;
    height: 0.25rem !important;
    background: #0A0E14 !important;
    opacity: 0.5 !important;
    flex-shrink: 0;
    border-radius: 50%;
}

@keyframes NepHero_ticker__Nw3L7 {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ========== ENTRY ANIMATION CLASSES ========== */
#NepHero_root__Kx7M3 .NepHero_animate-in__Zt4W8 {
    opacity: 0 !important;
}

#NepHero_root__Kx7M3 .NepHero_animate-in__Zt4W8.NepHero_animated__Lp6K2 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#NepHero_root__Kx7M3 .NepHero_slide-up__Mn3R7 {
    transform: translateY(16px) !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepHero_root__Kx7M3 .NepHero_container__Zn4Q7 {
        padding: 0 1.5rem !important;
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepHero_root__Kx7M3 {
        padding: 5rem 0 3.75rem !important;
        min-height: 70vh !important;
    }

    #NepHero_root__Kx7M3 .NepHero_container__Zn4Q7 {
        padding: 0 1.25rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_title__Gm2N8 {
        font-size: 1.5rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_desc__Jp9M3 {
        font-size: 1rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_statsRow__Ms3K7 {
        gap: 1rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_statCard__Nt5T9 {
        min-width: calc(50% - 0.75rem) !important;
        flex: 1 1 calc(50% - 0.75rem) !important;
    }

    #NepHero_root__Kx7M3 .NepHero_statNum__Pu2R4 {
        font-size: 1.5rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_ctaRow__Rw6N5 {
        flex-direction: column !important;
    }

    #NepHero_root__Kx7M3 .NepHero_btnPrimary__Sx3K8,
    #NepHero_root__Kx7M3 .NepHero_btnSecondary__Uz4R9 {
        width: 100% !important;
        justify-content: center !important;
    }

    #NepHero_root__Kx7M3 .NepHero_orb1__Ah2K5 {
        width: 300px !important;
        height: 300px !important;
    }

    #NepHero_root__Kx7M3 .NepHero_orb2__Bn4T6 {
        width: 250px !important;
        height: 250px !important;
    }

    #NepHero_root__Kx7M3 .NepHero_orb3__Cw7M9 {
        width: 200px !important;
        height: 200px !important;
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepHero_root__Kx7M3 .NepHero_statsRow__Ms3K7 {
        gap: 0.75rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_statCard__Nt5T9 {
        padding: 0.75rem 1rem !important;
    }

    #NepHero_root__Kx7M3 .NepHero_tickerItem__Xc5H3 {
        padding: 0 1rem !important;
        gap: 1rem !important;
        font-size: 0.5625rem !important;
        letter-spacing: 1.5px;
    }
}
 
/* ═══════════════════════════════════════════════════
   NepDir Module — RenderBox CMS Compliant CSS
   Top-Rated Directory · Nanaimo Electrical Companies
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepDir_root__Qf5R8,
#NepDir_root__Qf5R8 *,
#NepDir_root__Qf5R8 *::before,
#NepDir_root__Qf5R8 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepDir_root__Qf5R8 {
    position: relative !important;
    padding: 5rem 0 !important;               /* matches DenMar: 5rem 0 */
    background: #0A0E14 !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER ========== */
#NepDir_root__Qf5R8 .NepDir_container__Yn5Q7 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem (was 0 60px) */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepDir_root__Qf5R8::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&amp;quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&amp;quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER: 2-COLUMN GRID ========== */
#NepDir_root__Qf5R8 .NepDir_header__Ah7K2 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;                      /* was 60px → matches DenMar spacing rhythm */
    align-items: end !important;
    margin-bottom: 3rem !important;            /* was 64px → matches DenMar: 3rem */
}

/* ========== SECTION LABEL (pill badge) ========== */
#NepDir_root__Qf5R8 .NepDir_label__Cx6W3 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* was 12px, same in rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* was 20px → 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* was 8px 16px → 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
    transition: opacity 0.5s ease, transform 0.5s ease !important;
}

/* ========== SECTION TITLE ========== */
#NepDir_root__Qf5R8 .NepDir_title__Dy8R5 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* was clamp(2rem,5vw,3.5rem) → matches DenMar: 2.5rem */
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

@media (min-width: 768px) {
    #NepDir_root__Qf5R8 .NepDir_title__Dy8R5 {
        font-size: 3rem !important;            /* matches DenMar md breakpoint: 3rem */
    }
}

#NepDir_root__Qf5R8 .NepDir_titleAccent__Ez2L7 {
    color: #14B8A6 !important;
}

/* ========== HEADER DESCRIPTION ========== */
#NepDir_root__Qf5R8 .NepDir_headerDesc__Fm4T1 {
    font-size: 0.9375rem !important;           /* was 15px → 0.9375rem, close to DenMar about-text */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.75 !important;              /* matches DenMar line-height */
    max-width: 640px;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

/* ========== CONTRACTOR GRID ========== */
#NepDir_root__Qf5R8 .NepDir_grid__Gn6V8 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;                    /* was 16px → 1.5rem, matches DenMar contact-grid gap */
}

/* ========== GLASS CARD (base) ========== */
#NepDir_root__Qf5R8 .NepDir_card__Hp8X4 {
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* was 16px → 1rem, matches DenMar bento-card */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    transition: background-color 0.5s ease,
                border-color 0.5s ease,
                transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease !important;
}

#NepDir_root__Qf5R8 .NepDir_card__Hp8X4:hover {
    background-color: rgba(255,255,255,0.05) !important;
    border-color: rgba(255,255,255,0.1) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

/* ========== FEATURED CARD ========== */
#NepDir_root__Qf5R8 .NepDir_cardFeatured__Jq2Z6 {
    grid-column: span 2 !important;
    border-color: rgba(20,184,166,0.15) !important;
}

/* ========== MOUSE-FOLLOWING GLOW ORB ========== */
#NepDir_root__Qf5R8 .NepDir_cardGlow__Kr4B1 {
    position: absolute !important;
    width: 200px !important;                   /* was 250px → slightly tighter */
    height: 200px !important;
    background: radial-gradient(circle, rgba(20,184,166,0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    z-index: 0 !important;
    transform: translate(-50%, -50%) !important;
}

/* ========== CARD INNER (z-index content) ========== */
#NepDir_root__Qf5R8 .NepDir_cardInner__Ls6D3 {
    position: relative !important;
    z-index: 1 !important;
    padding: 2rem !important;                  /* was 36px 32px → 2rem, matches DenMar card padding */
}

/* ========== TOP ACCENT LINE ========== */
#NepDir_root__Qf5R8 .NepDir_accentLine__Mt8F5 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(to right, #14B8A6, #3B82F6) !important;
    opacity: 1 !important;
    z-index: 2 !important;
}

/* Hidden accent line (non-featured): shows on hover */
#NepDir_root__Qf5R8 .NepDir_accentHidden__Xr9W2 {
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

#NepDir_root__Qf5R8 .NepDir_card__Hp8X4:hover .NepDir_accentHidden__Xr9W2 {
    opacity: 1 !important;
}

/* ========== CARD INDEX NUMBER ========== */
#NepDir_root__Qf5R8 .NepDir_cardIdx__Nv2H7 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.6875rem !important;           /* was 11px → 0.6875rem */
    letter-spacing: 2px;
    color: rgba(255,255,255,0.08) !important;
    margin-bottom: 1rem !important;            /* was 20px → 1rem */
}

/* ========== BADGES ========== */
#NepDir_root__Qf5R8 .NepDir_badgeWrap__Pw4J9 {
    display: flex !important;
    gap: 0.375rem !important;                  /* was 6px → 0.375rem */
    flex-wrap: wrap !important;
    margin-bottom: 0.75rem !important;         /* was 16px → 0.75rem */
}

#NepDir_root__Qf5R8 .NepDir_badge__Qx6L1 {
    font-size: 0.625rem !important;            /* was 10px → 0.625rem */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem !important;      /* was 4px 10px → 0.25rem 0.625rem */
    border-radius: 0.5rem !important;          /* was 8px → 0.5rem */
    font-weight: 700;
    display: inline-block !important;
}

#NepDir_root__Qf5R8 .NepDir_badgeAccent__Ry8N3 {
    border: 1px solid rgba(20,184,166,0.25) !important;
    color: #14B8A6 !important;
    background: rgba(20,184,166,0.06) !important;
}

#NepDir_root__Qf5R8 .NepDir_badgeWhite__Sz2P5 {
    border: 1px solid rgba(255,255,255,0.06) !important;
    color: rgba(226,232,240,0.75) !important;
    background: rgba(255,255,255,0.03) !important;
}

#NepDir_root__Qf5R8 .NepDir_badgeBlue__Ta4R7 {
    border: 1px solid rgba(59,130,246,0.25) !important;
    color: #3B82F6 !important;
    background: rgba(59,130,246,0.08) !important;
}

/* ========== CARD NAME ========== */
#NepDir_root__Qf5R8 .NepDir_cardName__Ub6T9 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.5rem !important;              /* was 26px → 1.5rem, matches DenMar card-title-blue */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 0.375rem !important;        /* was 6px → 0.375rem */
    line-height: 1.2;
}

/* ========== CARD TAGLINE ========== */
#NepDir_root__Qf5R8 .NepDir_cardTagline__Vc8V1 {
    font-size: 0.8125rem !important;           /* was 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    margin-bottom: 1rem !important;            /* was 20px → 1rem */
}

/* ========== SERVICE GRID (featured: 2 cols) ========== */
#NepDir_root__Qf5R8 .NepDir_serviceGrid__Wd2X3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;                    /* was 24px → 1.5rem */
}

/* ========== SERVICE LIST ========== */
#NepDir_root__Qf5R8 .NepDir_serviceList__Xe4Z5 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;                  /* was 6px → 0.375rem */
    margin-bottom: 1rem !important;            /* was 24px → 1rem */
}

/* Featured card: no bottom margin on service lists inside serviceGrid */
#NepDir_root__Qf5R8 .NepDir_serviceGrid__Wd2X3 .NepDir_serviceList__Xe4Z5 {
    margin-bottom: 0;
}

#NepDir_root__Qf5R8 .NepDir_serviceItem__Yf6B7 {
    font-size: 0.8125rem !important;           /* was 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;                    /* was 8px → 0.5rem */
    line-height: 1.4;
}

#NepDir_root__Qf5R8 .NepDir_serviceArrow__Zg8D9 {
    color: #14B8A6 !important;
    font-size: 0.6875rem !important;           /* was 11px → 0.6875rem */
    flex-shrink: 0;
}

/* ========== META STATS ROW ========== */
#NepDir_root__Qf5R8 .NepDir_metaRow__Ah2F1 {
    display: flex !important;
    gap: 1.25rem !important;                   /* was 20px → 1.25rem */
    flex-wrap: wrap !important;
    padding-top: 1rem !important;              /* was 20px → 1rem */
    border-top: 1px solid rgba(255,255,255,0.06) !important;
}

/* Featured card: add top margin before meta */
#NepDir_root__Qf5R8 .NepDir_cardFeatured__Jq2Z6 .NepDir_metaRow__Ah2F1 {
    margin-top: 1.5rem !important;             /* was 24px → 1.5rem */
}

#NepDir_root__Qf5R8 .NepDir_metaItem__Bi4H3 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.625rem !important;            /* was 10px → 0.625rem */
    letter-spacing: 1px;
    color: rgba(226,232,240,0.75) !important;
}

#NepDir_root__Qf5R8 .NepDir_metaVal__Cj6J5 {
    display: block !important;
    font-family: inherit;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 0.9375rem !important;           /* was 15px → 0.9375rem */
    margin-bottom: 0.125rem !important;        /* was 2px → 0.125rem */
}

/* ========== CARD LINK ========== */
#NepDir_root__Qf5R8 .NepDir_cardLink__El2N9 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;                    /* was 8px → 0.5rem */
    font-size: 0.6875rem !important;           /* was 11px → 0.6875rem */
    letter-spacing: 1px;
    color: #14B8A6 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    margin-top: 1rem !important;               /* was 16px → 1rem */
    font-weight: 700;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
                border-bottom-color 0.3s ease !important;
}

#NepDir_root__Qf5R8 .NepDir_cardLink__El2N9:hover {
    transform: translateX(4px) !important;
    border-bottom-color: #14B8A6 !important;
}

/* ========== ENTRY ANIMATION CLASSES ========== */
#NepDir_root__Qf5R8 .NepDir_animate-in__Fm4P1 {
    opacity: 0 !important;
}

#NepDir_root__Qf5R8 .NepDir_animate-in__Fm4P1.NepDir_animated__Gn6R3 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#NepDir_root__Qf5R8 .NepDir_slide-up__Hp8T5 {
    transform: translateY(20px) !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepDir_root__Qf5R8 .NepDir_container__Yn5Q7 {
        padding: 0 1.5rem !important;
    }

    #NepDir_root__Qf5R8 .NepDir_grid__Gn6V8 {
        grid-template-columns: 1fr 1fr !important;
    }

    #NepDir_root__Qf5R8 .NepDir_cardFeatured__Jq2Z6 {
        grid-column: span 2 !important;
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepDir_root__Qf5R8 {
        padding: 3rem 0 !important;
    }

    #NepDir_root__Qf5R8 .NepDir_container__Yn5Q7 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: ~1.25rem */
    }

    #NepDir_root__Qf5R8 .NepDir_header__Ah7K2 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;                /* was 24px → 1.5rem */
    }

    #NepDir_root__Qf5R8 .NepDir_title__Dy8R5 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title */
    }

    #NepDir_root__Qf5R8 .NepDir_grid__Gn6V8 {
        grid-template-columns: 1fr !important;
    }

    #NepDir_root__Qf5R8 .NepDir_cardFeatured__Jq2Z6 {
        grid-column: span 1 !important;
    }

    #NepDir_root__Qf5R8 .NepDir_serviceGrid__Wd2X3 {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;               /* was 12px → 0.75rem */
    }

    #NepDir_root__Qf5R8 .NepDir_cardInner__Ls6D3 {
        padding: 1.75rem 1.25rem !important;   /* was 28px 20px */
    }

    #NepDir_root__Qf5R8 .NepDir_metaRow__Ah2F1 {
        gap: 1rem !important;                  /* was 16px → 1rem */
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepDir_root__Qf5R8 .NepDir_cardName__Ub6T9 {
        font-size: 1.25rem !important;         /* was 22px → 1.25rem */
    }

    #NepDir_root__Qf5R8 .NepDir_badgeWrap__Pw4J9 {
        gap: 0.25rem !important;               /* was 4px → 0.25rem */
    }

    #NepDir_root__Qf5R8 .NepDir_badge__Qx6L1 {
        font-size: 0.5625rem !important;       /* was 9px → 0.5625rem */
        padding: 0.1875rem 0.5rem !important;  /* was 3px 8px */
    }
}
 
/* ═══════════════════════════════════════════════════
   NepSvc Module — RenderBox CMS Compliant CSS
   Complete Service Spectrum · Electrical Services
   Available in Nanaimo — 4 quadrant GlowCards
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepSvc_root__Tk7M3,
#NepSvc_root__Tk7M3 *,
#NepSvc_root__Tk7M3 *::before,
#NepSvc_root__Tk7M3 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepSvc_root__Tk7M3 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0D1117 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepSvc_root__Tk7M3 .NepSvc_container__Zp6R9 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepSvc_root__Tk7M3::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER ========== */
#NepSvc_root__Tk7M3 .NepSvc_header__Bv4N8 {
    position: relative !important;
    z-index: 10 !important;
    padding: 0 0 3rem !important;              /* matches DenMar header margin-bottom: 3rem */
}

/* ========== SECTION LABEL (pill) ========== */
#NepSvc_root__Tk7M3 .NepSvc_label__Cw6P2 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepSvc_root__Tk7M3 .NepSvc_title__Dx8R4 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepSvc_root__Tk7M3 .NepSvc_title__Dx8R4 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepSvc_root__Tk7M3 .NepSvc_titleAccent__Ey2T6 {
    color: #14B8A6 !important;
}

/* ========== DESCRIPTION ========== */
#NepSvc_root__Tk7M3 .NepSvc_desc__Fz4V8 {
    font-size: 0.9375rem !important;           /* matches NepDir headerDesc: 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.75 !important;              /* matches DenMar: 1.75 */
    max-width: 640px;
    margin-top: 1rem !important;               /* matches DenMar desc spacing: 1rem */
}

/* ========== SERVICE GRID (2x2) ========== */
#NepSvc_root__Tk7M3 .NepSvc_grid__Ga6X1 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;                    /* matches DenMar grid gap: 1.5rem */
}

/* ========== GLASS CARD ========== */
#NepSvc_root__Tk7M3 .NepSvc_card__Hb8Z3 {
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    transition: background-color 0.5s ease,
                border-color 0.5s ease,
                box-shadow 0.4s ease !important;
}

#NepSvc_root__Tk7M3 .NepSvc_card__Hb8Z3:hover {
    background-color: rgba(255,255,255,0.05) !important;
    border-color: rgba(255,255,255,0.1) !important;
}

/* ========== MOUSE-FOLLOWING GLOW ORB ========== */
#NepSvc_root__Tk7M3 .NepSvc_cardGlow__Jc2B5 {
    position: absolute !important;
    width: 200px !important;                   /* matches NepDir glow: 200px */
    height: 200px !important;
    background: radial-gradient(circle, rgba(20,184,166,0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    z-index: 0 !important;
    transform: translate(-50%, -50%) !important;
}

/* ========== CARD INNER ========== */
#NepSvc_root__Tk7M3 .NepSvc_cardInner__Kd4D7 {
    position: relative !important;
    z-index: 1 !important;
    padding: 2rem !important;                  /* matches DenMar card padding: 2rem */
}

/* ========== WATERMARK NUMBER ========== */
#NepSvc_root__Tk7M3 .NepSvc_watermark__Le6F9 {
    position: absolute !important;
    top: -0.625rem !important;
    right: 2rem !important;
    font-family: inherit;
    font-weight: 900;
    font-size: 7.5rem !important;
    color: rgba(255,255,255,0.08) !important;
    line-height: 1;
    pointer-events: none !important;
    opacity: 0.4;
    user-select: none;
}

/* ========== ICON BOX ========== */
#NepSvc_root__Tk7M3 .NepSvc_iconBox__Mf8H1 {
    width: 3rem !important;                    /* matches DenMar section-icon: 3rem (48px) */
    height: 3rem !important;
    background: rgba(20,184,166,0.06) !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.25rem !important;
    border-radius: 0.75rem !important;         /* matches DenMar address-box: 0.75rem */
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.3s ease !important;
    cursor: default;
}

#NepSvc_root__Tk7M3 .NepSvc_iconBox__Mf8H1:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 0 24px rgba(20,184,166,0.2) !important;
}

/* ========== ICON SVG ========== */
#NepSvc_root__Tk7M3 .NepSvc_iconSvg__Ng2J3 {
    display: block !important;
    flex-shrink: 0;
}

/* ========== CARD TITLE ========== */
#NepSvc_root__Tk7M3 .NepSvc_cardTitle__Ph4L5 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.5rem !important;              /* matches DenMar card-title: 1.5rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 1rem !important;            /* matches DenMar card-title margin: 1rem */
    line-height: 1.1;
}

/* ========== CARD DESCRIPTION ========== */
#NepSvc_root__Tk7M3 .NepSvc_cardDesc__Qj6N7 {
    font-size: 0.8125rem !important;           /* matches NepDir service-item: 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    margin-bottom: 1.25rem !important;
    line-height: 1.75 !important;              /* matches DenMar: 1.75 */
}

/* ========== SERVICE ITEMS GRID (2-col) ========== */
#NepSvc_root__Tk7M3 .NepSvc_itemsGrid__Rk8P9 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem 1.5rem !important;             /* row gap tight; col gap matches DenMar: 1.5rem */
    margin-bottom: 1.5rem !important;          /* matches DenMar grid gap: 1.5rem */
}

/* ========== INDIVIDUAL ITEM ========== */
#NepSvc_root__Tk7M3 .NepSvc_item__Sl2R1 {
    font-size: 0.8125rem !important;           /* matches NepDir service-item: 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;                    /* matches NepDir service-item gap: 0.5rem */
    line-height: 1.4;
}

#NepSvc_root__Tk7M3 .NepSvc_itemDash__Tm4T3 {
    color: #14B8A6 !important;
    font-size: 0.625rem !important;            /* matches DenMar meta-item: 0.625rem */
    flex-shrink: 0;
    margin-top: 0.1875rem !important;
}

/* ========== PRICE TAG ========== */
#NepSvc_root__Tk7M3 .NepSvc_priceTag__Un6V5 {
    display: inline-block !important;
    font-size: 0.6875rem !important;           /* matches NepDir card-link: 0.6875rem */
    letter-spacing: 1px;
    padding: 0.375rem 0.875rem !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
    color: #14B8A6 !important;
    background: rgba(20,184,166,0.06) !important;
    border-radius: 0.5rem !important;          /* matches NepDir badge border-radius: 0.5rem */
    font-weight: 700;
    cursor: default;
    transition: background-color 0.3s ease,
                transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#NepSvc_root__Tk7M3 .NepSvc_priceTag__Un6V5:hover {
    background-color: rgba(20,184,166,0.12) !important;
    transform: scale(1.05) !important;
}

/* ========== ENTRY ANIMATION CLASSES ========== */
#NepSvc_root__Tk7M3 .NepSvc_animate-in__Wp8X7 {
    opacity: 0 !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

#NepSvc_root__Tk7M3 .NepSvc_animate-in__Wp8X7.NepSvc_animated__Xq2Z9 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#NepSvc_root__Tk7M3 .NepSvc_slide-up__Yr4B1 {
    transform: translateY(24px) !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepSvc_root__Tk7M3 .NepSvc_container__Zp6R9 {
        padding: 0 1.5rem !important;          /* matches DenMar tablet: 0 1.5rem */
    }
}

/* ========== RESPONSIVE — 900px (stack to 1-col) ========== */
@media (max-width: 900px) {
    #NepSvc_root__Tk7M3 .NepSvc_grid__Ga6X1 {
        grid-template-columns: 1fr !important;
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepSvc_root__Tk7M3 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepSvc_root__Tk7M3 .NepSvc_container__Zp6R9 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepSvc_root__Tk7M3 .NepSvc_title__Dx8R4 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepSvc_root__Tk7M3 .NepSvc_header__Bv4N8 {
        padding: 0 0 2.5rem !important;
    }

    #NepSvc_root__Tk7M3 .NepSvc_cardInner__Kd4D7 {
        padding: 1.75rem 1.25rem !important;   /* matches DenMar mobile card: 1.75rem 1.25rem */
    }

    #NepSvc_root__Tk7M3 .NepSvc_itemsGrid__Rk8P9 {
        grid-template-columns: 1fr !important;
        gap: 0.375rem !important;              /* matches NepDir service-list gap: 0.375rem */
    }

    #NepSvc_root__Tk7M3 .NepSvc_watermark__Le6F9 {
        font-size: 5rem !important;
        right: 1rem !important;
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepSvc_root__Tk7M3 .NepSvc_cardTitle__Ph4L5 {
        font-size: 1.25rem !important;         /* matches DenMar mobile card-name: 1.25rem */
    }

    #NepSvc_root__Tk7M3 .NepSvc_watermark__Le6F9 {
        font-size: 3.75rem !important;
        right: 0.75rem !important;
        top: 0 !important;
    }
}
 
/* ═══════════════════════════════════════════════════
   NepJobs Module — RenderBox CMS Compliant CSS
   Electrician Jobs in Nanaimo BC
   Wage Ladder + Red Seal Path + Job Listings
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepJobs_root__Vn3K8,
#NepJobs_root__Vn3K8 *,
#NepJobs_root__Vn3K8 *::before,
#NepJobs_root__Vn3K8 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepJobs_root__Vn3K8 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0D1117 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepJobs_root__Vn3K8 .NepJobs_container__Aq8S1 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepJobs_root__Vn3K8::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== SECTION LABEL (pill) ========== */
#NepJobs_root__Vn3K8 .NepJobs_label__Bx7N4 {
    position: relative !important;
    z-index: 10 !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepJobs_root__Vn3K8 .NepJobs_title__Cy9P6 {
    position: relative !important;
    z-index: 10 !important;
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepJobs_root__Vn3K8 .NepJobs_title__Cy9P6 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepJobs_root__Vn3K8 .NepJobs_titleAccent__Dz1R8 {
    color: #14B8A6 !important;
}

/* ========== 2-COLUMN LAYOUT ========== */
#NepJobs_root__Vn3K8 .NepJobs_layout__Ea3T0 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1fr 1.4fr !important;
    gap: 3rem !important;                      /* matches DenMar header margin-bottom: 3rem */
    align-items: start !important;
    margin-top: 3rem !important;               /* matches DenMar contact-grid margin-top: 3rem */
}

/* ========== INTRO DESCRIPTION ========== */
#NepJobs_root__Vn3K8 .NepJobs_introDesc__Hd9Z6 {
    font-size: 0.9375rem !important;           /* matches NepDir headerDesc: 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.75 !important;              /* matches DenMar: 1.75 */
    max-width: 640px;
    margin-bottom: 2.5rem !important;
}

/* ========== WAGE CONTAINER ========== */
#NepJobs_root__Vn3K8 .NepJobs_wageContainer__Je1B8 {
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    overflow: hidden !important;
}

/* ========== WAGE ROW ========== */
#NepJobs_root__Vn3K8 .NepJobs_wageRow__Kf3D0 {
    padding: 1.5rem 1.75rem !important;        /* matches DenMar card padding rhythm */
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: default;
    background-color: transparent !important;
    transition: background-color 0.3s ease !important;
}

#NepJobs_root__Vn3K8 .NepJobs_wageRow__Kf3D0:hover {
    background-color: rgba(255,255,255,0.03) !important;
}

/* Last row — no border, accent background */
#NepJobs_root__Vn3K8 .NepJobs_wageRowLast__Lg5F2 {
    border-bottom: none !important;
    background-color: rgba(20,184,166,0.06) !important;
}

#NepJobs_root__Vn3K8 .NepJobs_wageRowLast__Lg5F2:hover {
    background-color: rgba(20,184,166,0.09) !important;
}

/* ========== WAGE FILL BAR ========== */
#NepJobs_root__Vn3K8 .NepJobs_wageFill__Mh7H4 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 0;
    background: linear-gradient(to right, #14B8A6, #60A5FA) !important;
    opacity: 0.15 !important;
    transition: width 1.2s ease-out !important;
}

#NepJobs_root__Vn3K8 .NepJobs_wageFillLast__Xk2Q9 {
    opacity: 0.35 !important;
}

/* ========== WAGE LEFT (level + title) ========== */
#NepJobs_root__Vn3K8 .NepJobs_wageLeft__Ni9J6 {
    position: relative !important;
    z-index: 1 !important;
}

#NepJobs_root__Vn3K8 .NepJobs_wageLevel__Pj1L8 {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
    font-size: 0.625rem !important;            /* matches DenMar meta-item: 0.625rem */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #14B8A6 !important;
    margin-bottom: 0.25rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_wageTitle__Qk3N0 {
    font-weight: 600;
    font-size: 0.9375rem !important;           /* matches DenMar meta-val: 0.9375rem */
    color: #FFFFFF !important;
}

/* ========== WAGE RIGHT (rate + type) ========== */
#NepJobs_root__Vn3K8 .NepJobs_wageRight__Rl5P2 {
    position: relative !important;
    z-index: 1 !important;
    text-align: right !important;
}

#NepJobs_root__Vn3K8 .NepJobs_wageRate__Sm7R4 {
    font-weight: 900;
    font-size: 1.5rem !important;              /* matches DenMar card-title: 1.5rem */
    letter-spacing: 1px;
    color: #14B8A6 !important;
    line-height: 1;
}

#NepJobs_root__Vn3K8 .NepJobs_wageType__Tn9T6 {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
    font-size: 0.625rem !important;            /* matches DenMar meta-item: 0.625rem */
    color: rgba(226,232,240,0.75) !important;
    letter-spacing: 1px;
}

/* ========== PATH TO RED SEAL ========== */
#NepJobs_root__Vn3K8 .NepJobs_pathSection__Uo1V8 {
    margin-top: 3rem !important;               /* matches DenMar section spacing: 3rem */
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    padding-top: 2.5rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_pathTitle__Vp3X0 {
    font-weight: 900;
    font-size: 1.5rem !important;              /* matches DenMar card-title: 1.5rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 2rem !important;            /* matches DenMar header gap: 2rem */
}

#NepJobs_root__Vn3K8 .NepJobs_pathTimeline__Zb4G1 {
    display: flex !important;
    flex-direction: column !important;
}

/* ========== PATH STEP ========== */
#NepJobs_root__Vn3K8 .NepJobs_pathStep__Wq5Z2 {
    display: grid !important;
    grid-template-columns: 3.75rem 1fr !important;
    gap: 1.25rem !important;                   /* matches DenMar meta-row gap: 1.25rem */
    position: relative !important;
}

/* ========== CONNECTING LINE ========== */
#NepJobs_root__Vn3K8 .NepJobs_pathLine__Xr7B4 {
    position: absolute !important;
    left: 1.8125rem !important;
    top: 3.25rem !important;
    bottom: -0.5rem !important;
    width: 1px !important;
    background: linear-gradient(to bottom, #14B8A6, transparent) !important;
    opacity: 0.3 !important;
}

/* Hide line on last step */
#NepJobs_root__Vn3K8 .NepJobs_pathStepLast__Cd8J5 .NepJobs_pathLine__Xr7B4 {
    display: none !important;
}

/* ========== PATH CIRCLE ========== */
#NepJobs_root__Vn3K8 .NepJobs_pathCircle__Ys9D6 {
    width: 2.75rem !important;
    height: 2.75rem !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
    background: rgba(20,184,166,0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    color: #14B8A6 !important;
    flex-shrink: 0;
    margin-top: 0.25rem !important;
    border-radius: 0.75rem !important;         /* matches DenMar address-box: 0.75rem */
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* ========== PATH CONTENT ========== */
#NepJobs_root__Vn3K8 .NepJobs_pathContent__Ac6H3 {
    padding-bottom: 2rem !important;           /* matches DenMar card padding: 2rem */
}

#NepJobs_root__Vn3K8 .NepJobs_pathYear__Zt1F8 {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
    font-size: 0.625rem !important;            /* matches DenMar meta-item: 0.625rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    margin-bottom: 0.25rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_pathStepTitle__Au3H0 {
    font-weight: 600;
    font-size: 0.9375rem !important;           /* matches DenMar meta-val: 0.9375rem */
    color: #FFFFFF !important;
    margin-bottom: 0.25rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_pathStepDetail__Bv5J2 {
    font-size: 0.8125rem !important;           /* matches NepDir service-item: 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.5;
}

/* ═══════════════════════════════════════
   RIGHT COLUMN — JOB LISTINGS
   ═══════════════════════════════════════ */

#NepJobs_root__Vn3K8 .NepJobs_openingsTitle__Cw7L4 {
    font-weight: 900;
    font-size: 1.5rem !important;              /* matches DenMar card-title: 1.5rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem !important;          /* matches DenMar grid gap: 1.5rem */
}

#NepJobs_root__Vn3K8 .NepJobs_jobsList__Dx9N6 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;                      /* matches DenMar service-list margin: 1rem */
}

/* ========== JOB CARD (glass) ========== */
#NepJobs_root__Vn3K8 .NepJobs_jobCard__Ey1P8 {
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    padding: 1.5rem 1.75rem !important;        /* matches DenMar card padding rhythm */
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 1.25rem !important;                   /* matches DenMar meta-row gap: 1.25rem */
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.35s ease,
                box-shadow 0.35s ease,
                background-color 0.5s ease !important;
}

#NepJobs_root__Vn3K8 .NepJobs_jobCard__Ey1P8:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(20,184,166,0.15) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3) !important;
    background-color: rgba(255,255,255,0.05) !important;
}

/* ========== JOB LEFT ========== */
#NepJobs_root__Vn3K8 .NepJobs_jobTitle__Fz3R0 {
    font-weight: 700;
    font-size: 1.125rem !important;            /* matches DenMar contact-value: 1.125rem */
    color: #FFFFFF !important;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_jobCompany__Ga5T2 {
    font-size: 0.8125rem !important;           /* matches NepDir card-tagline: 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    margin-bottom: 0.625rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_jobBadges__Hb7V4 {
    display: flex !important;
    gap: 0.375rem !important;                  /* matches NepDir badge-wrap gap: 0.375rem */
    flex-wrap: wrap !important;
}

#NepJobs_root__Vn3K8 .NepJobs_jobBadge__Ic9X6 {
    font-size: 0.625rem !important;            /* matches NepDir badge: 0.625rem */
    letter-spacing: 1px;
    color: rgba(226,232,240,0.75) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    padding: 0.25rem 0.625rem !important;      /* matches NepDir badge: 0.25rem 0.625rem */
    border-radius: 0.375rem !important;
    font-weight: 700;
}

/* ========== JOB RIGHT ========== */
#NepJobs_root__Vn3K8 .NepJobs_jobRight__Kh4M8 {
    text-align: right !important;
    flex-shrink: 0;
}

#NepJobs_root__Vn3K8 .NepJobs_jobWage__Jd1Z8 {
    font-weight: 900;
    font-size: 1.5rem !important;              /* matches DenMar card-title: 1.5rem */
    color: #14B8A6 !important;
    letter-spacing: 1px;
    white-space: nowrap !important;
    line-height: 1;
    margin-top: 0.25rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_jobWageUnit__Ke3B0 {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
    font-size: 0.625rem !important;            /* matches DenMar meta-item: 0.625rem */
    color: rgba(226,232,240,0.75) !important;
    letter-spacing: 1px;
}

#NepJobs_root__Vn3K8 .NepJobs_jobApply__Lf5D2 {
    display: inline-block !important;
    font-size: 0.6875rem !important;           /* matches NepDir card-link: 0.6875rem */
    color: #14B8A6 !important;
    text-decoration: none !important;
    margin-top: 0.5rem !important;
    font-weight: 700;
    transition: transform 0.3s ease !important;
}

#NepJobs_root__Vn3K8 .NepJobs_jobApply__Lf5D2:hover {
    transform: translateX(3px) !important;
}

/* ========== MORE LISTINGS BOX ========== */
#NepJobs_root__Vn3K8 .NepJobs_moreListings__Mg7F4 {
    margin-top: 1.75rem !important;
    padding: 1.25rem 1.5rem !important;        /* matches DenMar hours-section padding rhythm */
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
}

#NepJobs_root__Vn3K8 .NepJobs_moreLabel__Nh9H6 {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
    font-size: 0.625rem !important;            /* matches DenMar meta-item: 0.625rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 0.75rem !important;         /* matches NepDir badge-wrap margin: 0.75rem */
}

#NepJobs_root__Vn3K8 .NepJobs_moreLinks__Pi1J8 {
    display: flex !important;
    gap: 0.75rem !important;                   /* matches DenMar location-item gap: 0.75rem */
    flex-wrap: wrap !important;
}

#NepJobs_root__Vn3K8 .NepJobs_moreLink__Qj3L0 {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
    font-size: 0.6875rem !important;           /* matches NepDir card-link: 0.6875rem */
    letter-spacing: 1px;
    color: #14B8A6 !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

#NepJobs_root__Vn3K8 .NepJobs_moreLink__Qj3L0:hover {
    opacity: 0.8 !important;
}

/* ========== BUSINESS BOX ========== */
#NepJobs_root__Vn3K8 .NepJobs_bizBox__Rk5N2 {
    margin-top: 1rem !important;               /* matches NepDir card-link margin: 1rem */
    padding: 1.25rem 1.5rem !important;        /* matches more-listings padding */
    border: 1px solid rgba(20,184,166,0.15) !important;
    background: rgba(20,184,166,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
}

#NepJobs_root__Vn3K8 .NepJobs_bizTitle__Sl7P4 {
    font-weight: 700;
    font-size: 0.9375rem !important;           /* matches DenMar meta-val: 0.9375rem */
    color: #FFFFFF !important;
    margin-bottom: 0.5rem !important;
}

#NepJobs_root__Vn3K8 .NepJobs_bizDesc__Tm9R6 {
    font-size: 0.8125rem !important;           /* matches NepDir service-item: 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.75 !important;              /* matches DenMar: 1.75 */
}

/* ═══════════════════════════════════════
   ENTRY ANIMATION CLASSES
   ═══════════════════════════════════════ */
#NepJobs_root__Vn3K8 .NepJobs_animate-in__Un1T8 {
    opacity: 0 !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

#NepJobs_root__Vn3K8 .NepJobs_animate-in__Un1T8.NepJobs_animated__Vo3V0 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#NepJobs_root__Vn3K8 .NepJobs_slide-up__Wp5X2 {
    transform: translateY(24px) !important;
}

#NepJobs_root__Vn3K8 .NepJobs_slide-right__Xq7Z4 {
    transform: translateX(24px) !important;
}

#NepJobs_root__Vn3K8 .NepJobs_slide-left__Yr9B6 {
    transform: translateX(-12px) !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE — TABLET (1100px)
   ═══════════════════════════════════════ */
@media (max-width: 1100px) {
    #NepJobs_root__Vn3K8 .NepJobs_container__Aq8S1 {
        padding: 0 1.5rem !important;          /* matches DenMar tablet: 0 1.5rem */
    }

    #NepJobs_root__Vn3K8 .NepJobs_layout__Ea3T0 {
        gap: 2rem !important;                  /* matches DenMar header gap: 2rem */
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — STACK (1000px)
   ═══════════════════════════════════════ */
@media (max-width: 1000px) {
    #NepJobs_root__Vn3K8 .NepJobs_layout__Ea3T0 {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — MOBILE (768px)
   ═══════════════════════════════════════ */
@media (max-width: 768px) {
    #NepJobs_root__Vn3K8 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepJobs_root__Vn3K8 .NepJobs_container__Aq8S1 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepJobs_root__Vn3K8 .NepJobs_title__Cy9P6 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepJobs_root__Vn3K8 .NepJobs_wageRow__Kf3D0 {
        padding: 1.125rem 1.25rem !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_wageRate__Sm7R4 {
        font-size: 1.25rem !important;         /* matches DenMar mobile card-name: 1.25rem */
    }

    #NepJobs_root__Vn3K8 .NepJobs_jobCard__Ey1P8 {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_jobRight__Kh4M8 {
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_jobWage__Jd1Z8 {
        margin-top: 0 !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_jobApply__Lf5D2 {
        margin-top: 0 !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_layout__Ea3T0 {
        margin-top: 2.5rem !important;
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — SMALL PHONE (480px)
   ═══════════════════════════════════════ */
@media (max-width: 480px) {
    #NepJobs_root__Vn3K8 .NepJobs_wageRate__Sm7R4 {
        font-size: 1.125rem !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_jobWage__Jd1Z8 {
        font-size: 1.25rem !important;
    }

    #NepJobs_root__Vn3K8 .NepJobs_pathStep__Wq5Z2 {
        grid-template-columns: 2.75rem 1fr !important;
        gap: 0.75rem !important;
    }
}
 
/* ═══════════════════════════════════════════════════
   NepNhd Module — RenderBox CMS Compliant CSS
   Service Coverage · Nanaimo Neighbourhoods &amp; Service
   Areas — 10 neighbourhood cards in 5-col responsive grid
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepNhd_root__Ak5B7,
#NepNhd_root__Ak5B7 *,
#NepNhd_root__Ak5B7 *::before,
#NepNhd_root__Ak5B7 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepNhd_root__Ak5B7 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0D1117 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepNhd_root__Ak5B7 .NepNhd_container__Bm6C8 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepNhd_root__Ak5B7::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER ========== */
#NepNhd_root__Ak5B7 .NepNhd_header__Cn7D9 {
    position: relative !important;
    z-index: 10 !important;
    padding: 0 0 3.5rem !important;            /* slightly more spacing for grid below */
}

/* ========== SECTION LABEL (pill) ========== */
#NepNhd_root__Ak5B7 .NepNhd_label__Dp8E1 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepNhd_root__Ak5B7 .NepNhd_title__Eq9F2 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepNhd_root__Ak5B7 .NepNhd_title__Eq9F2 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepNhd_root__Ak5B7 .NepNhd_titleAccent__Fr1G3 {
    color: #14B8A6 !important;
}

/* ========== DESCRIPTION ========== */
#NepNhd_root__Ak5B7 .NepNhd_desc__Gs2H4 {
    font-size: 0.9375rem !important;           /* matches NepDir headerDesc: 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.75 !important;              /* matches DenMar: 1.75 */
    max-width: 640px;
    margin-top: 1rem !important;               /* matches DenMar desc spacing: 1rem */
}

/* ========== NEIGHBOURHOOD GRID (5-col desktop) ========== */
#NepNhd_root__Ak5B7 .NepNhd_grid__Ht3J5 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0.75rem !important;                   /* tighter gap for 5-col: 0.75rem */
    margin-bottom: 3rem !important;            /* matches DenMar grid spacing: 3rem */
}

/* ========== GLASS CARD ========== */
#NepNhd_root__Ak5B7 .NepNhd_card__Ju4K6 {
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    padding: 1.5rem 1.25rem !important;        /* tighter padding for 5-col cards: 1.5rem 1.25rem */
    min-height: 140px;
    cursor: default;
    transition: background-color 0.5s ease,
                border-color 0.5s ease,
                box-shadow 0.4s ease,
                transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#NepNhd_root__Ak5B7 .NepNhd_card__Ju4K6:hover {
    background-color: rgba(255,255,255,0.05) !important;
    border-color: rgba(20,184,166,0.15) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 20px rgba(20,184,166,0.05) !important;
    transform: translateY(-4px) !important;
}

/* ========== MOUSE-FOLLOWING GLOW ORB ========== */
#NepNhd_root__Ak5B7 .NepNhd_cardGlow__Cx7N9 {
    position: absolute !important;
    width: 200px !important;                   /* matches NepDir glow: 200px */
    height: 200px !important;
    background: radial-gradient(circle, rgba(20,184,166,0.12) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
    z-index: 0 !important;
    transform: translate(-50%, -50%) !important;
}

/* ========== CARD NAME ========== */
#NepNhd_root__Ak5B7 .NepNhd_cardName__Dy8P1 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.0625rem !important;           /* slightly smaller for tight cards: 1.0625rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 0.5rem !important;          /* tight spacing: 0.5rem */
    line-height: 1.1;
    position: relative;
    z-index: 1;
}

/* ========== CARD FEATURE ========== */
#NepNhd_root__Ak5B7 .NepNhd_cardFeature__Ez9Q2 {
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.5;
    margin-bottom: 0.625rem !important;        /* tight spacing: 0.625rem */
    position: relative;
    z-index: 1;
}

/* ========== TAG ========== */
#NepNhd_root__Ak5B7 .NepNhd_tag__Fa1R3 {
    display: inline-block !important;
    font-size: 0.5625rem !important;           /* very small for tight cards: 0.5625rem (9px) */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #14B8A6 !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
    padding: 0.1875rem 0.5rem !important;      /* matches NepJobs badge: 0.1875rem 0.5rem */
    border-radius: 0.375rem !important;        /* matches NepDir badge: 0.375rem */
    font-weight: 700;
    position: relative;
    z-index: 1;
}

/* ========== EXTENDED PANEL ========== */
#NepNhd_root__Ak5B7 .NepNhd_extendedPanel__Gb3S4 {
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    padding: 1.75rem 2rem !important;          /* matches DenMar card padding: 2rem (slightly reduced top) */
}

/* ========== EXTENDED LABEL ========== */
#NepNhd_root__Ak5B7 .NepNhd_extendedLabel__Hc4T5 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
}

/* ========== BADGE GRID ========== */
#NepNhd_root__Ak5B7 .NepNhd_badgeGrid__Jd5U6 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;                    /* matches NepJobs badge gap: 0.5rem */
}

/* ========== BADGE (WHITE) ========== */
#NepNhd_root__Ak5B7 .NepNhd_badge__Ke6V7 {
    display: inline-block !important;
    font-size: 0.6875rem !important;           /* matches NepJobs badge: 0.6875rem */
    letter-spacing: 0.5px;
    color: rgba(226,232,240,0.9) !important;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    padding: 0.25rem 0.625rem !important;      /* matches NepJobs badge: 0.25rem 0.625rem */
    border-radius: 0.375rem !important;        /* matches NepJobs badge: 0.375rem */
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}

#NepNhd_root__Ak5B7 .NepNhd_badge__Ke6V7:hover {
    background-color: rgba(255,255,255,0.12) !important;
    transform: scale(1.05) !important;
}

/* ========== BADGE (ACCENT) ========== */
#NepNhd_root__Ak5B7 .NepNhd_badgeAccent__Lf7W8 {
    display: inline-block !important;
    font-size: 0.6875rem !important;           /* matches NepJobs badge: 0.6875rem */
    letter-spacing: 0.5px;
    color: #14B8A6 !important;
    background: rgba(20,184,166,0.08) !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
    padding: 0.25rem 0.625rem !important;      /* matches NepJobs badge: 0.25rem 0.625rem */
    border-radius: 0.375rem !important;        /* matches NepJobs badge: 0.375rem */
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}

#NepNhd_root__Ak5B7 .NepNhd_badgeAccent__Lf7W8:hover {
    background-color: rgba(20,184,166,0.12) !important;
    transform: scale(1.05) !important;
}

/* ========== ENTRY ANIMATION CLASSES ========== */
#NepNhd_root__Ak5B7 .NepNhd_animate-in__Av5L7 {
    opacity: 0 !important;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
}

#NepNhd_root__Ak5B7 .NepNhd_animate-in__Av5L7.NepNhd_animated__Cw6N9 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#NepNhd_root__Ak5B7 .NepNhd_slide-up__Bw6M8 {
    transform: translateY(24px) !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepNhd_root__Ak5B7 .NepNhd_container__Bm6C8 {
        padding: 0 1.5rem !important;          /* matches DenMar tablet: 0 1.5rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_grid__Ht3J5 {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1rem !important;                  /* more breathing room on tablet: 1rem */
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepNhd_root__Ak5B7 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepNhd_root__Ak5B7 .NepNhd_container__Bm6C8 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_title__Eq9F2 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_header__Cn7D9 {
        padding: 0 0 2.5rem !important;
    }

    #NepNhd_root__Ak5B7 .NepNhd_grid__Ht3J5 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem !important;               /* tight mobile: 0.75rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_card__Ju4K6 {
        padding: 1.25rem 1rem !important;      /* tighter mobile padding: 1.25rem 1rem */
        min-height: 120px;
    }

    #NepNhd_root__Ak5B7 .NepNhd_cardName__Dy8P1 {
        font-size: 0.9375rem !important;       /* smaller on mobile: 0.9375rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_extendedPanel__Gb3S4 {
        padding: 1.5rem 1.25rem !important;    /* matches DenMar mobile card: 1.5rem 1.25rem */
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepNhd_root__Ak5B7 .NepNhd_grid__Ht3J5 {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;               /* matches mobile tight: 0.75rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_cardName__Dy8P1 {
        font-size: 0.875rem !important;        /* even smaller on tiny screens: 0.875rem */
    }

    #NepNhd_root__Ak5B7 .NepNhd_tag__Fa1R3 {
        font-size: 0.5rem !important;          /* shrink tag: 0.5rem (8px) */
    }
}
 
/* ═══════════════════════════════════════════════════
   NepReb Module — RenderBox CMS Compliant CSS
   2026 Incentive Programs · BC Hydro &amp; CleanBC Rebates
   9 rebate cards in 3-col responsive grid with featured card
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepReb_root__Cm8D1,
#NepReb_root__Cm8D1 *,
#NepReb_root__Cm8D1 *::before,
#NepReb_root__Cm8D1 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepReb_root__Cm8D1 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0A0E14 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
    overflow: hidden;
}

/* ========== BACKGROUND WATERMARK $ ========== */
#NepReb_root__Cm8D1 .NepReb_watermark__Dn9E2 {
    position: absolute !important;
    right: -2.5rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: inherit;
    font-weight: 900;
    font-size: 37.5rem !important;             /* 600px → 37.5rem */
    color: rgba(255,255,255,0.08) !important;
    line-height: 1;
    pointer-events: none !important;
    opacity: 0.03;
    z-index: 0;
    user-select: none;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepReb_root__Cm8D1 .NepReb_container__Ep1F3 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepReb_root__Cm8D1::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER (2-column layout) ========== */
#NepReb_root__Cm8D1 .NepReb_header__Fq2G4 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 3.75rem !important;                   /* 60px → 3.75rem */
    align-items: end !important;
    margin-bottom: 4rem !important;            /* 64px → 4rem */
}

/* ========== SECTION LABEL (pill) ========== */
#NepReb_root__Cm8D1 .NepReb_label__Gr3H5 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepReb_root__Cm8D1 .NepReb_title__Hs4J6 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepReb_root__Cm8D1 .NepReb_title__Hs4J6 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepReb_root__Cm8D1 .NepReb_titleAccent__Jt5K7 {
    color: #14B8A6 !important;
}

/* ========== DESCRIPTION (right column in header) ========== */
#NepReb_root__Cm8D1 .NepReb_desc__Ku6L8 {
    font-size: 0.9375rem !important;           /* matches NepDir headerDesc: 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.8 !important;
    max-width: 640px;
}

/* ========== REBATES GRID (3-col) ========== */
#NepReb_root__Cm8D1 .NepReb_grid__Lv7M9 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;                      /* 16px → 1rem */
    margin-bottom: 2rem !important;            /* 32px → 2rem */
}

/* ========== GLASS CARD ========== */
#NepReb_root__Cm8D1 .NepReb_card__Mw8N1 {
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    cursor: default;
    transition: background-color 0.5s ease,
                border-color 0.5s ease,
                box-shadow 0.4s ease,
                transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#NepReb_root__Cm8D1 .NepReb_card__Mw8N1:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.35) !important;
}

/* ========== FEATURED CARD (accent background) ========== */
#NepReb_root__Cm8D1 .NepReb_cardFeatured__Nx9P2 {
    background: rgba(20,184,166,0.06) !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
}

/* ========== MOUSE-FOLLOWING GLOW ORB ========== */
#NepReb_root__Cm8D1 .NepReb_cardGlow__Py1Q3 {
    position: absolute !important;
    width: 200px !important;                   /* matches NepDir glow: 200px */
    height: 200px !important;
    background: radial-gradient(circle, rgba(20,184,166,0.12) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
    z-index: 0 !important;
    transform: translate(-50%, -50%) !important;
}

/* ========== CARD INNER ========== */
#NepReb_root__Cm8D1 .NepReb_cardInner__Qz2R4 {
    position: relative !important;
    z-index: 1 !important;
    padding: 2.5rem 2rem !important;           /* 40px 32px → 2.5rem 2rem */
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;                      /* 16px → 1rem */
    height: 100% !important;
}

/* ========== PROGRAM NAME ========== */
#NepReb_root__Cm8D1 .NepReb_program__Ra3S5 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.625rem !important;            /* 10px → 0.625rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
}

/* ========== AMOUNT (large display) ========== */
#NepReb_root__Cm8D1 .NepReb_amount__Sb4T6 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.625rem !important;            /* 42px → 2.625rem */
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
    line-height: 1;
}

/* ========== CARD LABEL ========== */
#NepReb_root__Cm8D1 .NepReb_cardLabel__Tc5U7 {
    font-weight: 600;
    font-size: 1rem !important;                /* 16px → 1rem */
    color: #FFFFFF !important;
}

/* ========== CARD DESCRIPTION ========== */
#NepReb_root__Cm8D1 .NepReb_cardDesc__Ud6V8 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.6;
    flex: 1 !important;
}

/* ========== NOTE (footer with top border) ========== */
#NepReb_root__Cm8D1 .NepReb_note__Ve7W9 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.625rem !important;            /* 10px → 0.625rem */
    letter-spacing: 1px;
    color: #14B8A6 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    padding-top: 1rem !important;              /* 16px → 1rem */
}

/* ========== BOTTOM WARNING BAR ========== */
#NepReb_root__Cm8D1 .NepReb_bottomBar__Wf8X1 {
    position: relative !important;
    z-index: 10 !important;
    padding: 1.5rem 1.75rem !important;        /* 24px 28px → 1.5rem 1.75rem */
    border: 1px solid rgba(20,184,166,0.15) !important;
    background: rgba(20,184,166,0.06) !important;
    display: flex !important;
    gap: 1.5rem !important;                    /* 24px → 1.5rem */
    align-items: center !important;
    flex-wrap: wrap !important;
    border-radius: 1rem !important;            /* 16px → 1rem */
}

/* ========== BAR TEXT ========== */
#NepReb_root__Cm8D1 .NepReb_barText__Xg9Y2 {
    flex: 1 !important;
}

/* ========== BAR TITLE ========== */
#NepReb_root__Cm8D1 .NepReb_barTitle__Yh1Z3 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.125rem !important;            /* 18px → 1.125rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
}

/* ========== BAR SUBTITLE ========== */
#NepReb_root__Cm8D1 .NepReb_barSubtitle__Za2A4 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    margin-top: 0.25rem !important;            /* 4px → 0.25rem */
}

/* ========== BAR LINKS CONTAINER ========== */
#NepReb_root__Cm8D1 .NepReb_barLinks__Ab3B5 {
    display: flex !important;
    gap: 0.75rem !important;                   /* 12px → 0.75rem */
    flex-wrap: wrap !important;
    flex-shrink: 0;
}

/* ========== LINK ========== */
#NepReb_root__Cm8D1 .NepReb_link__Bc4C6 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.6875rem !important;           /* 11px → 0.6875rem */
    color: #14B8A6 !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

#NepReb_root__Cm8D1 .NepReb_link__Bc4C6:hover {
    opacity: 0.7;
    text-decoration: underline !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepReb_root__Cm8D1 .NepReb_container__Ep1F3 {
        padding: 0 1.5rem !important;          /* matches DenMar tablet: 0 1.5rem */
    }

    #NepReb_root__Cm8D1 .NepReb_header__Fq2G4 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    #NepReb_root__Cm8D1 .NepReb_grid__Lv7M9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepReb_root__Cm8D1 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepReb_root__Cm8D1 .NepReb_container__Ep1F3 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepReb_root__Cm8D1 .NepReb_title__Hs4J6 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepReb_root__Cm8D1 .NepReb_header__Fq2G4 {
        margin-bottom: 2.5rem !important;
    }

    #NepReb_root__Cm8D1 .NepReb_grid__Lv7M9 {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    #NepReb_root__Cm8D1 .NepReb_cardInner__Qz2R4 {
        padding: 1.75rem 1.5rem !important;    /* tighter mobile padding */
    }

    #NepReb_root__Cm8D1 .NepReb_bottomBar__Wf8X1 {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: flex-start !important;
    }

    #NepReb_root__Cm8D1 .NepReb_watermark__Dn9E2 {
        font-size: 18.75rem !important;        /* smaller on mobile: 18.75rem (300px) */
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepReb_root__Cm8D1 .NepReb_amount__Sb4T6 {
        font-size: 2rem !important;            /* smaller amount on tiny screens: 2rem */
    }

    #NepReb_root__Cm8D1 .NepReb_watermark__Dn9E2 {
        display: none !important;              /* hide watermark on tiny screens */
    }
}
 
/* ═══════════════════════════════════════════════════
   NepPrc Module — RenderBox CMS Compliant CSS
   2026 Price Reference Guide · Electrical Pricing in
   Nanaimo BC — Tabbed pricing with animated bars
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepPrc_root__Dm9E3,
#NepPrc_root__Dm9E3 *,
#NepPrc_root__Dm9E3 *::before,
#NepPrc_root__Dm9E3 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepPrc_root__Dm9E3 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0D1117 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepPrc_root__Dm9E3 .NepPrc_container__En1F4 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepPrc_root__Dm9E3::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&amp;amp;quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&amp;amp;quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER ========== */
#NepPrc_root__Dm9E3 .NepPrc_header__Fo2G5 {
    position: relative !important;
    z-index: 10 !important;
    padding: 0 0 3rem !important;              /* matches DenMar header margin-bottom: 3rem */
}

/* ========== SECTION LABEL (pill) ========== */
#NepPrc_root__Dm9E3 .NepPrc_label__Gp3H6 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepPrc_root__Dm9E3 .NepPrc_title__Hq4J7 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepPrc_root__Dm9E3 .NepPrc_title__Hq4J7 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepPrc_root__Dm9E3 .NepPrc_titleAccent__Jr5K8 {
    color: #14B8A6 !important;
}

/* ========== DESCRIPTION ========== */
#NepPrc_root__Dm9E3 .NepPrc_desc__Ks6L9 {
    font-size: 0.9375rem !important;           /* matches NepDir headerDesc: 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.8 !important;
    max-width: 640px;
    margin-top: 1rem !important;               /* matches DenMar desc spacing: 1rem */
}

/* ========== TABS ========== */
#NepPrc_root__Dm9E3 .NepPrc_tabs__Lt7M1 {
    position: relative !important;
    z-index: 10 !important;
    display: flex !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    width: fit-content !important;
    margin-bottom: 3rem !important;            /* 48px → 3rem */
    border-radius: 0.75rem !important;         /* 12px → 0.75rem */
    overflow: hidden;
}

/* ========== TAB BUTTON ========== */
#NepPrc_root__Dm9E3 .NepPrc_tab__Mu8N2 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.75rem !important;             /* 12px → 0.75rem */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem !important;        /* 12px 24px → 0.75rem 1.5rem */
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
    color: rgba(226,232,240,0.75) !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background-color 0.25s ease,
                color 0.25s ease !important;
}

#NepPrc_root__Dm9E3 .NepPrc_tab__Mu8N2:last-child {
    border-right: none !important;
}

#NepPrc_root__Dm9E3 .NepPrc_tab__Mu8N2:hover:not(.NepPrc_tabActive__Nv9P3) {
    background-color: rgba(255,255,255,0.05) !important;
    color: #FFFFFF !important;
}

#NepPrc_root__Dm9E3 .NepPrc_tab__Mu8N2:active {
    transform: scale(0.96);
}

/* ========== ACTIVE TAB ========== */
#NepPrc_root__Dm9E3 .NepPrc_tabActive__Nv9P3 {
    background-color: #14B8A6 !important;
    color: #0A0E14 !important;
}

/* ========== TABLE WRAPPER ========== */
#NepPrc_root__Dm9E3 .NepPrc_tableWrapper__Pw1Q4 {
    position: relative !important;
    z-index: 10 !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* 16px → 1rem */
    overflow: hidden;
}

/* ========== TABLE HEADER ========== */
#NepPrc_root__Dm9E3 .NepPrc_tableHeader__Qx2R5 {
    display: grid !important;
    grid-template-columns: 2fr 1fr 3fr !important;
    background: rgba(255,255,255,0.03) !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

/* ========== HEADER CELL ========== */
#NepPrc_root__Dm9E3 .NepPrc_headerCell__Ry3S6 {
    font-family: inherit;
    font-weight: 700;
    padding: 0.875rem 1.5rem !important;       /* 14px 24px → 0.875rem 1.5rem */
    font-size: 0.625rem !important;            /* 10px → 0.625rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
}

#NepPrc_root__Dm9E3 .NepPrc_headerCell__Ry3S6:last-child {
    border-right: none !important;
}

/* ========== TAB CONTENT ========== */
#NepPrc_root__Dm9E3 .NepPrc_tabContent__Sz4T7 {
    display: none !important;
}

#NepPrc_root__Dm9E3 .NepPrc_tabContentActive__Ta5U8 {
    display: block !important;
}

/* ========== PRICING ROW ========== */
#NepPrc_root__Dm9E3 .NepPrc_row__Ub6V9 {
    display: grid !important;
    grid-template-columns: 2fr 1fr 3fr !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    align-items: center !important;
    transition: background 0.25s ease !important;
}

#NepPrc_root__Dm9E3 .NepPrc_row__Ub6V9:last-child {
    border-bottom: none !important;
}

#NepPrc_root__Dm9E3 .NepPrc_row__Ub6V9:hover {
    background: rgba(255,255,255,0.015) !important;
}

/* ========== SERVICE NAME CELL ========== */
#NepPrc_root__Dm9E3 .NepPrc_service__Vc7W1 {
    padding: 1.125rem 1.5rem !important;       /* 18px 24px → 1.125rem 1.5rem */
    font-weight: 500;
    font-size: 0.875rem !important;            /* 14px → 0.875rem */
    color: #FFFFFF !important;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
}

/* ========== COST CELL ========== */
#NepPrc_root__Dm9E3 .NepPrc_cost__Wd8X2 {
    padding: 1.125rem 1.5rem !important;       /* 18px 24px → 1.125rem 1.5rem */
    font-family: inherit;
    font-weight: 900;
    font-size: 1.375rem !important;            /* 22px → 1.375rem */
    letter-spacing: 0.5px;
    color: #14B8A6 !important;
    border-right: 1px solid rgba(255,255,255,0.06) !important;
    white-space: nowrap;
}

/* ========== BAR WRAPPER (third column) ========== */
#NepPrc_root__Dm9E3 .NepPrc_barWrapper__Xe9Y3 {
    padding: 1.125rem 1.5rem !important;       /* 18px 24px → 1.125rem 1.5rem */
    display: flex !important;
    align-items: center !important;
}

/* ========== BAR BACKGROUND TRACK ========== */
#NepPrc_root__Dm9E3 .NepPrc_barBg__Yf1Z4 {
    flex: 1 !important;
    height: 0.375rem !important;               /* 6px → 0.375rem */
    background: rgba(255,255,255,0.08) !important;
    position: relative;
    overflow: hidden;
    border-radius: 0.1875rem !important;       /* 3px → 0.1875rem */
}

/* ========== BAR FILL (animated) ========== */
#NepPrc_root__Dm9E3 .NepPrc_barFill__Zg2A5 {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #14B8A6, #3B82F6) !important;
    border-radius: 0.1875rem !important;       /* 3px → 0.1875rem */
    width: 0;
    transition: width 1.2s ease-out;
}

/* ========== EMERGENCY NOTE ========== */
#NepPrc_root__Dm9E3 .NepPrc_emergencyNote__Ah3B6 {
    position: relative !important;
    z-index: 10 !important;
    margin-top: 1.25rem !important;            /* 20px → 1.25rem */
    padding: 1rem 1.25rem !important;          /* 16px 20px → 1rem 1.25rem */
    border: 1px solid rgba(255,255,255,0.06) !important;
    background: rgba(255,255,255,0.02) !important;
    display: none !important;                  /* hidden by default; shown via JS */
    align-items: center !important;
    gap: 0.75rem !important;                   /* 12px → 0.75rem */
    border-radius: 0.75rem !important;         /* 12px → 0.75rem */
}

#NepPrc_root__Dm9E3 .NepPrc_emergencyNote__Ah3B6.NepPrc_noteVisible__Dk6E9 {
    display: flex !important;
}

/* ========== NOTE LABEL ========== */
#NepPrc_root__Dm9E3 .NepPrc_noteLabel__Bi4C7 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.625rem !important;            /* 10px → 0.625rem */
    letter-spacing: 1.5px;
    color: #14B8A6 !important;
    flex-shrink: 0;
}

/* ========== NOTE TEXT ========== */
#NepPrc_root__Dm9E3 .NepPrc_noteText__Cj5D8 {
    font-size: 0.75rem !important;             /* 12px → 0.75rem */
    color: rgba(226,232,240,0.75) !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepPrc_root__Dm9E3 .NepPrc_container__En1F4 {
        padding: 0 1.5rem !important;          /* matches DenMar tablet: 0 1.5rem */
    }
}

/* ========== RESPONSIVE — 900px (stack table to 1-col) ========== */
@media (max-width: 900px) {
    #NepPrc_root__Dm9E3 .NepPrc_tableHeader__Qx2R5 {
        display: none !important;              /* hide header on mobile */
    }

    #NepPrc_root__Dm9E3 .NepPrc_row__Ub6V9 {
        grid-template-columns: 1fr !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    }

    #NepPrc_root__Dm9E3 .NepPrc_service__Vc7W1,
    #NepPrc_root__Dm9E3 .NepPrc_cost__Wd8X2,
    #NepPrc_root__Dm9E3 .NepPrc_barWrapper__Xe9Y3 {
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    }

    #NepPrc_root__Dm9E3 .NepPrc_barWrapper__Xe9Y3 {
        border-bottom: none !important;
    }

    #NepPrc_root__Dm9E3 .NepPrc_tabs__Lt7M1 {
        flex-wrap: wrap !important;
        width: 100% !important;
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepPrc_root__Dm9E3 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepPrc_root__Dm9E3 .NepPrc_container__En1F4 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepPrc_root__Dm9E3 .NepPrc_title__Hq4J7 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepPrc_root__Dm9E3 .NepPrc_header__Fo2G5 {
        padding: 0 0 2.5rem !important;
    }

    #NepPrc_root__Dm9E3 .NepPrc_cost__Wd8X2 {
        font-size: 1.125rem !important;        /* smaller cost on mobile: 1.125rem (18px) */
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepPrc_root__Dm9E3 .NepPrc_service__Vc7W1,
    #NepPrc_root__Dm9E3 .NepPrc_cost__Wd8X2,
    #NepPrc_root__Dm9E3 .NepPrc_barWrapper__Xe9Y3 {
        padding: 0.875rem 1rem !important;     /* tighter padding on tiny screens */
    }
}
 
/* ═══════════════════════════════════════════════════
   NepCod Module — RenderBox CMS Compliant CSS
   Legal Requirements · Codes, Permits &amp; Compliance
   2-column layout: code blocks + permit process timeline
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepCod_root__Em1F5,
#NepCod_root__Em1F5 *,
#NepCod_root__Em1F5 *::before,
#NepCod_root__Em1F5 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepCod_root__Em1F5 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0A0E14 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepCod_root__Em1F5 .NepCod_container__Fn2G6 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepCod_root__Em1F5::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulance type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER ========== */
#NepCod_root__Em1F5 .NepCod_header__Go3H7 {
    position: relative !important;
    z-index: 10 !important;
    padding: 0 0 4rem !important;              /* 64px → 4rem */
}

/* ========== SECTION LABEL (pill) ========== */
#NepCod_root__Em1F5 .NepCod_label__Hp4J8 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepCod_root__Em1F5 .NepCod_title__Jq5K9 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepCod_root__Em1F5 .NepCod_title__Jq5K9 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepCod_root__Em1F5 .NepCod_titleAccent__Kr6L1 {
    color: #14B8A6 !important;
}

/* ========== DESCRIPTION ========== */
#NepCod_root__Em1F5 .NepCod_desc__Ls7M2 {
    font-size: 0.9375rem !important;           /* matches NepDir headerDesc: 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.8 !important;
    max-width: 700px;
    margin-top: 1rem !important;               /* matches DenMar desc spacing: 1rem */
}

/* ========== 2-COLUMN LAYOUT ========== */
#NepCod_root__Em1F5 .NepCod_layout__Mt8N3 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 5rem !important;                      /* 80px → 5rem */
}

/* ========== CODE BLOCKS (left column) ========== */
#NepCod_root__Em1F5 .NepCod_codeBlocks__Nu9P4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;                    /* 24px → 1.5rem */
}

/* ========== INDIVIDUAL CODE BLOCK (glass card) ========== */
#NepCod_root__Em1F5 .NepCod_block__Pv1Q5 {
    position: relative !important;
    padding: 1.75rem 2rem !important;          /* 28px 32px → 1.75rem 2rem */
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.3s ease !important;
}

#NepCod_root__Em1F5 .NepCod_block__Pv1Q5:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(20,184,166,0.12) !important;
}

/* ========== BLOCK TAG (top-right badge) ========== */
#NepCod_root__Em1F5 .NepCod_blockTag__Qw2R6 {
    position: absolute !important;
    top: 1rem !important;                      /* 16px → 1rem */
    right: 1rem !important;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.5625rem !important;           /* 9px → 0.5625rem */
    letter-spacing: 1.5px;
    color: #14B8A6 !important;
    border: 1px solid rgba(20,184,166,0.15) !important;
    padding: 0.25rem 0.625rem !important;      /* 4px 10px → 0.25rem 0.625rem */
    border-radius: 0.5rem !important;          /* 8px → 0.5rem */
}

/* ========== BLOCK TITLE ========== */
#NepCod_root__Em1F5 .NepCod_blockTitle__Rx3S7 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.25rem !important;             /* 20px → 1.25rem */
    color: #FFFFFF !important;
    margin-bottom: 0.5rem !important;          /* 8px → 0.5rem */
    padding-right: 7.5rem !important;          /* 120px → 7.5rem (space for tag) */
}

/* ========== BLOCK BODY ========== */
#NepCod_root__Em1F5 .NepCod_blockBody__Sy4T8 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.7;
}

/* ========== PERMIT PROCESS (right column) ========== */
#NepCod_root__Em1F5 .NepCod_permitProcess__Tz5U9 {
    display: flex !important;
    flex-direction: column !important;
}

/* ========== PROCESS TITLE ========== */
#NepCod_root__Em1F5 .NepCod_processTitle__Ua6V1 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.5rem !important;              /* 24px → 1.5rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 2.25rem !important;         /* 36px → 2.25rem */
}

#NepCod_root__Em1F5 .NepCod_processTitleAccent__Vb7W2 {
    color: #14B8A6 !important;
}

/* ========== STEPS CONTAINER ========== */
#NepCod_root__Em1F5 .NepCod_steps__Wc8X3 {
    display: flex !important;
    flex-direction: column !important;
}

/* ========== INDIVIDUAL STEP ========== */
#NepCod_root__Em1F5 .NepCod_step__Xd9Y4 {
    display: flex !important;
    gap: 1.5rem !important;                    /* 24px → 1.5rem */
    padding-bottom: 2rem !important;           /* 32px → 2rem */
    position: relative;
}

/* ========== STEP CONNECTOR LINE ========== */
#NepCod_root__Em1F5 .NepCod_stepConnector__Ye1Z5 {
    position: absolute !important;
    left: 1.125rem !important;                 /* 18px → 1.125rem (center of 36px number badge) */
    top: 2.75rem !important;                   /* 44px → 2.75rem (below badge) */
    bottom: 0 !important;
    width: 1px !important;
    background: linear-gradient(to bottom, rgba(20,184,166,0.4), transparent) !important;
}

/* Hide connector on last step */
#NepCod_root__Em1F5 .NepCod_step__Xd9Y4:last-child .NepCod_stepConnector__Ye1Z5 {
    display: none !important;
}

/* ========== STEP NUMBER BADGE ========== */
#NepCod_root__Em1F5 .NepCod_stepNumber__Zf2A6 {
    width: 2.25rem !important;                 /* 36px → 2.25rem */
    height: 2.25rem !important;
    background: #14B8A6 !important;
    color: #0A0E14 !important;
    font-family: inherit;
    font-weight: 900;
    font-size: 1.125rem !important;            /* 18px → 1.125rem */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    border-radius: 0.625rem !important;        /* 10px → 0.625rem */
}

/* ========== STEP CONTENT ========== */
#NepCod_root__Em1F5 .NepCod_stepContent__Ag3B7 {
    flex: 1 !important;
}

/* ========== STEP TITLE ========== */
#NepCod_root__Em1F5 .NepCod_stepTitle__Bh4C8 {
    font-weight: 600;
    font-size: 0.9375rem !important;           /* 15px → 0.9375rem */
    color: #FFFFFF !important;
    margin-bottom: 0.375rem !important;        /* 6px → 0.375rem */
}

/* ========== STEP DETAIL ========== */
#NepCod_root__Em1F5 .NepCod_stepDetail__Ci5D9 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.6;
}

/* ========== VERIFY BOX (accent callout) ========== */
#NepCod_root__Em1F5 .NepCod_verifyBox__Dj6E1 {
    margin-top: 2rem !important;               /* 32px → 2rem */
    padding: 1.5rem !important;                /* 24px → 1.5rem */
    border: 1px solid rgba(20,184,166,0.15) !important;
    background: rgba(20,184,166,0.06) !important;
    border-radius: 1rem !important;            /* 16px → 1rem */
}

/* ========== VERIFY TITLE ========== */
#NepCod_root__Em1F5 .NepCod_verifyTitle__Ek7F2 {
    font-weight: 700;
    font-size: 0.875rem !important;            /* 14px → 0.875rem */
    color: #FFFFFF !important;
    margin-bottom: 0.5rem !important;          /* 8px → 0.5rem */
}

/* ========== VERIFY TEXT ========== */
#NepCod_root__Em1F5 .NepCod_verifyText__Fl8G3 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
}

/* ========== VERIFY LINKS CONTAINER ========== */
#NepCod_root__Em1F5 .NepCod_verifyLinks__Gm9H4 {
    display: flex !important;
    gap: 1rem !important;                      /* 16px → 1rem */
    flex-wrap: wrap !important;
}

/* ========== VERIFY LINK ========== */
#NepCod_root__Em1F5 .NepCod_verifyLink__Hn1J5 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.6875rem !important;           /* 11px → 0.6875rem */
    color: #14B8A6 !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

#NepCod_root__Em1F5 .NepCod_verifyLink__Hn1J5:hover {
    opacity: 0.7;
    text-decoration: underline !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepCod_root__Em1F5 .NepCod_container__Fn2G6 {
        padding: 0 1.5rem !important;          /* matches DenMar tablet: 0 1.5rem */
    }

    #NepCod_root__Em1F5 .NepCod_layout__Mt8N3 {
        gap: 3rem !important;                  /* tighter gap on tablet */
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepCod_root__Em1F5 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepCod_root__Em1F5 .NepCod_container__Fn2G6 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepCod_root__Em1F5 .NepCod_title__Jq5K9 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepCod_root__Em1F5 .NepCod_header__Go3H7 {
        padding: 0 0 2.5rem !important;
    }

    #NepCod_root__Em1F5 .NepCod_layout__Mt8N3 {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }

    #NepCod_root__Em1F5 .NepCod_blockTitle__Rx3S7 {
        padding-right: 0 !important;           /* remove padding on mobile */
        margin-top: 2rem !important;           /* space for repositioned tag */
    }

    #NepCod_root__Em1F5 .NepCod_blockTag__Qw2R6 {
        position: static !important;           /* unpin tag on mobile */
        display: inline-block !important;
        margin-bottom: 0.5rem !important;
    }
}

/* ========== RESPONSIVE — SMALL PHONE (480px) ========== */
@media (max-width: 480px) {
    #NepCod_root__Em1F5 .NepCod_step__Xd9Y4 {
        gap: 1rem !important;                  /* tighter gap on tiny screens */
    }

    #NepCod_root__Em1F5 .NepCod_stepNumber__Zf2A6 {
        width: 2rem !important;                /* smaller badge on tiny screens */
        height: 2rem !important;
        font-size: 1rem !important;
    }

    #NepCod_root__Em1F5 .NepCod_stepConnector__Ye1Z5 {
        left: 1rem !important;                 /* re-center connector for smaller badge */
    }
}
 
/* ═══════════════════════════════════════════════════
   NepHir Module — RenderBox CMS Compliant CSS
   Smart Hiring Guide · How to Choose the Right Electrician
   3-column grid of 6 step cards (01-06)
   RESIZED to match DenMar About section proportions
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepHir_root__Qm1N5,
#NepHir_root__Qm1N5 *,
#NepHir_root__Qm1N5 *::before,
#NepHir_root__Qm1N5 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepHir_root__Qm1N5 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: #0F1419 !important;            /* bg2: slightly lighter than #0A0E14 */
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepHir_root__Qm1N5 .NepHir_container__Rn2P6 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== GRAIN OVERLAY ========== */
#NepHir_root__Qm1N5::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulance type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E&quot;) !important;
    background-size: 180px 180px !important;
    pointer-events: none !important;
    z-index: 50 !important;
    opacity: 0.35 !important;
}

/* ========== HEADER ========== */
#NepHir_root__Qm1N5 .NepHir_header__So3Q7 {
    position: relative !important;
    z-index: 10 !important;
    padding: 0 0 3.5rem !important;            /* 56px → 3.5rem */
}

/* ========== SECTION LABEL (pill) ========== */
#NepHir_root__Qm1N5 .NepHir_label__Tp4R8 {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;             /* matches DenMar label: 0.75rem */
    letter-spacing: 2px;
    color: #14B8A6 !important;
    text-transform: uppercase;
    margin-bottom: 1rem !important;            /* matches DenMar label margin-bottom: 1rem */
    font-weight: 700;
    background: rgba(20,184,166,0.04) !important;
    border: 1px solid rgba(20,184,166,0.12) !important;
    border-radius: 9999px;
    padding: 0.5rem 1rem !important;           /* matches DenMar label: 0.5rem 1rem */
    box-shadow: 0 4px 16px rgba(20,184,166,0.05);
}

/* ========== SECTION TITLE ========== */
#NepHir_root__Qm1N5 .NepHir_title__Uq5S9 {
    font-family: inherit;
    font-weight: 900;
    font-size: 2.5rem !important;              /* matches DenMar section-title: 2.5rem */
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    #NepHir_root__Qm1N5 .NepHir_title__Uq5S9 {
        font-size: 3rem !important;            /* matches DenMar md section-title: 3rem */
    }
}

#NepHir_root__Qm1N5 .NepHir_titleAccent__Vr6T1 {
    color: #14B8A6 !important;
}

/* ========== DESCRIPTION ========== */
#NepHir_root__Qm1N5 .NepHir_desc__Ws7U2 {
    font-size: 0.9375rem !important;           /* 15px → 0.9375rem */
    font-weight: 300;
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.8 !important;
    max-width: 640px;
    margin-top: 1rem !important;               /* matches DenMar desc spacing: 1rem */
}

/* ========== 3-COLUMN GRID ========== */
#NepHir_root__Qm1N5 .NepHir_grid__Xt8V3 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;                      /* 16px → 1rem */
}

/* ========== STEP CARD (glass morphism) ========== */
#NepHir_root__Qm1N5 .NepHir_card__Yu9W4 {
    position: relative !important;
    padding: 2.25rem 1.75rem !important;       /* 36px 28px → 2.25rem 1.75rem */
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 1rem !important;            /* matches DenMar card border-radius: 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.3s ease,
                box-shadow 0.3s ease !important;
}

#NepHir_root__Qm1N5 .NepHir_card__Yu9W4:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(20,184,166,0.12) !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.3) !important;
}

/* ========== CARD NUMBER (large decorative) ========== */
#NepHir_root__Qm1N5 .NepHir_cardNumber__Zv1X5 {
    font-family: inherit;
    font-weight: 900;
    font-size: 3rem !important;                /* 48px → 3rem */
    color: #14B8A6 !important;
    line-height: 1;
    opacity: 0.3;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
}

/* ========== CARD TITLE ========== */
#NepHir_root__Qm1N5 .NepHir_cardTitle__Aw2Y6 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.25rem !important;             /* 20px → 1.25rem */
    color: #FFFFFF !important;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
    letter-spacing: 0.3px;
}

/* ========== CARD BODY TEXT ========== */
#NepHir_root__Qm1N5 .NepHir_cardBody__Bx3Z7 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    line-height: 1.7;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
}

/* ========== CARD CHECKLIST ========== */
#NepHir_root__Qm1N5 .NepHir_cardList__Cy4A8 {
    list-style: none !important;
    margin-top: 0.75rem !important;            /* 12px → 0.75rem */
    display: flex !important;
    flex-direction: column !important;
    gap: 0.375rem !important;                  /* 6px → 0.375rem */
}

/* ========== CARD LIST ITEM ========== */
#NepHir_root__Qm1N5 .NepHir_cardListItem__Dz5B9 {
    font-size: 0.75rem !important;             /* 12px → 0.75rem */
    color: rgba(226,232,240,0.75) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
    line-height: 1.6;
}

/* ========== CHECKMARK (accent) ========== */
#NepHir_root__Qm1N5 .NepHir_checkmark__Ea6C1 {
    color: #14B8A6 !important;
    font-size: 0.6875rem !important;           /* 11px → 0.6875rem */
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;           /* 2px → 0.125rem */
}

/* ========== RESPONSIVE — TABLET (1000px) ========== */
@media (max-width: 1000px) {
    #NepHir_root__Qm1N5 .NepHir_grid__Xt8V3 {
        grid-template-columns: repeat(2, 1fr) !important; /* 3-col → 2-col */
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepHir_root__Qm1N5 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepHir_root__Qm1N5 .NepHir_container__Rn2P6 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepHir_root__Qm1N5 .NepHir_title__Uq5S9 {
        font-size: 1.5rem !important;          /* matches DenMar mobile title: 1.5rem */
    }

    #NepHir_root__Qm1N5 .NepHir_header__So3Q7 {
        padding: 0 0 2.5rem !important;
    }

    #NepHir_root__Qm1N5 .NepHir_grid__Xt8V3 {
        grid-template-columns: 1fr !important; /* 2-col → 1-col */
        gap: 1rem !important;
    }

    #NepHir_root__Qm1N5 .NepHir_cardNumber__Zv1X5 {
        font-size: 2.5rem !important;          /* smaller number on mobile */
    }
}
 
/* ═══════════════════════════════════════════════════
   NepEmg Module — RenderBox CMS Compliant CSS
   24/7 Emergency Response · Electrical Emergencies in Nanaimo
   3-col severity grid + 2-col pricing/actions + 5-col contacts
   RESIZED to match DenMar About section proportions
   RED accent theme for emergency context
   ═══════════════════════════════════════════════════ */

/* ========== SCOPED RESET ========== */
#NepEmg_root__Sm1T5,
#NepEmg_root__Sm1T5 *,
#NepEmg_root__Sm1T5 *::before,
#NepEmg_root__Sm1T5 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ROOT SECTION ========== */
#NepEmg_root__Sm1T5 {
    position: relative !important;
    padding: 5rem 0 !important;                /* matches DenMar section padding: 5rem 0 */
    background: linear-gradient(180deg, #0D1117 0%, #0A0E14 100%) !important;
    border-top: 3px solid #E84040 !important;  /* red top border for emergency */
    max-width: 1900px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF !important;
    line-height: 1.6;
    overflow: hidden !important;
}

/* ========== DECORATIVE LIGHTNING BOLT (background) ========== */
#NepEmg_root__Sm1T5 .NepEmg_lightningBg__Tn2U6 {
    position: absolute !important;
    right: 3.75rem !important;                 /* 60px → 3.75rem */
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0.04 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    color: #FFFFFF !important;
}

/* ========== CONTAINER (matches DenMar: max-width 80rem, padding 0 1.5rem) ========== */
#NepEmg_root__Sm1T5 .NepEmg_container__Up3V7 {
    max-width: 80rem !important;               /* matches DenMar: 80rem */
    margin: 0 auto !important;
    padding: 0 1.5rem !important;              /* matches DenMar: 0 1.5rem */
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}

/* ========== HEADER ========== */
#NepEmg_root__Sm1T5 .NepEmg_header__Vq4W8 {
    position: relative !important;
    z-index: 10 !important;
    padding: 0 0 4rem !important;              /* 64px → 4rem */
}

/* ========== PULSING BADGE ========== */
#NepEmg_root__Sm1T5 .NepEmg_badge__Wr5X9 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
    background: #E84040 !important;
    color: #FFFFFF !important;
    font-size: 0.625rem !important;            /* 10px → 0.625rem */
    letter-spacing: 2px;
    padding: 0.375rem 0.875rem !important;     /* 6px 14px → 0.375rem 0.875rem */
    text-transform: uppercase;
    border-radius: 0.5rem !important;          /* 8px → 0.5rem */
    font-weight: 700;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
    animation: NepEmg_badgePulse 2s ease-in-out infinite;
}

@keyframes NepEmg_badgePulse {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 0px rgba(232,64,64,0);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 20px rgba(232,64,64,0.4);
    }
}

/* ========== BADGE DOT (animated pulse) ========== */
#NepEmg_root__Sm1T5 .NepEmg_badgeDot__Xs6Y1 {
    width: 0.375rem !important;                /* 6px → 0.375rem */
    height: 0.375rem !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    flex-shrink: 0 !important;
}

/* ========== SECTION TITLE ========== */
#NepEmg_root__Sm1T5 .NepEmg_title__Yt7Z2 {
    font-family: inherit;
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
}

#NepEmg_root__Sm1T5 .NepEmg_titleAccent__Zu8A3 {
    color: #E84040 !important;
}

/* ========== 3-COLUMN SEVERITY GRID ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityGrid__Av9B4 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;                      /* 16px → 1rem */
    margin-bottom: 3rem !important;            /* 48px → 3rem */
}

/* ========== SEVERITY CARD ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5 {
    position: relative !important;
    padding: 2rem 1.75rem !important;          /* 32px 28px → 2rem 1.75rem */
    background: rgba(255,255,255,0.03) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(232,64,64,0.15) !important;
    border-radius: 1rem !important;            /* 16px → 1rem */
    box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;critical&quot;]:hover {
    border-color: rgba(232,64,64,0.33) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 16px rgba(232,64,64,0.11) !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;urgent&quot;]:hover {
    border-color: rgba(255,136,0,0.33) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 16px rgba(255,136,0,0.11) !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;same-day&quot;]:hover {
    border-color: rgba(20,184,166,0.33) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 16px rgba(20,184,166,0.11) !important;
}

/* ========== SEVERITY LEVEL (badge with dot) ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityLevel__Cx2D6 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.625rem !important;            /* 10px → 0.625rem */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;critical&quot;] .NepEmg_severityLevel__Cx2D6 {
    color: #E84040 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;urgent&quot;] .NepEmg_severityLevel__Cx2D6 {
    color: #FF8800 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;same-day&quot;] .NepEmg_severityLevel__Cx2D6 {
    color: #14B8A6 !important;
}

/* ========== SEVERITY DOT (glowing) ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityDot__Dy3E7 {
    width: 0.5rem !important;                  /* 8px → 0.5rem */
    height: 0.5rem !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityDot__Dy3E7[data-color=&quot;red&quot;] {
    background: #E84040 !important;
    box-shadow: 0 0 8px #E84040 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityDot__Dy3E7[data-color=&quot;orange&quot;] {
    background: #FF8800 !important;
    box-shadow: 0 0 8px #FF8800 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityDot__Dy3E7[data-color=&quot;teal&quot;] {
    background: #14B8A6 !important;
    box-shadow: 0 0 8px #14B8A6 !important;
}

/* ========== SEVERITY HEAD (title) ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityHead__Ez4F8 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.125rem !important;            /* 18px → 1.125rem */
    color: #FFFFFF !important;
    margin-bottom: 0.75rem !important;         /* 12px → 0.75rem */
}

/* ========== SEVERITY LIST ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityList__Fa5G9 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
}

/* ========== SEVERITY ITEM ========== */
#NepEmg_root__Sm1T5 .NepEmg_severityItem__Gb6H1 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
    line-height: 1.4;
}

/* ========== DASH (colored by parent severity) ========== */
#NepEmg_root__Sm1T5 .NepEmg_dash__Hc7J2 {
    flex-shrink: 0 !important;
    margin-top: 0.0625rem !important;          /* 1px → 0.0625rem */
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;critical&quot;] .NepEmg_dash__Hc7J2 {
    color: #E84040 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;urgent&quot;] .NepEmg_dash__Hc7J2 {
    color: #FF8800 !important;
}

#NepEmg_root__Sm1T5 .NepEmg_severityCard__Bw1C5[data-severity=&quot;same-day&quot;] .NepEmg_dash__Hc7J2 {
    color: #14B8A6 !important;
}

/* ========== 2-COLUMN BOTTOM GRID (Pricing + What to Do) ========== */
#NepEmg_root__Sm1T5 .NepEmg_bottomGrid__Jd8K3 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;                    /* 24px → 1.5rem */
    margin: 2rem 0 !important;                 /* 32px 0 → 2rem 0 */
}

/* ========== INFO CARD (Pricing / What to Do) ========== */
#NepEmg_root__Sm1T5 .NepEmg_infoCard__Ke9L4 {
    padding: 1.5rem 1.75rem !important;        /* 24px 28px → 1.5rem 1.75rem */
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(232,64,64,0.15) !important;
    border-radius: 1rem !important;
}

/* ========== INFO TITLE ========== */
#NepEmg_root__Sm1T5 .NepEmg_infoTitle__Lf1M5 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.25rem !important;             /* 20px → 1.25rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 1rem !important;            /* 16px → 1rem */
}

/* ========== PRICE LIST ========== */
#NepEmg_root__Sm1T5 .NepEmg_priceList__Mg2N6 {
    display: flex !important;
    flex-direction: column !important;
}

/* ========== PRICE ROW ========== */
#NepEmg_root__Sm1T5 .NepEmg_priceRow__Nh3P7 {
    display: flex !important;
    justify-content: space-between !important;
    padding-bottom: 0.5rem !important;         /* 8px → 0.5rem */
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    margin-bottom: 0.5rem !important;          /* 8px → 0.5rem */
    align-items: center !important;
}

#NepEmg_root__Sm1T5 .NepEmg_priceRowLast__Rl6S1 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/* ========== PRICE LABEL ========== */
#NepEmg_root__Sm1T5 .NepEmg_priceLabel__Pj4Q8 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
}

/* ========== PRICE VALUE ========== */
#NepEmg_root__Sm1T5 .NepEmg_priceValue__Qk5R9 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.25rem !important;             /* 20px → 1.25rem */
    color: #14B8A6 !important;
}

/* ========== WAIT LIST (What to Do) ========== */
#NepEmg_root__Sm1T5 .NepEmg_waitList__Sm7T2 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
}

/* ========== WAIT ITEM ========== */
#NepEmg_root__Sm1T5 .NepEmg_waitItem__Tn8U3 {
    font-size: 0.8125rem !important;           /* 13px → 0.8125rem */
    color: rgba(226,232,240,0.75) !important;
    display: flex !important;
    gap: 0.5rem !important;                    /* 8px → 0.5rem */
}

/* ========== ARROW (red) ========== */
#NepEmg_root__Sm1T5 .NepEmg_arrow__Up9V4 {
    color: #E84040 !important;
    flex-shrink: 0 !important;
}

/* ========== CONTACTS SECTION ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactsSection__Vq1W5 {
    position: relative !important;
    z-index: 10 !important;
    margin-top: 3rem !important;               /* 48px → 3rem */
}

/* ========== CONTACTS TITLE ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactsTitle__Wr2X6 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.25rem !important;             /* 20px → 1.25rem */
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem !important;          /* 24px → 1.5rem */
}

/* ========== 5-COLUMN CONTACTS GRID ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactsGrid__Xs3Y7 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0.75rem !important;                   /* 12px → 0.75rem */
}

/* ========== CONTACT CARD ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactCard__Yt4Z8 {
    background: rgba(255,255,255,0.03) !important;
    padding: 1.5rem 1.25rem !important;        /* 24px 20px → 1.5rem 1.25rem */
    text-align: center !important;
    border: 1px solid rgba(232,64,64,0.1) !important;
    border-radius: 0.75rem !important;         /* 12px → 0.75rem */
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                border-color 0.3s ease,
                box-shadow 0.3s ease !important;
}

#NepEmg_root__Sm1T5 .NepEmg_contactCard__Yt4Z8:hover {
    transform: scale(1.03) !important;
    border-color: rgba(232,64,64,0.25) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
}

/* ========== CONTACT NAME ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactName__Zu5A9 {
    font-weight: 700;
    font-size: 0.875rem !important;            /* 14px → 0.875rem */
    color: #FFFFFF !important;
    margin-bottom: 0.25rem !important;         /* 4px → 0.25rem */
}

/* ========== CONTACT AVAILABILITY (red badge text) ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactAvail__Av6B1 {
    font-family: inherit;
    font-weight: 700;
    font-size: 0.5625rem !important;           /* 9px → 0.5625rem */
    letter-spacing: 1.5px;
    color: #E84040 !important;
    text-transform: uppercase;
}

/* ========== CONTACT RESPONSE ========== */
#NepEmg_root__Sm1T5 .NepEmg_contactResp__Bw7C2 {
    font-size: 0.75rem !important;             /* 12px → 0.75rem */
    color: rgba(226,232,240,0.75) !important;
    margin-top: 0.375rem !important;           /* 6px → 0.375rem */
    line-height: 1.4;
}

/* ========== FOOTER INFO (emergency numbers) ========== */
#NepEmg_root__Sm1T5 .NepEmg_footer__Cx8D3 {
    position: relative !important;
    z-index: 10 !important;
    margin-top: 1.5rem !important;             /* 24px → 1.5rem */
    font-size: 0.6875rem !important;           /* 11px → 0.6875rem */
    letter-spacing: 1.5px;
    color: rgba(226,232,240,0.75) !important;
    font-weight: 700;
    text-align: center !important;
}

/* ========== RESPONSIVE — TABLET (1100px) ========== */
@media (max-width: 1100px) {
    #NepEmg_root__Sm1T5 .NepEmg_container__Up3V7 {
        padding: 0 1.5rem !important;
    }

    #NepEmg_root__Sm1T5 .NepEmg_contactsGrid__Xs3Y7 {
        grid-template-columns: repeat(3, 1fr) !important; /* 5-col → 3-col */
    }
}

/* ========== RESPONSIVE — MOBILE (768px) ========== */
@media (max-width: 768px) {
    #NepEmg_root__Sm1T5 {
        padding: 3rem 0 !important;            /* matches DenMar mobile: 3rem 0 */
    }

    #NepEmg_root__Sm1T5 .NepEmg_container__Up3V7 {
        padding: 0 1.25rem !important;         /* matches DenMar mobile: 0 1.25rem */
    }

    #NepEmg_root__Sm1T5 .NepEmg_title__Yt7Z2 {
        font-size: 1.75rem !important;
    }

    #NepEmg_root__Sm1T5 .NepEmg_header__Vq4W8 {
        padding: 0 0 2.5rem !important;
    }

    #NepEmg_root__Sm1T5 .NepEmg_severityGrid__Av9B4 {
        grid-template-columns: 1fr !important; /* 3-col → 1-col */
    }

    #NepEmg_root__Sm1T5 .NepEmg_bottomGrid__Jd8K3 {
        grid-template-columns: 1fr !important; /* 2-col → 1-col */
    }

    #NepEmg_root__Sm1T5 .NepEmg_contactsGrid__Xs3Y7 {
        grid-template-columns: 1fr !important; /* 3-col → 1-col */
    }

    #NepEmg_root__Sm1T5 .NepEmg_lightningBg__Tn2U6 {
        display: none !important;              /* hide decorative SVG on mobile */
    }
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #fff;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 180px;
                height: 79px;
                max-width: 180px;
                max-height: 79px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: transparent;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 17px;
                color: #0D365F;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 5px solid #fff;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid #fff;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  5px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #0D365F;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 180px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4%;
padding-right:8vw;
padding-bottom:4%;
padding-left:8vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
border-style:none;
}#module_footer_row_1{
;
border-style:solid;
border-bottom-width:.015vw;
border-color:#ebedf2;
}#module_footer_items_1{
;
cursor:default;
width:20vw;
height:7vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-bottom:1vw;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
border-color:#ebedf2;
}#module_footer_items_2{
;
cursor:default;
line-height:2vw;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_column_2{
;
width:36%;
margin-top:0px;
padding-left:8%;
border-style:none;
}#module_footer_row_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
line-height:2vw;
color:#037DFF;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_6{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_12{
;
cursor:pointer;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_7{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_13{
;
cursor:pointer;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_row_8{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_row_9{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_15{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_15:hover{
;
}#module_footer_column_3{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_19{
;
cursor:default;
line-height:2vw;
color:#037DFF;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_19:hover{
;
}#module_footer_items_20{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2vw;
}#module_footer_items_20:hover{
;
}#module_footer_items_21{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_21:hover{
;
}#module_footer_column_4{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_25{
;
cursor:default;
line-height:2vw;
color:#037DFF;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_25:hover{
;
}#module_footer_items_26{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2vw;
}#module_footer_items_26:hover{
;
}#module_footer_items_27{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_27:hover{
;
}#module_footer_items_28{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_28:hover{
;
}#module_footer_items_30{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_30:hover{
;
}#public_footer_main_1{;background-color:#58595b;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}