img {
    filter: brightness(100%) contrast(105%) saturate(110%);
}

.text-secondary {
    color: #F4B400 !important;
}
.copyright {
    
    background: #F4B400 !important;
}
.shivam-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    font-family:'Poppins', sans-serif;
}

.brand-icon{
    width:90px;
    margin-right:12px;
}

.logo-main{
    font-family:'Poppins', sans-serif;
    font-size:64px;
    font-weight:900;
    color:#0A3478;
    line-height:0.9;
    letter-spacing:2px;
    text-transform:uppercase;
}

.logo-campus{
    font-family:'Poppins', sans-serif;
    font-size:25px;
    font-weight:700;
    color:#F4B400;
    line-height:1;
    letter-spacing:1px;
    text-transform:uppercase;
}

.logo-tag{
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight:500;
    color:#0A3478;
    margin-top:5px;
    letter-spacing:0.3px;
}

@media(max-width:991px){
    .brand-icon{
        width:60px;
    }

    .logo-main{
        font-size:36px;
    }

    .logo-campus{
        font-size:16px;
    }

    .logo-tag{
        font-size:10px;
    }
}



/*=============================
Career Section
=============================*/

.career-section{
    background:#03595b;
    padding:80px 0;
}

/* Circle */

.career-circle{
    width:420px;
    height:420px;
    margin:auto;
    border-radius:50%;
    background:#2f7a82;
    display:flex;
    justify-content:center;
    align-items:center;
}

.career-inner{
    width:320px;
    height:320px;
    border-radius:50%;
    background:#7caac6;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
}

.career-inner h1{
    font-size:52px;
    font-weight:700;
    line-height:1;
    margin-bottom:15px;
}

.career-inner h3{
    font-size:34px;
    font-weight:300;
    line-height:1.2;
    margin:0;
}

/* Career List */

.career-list{
    list-style:none;
    padding:0;
    margin:0;
}

.career-list li{
    display:flex;
    align-items:center;
    color:#fff;
    font-size:24px;
    font-weight:500;
    margin-bottom:22px;
    transition:.3s;
}

.career-list li i{
    margin-right:15px;
    font-size:22px;
    color:#fff;
}

.career-list li:hover{
    transform:translateX(10px);
    color:#bffcff;
}

/* More Text */

.more-text{
    color:#fff;
    margin-top:40px;
    font-size:22px;
    text-align:right;
}

/* Responsive */

@media (max-width:992px){

    .career-circle{
        width:350px;
        height:350px;
    }

    .career-inner{
        width:260px;
        height:260px;
    }

    .career-inner h1{
        font-size:42px;
    }

    .career-inner h3{
        font-size:28px;
    }

    .career-list{
        margin-top:50px;
    }
}

@media (max-width:576px){

    .career-circle{
        width:280px;
        height:280px;
    }

    .career-inner{
        width:210px;
        height:210px;
    }

    .career-inner h1{
        font-size:32px;
    }

    .career-inner h3{
        font-size:22px;
    }

    .career-list li{
        font-size:18px;
    }

    .more-text{
        text-align:center;
        font-size:18px;
    }
}












/*=============================
    SECTION HEADING
==============================*/

/*=========================================================
            PREMIUM SECTION HEADING
=========================================================*/

.section-heading{
    position: relative;
    text-align: center;
    padding: 80px 60px;
    overflow: hidden;
    z-index: 1;
}

/* Decorative Background Circles */

.section-heading::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    //background:rgba(10,52,120,.03);
    top:-220px;
    left:-170px;
    z-index:0;
}

.section-heading::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    //background:rgba(244,180,0,.05);
    bottom:-220px;
    right:-170px;
    z-index:0;
}

/*=========================================================
                    TOP BADGE
=========================================================*/

.heading-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:10px 28px;
    margin-bottom:25px;

    background:rgba(244,180,0,.10);
    border:2px solid rgba(244,180,0,.30);

    border-radius:50px;

    color:#0A3478;
    font-size:15px;
    font-weight:700;

    position:relative;
    z-index:10;
}

.heading-tag i{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;

    background:#F4B400;
    color:#0A3478;
    font-size:18px;
}

/*=========================================================
                    TITLE
=========================================================*/

