/* --- Fonts --- */
@font-face {
    font-family: 'Comme';
    src: url('../fonts/comme/Comme-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* --- Global --- */
body {
    font-family: 'Comme', Arial, sans-serif;
    background: #ffffff url('../img/header-bg.jpg') top left no-repeat scroll;
}

/* --- Thin Green Accent Bar --- */
.top-accent {
    height: 3px;
    background: #a0ce4e;
}

/* --- Contact Bar --- */
.contact-bar {
    background-color: transparent;
    padding: 4px 0;
    font-size: 0.8rem;
}

/* --- Logo Row --- */
.logo-row {
    padding: 22px 0;
    text-align: left;
}

.logo-img {
    max-height: 120px;
}

/* --- Navigation Row --- */
.nav-row {
    background-color: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 48px;
    display: flex;
    align-items: center;
}

.nav-row .nav-link,
.pagebar .nav-link {
    padding: 0 16px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    line-height: 48px;
}

.nav-row .nav-link:hover,
.pagebar .nav-link:hover {
    background-color: transparent;
    color: inherit;
    text-decoration: underline;
}

.nav-row .nav-link.active,
.pagebar .nav-link.active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    background-color: transparent;
    color: inherit;
    font-weight: 700;
}

/* --- Page Title Bar --- */
.pagebar {
    background-color: rgba(160,206,78,0.4);
    padding: 12px 0;
    margin-bottom: 30px;
}

.pagebar h5 {
    color: #333;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 15px;
}

.navbar-toggler { border-color: rgba(90,90,90,0.5); }
/* .navbar-toggler-icon { filter: invert(1); } */

/* --- Two-column content block --- */
.vango-columns {
    margin-bottom: 40px;
}

.vango-columns .col-md-6 {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.vango-columns p {
    margin-bottom: 1.1rem;
    line-height: 1.55;
}

/* --- Two-thirds / One-third layout --- */
.vango-two-thirds {
    margin-bottom: 40px;
}

.vango-two-thirds .col-md-8,
.vango-two-thirds .col-md-4 {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.vango-two-thirds p {
    margin-bottom: 1.1rem;
    line-height: 1.55;
}

/* --- Image + text block --- */
.vango-img-left,
.vango-img-right {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.vango-img-left img,
.vango-img-right img {
    max-width: 220px;
    height: auto;
    border-radius: 4px;
}

.vango-img-left p,
.vango-img-right p {
    line-height: 1.55;
}

.vango-img-right {
    flex-direction: row-reverse;
}

/* Mobile stacking */
@media (max-width: 768px) {
    .vango-img-left,
    .vango-img-right {
        flex-direction: column;
        text-align: center;
    }
}

/* --- Service grid blocks --- */
.vango-service-block {
    margin-bottom: 35px;
}

.vango-service-block h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.vango-service-block p {
    margin-bottom: 0.9rem;
    line-height: 1.55;
}

.content-container {
    width: 100%;
}

footer {
    background: #172b00;
    font-size: 0.85rem;
    padding: 20px 0;
    text-align: left;
    color: #666;
}

footer a,
footer a:active,
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

