/* Katika Web Services - Custom Branding */
/* Primary: #df2026 (red), Teal: #5cd3b7, Dark Teal: #326d62, Light Mint: #bffeeb */

:root {
  --kws-primary: #df2026;
  --kws-secondary: #ff4f00;
  --kws-teal: #5cd3b7;
  --kws-dark-teal: #326d62;
  --kws-mint: #bffeeb;
}

/* Navigation */
.primary-bg-color { background-color: #326d62 !important; }
.navbar-dark .navbar-brand { font-family: "Space Grotesk", sans-serif; font-weight: 700; }

/* Buttons */
.btn-primary { background-color: #df2026 !important; border-color: #df2026 !important; }
.btn-primary:hover { background-color: #c41b21 !important; border-color: #c41b21 !important; }
.btn-success { background-color: #326d62 !important; border-color: #326d62 !important; }
.btn-success:hover { background-color: #295a52 !important; border-color: #295a52 !important; }

/* Links */
a { color: #326d62; }
a:hover { color: #df2026; }

/* Cards & Panels */
.card-header { background-color: #f0faf7; border-bottom: 2px solid #5cd3b7; }
.panel-heading { background: linear-gradient(135deg, #326d62, #5cd3b7); color: #fff; }

/* Domain search */
.domain-checker-container .btn { background-color: #df2026; border-color: #df2026; }

/* Sidebar active items */
.list-group-item.active { background-color: #326d62; border-color: #326d62; }

/* Footer */
.footer-container { background-color: #1a1a1a; }
