   #topBar {
                background: #111;
                padding: 9px 0;
                font-size: 0.82rem;
            }
            .topbar-item {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                color: rgba(255, 255, 255, 0.78);
                white-space: nowrap;
            }
            .topbar-item i {
                color: #ff6b00;
            }
            .topbar-divider {
                width: 1px;
                height: 14px;
                background: rgba(255, 255, 255, 0.18);
                margin: 0 14px;
                display: inline-block;
                vertical-align: middle;
            }
            .topbar-reg {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                background: #ff6b00;
                color: #fff;
                font-weight: 700;
                font-size: 0.78rem;
                padding: 4px 12px;
                border-radius: 100px;
            }
            #siteHeader {
                position: sticky;
                top: 0;
                z-index: 1000;
            }
            #mainNav {
                position: relative !important;
                background: #fff !important;
                padding: 0 !important;
                box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
                z-index: 900;
            }
            .nav-logo-img {
                height: 54px;
                width: auto;
                display: block;
                filter: none !important;
            }
            #mainNav .navbar-nav .nav-link {
                color: #1c1c1c !important;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                font-size: 0.9rem;
                padding: 20px 16px !important;
                position: relative;
                transition: color 0.25s;
            }
            #mainNav .navbar-nav .nav-link::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 16px;
                right: 16px;
                height: 3px;
                background: #ff6b00;
                transform: scaleX(0);
                transition: transform 0.25s;
            }
            #mainNav .navbar-nav .nav-link:hover,
            #mainNav .navbar-nav .nav-link.active {
                color: #ff6b00 !important;
            }
            #mainNav .navbar-nav .nav-link:hover::after,
            #mainNav .navbar-nav .nav-link.active::after {
                transform: scaleX(1);
            }
            .nav-quote-main {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: #ff6b00;
                color: #fff !important;
                font-family: "Montserrat", sans-serif;
                font-weight: 700;
                font-size: 0.88rem;
                padding: 13px 24px !important;
                border-radius: 6px;
                text-decoration: none;
                margin-left: 18px;
                transition:
                    background 0.25s,
                    box-shadow 0.25s;
                white-space: nowrap;
            }
            .nav-quote-main:hover {
                background: #e55a00;
                box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
            }
            .nav-quote-main::after {
                display: none !important;
            }
            #mainNav .navbar-toggler {
                border: 1.5px solid #ddd;
                border-radius: 6px;
            }
            #mainNav .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2828,28,28,.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
            }
            @media (max-width: 991px) {
                #mainNav .navbar-collapse {
                    background: #fff;
                    padding: 12px 16px;
                    border-top: 1px solid #eee;
                }
                #mainNav .navbar-nav .nav-link {
                    padding: 12px 8px !important;
                }
                #mainNav .navbar-nav .nav-link::after {
                    display: none;
                }
                .nav-quote-main {
                    margin-left: 0;
                    margin-top: 10px;
                }
            }
            /* Page hero */
            .page-hero {
                padding: 80px 0 60px;
                position: relative;
                overflow: hidden;
            }
            .page-hero-overlay {
                position: absolute;
                inset: 0;
                background: linear-gradient(
                    105deg,
                    rgba(10, 10, 10, 0.9) 0%,
                    rgba(10, 10, 10, 0.68) 55%,
                    rgba(255, 107, 0, 0.1) 100%
                );
            }
            .page-hero-content {
                position: relative;
                z-index: 2;
            }
            .page-hero h1 {
                color: #fff;
                font-size: clamp(2rem, 4vw, 3rem);
            }
            .hero-sub-text {
                color: rgba(255, 255, 255, 0.72);
                font-size: 1rem;
                max-width: 520px;
                margin-top: 10px;
            }
            .breadcrumb {
                background: none;
                padding: 0;
                margin: 0 0 12px;
            }
            .breadcrumb-item a {
                color: rgba(255, 255, 255, 0.6);
                text-decoration: none;
            }
            .breadcrumb-item a:hover {
                color: #ff6b00;
            }
            .breadcrumb-item.active {
                color: #ff6b00;
            }
            .breadcrumb-item + .breadcrumb-item::before {
                color: rgba(255, 255, 255, 0.3);
            }
            .hero-orange-bar {
                width: 52px;
                height: 4px;
                background: #ff6b00;
                border-radius: 2px;
                margin: 12px 0 18px;
            }
            /* CTA */
            .cta-section {
                background: linear-gradient(135deg, #ff6b00 0%, #e55a00 100%);
                position: relative;
                overflow: hidden;
            }
            .cta-section h2 {
                color: #fff;
            }
            .cta-section p {
                color: rgba(255, 255, 255, 0.88);
            }
            /* About specific */
            .about-img-wrap {
                position: relative;
                width: 100%;
            }
            .about-main-img {
                width: 100%;
                height: 480px;
                object-fit: cover;
                border-radius: 16px;
                display: block;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            }
            .about-small-img {
                position: absolute;
                bottom: -22px;
                right: -18px;
                width: 190px;
                height: 155px;
                object-fit: cover;
                border-radius: 12px;
                border: 5px solid #fff;
                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
            }
            .about-exp-badge {
                position: absolute;
                top: 28px;
                left: -18px;
                background: #ff6b00;
                color: #fff;
                border-radius: 12px;
                padding: 16px 18px;
                text-align: center;
                box-shadow: 0 8px 24px rgba(255, 107, 0, 0.38);
                z-index: 2;
            }
            .about-exp-badge .num {
                font-family: "Montserrat", sans-serif;
                font-size: 2rem;
                font-weight: 800;
                line-height: 1;
                display: block;
            }
            .about-exp-badge .label {
                font-size: 0.68rem;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.06em;
                opacity: 0.9;
                margin-top: 4px;
            }
            .check-list {
                list-style: none;
                padding: 0;
                margin: 18px 0 26px;
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            .check-list li {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 0.93rem;
                color: #2d2d2d;
            }
            .check-list li i {
                width: 22px;
                height: 22px;
                background: #fff3e8;
                color: #ff6b00;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.7rem;
                flex-shrink: 0;
            }
            .value-card {
                background: #fff;
                border: 1px solid #e8e8e8;
                border-radius: 14px;
                padding: 30px 24px;
                height: 100%;
                transition: 0.3s;
            }
            .value-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 20px 64px rgba(0, 0, 0, 0.12);
                border-color: transparent;
            }
            .value-icon {
                width: 58px;
                height: 58px;
                background: #fff3e8;
                border-radius: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #ff6b00;
                font-size: 1.5rem;
                margin-bottom: 16px;
                transition: 0.3s;
            }
            .value-card:hover .value-icon {
                background: #ff6b00;
                color: #fff;
            }
            .timeline {
                position: relative;
                padding-left: 40px;
            }
            .timeline::before {
                content: "";
                position: absolute;
                left: 12px;
                top: 8px;
                bottom: 8px;
                width: 2px;
                background: linear-gradient(180deg, #ff6b00 0%, #e8e8e8 100%);
            }
            .timeline-item {
                position: relative;
                padding-bottom: 34px;
            }
            .timeline-item::before {
                content: "";
                position: absolute;
                left: -34px;
                top: 6px;
                width: 14px;
                height: 14px;
                background: #ff6b00;
                border-radius: 50%;
                border: 3px solid #fff;
                box-shadow: 0 0 0 3px #ff6b00;
            }
            .timeline-year {
                display: inline-block;
                background: #fff3e8;
                color: #ff6b00;
                font-weight: 700;
                font-size: 0.78rem;
                padding: 3px 12px;
                border-radius: 100px;
                margin-bottom: 7px;
                font-family: "Montserrat", sans-serif;
                border: 1px solid rgba(255, 107, 0, 0.2);
            }
            .timeline-item h5 {
                color: #1c1c1c;
                margin-bottom: 5px;
            }
            .cert-card {
                background: #f7f7f7;
                border: 1px solid #e8e8e8;
                border-radius: 14px;
                padding: 24px;
                display: flex;
                align-items: center;
                gap: 16px;
                transition: 0.3s;
            }
            .cert-card:hover {
                border-color: rgba(255, 107, 0, 0.3);
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            }
            .cert-icon {
                width: 54px;
                height: 54px;
                background: #fff;
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #ff6b00;
                font-size: 1.5rem;
                flex-shrink: 0;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            }
            .team-photo-card {
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
            }
            .team-photo-card img {
                width: 100%;
                height: 240px;
                object-fit: cover;
                display: block;
            }
            .team-photo-card .team-info {
                padding: 24px;
                background: #fff;
                border: 1px solid #e8e8e8;
                border-top: none;
                border-radius: 0 0 16px 16px;
            }
            @media (max-width: 768px) {
                .about-small-img {
                    width: 130px;
                    height: 105px;
                    right: -8px;
                }
                .about-exp-badge {
                    left: -8px;
                }
            }
        

/* ============================================================
   SHARED HEADER — MOBILE FIX
   Same header behaviour on index.html and about.html
   ============================================================ */

#siteHeader {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100%;
}

#topBar,
#mainNav {
  width: 100%;
}

