/*=========================================================
HEALTHCARE RECRUITMENT EXPERTISE
PART 01
=========================================================*/

.shhealth-section{

    position:relative;

    padding:140px 0;

    background:var(--bg);

    overflow:hidden;

}

/*==================================
BACKGROUND
==================================*/

.shhealth-section::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(67,195,255,.10),
    transparent 72%);

    top:-260px;

    left:-220px;

}

.shhealth-section::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(23,107,255,.08),
    transparent 72%);

    right:-160px;

    bottom:-180px;

}

/*==================================
CONTENT
==================================*/

.shhealth-content{

    position:relative;

    z-index:2;

}

.shhealth-subtitle{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:100px;

    background:rgba(23,107,255,.08);

    color:var(--primary);

    font-size:15px;

    font-weight:600;

    margin-bottom:24px;

}

.shhealth-subtitle i{

    font-size:18px;

}

.shhealth-content h2{

    font-size:54px;

    line-height:1.15;

    color:var(--dark);

    font-weight:700;

    margin-bottom:24px;

}

.shhealth-content h2 span{

    display:block;

    color:var(--primary);

}

.shhealth-content p{

    color:var(--text);

    font-size:17px;

    line-height:2;

    margin-bottom:22px;

}

/*==================================
FEATURE LIST
==================================*/

.shhealth-features{

    margin-top:35px;

    margin-bottom:40px;

}

.shhealth-feature{

    display:flex;

    align-items:center;

    gap:14px;

    padding:18px 22px;

    background:var(--white);

    border:1px solid var(--border);

    border-radius:18px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(7,26,43,.04);

}

.shhealth-feature i{

    color:var(--primary);

    font-size:22px;

}

.shhealth-feature span{

    color:var(--dark);

    font-weight:600;

    line-height:1.6;

}

.shhealth-feature:hover{

    transform:translateY(-6px);

    border-color:rgba(23,107,255,.18);

    box-shadow:0 18px 40px rgba(7,26,43,.08);

}


/*=========================================================
HEALTHCARE RECRUITMENT EXPERTISE
PART 02
=========================================================*/

/*==================================
IMAGE AREA
==================================*/

.shhealth-image-wrap{

    position:relative;

    padding-left:50px;

    z-index:2;

}

.shhealth-image{

    position:relative;

    overflow:hidden;

    border-radius:34px;

    border:1px solid var(--border);

    box-shadow:0 30px 80px rgba(7,26,43,.10);

    background:var(--white);

}

.shhealth-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    display:block;

    transition:1s;

}

.shhealth-image:hover img{

    transform:scale(1.06);

}

/*==================================
IMAGE OVERLAY
==================================*/

.shhealth-image::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    to top,
    rgba(7,26,43,.45),
    rgba(7,26,43,0) 45%);

    z-index:1;

}

/*==================================
FLOATING CARD
==================================*/

.shhealth-card{

    position:absolute;

    left:0;

    bottom:45px;

    display:flex;

    align-items:center;

    gap:18px;

    padding:24px;

    width:300px;

    background:rgba(255,255,255,.96);

    border:1px solid rgba(255,255,255,.6);

    border-radius:24px;

    backdrop-filter:blur(18px);

    box-shadow:0 25px 60px rgba(7,26,43,.12);

    transition:.4s;

}

.shhealth-card:hover{

    transform:translateY(-8px);

}

.shhealth-card-icon{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:linear-gradient(
    135deg,
    var(--primary),
    var(--primary-light));

    color:var(--white);

    font-size:28px;

    flex-shrink:0;

}

.shhealth-card h4{

    margin:0;

    color:var(--dark);

    font-size:32px;

    font-weight:700;

}

.shhealth-card p{

    margin:6px 0 0;

    color:var(--text);

    font-size:15px;

    line-height:1.7;

}

/*==================================
EXPERIENCE BADGE
==================================*/

.shhealth-badge{

    position:absolute;

    top:-25px;

    right:-25px;

    width:170px;

    height:170px;

    border-radius:50%;

    background:linear-gradient(
    135deg,
    var(--primary),
    var(--primary-light));

    color:var(--white);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:20px;

    box-shadow:0 25px 60px rgba(23,107,255,.30);

    animation:shhealthFloat 4s ease-in-out infinite;

}

