



/*=========================================================
NAPS & NATS SECTION
PART 01
=========================================================*/

.sh-naps-section{

    position:relative;

    padding:70px 0;

    overflow:hidden;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f6faff 100%
    );

}


/*==================================
BACKGROUND
==================================*/

.sh-naps-section::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    right:-220px;

    top:-180px;

    border-radius:50%;

    background:radial-gradient(
        rgba(23,107,255,.12),
        transparent 70%
    );

    pointer-events:none;

}

.sh-naps-section::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    left:-180px;

    bottom:-180px;

    border-radius:50%;

    background:radial-gradient(
        rgba(67,195,255,.10),
        transparent 70%
    );

    pointer-events:none;

}


/*==================================
CONTENT
==================================*/

.sh-naps-content{

    position:relative;

    z-index:2;

}


/*==================================
BADGE
==================================*/

.sh-naps-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    margin-bottom:28px;

    background:#eef5ff;

    color:var(--primary);

    border:1px solid rgba(23,107,255,.12);

    border-radius:100px;

    font-size:.92rem;

    font-weight:600;

}

.sh-naps-badge i{

    font-size:18px;

}


/*==================================
HEADING
==================================*/

.sh-naps-content h2{

    margin:0;

    color:var(--dark);

    font-size:clamp(2.6rem,5vw,4.6rem);

    line-height:1.05;

    font-weight:800;

    letter-spacing:-1px;

}

.sh-naps-content h2 span{

    color:var(--primary);

}


/*==================================
DESCRIPTION
==================================*/

.sh-naps-content p{

    max-width:620px;

    margin:32px 0 0;

    color:var(--text);

    font-size:1.08rem;

    line-height:1.9;

}


/*==================================
BUTTON WRAPPER
==================================*/

.sh-naps-btns{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

    margin-top:42px;

}


/*==================================
RIGHT SIDE
==================================*/

.sh-naps-visual{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:700px;

}


/*==================================
IMAGE WRAPPER
==================================*/

.sh-naps-image{

    position:relative;

    width:520px;

    max-width:100%;

    border-radius:40px;

    overflow:hidden;

    background:#fff;

    box-shadow:
    0 35px 90px rgba(7,26,43,.10);

}


/* Blue Circle */

.sh-naps-image::before{

    content:"";

    position:absolute;

    width:760px;

    height:760px;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:radial-gradient(
        rgba(23,107,255,.16),
        transparent 72%
    );

    z-index:0;

}


/* Image */

.sh-naps-image img{

    position:relative;

    z-index:2;

    width:100%;

    display:block;

}

/*=========================================================
NAPS & NATS SECTION
PART 02
=========================================================*/


/*==================================
FLOATING CARD
==================================*/

.sh-naps-card{

    /* position:absolute; */

    top:50%;

    right:-20px;

    transform:translateY(-50%);

    width:440px;

    padding:34px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(18px);

    border:1px solid rgba(23,107,255,.10);

    border-radius:32px;

    box-shadow:
    0 25px 60px rgba(7,26,43,.12);

    z-index:10;

}


/*==================================
CARD TITLE
==================================*/

.sh-naps-card-title{

    display:flex;

    align-items:center;

    gap:16px;

    margin-bottom:28px;

}

.sh-naps-card-title i{

    width:62px;

    height:62px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--primary-light)
    );

    color:#fff;

    font-size:28px;

    flex-shrink:0;

}

.sh-naps-card-title h4{

    margin:0;

    color:var(--dark);

    font-size:1.45rem;

    font-weight:700;

    line-height:1.3;

}


/*==================================
CARD LIST
==================================*/

.sh-naps-card ul{

    margin:0;

    padding:0;

    list-style:none;

}

.sh-naps-card ul li{

    display:flex;

    align-items:center;

    gap:14px;

    padding:15px 0;

    color:var(--dark);

    font-weight:500;

    border-bottom:1px solid rgba(23,107,255,.08);

}

.sh-naps-card ul li:last-child{

    border-bottom:none;

}

.sh-naps-card ul li i{

    color:var(--primary);

    font-size:18px;

    flex-shrink:0;

}


/*==================================
FLOATING CIRCLE
==================================*/

.sh-naps-circle{

    position:absolute;

    left:20px;

    bottom:30px;

    width:180px;

    height:180px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    background:#fff;

    border-radius:50%;

    border:8px solid rgba(255,255,255,.65);

    box-shadow:
    0 25px 60px rgba(7,26,43,.12);

    z-index:12;

}

