body.theme-minimal {
    --theme-primary: #0f172a;
    --theme-accent: #06b6d4;
}

body.theme-minimal .header-middle {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

body.theme-minimal .header-middle .header-icon,
body.theme-minimal .header-middle .header-contact h6 a,
body.theme-minimal .header-middle .search-toggle {
    color: #111827 !important;
}

body.theme-minimal .btn-dark {
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
}

