/* BI-IT Solutions — Frontend Styles */
/* These supplement the inline styles in page content */

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Navigation CTA button highlight */
.biit-nav-cta > a {
    background: #3B82F6 !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
}

.biit-nav-cta > a:hover {
    background: #2563EB !important;
    box-shadow: 0 4px 16px rgba(59,130,246,0.3) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .biit-section { padding: 60px 16px; }
    .biit-grid-2, .biit-grid-3, .biit-grid-4 { grid-template-columns: 1fr !important; }
    .biit-hero h1 { font-size: 32px !important; }
}
