/* Start custom CSS for text-editor, class: .elementor-element-92bb80d */.container-custom {
            margin: auto;
            padding: 20px;
            border: 2px solid #00ffcc;
            border-radius: 10px;
            background: rgba(10, 10, 10, 0.95);
            box-shadow: 0px 0px 15px #00ffcc;
        }
        .title-custom {
            font-size: 28px;
            font-weight: bold;
            color: #ffffff;
            text-transform: uppercase;
            text-shadow: 0px 0px 15px #ff0066;
        }
        .section-custom {
            margin-top: 20px;
            padding: 15px;
            border: 2px solid #00ffcc;
            border-radius: 5px;
            background: rgba(25, 25, 25, 0.98);
            color: #ffffff;
            box-shadow: 0px 0px 10px #00ffcc;
        }
        .btn-custom {
            display: inline-block;
            padding: 12px 24px;
            margin: 10px;
            border: none;
            border-radius: 5px;
            background: #ff0066;
            color: white;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.3s;
            text-transform: uppercase;
            box-shadow: 0px 0px 10px #ff0066;
        }
        .btn-custom:hover {
            background: #ff3399;
            box-shadow: 0px 0px 15px #ff0066;
        }/* End custom CSS */