.section-heading h2{
    position:relative;
    z-index:10;

    font-size:56px;
    font-weight:800;
    color:#0A3478;

    line-height:1.2;
    margin-bottom:20px;
}

.section-heading h2 span{
    color:#F4B400;
    position:relative;
}

.section-heading h2 span::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;

    width:100%;
    height:5px;

    background:#F4B400;
    border-radius:20px;
}

/*=========================================================
                    DESCRIPTION
=========================================================*/

.section-heading p{

    position:relative;
    z-index:10;

    max-width:760px;
    margin:28px auto 0;

    color:#666;

    font-size:17px;
    line-height:1.9;
}

/*=========================================================
               DECORATIVE LINES
=========================================================*/

.section-heading .heading-tag::before,
.section-heading .heading-tag::after{

    content:"";

    position:absolute;

    top:50%;

    width:110px;
    height:2px;

    background:linear-gradient(to right,#0A3478,#F4B400);

}

.section-heading .heading-tag::before{

    right:calc(100% + 20px);

}

.section-heading .heading-tag::after{

    left:calc(100% + 20px);

}

/*=========================================================
                BACKGROUND ICONS
=========================================================*/
.heading-bg-icons{

    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:0;

}

.heading-bg-icons i{

    position:absolute;
    color:#0A3478;
    opacity:.10;
    filter:blur(.2px);
    animation:floatIcon 8s ease-in-out infinite;

}


/* LEFT SIDE */

/* LEFT SIDE */

.icon1{

    left:1%;
    top:12%;
    font-size:80px;
    transform:rotate(-18deg);

}


.icon2{

    left:7%;
    bottom:12%;
    font-size:65px;
    color:#F4B400;
    opacity:.12;
    animation-delay:2s;

}


/* RIGHT SIDE */

.icon3{

    right:7%;
    top:32%;
    font-size:60px;
    transform:rotate(15deg);
    animation-delay:4s;

}


.icon4{

    right:1%;
    bottom:12%;
    font-size:80px;
    color:#F4B400;
    opacity:.12;
    transform:rotate(-15deg);
    animation-delay:2s;

}


/* FLOAT ANIMATION */

@keyframes floatIcon{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

}


/* RESPONSIVE */

@media (max-width:1200px){

    .icon1,
    .icon2,
    .icon3,
    .icon4{

        font-size:70px;

    }

}


@media (max-width:991px){

    .heading-bg-icons{

        display:none;

    }

}


@media (max-width:768px){

    .section-heading h2{

        font-size:36px;

    }

}


@media (max-width:576px){

    .section-heading h2{

        font-size:30px;

    }

}











































































/*====================================
        NURSING COURSE SECTION
====================================*/
/* =====================================
   NURSING PROGRAM HEADER PREMIUM DESIGN
   SHIVAM COLORS
===================================== */

/* =====================================
   PROGRAM HIGHLIGHT BOX
===================================== */


/* Add bottom space inside course body */

/* ==========================================
   NURSING COURSE SECTION
   SHIVAM EDUCATION CAMPUS
========================================== */


.nursepro-course-section{

    background:#f8fbff;

}



/* ==============================
   COURSE CARD
============================== */


.nursepro-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    height:100%;

    display:flex;

    flex-direction:column;

    box-shadow:
    0 15px 40px rgba(10,52,120,.10);

    transition:.4s;

}



.nursepro-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(10,52,120,.18);

}



/* ==============================
   TOP HEADER
============================== */


.nursepro-top{

    position:relative;

    padding:30px;

    display:flex;

    align-items:center;

    gap:20px;

    background:#0A3478;

    overflow:hidden;

}



/* 4 SIDE BORDER */

.nursepro-top::before{

    content:"";

    position:absolute;

    inset:12px;

    border:2px solid #F4B400;

    border-radius:18px;

}



/* Background Circle */

.nursepro-top::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    right:-70px;

    top:-70px;

    border-radius:50%;

    border:25px solid rgba(244,180,0,.18);

}



/* Icon */

.nursepro-icon{

    position:relative;

    z-index:2;

    width:80px;

    height:80px;

    min-width:80px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    color:#0A3478;

    border-radius:22px;

    font-size:34px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.20);

}



/* Text */

