.elementor-kit-22{--e-global-color-primary:#222222;--e-global-color-secondary:#5D90B6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5e7aa11:#FFFFFF;--e-global-color-b0beb0e:#EDEDED;--e-global-color-94306e5:#F7F7F7;--e-global-color-c8b03c2:#000000;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-4437abe-font-family:"Poppins";--e-global-typography-4437abe-font-size:42px;--e-global-typography-4437abe-font-weight:700;--e-global-typography-4437abe-text-transform:none;--e-global-typography-4437abe-line-height:1.2em;--e-global-typography-fdb9400-font-family:"DM Sans";--e-global-typography-fdb9400-font-size:17px;--e-global-typography-fdb9400-font-weight:500;--e-global-typography-dd9a4a4-font-family:"DM Sans";--e-global-typography-dd9a4a4-font-size:17px;--e-global-typography-dd9a4a4-font-weight:400;--e-global-typography-dd9a4a4-line-height:1.7em;}.elementor-kit-22 button,.elementor-kit-22 input[type="button"],.elementor-kit-22 input[type="submit"],.elementor-kit-22 .elementor-button{background-color:#5D90B6;}.elementor-kit-22 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-22{--e-global-typography-4437abe-font-size:36px;--e-global-typography-4437abe-line-height:1.3em;--e-global-typography-dd9a4a4-font-size:17px;}.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 *//* parent column */
.step-item { position: relative; display:flex; flex-direction:column; align-items:center; padding:18px 8px; }

/* icon circle (if you already have styles, keep them) */
.step-icon { width:88px; height:88px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#f0bd05; }

/* badge that sits on the icon */
.step-badge {
  position: absolute;

  /* MOVE ↓ DOWN and ← LEFT */
  top: 32px;                   /* bigger number = badge moves DOWN */
  right: calc(50% - 20px);     /* smaller number = badge moves LEFT */

  transform: translate(50%, -50%);

  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #14133a;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 10;
}


/* tablet/mobile scale */
@media (max-width:1024px){
  .step-icon{ width:72px; height:72px; }
  .step-badge{ right: calc(50% - 36px); width:28px;height:28px;font-size:13px; top:6px; }
}
@media (max-width:768px){
  .step-icon{ width:64px; height:64px; }
  .step-badge{ right: calc(50% - 32px); width:24px;height:24px;font-size:12px; top:4px; }
}/* End custom CSS */