.sh-naps-circle i{

    color:var(--primary);

    font-size:48px;

    margin-bottom:14px;

}

.sh-naps-circle span{

    width:120px;

    color:var(--dark);

    font-size:.95rem;

    font-weight:700;

    line-height:1.45;

}


/*==================================
DECORATIVE DOTS
==================================*/

.sh-naps-visual::before{

    content:"";

    position:absolute;

    top:40px;

    left:60px;

    width:120px;

    height:120px;

    background-image:radial-gradient(
        rgba(23,107,255,.35) 1.6px,
        transparent 1.6px
    );

    background-size:16px 16px;

    opacity:.55;

}

.sh-naps-visual::after{

    content:"";

    position:absolute;

    right:90px;

    bottom:70px;

    width:90px;

    height:90px;

    border-radius:24px;

    border:2px dashed rgba(23,107,255,.18);

    transform:rotate(18deg);

}


/*==================================
HOVER EFFECT
==================================*/

.sh-naps-card,
.sh-naps-circle,
.sh-naps-image{

    transition:.45s ease;

}

.sh-naps-section:hover .sh-naps-image{

    transform:translateY(-8px);

}

.sh-naps-section:hover .sh-naps-card{

    transform:translateY(calc(-50% - 8px));

}

.sh-naps-section:hover .sh-naps-circle{

    transform:translateY(-8px);

}







/*=========================================================
NAPS & NATS SECTION
PART 03
=========================================================*/


/*==================================
BUTTONS
==================================*/

.sh-btn-primary,
.sh-btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    min-width:220px;

    height:60px;

    padding:0 34px;

    border-radius:100px;

    font-size:1rem;

    font-weight:600;

    text-decoration:none;

    transition:.35s;

}

.sh-btn-primary{

    color:#fff;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--primary-light)
    );

    box-shadow:
    0 18px 40px rgba(23,107,255,.28);

}

.sh-btn-primary:hover{

    color:#fff;

    transform:translateY(-5px);

    box-shadow:
    0 24px 55px rgba(23,107,255,.35);

}

.sh-btn-outline{

    color:var(--dark);

    background:#fff;

    border:1px solid rgba(23,107,255,.12);

}

.sh-btn-outline:hover{

    color:var(--primary);

    border-color:var(--primary);

    transform:translateY(-5px);

    box-shadow:
    0 18px 40px rgba(7,26,43,.08);

}


/*==================================
BOTTOM STATS
==================================*/

.sh-naps-stats{

    position:relative;

    z-index:5;

    margin-top:90px;

    padding:35px;

    background:#fff;

    border:1px solid rgba(23,107,255,.08);

    border-radius:32px;

    box-shadow:
    0 20px 60px rgba(7,26,43,.08);

}

.sh-naps-stat{

    text-align:center;

}

.sh-naps-stat h3{

    margin:0;

    color:var(--primary);

    font-size:clamp(2rem,4vw,3rem);

    font-weight:800;

}

.sh-naps-stat p{

    margin:10px 0 0;

    color:var(--text);

    font-size:1rem;

    font-weight:500;

}


/*==================================
FLOAT ANIMATION
==================================*/

@keyframes shFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0);

    }

}

.sh-naps-image{

    animation:shFloat 5s ease-in-out infinite;

}

.sh-naps-circle{

    animation:shFloat 4s ease-in-out infinite;

}

.sh-naps-card{

    animation:shFloat 6s ease-in-out infinite;

}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

    .sh-naps-section{

        padding:100px 0;

    }

    .sh-naps-content{

        text-align:center;

    }

    .sh-naps-content p{

        margin-left:auto;

        margin-right:auto;

    }

    .sh-naps-btns{

        justify-content:center;

    }

    .sh-naps-visual{

        min-height:auto;

        margin-top:70px;

    }

    .sh-naps-card{

        position:relative;

        top:auto;

        right:auto;

        width:100%;

        margin-top:30px;

        transform:none;

    }

    .sh-naps-circle{

        display:none;

    }

    .sh-naps-section:hover .sh-naps-card{

        transform:none;

    }

}

@media(max-width:767px){

    .sh-naps-section{

        padding:80px 0;

    }

    .sh-naps-badge{

        font-size:.82rem;

        padding:8px 18px;

    }

    .sh-naps-content h2{

        font-size:2.4rem;

    }

    .sh-btn-primary,
    .sh-btn-outline{

        width:100%;

        min-width:100%;

    }

    .sh-naps-card{

        padding:25px;

        border-radius:24px;

    }

    .sh-naps-image{

        border-radius:24px;

    }

    .sh-naps-stats{

        padding:25px;

        margin-top:60px;

    }

    .sh-naps-stat{

        margin:20px 0;

    }

}

