.elementor-kit-11{--e-global-color-primary:#00D4FF;--e-global-color-secondary:#FF1B8D;--e-global-color-text:#E8EBF0;--e-global-color-accent:#0F1419;--e-global-color-472b534:#0F1419;--e-global-color-ba60cdc:#1A1F2E;--e-global-color-30b49a9:#232938;--e-global-color-7032ce0:#2A3142;--e-global-color-3f8b340:#00B8E0;--e-global-color-7f9b92a:#FFFFFF;--e-global-color-e98292a:#8B92A5;--e-global-color-de92e0e:#2D3445;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-472b534 );font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{font-family:"Inter", Sans-serif;font-size:48px;font-weight:800;line-height:1.15px;}.elementor-kit-11 h2{font-family:"Inter", Sans-serif;font-size:28px;font-weight:700;line-height:1.15px;}.elementor-kit-11 h3{font-family:"Inter", Sans-serif;font-size:26px;font-weight:700;line-height:1.15px;}.elementor-kit-11 h4{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;border-radius:8px 8px 8px 8px;padding:16px 32px 16px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-11 h1{font-size:42px;}.elementor-kit-11 h2{font-size:32px;}.elementor-kit-11 h3{font-size:24px;}.elementor-kit-11 h4{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{font-size:16px;line-height:1.6em;}.elementor-kit-11 h1{font-size:36px;}.elementor-kit-11 h2{font-size:28px;}.elementor-kit-11 h3{font-size:22px;}.elementor-kit-11 h4{font-size:18px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --accent-cyan-glow: rgba(0, 212, 255, 0.25);
  --accent-magenta-glow: rgba(255, 27, 141, 0.20);
  --border-cyan: rgba(0, 212, 255, 0.30);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.40);
  --shadow-glow-cyan: 0 0 28px rgba(0, 212, 255, 0.25);
  --shadow-glow-magenta: 0 0 20px rgba(255, 27, 141, 0.20);
}

.btn-primary:hover {
  background-color: #00B8E0 !important;
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.25) !important;
  transform: translateY(-2px) !important;
}

.btn-secondary:hover {
  background-color: #00D4FF !important;
  color: #0F1419 !important;
}

.btn-ghost:hover {
  color: #FF1B8D !important;
  border-bottom-color: #FF1B8D !important;
}

.card:hover {
  border-color: rgba(0, 212, 255, 0.30) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.40) !important;
}/* End custom CSS */