.shhealth-badge strong{

    display:block;

    font-size:44px;

    line-height:1;

    margin-bottom:8px;

    font-weight:700;

}

.shhealth-badge span{

    font-size:14px;

    line-height:1.5;

}

/*==================================
FLOAT ANIMATION
==================================*/

@keyframes shhealthFloat{

    0%,
    100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

}



/*=========================================================
HEALTHCARE RECRUITMENT EXPERTISE
PART 03
=========================================================*/

/*==================================
BUTTON
==================================*/

.shhealth-btn{

    margin-top:10px;

}

/*==================================
STATS
==================================*/

.shhealth-stats{

    margin-top:90px;

}

.shhealth-stat{

    position:relative;

    height:100%;

    padding:40px 30px;

    background:var(--white);

    border:1px solid var(--border);

    border-radius:28px;

    text-align:center;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 15px 40px rgba(7,26,43,.05);

}

.shhealth-stat::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(
    90deg,
    var(--primary),
    var(--primary-light)
    );

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s;

}

.shhealth-stat:hover{

    transform:translateY(-10px);

    border-color:rgba(23,107,255,.18);

    box-shadow:0 25px 60px rgba(7,26,43,.10);

}

.shhealth-stat:hover::before{

    transform:scaleX(1);

}

.shhealth-stat h3{

    margin:0 0 14px;

    font-size:48px;

    line-height:1;

    font-weight:700;

    color:var(--primary);

}

.shhealth-stat p{

    margin:0;

    color:var(--text);

    font-size:16px;

    line-height:1.8;

}

/*==================================
SOFT GLOW
==================================*/

.shhealth-stat::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(67,195,255,.08);

    right:-90px;

    top:-90px;

    opacity:0;

    transition:.4s;

}

.shhealth-stat:hover::after{

    opacity:1;

    transform:scale(1.3);

}

/*==================================
REVEAL
==================================*/

.shhealth-reveal{

    opacity:0;

    transform:translateY(60px) scale(.98);

    transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,.61,.36,1);

}

.shhealth-reveal.active{

    opacity:1;

    transform:translateY(0) scale(1);

}

/*==================================
HOVER IMPROVEMENTS
==================================*/

.shhealth-feature,
.shhealth-stat,
.shhealth-card{

    will-change:transform;

}

.shhealth-image{

    will-change:transform;

}

.shhealth-content h2 span{

    position:relative;

}

.shhealth-content h2 span::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:90px;

    height:4px;

    border-radius:50px;

    background:linear-gradient(
    90deg,
    var(--primary),
    var(--primary-light)
    );

}



/*=========================================================
HEALTHCARE RECRUITMENT EXPERTISE
PART 04
=========================================================*/

/*==================================
LARGE DESKTOP
==================================*/

@media(max-width:1399px){

    .shhealth-content h2{

        font-size:48px;

    }

}

/*==================================
LAPTOP
==================================*/

@media(max-width:1199px){

    .shhealth-section{

        padding:120px 0;

    }

    .shhealth-content h2{

        font-size:42px;

    }

    .shhealth-image-wrap{

        padding-left:30px;

    }

    .shhealth-image img{

        height:560px;

    }

    .shhealth-card{

        width:270px;

        padding:20px;

    }

    .shhealth-card h4{

        font-size:28px;

    }

    .shhealth-badge{

        width:145px;

        height:145px;

    }

    .shhealth-badge strong{

        font-size:38px;

    }

}

/*==================================
TABLET
==================================*/

@media(max-width:991px){

    .shhealth-section{

        padding:100px 0;

    }

    .shhealth-content{

        margin-bottom:30px;

    }

    .shhealth-content h2{

        font-size:38px;

    }

    .shhealth-image-wrap{

        padding-left:0;

        max-width:700px;

        margin:auto;

    }

    .shhealth-image img{

        height:500px;

    }

    .shhealth-card{

        left:20px;

        bottom:20px;

    }

    .shhealth-badge{

        right:20px;

        top:20px;

    }

    .shhealth-stats{

        margin-top:70px;

    }

}

/*==================================
MOBILE
==================================*/