/*=========================================================
NAPS & NATS SECTION
PART 04 - PREMIUM EFFECTS
=========================================================*/


/*==================================
IMAGE BORDER GLOW
==================================*/

.sh-naps-image{

    isolation:isolate;

}

.sh-naps-image::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:inherit;

    padding:2px;

    background:linear-gradient(
        135deg,
        rgba(23,107,255,.45),
        rgba(67,195,255,.15),
        rgba(255,255,255,.4)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    pointer-events:none;

}


/*==================================
CARD TOP STRIP
==================================*/

.sh-naps-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:6px;

    border-radius:32px 32px 0 0;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--primary-light)
    );

}


/*==================================
CARD HOVER
==================================*/

.sh-naps-card:hover{

    transform:translateY(calc(-50% - 12px)) scale(1.02);

    box-shadow:
    0 35px 80px rgba(7,26,43,.18);

}


/*==================================
LIST ICON ANIMATION
==================================*/

.sh-naps-card ul li{

    transition:.35s;

}

.sh-naps-card ul li:hover{

    padding-left:10px;

    color:var(--primary);

}

.sh-naps-card ul li i{

    transition:.35s;

}

.sh-naps-card ul li:hover i{

    transform:scale(1.15);

}


/*==================================
CIRCLE ROTATION
==================================*/

.sh-naps-circle{

    overflow:hidden;

}

.sh-naps-circle::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    border:2px dashed rgba(23,107,255,.20);

    animation:shRotate 18s linear infinite;

}

@keyframes shRotate{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}


/*==================================
SECTION SHAPES
==================================*/

.sh-naps-section .shape-one{

    position:absolute;

    top:120px;

    left:8%;

    width:18px;

    height:18px;

    border-radius:50%;

    background:var(--primary);

    opacity:.18;

}

.sh-naps-section .shape-two{

    position:absolute;

    right:8%;

    top:160px;

    width:90px;

    height:90px;

    border-radius:24px;

    background:rgba(67,195,255,.10);

    transform:rotate(25deg);

}

.sh-naps-section .shape-three{

    position:absolute;

    left:12%;

    bottom:120px;

    width:60px;

    height:60px;

    border-radius:50%;

    border:2px solid rgba(23,107,255,.15);

}


/*==================================
BUTTON SHINE
==================================*/

.sh-btn-primary{

    position:relative;

    overflow:hidden;

}

.sh-btn-primary::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:skewX(-25deg);

    transition:.8s;

}

.sh-btn-primary:hover::before{

    left:160%;

}


/*==================================
IMAGE ZOOM
==================================*/

.sh-naps-image img{

    transition:transform .8s ease;

}

.sh-naps-section:hover .sh-naps-image img{

    transform:scale(1.04);

}


/*==================================
STATS HOVER
==================================*/

.sh-naps-stat{

    transition:.35s;

}

.sh-naps-stat:hover{

    transform:translateY(-8px);

}

.sh-naps-stat:hover h3{

    color:var(--primary-light);

}











/*=========================================================
NAPS VS NATS
PART 02 - CSS
=========================================================*/


/*==================================
SECTION
==================================*/

.shnn-section{

    position:relative;

    padding:70px 0;

    overflow:hidden;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fbff 100%
    );

}


/*==================================
BACKGROUND SHAPES
==================================*/

.shnn-section::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    right:-220px;

    top:-220px;

    border-radius:50%;

    background:radial-gradient(
        rgba(23,107,255,.10),
        transparent 70%
    );

}

.shnn-section::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    left:-150px;

    bottom:-150px;

    border-radius:50%;

    background:radial-gradient(
        rgba(67,195,255,.10),
        transparent 70%
    );

}


/*==================================
SECTION HEADING
==================================*/

.shnn-heading{

    position:relative;

    z-index:2;

    margin-bottom:70px;

}

.shnn-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    margin-bottom:20px;

    background:#eef5ff;

    color:var(--primary);

    border-radius:100px;

    border:1px solid rgba(23,107,255,.12);

    font-size:.9rem;

    font-weight:600;

}

.shnn-heading h2{

    margin:0;

    color:var(--dark);

    font-size:clamp(2.8rem,5vw,4.5rem);

    font-weight:800;

    letter-spacing:-1px;

}

