

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;
    }
}



/*====================================================
   Shivam Pharmaceutical Studies & Research Centre
   Premium Course Section
====================================================*/

.spsrc-course-section{
    position:relative;
    padding:90px 0;
    background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
    overflow:hidden;
}

/* Decorative Background */

.spsrc-course-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    left:-180px;
    top:-120px;
    filter:blur(10px);
}

.spsrc-course-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(25,135,84,.05);
    border-radius:50%;
    right:-120px;
    bottom:-120px;
    filter:blur(10px);
}

/* Heading */

.spsrc-heading-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 30px;
    background:#fff;
    border:1px solid rgba(13,110,253,.15);
    border-radius:50px;
    color:#0d6efd;
    font-weight:700;
    box-shadow:0 10px 30px rgba(13,110,253,.08);
    transition:.35s;
}

.spsrc-heading-badge:hover{
    transform:translateY(-3px);
    background:#0d6efd;
    color:#fff;
}

.spsrc-course-section h2{
    color:#16213e;
}

.spsrc-course-section p{
    color:#6c757d;
}

/* Course Card */

.spsrc-course-card{

    position:relative;

    overflow:hidden;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(15px);

    border-radius:26px;

    border:1px solid rgba(255,255,255,.6);

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.45s;
}

.spsrc-course-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 70px rgba(13,110,253,.18);

}

/* Gradient Border */

