.elementor-18894 .elementor-element.elementor-element-aa1bd68{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9b77e5c *//* Overlay */
.xmasUltra-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, #2a0000, #000);
    backdrop-filter: blur(6px);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Canvas */
#xmasUltraCanvas {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Popup Box (SMALLER SIZE) */
.xmasUltra-box {
    position: relative;
    z-index: 5;
    width: 90%;
    max-width: 420px;
    padding: 36px 38px;
    text-align: center;
    border-radius: 26px;
    background: linear-gradient(160deg, #fff7e2, #ffefc1);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
    animation: riseIn 0.8s ease-out;
}

/* Glow */
.xmasUltra-glow {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 200, 0, 0.5), transparent);
    filter: blur(70px);
    z-index: -1;
}

/* Floating Santas */
.santa {
    position: absolute;
    font-size: 30px;
    animation: santaFloat 3.5s ease-in-out infinite;
}

.s1 { top: -15px; left: 25px; }
.s2 { top: -20px; right: 25px; animation-delay: 1.5s; }
.s3 { bottom: -20px; left: 45%; animation-delay: 2.5s; }

/* Badge */
.xmasUltra-badge {
    display: inline-block;
    margin-top: 10px;
    background: linear-gradient(135deg, #b80000, #ff9f1c);
    color: #fff;
    padding: 8px 22px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.6);
}

/* Text */
.xmasUltra-box h2 {
    margin-top: 16px;
    font-size: 26px;
    color: #2a2a2a;
}

.xmasUltra-title {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
}

.xmasUltra-sub {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Button */
.xmasUltra-btn {
    margin-top: 26px;
    padding: 11px 26px;
    border-radius: 14px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #b80000, #ff9f1c);
    box-shadow: 0 8px 22px rgba(255, 0, 0, 0.4);
}

.xmasUltra-btn:hover {
    background: linear-gradient(135deg, #9f0000, #e68a00);
}

/* Animations */
@keyframes riseIn {
    from {
        transform: translateY(30px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes santaFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}/* End custom CSS */