
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: transparent;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            font-family: 'Poppins', sans-serif;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .testing-container {
            width: 100vw;
            height: 100vh;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent;
            overflow: hidden;
            z-index: 1;
        }

        .animation-wrapper {
            position: relative;
            width: 95%;
            max-width: 1200px;
            height: 80%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }

        /* Testing Machine Frame */
        .testing-machine {
            position: relative;
            width: 320px;
            height: 400px;
            margin-right: 40px;
            z-index: 3;
        }

        .machine-frame {
            width: 100%;
            height: 100%;
            border: 4px solid #ff4d4d; /* Pinalitan ng pula */
            border-radius: 10px;
            background: linear-gradient(180deg, rgba(255, 77, 77, 0.1) 0%, rgba(255, 77, 77, 0.05) 100%); /* Pinalitan ng pula */
            position: relative;
            animation: machineGlow 2s ease-in-out infinite;
        }

        @keyframes machineGlow {
            0%, 100% { 
                box-shadow: 0 0 20px rgba(255, 77, 77, 0.6),
                            0 0 40px rgba(255, 77, 77, 0.4),
                            0 0 60px rgba(255, 77, 77, 0.2);
            }
            50% { 
                box-shadow: 0 0 30px rgba(255, 77, 77, 0.8),
                            0 0 60px rgba(255, 77, 77, 0.6),
                            0 0 90px rgba(255, 77, 77, 0.4);
            }
        }

        /* Testing Head */
.testing-head {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 40px;
    background: #ff4d4d; /* Pinalitan ng pula */
    border-radius: 5px;
    animation: headMovement 3s ease-in-out infinite;
}

