.elementor-12 .elementor-element.elementor-element-2b5f37b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bb304b0 */body {
            margin: 0;
            padding: 0;
            background-image: linear-gradient(to bottom right, #a8c0ff, #ffa8a8);
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

       .wheel-container {
            text-align: center;
            position: relative;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.2);
            max-width: 500px;
            padding: 20px;
            margin: auto;
            margin-top: 300px;
        }

        #spinWheelCanvas {
            border-radius: 50%;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            border: 20px solid #23475f;
            cursor: pointer;
        }

        .congratulations {
            margin-top: 20px;
            font-size: 18px;
            font-weight: bold;
            color: #111;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 10px;
            text-align: center;
            display: none;
        }

        .cong-t1 {
            font-size: 26px;
        }

        .cong-t2 {
            font-style: italic;
        }

        #offerText {
            font-size: 26px;
            font-weight: bold;
        }

        .user-form {
            display: none;
            margin-top: 20px;
            gap: 5px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .user-form label {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .user-form input[type="text"],
        .user-form input[type="email"],
        .user-form input[type="tel"],
        .user-form button {
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            background: #fff;
            min-height: 50px;
            min-width: 100px;
            text-decoration: none;
            box-sizing: border-box;
            width: calc(50% - 5px);
        }

        .user-form button,
        #view-inv {
            background-color: #91ba3e;
            color: white;
            cursor: pointer;
            transition: background-color 0.3s;
            text-transform: uppercase;
            border-radius: 3px;
            border: none;
        }

        #view-inv {
            padding: 10px 20px;
            text-decoration: none;
            margin-top: 10px;
            display: none;
        }

        .user-form button:hover,
        #view-inv:hover {
            background-color: #7aa532;
        }

        .canvas-container {
            position: relative;
            margin: auto;
            max-width: 440px;
        }

        .marker-container {
            position: absolute;
            top: 50%;
            left: calc(100% - 10px);
            transform: translate(-50%, -50%) rotate(90deg);
            z-index: 1;
            width: 50px;
        }

        .marker-container img {
            width: 50px;
            height: 50px;
        }

        .canvas-container text {
            font-size: 16px;
        }

        .wheelCenterImg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            padding-bottom: 10px;
            cursor: pointer;
        }

        @media(max-width:900px) {
            #spinWheelCanvas {
                border: 10px solid #23475f;
            }

            .wheelCenterImg {
                width: 50px;
            }

            .marker-container img {
                width: 30px;
                height: 30px;
            }

            .marker-container {
                width: 30px;
            }

            .user-form {
                flex-direction: column;
            }

            .canvas-container {
                position: relative;
                margin: auto;
                max-width: 320px;
            }

            .wheel-container {
                margin-top: 0;
            }

            .user-form button {
                margin: 0 !important;
            }

            .user-form input[type="text"],
            .user-form input[type="email"],
            .user-form input[type="tel"],
            .user-form button {
                width: 100%;
            }
        }/* End custom CSS */