.shnn-heading h2 span{

    color:var(--primary);

}

.shnn-heading p{

    width:min(720px,100%);

    margin:24px auto 0;

    color:var(--text);

    font-size:1.08rem;

    line-height:1.9;

}


/*==================================
CARD
==================================*/

.shnn-card{

    position:relative;

    height:100%;

    padding:42px;

    background:#fff;

    border-radius:34px;

    border:1px solid rgba(23,107,255,.08);

    box-shadow:

    0 25px 70px rgba(7,26,43,.08);

    transition:.45s ease;

    overflow:hidden;

    z-index:2;

}


/* Top Gradient */

.shnn-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:6px;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--primary-light)
    );

}


/*==================================
TOP
==================================*/

.shnn-top{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:35px;

}


/*==================================
LOGO
==================================*/

.shnn-logo{

    width:100px;

    height:100px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    border-radius:26px;

    border:1px solid rgba(23,107,255,.08);

    box-shadow:

    0 15px 40px rgba(7,26,43,.08);

}

.shnn-logo img{

    max-width:72px;

    max-height:72px;

}


/*==================================
LABEL
==================================*/

.shnn-label{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:10px 18px;

    background:#eef5ff;

    color:var(--primary);

    border-radius:100px;

    font-size:.82rem;

    font-weight:600;

}


/*==================================
TITLE
==================================*/

.shnn-card h3{

    margin:0;

    color:var(--dark);

    font-size:2rem;

    line-height:1.3;

    font-weight:700;

}

.shnn-card h5{

    margin:10px 0 24px;

    color:var(--primary);

    font-size:1rem;

    font-weight:600;

}


/*==================================
DESCRIPTION
==================================*/

.shnn-card p{

    margin:0;

    color:var(--text);

    font-size:1rem;

    line-height:1.9;

}


/*==================================
LIST
==================================*/

.shnn-list{

    margin:35px 0;

    padding:0;

    list-style:none;

}

.shnn-list li{

    display:flex;

    align-items:center;

    gap:14px;

    padding:14px 0;

    color:var(--dark);

    font-weight:500;

    border-bottom:1px solid rgba(23,107,255,.08);

}

.shnn-list li:last-child{

    border:none;

}

.shnn-list li i{

    color:var(--primary);

    font-size:18px;

}


/*==================================
BUTTON
==================================*/

.shnn-footer{

    margin-top:auto;

}

.shnn-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:16px 28px;

    border-radius:100px;

    text-decoration:none;

    color:#fff;

    font-weight:600;

    background:linear-gradient(

        135deg,

        var(--primary),

        var(--primary-light)

    );

    box-shadow:

    0 18px 40px rgba(23,107,255,.22);

    transition:.35s;

}





/*=========================================================
NAPS VS NATS
PART 03 - PREMIUM EFFECTS + RESPONSIVE
=========================================================*/


/*==================================
CARD HOVER
==================================*/

.shnn-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 35px 90px rgba(7,26,43,.15);

}

.shnn-card:hover::before{

    height:8px;

}


/*==================================
NAPS ACCENT
==================================*/

.shnn-card-naps::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:radial-gradient(

        rgba(23,107,255,.12),

        transparent 70%

    );

    pointer-events:none;

}


/*==================================
NATS ACCENT
==================================*/

.shnn-card-nats::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:radial-gradient(

        rgba(67,195,255,.18),

        transparent 70%

    );

    pointer-events:none;

}


/*==================================
BUTTON
==================================*/

.shnn-btn{

    position:relative;

    overflow:hidden;

}

.shnn-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-130%;

    width:60%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.45),

        transparent

    );

    transform:skewX(-25deg);

    transition:.8s;

}

.shnn-btn:hover{

    color:#fff;

    transform:translateY(-4px);

}

.shnn-btn:hover::before{

    left:170%;

}


/*==================================
LOGO
==================================*/

.shnn-logo{

    transition:.45s;

}

.shnn-card:hover .shnn-logo{

    transform:rotate(-5deg) scale(1.05);

}


/*==================================
LIST
==================================*/

.shnn-list li{

    transition:.35s;

}

.shnn-list li:hover{

    padding-left:12px;

    color:var(--primary);

}

.shnn-list li i{

    transition:.35s;

}

.shnn-list li:hover i{

    transform:scale(1.2);

}


/*==================================
FLOATING DOTS
==================================*/

