.elementor-1936 .elementor-element.elementor-element-e6c9946{overflow:hidden;}.elementor-1936 .elementor-element.elementor-element-2b2656f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-1936 .elementor-element.elementor-element-3e68ff2 img{width:100%;max-width:100%;}.elementor-1936 .elementor-element.elementor-element-0498dea img{width:100%;max-width:100%;}.elementor-1936 .elementor-element.elementor-element-cd96916 > .elementor-widget-container{margin:10px 0px 10px 80px;}body:not(.rtl) .elementor-1936 .elementor-element.elementor-element-cd96916{left:0px;}body.rtl .elementor-1936 .elementor-element.elementor-element-cd96916{right:0px;}.elementor-1936 .elementor-element.elementor-element-cd96916{bottom:50px;}.elementor-1936 .elementor-element.elementor-element-cd96916 .elementor-button{padding:20px 40px 20px 40px;}.elementor-1936 .elementor-element.elementor-element-4dc367e > .elementor-widget-container{margin:10px 0px 10px 80px;}body:not(.rtl) .elementor-1936 .elementor-element.elementor-element-4dc367e{left:0px;}body.rtl .elementor-1936 .elementor-element.elementor-element-4dc367e{right:0px;}.elementor-1936 .elementor-element.elementor-element-4dc367e{bottom:50px;}.elementor-1936 .elementor-element.elementor-element-4dc367e .elementor-button{padding:20px 40px 20px 40px;}#elementor-popup-modal-1936 .dialog-widget-content{animation-duration:0.8s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1936{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1936 .dialog-message{width:980px;height:auto;}#elementor-popup-modal-1936 .dialog-close-button{display:flex;top:20px;font-size:18px;}@media(max-width:1024px){#elementor-popup-modal-1936 .dialog-message{width:560px;}}@media(max-width:767px){.elementor-1936 .elementor-element.elementor-element-cd96916{bottom:20px;}.elementor-1936 .elementor-element.elementor-element-4dc367e{bottom:20px;}#elementor-popup-modal-1936 .dialog-message{width:95vw;}#elementor-popup-modal-1936 .dialog-close-button{top:8px;font-size:18px;}}/* Start custom CSS for button, class: .elementor-element-cd96916 *//* Base button */
#popup-reg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: linear-gradient(135deg, #1F78FF, #0B5ED7);
    color: #ffffff;

    padding: 18px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 14px;
    border: none;
    text-decoration: none;

    box-shadow: 0 12px 26px rgba(0,0,0,0.18);
    transition: .3s ease;
    position: relative;
}

/* Emoji */
#popup-reg-btn::after {
    content: "💳";
    font-size: 22px;
    margin-bottom: 5px; /* aligns emoji with text */
}

/* Hover effect */
#popup-reg-btn:hover {
    background: linear-gradient(135deg, #0B3CDE, #022C6F);
    transform: translateY(-3px) scale(1.02);
}

/* Tablet */
@media (max-width: 768px) {
    #popup-reg-btn {
        padding: 14px 28px;
        font-size: 18px;
        gap: 8px;
        border-radius: 12px;
    }

    #popup-reg-btn::after {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    #popup-reg-btn {
        position: absolute;   /* stick to bottom-left */
        left: 0;
        bottom: 0;
        width: 40%;           /* adjust width as needed */
        padding: 5px 0;
        margin-left: 15px;
        font-size: 16px;
        gap: 6px;
        border-radius: 10px;
        justify-content: center;
        text-align: center;
    }

    /* Hide desktop text */
    #popup-reg-btn .desktop-text {
        display: none;
    }

    /* Show shorter mobile text */
    #popup-reg-btn .mobile-text {
        display: inline;
    }

    #popup-reg-btn::after {
        font-size: 18px;
        margin-bottom: 5px; /* keeps emoji aligned */
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-4dc367e *//* Base button */
#popup-reg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: linear-gradient(135deg, #1F78FF, #0B5ED7);
    color: #ffffff;

    padding: 18px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 14px;
    border: none;
    text-decoration: none;

    box-shadow: 0 12px 26px rgba(0,0,0,0.18);
    transition: .3s ease;
    position: relative;
}

/* Emoji */
#popup-reg-btn::after {
    content: "💳";
    font-size: 22px;
    margin-bottom: 5px; /* aligns emoji with text */
}

/* Hover effect */
#popup-reg-btn:hover {
    background: linear-gradient(135deg, #0B3CDE, #022C6F);
    transform: translateY(-3px) scale(1.02);
}

/* Tablet */
@media (max-width: 768px) {
    #popup-reg-btn {
        padding: 14px 28px;
        font-size: 18px;
        gap: 8px;
        border-radius: 12px;
    }

    #popup-reg-btn::after {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    #popup-reg-btn {
        position: absolute;   /* stick to bottom-left */
        left: 0;
        bottom: 0;
        width: 40%;           /* adjust width as needed */
        padding: 5px 0;
        margin-left: 15px;
        font-size: 16px;
        gap: 6px;
        border-radius: 10px;
        justify-content: center;
        text-align: center;
    }

    /* Hide desktop text */
    #popup-reg-btn .desktop-text {
        display: none;
    }

    /* Show shorter mobile text */
    #popup-reg-btn .mobile-text {
        display: inline;
    }

    #popup-reg-btn::after {
        font-size: 18px;
        margin-bottom: 5px; /* keeps emoji aligned */
    }
}/* End custom CSS */
/* Start custom CSS */#mrewards-card-popup .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
}

#mrewards-card-popup .elementor-widget:not(:last-child){
    margin-bottom: 0 !important;
}/* End custom CSS */