.elementor-kit-2487{--e-global-color-primary:#030F18;--e-global-color-secondary:#2C394B;--e-global-color-text:#FAFBFC;--e-global-color-accent:#334756;--e-global-color-8a1cd22:#43B7FF;--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-2487 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 *//* 1) Tokens */
:root{
  --bodyTextColor: #4e4b66;
  --bodyFontSize: 1rem;
  --primaryLight: #43b7ff;
  --accent: #334756;
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --primary: #001f3f;
  --bodyFont: "Source Sans 3", Arial, sans-serif;
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  --secondaryLight: #001f3f;
  --headerFont: "Poppins", Arial, sans-serif; /* swapped */
  --bodyTextColorWhite: #fafbfc;
  --secondary: #43b7ff;
  --dark: #030f18;
  --medium: #2c394b;
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
}

/* 2) Base */
body{
  background: var(--dark);
  color: rgba(250,251,252,.82);
  font-family: var(--bodyFont);
  font-size: var(--bodyFontSize);
}

h1,h2,h3,h4,h5,h6{
  color: var(--bodyTextColorWhite);
  font-family: var(--headerFont);
}

h1{
  font-size: var(--headerFontSize);
  line-height: 1.05;
}

/* 3) Links */
a{
  color: var(--secondary);
  text-decoration: none;
}
a:hover{
  color: var(--primaryLight);
}

/* 4) Section utility */
.section-pad{
  padding: var(--sectionPadding);
}

/* 5) Surfaces (cards/boxes) */
.surface{
  background: var(--medium);
  border: 1px solid var(--accent);
  border-radius: 14px;
}

/* 6) Buttons (Elementor button widget) */
.elementor-widget-button .elementor-button{
  background: var(--secondary);
  color: var(--dark);
  border-radius: 10px;
  padding: 14px 22px;
  font-family: var(--headerFont);
  font-weight: 600;
  transition: transform .15s ease, filter .15s ease;
}
.elementor-widget-button .elementor-button:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* 7) Forms (optional but helps match the vibe) */
input, textarea, select{
  background: rgba(44,57,75,.55);
  color: var(--bodyTextColorWhite);
  border: 1px solid var(--accent);
  border-radius: 10px;
}
input::placeholder, textarea::placeholder{
  color: rgba(250,251,252,.55);
}/* End custom CSS */