.shnn-shape-1{

    position:absolute;

    top:100px;

    left:8%;

    width:120px;

    height:120px;

    opacity:.45;

    background-image:radial-gradient(

        rgba(23,107,255,.35) 1.6px,

        transparent 1.6px

    );

    background-size:16px 16px;

}

.shnn-shape-2{

    position:absolute;

    right:10%;

    bottom:120px;

    width:90px;

    height:90px;

    border-radius:26px;

    border:2px dashed rgba(23,107,255,.16);

    transform:rotate(25deg);

}

.shnn-shape-3{

    position:absolute;

    left:14%;

    bottom:60px;

    width:22px;

    height:22px;

    border-radius:50%;

    background:var(--primary);

    opacity:.18;

}


/*==================================
ANIMATION
==================================*/

@keyframes shnnFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0);

    }

}

.shnn-card{

    animation:shnnFloat 5s ease-in-out infinite;

}

.shnn-card:nth-child(2){

    animation-delay:.8s;

}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

    .shnn-section{

        padding:100px 0;

    }

    .shnn-heading{

        margin-bottom:50px;

    }

    .shnn-card{

        padding:35px;

    }

    .shnn-top{

        flex-direction:column;

        align-items:flex-start;

        gap:20px;

    }

    .shnn-logo{

        width:90px;

        height:90px;

    }

    .shnn-logo img{

        max-width:60px;

    }

}


@media(max-width:767px){

    .shnn-section{

        padding:80px 0;

    }

    .shnn-heading h2{

        font-size:2.3rem;

    }

    .shnn-heading p{

        font-size:1rem;

    }

    .shnn-card{

        padding:28px;

        border-radius:24px;

    }

    .shnn-card h3{

        font-size:1.55rem;

    }

    .shnn-card h5{

        font-size:.95rem;

    }

    .shnn-btn{

        width:100%;

        justify-content:center;

    }

    .shnn-shape-1,
    .shnn-shape-2,
    .shnn-shape-3{

        display:none;

    }

}









/*=========================================================
WHAT IS APPRENTICESHIP
PART 01
=========================================================*/

.shap-section{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:#f8fbff;

}


/*==================================
BACKGROUND
==================================*/

.shap-section::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    top:-250px;

    right:-180px;

    border-radius:50%;

    background:radial-gradient(
        rgba(31,114,255,.08),
        transparent 70%
    );

}

.shap-section::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    left:-180px;

    bottom:-180px;

    border-radius:50%;

    background:radial-gradient(
        rgba(31,114,255,.06),
        transparent 70%
    );

}


/*==================================
MAIN CARD
==================================*/

.shap-card{

    position:relative;

    z-index:2;

    padding:60px;

    border-radius:32px;

    background:#ffffff;

    border:1px solid rgba(31,114,255,.08);

    box-shadow:

    0 25px 70px rgba(0,0,0,.06);

    overflow:hidden;

}


/* Top Gradient */

.shap-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(
        90deg,
        var(--primary),
        #5fb8ff
    );

}


/*==================================
TAG
==================================*/

.shap-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:100px;

    background:#eef5ff;

    color:var(--primary);

    font-weight:600;

    font-size:.9rem;

    margin-bottom:22px;

}

.shap-tag i{

    font-size:18px;

}


/*==================================
HEADING
==================================*/

.shap-card h2{

    margin-bottom:24px;

    font-size:clamp(2rem,4vw,3.2rem);

    font-weight:800;

    color:var(--dark);

}

.shap-card h2 span{

    color:var(--primary);

}


/*==================================
TEXT
==================================*/

.shap-card>p{

    font-size:1.08rem;

    line-height:2;

    color:var(--text);

    max-width:980px;

}


/*==================================
FEATURES
==================================*/

.shap-item{

    display:flex;

    align-items:center;

    gap:14px;

    height:100%;

    padding:20px;

    background:#fff;

    border:1px solid rgba(31,114,255,.08);

    border-radius:18px;

    transition:.35s;

}

.shap-item i{

    color:var(--primary);

    font-size:20px;

}

.shap-item span{

    font-weight:600;

    color:var(--dark);

    line-height:1.6;

}


/*==================================
HIGHLIGHT
==================================*/

.shap-highlight{

    display:flex;

    align-items:flex-start;

    gap:25px;

    margin-top:45px;

    padding:30px;

    border-radius:24px;

    background:linear-gradient(
        135deg,
        #0f5cff,
        #3b8cff
    );

    color:#fff;

}

.shap-highlight-icon{

    width:70px;

    min-width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

}

.shap-highlight-icon i{

    font-size:30px;

}

