.elementor-kit-7{--e-global-color-primary:#0077FF;--e-global-color-secondary:#FF4500;--e-global-color-text:#EAEAEA;--e-global-color-accent:#00FFFF;--e-global-color-15c0f58:#0A0F1C;--e-global-color-5d7aba4:#0D0D0D;--e-global-color-407d581:#FFFFFF;--e-global-color-d0109d9:#9AA3AF;--e-global-color-172c50d:#0B0F1A;--e-global-color-0434c5b:#0F1628;--e-global-color-f4a7b91:#E6EDFF;--e-global-color-e461f11:#99A3C7;--e-global-color-d110538:#00E6FF;--e-global-color-6db6c0b:#FF3DFF;--e-global-color-f27fe09:#7C4DFF;--e-global-color-48997ba:#20FF8B;--e-global-color-bd50440:#FF1F7D;--e-global-typography-primary-font-family:"Exo 2";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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 *//* Steps cards */
.step-card{
  background:#0F0F14;
  border-radius:14px;
  box-shadow:0 2px 8px rgba(0,0,0,.4);
  padding:20px 15px 24px;
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.step-card .elementor-heading-title{margin-bottom:6px;font-weight:600;text-align:center;}
.step-card .elementor-widget-text-editor{text-align:center;line-height:1.6em;}
/* Icon pill */
.step-icon{
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#00AEEF 0%,#0051FF 100%);
  box-shadow:0 2px 8px rgba(0,0,0,.3);
  margin-bottom:6px;
}
/* Mobile tighten */
@media (max-width:767px){
  .step-card{padding:20px 15px 22px;gap:8px;}
}/* End custom CSS */