.elementor-122254 .elementor-element.elementor-element-a31cd81{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-122254 .elementor-element.elementor-element-a31cd81.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-122254 .elementor-element.elementor-element-0f3a8a8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-122254 .elementor-element.elementor-element-0f3a8a8 .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-122254 .elementor-element.elementor-element-49f8331.elementor-element{--align-self:center;}.elementor-122254 .elementor-element.elementor-element-49f8331{text-align:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );}#elementor-popup-modal-122254 .dialog-widget-content{animation-duration:1.4s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-122254 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-122254{justify-content:flex-start;align-items:flex-end;}#elementor-popup-modal-122254 .dialog-close-button{display:flex;font-size:19px;}#elementor-popup-modal-122254 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-122254 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS *//* ==========================================
   POPUP POSITION
========================================== */
#elementor-popup-modal-122254 {
    position: fixed !important;
    left: 20px !important;
    bottom: 20px !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: 500px !important;
    max-width: 500px !important;
    z-index: 999999 !important;

    /* Removed popup fade/slide animation because
       Elementor entrance animation is being used */
}

/* ==========================================
   POPUP BOX WITH ANIMATED GRADIENT
========================================== */
#elementor-popup-modal-122254 .dialog-widget-content {
    width: 380px !important;
    max-width: 450px !important;
    background: linear-gradient(
        135deg,
        #2F5BFF 0%,
        #4F46E5 35%,
        #7C3AED 70%,
        #2F5BFF 100%
    ) !important;
    background-size: 300% 300% !important;
    animation: popupGradientShift 8s ease infinite;
    border-radius: 18px !important;
    box-shadow: 0 20px 60px rgba(47, 91, 255, 0.25) !important;
    overflow: hidden !important;
}

/* Remove default Elementor padding */
#elementor-popup-modal-122254 .dialog-message {
    padding: 0 !important;
}

/* ==========================================
   MAIN CONTAINER
========================================== */
#elementor-popup-modal-122254 .e-con {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(
        135deg,
        #2F5BFF 0%,
        #4F46E5 35%,
        #7C3AED 70%,
        #2F5BFF 100%
    ) !important;
    background-size: 300% 300% !important;
    animation: popupGradientShift 8s ease infinite;
    padding: 24px 24px 22px 24px !important;
    gap: 16px !important;
    border-radius: 18px !important;
}

/* ==========================================
   ALL WIDGETS
========================================== */
#elementor-popup-modal-122254 .elementor-widget,
#elementor-popup-modal-122254 .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ==========================================
   HEADING
========================================== */
#elementor-popup-modal-122254 .elementor-heading-title {
    margin: 0 !important;
    color: #FFFFFF !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.4px !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

/* ==========================================
   DESCRIPTION
========================================== */
#elementor-popup-modal-122254 .elementor-widget-text-editor,
#elementor-popup-modal-122254 .elementor-widget-text-editor p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    white-space: normal !important;
}

/* ==========================================
   PREMIUM BUTTON WITH ATTENTION ANIMATION
========================================== */
#elementor-popup-modal-122254 .elementor-button {
    background: linear-gradient(135deg, #7CEFC4 0%, #5FE3B3 100%) !important;
    color: #1E3A8A !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;

    /* Base state */
    transform: translateY(0) scale(1) !important;

    /* Premium glow */
    box-shadow:
        0 8px 20px rgba(124, 239, 196, 0.25),
        0 0 0 0 rgba(124, 239, 196, 0.35) !important;

    /* Continuous attention animation */
    animation: buttonAttention 2.2s ease-in-out infinite !important;

    /* Smooth interactions */
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.35s ease !important;

    will-change: transform, box-shadow;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Shimmer highlight */
#elementor-popup-modal-122254 .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transform: skewX(-20deg);
    animation: buttonShimmer 3s linear infinite !important;
    pointer-events: none;
}

/* Hover state */
#elementor-popup-modal-122254 .elementor-button:hover {
    background: linear-gradient(135deg, #86F7CF 0%, #6DECBF 100%) !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow:
        0 18px 40px rgba(124, 239, 196, 0.35),
        0 0 0 8px rgba(124, 239, 196, 0.08) !important;

    /* Pause idle animation on hover */
    animation: none !important;
}

/* Click state */
#elementor-popup-modal-122254 .elementor-button:active {
    transform: translateY(-1px) scale(0.98) !important;
    box-shadow:
        0 8px 18px rgba(124, 239, 196, 0.22),
        0 3px 8px rgba(0, 0, 0, 0.06) !important;
}

/* Icon movement */
#elementor-popup-modal-122254 .elementor-button .elementor-button-icon,
#elementor-popup-modal-122254 .elementor-button i,
#elementor-popup-modal-122254 .elementor-button svg {
    transition: transform 0.35s ease !important;
    position: relative;
    z-index: 2;
}

/* Keep text above shimmer */
#elementor-popup-modal-122254 .elementor-button .elementor-button-text {
    position: relative;
    z-index: 2;
}

#elementor-popup-modal-122254 .elementor-button:hover .elementor-button-icon,
#elementor-popup-modal-122254 .elementor-button:hover i,
#elementor-popup-modal-122254 .elementor-button:hover svg {
    transform: translateX(4px) !important;
}

/* ==========================================
   CLOSE BUTTON
========================================== */
#elementor-popup-modal-122254 .dialog-close-button {
    color: #FFFFFF !important;
    top: 12px !important;
    right: 12px !important;
    font-size: 18px !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}

#elementor-popup-modal-122254 .dialog-close-button:hover {
    transform: rotate(90deg) scale(1.1);
    opacity: 0.85;
}

/* ==========================================
   KEYFRAMES
========================================== */
@keyframes popupGradientShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes buttonAttention {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow:
            0 8px 20px rgba(124, 239, 196, 0.25),
            0 0 0 0 rgba(124, 239, 196, 0.30);
    }

    50% {
        transform: translateY(-6px) scale(1.05);
        box-shadow:
            0 22px 45px rgba(124, 239, 196, 0.38),
            0 0 0 10px rgba(124, 239, 196, 0.06);
    }
}

@keyframes buttonShimmer {
    0% {
        left: -120%;
    }
    100% {
        left: 150%;
    }
}

/* ==========================================
   MOBILE RESPONSIVE
========================================== */
@media (max-width: 767px) {
    #elementor-popup-modal-122254 {
        left: 15px !important;
        bottom: 15px !important;
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
    }

    #elementor-popup-modal-122254 .dialog-widget-content {
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
    }

    #elementor-popup-modal-122254 .elementor-heading-title {
        font-size: 22px !important;
    }

    #elementor-popup-modal-122254 .elementor-widget-text-editor,
    #elementor-popup-modal-122254 .elementor-widget-text-editor p {
        font-size: 14px !important;
    }

    #elementor-popup-modal-122254 .elementor-button {
        font-size: 14px !important;
        padding: 12px 18px !important;
    }
}/* End custom CSS */