/* Start custom CSS for text-editor, class: .elementor-element-2ef280e */body.hyper-theme {
            background: #0d0d0d;
            color: #fff;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        .hyper-container {
            max-width: 100%;
            margin: 50px auto;
            padding: 20px;
            border-radius: 12px;
            background: linear-gradient(135deg, #1a1a1a, #333);
            box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
        }
        .hyper-title {
            font-size: 36px;
            text-transform: uppercase;
            color: #0ff;
            text-shadow: 0 0 10px cyan;
        }
        .hyper-subtitle {
            font-size: 28px;
            color: #ff0;
            text-shadow: 0 0 10px yellow;
        }
        .hyper-text {
            font-size: 18px;
            line-height: 1.6;
            background: rgba(0, 0, 0, 0.7);
            padding: 10px;
            border-radius: 5px;
        }
        .hyper-visor, .hyper-external {
            padding: 15px;
            margin-top: 20px;
            border-radius: 8px;
            background: rgba(0, 255, 255, 0.1);
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
            transition: 0.3s;
        }
        .hyper-external {
            background: rgba(255, 255, 0, 0.1);
            box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
        }
        .hyper-visor:hover, .hyper-external:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
        }
        .hyper-image {
            width: 100%;
            max-width: 500px;
            border-radius: 8px;
            margin-top: 15px;
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }ansform: uppercase;
            color: #0ff;
            text-shadow: 0 0 10px cyan;
        }
        .hyper-subtitle {
            font-size: 28px;
            color: #ff0;
            text-shadow: 0 0 10px yellow;
        }
        .hyper-text {
            font-size: 18px;
            line-height: 1.6;
        }
        .hyper-visor, .hyper-external {
            padding: 15px;
            margin-top: 20px;
            border-radius: 8px;
            background: rgba(0, 255, 255, 0.1);
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
            transition: 0.3s;
        }
        .hyper-external {
            background: rgba(255, 255, 0, 0.1);
            box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
        }
        .hyper-visor:hover, .hyper-external:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
        }/* End custom CSS */