/*
Theme Name: Nairobi Safari Walk Astra Child
Theme URI: https://nairobisafariwalk.org/
Description: A light-green Astra child theme for NairobiSafariWalk.org custom pages, with a reusable hero image, dark overlay, breadcrumbs, content sections, image blocks, tabs, and CTA styling.
Author: NairobiSafariWalk.org
Author URI: https://nairobisafariwalk.org/
Template: astra
Version: 1.0.0
Text Domain: nsw-astra-child
*/

:root {
  --nsw-green-950: #0e2b1a;
  --nsw-green-900: #173d28;
  --nsw-green-800: #235237;
  --nsw-green-700: #2f6848;
  --nsw-green-600: #3f7e58;
  --nsw-green-200: #cfe7d2;
  --nsw-green-100: #e9f5e7;
  --nsw-sage: #f3f8ee;
  --nsw-cream: #fbfaf2;
  --nsw-sand: #efe7cf;
  --nsw-text: #1d251f;
  --nsw-muted: #5a665d;
  --nsw-border: rgba(35, 82, 55, 0.18);
  --nsw-shadow: 0 18px 45px rgba(14, 43, 26, 0.12);
}

body {
  background: var(--nsw-cream);
}

.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar {
  border-bottom-color: rgba(35, 82, 55, 0.12);
}

.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
  color: var(--nsw-green-900);
}

.main-header-menu .menu-link:hover,
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .current-menu-item > .menu-link {
  color: var(--nsw-green-600);
}

.ast-button,
.button,
.wp-block-button__link,
input[type="submit"] {
  border-radius: 999px;
  background: var(--nsw-green-700);
  color: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(47, 104, 72, 0.22);
}

.ast-button:hover,
.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  background: var(--nsw-green-900);
  color: #fff;
}
