.w3ps-power-section{

    position:relative;
    overflow:hidden;

    background:
    radial-gradient(circle at top left,#dff5ff 0,#ffffff 42%),
    linear-gradient(135deg,#ffffff,#eef6fb);

}

.w3ps-power-section::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    background:rgba(15,98,168,.05);

    border-radius:50%;

    right:-180px;
    top:-120px;

}

.w3ps-power-section::after{

    content:"";

    position:absolute;

    width:320px;
    height:320px;

    border-radius:50%;

    background:rgba(0,170,255,.05);

    left:-120px;
    bottom:-120px;

}

.w3ps-subtitle{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#eaf5ff;

    color:#0f5b8d;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

}

.w3ps-title{

    font-size:36px;

    line-height:1.1;

    font-weight:800;

    color:#1f2937;

    margin-top:20px;

}

.w3ps-title span{

    color:#0c7dbf;

}

.w3ps-block h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:20px;

    color:#12395a;

    position:relative;

    padding-left:22px;

}

.w3ps-block h3:before{

    content:"";

    position:absolute;

    left:0;

    top:6px;

    width:8px;

    height:30px;

    border-radius:30px;

    background:linear-gradient(#00c6ff,#0072ff);

}

.w3ps-block ul{

    list-style:none;

    padding:0;

    margin:0;

}

.w3ps-block li{

    position:relative;

    padding-left:34px;

    margin-bottom:16px;

    color:#49566c;

    font-size:17px;

    line-height:1.8;

}

.w3ps-block li:before{

    content:"✓";

    position:absolute;

    left:0;

    top:2px;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#0ea5e9;

    color:#fff;

    text-align:center;

    line-height:22px;

    font-size:12px;

    font-weight:bold;

}

.w3ps-product-wrapper{

    position:relative;

    padding:35px;

    border-radius:30px;

    background:linear-gradient(180deg,#0f4f74,#0a3957);

    overflow:hidden;

    box-shadow:
    0 25px 60px rgba(0,0,0,.25);

}

.w3ps-product-wrapper h4{

    color:#fff;

    font-size:30px;

    font-weight:700;

}

.w3ps-product-card{

    position:relative;

    margin-bottom:22px;

    padding:28px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    transition:.35s;

}

.w3ps-product-card:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.14);

    box-shadow:0 15px 40px rgba(0,0,0,.25);

}

.w3ps-product-card h5{

    color:#fff;

    font-size:20px;

    margin-bottom:12px;

    font-weight:700;

}

.w3ps-product-card p{

    color:#d7edf8;

    margin:0;

    font-size:18px;

}

.w3ps-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(80px);

}

.w3ps-glow.one{

    width:180px;

    height:180px;

    background:#00c3ff;

    top:-60px;

    right:-40px;

    opacity:.25;

}

.w3ps-glow.two{

    width:150px;

    height:150px;

    background:#0088ff;

    bottom:-40px;

    left:-40px;

    opacity:.18;

}

@media(max-width:992px){

    .w3ps-title{

        font-size:40px;

    }

    .w3ps-block h3{

        font-size:26px;

    }

    .w3ps-product-wrapper{

        margin-top:10px;

    }

}

@media(max-width:768px){

    .w3ps-power-section{

        padding-top:70px!important;
        padding-bottom:70px!important;

    }

    .w3ps-title{

        font-size:34px;

    }

    .w3ps-block h3{

        font-size:24px;

    }

    .w3ps-block li{

        font-size:16px;

    }

    .w3ps-product-wrapper{

        padding:25px;

    }

    .w3ps-product-card{

        padding:22px;

    }

    .w3ps-product-card h5{

        font-size:22px;

    }

    .w3ps-product-card p{

        font-size:15px;

    }

}



/*next*/


.fps-premium-section{
    background:linear-gradient(180deg,#f7f9fc,#ffffff);
    position:relative;
    overflow:hidden;
}

.fps-premium-section:before{
    content:'';
    position:absolute;
    width:380px;
    height:380px;
    background:#0d6efd10;
    border-radius:50%;
    top:-180px;
    left:-150px;
}

.fps-premium-section:after{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:#ffc10712;
    border-radius:50%;
    right:-180px;
    bottom:-180px;
}

.fps-badge{
    display:inline-block;
    background:#011f3d;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.fps-title{
    font-size:42px;
    font-weight:800;
    color:#182848;
    margin-bottom:15px;
}

.fps-subtitle{
    max-width:760px;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.fps-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    height:100%;
    transition:.4s;
    border:1px solid #edf0f5;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
}

.fps-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.14);
}

.fps-img-box{
    background:#fff;
    height:270px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    overflow:hidden;
}

.fps-img-box img{
    max-height:100%;
    transition:.5s;
}

.fps-card:hover img{
    transform:scale(1.08);
}

.fps-content{
    padding:25px;
    text-align:center;
    position:relative;
}

.fps-content:before{
    content:'';
    width:55px;
    height:4px;
    background:#0d6efd;
    display:block;
    margin:0 auto 18px;
    border-radius:10px;
}

.fps-content h4{
    font-size:23px;
    font-weight:700;
    color:#16243d;
    margin-bottom:8px;
    line-height:1.4;
}

.fps-content p{
    color:#6c757d;
    font-size:16px;
    margin:0;
    font-weight:500;
}

/******************************
 Responsive
******************************/

@media(max-width:991px){

.fps-title{
    font-size:34px;
}

.fps-img-box{
    height:240px;
}

}

@media(max-width:767px){

.fps-premium-section{
    padding:70px 0;
}

.fps-title{
    font-size:30px;
}

.fps-subtitle{
    font-size:15px;
}

.fps-img-box{
    height:220px;
}

.fps-content{
    padding:22px;
}

.fps-content h4{
    font-size:20px;
}

}