@media (max-width: 991.98px) {
  /* TOP INFO BAR */
  #topBar {
    padding: 7px 0 !important;
  }

  #topBar > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #topBar .container > .d-flex {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  #topBar .container > .d-flex > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
  }

  /* Hide the long street address on phones. */
  #topBar .topbar-item:first-child,
  #topBar .topbar-divider:first-of-type {
    display: none !important;
  }

  #topBar .topbar-item {
    font-size: 11px !important;
    line-height: 1.25 !important;
    gap: 5px !important;
    white-space: nowrap !important;
    min-width: 0;
  }

  #topBar .topbar-item i {
    font-size: 11px !important;
    flex-shrink: 0;
  }

  #topBar .topbar-item a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #topBar .topbar-divider {
    margin: 0 6px !important;
    height: 12px !important;
    flex: 0 0 1px;
  }

  #topBar .topbar-reg {
    flex: 0 0 auto;
    font-size: 10px !important;
    padding: 5px 8px !important;
    gap: 4px !important;
    white-space: nowrap !important;
  }

  /* MAIN NAVBAR */
  #mainNav {
    padding: 0 !important;
    min-height: 68px;
  }

  #mainNav > .container {
    min-height: 68px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  #mainNav .navbar-brand {
    margin-right: auto;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    max-width: calc(100% - 60px);
  }

  #mainNav .nav-logo-img {
    height: 48px !important;
    width: auto !important;
    max-width: 190px;
    object-fit: contain;
  }

  #mainNav .navbar-toggler {
    width: 44px;
    height: 42px;
    padding: 7px 9px !important;
    margin-left: 10px;
    border: 1.5px solid #ddd !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    outline: none !important;
    flex: 0 0 auto;
  }

  #mainNav .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255,107,0,.14) !important;
  }

  #mainNav .navbar-toggler-icon {
    width: 100%;
    height: 100%;
    background-size: 22px 22px !important;
  }

  /* Full-width mobile menu below the logo row. */
  #mainNav .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    background: #fff !important;
    border-top: 1px solid #eee;
    box-shadow: none !important;
    padding: 8px 0 12px !important;
    margin: 0 !important;
  }

  #mainNav .navbar-nav {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
  }

  #mainNav .navbar-nav .nav-item {
    width: 100%;
  }

  #mainNav .navbar-nav .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 12px !important;
    border-radius: 6px;
    font-size: .88rem !important;
    color: #1c1c1c !important;
  }

  #mainNav .navbar-nav .nav-link:hover,
  #mainNav .navbar-nav .nav-link.active {
    color: #ff6b00 !important;
    background: #fff7f0;
  }

  #mainNav .navbar-nav .nav-link::after {
    display: none !important;
  }

  #mainNav .nav-quote-main {
    width: 100%;
    justify-content: center;
    margin: 8px 0 0 !important;
    padding: 11px 18px !important;
    min-height: 44px;
    border-radius: 6px;
    font-size: .86rem !important;
  }
}

