/* Fallback Icon Style */
.tech-item .fallback-icon {
    font-size: 4rem;
    font-weight: 900;
    color: #ccc;
    transition: color 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
    display: inline-block;
}

.tech-item:hover .fallback-icon {
    color: #02569B;
    /* Flutter Blue Color */
}