.nursepro-top div:last-child{

    position:relative;

    z-index:2;

}



.nursepro-top small{

    display:inline-block;

    background:#F4B400;

    color:#0A3478;

    padding:6px 15px;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:8px;

}



.nursepro-top h3{

    margin:0;

    color:#fff;

    font-size:28px;

    font-weight:800;

}



.nursepro-top span{

    color:#fff;

    font-size:14px;

    opacity:.;

}



/* ==============================
   COURSE BODY
============================== */


.nursepro-body{

    padding:30px;

    flex:1;

    display:flex;

    flex-direction:column;

}



.nursepro-body p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}



/* Heading */

.nursepro-body h5{

    color:#0A3478;

    margin-top:25px !important;

    margin-bottom:18px !important;

}



/* ==============================
   PROGRAM HIGHLIGHTS
============================== */


.nursepro-body .row{

    margin-bottom:0;

}



.nursepro-feature{

    height:60px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:10px 12px;

    background:#fff;

    border-radius:15px;

    border:1px solid #eee;

    box-shadow:
    0 6px 20px rgba(0,0,0,.07);

    transition:.35s;

}



.nursepro-feature:hover{

    transform:translateY(-5px);

    border-color:#F4B400;

    box-shadow:
    0 15px 35px rgba(0,0,0,.12);

}



/* Feature Icon */

.nursepro-feature i{

    width:38px;

    height:38px;

    min-width:38px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:12px;

    color:#fff;

    font-size:16px;

}



/* Feature Text */

.nursepro-feature span{

    font-size:13px;

    font-weight:700;

    color:#333;

}



/* ==============================
   FEATURE COLORS
============================== */


/* Years */

.nursepro-feature:nth-child(1) i{

    background:#0A3478;

}


/* Semester */

.nursepro-feature:nth-child(2) i{

    background:#F4B400;

}


/* Seats */

.nursepro-feature:nth-child(3) i{

    background:#198754;

}


/* Approval */

.nursepro-feature:nth-child(4) i{

    background:#dc3545;

}


/* University */

.nursepro-feature:nth-child(5) i{

    background:#6f42c1;

}


/* Admission */

.nursepro-feature:nth-child(6) i{

    background:#fd7e14;

}



/* ==============================
   MOBILE
============================== */


@media(max-width:576px){


.nursepro-top{

    padding:22px 15px;

    gap:15px;

}


.nursepro-icon{

    width:60px;

    height:60px;

    min-width:60px;

    font-size:25px;

}


.nursepro-top h3{

    font-size:22px;

}


.nursepro-body{

    padding:20px;

}


.nursepro-feature{

    height:55px;

}


.nursepro-feature span{

    font-size:12px;

}


}


.nursepro-green{
    background:linear-gradient(135deg,#00695C,#26A69A);
}

.nursepro-orange
{
    background:linear-gradient(135deg,#00695C,#26A69A);
}


























/*=========================================
        PHARMA FACILITY SECTION
=========================================*/

.pharma-facility-section{
    background:#f8f8f8;
}

.pharma-facility-title{
    font-size:52px;
    font-weight:800;
    line-height:1.15;
    color:#111;
}

.pharma-facility-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
}

.pharma-facility-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:50%;
    background:#045a5d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    font-size:24px;
    transition:all .35s ease;
}

.pharma-facility-item:hover .pharma-facility-icon{
    transform:rotate(10deg) scale(1.1);
    background:#06757a;
}

.pharma-facility-item h5{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:8px;
}

.pharma-facility-item p{
    color:#555;
    line-height:1.7;
    margin:0;
}

/* Images */

.pharma-rounded-img{
    width:100%;
    object-fit:cover;
    border-radius:28px;
    transition:all .4s ease;
    display:block;
}

.pharma-rounded-img:hover{
    transform:translateY(-8px) scale(1.02);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
}

.pharma-tall-img{
    height:430px;
}

.pharma-small-img{
    height:260px;
}

/* Responsive */

@media (max-width:991px){

    .pharma-facility-title{
        font-size:40px;
        margin-bottom:40px;
    }

    .pharma-tall-img,
    .pharma-small-img{
        height:300px;
    }

}