.shap-highlight-content h4{

    margin-bottom:12px;

    font-size:1.45rem;

    font-weight:700;

    color:#fff;

}

.shap-highlight-content p{

    margin:0;

    line-height:1.9;

    color:rgba(255,255,255,.92);

}


/*==================================
RESPONSIVE
==================================*/

@media (max-width:1199px){

    .shap-card{

        padding:50px;

    }

}


@media (max-width:991px){

    .shap-section{

        padding:90px 0;

    }

    .shap-card{

        padding:40px;

        border-radius:24px;

    }

    .shap-card h2{

        font-size:2.2rem;

        line-height:1.3;

    }

    .shap-card>p{

        font-size:1rem;

        line-height:1.8;

    }

    .shap-highlight{

        margin-top:35px;

        padding:24px;

        gap:18px;

    }

}


@media (max-width:767px){

    .shap-section{

        padding:70px 0;

    }

    .shap-card{

        padding:28px 20px;

        border-radius:18px;

    }

    .shap-tag{

        padding:8px 16px;

        font-size:.8rem;

    }

    .shap-tag i{

        font-size:15px;

    }

    .shap-card h2{

        font-size:1.8rem;

    }

    .shap-card>p{

        font-size:.95rem;

        line-height:1.8;

    }

    .shap-item{

        padding:16px;

        font-size:.95rem;

    }

    .shap-item span{

        font-size:.92rem;

    }

    .shap-item i{

        font-size:18px;

    }

    .shap-highlight{

        flex-direction:column;

        align-items:center;

        text-align:center;

        padding:22px;

    }

    .shap-highlight-icon{

        width:60px;

        min-width:60px;

        height:60px;

        border-radius:16px;

    }

    .shap-highlight-icon i{

        font-size:26px;

    }

    .shap-highlight-content h4{

        font-size:1.25rem;

    }

    .shap-highlight-content p{

        font-size:.92rem;

        line-height:1.7;

    }

}


@media (max-width:575px){

    .shap-card{

        padding:22px 16px;

        border-radius:16px;

    }

    .shap-card h2{

        font-size:1.55rem;

    }

    .shap-card>p{

        font-size:.9rem;

    }

    .shap-item{

        padding:14px;

    }

    .shap-highlight{

        padding:18px;

        border-radius:18px;

    }

}







/*==================================
NAPS LIFE CYCLE
==================================*/

.shlc-section{

    padding:120px 0;

    background:#fff;

}

/* Desktop Image */

.shlc-desktop{

    width:100%;

    display:block;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

/* Mobile Image */

.shlc-mobile{

    width:100%;

    display:none;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}


/*==================================
RESPONSIVE
==================================*/

@media (max-width:991px){

    .shlc-section{

        padding:90px 0;

    }

    .shlc-desktop{

        border-radius:18px;

    }

    .shlc-mobile{

        border-radius:18px;

    }

}


@media (max-width:767px){

    .shlc-section{

        padding:70px 0;

    }

    .shlc-section .container{

        padding-left:15px;

        padding-right:15px;

    }

    /* Hide Desktop */

    .shlc-desktop{

        display:none;

    }

    /* Show Mobile */

    .shlc-mobile{

        display:block;

        border-radius:12px;

        box-shadow:0 10px 30px rgba(0,0,0,.08);

    }

}


@media (min-width:768px){

    .shlc-desktop{

        display:block;

    }

    .shlc-mobile{

        display:none;

    }

}





/*=========================================================
EMPLOYER BENEFITS
=========================================================*/

.sheb-section{

    position:relative;

    padding:140px 0;

    background:#f8fbff;

    overflow:hidden;

}


/*==================================
BACKGROUND
==================================*/

.sheb-section::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:rgba(10,110,255,.05);

    top:-220px;

    left:-180px;

    filter:blur(20px);

}

.sheb-section::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(14,165,233,.05);

    right:-140px;

    bottom:-180px;

    filter:blur(20px);

}


/*==================================
CARD
==================================*/

.sheb-card{

    position:relative;

    background:#fff;

    border-radius:36px;

    padding:70px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:0 30px 80px rgba(15,23,42,.08);

    overflow:hidden;

    z-index:2;

}

.sheb-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(90deg,#0d6efd,#0ea5e9);

}


/*==================================
TAG
==================================*/

.sheb-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:100px;

    background:#e8f3ff;

    color:#0d6efd;

    font-size:.92rem;

    font-weight:600;

    margin-bottom:24px;

}

.sheb-tag i{

    font-size:18px;

}


