 /* Header */
.custom-header {
 /*  background: linear-gradient(to right, #040466, #4b87c4);*/
 background:  #FFFFFF;
    background-size: cover;
    color: #0e036e;
    padding: 0px 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
   text-align: left;
}

/* Logo  */
.header-logo {
    height: 80px;
    max-width: 90px;
    transition: transform 0.3s ease-in-out;
}

.header-logo:hover {
    transform: scale(1.05);
}

/* Text  */
.header-text h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.header-text p {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.9;
}

.custom-navbar {
    background: linear-gradient(90deg, #003366, #0055aa); 
    color: #fff;
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
    color: #ffffff !important;
    font-weight: 500;
}

.custom-navbar .nav-link:hover {
    color: #ffcc00 !important;
    text-decoration: none;
}
.main-card {
    background-color: #f8ffff;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
}
.highlight {
    font-size: 1.4rem;
    font-weight: bold;
    color: #e62727;
    text-shadow: 0px 0px 8px rgba(0, 255, 255, 0.7);
}


  
 