/*
Theme Name: Voyago Elementor Child
Theme URI: https://example.com/voyago-elementor-child
Description: Child theme for Voyago Elementor. Use this theme for brand styling and custom code while keeping the parent theme update-safe.
Author: Voyago Team
Template: voyago-elementor-theme
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: voyago-elementor-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --voyago-blue: #2367e8;
  --voyago-blue-dark: #174bb3;
  --voyago-china-red: #e43b43;
  --voyago-gold: #f1b94a;
  --voyago-soft: #f4f7ff;
}

/* Child-theme examples: safe to customize without editing the parent theme. */
.voyago-card-badge { background: var(--voyago-china-red); }
.voyago-route-label { color: #9d1f29; background: #fff0f1; }
.voyago-package-keyfacts .bi-star-fill,
.voyago-package-meta .bi-star-fill { color: var(--voyago-gold); }
.voyago-builder-header { border-bottom-color: rgba(35, 103, 232, .14); }
.voyago-builder-cta,
.voyago-button { box-shadow: 0 10px 24px rgba(35, 103, 232, .18); }
