/*
Theme Name: Kadence Child – Don Bosco
Theme URI: https://www.kadencewp.com/
Description: Child theme for Don Bosco Ramkanali (CBSE school, WhatsApp-first, no boarding).
Author: Don Bosco Team
Author URI: https://donboscoramkanali.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child-donbosco
*/

:root {
  --brand: #5A2D82;         /* primary */
  --brand-dark: #48206f;
  --accent: #00A86B;        /* CTA accent */
}

body { font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
h1, h2, h3, h4 { font-family: 'Merriweather', Georgia, serif; color: var(--brand); }

a, .button, button {
  color: #fff; background: var(--brand);
  text-decoration: none; padding: 0.6em 1.2em; border-radius: 8px; transition: background 0.25s ease;
}
a:hover, .button:hover, button:hover { background: var(--brand-dark); }

/* Floating CTA bar (mobile-first) */
.db-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px;
  background: rgba(21, 25, 36, 0.9); padding: 8px; backdrop-filter: blur(6px);
}
.db-cta a { display: inline-block; text-align: center; padding: 10px 6px; border-radius: 10px; font-weight: 600; }
.db-cta .whatsapp { background: #25D366; }
.db-cta .call { background: var(--brand); }
.db-cta .apply { background: var(--accent); }

@media (min-width: 992px) {
  .db-cta { left: auto; right: 24px; bottom: 24px; width: 420px; border-radius: 14px; }
}
