.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for html, class: .elementor-element-76a9644 */.app-hero{
    max-width:950px;
    margin:0 auto;
    padding:110px 20px;
    text-align:center;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 36px;
    border-radius:50px;
    background:rgba(133,219,33,.08);
    border:1px solid rgba(133,219,33,.3);
    color:#85DB21;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:35px;
}

.hero-title{
    color:#fff;
    font-size:clamp(3rem,5vw,5rem);
    font-weight:800;
    line-height:1.1;
    margin:0 0 30px;
}

.hero-title span{
    display:block;
    color:#85DB21;
}

.hero-description{
    max-width:760px;
    margin:0 auto;
    color:#cfd6e2;
    font-size:1.15rem;
    line-height:1.9;
}

.hero-description strong{
    color:#85DB21;
    font-weight:600;
}

/* Mobile */

@media (max-width:768px){

    .app-hero{
        padding:80px 20px;
    }

    .hero-title{
        font-size:2.8rem;
    }

    .hero-description{
        font-size:1rem;
        line-height:1.8;
    }

    .hero-badge{
        font-size:12px;
        letter-spacing:2px;
        padding:12px 28px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a66af55 *//*=========================
      APP ROADMAP
==========================*/

.app-process{

    padding:120px 20px;

}

.process-header{

    text-align:center;
    max-width:800px;
    margin:auto;
    margin-bottom:90px;

}

.process-tag{

    display:inline-block;

    padding:14px 34px;

    border-radius:50px;

    background:rgba(133,219,33,.08);

    border:1px solid rgba(133,219,33,.25);

    color:#85DB21;

    font-size:13px;

    letter-spacing:3px;

    font-weight:700;

}

.process-header h2{

    margin:30px 0 20px;

    color:#fff;

    font-size:clamp(3rem,5vw,4.8rem);

    line-height:1.1;

    font-weight:800;

}

.process-header h2 span{

    display:block;

    color:#85DB21;

}

.process-header p{

    max-width:700px;

    margin:auto;

    color:#cfd6e2;

    line-height:1.9;

    font-size:1.1rem;

}

/*=========================
      ROADMAP
==========================*/

.roadmap{

    position:relative;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:30px;

    max-width:1400px;

    margin:auto;

}

/* Connecting Line */

.roadmap::before{

    content:"";

    position:absolute;

    top:40px;

    left:8%;

    width:84%;

    height:4px;

    background:linear-gradient(90deg,#85DB21,#00D68F,#85DB21);

    border-radius:10px;

    box-shadow:
    0 0 15px rgba(133,219,33,.45);

}

/*=========================
      ITEMS
==========================*/

.roadmap-item{

    position:relative;

    text-align:center;

    z-index:2;

}

.circle{

    width:82px;

    height:82px;

    margin:auto;

    margin-bottom:30px;

    border-radius:50%;

    background:linear-gradient(135deg,#85DB21,#00D68F);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#081128;

    font-weight:800;

    font-size:24px;

    box-shadow:

    0 0 25px rgba(133,219,33,.5);

    transition:.35s;

}

.roadmap-item:hover .circle{

    transform:translateY(-10px) scale(1.08);

    box-shadow:

    0 0 25px rgba(133,219,33,.8),

    0 0 55px rgba(133,219,33,.55);

}

.roadmap-item h3{

    color:#fff;

    margin-bottom:15px;

    font-size:1.3rem;

}

.roadmap-item p{

    color:#cfd6e2;

    line-height:1.8;

    font-size:.98rem;

}

/*=========================
      MOBILE
==========================*/

@media(max-width:1100px){

.roadmap{

grid-template-columns:1fr;

gap:60px;

}

.roadmap::before{

display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ca7480 *//*=========================
    APP CTA
=========================*/

.launch-cta{
    padding:120px 20px;
    position:relative;
    overflow:hidden;
}

/* Glow Background */

.launch-cta::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#85DB21;
    filter:blur(170px);
    opacity:.12;
    top:-180px;
    left:-180px;
}

.launch-cta::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#00D68F;
    filter:blur(170px);
    opacity:.12;
    bottom:-180px;
    right:-150px;
}

/* Card */

.launch-card{

    position:relative;

    max-width:900px;

    margin:auto;

    text-align:center;

    padding:70px 50px;

    border-radius:30px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    overflow:hidden;

}

/* Animated Top Border */

.launch-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:linear-gradient(
        90deg,
        #85DB21,
        #00D68F,
        #85DB21
    );

    background-size:250%;

    animation:borderMove 5s linear infinite;

}

@keyframes borderMove{

    from{
        background-position:0%;
    }

    to{
        background-position:250%;
    }

}

/* Status */

.launch-status{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 28px;

    border-radius:50px;

    background:rgba(133,219,33,.08);

    border:1px solid rgba(133,219,33,.25);

    color:#85DB21;

    font-size:13px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:35px;

}

/* Live Dot */

.status-dot{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#85DB21;

    box-shadow:
    0 0 15px #85DB21;

    animation:live 2s infinite;

}

@keyframes live{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.6);
        opacity:.5;
    }

    100%{
        transform:scale(1);
    }

}

/* Heading */

.launch-card h2{

    color:#fff;

    font-size:clamp(3rem,5vw,5rem);

    line-height:1.05;

    font-weight:800;

    margin-bottom:25px;

}

.launch-card h2 span{

    display:block;

    color:#85DB21;

}

/* Text */

.launch-card p{

    max-width:700px;

    margin:0 auto 45px;

    color:#cfd6e2;

    line-height:1.9;

    font-size:1.1rem;

}

/* Button */

.launch-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:20px 42px;

    border-radius:60px;

    background:linear-gradient(
        135deg,
        #85DB21,
        #00D68F
    );

    color:#081128;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

    box-shadow:
        0 20px 45px rgba(133,219,33,.25);

}

.launch-btn::after{

    content:"→";

    font-size:18px;

    transition:.3s;

}

.launch-btn:hover{

    transform:translateY(-6px);

    box-shadow:
        0 25px 60px rgba(133,219,33,.45);

}

.launch-btn:hover::after{

    transform:translateX(6px);

}

/* Mobile */

@media(max-width:768px){

.launch-card{

padding:50px 25px;

}

.launch-card h2{

font-size:2.8rem;

}

.launch-card p{

font-size:1rem;

}

}/* End custom CSS */