@media(max-width:767px){

    .shhealth-section{

        padding:80px 0;

    }

    .shhealth-subtitle{

        font-size:14px;

        padding:8px 16px;

    }

    .shhealth-content h2{

        font-size:30px;

    }

    .shhealth-content p{

        font-size:15px;

        line-height:1.9;

    }

    .shhealth-feature{

        padding:16px 18px;

    }

    .shhealth-feature span{

        font-size:15px;

    }

    .shhealth-image{

        border-radius:24px;

    }

    .shhealth-image img{

        height:420px;

    }

    .shhealth-card{

        position:relative;

        left:auto;

        bottom:auto;

        width:100%;

        margin-top:20px;

    }

    .shhealth-badge{

        width:120px;

        height:120px;

        top:15px;

        right:15px;

        padding:12px;

    }

    .shhealth-badge strong{

        font-size:28px;

    }

    .shhealth-badge span{

        font-size:12px;

        line-height:1.4;

    }

    .shhealth-stat{

        padding:30px 20px;

    }

    .shhealth-stat h3{

        font-size:38px;

    }

}

/*==================================
SMALL MOBILE
==================================*/

@media(max-width:575px){

    .shhealth-content h2{

        font-size:26px;

    }

    .shhealth-content h2 span{

        display:inline;

    }

    .shhealth-content h2 span::after{

        display:none;

    }

    .shhealth-feature{

        border-radius:16px;

    }

    .shhealth-image img{

        height:340px;

    }

    .shhealth-card{

        padding:18px;

        border-radius:18px;

    }

    .shhealth-card-icon{

        width:56px;

        height:56px;

        font-size:22px;

        border-radius:18px;

    }

    .shhealth-card h4{

        font-size:24px;

    }

    .shhealth-card p{

        font-size:14px;

    }

    .shhealth-badge{

        width:95px;

        height:95px;

        right:10px;

        top:10px;

    }

    .shhealth-badge strong{

        font-size:22px;

        margin-bottom:4px;

    }

    .shhealth-badge span{

        font-size:10px;

    }

    .shhealth-stats{

        margin-top:50px;

    }

    .shhealth-stat{

        border-radius:22px;

    }

    .shhealth-stat h3{

        font-size:32px;

    }

    .shhealth-stat p{

        font-size:14px;

    }

}

/*==================================
REDUCED MOTION
==================================*/

@media(prefers-reduced-motion:reduce){

    .shhealth-image img,
    .shhealth-card,
    .shhealth-feature,
    .shhealth-stat,
    .shhealth-badge{

        animation:none !important;

        transition:none !important;

    }

}


/*=========================================================
HEALTHCARE ROLES WE RECRUIT
PART 01
=========================================================*/

.shrole-section{

    position:relative;

    padding:140px 0;

    background:var(--white);

    overflow:hidden;

}

/*==================================
BACKGROUND
==================================*/

.shrole-section::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(67,195,255,.08),
    transparent 72%);

    top:-260px;

    left:-220px;

}

.shrole-section::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(23,107,255,.07),
    transparent 72%);

    right:-180px;

    bottom:-200px;

}

/*==================================
HEADING
==================================*/

.shrole-heading{

    position:relative;

    z-index:2;

    margin-bottom:70px;

}

.shrole-subtitle{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:100px;

    background:rgba(23,107,255,.08);

    color:var(--primary);

    font-size:15px;

    font-weight:600;

    margin-bottom:22px;

}

.shrole-subtitle i{

    font-size:18px;

}

.shrole-heading h2{

    font-size:62px;

    line-height:1.15;

    color:var(--dark);

    font-weight:800;

    margin-bottom:22px;

}

.shrole-heading h2 span{

    display:block;

    color:var(--primary);

}

.shrole-heading p{

    max-width:760px;

    margin:auto;

    color:var(--text);

    font-size:17px;

    line-height:2;

}

/*==================================
CARD
==================================*/

.shrole-card{

    position:relative;

    height:100%;

    padding:38px;

    background:var(--white);

    border:1px solid var(--border);

    border-radius:30px;

    overflow:hidden;

    transition:.45s;

    box-shadow:0 15px 45px rgba(7,26,43,.05);

}

.shrole-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(
    90deg,
    var(--primary),
    var(--primary-light));

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s;

}

