/* Update badge to use your orange instead of Bootstrap primary */
.badge.bg-primary {
    background-color: #F16501 !important;
    color: white;
}

/* Make icons match your branding colors */
.bi-code-slash {
    color: #F16501;
}

.bi-lightbulb {
    color: #f6a623;
}

/* warm yellow */
.bi-people {
    color: #1B2330;
}

.bi-controller {
    color: #d32f2f;
}

/* subtle red */

/* Slightly bigger icon size for emphasis */
.col-6 .fs-4 {
    font-size: 1.5rem !important;
}

/* About section text */
#about p {
    line-height: 1.7;
    font-size: 1rem;
    color: #444;
}

/* Image */
#about img {
    transition: transform 0.3s ease;
}

#about img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(241, 101, 1, 0.4);
}

/* Container max-width adjustment for better layout on larger screens */
.container {
    max-width: 1140px;
}