.elementor-kit-37{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#677bbf;--e-global-color-c58817e:#312d1b;--e-global-color-5420d44:#827547;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#101526;--e-global-color-a7b8c9d:#191812;--e-global-color-b1c2d3e:#f6f5f4;--e-global-color-8266d56:#03050A;--e-global-color-52ddcf2:#070C16;--e-global-color-ae7c4f6:#E5E7EB;--e-global-color-99ccbd7:#9BA5B5;--e-global-color-ef36e44:#E5E7EB24;--e-global-color-cf45cc9:#A9C4E3;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Georgia";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Georgia";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Georgia";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"DMSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"DMSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"DMSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-37 e-page-transition{background-color:#FFBC7D;}.elementor-kit-37 img{border-radius:20px 20px 20px 20px;}.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-kit-37{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:1rem;--container-default-padding-right:1rem;--container-default-padding-bottom:1rem;--container-default-padding-left:1rem;}}
/* Start custom CSS */html{
  scroll-behavior:smooth;
}

body{
  position:relative;
  background:#07090d;
}

/* Subtle celestial background */
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;

  background-image:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.55) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 14%, rgba(255,255,255,.38) 0 1px, transparent 1.4px),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,.32) 0 1px, transparent 1.4px),
    radial-gradient(circle at 31% 78%, rgba(255,255,255,.30) 0 1px, transparent 1.4px),

    radial-gradient(
      ellipse at 78% 8%,
      rgba(169,196,227,.055) 0%,
      transparent 42%
    ),

    radial-gradient(
      ellipse at 8% 72%,
      rgba(201,161,90,.035) 0%,
      transparent 38%
    );

  background-size:
    240px 220px,
    320px 290px,
    390px 350px,
    300px 330px,
    100% 100%,
    100% 100%;

  opacity:.55;
}

/* Extremely soft atmospheric depth */
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;

  background:
    linear-gradient(
      180deg,
      rgba(7,9,13,.05) 0%,
      rgba(7,9,13,0) 30%,
      rgba(3,5,10,.18) 100%
    );
}

/* Keep Elementor content above background effects */
body > *{
  position:relative;
  z-index:1;
}

/* Text selection */
::selection{
  background:#A9C4E3;
  color:#03050A;
}

/* Accessible keyboard focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline:1px solid #A9C4E3;
  outline-offset:3px;
}/* End custom CSS */