/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor, customized for Custom website. This theme extends the base Hello Elementor theme with additional styling and functionality specific to custom features.
Author: Azeits Business Solutions OPC
Author URI: https://azeits.com/
Template: hello-elementor
Version: 3.4.4
Text Domain: hello-elementor-child
*/
/* Add your custom CSS below */


:root {
    --primary-blue: #2563EB;
    --light-blue: #dbeafe;
    --dark-blue: #1E7A32;
    --text-dark: #111827;
    --text-light: #6C757D;
    --white: #FFFFFF;
    --light-gray: #F8F9FA;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: var(--text-dark) !important;
    background-color: #f9fafb;
    line-height: 1.6;
}
.badge-heading{
	display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
	background-color: var(--light-blue);
    color: #1d4ed8;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
}
