/* Start custom CSS for text-editor, class: .elementor-element-6be7fd0 */h1 {
      color: #333;
      border-bottom: 2px solid #4CAF50;
      padding-bottom: 5px;
    }
    
      body.custom-body {
            background: #0d0d0d;
            color: #e0e0e0;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        .custom-wrapper {
            max-width: 900px;
            margin: auto;
            padding: 20px;
        }
        .custom-title {
            font-size: 2.5rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #ff0040;
        }
        .custom-card {
            background: linear-gradient(145deg, #161616, #1a1a1a);
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 0 15px rgba(255, 0, 64, 0.6);
            transition: transform 0.3s ease-in-out;
        }
        .custom-card:hover {
            transform: scale(1.05);
        }
        .custom-card-title {
            font-size: 1.8rem;
            color: #ff0040;
            margin-bottom: 10px;
        }
        .custom-card p {
            font-size: 1.1rem;
            color: #b0b0b0;
        }
        .custom-button {
            display: inline-block;
            background: #ff0040;
            color: #fff;
            padding: 12px 25px;
            margin-top: 15px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 6px;
            transition: background 0.3s;
        }
        .custom-button:hover {
            background: #cc0033;
        }/* End custom CSS */