
/* pdh program */


.header23 {
    background-color: #ba2a21;
    color: white;
    padding: 14px;
    font-size: 24px;
    font-weight: bold;
    width: 23rem;
    height: 67px;
    border-radius: 15px;
    position: relative;
   margin-top: -1%;
    left: 14%;
    transform: translateY(-50%);
    text-align: center; 
    background: #ba2a21;
  
   
}

.header23-container {
    position: relative;
    width: 100%;
}
.header {
    
    width: 100%;
    
   
}

.sidebar {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;


}

.sidebar a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #f8f9fa;
    margin: 5px 0;
    border-radius: 5px;
}

.sidebar a.active {
    background: #ba2b21;
    color: white;
}
.sidebar a:hover {
    background: #e4e4e49f;
    color: rgb(0, 0, 0);
    transform: scale(1.1);
}

/* Responsive adjustments for the header on smaller screens */
@media (max-width: 450px) {

    .header23 {
        position: relative;
        top: 0px;
        left: auto;
        transform: none;
        width: 100%;
        margin: 1rem 0;
    }
}

.navbar-blur {
    /* Blur navbar */
   backdrop-filter: blur(70px);
   -webkit-backdrop-filter: blur(70px);
   background-color: #ba2a21;
   padding: 10px 20px;
   position: fixed;
}

.nav-link {
   color: white !important;
   font-weight: 500;
}

.nav-link:hover { 
   color:rgb(204, 204, 204)!important;
   
}
.dropdown-item:hover { 
   color:rgb(0, 0, 0)!important;
   
}

/* Dropdown Menu */
ul .dropdown-menu {
   background-color: #ba2a21;
   border: none;
}

.dropdown-item {
   color: white !important;
}

/* Ensure cards have enough spacing from navbar */
.content-wrapper {
   margin-top: 80px; /* Adjust this value as needed */
   
}


/* cover img */
/* footer */
.footer-spacing {
    margin-top: 500px; /* Adjust as needed */
}






/*********************** Eligibility************************** */


