








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;
    }
}









/* ===========================
Campus Section
=========================== */

.sec-campus-info{

    background:#f8fbff;

}

.sec-box{

    background:#fff;

    border-radius:25px;

    padding:40px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.4s;

}

.sec-box:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.sec-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:28px;

}

.sec-feature{

    display:flex;

    align-items:center;

    background:#f8f9fa;

    border-radius:15px;

    padding:16px 18px;

    transition:.3s;

    font-weight:600;

}

.sec-feature i{

    font-size:22px;

    width:35px;

}

.sec-feature:hover{

    background:#0d6efd;

    color:#fff;

    transform:translateX(8px);

}

.sec-feature:hover i{

    color:#fff !important;

}

.sec-location-card{

    margin-top:25px;

    background:#f8fbff;

    border-radius:18px;

    padding:25px;

    border-left:5px solid #0d6efd;

}

.sec-location-card h4{

    margin-bottom:5px;

}

.sec-campus-info {
    
    margin-top: 10px;
}

@media(max-width:991px){

.sec-box{

padding:30px;

}

}





.about-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
    color:#001c78 !important;
    letter-spacing: 0.3px;
    text-align: justify;
}

.about-text strong{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color:#001c78 !important;
}











/*==========================
        SECTION
==========================*/
.degree-section{
    padding:50px 0;
}

.degree-section .section-subtitle{
    color:#f5b400;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.degree-section .section-subtitle span{
    width:60px;
    height:2px;
    background:#f5b400;
}

.degree-section .section-title{
    font-size:58px;
    font-weight:700;
    color:#001c78;
    text-align:center;
    margin-bottom:20px;
    line-height:1.2;
}

.degree-section .section-description{
    max-width:750px;
    margin:auto;
    text-align:center;
    color:#666;
    line-height:1.8;
    margin-bottom:60px;
    font-size:16px;
}

/*==========================
        CARD
==========================*/
.degree-section .course-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:35px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.4s;
    animation:fadeUp .8s ease;
}

.degree-section .course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.degree-section .course-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    transition:.5s;
}

.degree-section .course-card:hover .course-icon{
    transform:rotateY(360deg);
}

.degree-section .yellow{
    background:#fff4d7;
    color:#001c78;
}

.degree-section .blue{
    background:#edf3ff;
    color:#001c78;
}

.degree-section .course-name{
    font-size:26px;
    font-weight:700;
    color:#001c78;
    margin-bottom:15px;
    line-height:1.3;
}

.degree-section .course-text{
    color:#666;
    line-height:1.8;
    min-height:110px;
    font-size:15px;
}

/*==========================
        BUTTON
==========================*/
.degree-section .btn-yellow,
.degree-section .btn-blue{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    min-width:200px;
    padding:12px 25px;
    border-radius:5px;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
    transition:.3s;
}

.degree-section .btn-yellow{
    background:#f5b400;
    color:#fff;
}

.degree-section .btn-blue{
    background:#001c78;
    color:#fff;
}

.degree-section .btn-yellow:hover,
.degree-section .btn-blue:hover{
    color:#fff;
    transform:translateY(-3px);
}

.degree-section .course-card .col-8{
    display:flex;
    flex-direction:column;
}

.degree-section .course-card .col-8 a{
    margin-top:auto;
    align-self:center;
}

/*==========================
      ANIMATION
==========================*/
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/*==========================
      RESPONSIVE
==========================*/
@media(max-width:991px){
	
	
	
	
	  .about-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
    color:#001c78 !important;
    letter-spacing: 0.3px;
    text-align: justify;
}

.about-text strong{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color:#001c78 !important;
}

    .degree-section .section-title{
        font-size:40px;
    }

    .degree-section .course-name{
        font-size:22px;
    }

    .degree-section .course-icon{
        width:80px;
        height:80px;
        font-size:35px;
    }

    .degree-section .course-text{
        font-size:14px;
        min-height:auto;
    }

    .degree-section .btn-yellow,
    .degree-section .btn-blue{
        min-width:170px;
        font-size:14px;
    }
}






























/* Institute List */
.institute-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e8edf5;
    box-shadow: 0 5px 18px rgba(10, 52, 120, 0.08);
    transition: all 0.35s ease;
    overflow: hidden;
}

/* Left blue design line */
.institute-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0A3478;
    transition: 0.3s ease;
}

/* Hover */
.institute-item:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 28px rgba(10, 52, 120, 0.16);
    border-color: #0A3478;
}

.institute-item:hover::before {
    width: 7px;
}

/* Icon */
.institute-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    margin-right: 16px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Icon Colors */
.nursing-icon {
    background: linear-gradient(135deg, #0A3478, #1d5ab5);
}

.pharmacy-icon {
    background: linear-gradient(135deg, #198754, #42b883);
}

.management-icon {
    background: linear-gradient(135deg, #dc3545, #f06c78);
}

.computer-icon {
    background: linear-gradient(135deg, #F4B400, #f6cc52);
}

/* Content */
.institute-content {
    flex: 1;
}

.institute-content h6 {
    margin: 0 0 5px;
    color: #0A3478;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.institute-content small {
    color: #777;
    font-size: 13px;
}

/* Arrow */
.institute-arrow {
    color: #0A3478;
    font-size: 15px;
    margin-left: 10px;
    transition: 0.3s ease;
}

.institute-item:hover .institute-arrow {
    transform: translateX(6px);
    color: #F4B400;
}

/* Blinking Live Dot */
.live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 6px;
    border-radius: 50%;
    background: #F4B400;
    vertical-align: middle;
    animation: instituteBlink 1.5s infinite;
}

@keyframes instituteBlink {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(244, 180, 0, 0.7);
    }

    50% {
        opacity: 0.4;
        box-shadow: 0 0 0 6px rgba(244, 180, 0, 0);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(244, 180, 0, 0);
    }
}













































