/* Start custom CSS for text-editor, class: .elementor-element-bd843d6 */.cyber-container {
            background: linear-gradient(135deg, #1f1f1f, #3a3a3a);
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 0 20px cyan;
            text-align: center;
        
        }
        .cyber-title {
            font-size: 22px;
            font-weight: bold;
            color: #ff00ff;
            text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff;
            margin-bottom: 15px;
            text-align: center;
        }
        .cyber-text {
            font-size: 16px;
            color: #ffcc00;
            text-shadow: 0 0 10px #ffcc00;
            margin-bottom: 15px;
        }
        .cyber-btn {
            display: inline-block;
            padding: 10px 20px;
            background: cyan;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            border-radius: 5px;
            transition: 0.3s;
            box-shadow: 0 0 10px cyan;
        }
        .cyber-btn:hover {
            background: #00ffea;
            box-shadow: 0 0 20px cyan;
        }
        
         h1 {
      color: #333;
      border-bottom: 2px solid #4CAF50;
      padding-bottom: 5px;
    }/* End custom CSS */