.shrole-card:hover{

    transform:translateY(-10px);

    border-color:rgba(23,107,255,.18);

    box-shadow:0 30px 70px rgba(7,26,43,.10);

}

.shrole-card:hover::before{

    transform:scaleX(1);

}


/*=========================================================
HEALTHCARE ROLES WE RECRUIT
PART 02
=========================================================*/

/*==================================
ICON
==================================*/

.shrole-icon{

    width:78px;

    height:78px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:24px;

    background:linear-gradient(
    135deg,
    var(--primary),
    var(--primary-light));

    color:var(--white);

    font-size:34px;

    margin-bottom:28px;

    transition:.45s;

    box-shadow:0 18px 40px rgba(23,107,255,.20);

}

.shrole-card:hover .shrole-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*==================================
COUNT
==================================*/

.shrole-count{

    position:absolute;

    top:28px;

    right:30px;

    font-size:68px;

    line-height:1;

    font-weight:700;

    color:rgba(23,107,255,.06);

    pointer-events:none;

    user-select:none;

}

/*==================================
CONTENT
==================================*/

.shrole-card h3{

    color:var(--dark);

    font-size:28px;

    line-height:1.3;

    font-weight:700;

    margin-bottom:18px;

    transition:.35s;

}

.shrole-card p{

    color:var(--text);

    font-size:16px;

    line-height:1.9;

    margin:0;

}

.shrole-card:hover h3{

    color:var(--primary);

}

/*==================================
CARD SIZES
==================================*/

.shrole-large{

    min-height:340px;

}

.shrole-wide{

    min-height:280px;

}

.shrole-banner{

    display:flex;

    align-items:center;

    gap:35px;

    padding:45px;

}

/*==================================
BANNER CONTENT
==================================*/

.shrole-content{

    flex:1;

}

.shrole-banner .shrole-content h3{

    margin-bottom:15px;

}

/*==================================
BADGE
==================================*/

.shrole-badge{

    width:170px;

    height:170px;

    min-width:170px;

    border-radius:50%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:var(--white);

    background:linear-gradient(
    135deg,
    var(--primary),
    var(--primary-light));

    box-shadow:0 25px 60px rgba(23,107,255,.25);

    transition:.45s;

}

.shrole-badge strong{

    display:block;

    font-size:42px;

    line-height:1;

    font-weight:700;

    margin-bottom:8px;

}

.shrole-badge span{

    font-size:14px;

    line-height:1.5;

    max-width:110px;

}

.shrole-banner:hover .shrole-badge{

    transform:scale(1.06) rotate(5deg);

}

/*==================================
SOFT GLOW
==================================*/

.shrole-card::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(67,195,255,.08);

    top:-120px;

    right:-120px;

    opacity:0;

    transition:.45s;

}

.shrole-card:hover::after{

    opacity:1;

    transform:scale(1.4);

}

/*=========================================================
HEALTHCARE ROLES WE RECRUIT
PART 03
=========================================================*/

/*==================================
REVEAL ANIMATION
==================================*/

.shrole-reveal{

    opacity:0;

    transform:translateY(60px) scale(.98);

    transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,.61,.36,1);

}

.shrole-reveal.active{

    opacity:1;

    transform:translateY(0) scale(1);

}

/*==================================
IMAGE GLOW
==================================*/

.shrole-card{

    isolation:isolate;

}

.shrole-card .shrole-icon{

    position:relative;

    z-index:2;

}

.shrole-icon::before{

    content:"";

    position:absolute;

    inset:-8px;

    border-radius:28px;

    background:linear-gradient(
    135deg,
    rgba(23,107,255,.15),
    rgba(67,195,255,.12));

    z-index:-1;

    opacity:0;

    transition:.45s;

}

.shrole-card:hover .shrole-icon::before{

    opacity:1;

    transform:scale(1.1);

}

/*==================================
TEXT EFFECT
==================================*/

.shrole-card h3{

    position:relative;

    display:inline-block;

}

.shrole-card h3::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:3px;

    border-radius:50px;

    background:linear-gradient(
    90deg,
    var(--primary),
    var(--primary-light));

    transition:.4s;

}

.shrole-card:hover h3::after{

    width:70px;

}

/*==================================
ICON FLOAT
==================================*/

@keyframes shroleFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-6px);

    }

    100%{

        transform:translateY(0);

    }

}

