/* 
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 */

:root {
	--c-text-main: #1A1A1A;
	--c-text-muted: #666666;
	--c-brand-red: #CC0000;
	--c-brand-red-hover: #AA0000;
	--c-dark-bg: #0A0A0A;

	--glass-bg: rgba(255, 255, 255, 0.65);
	--glass-border: rgba(255, 255, 255, 0.8);
	--glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
	--glass-blur: blur(16px);

	--radius-lg: 24px;
	--radius-md: 12px;
	--max-w: 1280px; 
	--pad-side: 24px;

	--font-head: 'Outfit', sans-serif;
	--font-body: 'DM Sans', sans-serif;
}
/* 5/1/2026 */
.btn-primary {
    box-shadow: 0 4px 14px rgba(204, 0, 0, 0.3) !important;
}

.hero-btn-wrapper {
	display:flex;
	justify-content:center;
	gap:16px;
	flex-wrap: wrap;
}