@media (max-width:767px){

    .pharma-facility-title{
        font-size:32px;
        line-height:1.2;
        text-align:center;
    }

    .pharma-facility-item{
        margin-bottom:25px;
    }

    .pharma-facility-icon{
        width:50px;
        height:50px;
        min-width:50px;
        font-size:20px;
        margin-right:15px;
    }

    .pharma-facility-item h5{
        font-size:20px;
    }

    .pharma-facility-item p{
        font-size:15px;
    }

    .pharma-tall-img,
    .pharma-small-img{
        height:220px;
    }

}

@media (max-width:575px){

    .pharma-facility-title{
        font-size:28px;
    }

    .pharma-facility-icon{
        width:46px;
        height:46px;
        min-width:46px;
        font-size:18px;
    }

    .pharma-tall-img,
    .pharma-small-img{
        height:180px;
        border-radius:20px;
    }

}














.campus-life{
    background:#fff;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

/* Heights */
.large{
    height:480px;
}

.small{
    height:235px;
}

/* Overlay */
.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.7),
    rgba(0,0,0,.15));
    display:flex;
    align-items:flex-end;
    justify-content:center;
    opacity:0;
    transition:.4s;
    padding:25px;
}

.overlay h4,
.overlay h5{
    color:#fff;
    margin:0;
    transform:translateY(25px);
    transition:.4s;
    font-weight:600;
}

/* Hover Animation */
.gallery-item:hover img{
    transform:scale(1.12) rotate(2deg);
}

.gallery-item:hover .overlay{
    opacity:1;
}

.gallery-item:hover h4,
.gallery-item:hover h5{
    transform:translateY(0);
}

/* Responsive */
@media(max-width:991px){

.large{
    height:350px;
}

.small{
    height:220px;
}

}

@media(max-width:576px){

.large,
.small{
    height:250px;
}

}








/* ==============================
   Nursing Facilities
================================ */

.npgf-section{
    background:#f8f9fc;
}

.npgf-subtitle{
    color:#F4B400;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.npgf-title{
    color:#0A3478;
    font-size:40px;
    font-weight:700;
    margin:10px 0 15px;
}

.npgf-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    height:100%;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    border-top:4px solid transparent;

}

.npgf-card:hover{

    transform:translateY(-10px);

    border-top:4px solid #F4B400;

    box-shadow:0 20px 40px rgba(10,52,120,.15);

}

.npgf-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#0A3478;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

    transition:.35s;

}

.npgf-card:hover .npgf-icon{

    background:#F4B400;

    transform:rotate(10deg);

}

.npgf-icon i{

    font-size:34px;

    color:#fff;

}

.npgf-card:hover .npgf-icon i{

    color:#0A3478;

}

.npgf-card h5{

    color:#0A3478;

    font-weight:700;

    margin-bottom:15px;

}

.npgf-card p{

    color:#666;

    line-height:1.7;

    font-size:15px;

}

@media(max-width:991px){

.npgf-title{

font-size:32px;

}

}

@media(max-width:767px){

.npgf-title{

font-size:28px;

}

.npgf-card{

padding:30px 20px;

}

}




































.nursing-heading-section{
    position:relative;
    overflow:hidden;
    
	 padding:45px 0;
    margin-top:40px;
    background:#f8fbff;
}


.nursing-program-header{
    position:relative;
    z-index:2;
}


.nursing-program-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 25px;
    background:#0A3478;
    color:#fff;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
}


.nursing-program-title{
    margin-top:25px;
    font-size:48px;
    font-weight:800;
    color:#0A3478;
}


.nursing-program-title span{
    color:#F4B400;
}


.nursing-program-subtitle{
    margin-top:15px;
    font-size:24px;
    font-weight:600;
    color:#444;
}


.nursing-program-highlight{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin-top:35px;
}


