* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.g-5, .gx-5 {
    --bs-gutter-x: 1.5rem !important;
}
/* service page  */
section.py-5 {

  --primary: #1E3A8A;
  --secondary: #2F56B3;
  --accent: #D4AF37;
}

/* ===== HEADINGS ===== */
section.py-5 h2,
section.py-5 h4,
section.py-5 h6 {
  color: var(--primary) !important;
}

/* ===== TEXT ===== */
section.py-5 .text-muted {
  color: #5f6b7a !important;
}

/* ===== ICON ===== */
section.py-5 .text-service {
  color: var(--secondary) !important;
}

/* ===== BUTTON FIX (MAIN ISSUE) ===== */
section.py-5 a.btn.btn-service {
  background-color: var(--secondary) !important;
  border: 2px solid var(--secondary) !important;
  color: #fff !important;
}

section.py-5 a.btn.btn-service:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

/* ===== OUTLINE BUTTON ===== */
section.py-5 a.btn.btn-outline-service {
  border: 2px solid var(--accent) !important;
  color: var(--accent) !important;
}

section.py-5 a.btn.btn-outline-service:hover {
  background: var(--accent) !important;
  color: #000 !important;
}

/* ===== CARD BG ===== */
section.py-5.bg-light {
  background: #f4f7ff !important;
}