.spsrc-course-card::before{

    content:"";

    position:absolute;

    inset:0;

    padding:1px;

    border-radius:26px;

    background:linear-gradient(135deg,#0d6efd,#37b3ff,#22c55e);

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

            mask-composite:exclude;

    opacity:.5;
}

/* Header */

.spsrc-card-top{

    position:relative;

    padding:38px;

    display:flex;

    align-items:center;

    overflow:hidden;
}

.bg-primary{
    background:linear-gradient(135deg,#0d6efd,#38bdf8)!important;
}

.bg-success{
    background:linear-gradient(135deg,#198754,#22c55e)!important;
}

/* Floating Bubble */

.spsrc-card-top::before{

    content:"";

    position:absolute;

    width:170px;

    height:170px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    right:-60px;

    top:-60px;
}

.spsrc-card-top::after{

    content:"";

    position:absolute;

    width:80px;

    height:80px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    left:70%;

    bottom:-30px;
}

/* Icon */

.spsrc-course-icon{

    width:90px;

    height:90px;

    min-width:90px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    color:#fff;

    margin-right:22px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(6px);

    border:1px solid rgba(255,255,255,.25);

    transition:.4s;
}

.spsrc-course-card:hover .spsrc-course-icon{

    transform:rotate(-12deg) scale(1.12);

    box-shadow:0 12px 25px rgba(255,255,255,.25);

}

/* Body */

.spsrc-card-body{

    padding:38px;
}

.spsrc-card-body p{

    color:#6b7280;

    line-height:1.9;

    text-align:justify;

    margin-bottom:18px;
}

.spsrc-card-body h5{

    color:#16213e;

    font-weight:700;
}

/* Feature */

.spsrc-feature{

    position:relative;

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px;

    border-radius:18px;

    background:#fff;

    border:1px solid #F4B403;

    font-weight:600;

    transition:.35s;

    overflow:hidden;

    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.spsrc-feature::before{

    content:"";

    position:absolute;

    width:0;

    height:100%;

    left:0;

    top:0;

    background:linear-gradient(135deg,#0d6efd,#22c55e);

    transition:.35s;

    z-index:0;
}

.spsrc-feature i{

    position:relative;

    z-index:1;

    width:40px;

    height:40px;

    border-radius:12px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f2f7ff;

    font-size:18px;
}

.spsrc-feature span{

    position:relative;

    z-index:1;
}

.spsrc-feature:hover{

    color:#fff;

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(13,110,253,.18);
}

.spsrc-feature:hover::before{

    width:100%;
}

.spsrc-feature:hover i{

    background:rgba(255,255,255,.18);

    color:#fff!important;
}

/* Responsive */

@media(max-width:991px){

.spsrc-card-top{

    padding:30px;
}

.spsrc-card-body{

    padding:30px;
}

}

@media(max-width:767px){

.spsrc-card-top{

    flex-direction:column;

    text-align:center;
}

.spsrc-course-icon{

    margin-right:0;

    margin-bottom:20px;
}

.spsrc-card-body{

    padding:25px;
}

.spsrc-feature{

    font-size:14px;
}

}





/*==========================
Infrastructure Section
==========================*/

.infra-section{
    background:#f8fbff;
}

.infra-badge{
    display:inline-block;
    background:#0d6efd15;
    color:#0d6efd;
    padding:10px 25px;
    border-radius:40px;
    font-weight:600;
}

.infra-card{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    border:1px solid #edf2f8;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.infra-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.infra-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    margin-bottom:25px;
}

.infra-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.infra-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

.infra-card:hover .infra-icon{
    transform:rotate(10deg) scale(1.1);
    transition:.3s;
}

@media(max-width:768px){

.infra-card{
    padding:25px;
}

.infra-card h4{
    font-size:20px;
}

}














.admx-section{
background:#f7fbff;
}

.admx-badge{
display:inline-block;
padding:10px 28px;
background:#e8f2ff;
border-radius:40px;
color:#0d6efd;
font-weight:600;
}

.admx-card{
background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
height:100%;
box-shadow:0 15px 40px rgba(0,0,0,.07);
transition:.35s;
}

.admx-card:hover{
transform:translateY(-8px);
}

.admx-icon{
width:90px;
height:90px;
border-radius:50%;
margin:auto;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:36px;
margin-bottom:20px;
}

.admx-seat{
display:inline-block;
background:#0d6efd;
color:#fff;
padding:8px 22px;
border-radius:30px;
margin:15px 0;
font-weight:600;
}

.admx-list{
padding:0;
list-style:none;
text-align:left;
margin-top:20px;
}

.admx-list li{
padding:10px 0;
border-bottom:1px solid #eee;
}

.admx-step{
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
height:100%;
}

.step-number{
width:60px;
height:60px;
border-radius:50%;
background:#0d6efd;
color:#fff;
font-size:24px;
font-weight:bold;
display:flex;
align-items:center;
justify-content:center;
margin:auto auto 20px;
}

.admx-document{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.admx-document ul{
margin:0;
padding:0;
list-style:none;
}

.admx-document li{
padding:14px 0;
font-size:17px;
border-bottom:1px solid #eee;
}

.admx-document li:last-child{
border:none;
}



/* Information List */

.admx-info-list{
    margin-top:25px;
    display:grid;
    gap:14px;
}

.admx-info-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 18px;
    background:#fff;
    border:1px solid #F4B400;
    border-radius:14px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.35s;
}

.admx-info-item i{
    width:46px;
    height:46px;
    min-width:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    font-size:18px;
    background:#f4f8ff;
    transition:.35s;
}

.admx-info-item span{
    font-size:15px;
    color:#444;
    line-height:1.5;
}

.admx-info-item strong{
    color:#222;
}

.admx-info-item:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(13,110,253,.15);
    border-color:#0d6efd;
    background:linear-gradient(135deg,#0d6efd,#3b82f6);
}

.admx-info-item:hover span,
.admx-info-item:hover strong{
    color:#fff;
}

.admx-info-item:hover i{
    background:rgba(255,255,255,.18);
    color:#fff !important;
}












/*=============================
Career Section
=============================*/

.career-section{
    background:#f8fbff;
}

.career-badge{
    display:inline-block;
    padding:10px 28px;
    background:#e8f2ff;
    color:#0d6efd;
    border-radius:50px;
    font-weight:600;
}

.career-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    border:1px solid #edf1f7;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.career-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.career-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin:0 auto 25px;
    transition:.3s;
}

.career-card:hover .career-icon{
    transform:rotate(12deg) scale(1.1);
}

.career-card h5{
    font-weight:700;
    color:#222;
    margin:0;
    font-size:20px;
}

@media(max-width:767px){

    .career-card{
        padding:28px 20px;
    }

    .career-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .career-card h5{
        font-size:18px;
    }

}