/*!
* Start Bootstrap - Modern Business v5.0.7 (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-modern-business/blob/master/LICENSE)
*/
/*
 * Custom styles for PrintRecon
 */

:root {
    --bs-primary: #0066cc;
    --bs-primary-rgb: 0, 102, 204;
    /* Global font-size scaling: 12px = 75% of default 16px */
    font-size: 12px;
}

/* Ensure body inherits the scaled font-size */
body {
    font-size: 1rem;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-hover {
    transition: transform .2s;
}

.card-hover:hover {
    transform: translateY(-5px);
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}










