
        /* Global Styles & Box Sizing Fix */
        *, *::before, *::after { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        :root { --primary-teal: #1a8b9d; --secondary-grey: #4a5056; --light-bg: #f8f9fa; --white: #ffffff; --transition: 0.3s ease; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; color: #333; line-height: 1.6; overflow-x: hidden; background-color: var(--light-bg); }
        a { text-decoration: none; color: var(--primary-teal); transition: color var(--transition); }
        h1, h2, h3, h4 { color: var(--secondary-grey); margin-top: 0; }
        .section-padding { padding: 5rem 2rem; }
        .container { max-width: 1200px; margin: 0 auto; }
        .text-center { text-align: center; }

        /* Header & Navigation */
        
        
        
        
        
        .logo img:hover { transform: scale(1.02); }
        
        .logo-text span { color: var(--primary-teal); }

        
        
        

        
        

        /* Page Header - Corporate Buildings with Overlay */
        .page-header { 
            background: linear-gradient(135deg, rgba(26, 139, 157, 0.95), rgba(30, 41, 59, 0.95)), url('https://images.unsplash.com/photo-1449844908441-8829872d2607?auto=format&fit=crop&w=1600&q=80') center/cover fixed; 
            color: var(--white); 
            text-align: center; 
            padding: 7rem 2rem 5rem; 
            position: relative;
            overflow: hidden;
        }
        .page-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05), transparent); animation: shimmerHeader 8s infinite linear; }
        @keyframes shimmerHeader { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
        .page-header h1 { font-size: 3.8rem; color: var(--white); margin-bottom: 1rem; text-shadow: 0 4px 15px rgba(0,0,0,0.4); font-weight: 800; letter-spacing: -1px; }
        .page-header p { font-size: 1.35rem; max-width: 800px; margin: 0 auto; color: rgba(255,255,255,0.9); font-weight: 300; }

        /* Main Content Blocks */
        .content-box { background: var(--white); padding: 4rem; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.02); margin-bottom: 4rem; border-top: 5px solid var(--primary-teal); position: relative; }
        .content-box h2 { font-size: 2.5rem; color: #1e293b; font-weight: 800; letter-spacing: -1px; margin-bottom: 1.5rem; }
        .intro-text p { font-size: 1.15rem; color: #475569; margin-bottom: 1.5rem; line-height: 1.8; }
        .intro-text p:first-of-type { font-size: 1.3rem; color: #334155; font-weight: 500; }
        
        /* B-BBEE Callout */
        .bbbee-banner { background: linear-gradient(135deg, #0f172a, #1e293b); color: var(--white); padding: 3rem; border-radius: 16px; display: flex; align-items: center; gap: 2rem; margin: 4rem 0; box-shadow: 0 15px 30px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.1); position: relative; overflow: hidden; }
        .bbbee-banner::after { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 200%; background: radial-gradient(circle, rgba(26, 139, 157, 0.1) 0%, transparent 60%); pointer-events: none; }
        .bbbee-banner i { font-size: 3.5rem; color: #38bdf8; text-shadow: 0 0 20px rgba(56, 189, 248, 0.4); }
        .bbbee-banner h3 { color: var(--white); margin-bottom: 0.8rem; font-size: 1.6rem; font-weight: 700; }
        .bbbee-banner p { margin: 0; color: #94a3b8; font-size: 1.1rem; line-height: 1.6; }

        /* Mission & Vision Grid */
        .mission-vision { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2.5rem; margin-bottom: 5rem; }
        .mv-card { background: var(--white); padding: 3rem; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border-left: 6px solid var(--primary-teal); transition: all 0.4s ease; }
        .mv-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
        .mv-card h3 { color: var(--primary-teal); font-size: 1.8rem; display: flex; align-items: center; gap: 15px; margin-bottom: 1rem; font-weight: 700; }
        .mv-card p { font-size: 1.1rem; color: #475569; line-height: 1.7; margin: 0; }

        /* Grids (Max 3 per line on PC for Values & Serve) */
        .values-section h2 { text-align: center; font-size: 2.8rem; margin-bottom: 4rem; color: #1e293b; font-weight: 800; letter-spacing: -1px; }
        .values-grid, .serve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; justify-content: center; margin-top: 3rem; }
        
        .value-item { background: var(--white); padding: 3rem 2rem; border-radius: 16px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: all 0.4s ease; border-bottom: 4px solid transparent; position: relative; }
        .value-item:hover { transform: translateY(-10px); border-bottom-color: var(--primary-teal); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
        .value-item i { font-size: 3rem; color: var(--primary-teal); margin-bottom: 1.5rem; transition: transform 0.4s ease; }
        .value-item:hover i { transform: scale(1.1); color: #136a78; }
        .value-item h4 { font-size: 1.4rem; margin-bottom: 1rem; font-weight: 700; color: #0f172a; }
        .value-item p { color: #64748b; font-size: 1.05rem; margin: 0; line-height: 1.6; }

        /* Methodology (How We Work) */
        .methodology-bg { background: #f8fafc; padding: 7rem 2rem; margin-top: 5rem; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
        .method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3rem; margin-top: 4rem; position: relative; }
        .method-step { text-align: center; padding: 2rem; position: relative; z-index: 1; background: var(--white); border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); transition: transform 0.4s ease; }
        .method-step:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
        .step-icon { width: 90px; height: 90px; background: #f1f5f9; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2.2rem; color: var(--primary-teal); border: 2px dashed #cbd5e1; transition: all 0.4s ease; }
        .method-step:hover .step-icon { background: var(--primary-teal); color: var(--white); border-style: solid; border-color: var(--primary-teal); transform: rotate(10deg); }
        .method-step h4 { font-size: 1.3rem; margin-bottom: 1rem; font-weight: 700; color: #1e293b; }
        .method-step p { font-size: 1.05rem; color: #64748b; line-height: 1.6; }

        /* Who We Serve */
        .serve-card { background: linear-gradient(135deg, #1e293b, #0f172a); color: var(--white); padding: 3rem 2rem; border-radius: 16px; text-align: center; transition: all 0.4s ease; border: 1px solid rgba(255,255,255,0.05); }
        .serve-card:hover { transform: translateY(-10px); background: linear-gradient(135deg, #283548, #1e293b); box-shadow: 0 20px 40px rgba(0,0,0,0.2); border-color: rgba(26, 139, 157, 0.4); }
        .serve-card i { font-size: 3rem; color: #38bdf8; margin-bottom: 1.5rem; transition: transform 0.4s ease; }
        .serve-card:hover i { transform: scale(1.1) translateY(-5px); color: #7dd3fc; }
        .serve-card h4 { color: var(--white); font-size: 1.4rem; margin-bottom: 1rem; margin-top: 0; font-weight: 700; }
        .serve-card p { color: #94a3b8; font-size: 1.05rem; margin: 0; line-height: 1.6; }

        /* Responsive Grids */
        @media (max-width: 992px) { 
            .values-grid, .serve-grid { grid-template-columns: repeat(2, 1fr); } 
        }
        @media (max-width: 600px) { 
            .values-grid, .serve-grid { grid-template-columns: 1fr; } 
        }

        /* Floating WhatsApp */
        .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 1000; transition: transform var(--transition); }
        .whatsapp-float:hover { transform: scale(1.1); color: white; }

                /* Premium Footer */
        
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; max-width: 1200px; margin: 0 auto; padding: 4rem 2rem 4rem; }
        
        .footer-brand h4 { color: var(--white); font-size: 1.8rem; margin-bottom: 1rem; margin-top: 0; display: flex; align-items: center; gap: 10px; }
        .footer-brand h4 span { color: var(--primary-teal); }
        .footer-brand p { color: #9ca3af; line-height: 1.7; margin-bottom: 1.5rem; font-size: 0.95rem; }
        .social-links { display: flex; gap: 1rem; }
        .social-links a { display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); color: #fff; transition: all 0.3s ease; }
        .social-links a:hover { background: var(--primary-teal); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(26, 139, 157, 0.4); }

        
        
        
        
        
        
        
        
        
        

        .footer-contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 1.2rem; color: #9ca3af; font-size: 0.95rem; line-height: 1.6; }
        .footer-contact-item i { color: var(--primary-teal); font-size: 1.2rem; margin-top: 3px; }
        .footer-contact-item a { color: #9ca3af; transition: color 0.3s; }
        .footer-contact-item a:hover { color: var(--primary-teal); }

        .footer-badge { background: rgba(255,255,255,0.05); padding: 1rem; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 1rem; transition: transform 0.3s; }
        .footer-badge:hover { transform: translateY(-2px); border-color: rgba(26, 139, 157, 0.5); }
        .footer-badge i { color: var(--primary-teal); margin-right: 10px; }

        
        
        

        /* Mobile Responsiveness */
        
        @media (max-width: 1200px) {
            
            
            
            
            nav ul.active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); opacity: 1; visibility: visible; }
            
            
        }
        @media (max-width: 1024px) {
            .page-header h1 { font-size: 3rem; }
            .section-padding { padding: 4rem 2rem; }
        }

        @media (max-width: 768px) {
            
            
            
            .bbbee-banner { flex-direction: column; text-align: center; gap: 1rem; }
            .whatsapp-float { width: 50px; height: 50px; font-size: 1.8rem; bottom: 20px; right: 20px; }
        }

        @media (max-width: 480px) {
            .page-header h1 { font-size: 2.2rem; }
            
            
            .content-box { padding: 1.5rem; }
        }
    
        /* Pure CSS Hamburger Menu */
        
        
        
        
        
        


/* RESTORED HAMBURGER FOR TABLET/MOBILE ONLY */


@media (max-width: 1200px) {
    
    
    
    
    
    
    
    
    

    
    nav ul.active { 
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); 
        opacity: 1; 
        visibility: visible; 
    }
    
    
}

 (ENABLED ON ALL SCREENS)
   ==================================================== */


/* The hamburger button must ALWAYS be visible */








/* The nav list must ALWAYS be a hidden dropdown */

nav ul.active { 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important; 
    opacity: 1 !important; 
    visibility: visible !important; 
}



/* Active State Dot Styling */




   ==================================================== */

/* --- Desktop Nav Layout --- */









/* Active Page Middle Dot */



/* Hide Hamburger on Desktop */


/* --- Footer Standard --- */










/* ====================================================
   TABLET / MOBILE RESPONSIVENESS (<= 1200px)
   ==================================================== */
@media (max-width: 1200px) {
    
    
    
    
    
    
    

    
    nav ul.active { 
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important; 
        opacity: 1 !important; 
        visibility: visible !important; 
    }
    
    
    
    /* Center the dot in mobile view */
    
}
