.elementor-kit-8{--e-global-color-primary:#00464B;--e-global-color-secondary:#DC3DD5;--e-global-color-text:#3A3A3A;--e-global-color-accent:#DC3DD5E6;--e-global-color-b83db27:#EAFDFD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  /* Updated color tokens to match BurgerStack design brief */
  --background: oklch(1 0 0); /* #ffffff - Clean white background */
  --foreground: oklch(0.35 0 0); /* #475569 - Dark gray for text */
  --card: oklch(0.98 0.02 195); /* #ecfeff - Light cyan for cards */
  --card-foreground: oklch(0.35 0 0); /* #475569 - Dark gray text on cards */
  --popover: oklch(1 0 0); /* #ffffff - White popover background */
  --popover-foreground: oklch(0.35 0 0); /* #475569 - Dark gray popover text */
  --primary: oklch(0.35 0.08 200); /* #164e63 - Cyan-800 for tech vibe */
  --primary-foreground: oklch(1 0 0); /* #ffffff - White text on primary */
  --secondary: oklch(0.65 0.25 330); /* #ec4899 - Pink accent for CTAs */
  --secondary-foreground: oklch(1 0 0); /* #ffffff - White text on secondary */
  --muted: oklch(0.98 0 0); /* #f9fafb - Light muted background */
  --muted-foreground: oklch(0.35 0 0); /* #475569 - Muted text color */
  --accent: oklch(0.65 0.25 330); /* #ec4899 - Pink accent for highlights */
  --accent-foreground: oklch(1 0 0); /* #ffffff - White text on accent */
  --destructive: oklch(0.55 0.25 15); /* #be123c - Error color */
  --destructive-foreground: oklch(1 0 0); /* #ffffff - White text on error */
  --border: oklch(0.9 0 0); /* #e5e7eb - Light border color */
  --input: oklch(0.98 0 0); /* #f9fafb - Light input background */
  --ring: oklch(0.35 0.08 200 / 0.5); /* Primary color with opacity for focus rings */
  --chart-1: oklch(0.55 0.15 250);
  --chart-2: oklch(0.5 0.2 270);
  --chart-3: oklch(0.65 0.2 290);
  --chart-4: oklch(0.6 0.25 35);
  --chart-5: oklch(0.7 0.2 120);
  --sidebar: oklch(1 0 0);
  --sidebar-foreground: oklch(0.35 0 0);
  --sidebar-primary: oklch(0.35 0.08 200);
  --sidebar-primary-foreground: oklch(1 0 0);
  --sidebar-accent: oklch(0.65 0.25 330);
  --sidebar-accent-foreground: oklch(1 0 0);
  --sidebar-border: oklch(0.9 0 0);
  --sidebar-ring: oklch(0.35 0.08 200 / 0.5);
}

.text-primary {
    color: var(--primary);
}


.text-secondary {
    color: var(--secondary);
}/* End custom CSS */