.elementor-kit-5{--e-global-color-primary:#0071FF;--e-global-color-secondary:#FF6600;--e-global-color-text:#6B7280;--e-global-color-accent:#E72B35;--e-global-color-0709e97:#D0D5DD;--e-global-color-678264d:#0E1828;--e-global-color-5d97ce5:#FFFFFF;--e-global-color-ab04388:#F3F4F6;--e-global-color-f066751:#6155F5;--e-global-color-a01c8bb:#2AB35D;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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-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 */:root{
  --bg:#ffffff;
  --surface:#f5f8fc;
}

body.dark-mode{
  --bg:#0A0A0A;
  --surface:#0E1828;
  --e-global-color-text: #D0D5DD;
  --e-global-color-678264d: #fff;
}

body.dark-mode .headhalf{
color:#fff!important;
}

body{
  background:var(--bg);
  color:var(--text);
  transition:.3s ease;
}
section,
.elementor-section,
.elementor-container{
  transition:.3s ease;
}

body.dark-mode .borderi,
body.dark-mode .elementor-button{
    border-color:#25282D !important;
}

body.dark-mode .logo img{
    filter: brightness(0) invert(1);
}

body.dark-mode .card,
body.dark-mode .elementor-social-icon{
 background:#0E1828!important;
}/* End custom CSS */