/* MVH Industrial Site Styles */
:root {
    --mvh-blue: #3653a2;
    --mvh-dark: #1e1f1a;
    --mvh-red: #c03321;
}

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Trebuchet MS", sans-serif;
    color: var(--mvh-dark);
    margin-bottom: 0;
}

/* Navbar */
.mvh-navbar {
    background-color: #fff;
    border-bottom: 2px solid var(--mvh-blue);
}

.mvh-navbar .navbar-brand img {
    height: 60px;
}

.mvh-navbar .nav-link {
    color: #fff !important;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    padding: 8px 18px !important;
    background-color: #2a2a2a;
    margin: 0 2px;
    border-radius: 3px;
}

.mvh-navbar .nav-link:hover,
.mvh-navbar .nav-link.active {
    color: #b3b3b3 !important;
    background-color: #111;
}

.mvh-navbar .dropdown-item {
    font-size: 12px;
    color: #e6e6e6;
    background-color: #000;
}

.mvh-navbar .dropdown-item:hover {
    color: #333;
    background-color: #777;
}

.mvh-navbar .dropdown-menu {
    background-color: #000;
    border: none;
    border-radius: 0;
    min-width: 130px;
}

/* Hero / Carousel */
.hero-carousel .carousel-item img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
}

/* Page header banner */
.page-banner {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: center top;
}

/* Section headings */
.section-title {
    color: var(--mvh-blue);
    font-weight: 700;
    font-family: "Trebuchet MS", sans-serif;
}

/* Service cards */
.service-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.service-card .service-label {
    color: var(--mvh-blue);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 3px solid var(--mvh-blue);
    padding-top: 8px;
    margin-top: 8px;
}

/* Value props (Integrity / Safety / Quality) */
.value-item {
    color: var(--mvh-blue);
    font-size: 1rem;
    margin-bottom: 6px;
}

.value-item strong {
    font-style: italic;
    font-weight: 700;
}

/* Quote */
.site-quote {
    background: #f5f5f5;
    border-left: 5px solid var(--mvh-blue);
    padding: 20px 30px;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--mvh-dark);
}

/* Footer */
.mvh-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 0;
    font-size: 13px;
}

.mvh-footer a {
    color: #ccc;
    text-decoration: none;
}

/* About page */
.certification-badge {
    color: var(--mvh-blue);
    font-weight: 700;
    font-size: 1.1rem;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

/* Contact page */
.contact-info h2 {
    color: var(--mvh-blue);
    font-weight: 700;
}

/* Services list */
.services-list li {
    color: var(--mvh-blue);
    font-size: 1rem;
    margin-bottom: 4px;
}

/* Shop/Capacity */
.capacity-section h5 {
    color: var(--mvh-red);
    font-style: italic;
    font-weight: 700;
}

.capacity-section h6 {
    color: var(--mvh-blue);
    font-weight: 700;
}

.capacity-section li {
    color: var(--mvh-blue);
}

/* Gallery grid */
.gallery-grid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 15px;
    cursor: pointer;
}

/* Union logos */
.union-logo-row img {
    max-height: 100px;
    object-fit: contain;
    margin: 10px;
}