/*==================================
HEADING
==================================*/

.sheb-card h2{

    font-size:3rem;

    font-weight:700;

    color:#0f172a;

    line-height:1.2;

    margin-bottom:22px;

}

.sheb-card h2 span{

    color:#0d6efd;

}

.sheb-card>p{

    font-size:1.05rem;

    line-height:2;

    color:#64748b;

    margin-bottom:45px;

}


/*==================================
BENEFIT CARDS
==================================*/

.sheb-item{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:18px;

    height:100%;

    padding:24px;

    background:#f8fbff;

    border:1px solid rgba(15,23,42,.06);

    border-radius:22px;

    transition:.35s;

    overflow:hidden;

}

.sheb-item::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:4px;

    height:100%;

    background:#0d6efd;

    transform:scaleY(0);

    transform-origin:top;

    transition:.35s;

}

.sheb-item i{

    width:56px;

    min-width:56px;

    height:56px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#0d6efd;

    color:#fff;

    font-size:22px;

    transition:.35s;

}

.sheb-item span{

    color:#334155;

    font-size:1rem;

    line-height:1.8;

    font-weight:500;

}

.sheb-item:hover{

    transform:translateY(-8px);

    background:#fff;

    box-shadow:0 18px 40px rgba(15,23,42,.08);

}

.sheb-item:hover::before{

    transform:scaleY(1);

}

.sheb-item:hover i{

    transform:rotate(-8deg) scale(1.08);

}


/*==================================
HIGHLIGHT
==================================*/

.sheb-highlight{

    display:flex;

    align-items:center;

    gap:28px;

    margin-top:50px;

    padding:34px;

    border-radius:28px;

    background:linear-gradient(135deg,#0d6efd,#0ea5e9);

    color:#fff;

}

.sheb-highlight-icon{

    width:84px;

    min-width:84px;

    height:84px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

}

.sheb-highlight-icon i{

    font-size:36px;

    color:#fff;

}

.sheb-highlight-content h4{

    font-size:1.7rem;

    font-weight:700;

    margin-bottom:12px;

}

.sheb-highlight-content p{

    margin:0;

    color:rgba(255,255,255,.92);

    line-height:1.9;

}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:1199px){

    .sheb-card{

        padding:55px;

    }

}

@media(max-width:991px){

    .sheb-section{

        padding:100px 0;

    }

    .sheb-card{

        padding:40px;

        border-radius:26px;

    }

    .sheb-card h2{

        font-size:2.3rem;

    }

    .sheb-highlight{

        gap:20px;

        padding:26px;

    }

}

@media(max-width:767px){

    .sheb-section{

        padding:70px 0;

    }

    .sheb-card{

        padding:28px 20px;

        border-radius:18px;

    }

    .sheb-tag{

        font-size:.82rem;

        padding:8px 16px;

    }

    .sheb-card h2{

        font-size:1.8rem;

    }

    .sheb-card>p{

        font-size:.95rem;

        line-height:1.8;

        margin-bottom:30px;

    }

    .sheb-item{

        padding:18px;

    }

    .sheb-item i{

        width:48px;

        min-width:48px;

        height:48px;

        font-size:20px;

    }

    .sheb-item span{

        font-size:.93rem;

    }

    .sheb-highlight{

        flex-direction:column;

        text-align:center;

        padding:22px;

    }

    .sheb-highlight-icon{

        width:64px;

        min-width:64px;

        height:64px;

        border-radius:18px;

    }

    .sheb-highlight-icon i{

        font-size:28px;

    }

    .sheb-highlight-content h4{

        font-size:1.3rem;

    }

    .sheb-highlight-content p{

        font-size:.92rem;

        line-height:1.7;

    }

}

@media(max-width:575px){

    .sheb-card{

        padding:22px 16px;

    }

    .sheb-card h2{

        font-size:1.55rem;

    }

    .sheb-item{

        padding:16px;

    }

    .sheb-highlight{

        padding:18px;

        border-radius:18px;

    }

}
















/*=========================================================
NAPS SCHEME DETAILS
=========================================================*/

.shsd-section{

    position:relative;

    padding:140px 0;

    background:#f8fbff;

    overflow:hidden;

}


/*==================================
BACKGROUND
==================================*/

.shsd-section::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    border-radius:50%;

    background:rgba(13,110,253,.05);

    top:-220px;

    left:-180px;

    filter:blur(25px);

}

.shsd-section::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(14,165,233,.05);

    right:-150px;

    bottom:-180px;

    filter:blur(25px);

}