.shrole-card:hover .shrole-icon{

    animation:shroleFloat 2.2s ease-in-out infinite;

}

/*==================================
COUNT EFFECT
==================================*/

.shrole-card:hover .shrole-count{

    color:rgba(23,107,255,.12);

    transition:.4s;

}

/*==================================
BANNER LAYOUT
==================================*/

.shrole-banner .shrole-icon{

    margin-bottom:0;

}

.shrole-banner .shrole-content{

    padding-right:20px;

}

/*==================================
BOTTOM SHADOW
==================================*/

.shrole-card:hover{

    box-shadow:

    0 35px 70px rgba(7,26,43,.10),

    0 10px 20px rgba(23,107,255,.06);

}

/*==================================
WILL CHANGE
==================================*/

.shrole-card,
.shrole-icon,
.shrole-badge{

    will-change:transform;

}

/*=========================================================
HEALTHCARE ROLES WE RECRUIT
PART 04
=========================================================*/

/*==================================
LARGE DESKTOP
==================================*/

@media(max-width:1399px){

    .shrole-heading h2{

        font-size:48px;

    }

}

/*==================================
LAPTOP
==================================*/

@media(max-width:1199px){

    .shrole-section{

        padding:120px 0;

    }

    .shrole-heading{

        margin-bottom:60px;

    }

    .shrole-heading h2{

        font-size:42px;

    }

    .shrole-card{

        padding:32px;

    }

    .shrole-large{

        min-height:310px;

    }

    .shrole-banner{

        padding:36px;

    }

    .shrole-badge{

        width:150px;

        height:150px;

        min-width:150px;

    }

    .shrole-badge strong{

        font-size:36px;

    }

}

/*==================================
TABLET
==================================*/

@media(max-width:991px){

    .shrole-section{

        padding:100px 0;

    }

    .shrole-heading{

        margin-bottom:50px;

    }

    .shrole-heading h2{

        font-size:36px;

    }

    .shrole-heading p{

        font-size:16px;

    }

    .shrole-banner{

        flex-direction:column;

        align-items:flex-start;

        gap:25px;

    }

    .shrole-banner .shrole-content{

        padding-right:0;

    }

    .shrole-badge{

        width:140px;

        height:140px;

        min-width:140px;

    }

}

/*==================================
MOBILE
==================================*/

@media(max-width:767px){

    .shrole-section{

        padding:80px 0;

    }

    .shrole-heading{

        margin-bottom:40px;

    }

    .shrole-heading h2{

        font-size:30px;

    }

    .shrole-heading p{

        font-size:15px;

        line-height:1.9;

    }

    .shrole-card{

        padding:26px;

        border-radius:24px;

    }

    .shrole-large,

    .shrole-wide{

        min-height:auto;

    }

    .shrole-icon{

        width:64px;

        height:64px;

        font-size:28px;

        border-radius:20px;

        margin-bottom:22px;

    }

    .shrole-count{

        font-size:52px;

        top:20px;

        right:20px;

    }

    .shrole-card h3{

        font-size:24px;

    }

    .shrole-card p{

        font-size:15px;

        line-height:1.8;

    }

    .shrole-banner{

        padding:28px;

    }

    .shrole-badge{

        width:120px;

        height:120px;

        min-width:120px;

    }

    .shrole-badge strong{

        font-size:30px;

    }

    .shrole-badge span{

        font-size:12px;

    }

}

/*==================================
SMALL MOBILE
==================================*/

@media(max-width:575px){

    .shrole-heading h2{

        font-size:26px;

    }

    .shrole-subtitle{

        font-size:13px;

        padding:8px 16px;

    }

    .shrole-card{

        padding:22px;

    }

    .shrole-icon{

        width:56px;

        height:56px;

        font-size:24px;

        border-radius:18px;

    }

    .shrole-count{

        font-size:42px;

    }

    .shrole-card h3{

        font-size:21px;

    }

    .shrole-card p{

        font-size:14px;

    }

    .shrole-badge{

        width:100px;

        height:100px;

        min-width:100px;

    }

    .shrole-badge strong{

        font-size:24px;

        margin-bottom:4px;

    }

    .shrole-badge span{

        font-size:10px;

        line-height:1.4;

    }

}

