/*
Theme Name: Business Child
Template: hello-elementor
Version: 1.0.0
*/

:root {
  --color-primary: #E51E4E;
  --color-primary-dark: #1A1A2E;
  --color-accent: #CC0033;
  --color-cta: #E8A820;
  --color-background: #FFFFFF;
  --color-bg-alt: #F8F9FA;
  --color-text: #1A1A1A;
  --color-text-muted: #666666;
  --color-text-ondark: #FFFFFF;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --container-max: 1200px;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); }

.elementor-invisible { visibility: visible !important; }
.elementor-button { transition: background-color 0.2s, transform 0.2s; cursor: pointer; }
.elementor-button:hover { transform: translateY(-2px); }

@media (max-width: 767px) {
  .e-con { flex-wrap: wrap !important; }
  .e-con > .e-con { width: 100% !important; }
}
