/* Start custom CSS for text-editor, class: .elementor-element-3e481e8 */.why-metaboxfy-v2{
    padding:120px 0;
    background:#fff;
}

/* Header */

.top-content{
    text-align:center;
    max-width:900px;
    margin:auto;
    margin-bottom:80px;
}

.wm-badge{
    display:inline-block;
    padding:12px 24px;
    border-radius:50px;
    background:#f3f0ff;
    color:#6c4cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:25px;
}

.top-content h2{
    font-size:72px;
    line-height:1;
    font-weight:900;
    margin-bottom:25px;
    color:#111;
    letter-spacing:-3px;
}

.top-content h2 span{
    display:block;

    background:linear-gradient(
        135deg,
        #6c4cff,
        #ff4fd8
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.top-content p{
    font-size:20px;
    color:#666;
    line-height:1.9;
}

/* Features */

.wm-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.wm-item{
    display:flex;
    gap:25px;

    background:#fff;

    padding:35px;

    border-radius:30px;

    border:1px solid #ececec;

    transition:.4s ease;

    position:relative;

    overflow:hidden;
}

.wm-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;

    width:0;
    height:100%;

    background:
    linear-gradient(
        180deg,
        #6c4cff,
        #ff4fd8
    );

    transition:.4s;
}

.wm-item:hover::before{
    width:6px;
}

.wm-item:hover{
    transform:translateY(-10px);
    box-shadow:
    0 25px 50px rgba(108,76,255,.12);
}

.wm-icon{
    width:80px;
    height:80px;

    min-width:80px;

    border-radius:22px;

    background:#f5f2ff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:35px;

    transition:.4s;
}

.wm-item:hover .wm-icon{
    transform:rotate(10deg) scale(1.1);
}

.wm-item h3{
    font-size:26px;
    margin-bottom:10px;
    color:#111;
}

.wm-item p{
    color:#666;
    line-height:1.8;
}

/* Stats */

.wm-stats{
    margin-top:70px;

    display:grid;
    grid-template-columns:repeat(5,1fr);

    gap:20px;
}

.stat-card{
    text-align:center;

    padding:35px;

    background:#fafafa;

    border-radius:25px;

    transition:.4s;
}

.stat-card:hover{
    background:#111;
    transform:translateY(-8px);
}

.stat-card h4{
    font-size:42px;
    color:#6c4cff;
    margin-bottom:10px;
}

.stat-card span{
    color:#666;
    font-weight:600;
}

.stat-card:hover h4,
.stat-card:hover span{
    color:#fff;
}

/* Mobile */

@media(max-width:991px){

.wm-features{
    grid-template-columns:1fr;
}

.wm-stats{
    grid-template-columns:repeat(2,1fr);
}

.top-content h2{
    font-size:50px;
}

}

@media(max-width:767px){

.wm-stats{
    grid-template-columns:1fr;
}

.top-content h2{
    font-size:38px;
}

}/* End custom CSS */