/*==================================
REDUCED MOTION
==================================*/

@media(prefers-reduced-motion:reduce){

    .shrole-card,
    .shrole-icon,
    .shrole-badge{

        transition:none !important;

        animation:none !important;

    }

}


/*=========================================================
HEALTHCARE ORGANIZATIONS WE SERVE
PART 1
=========================================================*/

.shorg-section{

    position:relative;
    padding:140px 0;
    background:var(--bg);
    overflow:hidden;

}

/*==================================
BACKGROUND
==================================*/

.shorg-section::before{

    content:"";
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(37,99,235,.08) 0%,
    transparent 70%);
    top:-320px;
    right:-220px;
    pointer-events:none;

}

.shorg-section::after{

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(37,99,235,.05) 0%,
    transparent 70%);
    bottom:-250px;
    left:-180px;
    pointer-events:none;

}

.shorg-section .container{

    position:relative;
    z-index:2;

}

/*==================================
HEADING
==================================*/

.shorg-heading{

    margin-bottom:75px;

}

.shorg-subtitle{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 20px;

    border:1px solid var(--border);

    border-radius:100px;

    background:rgba(255,255,255,.85);

    color:var(--primary);

    font-size:.9rem;

    font-weight:600;

    letter-spacing:.12em;

    text-transform:uppercase;

}

.shorg-subtitle i{

    font-size:1rem;

}

.shorg-heading h2{

    margin:28px 0 22px;

    color:var(--dark);

    font-size:clamp(2.3rem,4vw,4rem);

    font-weight:700;

    line-height:1.12;

    letter-spacing:-1px;

}

.shorg-heading h2 span{

    color:var(--primary);

}

.shorg-heading p{

    max-width:760px;

    margin:auto;

    color:var(--text);

    font-size:1.08rem;

    line-height:1.9;

}

/*==================================
GRID
==================================*/

.shorg-card{

    position:relative;

    height:100%;

    padding:45px;

    background:var(--white);

    border:1px solid var(--border);

    border-radius:30px;

    overflow:hidden;

    transition:.45s ease;

    box-shadow:var(--shadow);

}

.shorg-large{

    min-height:360px;

}

.shorg-wide{

    min-height:280px;

}

/*=========================================================
HEALTHCARE ORGANIZATIONS WE SERVE
PART 2
=========================================================*/

/*==================================
CARD NUMBER
==================================*/

.shorg-number{

    position:absolute;

    top:22px;
    right:28px;

    font-size:4.8rem;
    font-weight:800;
    line-height:1;

    color:rgba(37,99,235,.06);

    user-select:none;
    pointer-events:none;
    transition:.45s ease;

}

/*==================================
ICON
==================================*/

.shorg-icon{

    width:74px;
    height:74px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:28px;

    border-radius:22px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--primary-light)
    );

    color:var(--white);

    font-size:2rem;

    box-shadow:
    0 18px 35px rgba(37,99,235,.18);

    transition:.45s ease;

}

/*==================================
CONTENT
==================================*/

.shorg-card h3{

    margin-bottom:16px;

    color:var(--dark);

    font-size:1.6rem;

    font-weight:700;

    line-height:1.3;

}

.shorg-card p{

    margin:0;

    color:var(--text);

    font-size:1rem;

    line-height:1.9;

}

/*==================================
TOP ACCENT
==================================*/

.shorg-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--primary-light)
    );

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s ease;

}

/*==================================
SIDE GLOW
==================================*/

.shorg-card::after{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    top:-110px;
    right:-110px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(37,99,235,.12),
        transparent 72%
    );

    opacity:0;

    transition:.5s ease;

    pointer-events:none;

}

/*=========================================================
HEALTHCARE ORGANIZATIONS WE SERVE
PART 3
=========================================================*/

/*==================================
HOVER EFFECTS
==================================*/

.shorg-card:hover{

    transform:translateY(-12px);

    border-color:rgba(37,99,235,.18);

    box-shadow:
    0 30px 70px rgba(15,23,42,.08),
    0 12px 30px rgba(37,99,235,.10);

}

.shorg-card:hover::before{

    transform:scaleX(1);

}

.shorg-card:hover::after{

    opacity:1;

}