@media (max-width: 575.98px) {
  #topBar .topbar-item,
  #topBar .topbar-item i {
    font-size: 10px !important;
  }

  #topBar .topbar-reg {
    font-size: 9px !important;
    padding: 4px 7px !important;
  }

  #mainNav .nav-logo-img {
    height: 45px !important;
    max-width: 175px;
  }

  #mainNav > .container,
  #mainNav {
    min-height: 64px;
  }
}

@media (max-width: 380px) {
  #topBar .topbar-item:nth-of-type(3),
  #topBar .topbar-divider:nth-of-type(2) {
    display: none !important;
  }

  #topBar .topbar-reg {
    font-size: 8.5px !important;
  }

  #mainNav .nav-logo-img {
    height: 42px !important;
    max-width: 160px;
  }
}













/* MOBILE TOP BAR — MOBILE NUMBER + EMAIL ONLY */
@media (max-width: 991.98px) {
    #topBar .container > .d-flex {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        width: 100% !important;
    }

    #topBar .container > .d-flex > div:first-child {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: 100% !important;
        overflow: hidden !important;
        gap: 10px !important;
    }

    /* Hide address and all dividers */
    #topBar .container > .d-flex > div:first-child .topbar-item:first-child,
    #topBar .container > .d-flex > div:first-child .topbar-divider {
        display: none !important;
    }

    /* Show mobile number */
    #topBar .container > .d-flex > div:first-child .topbar-item:nth-of-type(2) {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    /* Show email */
    #topBar .container > .d-flex > div:first-child .topbar-item:last-child {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    #topBar .topbar-item a {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* Hide registration badge */
    #topBar .topbar-reg {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    #topBar .container > .d-flex > div:first-child {
        gap: 7px !important;
    }

    #topBar .topbar-item {
        font-size: 9px !important;
        gap: 4px !important;
    }

    #topBar .topbar-item i {
        font-size: 9px !important;
    }
}