.nursing-highlight-box{
    min-width:170px;
    padding:18px 22px;
    background:#fff;
    border-radius:18px;
    text-decoration:none;
    color:#0A3478;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}


.nursing-highlight-box i{
    font-size:32px;
    color:#F4B400;
}


.nursing-highlight-box span{
    font-weight:700;
}


.nursing-highlight-box:hover{
    background:#0A3478;
    color:#fff;
    transform:translateY(-8px);
}


.nursing-highlight-box:hover i{
    color:#F4B400;
}



/* Side Icons */

.nursing-side-icons{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:45px;
    opacity:.12;
}


.nursing-side-icons i{
    font-size:70px;
    color:#0A3478;
}


.left-icons{
    left:40px;
}


.right-icons{
    right:40px;
}



@media(max-width:768px){

    .nursing-program-title{
        font-size:34px;
    }

    .nursing-program-subtitle{
        font-size:18px;
    }


    .nursing-side-icons{
        display:none;
    }


    .nursing-highlight-box{
        width:100%;
    }

}












.nursing-heading-section{
    position:relative;
    overflow:hidden;
    padding:45px 0;
    background:#f8fbff;
}


.nursing-program-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    background:#0A3478;
    color:#fff;
    border-radius:40px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.3px;
}


.nursing-program-title{
    margin-top:18px;
    font-size:34px;
    font-weight:800;
    color:#0A3478;
}


.nursing-program-title span{
    color:#F4B400;
}


.nursing-program-subtitle{
    margin-top:10px;
    font-size:17px;
    font-weight:600;
    color:#555;
}


.nursing-program-highlight{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:25px;
}


.nursing-highlight-box{
    min-width:130px;
    padding:12px 15px;
    background:#fff;
    border-radius:12px;
    text-decoration:none;
    color:#0A3478;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    transition:.3s;
}


.nursing-highlight-box i{
    font-size:22px;
    color:#F4B400;
}


.nursing-highlight-box span{
    font-size:13px;
    font-weight:700;
    text-align:center;
}


.nursing-highlight-box:hover{
    background:#0A3478;
    color:#fff;
    transform:translateY(-5px);
}


.nursing-highlight-box:hover i{
    color:#F4B400;
}


/* Side Icons */

.nursing-side-icons{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:30px;
    opacity:.10;
}


.nursing-side-icons i{
    font-size:45px;
    color:#0A3478;
}


.left-icons{
    left:25px;
}


.right-icons{
    right:25px;
}



@media(max-width:768px){

    .nursing-heading-section{
        padding:35px 0;
    }


    .nursing-program-title{
        font-size:26px;
    }


    .nursing-program-subtitle{
        font-size:15px;
    }


    .nursing-side-icons{
        display:none;
    }


    .nursing-highlight-box{
        min-width:110px;
    }

}


















.pharma-program-header{
    max-width:900px;
    margin:auto;
}

.pharma-program-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 24px;
    border-radius:50px;
    background:#eef5ff;
    color:#0A3478;
    font-weight:700;
    font-size:27px;
    letter-spacing:.5px;
    border:1px solid rgba(10,52,120,.12);
}

.pharma-program-badge i{
    color:#F4B400;
}

.pharma-program-title{
    margin-top:28px;
    font-size:45px;
    font-weight:900;
    color:#0A3478;
    line-height:1.1;
}

.pharma-program-title span{
    color:#0A3478;
    position:relative;
}

.pharma-program-title span::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:6px;
    background:#F4B400;
    border-radius:50px;
}

.pharma-program-subtitle{
    margin-top:30px;
    color:#F4B400;
    font-weight:700;
    font-size:30px;
}

.pharma-program-text{
    max-width:760px;
    margin:25px auto 40px;
    color:#6c757d;
    font-size:18px;
    line-height:1.9;
}

