.header {
    background: white !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 80px !important;
    padding: 15px 0 !important;
}

.header .logo img {
    max-height: 50px;
}

.navmenu ul li a {
    color: #333 !important;
}

.navmenu ul li a:hover {
    color: #0d42ff !important;
}

.navmenu .dropdown ul {
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navmenu .dropdown ul li a {
    color: #333 !important;
}

.navmenu .dropdown ul li a:hover {
    color: #0d42ff !important;
    background: #f6f6f6;
}

/* Add padding to main content to prevent it from hiding under fixed header */
.main {
    padding-top: 80px;
}

/* Feature card styles */
.feature-card {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.feature-card h4 {
    color: #0d42ff;
    margin: 15px 0;
    font-weight: 600;
}

.feature-card p {
    color: #0d42ff;
    margin-bottom: 0;
}

.feature-icon {
    font-size: 2.5em;
    color: #0d42ff;
    margin-bottom: 20px;
}

.feature-hover ul li {
    color: #0d42ff;
}

.feature-hover ul li i {
    color: #0d42ff;
} 