/*
 Theme Name: Flatsome Child - Activax Gold
 Template: flatsome
 Description: Child theme for Tiệm Vàng Activax Gold
 Version: 1.0
 Text Domain: flatsome-child-activax-gold
*/

/* ===== BRAND TOKENS ===== */
:root {
  --brand-primary: #DBA342;
  --brand-secondary: #121216;
  --brand-dark: #0f0f12;
  --brand-text: #e5e5e5;
  --brand-radius: 8px;
}

/* ===== GLOBAL OVERRIDES FOR DARK THEME ===== */
body {
  background-color: #0c0c0e !important;
  color: var(--brand-text);
  font-family: 'Outfit', 'Inter', sans-serif;
}

#wrapper {
  background-color: #0c0c0e !important;
}

/* Header & Topbar matching dark gold theme */
.header-main {
  background-color: #0c0c0e !important;
  border-bottom: 2px solid var(--brand-primary);
}

.top-bar {
  background-color: #08080a !important;
  border-bottom: 1px solid rgba(219, 163, 66, 0.15);
}

.top-bar a, .top-bar span, .top-bar i {
  color: #e5e5e5 !important;
}

.top-bar a:hover {
  color: var(--brand-primary) !important;
}

/* Navigation */
.nav > li > a {
  color: #e5e5e5 !important;
}

.nav > li > a:hover {
  color: var(--brand-primary) !important;
}

/* Buttons */
.button.primary, button.primary, .btn-primary {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #0c0c0e !important;
  font-weight: bold;
}

.button.primary:hover, button.primary:hover {
  background-color: #c99332 !important;
  border-color: #c99332 !important;
}

/* Floating CTA */
.activax-float-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.activax-float-cta a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(219, 163, 66, 0.3);
}

.activax-float-cta a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(219, 163, 66, 0.3);
}

.activax-float-cta .cta-email {
  background: linear-gradient(135deg, var(--brand-primary), #a0752b);
}
