.elementor-2154 .elementor-element.elementor-element-e221956{--display:flex;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2154 .elementor-element.elementor-element-a8ead2e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for noovp_hero_team, class: .elementor-element-326ec30 */@media (max-width: 767px) {
  .elementor-2154 .elementor-element.elementor-element-326ec30 .hero-team {
        padding-top: 120px;
        padding-bottom: 30px;
    }

}/* End custom CSS */
/* Start custom CSS for noovp_solutions_grid, class: .elementor-element-3f7fb73 */@media (max-width: 767px) {
  .elementor-2154 .elementor-element.elementor-element-3f7fb73 .section-padding {
        padding: 60px 0 !important;
    }
    
    .elementor-2154 .elementor-element.elementor-element-3f7fb73 .sol-wrap.featured h3 {
    font-size: 22px;
}
}/* End custom CSS */
/* Start custom CSS *//* =========================================
           1. CORE VARIABLES & RESET
           ========================================= */
        :root {
            --c-text-main: #1A1A1A;
            --c-text-muted: #666666;
            --c-brand-red: #CC0000;
            --c-brand-red-hover: #AA0000;
            --c-dark-bg: #0A0A0A;
            
            --glass-bg: rgba(255, 255, 255, 0.85);
            --glass-border: rgba(255, 255, 255, 0.5);
            --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            --glass-blur: blur(20px);

            --radius-lg: 24px;
            --radius-md: 12px;
            --max-w: 1280px; 
            --pad-side: 24px;

            --font-head: 'Outfit', sans-serif;
            --font-body: 'DM Sans', sans-serif;
        }

        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        
        body {
            font-family: var(--font-body);
            color: var(--c-text-main);
            background-color: #FAFAFA;
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* =========================================
           2. GLOBAL BACKGROUND (LIVELY BLOBS)
           ========================================= */
        .bg-layer {
            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
            z-index: -2; overflow: hidden; background: #FAFAFA; pointer-events: none;
        }
        .blob {
            position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.4; will-change: transform;
        }
        .blob-1 { top: -10%; left: -10%; width: 50vw; height: 50vw; background: rgba(204, 0, 0, 0.08); }
        .blob-2 { top: 40%; right: -10%; width: 45vw; height: 45vw; background: rgba(0, 102, 255, 0.06); }
        .blob-3 { bottom: -20%; left: 20%; width: 40vw; height: 40vw; background: rgba(255, 153, 0, 0.05); }

        /* =========================================
           3. UTILITIES & COMPONENTS
           ========================================= */
        .container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-side); position: relative; z-index: 3; }
        
        h1, h2, h3, h4, h5 { font-family: var(--font-head); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
        h1 { font-size: 64px; margin-bottom: 24px; }
        h2 { font-size: 40px; margin-bottom: 24px; } 
        h3 { font-size: 24px; margin-bottom: 12px; }
        
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        img { max-width: 100%; height: auto; display: block; }
        
        .btn {
            display: inline-flex; align-items: center; justify-content: center;
            padding: 14px 32px; font-weight: 600; border-radius: 100px;
            cursor: pointer; transition: all 0.3s ease; font-size: 16px; border: none;
        }
        .btn-primary { background-color: var(--c-brand-red); color: white; box-shadow: 0 4px 14px rgba(204, 0, 0, 0.3); }
        .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(204, 0, 0, 0.4); background-color: var(--c-brand-red-hover); color: white; }
        
        .btn-outline { border: 2px solid var(--c-brand-red); color: var(--c-brand-red); background: transparent; }
        .btn-outline:hover { background: var(--c-brand-red); color: white; }

        .pill-label {
            display: inline-flex; align-items: center; justify-content: center; gap: 12px;
            color: var(--c-brand-red); font-size: 18px; font-weight: 700; text-transform: uppercase;
            margin-bottom: 16px; letter-spacing: 0.1em; position: relative; z-index: 2; 
        }
        .pill-label::before { content: ''; display: block; width: 24px; height: 2px; background: var(--c-brand-red); }

        .glass-panel {
            background: var(--glass-bg); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
            border: 1px solid var(--glass-border); box-shadow: var(--glass-shadow); border-radius: var(--radius-lg);
        }

        /* Scroll Reveals */
        .reveal { opacity: 0; visibility: hidden; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); will-change: opacity, transform; }
        .elementor-editor-active .reveal, .reveal.active { opacity: 1; visibility: visible; transform: none !important; }
        .reveal-up { transform: translateY(40px); }
        .reveal-left { transform: translateX(-40px); }
        .reveal-right { transform: translateX(40px); }
        .delay-100 { transition-delay: 0.1s; }
        .delay-200 { transition-delay: 0.2s; }
        .delay-300 { transition-delay: 0.3s; }


        /* =========================================
           5. SECTIONS
           ========================================= */
        .section-padding { padding: 100px 0; }
        /* --- HERO (INTRO TEXT) --- */
        .hero-team {
            text-align: center;
            padding-top: 180px;
            padding-bottom: 60px;
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .hero-team h1 {
            color: var(--c-text-main);
            margin-bottom: 32px;
        }
        
        .hero-team p {
            font-size: 24px;
            color: var(--c-text-muted);
            line-height: 1.6;
        }
        
        .hero-team span {
            color: var(--c-brand-red);
        }

        /* --- SOLUTIONS DIRECTORY (OVERLAPPING CARDS) --- */
        .solutions-grid {
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; margin-top: 40px;
        }

        .sol-wrap {
            position: relative; display: flex; flex-direction: column; text-decoration: none; color: var(--c-text-main);
        }
        
        /* The Image Block */
        .sol-img {
            width: 100%; height: 280px; border-radius: var(--radius-lg); overflow: hidden;
            position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.05); z-index: 1;
        }
        .sol-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .sol-wrap:hover .sol-img img { transform: scale(1.05); }
        .sol-img::after {
            content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.2); transition: 0.4s ease;
        }
        .sol-wrap:hover .sol-img::after { background: rgba(204,0,0,0.2); }

        /* The Content Block (Overlaps the image) */
        .sol-content {
            background: white; border-radius: var(--radius-md); padding: 32px;
            width: 90%; margin: -60px auto 0; position: relative; z-index: 2;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.03);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            display: flex; flex-direction: column; flex: 1;
        }
        .sol-wrap:hover .sol-content {
            transform: translateY(-8px); box-shadow: 0 25px 50px rgba(204,0,0,0.12); border-color: rgba(204,0,0,0.1);
        }
        
        .sol-content h3 { font-size: 22px; margin-bottom: 12px; line-height: 1.3; }
        .sol-content p { font-size: 16px; color: var(--c-text-muted); margin-bottom: 24px; flex: 1; }
        .sol-arrow { font-weight: 700; color: var(--c-brand-red); display: inline-flex; align-items: center; gap: 4px; transition: 0.3s; }
        .sol-wrap:hover .sol-arrow { gap: 8px; }

        /* Featured Solution Span */
        .sol-wrap.featured { grid-column: span 2; }
        .sol-wrap.featured .sol-img { height: 400px; }
        .sol-wrap.featured .sol-content { width: 85%; margin-left: 40px; margin-top: -100px; padding: 48px; }
        .sol-wrap.featured h3 { font-size: 32px; }
        .sol-wrap.featured p { font-size: 18px; }

        /* --- CTA SECTION --- */
        .section-cta {
            margin: 60px var(--pad-side) 100px; padding: 120px 40px; background: #050505; border-radius: 40px; color: white; text-align: center; position: relative; z-index: 3; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 50px rgba(0,0,0,0.5);
        }
        .cta-grid-bg {
            position: absolute; top: 0; left: -50%; width: 200%; height: 100%; background-image: linear-gradient(rgba(204, 0, 0, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(204, 0, 0, 0.3) 1px, transparent 1px); background-size: 60px 60px; transform: perspective(500px) rotateX(60deg); transform-origin: top center; opacity: 0.15; animation: cta-grid-fly 10s linear infinite; pointer-events: none; z-index: 0; mask-image: linear-gradient(to bottom, transparent, black 40%, black 100%);
        }
        .cta-glow-orb { position: absolute; top: -50%; left: 50%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(204,0,0,0.6) 0%, transparent 70%); transform: translateX(-50%); filter: blur(80px); z-index: 0; animation: cta-pulse 4s ease-in-out infinite alternate; }
        .cta-content { position: relative; z-index: 2; }
        
        .cta-content span {color: var(--c-brand-red);}
        @keyframes cta-grid-fly { 0% { background-position: 0 0; } 100% { background-position: 0 60px; } }
        @keyframes cta-pulse { 0% { opacity: 0.5; transform: translateX(-50%) scale(0.8); } 100% { opacity: 1; transform: translateX(-50%) scale(1.1); } }

        /* FOOTER */
        .footer { padding: 80px 0 32px; background: white; border-top: 1px solid #F0F0F0; font-size: 16px; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
        .footer a { display: block; margin-bottom: 12px; color: var(--c-text-muted); }
        .footer a:hover { color: var(--c-brand-red); }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            h1 { font-size: 56px; }
            .solutions-grid { grid-template-columns: 1fr 1fr; }
            .sol-wrap.featured { grid-column: span 2; }
        }
        @media (max-width: 768px) {
            h1 { font-size: 42px; }
            .hero-solutions p { font-size: 18px; }
            .nav-list, .header .btn { display: none; }
            .mobile-toggle { display: block; }
            
            .solutions-grid { grid-template-columns: 1fr; gap: 32px; }
            .sol-wrap.featured { grid-column: span 1; }
            .sol-wrap.featured .sol-img { height: 240px; }
            .sol-img { height: 240px; }
            .sol-content, .sol-wrap.featured .sol-content { width: 90%; margin: -40px auto 0; padding: 24px; }
            
            .section-cta { margin: 40px 16px 60px; padding: 80px 20px; border-radius: 24px; }
            .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
        }/* End custom CSS */