@media (max-width: 380px) {
    #topBar .container > .d-flex > div:first-child {
        gap: 5px !important;
    }

    #topBar .topbar-item {
        font-size: 8px !important;
    }

    #topBar .topbar-item i {
        font-size: 8px !important;
    }
}



/* FINAL MOBILE TOP HEADER: MOBILE NUMBER + EMAIL ONLY */
@media (max-width: 991.98px) {
    #topBar .container > .d-flex {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 100% !important;
    }

    #topBar .container > .d-flex > div:first-child {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: 100% !important;
        overflow: hidden !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }

    /* Hide every contact item and divider first */
    #topBar .container > .d-flex > div:first-child .topbar-item,
    #topBar .container > .d-flex > div:first-child .topbar-divider {
        display: none !important;
    }

    /* Then show ONLY the item containing the mobile telephone link */
    #topBar .container > .d-flex > div:first-child .topbar-item:has(a[href^="tel:"]) {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    /* And ONLY the item containing the email link */
    #topBar .container > .d-flex > div:first-child .topbar-item:has(a[href^="mailto:"]) {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    #topBar .topbar-item:has(a[href^="tel:"]) a,
    #topBar .topbar-item:has(a[href^="mailto:"]) a {
        color: inherit !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    #topBar .topbar-item:has(a[href^="mailto:"]) {
        max-width: 55% !important;
    }

    /* Registration badge hidden on mobile */
    #topBar .topbar-reg {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    #topBar .container > .d-flex > div:first-child {
        gap: 7px !important;
    }

    #topBar .topbar-item {
        font-size: 9px !important;
        line-height: 1.2 !important;
        gap: 4px !important;
    }

    #topBar .topbar-item i {
        font-size: 9px !important;
    }
}

@media (max-width: 380px) {
    #topBar .container > .d-flex > div:first-child {
        gap: 5px !important;
    }

    #topBar .topbar-item {
        font-size: 8px !important;
    }

    #topBar .topbar-item i {
        font-size: 8px !important;
    }
}
