/* Kobadu home hero slider — inspired by made-in-china.com */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-200.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-200.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-300.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-400.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-500.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-600.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-800.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

/* Alias family so font-family:"Jakarta Sans" also resolves. */
@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-200.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-200.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-300.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-400.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-500.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-600.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Jakarta Sans';
    src: url('fonts/PlusJakartaSans/PlusJakartaSans-800.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

.kb-home-top-section,
.kb-home-top,
.kb-slider,
.kb-cat-sidebar,
.kb-yml,
.kb-feature-row {
    font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
}

.kb-home-top {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.kb-slider {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #1b1b1f;
    width: 100%;
    height: 100%;
}

.kb-slider-viewport {
    overflow: hidden;
    height: 520px;
    width: 100%;
}

.kb-slider-track {
    display: flex;
    height: 520px;
    width: 100%;
    transition: transform .6s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.kb-slide {
    flex: 0 0 100%;
    min-width: 100%;
    height: 520px;
    max-height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.kb-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .25;
    z-index: 0;
    overflow: hidden;
}

.kb-slide-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
    opacity: .5;
}

.kb-slide-glow.g1 { width: 360px; height: 360px; left: -80px; top: -120px; background: rgba(67,156,15,.55); }
.kb-slide-glow.g2 { width: 300px; height: 300px; right: 5%; bottom: -120px; background: rgba(67,156,15,.35); }
.kb-slide-glow.g3 { width: 220px; height: 220px; right: 38%; top: -90px; background: rgba(255,255,255,.08); }

.kb-slide-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color: #fff;
}

.kb-slide-text {
    flex: 1 1 340px;
    min-width: 0;
}

.kb-slide-subtitle {
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.kb-slide-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 14px;
}

.kb-slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #439C0F;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .15s ease;
}

.kb-slide-cta:hover {
    background: #378A0C;
    color: #fff;
    text-decoration: none;
}

.kb-slide-products {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 460px;
    max-width: 50%;
}

.kb-slide-prod {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease;
}

.kb-slide-prod:hover {
    transform: translateY(-3px);
    border-color: rgba(67,156,15,.8);
}

.kb-slide-prod img {
    width: 100%;
    height: 108px;
    object-fit: cover;
    display: block;
    background: #fff;
}

.kb-slide-prod .kb-slide-prod-name {
    padding: 6px 8px;
    font-size: 11px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kb-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.35);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .15s ease;
}

.kb-slider-arrow:hover { background: rgba(67,156,15,.85); }

.kb-slider-arrow.prev { left: 12px; }
.kb-slider-arrow.next { right: 12px; }

.kb-slider-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.kb-slider-dot {
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,.35);
    cursor: pointer;
    border: 0;
    padding: 0;
    transition: background-color .2s ease, width .2s ease;
}

.kb-slider-dot.active {
    background: #439C0F;
    width: 34px;
}

@media (max-width: 991.98px) {
    .kb-slide { height: 340px; max-height: 340px; }
    .kb-slider-viewport { height: 340px; }
    .kb-slider-track { height: 340px; }
    .kb-slide-products { width: 320px; }
    .kb-slide-prod img { height: 80px; }
    .kb-slide-title { font-size: 26px; }
}

@media (max-width: 767.98px) {
    .kb-slide { height: 300px; max-height: 300px; }
    .kb-slider-viewport { height: 300px; }
    .kb-slider-track { height: 300px; }
    .kb-slide-content { padding: 24px; flex-direction: column; align-items: flex-start; gap: 18px; }
    .kb-slide-products { width: 100%; max-width: 100%; grid-template-columns: repeat(4, 1fr); }
    .kb-slide-prod img { height: 70px; }
    .kb-slide-title { font-size: 22px; }
    .kb-slide-text { flex: none; width: 100%; }
    .kb-slide-subtitle { font-size: 11px; }
    .kb-slide-cta { padding: 9px 18px; font-size: 13px; }
}

/* ── 3-column home top section ─────────────────────────────── */
.kb-home-top-section {
    width: 100%;
    max-width: 1440px;
    margin: 50px auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    gap: 14px;
}

.kb-home-top-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    gap: 14px;
    align-items: stretch;
    grid-auto-rows: 520px;
}

.kb-home-top-col-left {
    min-width: 0;
    height: 520px;
    align-self: start;
}

.kb-home-top-col-center {
    min-width: 0;
    overflow: hidden;
    align-self: stretch;
    height: 520px;
}

.kb-home-top-col-right {
    min-width: 0;
    height: 520px;
}

