/* KI Technology Logo CSS */
.logo-text {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: white;
    text-decoration: none;
}

.logo-text:hover {
    color: #f8f9fa;
    text-decoration: none;
}

.ki-blue {
    color: #667eea;
}

.ki-purple {
    color: #764ba2;
}