.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-a8fe1f4 */.wl-hero{
    max-width:900px;
    margin:auto;
    text-align:center;
    padding:90px 20px;
}

.hero-badge{
    display:inline-block;
    padding:14px 38px;
    border:1px solid rgba(133,219,33,.35);
    border-radius:50px;
    background:rgba(133,219,33,.08);
    color:#85DB21;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:35px;
}

.hero-title{
    font-size:clamp(3rem,5vw,5rem);
    font-weight:800;
    line-height:1.08;
    color:#ffffff;
    margin:0 0 30px;
}

.hero-title span{
    display:block;
    color:#85DB21;
}

.hero-description{
    max-width:820px;
    margin:auto;
    font-size:1.25rem;
    line-height:1.9;
    color:#d6d6d6;
    font-weight:400;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca3d523 */.process-section{
    padding:120px 20px;
    background:#081128;
}

.section-title{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.process-badge{
    display:inline-block;
    padding:14px 36px;
    border-radius:50px;
    border:1px solid rgba(133,219,33,.3);
    background:rgba(133,219,33,.08);
    color:#85DB21;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.section-title h2{
    margin:30px 0 20px;
    color:#fff;
    font-size:clamp(2.8rem,5vw,4.6rem);
    line-height:1.1;
    font-weight:800;
}

.section-title h2 span{
    display:block;
    color:#85DB21;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#c9d0dc;
    font-size:1.1rem;
    line-height:1.9;
}

/* Timeline */

.process-wrapper{
    max-width:900px;
    margin:auto;
    position:relative;
}

.process-wrapper:before{
    content:"";
    position:absolute;
    left:35px;
    top:0;
    bottom:0;
    width:2px;
    background:linear-gradient(#85DB21,#00d68f);
}

.process-item{
    display:flex;
    align-items:flex-start;
    gap:35px;
    margin-bottom:55px;
    position:relative;
}

.process-number{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#85DB21,#00d68f);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:800;
    color:#081128;
    box-shadow:0 0 25px rgba(133,219,33,.35);
    z-index:2;
}

.process-content{
    flex:1;
    padding:28px 32px;
    border-radius:20px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.process-content:hover{
    transform:translateX(10px);
    border-color:#85DB21;
    box-shadow:0 20px 50px rgba(133,219,33,.12);
}

.process-content h3{
    color:#fff;
    margin-bottom:12px;
    font-size:1.45rem;
    font-weight:700;
}

.process-content p{
    color:#cfd6e2;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

.process-wrapper:before{
    left:30px;
}

.process-item{
    gap:20px;
}

.process-number{
    width:60px;
    height:60px;
    min-width:60px;
    font-size:18px;
}

.process-content{
    padding:24px;
}

.section-title h2{
    font-size:2.6rem;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e2d97a */.cta-section{
    max-width:850px;
    margin:0 auto;
    padding:120px 20px;
    text-align:center;
}

.cta-badge{
    display:inline-block;
    padding:12px 34px;
    border-radius:50px;
    border:1px solid rgba(133,219,33,.3);
    background:rgba(133,219,33,.08);
    color:#85DB21;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:30px;
}

.cta-section h2{
    color:#fff;
    font-size:clamp(3rem,5vw,4.8rem);
    line-height:1.1;
    font-weight:800;
    margin-bottom:25px;
}

.cta-section h2 span{
    display:block;
    color:#85DB21;
}

.cta-section p{
    max-width:700px;
    margin:0 auto 40px;
    color:#cfd6e2;
    font-size:1.15rem;
    line-height:1.9;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 42px;
    border-radius:50px;
    background:linear-gradient(135deg,#85DB21,#56C271);
    color:#081128;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
    box-shadow:0 15px 40px rgba(133,219,33,.25);
}

.cta-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(133,219,33,.4);
}/* End custom CSS */