/*==================================
CARD
==================================*/

.shsd-card{

    position:relative;

    background:#fff;

    border-radius:36px;

    padding:70px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:0 30px 80px rgba(15,23,42,.08);

    overflow:hidden;

    z-index:2;

}

.shsd-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(90deg,#0d6efd,#0ea5e9);

}


/*==================================
TAG
==================================*/

.shsd-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:100px;

    background:#e8f3ff;

    color:#0d6efd;

    font-size:.92rem;

    font-weight:600;

    margin-bottom:24px;

}

.shsd-tag i{

    font-size:18px;

}


/*==================================
HEADING
==================================*/

.shsd-card h2{

    font-size:3rem;

    font-weight:700;

    color:#0f172a;

    line-height:1.2;

    margin-bottom:22px;

}

.shsd-card h2 span{

    color:#0d6efd;

}

.shsd-card>p{

    font-size:1.05rem;

    line-height:2;

    color:#64748b;

    margin-bottom:45px;

}


/*==================================
OBJECTIVE CARDS
==================================*/

.shsd-item{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:18px;

    height:100%;

    padding:24px;

    background:#f8fbff;

    border:1px solid rgba(15,23,42,.06);

    border-radius:22px;

    transition:.35s;

    overflow:hidden;

}

.shsd-item::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:100%;

    background:#0d6efd;

    transform:scaleY(0);

    transform-origin:top;

    transition:.35s;

}

.shsd-item i{

    width:52px;

    min-width:52px;

    height:52px;

    border-radius:14px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#0d6efd;

    color:#fff;

    font-size:20px;

    transition:.35s;

}

.shsd-item span{

    color:#334155;

    font-size:1rem;

    line-height:1.8;

    font-weight:500;

}

.shsd-item:hover{

    transform:translateY(-8px);

    background:#fff;

    box-shadow:0 18px 40px rgba(15,23,42,.08);

}

.shsd-item:hover::before{

    transform:scaleY(1);

}

.shsd-item:hover i{

    transform:rotate(-8deg) scale(1.08);

}


/*==================================
STATISTICS
==================================*/

.shsd-stat{

    position:relative;

    height:100%;

    text-align:center;

    padding:45px 25px;

    background:#fff;

    border:1px solid rgba(15,23,42,.06);

    border-radius:24px;

    transition:.35s;

    overflow:hidden;

}

.shsd-stat::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#0d6efd,#0d6dfd96);

}

.shsd-stat h3{

    font-size:4rem;

    font-weight:800;

    color:#0d6efd;

    margin-bottom:16px;

    line-height:1;

}

.shsd-stat h5{

    font-size:1.15rem;

    font-weight:600;

    color:#0f172a;

    margin:0;

    line-height:1.6;

}

.shsd-stat:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 50px rgba(15,23,42,.08);

}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:1199px){

    .shsd-card{

        padding:55px;

    }

}

@media(max-width:991px){

    .shsd-section{

        padding:100px 0;

    }

    .shsd-card{

        padding:40px;

        border-radius:26px;

    }

    .shsd-card h2{

        font-size:2.3rem;

    }

    .shsd-stat{

        padding:35px 20px;

    }

    .shsd-stat h3{

        font-size:3.2rem;

    }

}

@media(max-width:767px){

    .shsd-section{

        padding:70px 0;

    }

    .shsd-card{

        padding:28px 20px;

        border-radius:18px;

    }

    .shsd-tag{

        font-size:.82rem;

        padding:8px 16px;

    }

    .shsd-card h2{

        font-size:1.8rem;

    }

    .shsd-card>p{

        font-size:.95rem;

        line-height:1.8;

        margin-bottom:30px;

    }

    .shsd-item{

        padding:18px;

    }

    .shsd-item i{

        width:46px;

        min-width:46px;

        height:46px;

        font-size:18px;

    }

    .shsd-item span{

        font-size:.93rem;

    }

    .shsd-stat{

        padding:28px 18px;

        border-radius:18px;

    }

    .shsd-stat h3{

        font-size:2.7rem;

    }

    .shsd-stat h5{

        font-size:1rem;

    }

}

@media(max-width:575px){

    .shsd-card{

        padding:22px 16px;

    }

    .shsd-card h2{

        font-size:1.55rem;

    }

    .shsd-item{

        padding:16px;

    }

    .shsd-stat{

        padding:24px 15px;

    }

    .shsd-stat h3{

        font-size:2.3rem;

    }

}