.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#727272;--e-global-color-text:#B2B2B2;--e-global-color-accent:#B7D4E0;--e-global-color-1d3c503:#FDFDFD;--e-global-color-900bc92:#111111;--e-global-color-d49692f:#949494;--e-global-color-6664ab2:#191919;--e-global-color-9c97e65:#3D3D3D;--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:"DM Sans";--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;--e-global-typography-b667368-font-family:"DM Sans";--e-global-typography-b667368-font-size:3.375rem;--e-global-typography-b667368-font-weight:600;--e-global-typography-b667368-line-height:1.2em;--e-global-typography-b667368-letter-spacing:-1px;--e-global-typography-48bec2a-font-family:"DM Sans";--e-global-typography-48bec2a-font-size:2.25rem;--e-global-typography-48bec2a-font-weight:600;--e-global-typography-48bec2a-line-height:1.2em;--e-global-typography-c6f3dba-font-family:"DM Sans";--e-global-typography-c6f3dba-font-size:1rem;--e-global-typography-c6f3dba-font-weight:500;--e-global-typography-c6f3dba-line-height:1.4em;--e-global-typography-317560f-font-family:"DM Sans";--e-global-typography-317560f-font-size:1.125rem;--e-global-typography-317560f-font-weight:500;--e-global-typography-317560f-line-height:1.4em;--e-global-typography-342b4a7-font-family:"DM Sans";--e-global-typography-342b4a7-font-size:1.25rem;--e-global-typography-342b4a7-font-weight:600;--e-global-typography-342b4a7-line-height:1.3em;--e-global-typography-ab9c126-font-family:"DM Sans";--e-global-typography-ab9c126-font-size:12px;--e-global-typography-ab9c126-font-weight:400;--e-global-typography-ab9c126-text-transform:uppercase;--e-global-typography-ab9c126-letter-spacing:2.5px;--e-global-typography-048dc15-font-family:"DM Mono";--e-global-typography-048dc15-font-size:13px;--e-global-typography-048dc15-font-weight:400;--e-global-typography-1da9586-font-family:"DM Sans";--e-global-typography-1da9586-font-size:15px;--e-global-typography-1da9586-font-weight:500;--e-global-typography-1da9586-line-height:1.4em;--e-global-typography-ecf19f1-font-family:"DM Sans";--e-global-typography-ecf19f1-font-size:0.875rem;--e-global-typography-ecf19f1-font-weight:400;--e-global-typography-1ab9087-font-family:"DM Sans";--e-global-typography-1ab9087-font-size:13px;--e-global-typography-1ab9087-font-weight:400;--e-global-typography-116ca41-font-family:"DM Sans";--e-global-typography-116ca41-font-size:14px;--e-global-typography-116ca41-font-weight:500;--e-global-typography-38e6354-font-family:"DM Mono";--e-global-typography-38e6354-font-size:11px;--e-global-typography-38e6354-font-weight:400;background-color:#000000;}.elementor-kit-9 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);}.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-kit-9{--e-global-typography-b667368-font-size:2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-b667368-font-size:2.25rem;--e-global-typography-48bec2a-font-size:1.5rem;--e-global-typography-317560f-font-size:1rem;--e-global-typography-116ca41-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*body {*/
/*  background-color: #000000 !important;*/
/*  transition: background-color 0.6s ease-in-out;*/
/*}*/

/*body.light-mode {*/
/*  background-color: #E4E7ED !important;*/
/*}*/

/*Header Settings*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  /* Initial state */
  transform: translateY(0);
  background: transparent;

  /* Smooth physical movement */
  transition: transform 0.55s ease-out, background-color 0.3s ease;
}

/* When scrolling DOWN → header moves up */
.site-header.header-hidden {
  transform: translateY(-100%);
}

/* When scrolling UP (after some scroll) */
/*.site-header.header-visible {*/
/*  background: rgba(0, 0, 0, 0.85);*/
/*  backdrop-filter: blur(6px);*/
/*  -webkit-backdrop-filter: blur(6px);*/
/*}*/

/*Gradient line*/
.hztl-gradient-line{
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg,rgba(125, 209, 245, 1) 0%, rgba(80, 138, 166, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

.hztl-gradient-line-alt{
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg,rgba(54, 54, 54, 1) 0%, rgba(80, 138, 166, 1) 22%, rgba(13, 13, 13, 1) 100%);
}

.tooltip-link{
    color: #B7D4E0;
}

.tooltip-link:hover{
    color: #FDFDFD;
}/* End custom CSS */