*{
    margin: 0;
    padding:0;
    box-sizing: border-box;

}


/* Top Bar Style */
.top-bar {
    background: linear-gradient(rgb(224, 3, 3),rgb(109, 4, 4));
    padding: 5px 0;
    font-size: 14px;
}

/* Navbar Links */
.top-bar .nav-link {
    color: #ddd;
    padding: 5px 12px;
    transition: all 0.3s ease;
}

/* Date Style */
.date-text {
    color: #aaa;
    font-weight: 500;
}

/* Hover Effect */
.top-bar .nav-link:hover {
    color: #fff;
    background-color: #e60000;
    border-radius: 3px;
}

/* Social Icons */
.social-icons a {
    color: #ddd;
    margin-left: 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Social Hover */
.social-icons a:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* bottom-fixed-bar */

.bottom-fixed-bar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 20px 0;
    background-color: #e60000;
}
/* second-bar */
.second-bar {
     background: linear-gradient(rgb(224, 3, 3),rgb(109, 4, 4));

}
.second-bar .nav-link {
     color: #ddd;
     font-weight: bold;
}
/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 
}

/* Smooth effect */
.dropdown-menu {
    
    transition: all 0.3s ease;
}

.custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Makes image auto fit nicely */
}

.vigyapan-img {
   
    width: 50%;
    margin: auto;
    background-image: url(images/4.webp);
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
@media (max-width: 400px) {
 width: 50%;,
 

}
.custom-card {
    width: 100%;
    height:450px;
}
.custom-card img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-card1 {
    width: 100%;
    height: 210px;
}
.custom-card1 img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}







