.ea3r9mlt{
    overflow: hidden;
}

/* NORMAL layout */
.g55tmr62 .z8dbipbq {
    opacity: 0;
    transform: translateX(-50px); /* image from left */
    transition: all 0.8s ease;
}

.g55tmr62 .kfnaj0yh {
    opacity: 0;
    transform: translateX(50px); /* text from right */
    transition: all 0.8s ease;
}

/* Visible */
.g55tmr62.card-visible .z8dbipbq,
.g55tmr62.card-visible .kfnaj0yh {
    opacity: 1;
    transform: translateX(0);
}

/*.g55tmr62.card-visible .kfnaj0yh {*/
/*    transition-delay: 0.1s;*/
/*}*/

.reverse .z8dbipbq { transform: translateX(80px); }
.reverse .kfnaj0yh { transform: translateX(-80px); }



/*****whatsapp animate**/
    .npoQ3jcV {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 50px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    z-index: 1024;


    /* Popup hidden state */
    opacity: 0;
    transform: translateY(60px) scale(0.8);
    transition: opacity 0.4s ease, transform 0.5s cubic-bezier(.34,1.56,.64,1);
}

/* Popup visible */
.npoQ3jcV.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}



.zedJnkUQ {
    width: 50px;
    height: 50px;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.jEXW8Hdk {
    color: #ffffff;
    font-size: 30px;
}