/* your styles go here */
/* Example site test */

body {
    overflow-x: hidden;
}

#post-content table td,
#post-content table th {
    padding: 16px 16px;
}

.home-carousel {
    background: url('../img/banners/cybersec-photogrid.jpg') center center repeat !important;
    background-size: auto !important;
}

/* ── How We Work ──────────────────────────────────── */
.how-we-work {
    padding: 50px 0 50px;
    background-color: #f0f7ef !important;
}

.how-we-work h2 {
    margin-bottom: 48px;
}

/* Track: horizontal flex row, vertically aligned to bubble centres */
.hww-track {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}

/* Each step: bubble on top, description below */
.hww-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
}

/* Connector sits between two steps, aligned to bubble vertical centre */
.hww-connector {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /* push down so arrow aligns with bubble centre (bubble height / 2) */
    margin-top: 85px;
}

.hww-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4a7f45;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    flex-shrink: 0;
}

.hww-line {
    width: 36px;
    height: 4px;
    background: #4a7f45;
    flex-shrink: 0;
}

.hww-arrowhead {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #4a7f45;
    flex-shrink: 0;
}

/* The round bubble — title only */
.hww-bubble {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hww-bubble:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.hww-required {
    background-color: #4a7f45;
    border: 12px solid #3a6435;
}

.hww-optional {
    background-color: #e8f5e6;
    border: 12px solid #4a7f45;
}

.hww-bubble h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.hww-required h4 { color: #fff; }
.hww-optional h4 { color: #3a6435; }

.hww-badge {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 20px;
    border: 2px solid #4a7f45;
    color: #4a7f45;
    background: transparent;
}

/* Description text below bubble */
.hww-desc {
    width: 170px;
    margin-top: 16px;
    font-size: 23px;
    line-height: 1.5;
    color: #555;
    text-align: center;
}

@media (max-width: 1100px) {
    .hww-track {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }
    .hww-connector {
        display: none;
    }
}
/* ──────────────────────────────────────────────────── */

/* ── Who Are We ───────────────────────────────────── */
.bar.background-white:has(.who-certified) {
    margin-top: -100px;
}
.who-certified {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #4a7f45;
    text-transform: uppercase;
}

.who-certs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 30px;
}

.who-certs img {
    height: 170px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .who-certs {
        flex-wrap: wrap;
        gap: 16px;
    }
    .who-certs img {
        height: 90px;
    }
}
/* ──────────────────────────────────────────────────── */

.bar.background-image-fixed-2 {
    background: url('../img/banners/laptop.jpeg') center center no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.flag-dropdown {
 text-decoration: none !important;
}

.navbar-flag-mobile {
    float: right;
    margin-top: 14px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .navbar-collapse.in {
        position: relative;
        max-height: 60vh;
        overflow-y: auto;
    }
    .navbar-collapse.in::after {
        content: '';
        position: sticky;
        bottom: 0;
        display: block;
        height: 48px;
        background: linear-gradient(to bottom, transparent, #ffffff);
        pointer-events: none;
    }
}

/* ── Sticky footer ────────────────────────────────── */
#all {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1;
}
/* ──────────────────────────────────────────────────── */

.tagline-bar {
    background-color: #65a078;
    text-align: center;
    padding: 4px 0;
    margin: 0;
    line-height: 1;
}

.tagline-bar span {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar {
    min-height: 104px;
}

.navbar-brand {
    height: 104px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

.navbar-brand h4 {
    font-size: 42px;
    line-height: 1;
}

.navbar ul.nav > li > a {
    font-size: 13px;
}