.shorg-card:hover .shorg-icon{

    transform:translateY(-6px) rotate(-6deg) scale(1.06);

    box-shadow:
    0 25px 45px rgba(37,99,235,.28);

}

.shorg-card:hover .shorg-number{

    color:rgba(37,99,235,.12);

    transform:scale(1.08);

}

/*==================================
HEADING EFFECT
==================================*/

.shorg-heading h2 span{

    position:relative;

    display:inline-block;

}

.shorg-heading h2 span::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-8px;

    width:100%;
    height:4px;

    border-radius:20px;

    background:linear-gradient(
        90deg,
        var(--primary),
        transparent
    );

}

/*==================================
REVEAL ANIMATION
==================================*/

.shorg-reveal{

    opacity:0;

    transform:translateY(70px);

    transition:
    opacity .8s ease,
    transform .8s ease;

}

.shorg-reveal.active{

    opacity:1;

    transform:translateY(0);

}

/*==================================
ICON FLOAT
==================================*/

@keyframes shorgFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0);

    }

}

.shorg-card:hover .shorg-icon i{

    animation:shorgFloat 1.6s ease-in-out infinite;

}

/*==================================
SMOOTH TRANSITIONS
==================================*/

.shorg-card *,
.shorg-card::before,
.shorg-card::after{

    transition:.4s ease;

}

/*=========================================================
HEALTHCARE ORGANIZATIONS WE SERVE
PART 4
=========================================================*/

/*==================================
LARGE DEVICES
==================================*/

@media (max-width:1199px){

    .shorg-section{

        padding:110px 0;

    }

    .shorg-heading{

        margin-bottom:60px;

    }

    .shorg-card{

        padding:38px;

    }

    .shorg-large{

        min-height:auto;

    }

    .shorg-wide{

        min-height:auto;

    }

    .shorg-heading h2{

        font-size:3rem;

    }

}

/*==================================
TABLET
==================================*/

@media (max-width:991px){

    .shorg-section{

        padding:90px 0;

    }

    .shorg-heading{

        margin-bottom:50px;

    }

    .shorg-heading h2{

        font-size:2.5rem;

    }

    .shorg-card{

        padding:34px;
        border-radius:24px;

    }

    .shorg-icon{

        width:68px;
        height:68px;

        font-size:1.8rem;

    }

    .shorg-card h3{

        font-size:1.4rem;

    }

    .shorg-number{

        font-size:4rem;

    }

}

/*==================================
MOBILE
==================================*/

@media (max-width:767px){

    .shorg-section{

        padding:70px 0;

    }

    .shorg-heading{

        margin-bottom:40px;

    }

    .shorg-subtitle{

        font-size:.75rem;

        padding:8px 16px;

        letter-spacing:.08em;

    }

    .shorg-heading h2{

        margin:20px 0 16px;

        font-size:2rem;

        line-height:1.25;

    }

    .shorg-heading p{

        font-size:.95rem;

        line-height:1.8;

    }

    .shorg-card{

        padding:28px;

        border-radius:22px;

    }

    .shorg-icon{

        width:60px;
        height:60px;

        margin-bottom:22px;

        font-size:1.55rem;

    }

    .shorg-card h3{

        margin-bottom:12px;

        font-size:1.25rem;

    }

    .shorg-card p{

        font-size:.95rem;

        line-height:1.75;

    }

    .shorg-number{

        top:18px;
        right:18px;

        font-size:3rem;

    }

}

/*==================================
SMALL MOBILE
==================================*/

@media (max-width:575px){

    .shorg-card{

        padding:24px;

    }

    .shorg-heading h2{

        font-size:1.8rem;

    }

    .shorg-icon{

        width:56px;
        height:56px;

        font-size:1.4rem;

        border-radius:18px;

    }

    .shorg-card h3{

        font-size:1.15rem;

    }

    .shorg-card p{

        font-size:.9rem;

    }

    .shorg-number{

        font-size:2.6rem;

    }

}

/*==================================
REDUCED MOTION
==================================*/

@media (prefers-reduced-motion:reduce){

    .shorg-card,
    .shorg-card *,
    .shorg-card::before,
    .shorg-card::after,
    .shorg-reveal{

        animation:none !important;

        transition:none !important;

        transform:none !important;

    }

}