.elementor-kit-10{--e-global-color-primary:#07080F;--e-global-color-secondary:#0F1220;--e-global-color-text:#8090FF;--e-global-color-accent:#5EEAD4;--e-global-color-7f34656:#F3F4F8;--e-global-color-3a84b03:#9497AD;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:58px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-95a63c2-font-family:"Inter";--e-global-typography-95a63c2-font-size:16px;--e-global-typography-95a63c2-font-weight:400;--e-global-typography-bff4992-font-family:"Inter";--e-global-typography-bff4992-font-size:14px;--e-global-typography-bff4992-font-weight:600;--e-global-typography-bff4992-text-transform:uppercase;--e-global-typography-ef1cea4-font-family:"Montserrat";--e-global-typography-ef1cea4-font-size:15px;--e-global-typography-ef1cea4-font-weight:600;--e-global-typography-5d8fd94-font-family:"Montserrat";--e-global-typography-5d8fd94-font-size:24px;--e-global-typography-5d8fd94-font-weight:800;--e-global-typography-90308b6-font-family:"Montserrat";--e-global-typography-90308b6-font-size:15px;--e-global-typography-90308b6-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-7f34656 );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{color:var( --e-global-color-7f34656 );}.elementor-kit-10 h2{color:var( --e-global-color-7f34656 );}.elementor-kit-10 h3{color:var( --e-global-color-7f34656 );}.elementor-kit-10 h4{color:var( --e-global-color-7f34656 );}.elementor-kit-10 h5{color:var( --e-global-color-7f34656 );}.elementor-kit-10 h6{color:var( --e-global-color-7f34656 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:100px;--container-default-padding-right:100px;--container-default-padding-bottom:100px;--container-default-padding-left:100px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.glow-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}
.glow-orb-1 {
  width: 500px; height: 500px;
  background: #8090FF;
  top: -150px; left: -100px;
  animation: floatA 18s ease-in-out infinite;
}
.glow-orb-2 {
  width: 480px; height: 480px;
  background: #5EEAD4;
  top: 30%; right: -150px;
  animation: floatB 22s ease-in-out infinite;
}
@keyframes floatA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(60px, 80px); }
}
@keyframes floatB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-50px, -60px); }
}

.glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gradient-text {
  background: linear-gradient(135deg, #8090FF, #5EEAD4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .glow-orb { animation: none !important; }
}/* End custom CSS */