/* Categories sidebar (left) */
.kb-cat-sidebar {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 14px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kb-cat-sidebar-title {
    font-weight: 600;
    font-size: 15px;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}

.kb-cat-sidebar-title i { color: #439C0F; margin-right: 8px; }

.kb-cat-sidebar-list {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
}

.kb-cat-sidebar-list::-webkit-scrollbar { width: 4px; }
.kb-cat-sidebar-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 2px; }

.kobadu-forked .kb-cat-sidebar-item,
.kb-cat-sidebar-item {
    display: block;
    padding: 25px 5px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #f7f7f7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .15s ease, padding-left .15s ease;
}

.kb-cat-sidebar-item:hover {
    color: #439C0F;
    padding-left: 8px;
    text-decoration: none;
}

.kb-cat-sidebar-more {
    margin-top: auto;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #1072F1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kb-cat-sidebar-more:hover { text-decoration: none; color: #0b5bc4; }

/* You May Like (right) */
.kb-yml {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kb-yml-title {
    font-weight: 600;
    font-size: 15px;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}

.kb-yml-list {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    scrollbar-width: thin;
}

.kb-yml-list::-webkit-scrollbar { width: 4px; }
.kb-yml-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 2px; }

.kb-yml-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kb-yml-item:hover { text-decoration: none; }

.kb-yml-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ececec;
    object-fit: cover;
    flex-shrink: 0;
}

.kb-yml-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.kb-yml-name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kb-yml-count {
    font-size: 11.5px;
    color: #888;
}

.kb-yml-cta {
    margin-top: auto;
    padding-top: 14px;
}

.kb-yml-cta-text {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.kb-yml-cta-btn {
    width: 100%;
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color .15s ease;
}

.kb-yml-cta-btn:hover { background: #439C0F; }

/* Feature badges (bottom row) */
.kb-feature-row {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 14px 0 0;
}

.kb-feature-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F9FA;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 14px 16px;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.kb-feature-badge:hover {
    text-decoration: none;
    border-color: #439C0F;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.kb-feature-badge-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.kb-feature-badge-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.kb-feature-badge-sub {
    font-size: 11.5px;
    color: #888;
    margin-top: 2px;
}

.kb-feature-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    background: #439C0F !important;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .kb-home-top-grid { grid-template-columns: 260px 1fr; }
    .kb-home-top-col-left { display: block; }
    .kb-home-top-col-right { display: none; }
}

@media (max-width: 991.98px) {
    .kb-home-top-section { padding: 0 14px; }
    .kb-home-top-grid { grid-template-columns: 1fr; }
    .kb-home-top-col-left { display: none; }
    .kb-home-top-col-right { display: none; }
    .kb-feature-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .kb-feature-row { grid-template-columns: 1fr; }
}
/* ── Product showcase (made-in-china style) ─────────────────── */
.kb-showcase {
    display: grid;
    grid-template-columns: 240px 1fr;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin: 50px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.kb-showcase-hero {
    background: #EBE5F7;
    padding: 24px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 340px;
    position: relative;
    min-width: 0;
}

.kb-showcase-title {
    font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #222;
    line-height: 1.3;
    margin: 0 0 16px;
}

.kobadu-forked .kb-showcase-cta,
.kb-showcase-cta {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 9999px;
    color: #000000;
    font-family: Arial, Helvetica, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 9px 28px;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.kb-showcase-cta:hover {
    background: #000000;
    color: #ffffff;
}

.kb-showcase-hero-img-wrap {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    min-height: 0;
}

.kb-showcase-hero-img-wrap img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    display: block;
    transform: translateY(14px);
}

.kb-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 170px;
    border-left: 1px solid #ececec;
    min-width: 0;
}

.kb-showcase-cell {
    padding: 12px;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.kb-showcase-cell:nth-child(4n) { border-right: 0; }
.kb-showcase-cell:nth-last-child(-n+4) { border-bottom: 0; }

.kb-showcase-cell:hover { background: #FAFAFC; }

.kb-showcase-cell-label {
    font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: #666;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kb-showcase-cell-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 0;
    min-height: 0;
}

.kb-showcase-cell-img img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .kb-showcase { grid-template-columns: 200px 1fr; }
}

@media (max-width: 991.98px) {
    .kb-showcase { grid-template-columns: 1fr; }
    .kb-showcase-hero { min-height: auto; flex-direction: row; align-items: center; gap: 16px; }
    .kb-showcase-hero-img-wrap { flex: none; width: 160px; margin-top: 0; }
    .kb-showcase-hero-img-wrap img { max-height: 100px; transform: none; }
    .kb-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; border-left: 0; border-top: 1px solid #ececec; }
    .kb-showcase-cell:nth-child(2n) { border-right: 0; }
    .kb-showcase-cell:nth-child(4n) { border-right: 1px solid #F0F0F0; }
    .kb-showcase-cell:nth-last-child(-n+4) { border-bottom: 1px solid #F0F0F0; }
    .kb-showcase-cell:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 575.98px) {
    .kb-showcase-hero { flex-direction: column; align-items: flex-start; }
    .kb-showcase-grid { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 130px; }
    .kb-showcase-cell { border-right: 0; }
    .kb-showcase-cell:nth-last-child(-n+2) { border-bottom: 1px solid #F0F0F0; }
    .kb-showcase-cell:last-child { border-bottom: 0; }
}

/* ── Gumtree-style footer ───────────────────────────────────── */
.kb-footer {
    background: #241B2C;
    color: #fff;
    font-family: Arial, Helvetica, system-ui, sans-serif;
    margin-top: 50px;
    padding-top: 48px;
}

.kb-footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.kb-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-bottom: 40px;
}

.kb-footer-col h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.kb-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kb-footer-col li { margin-bottom: 10px; }

.kb-footer-col a {
    color: #CCCCCC;
    font-size: 13.5px;
    text-decoration: none;
    transition: color .15s ease;
}

.kb-footer-col a:hover {
    color: #fff;
    text-decoration: none;
}

.kb-footer-logo {
    max-width: 170px;
    margin-bottom: 16px;
}

.kb-app-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kb-app-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    color: #fff;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 10px 16px;
    max-width: 180px;
    font-size: 11px;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .15s ease;
}

.kb-app-badge:hover { border-color: #fff; color: #fff; text-decoration: none; }
.kb-app-badge small { display: block; font-size: 9px; opacity: .7; }

.kb-footer-more-apps {
    color: #CCCCCC;
    font-size: 12.5px;
    margin-top: 12px;
    text-decoration: none;
    display: inline-block;
}

.kb-footer-more-apps:hover { color: #fff; text-decoration: underline; }

.kb-footer-divider {
    border: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    margin: 0;
}

.kb-footer-community {
    text-align: center;
    padding: 36px 0 32px;
}

.kb-footer-community h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 18px;
}

.kb-social-row {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.kb-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease;
}

.kb-social-btn i {
    color: #fff !important;
}

.kb-social-btn:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; text-decoration: none; }

.kb-footer-legal {
    padding: 32px 0;
    text-align: center;
}

.kb-footer-legal p {
    color: #AAAAAA;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto 14px;
    max-width: 1100px;
}

.kb-footer-legal-copy {
    color: #CCCCCC;
    font-size: 12.5px;
    margin-bottom: 14px;
}

.kb-footer-legal-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 16px;
}

.kb-footer-legal-links a {
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: none;
    transition: color .15s ease;
}

.kb-footer-legal-links a:hover { color: #fff; text-decoration: underline; }

@media (max-width: 991.98px) {
    .kb-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .kb-footer-grid { grid-template-columns: 1fr; }
    .kb-social-row { gap: 8px; }
    .kb-social-btn { width: 38px; height: 38px; font-size: 15px; }
}

/* ── Nav category bar — light weight labels ─────────────────── */
.kobadu-forked .navbar-light .navbar-nav .nav-link {
    font-weight: 200;
    font-family: 'Plus Jakarta Sans', 'Jakarta Sans', 'Poppins', sans-serif;
}

.kobadu-forked .navbar-light .navbar-nav .dropdown-toggle {
    font-weight: 200;
    font-family: 'Plus Jakarta Sans', 'Jakarta Sans', 'Poppins', sans-serif;
}

/* ── Nav bar — tighten item spacing ─────────────────────────── */
.kobadu-forked .navbar-light .navbar-nav .nav-link {
    padding: 20px 6px;
}

.kobadu-forked .navbar-light .navbar-nav .dropdown-toggle {
    padding: 20px 6px;
}

/* ── Nav chevron on dropdown toggles ────────────────────────── */
.nav-chevron {
    font-size: 10px;
    color: #999;
    margin-left: 4px;
    vertical-align: middle;
}

/* ── Remove default Bootstrap caret; use Huge Icons chevron ── */
.kobadu-forked .navbar .dropdown-toggle::after {
    display: none !important;
}

.kobadu-forked .navbar .nav-chevron {
    font-size: 10px;
    color: #999;
    margin-left: 5px;
    vertical-align: middle;
}
