/*
 Theme Name:  The Flooring Group – Astra Child
 Theme URI:   https://example.com/tfg-astra-child
 Description: Astra child theme tailored for The Flooring Group. Includes Elementor layouts and one-click demo import files to replicate the provided design.
 Author:      Your Team
 Author URI:  https://example.com
 Template:    astra
 Version:     1.0.0
 License:     GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: tfg-astra-child
*/

/* Minor helper styles that complement Elementor sections */
:root {
  --tfg-primary: #6D35E2; /* purple from mockup */
  --tfg-dark: #111018;
  --tfg-text: #333;
}
.button--pill {
  border-radius: 9999px;
  padding: 12px 22px;
}
.tfg-hero h1 { line-height: 1.1; }
.tfg-hero .elementor-button { border-radius: 9999px; }
.tfg-card { border-radius: 16px; box-shadow: 0 8px 24px rgba(17,16,24,.08); }
.tfg-badge { background:#f4edff; color:var(--tfg-primary); padding:6px 10px; border-radius:9999px; font-weight:600; display:inline-block; }
*/