/* Custom performance and layout fixes */
.card-img-top {
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
}

/* Ensure branding colors are consistent */
:root {
    --primary: #0056b3;
    --dark: #1F1F2E;
    --yellow: #FEDE4D;
}

/* Accessibility: Black text for maximum contrast */
p, .text-muted {
    color: #000000 !important;
}

/* Performance: Optimizing font display for Font Awesome */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    src: local('Font Awesome 5 Free');
}
/* Products/Services card alignment and matching reference */
.team.card .bg-primary {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem !important;
}

.team.card .bg-primary p {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Tighten horizontal spacing between cards */
#Products .row {
    margin-right: -5px;
    margin-left: -5px;
}

#Products .col-lg-4, #Products .col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

/* Vertical spacing between rows */
#Products .mb-5 {
    margin-bottom: 30px !important;
}