.pharma-program-highlight{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.highlight-box{
    background:#fff;
    border:1px solid #e8eef7;
    border-radius:16px;
    padding:18px 35px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.highlight-box i{
    color:#F4B400;
    font-size:26px;
}

.highlight-box span{
    color:#0A3478;
    font-weight:700;
    font-size:20px;
}

.highlight-box:hover{
    transform:translateY(-6px);
    border-color:#F4B400;
}

@media(max-width:991px){

    .pharma-program-title{
        font-size:48px;
    }

    .pharma-program-subtitle{
        font-size:24px;
    }

}

@media(max-width:576px){

    .pharma-program-title{
        font-size:36px;
    }

    .pharma-program-subtitle{
        font-size:20px;
    }

    .pharma-program-text{
        font-size:16px;
    }

}



/* clinical 3 boxes */










.quick-feature-section{
    background:#f8fbff;
}

.quick-feature-box{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    border:1px solid #e8eef7;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.quick-feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(10,52,120,.15);
}

.quick-feature-icon{
    width:85px;
    height:85px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#0A3478;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    transition:.3s;
}

.quick-feature-box:hover .quick-feature-icon{
    background:#F4B400;
    transform:scale(1.08);
}

.quick-feature-box h4{
    color:#0A3478;
    font-weight:700;
    margin-bottom:8px;
}

.quick-feature-box span{
    color:#6c757d;
    font-size:15px;
    font-weight:500;
}

@media(max-width:768px){

    .quick-feature-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .quick-feature-box{
        padding:28px 20px;
    }

    .quick-feature-box h4{
        font-size:20px;
    }

    .quick-feature-box span{
        font-size:14px;
    }

}




/* ==========================================
   NURSING LABORATORIES SECTION
=========================================== */

.nursing-labs-section {

    position: relative;

    padding: 100px 0;

    background:

        radial-gradient(
            circle at 10% 20%,
            rgba(10, 52, 120, 0.06),
            transparent 28%
        ),

        linear-gradient(
            180deg,
            #f8faff 0%,
            #ffffff 100%
        );

    overflow: hidden;

}


/* ==========================================
   DECORATIVE BACKGROUND
=========================================== */

.nursing-labs-section::before {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    border-radius: 50%;

    border: 35px solid rgba(244, 180, 0, 0.08);

    top: -120px;

    right: -80px;

}


.nursing-labs-section::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    border-radius: 50%;

    border: 25px solid rgba(10, 52, 120, 0.05);

    bottom: -100px;

    left: -70px;

}


/* ==========================================
   SECTION BADGE
=========================================== */

.nursing-labs-badge {

    display: inline-block;

    padding: 8px 18px;

    border-radius: 50px;

    background: rgba(244, 180, 0, 0.13);

    color: #0A3478;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 15px;

}


/* ==========================================
   SECTION TITLE
=========================================== */

.nursing-labs-title {

    color: #0A3478;

    font-size: 42px;

    font-weight: 800;

    line-height: 1.2;

    margin-bottom: 18px;

}


.nursing-labs-title span {

    color: #F4B400;

}


.nursing-labs-subtitle {

    color: #667085;

    font-size: 16px;

    line-height: 1.8;

    margin: 0 auto;

}


/* ==========================================
   LAB CARD
=========================================== */

.nursing-lab-card {

    position: relative;

    height: 100%;

    padding: 32px 28px;

    background: #ffffff;

    border-radius: 18px;

    border: 1px solid rgba(10, 52, 120, 0.08);

    box-shadow: 0 12px 35px rgba(10, 52, 120, 0.07);

    transition: all 0.35s ease;

    overflow: hidden;

}


/* Top Accent Line */

.nursing-lab-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 4px;

    background: #F4B400;

    transition: all 0.35s ease;

}


.nursing-lab-card:hover {

    transform: translateY(-10px);

    border-color: rgba(244, 180, 0, 0.4);

    box-shadow: 0 20px 45px rgba(10, 52, 120, 0.15);

}


.nursing-lab-card:hover::before {

    width: 100%;

}


/* ==========================================
   LAB ICON
=========================================== */

.nursing-lab-icon {

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(10, 52, 120, 0.08);

    color: #0A3478;

    font-size: 29px;

    margin-bottom: 22px;

    transition: all 0.35s ease;

}


.nursing-lab-card:hover .nursing-lab-icon {

    background: #0A3478;

    color: #F4B400;

    transform: rotateY(180deg);

}


/* ==========================================
   LAB CONTENT
=========================================== */

.nursing-lab-content h3 {

    color: #0A3478;

    font-size: 21px;

    font-weight: 700;

    margin-bottom: 13px;

}


.nursing-lab-content p {

    color: #6b7280;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 0;

}


/* ==========================================
   RESPONSIVE DESIGN
=========================================== */

@media (max-width: 991px) {

    .nursing-labs-title {

        font-size: 36px;

    }

}


@media (max-width: 575px) {

    .nursing-labs-section {

        padding: 70px 0;

    }


    .nursing-labs-title {

        font-size: 30px;

    }


    .nursing-lab-card {

        padding: 26px 22px;

    }

}






