/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =========================================================
   BACSAF — Elementor Pixel-Perfect Custom CSS Pack
   Scope: .bacsaf-home, .bacsaf-header, .bacsaf-footer
   Works with: Hello Elementor + Elementor Pro (containers)
   ========================================================= */

/* ---------- Design Tokens ---------- */
:root{
  --b-primary:#0E6B3A;
  --b-secondary:#C9252C;
  --b-gold:#C9A227;
  --b-gold2:#E1C65A;
  --b-text:#1F2937;
  --b-sub:#4B5563;
  --b-border: rgba(10,42,102,.14);
  --b-soft: rgba(10,42,102,.06);
  --b-shadow: 0 14px 36px rgba(10,42,102,.12);
  --b-shadow2: 0 10px 26px rgba(17,24,39,.10);
  --b-shadow3: 0 22px 60px rgba(0,0,0,.14);
  --b-radius: 18px;
  --b-radius2: 24px;
}
a{text-decoration:none !important;}


.hero-card{
  background: radial-gradient(900px 420px at 20% 10%, rgba(201, 151, 43, .25), transparent 60%), linear-gradient(135deg, #0E6B3A, #0A4F2B) !important;
}

