.elementor-995239 .elementor-element.elementor-element-5680bbd{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-5rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-995239 .elementor-element.elementor-element-5680bbd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-995239 .elementor-element.elementor-element-df58006 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-995239 .elementor-element.elementor-element-18d8235{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-995239 .elementor-element.elementor-element-5680bbd{--width:99.167%;}}/* Start custom CSS for html, class: .elementor-element-df58006 */@tailwind base;
@tailwind components;
@tailwind utilities;

/* Definition of the design system. All colors, gradients, fonts, etc should be defined here. 
All colors MUST be HSL.
*/

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 210 20% 15%;

    --card: 0 0% 100%;
    --card-foreground: 210 20% 15%;

    --popover: 0 0% 100%;
    --popover-foreground: 210 20% 15%;

    /* Medical Blue - Primary Brand Color */
    --primary: 199 89% 48%;
    --primary-foreground: 0 0% 100%;
    --primary-hover: 199 89% 42%;

    /* Teal - Secondary/Accent */
    --secondary: 173 80% 40%;
    --secondary-foreground: 0 0% 100%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;

    --accent: 173 58% 93%;
    --accent-foreground: 173 80% 25%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;

    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 199 89% 48%;

    --radius: 0.75rem;

    /* Custom Design Tokens */
    --gradient-hero: linear-gradient(135deg, hsl(199 89% 48%) 0%, hsl(173 80% 40%) 100%);
    --gradient-card: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(210 40% 98%) 100%);
    --shadow-card: 0 4px 20px -2px hsl(199 89% 48% / 0.08);
    --shadow-card-hover: 0 8px 30px -4px hsl(199 89% 48% / 0.15);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    --sidebar-background: 0 0% 98%;

    --sidebar-foreground: 240 5.3% 26.1%;

    --sidebar-primary: 240 5.9% 10%;

    --sidebar-primary-foreground: 0 0% 98%;

    --sidebar-accent: 240 4.8% 95.9%;

    --sidebar-accent-foreground: 240 5.9% 10%;

    --sidebar-border: 220 13% 91%;

    --sidebar-ring: 217.2 91.2% 59.8%;
  }

  .dark {
    --background: 210 20% 8%;
    --foreground: 210 40% 98%;

    --card: 210 20% 10%;
    --card-foreground: 210 40% 98%;

    --popover: 210 20% 10%;
    --popover-foreground: 210 40% 98%;

    --primary: 199 89% 48%;
    --primary-foreground: 0 0% 100%;
    --primary-hover: 199 89% 42%;

    --secondary: 173 80% 40%;
    --secondary-foreground: 0 0% 100%;

    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;

    --accent: 173 80% 20%;
    --accent-foreground: 210 40% 98%;

    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;

    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 199 89% 48%;
    
    --gradient-hero: linear-gradient(135deg, hsl(199 89% 38%) 0%, hsl(173 80% 30%) 100%);
    --gradient-card: linear-gradient(180deg, hsl(210 20% 10%) 0%, hsl(217.2 32.6% 12%) 100%);
    --shadow-card: 0 4px 20px -2px hsl(0 0% 0% / 0.3);
    --shadow-card-hover: 0 8px 30px -4px hsl(0 0% 0% / 0.4);
    --sidebar-background: 240 5.9% 10%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 3.7% 15.9%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }
}

@layer base {
  * {
    @apply border-border;
  }

  body {
    @apply bg-background text-foreground;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }

  /* Improved base typography and rendering */
  html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body {
    line-height: 1.6;
    font-size: 1rem;
  }

  h1 {
    font-weight: 800;
    line-height: 1.05;
  }

  h2 {
    font-weight: 700;
  }

  /* Small helper classes used by components */
  .muted-foreground {
    color: hsl(var(--muted-foreground));
  }

  .accent-gradient {
    background-image: var(--gradient-hero);
  }
}/* End custom CSS */