@keyframes headMovement {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(120px); }
}

        /* Sample Material */
        .sample-material {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 20px;
            background: linear-gradient(90deg, #ff6b6b, #ffa500);
            border-radius: 3px;
            animation: sampleCompression 3s ease-in-out infinite;
        }

        @keyframes sampleCompression {
            0%, 100% { height: 20px; }
            50% { height: 10px; }
        }

        /* Data Display */
        .data-display {
            position: relative;
            width: 350px;
            background: rgba(40, 10, 10, 0.75); /* Ginawang mas maliwanag na pula */
            border: 2px solid #ff4d4d; /* Pinalitan ng pula */
            border-radius: 10px;
            padding: 20px;
            color: white;
            z-index: 3;
            box-shadow: 0 0 20px rgba(255, 77, 77, 0.3),
                        0 0 40px rgba(255, 77, 77, 0.2),
                        inset 0 0 20px rgba(255, 77, 77, 0.1);
            animation: dataDisplayGlow 3s ease-in-out infinite;
        }

        @keyframes dataDisplayGlow {
            0%, 100% { 
                border-color: #ff4d4d;
                box-shadow: 0 0 20px rgba(255, 77, 77, 0.3),
                            0 0 40px rgba(255, 77, 77, 0.2),
                            inset 0 0 20px rgba(255, 77, 77, 0.1);
            }
            50% { 
                border-color: #ff6b6b; /* Inayos ang kulay ng glow */
                box-shadow: 0 0 30px rgba(255, 77, 77, 0.5),
                            0 0 60px rgba(255, 77, 77, 0.3),
                            inset 0 0 30px rgba(255, 77, 77, 0.2);
            }
        }

        .data-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #ff6b6b; /* Pinalitan ng light red */
            text-align: center;
        }

        .data-item {
            margin: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .data-label {
            font-size: 14px;
            color: #ccc;
        }

        .data-value {
            font-size: 16px;
            font-weight: bold;
            color: #ff6b6b; /* Pinalitan ng light red */
            font-family: 'Courier New', monospace;
        }

        .data-value.changing {
            animation: valueChange 0.5s ease-in-out;
        }

        @keyframes valueChange {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); color: #ffffff; } /* Pinalitan ng puti */
            100% { transform: scale(1); }
        }

        /* Progress Bars */
        .progress-bar {
            width: 100%;
            height: 8px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            overflow: hidden;
            margin-top: 5px;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #ff4d4d, #cc0000); /* Pinalitan ng pula */
            border-radius: 4px;
            animation: progressAnimation 3s ease-in-out infinite;
        }

        @keyframes progressAnimation {
            0% { width: 0%; }
            50% { width: 85%; }
            100% { width: 100%; }
        }

        /* Precision Indicators */
        .precision-indicators {
            position: absolute;
            top: -60px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 20px;
            z-index: 4;
        }

        .indicator {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 15px;
            background: rgba(255, 77, 77, 0.1); /* Pinalitan ng pula */
            border: 1px solid #ff4d4d; /* Pinalitan ng pula */
            border-radius: 20px;
            color: white;
            font-size: 12px;
            animation: indicatorPulse 2s ease-in-out infinite;
            box-shadow: 0 0 10px rgba(255, 77, 77, 0.4),
                        0 0 20px rgba(255, 77, 77, 0.2),
                        inset 0 0 10px rgba(255, 77, 77, 0.1);
        }

        .indicator:nth-child(2) { animation-delay: 0.5s; }
        .indicator:nth-child(3) { animation-delay: 1s; }

        @keyframes indicatorPulse {
            0%, 100% { opacity: 0.7; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.05); }
        }

        .indicator-icon {
            width: 8px;
            height: 8px;
            background: #ff4d4d; /* Pinalitan ng pula */
            border-radius: 50%;
            animation: iconBlink 1s ease-in-out infinite;
        }

        @keyframes iconBlink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.3; }
        }

        /* Floating Particles */
        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ff6b6b; /* Pinalitan ng light red */
            border-radius: 50%;
            opacity: 0;
            z-index: 2;
        }

        .particle1 {
            left: 100px;
            top: 50px;
            animation: floatParticle1 4s ease-in-out infinite;
        }

        .particle2 {
            left: 180px;
            top: 100px;
            animation: floatParticle2 4s ease-in-out infinite 1s;
        }

        .particle3 {
            left: 250px;
            top: 60px;
            animation: floatParticle3 4s ease-in-out infinite 2s;
        }

        @keyframes floatParticle1 {
            0% { opacity: 0; transform: translate(0, 0); }
            50% { opacity: 1; transform: translate(50px, -30px); }
            100% { opacity: 0; transform: translate(100px, -60px); }
        }

        @keyframes floatParticle2 {
            0% { opacity: 0; transform: translate(0, 0); }
            50% { opacity: 1; transform: translate(-30px, -40px); }
            100% { opacity: 0; transform: translate(-60px, -80px); }
        }

        @keyframes floatParticle3 {
            0% { opacity: 0; transform: translate(0, 0); }
            50% { opacity: 1; transform: translate(40px, -50px); }
            100% { opacity: 0; transform: translate(80px, -100px); }
        }

        /* Efficiency Badge */
        .efficiency-badge {
            position: absolute;
            bottom: -50px;
            right: 20px;
            background: linear-gradient(135deg, #ff6b6b, #ffa500);
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 14px;
            animation: badgePulse 2s ease-in-out infinite;
            z-index: 4;
            box-shadow: 0 0 20px rgba(255, 107, 107, 0.5),
                        0 0 40px rgba(255, 165, 0, 0.3),
                        inset 0 0 20px rgba(255, 255, 255, 0.2);
        }

        @keyframes badgePulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .animation-wrapper {
                transform: scale(0.8);
                flex-direction: column;
                height: auto;
            }

            .testing-machine {
                width: 280px;
                height: 350px;
                margin-right: 0;
                margin-bottom: 20px;
            }

            .data-display {
                width: 320px;
            }

            .precision-indicators {
                flex-direction: column;
                gap: 10px;
                top: -80px;
            }

            .efficiency-badge {
                position: static;
                margin-top: 20px;
            }

            .particle {
                display: none;
            }
        }
