
        /* ── Typography system ─────────────────────────────────────────────── */
        /* Navbar — center menu items between logo and CTA */
        .header.style-1 .header-inner-wrap { position: relative; }
        .header.style-1 .main-menu { position: absolute; left: 50%; transform: translateX(-50%); }

        /* Section labels — uppercase, bold, no dot */
        .point { text-transform: uppercase !important; letter-spacing: 0.08em; font-size: 11px !important; font-weight: 700 !important; }
        .point .item { display: none !important; }
        body { font-family: 'DM Sans', sans-serif !important; }
        h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Manrope', sans-serif !important; }
        .header-default .nav-link, .header-default .tf-btn, .tf-btn, .logo, .nav-link { font-family: 'Manrope', sans-serif !important; }
        .odometer, .counter-number, .wrap-counter .sub { font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace !important; }
        .wrap-counter .odometer, .wrap-counter .sub { font-weight: 300 !important; }
        .wrap-counter .odometer *, .wrap-counter .counter-number .odometer-digit, .wrap-counter .counter-number .odometer-value { font-weight: 300 !important; }
        .wrap-counter p { font-family: 'Manrope', sans-serif !important; font-size: 20px !important; }
        p, li, span, label, input, textarea, select { font-family: 'DM Sans', sans-serif !important; }

        /* #FBEC5D — hero primary button */
        .tf-btn.btn-primary2 {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-primary2 .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-primary2 span,
        .tf-btn.btn-primary2:hover span {
            color: #121416 !important;
        }
        /* #FBEC5D — navbar Get In Touch button */
        .header .tf-btn.btn-dark {
            background-color: #FBEC5D !important;
        }
        .header .tf-btn.btn-dark span {
            color: #121416 !important;
            font-size: 14.5px !important;
        }
        .header .tf-btn.btn-dark .bg-effect {
            background-color: #FBEC5D !important;
        }

        /* Navbar & mobile menu logo — white */
        .header .header-logo img,
        .offcanvas .logo img {
            filter: none !important;
        }

        /* Nav links white — dark header */
        .header .main-menu .navigation li a,
        .header .main-menu .navigation li:hover a,
        .header .main-menu .navigation li.current-menu a,
        .header .main-menu .navigation li.current-menu-item a,
        #header-main .main-menu .navigation li a,
        #header-main .main-menu .navigation li:hover a {
            color: #fff !important;
        }

        /* Mobile menu close button — white */
        .canvas-mb .close-menu,
        .canvas-mb .close-menu i {
            color: #fff !important;
        }

        /* Scrollbar — gray */
        body::-webkit-scrollbar-thumb {
            background: #9ca3af !important;
        }

        /* Global — all dark buttons: yellow hover, black text */
        .tf-btn.btn-dark .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-dark:hover {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-dark:hover span {
            color: #121416 !important;
        }

        /* Global — all border buttons: yellow hover, black text */
        .tf-btn.btn-border .bg-effect {
            background-color: #FBEC5D !important;
        }
        .tf-btn.btn-border:hover {
            background-color: #FBEC5D !important;
            border-color: #FBEC5D !important;
        }
        .tf-btn.btn-border span,
        .tf-btn.btn-border:hover span {
            color: #121416 !important;
        }

        /* Global — link-style buttons: black, stays black on hover */
        .tf-btn-link,
        .tf-btn-link:hover {
            color: #121416 !important;
        }

        /* How We Work — neutralise the green :has sibling cascade entirely */
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) {
            background-color: var(--White) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .number {
            background-color: var(--Mono-gray-2) !important;
            color: var(--Mono-dark-9) !important;
            border-color: var(--Mono-gray-2) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .number::after {
            width: 0 !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .title {
            color: var(--Mono-dark-9) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) p {
            color: var(--Mono-gray-5) !important;
        }
        .section-work .step-container .tf-box-icon:has(~ .tf-box-icon:hover) .icon svg path {
            fill: #121416 !important;
            stroke: #121416 !important;
        }

        /* How We Work — active card: always yellow */
        .section-work .step-container .tf-box-icon.active {
            background-color: #FBEC5D !important;
            border-color: transparent !important;
        }
        .section-work .step-container .tf-box-icon.active .number {
            background-color: #FBEC5D !important;
            color: #121416 !important;
            border-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon.active .number::after {
            background-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon.active .title {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon.active p {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon.active .icon svg path {
            fill: none !important;
            stroke: #121416 !important;
        }

        /* How We Work — non-active cards: yellow on direct hover only */
        .section-work .step-container .tf-box-icon:not(.active):hover {
            background-color: #FBEC5D !important;
            border-color: transparent !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .number {
            background-color: #FBEC5D !important;
            color: #121416 !important;
            border-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .number::after {
            background-color: #FBEC5D !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .title {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover p {
            color: #121416 !important;
        }
        .section-work .step-container .tf-box-icon:not(.active):hover .icon svg path {
            fill: none !important;
            stroke: #121416 !important;
        }

        /* How We Work — connector line: gray by default, yellow when card is hovered/active */
        .section-work .step-container .tf-box-icon.active:not(:last-child)::before,
        .section-work .step-container .tf-box-icon:not(.active):hover:not(:last-child)::before {
            background: #FBEC5D !important;
        }

        /* How We Work — icon size */
        .section-work .step-container .tf-box-icon .icon svg {
            width: 26px !important;
            height: 26px !important;
        }

        /* Coming soon nav links — dimmed, not clickable */
        .nav-coming-soon {
            opacity: 0.35 !important;
            pointer-events: none !important;
            cursor: default !important;
        }

        /* Footer links — yellow on hover */
        .footer a:hover,
        .footer a:hover span,
        .footer .footer-menu_item:hover {
            color: #FBEC5D !important;
        }

        /* Footer contact form — input & textarea border-radius */
        .footer .form-help fieldset input,
        .footer .form-help textarea {
            border-radius: 12px !important;
        }

        /* Footer contact form — light yellow background */
        .footer .right .content {
            background-color: #FEFCE8 !important;
        }

        /* Footer — desktop: form left-rounded, image right-rounded */
        @media (min-width: 576px) {
            .footer .right .content {
                border-radius: 12px 0 0 12px !important;
            }
            .footer .right .image img {
                border-radius: 0 12px 12px 0 !important;
                display: block;
                height: 100%;
                object-fit: cover;
            }
        }

        /* Footer — mobile: form fully rounded */
        @media (max-width: 575px) {
            .footer .right .content {
                border-radius: 12px !important;
            }
        }

        /* Heading tags — match button border-radius */
        .heading-tag {
            border-radius: 12px !important;
        }

        /* All buttons — match dropdown border-radius */
        .tf-btn {
            border-radius: 12px !important;
        }

        /* Banner image — 700px on large screens */
        @media (min-width: 1200px) {
            .img-wrap { height: 700px !important; }
            .img-wrap img { height: 900px !important; margin-top: -100px; }
        }
        /* Banner image — taller on mobile */
        @media (max-width: 767px) {
            .img-wrap { height: 480px !important; }
            .img-wrap img { height: 600px !important; margin-top: -60px; }
        }

        /* Footer bottom — remove inner wrapper border */
        .footer .footer-bottom .wrapper {
            border-top: none !important;
        }

        /* Our Services cards — white bg, border, dark text, yellow hover */
        .section-service .tf-box-icon.style-6 {
            background-color: #ffffff !important;
            border: 1px solid rgba(128, 128, 128, 0.22) !important;
            border-radius: 12px !important;
            cursor: pointer !important;
            position: relative !important;
        }
        /* Stretch heading link to cover entire card */
        .section-service .tf-box-icon.style-6 h3 a::after {
            content: '';
            position: absolute;
            inset: 0;
        }
        /* Icon container — bordered, smaller */
        .section-service .tf-box-icon.style-6 .icon {
            border: 1px solid rgba(128, 128, 128, 0.22) !important;
            border-radius: 12px !important;
            width: 46px !important;
            height: 46px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background-color: transparent !important;
        }
        .section-service .tf-box-icon.style-6 .icon img {
            width: 22px !important;
            height: 22px !important;
            filter: brightness(0) !important;
            transition: none !important;
            animation: none !important;
        }
        .section-service .tf-box-icon.style-6.effec-icon .icon,
        .section-service .tf-box-icon.style-6.effec-icon .icon img {
            animation: none !important;
            transition: none !important;
        }
        /* Text — dark by default */
        .section-service .tf-box-icon.style-6 h3,
        .section-service .tf-box-icon.style-6 h3 a,
        .section-service .tf-box-icon.style-6 p {
            color: #121416 !important;
        }
        /* Hover — white bg stays, border turns yellow, text stays black */
        .section-service .tf-box-icon.style-6:hover {
            background-color: #ffffff !important;
            border-color: #FBEC5D !important;
        }
        .section-service .tf-box-icon.style-6:hover .icon {
            border-color: #FBEC5D !important;
        }
        .section-service .tf-box-icon.style-6:hover h3,
        .section-service .tf-box-icon.style-6:hover h3 a,
        .section-service .tf-box-icon.style-6:hover p,
        .section-service .tf-box-icon.style-6:hover .tf-btn-link,
        .section-service .tf-box-icon.style-6:hover .tf-btn-link span {
            color: #121416 !important;
        }

        /* Core values cards — no pointer cursor */
        .section-service .tf-box-icon.style-6 {
            cursor: default !important;
        }

        /* Our Purpose cards — remove green circle behind title */
        .box-service.style-3 .title::before {
            display: none !important;
        }

        /* Our Purpose — nav pills and arrow buttons: no border-radius */
        .section-service.style-1 .nav-item,
        .section-service.style-1 .arrow {
            border-radius: 0 !important;
        }
        /* Our Purpose — nav pills font size */
        .section-service.style-1 .nav-item {
            font-size: 13px !important;
        }
        /* Our Purpose — arrow buttons size */
        .section-service.style-1 .arrow {
            width: 32px !important;
            height: 32px !important;
            border-radius: 0 !important;
        }
        .section-service.style-1 .arrow svg {
            width: 18px !important;
            height: 18px !important;
        }

        /* Team section — remove border bottom */
        .section-team.style-2 .wrap {
            border-bottom: none !important;
        }

        /* Team section — image border radius */
        .section-team.style-2 .team-item .img-style,
        .section-team.style-2 .team-item .img-style img {

        }

        /* Mobile hamburger — shorter lines */
        .burger span {
            height: 1.5px !important;
        }

        /* Mobile menu close button — black, no border */
        .close-menu {
            border: none !important;
            background: none !important;
            box-shadow: none !important;
        }
        .close-menu i {
            color: #121416 !important;
        }

        /* Navbar bottom border */
        .header {
            border-bottom: 1px solid rgba(128, 128, 128, 0.22) !important;
        }

        /* Remove dots from dropdown items */
        .header .main-menu .navigation .has-child .submenu > li::before {
            display: none !important;
        }

        /* Shrink dropdown arrow */
        .header .main-menu .navigation .has-child > a::after {
            font-size: 4px !important;
        }

        /* Solutions dropdown border */
        .header .main-menu .navigation .submenu {
            border: 1px solid rgba(128, 128, 128, 0.22) !important;
        }

        /* Navbar menu font size + color + padding */
        .header .main-menu .navigation > li > a {
            font-size: 14.5px !important;
            color: #121416 !important;
            padding-left: 16px !important;
            padding-right: 16px !important;
        }
        .header .main-menu .navigation .submenu li a {
            font-size: 14px !important;
            color: #121416 !important;
        }

        /* === Our Purpose accordion === */
        .service-accordion .service-accordion-item { background: #000 !important; border-color: #fff !important; }
        .service-accordion .service-accordion-item .item-inner { border-color: #fff !important; }
        .service-accordion .naming-list span,
        .service-accordion .naming-list .title,
        .service-accordion .box-service h5,
        .service-accordion .box-service p,
        .service-accordion .box-service .btn_link,
        .service-accordion .box-service .btn_link span { color: #fff !important; }
        .service-accordion .box-service .btn_link i { color: #fff !important; }
        .service-accordion .box-service .btn_link { font-size: 13px !important; }

        /* === Our Journey cards === */
        .section-work.section-journey .step-container .tf-box-icon .number { border-radius: 100% !important; }

        /* === Culture strip === */
        .banner-stripe .banner-text { color: rgba(255,255,255,0.35) !important; }

        /* === Core values accordion indent === */
        #accordion-values .accordion-faqs-content { padding-left: 0 !important; margin-left: 0 !important; }
        #accordion-values .accordion-faqs-content p { padding-left: 0 !important; margin-left: 0 !important; width: 100%; }
        @media (min-width: 992px) {
            #accordion-values .accordion-faqs-content p { width: 55% !important; }
        }

        /* === Core values cards === */
        .section-service.section .tf-box-icon.style-6 { background: #000 !important; border: 1px solid #fff !important;  }
        .section-service.section .tf-box-icon.style-6 h6,
        .section-service.section .tf-box-icon.style-6 p { color: #fff !important; }
        .section-service.section .tf-box-icon.style-6 .icon span { color: #fff !important; }
        .section-service.section .tf-box-icon.style-6::before,
        .section-service.section .tf-box-icon.style-6::after { display: none !important; }


/* == Team Grid ============================================================== */
.tbt-team-grid {
    width: 100%;
}
.tbt-team-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    transition: background 0.2s ease;
}
.tbt-team-row:hover {
    background: rgba(255,255,255,0.02);
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -12px;
    margin-right: -12px;
}
.tbt-team-info {
    display: flex;
    align-items: baseline;
    gap: 16px;
}
.tbt-team-name {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 500;
    color: rgba(255,255,255,0.35);
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}
.tbt-team-row:hover .tbt-team-name {
    color: #fff;
}
.tbt-team-role {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.tbt-team-social {
    display: flex;
    align-items: center;
    gap: 16px;
}
.tbt-team-social a {
    font-size: 14px;
    color: rgba(255,255,255,0.3) !important;
    transition: color 0.2s ease;
}
.tbt-team-social a:hover {
    color: #FBEC5D !important;
}
@media (max-width: 575px) {
    .tbt-team-info {
        flex-direction: column;
        gap: 4px;
    }
}

/* == We Are Section ========================================================= */
.we-are-section {
    background: #000;
    padding: 100px 0 40px;
}
.we-are-heading {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(52px, 8vw, 96px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 80px;
    letter-spacing: -0.02em;
    line-height: 1;
}
.we-are-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.we-are-col {
    padding: 48px 40px 48px 0;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.we-are-col:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 40px;
}
.we-are-col:nth-child(2) {
    padding-left: 40px;
}
.we-are-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
}
.we-are-icon svg {
    width: 100%;
    height: 100%;
}
.we-are-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 300;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}
.we-are-desc {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin: 0;
}
.we-are-col {
    display: flex;
    flex-direction: column;
}
.we-are-stat {
    margin-top: auto;
    padding-top: 32px;
}
.we-are-stat-num {
    display: flex;
    align-items: baseline;
    gap: 2px;
    line-height: 1;
    margin-bottom: 8px;
}
.we-are-stat-num .odometer {
    font-family: 'Manrope', sans-serif !important;
    font-size: clamp(56px, 7vw, 96px) !important;
    font-weight: 300 !important;
    color: #FBEC5D !important;
    line-height: 1 !important;
}
.we-are-stat-suffix {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
    color: #FBEC5D;
    line-height: 1;
}
.we-are-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}
@media (max-width: 767px) {
    .we-are-grid {
        grid-template-columns: 1fr;
    }
    .we-are-col,
    .we-are-col:last-child,
    .we-are-col:nth-child(2) {
        padding: 40px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .we-are-col:last-child {
        border-bottom: none;
    }
}

/* == about.html inline-style replacements ================================== */

/* Initiatives sidebar column label */
.section-col-label {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

/* Vertical bullet list */
.vertical-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Vertical list row */
.vertical-list-item {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Bullet dot */
.list-bullet-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

/* Partner / certification logos — size variants */
.partner-logo-xl   { max-width: 110px; margin-right: 60px; }
.partner-logo-lg   { max-width: 90px;  margin-right: 60px; }
.partner-logo-md   { max-width: 80px;  margin-right: 60px; }
.partner-logo-sm   { max-width: 70px;  margin-right: 60px; }
.partner-logo-base { max-width: 60px;  margin-right: 60px; }
.partner-logo-xs   { max-width: 50px;  margin-right: 60px; }
.partner-logo-2xs  { max-width: 40px;  margin-right: 60px; }

/* Our Initiatives / Our Services section spacing */
.section-service.style-1 { margin-top: 120px; }
.section-about.style-1   { margin-top: 120px; }

/* ── Company Journey Section ──────────────────────────────────────── */
#tbt-journey {
    margin-top: 130px;
    margin-bottom: 130px;
}

.tbt-journey-header {
    margin-bottom: 56px;
}

#tbt-journey-layout {
    display: flex;
    align-items: center;
    gap: 140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
}

.tbt-journey-col-years {
    flex: 0 0 auto;
}

#tbt-journey-years {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.tbt-year-item {
    cursor: pointer;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: #6b6b6b !important;
    font-size: 14px;
    line-height: 1;
    transition: color 0.4s cubic-bezier(0, 0, 0.2, 1), font-size 0.4s cubic-bezier(0, 0, 0.2, 1);
    white-space: nowrap;
}

.tbt-year-item:hover {
    color: rgba(255, 255, 255, 0.5);
}

.tbt-year-item.tbt-active {
    color: #ffffff !important;
    font-size: clamp(100px, 13vw, 180px);
    letter-spacing: -2px;
}

.tbt-journey-col-content {
    flex: 1;
    min-width: 200px;
}

#tbt-journey-text {
    transition: opacity 0.38s ease, transform 0.38s ease;
}

#tbt-journey-title {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    color: #ffffff;
    margin-bottom: 16px;
}

#tbt-journey-body {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    width: 80%;
}

#tbt-journey-mobile-year {
    display: none;
}

@media (max-width: 767px) {
    #tbt-journey-body {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #tbt-journey-layout {
        flex-direction: column;
        gap: 0;
        margin-top: 48px;
    }
    .tbt-journey-col-years {
        width: 100%;
    }
    #tbt-journey-years {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }
    #tbt-journey-years::-webkit-scrollbar {
        display: none;
    }
    .tbt-journey-col-content {
        width: 100%;
        margin-top: 40px;
    }
}
