.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d106350:#FF4500;--e-global-color-1e21e9c:#FF6B35;--e-global-color-a3177ee:#0A0A0A;--e-global-color-de7fced:#111111;--e-global-color-58f03f5:#000000;--e-global-color-5c5357b:#888888;--e-global-color-fea619f:#FFFFFF14;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--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:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;}.elementor-kit-10 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);}@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 *//* ============================================
   GLOBAL RESETS & DESIGN TOKENS
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --accent: #FF4500;
  --accent-soft: #FF6B35;
  --dark-bg: #0A0A0A;
  --card-bg: #111111;
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.12);
  --shadow-glow: 0 0 40px rgba(255, 69, 0, 0.18);
  --radius-pill: 100px;
  --radius-card: 20px;
  --radius-sm: 10px;
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: var(--font-body);
  background-color: var(--dark-bg);
  color: #FFFFFF;
  overflow-x: hidden;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Remove default Elementor section padding conflicts */
.e-con {
  --padding-top: 0;
  --padding-bottom: 0;
}/* End custom CSS */