
img {
    filter: brightness(100%) contrast(105%) saturate(110%);
}

.text-secondary {
    color: #F4B400 !important;
}
.copyright {
    
    background: #F4B400 !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){

    .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;
    }
}




.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;
    }
}





/*==========================
        gallery
==========================*/

 .news-card {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        height: 320px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        transition: 0.3s;
    }

    .news-card:hover {
        transform: translateY(-8px);
    }

    .news-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s;
    }

    .news-card:hover img {
        transform: scale(1.05);
    }

    .news-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #002B6B;
        color: #fff;
        padding: 18px;
    }

    .news-overlay h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .news-overlay p {
        margin: 0;
        font-size: 15px;
        line-height: 1.5;
    }
	
	
	
	
	/* Desktop */
.carousel-item img{
    width:100%;
    height:650px;
    object-fit:cover;
}

/* Mobile */
/* Mobile Carousel Arrows */
@media (max-width:768px){

    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next{
        width:40px;
        height:40px;
        top:50%;
        transform:translateY(-50%);
        opacity:1;
    }

    .carousel-header .carousel-control-prev{
        left:10px;
    }

    .carousel-header .carousel-control-next{
        right:10px;
    }

    .carousel-header .carousel-control-prev-icon,
.carousel-header .carousel-control-next-icon{
    background-color:#003A66 !important; /* Blue */
    border:2px solid #FFD200;            /* Yellow border */
    border-radius:50%;
    background-size:16px 16px;
}
}
@media (min-width:769px) and (max-width:991px){

    .carousel-item{
        height:350px;
    }

    .carousel-item img{
        width:100%;
        height:350px;
        object-fit:contain;
    }
}
	