.elementor-kit-62{--e-global-color-primary:#0F172A;--e-global-color-secondary:#22C55E;--e-global-color-text:#1E293B;--e-global-color-accent:#64748B;--e-global-color-b6cbcba:#F8FAFC;--e-global-color-7b5c2d7:#E2E8F0;--e-global-color-9c14d03:#EF4444;--e-global-typography-primary-font-family:"Vazirmatn";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Vazirmatn";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Vazirmatn";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#E2E8F0;background-color:#121214;}.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);}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.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 *//* ============================================================
   ENERDEX — Global Design Tokens (Spacing / Radius / Shadow)
   Paste into: Elementor > Site Settings > Custom CSS (Pro feature)
   These are not native Elementor "Global" fields (Elementor only
   ships Global Colors + Global Fonts) — this file makes the rest
   of the system just as global by exposing them as CSS variables
   any widget's Advanced > Custom CSS panel can reference, e.g.:
     border-radius: var(--radius-md);
     box-shadow: var(--shadow-sm);
   ============================================================ */

:root {
  /* ---- Spacing scale (8px base unit) ---- */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* ---- Layout ---- */
  --container-max-width: 1200px;
  --container-padding-desktop: 32px;
  --container-padding-mobile: 20px;
  --section-padding-desktop: 96px;
  --section-padding-tablet: 64px;
  --section-padding-mobile: 48px;
  --grid-gap-cards: 24px;
  --grid-gap-form: 16px;
  --grid-gap-inline: 8px;

  /* ---- Border radius ---- */
  --radius-none: 0px;
  --radius-sm: 6px;   /* inputs, small tags */
  --radius-md: 10px;  /* buttons */
  --radius-lg: 16px;  /* cards, image containers */
  --radius-pill: 999px; /* chips, trust badges */

  /* ---- Shadows (elevation scale) ---- */
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.05);   /* hairlines, inputs */
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);   /* cards, resting */
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.10);  /* cards on hover, dropdowns */
  --shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.16); /* modals, off-canvas menu */
  --shadow-cta: 0 6px 18px rgba(34, 197, 94, 0.28); /* primary CTA hover/focus glow */

  /* ---- Color aliases (mirror Global Colors for use in raw CSS) ---- */
  --color-navy: #0F172A;
  --color-green: #22C55E;
  --color-text: #1E293B;
  --color-gray: #64748B;
  --color-surface: #F8FAFC;
  --color-white: #FFFFFF;
  --color-border: #E2E8F0;
  --color-error: #EF4444;
  --color-focus-ring: #38BDF8;
}/* End custom CSS */