.elementor-824 .elementor-element.elementor-element-17864bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-824 .elementor-element.elementor-element-ac6b7cd.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-824 .elementor-element.elementor-element-ad4a401{text-align:center;}.elementor-824 .elementor-element.elementor-element-ad4a401 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;}.elementor-824 .elementor-element.elementor-element-e57fcfa{padding:50px 0px 0px 0px;}.elementor-824 .elementor-element.elementor-element-66176fa{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1440px){.elementor-824 .elementor-element.elementor-element-17864bd{--min-height:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:50px;--padding-right:50px;}.elementor-824 .elementor-element.elementor-element-ad4a401 .elementor-heading-title{font-size:32px;}}@media(max-width:1024px){.elementor-824 .elementor-element.elementor-element-17864bd{--padding-top:50px;--padding-bottom:50px;--padding-left:25px;--padding-right:25px;}.elementor-824 .elementor-element.elementor-element-ad4a401 .elementor-heading-title{font-size:28px;}}@media(max-width:767px){.elementor-824 .elementor-element.elementor-element-17864bd{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-824 .elementor-element.elementor-element-ad4a401 .elementor-heading-title{font-size:28px;}}@media(min-width:768px){.elementor-824 .elementor-element.elementor-element-17864bd{--width:100%;}}@media(max-width:1440px) and (min-width:768px){.elementor-824 .elementor-element.elementor-element-17864bd{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-824 .elementor-element.elementor-element-17864bd{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ac6b7cd */.sb-badge-wrap{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sb-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 3px 18px;

  /* Transparent background */
  background: transparent;

  /* Clean border */
  border: 1px solid rgba(71, 151, 230, 1);
  border-radius: 999px;

  /* subtle glow only */
  box-shadow: 0 0 12px rgba(27, 73, 148, 0.15);

  box-sizing: border-box;
}

/* Dot */
.sb-badge-dot{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
}

.sb-badge-dot img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Text */
.sb-badge-text{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4797E6;
  white-space: nowrap;
}

/* Laptop */
@media (max-width: 1366px){
  .sb-badge{
    padding: 3px 14px;
    gap: 9px;
  }

  .sb-badge-text{
    font-size: 11px;
    letter-spacing: 0.20em;
  }
}

/* Tablet */
@media (max-width: 1024px){
  .sb-badge{
    padding: 3px 10px;
    gap: 8px;
  }

  .sb-badge-dot{
    width: 9px;
    height: 9px;
  }

  .sb-badge-text{
    font-size: 10px;
    letter-spacing: 0.16em;
  }
}

/* Mobile */
@media (max-width: 767px){
  .sb-badge{
    padding: 3px 8px;
    gap: 7px;
  }

  .sb-badge-dot{
    width: 8px;
    height: 8px;
  }

  .sb-badge-text{
    font-size: 9px;
    letter-spacing: 0.12em;
    white-space: normal;
    line-height: 1.3;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e57fcfa *//* ==================================================
   STEELBYTE ITAD PROCESS CSS
   Structure unchanged.
   Icon position and content box position are separated.

   HOW TO ADJUST CONTENT BOX ONLY:
   Desktop / Laptop:
   Change --box-x, --box-y, --box-w under each breakpoint.

   Tablet / Mobile:
   Change --card-x, --card-y, --card-w under tablet/mobile section.

   Icon will NOT move when adjusting content box.
================================================== */

.sbg-process-circle-section {
  width: 100%;
  padding: 40px 0 130px;
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 121, 238, 0.05) 0%, rgba(33, 186, 136, 0.03) 28%, rgba(255,255,255,0) 62%),
    #ffffff;
  overflow: hidden;
}

.sbg-process-wrap {
  position: relative;
  max-width: 1500px;
  min-height: 900px;
  margin: 0 auto;
}

/* =========================
   ORBIT
========================= */
.sbg-process-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 540px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px dashed #c9d2db;
  z-index: 1;
  overflow: visible;
}

.sbg-orbit-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid currentColor;
  opacity: 0.95;
  z-index: 2;
}

/* Arrow on orbit line */
.arrow-1 {
  color: #2f78ea;
  top: 14.5%;
  left: 85.5%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-2 {
  color: #25b8e5;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.arrow-3 {
  color: #25c2a2;
  top: 85.5%;
  left: 85.5%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.arrow-4 {
  color: #66c83e;
  top: 85.5%;
  left: 14.5%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.arrow-5 {
  color: #8cca24;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.arrow-6 {
  color: #6259ff;
  top: 14.5%;
  left: 14.5%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================
   CENTER
========================= */
.sbg-process-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  transform: translate(-50%, -50%) scale(0.96);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.sbg-process-center.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sbg-process-ring {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
  background: conic-gradient(
    from -40deg,
    #2876ea 0deg,
    #24bf9c 150deg,
    #2876ea 360deg
  );
  box-shadow: 0 28px 60px rgba(35, 106, 207, 0.18);
}

.sbg-process-core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  box-shadow: inset 0 0 0 1px rgba(32, 80, 134, 0.08);
}

.sbg-process-core img {
  width: 116px;
  height: auto;
  margin-bottom: 14px;
}

.sbg-process-core strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
  color: #121722;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.sbg-process-core p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: #253044;
}

/* =========================
   STEP SYSTEM
   Each .item-* becomes an icon anchor.
   Content box is controlled separately by variables.
========================= */
.sbg-process-step {
  --accent: #2d7aed;
  --accent-soft: rgba(45, 122, 237, 0.12);

  --box-w: 360px;
  --box-x: 70px;
  --box-y: -70px;
  --box-transform: none;

  --card-x: 0px;
  --card-y: 0px;
  --card-w: 100%;

  position: absolute;
  width: 0;
  height: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.65s ease;
}

.sbg-process-step.is-visible {
  opacity: 1;
}

.sbg-process-step.item-1 { --accent: #2d7aed; --accent-soft: rgba(45, 122, 237, 0.12); }
.sbg-process-step.item-2 { --accent: #29b4ea; --accent-soft: rgba(41, 180, 234, 0.12); }
.sbg-process-step.item-3 { --accent: #25c2a2; --accent-soft: rgba(37, 194, 162, 0.12); }
.sbg-process-step.item-4 { --accent: #66c83e; --accent-soft: rgba(102, 200, 62, 0.12); }
.sbg-process-step.item-5 { --accent: #8cca24; --accent-soft: rgba(140, 202, 36, 0.12); }
.sbg-process-step.item-6 { --accent: #6259ff; --accent-soft: rgba(98, 89, 255, 0.12); }

/* =========================
   ICON
   Icon always stays on item anchor.
========================= */
.sbg-process-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  border: 6px solid var(--accent);
  box-shadow: 0 18px 35px rgba(14, 35, 69, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbg-process-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--accent);
}

.sbg-process-icon-inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbg-process-icon svg {
  width: 29px;
  height: 29px;
  fill: var(--accent);
}

/* Connector dot direction */
.item-1 .sbg-process-icon::after {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.item-2 .sbg-process-icon::after,
.item-3 .sbg-process-icon::after {
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.item-4 .sbg-process-icon::after {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.item-5 .sbg-process-icon::after,
.item-6 .sbg-process-icon::after {
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

/* =========================
   CONTENT BOX
   Desktop/laptop position controlled by:
   --box-x, --box-y, --box-w

   Tablet/mobile position controlled by:
   --card-x, --card-y, --card-w
========================= */
.sbg-process-item {
  position: absolute;
  top: var(--box-y);
  left: var(--box-x);
  width: var(--box-w);
  transform: var(--box-transform);
  min-height: 145px;
  padding: 21px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(35, 56, 90, 0.06);
  box-shadow: 0 18px 40px rgba(22, 37, 66, 0.08);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: stretch;
}

.sbg-process-number {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.sbg-process-number::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(37, 49, 68, 0.12) 18%,
    rgba(37, 49, 68, 0.12) 82%,
    transparent 100%
  );
}

.sbg-process-content h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
  color: #080f1d;
  letter-spacing: 0.02em;
}

.sbg-process-content p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #2f3b4f;
}

/* ==================================================
   DESKTOP 1601px AND ABOVE
   Adjust content box only:
   --box-x = left/right
   --box-y = up/down
   --box-w = width
================================================== */
@media (min-width: 1601px) {
  .sbg-process-wrap {
    max-width: 1500px;
    min-height: 900px;
  }

  /* Icon anchors on 540px orbit */
  .item-1 { top: calc(50% - 270px); left: 50%; }
  .item-2 { top: calc(50% - 135px); left: calc(50% + 234px); }
  .item-3 { top: calc(50% + 135px); left: calc(50% + 234px); }
  .item-4 { top: calc(50% + 270px); left: 50%; }
  .item-5 { top: calc(50% + 135px); left: calc(50% - 234px); }
  .item-6 { top: calc(50% - 135px); left: calc(50% - 234px); }

  /* Content box controls */
  .item-1 { --box-w: 360px; --box-x: -180px; --box-y: -220px; }
  .item-2 { --box-w: 360px; --box-x: 76px; --box-y: -72px; }
  .item-3 { --box-w: 360px; --box-x: 76px; --box-y: -72px; }
  .item-4 { --box-w: 360px; --box-x: 50%; --box-y: 76px; --box-transform: translateX(-50%); }
  .item-5 { --box-w: 360px; --box-x: -436px; --box-y: -72px; }
  .item-6 { --box-w: 360px; --box-x: -436px; --box-y: -72px; }
}

/* ==================================================
   DESKTOP 1451px - 1600px
================================================== */
@media (min-width: 1451px) and (max-width: 1600px) {
  .sbg-process-wrap {
    max-width: 1280px;
    min-height: 900px;
  }

  /* Icon anchors stay on 540px orbit */
  .item-1 { top: calc(50% - 270px); left: 50%; }
  .item-2 { top: calc(50% - 135px); left: calc(50% + 234px); }
  .item-3 { top: calc(50% + 135px); left: calc(50% + 234px); }
  .item-4 { top: calc(50% + 270px); left: 50%; }
  .item-5 { top: calc(50% + 135px); left: calc(50% - 234px); }
  .item-6 { top: calc(50% - 135px); left: calc(50% - 234px); }

  /* Content box controls */
  .item-1 { --box-w: 330px; --box-x: -160px; --box-y: -220px; }
  .item-2 { --box-w: 330px; --box-x: 62px; --box-y: -72px; }
  .item-3 { --box-w: 330px; --box-x: 62px; --box-y: -72px; }
  .item-4 { --box-w: 330px; --box-x: 50%; --box-y: 76px; --box-transform: translateX(-50%); }
  .item-5 { --box-w: 330px; --box-x: -392px; --box-y: -72px; }
  .item-6 { --box-w: 330px; --box-x: -392px; --box-y: -72px; }
}

/* ==================================================
   DESKTOP 1201px - 1450px
================================================== */
@media (min-width: 1201px) and (max-width: 1450px) {
  .sbg-process-wrap {
    max-width: 1180px;
    min-height: 900px;
  }

  .sbg-process-item {
    padding: 18px 18px;
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .sbg-process-number {
    font-size: 20px;
  }

  .sbg-process-content h3 {
    font-size: 12px;
    line-height: 1.35;
  }

  .sbg-process-content p {
    font-size: 12px;
    line-height: 1.55;
  }

  /* Icon anchors stay on 540px orbit */
  .item-1 { top: calc(50% - 270px); left: 50%; }
  .item-2 { top: calc(50% - 135px); left: calc(50% + 234px); }
  .item-3 { top: calc(50% + 135px); left: calc(50% + 234px); }
  .item-4 { top: calc(50% + 270px); left: 50%; }
  .item-5 { top: calc(50% + 135px); left: calc(50% - 234px); }
  .item-6 { top: calc(50% - 135px); left: calc(50% - 234px); }

  /* Content box controls */
  .item-1 { --box-w: 285px; --box-x: -140px; --box-y: -210px; }
  .item-2 { --box-w: 285px; --box-x: 58px; --box-y: -66px; }
  .item-3 { --box-w: 285px; --box-x: 58px; --box-y: -66px; }
  .item-4 { --box-w: 285px; --box-x: 50%; --box-y: 66px; --box-transform: translateX(-50%); }
  .item-5 { --box-w: 285px; --box-x: -343px; --box-y: -66px; }
  .item-6 { --box-w: 285px; --box-x: -343px; --box-y: -66px; }
}

/* ==================================================
   LAPTOP 1101px - 1200px
   Orbit becomes 500px.
================================================== */
@media (min-width: 1101px) and (max-width: 1200px) {
  .sbg-process-wrap {
    max-width: 1100px;
    min-height: 930px;
  }

  .sbg-process-orbit {
    width: 500px;
    height: 500px;
  }

  .sbg-process-center {
    width: 300px;
    height: 300px;
  }

  .sbg-process-core img {
    width: 104px;
  }

  .sbg-process-core strong {
    font-size: 23px;
  }

  .sbg-process-icon {
    width: 78px;
    height: 78px;
    border-width: 6px;
  }

  .sbg-process-icon-inner {
    width: 50px;
    height: 50px;
  }

  .sbg-process-icon svg {
    width: 26px;
    height: 26px;
  }

  .sbg-process-item {
    min-height: 145px;
    padding: 18px 18px;
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .sbg-process-number {
    font-size: 20px;
  }

  .sbg-process-content h3 {
    font-size: 12px;
    line-height: 1.35;
  }

  .sbg-process-content p {
    font-size: 12px;
    line-height: 1.55;
  }

  /* Icon anchors on 500px orbit */
  .item-1 { top: calc(50% - 250px); left: 50%; }
  .item-2 { top: calc(50% - 125px); left: calc(50% + 217px); }
  .item-3 { top: calc(50% + 125px); left: calc(50% + 217px); }
  .item-4 { top: calc(50% + 250px); left: 50%; }
  .item-5 { top: calc(50% + 125px); left: calc(50% - 217px); }
  .item-6 { top: calc(50% - 125px); left: calc(50% - 217px); }

  /* Content box controls */
  .item-1 { --box-w: 260px; --box-x: -120px; --box-y: -220px; }
  .item-2 { --box-w: 260px; --box-x: 34px; --box-y: -64px; }
  .item-3 { --box-w: 260px; --box-x: 34px; --box-y: -64px; }
  .item-4 { --box-w: 260px; --box-x: 50%; --box-y: 66px; --box-transform: translateX(-50%); }
  .item-5 { --box-w: 260px; --box-x: -294px; --box-y: -64px; }
  .item-6 { --box-w: 260px; --box-x: -294px; --box-y: -64px; }
}

/* ==================================================
   LAPTOP 992px - 1100px
   More compact so left/right boxes will not be cut.
================================================== */
@media (min-width: 992px) and (max-width: 1100px) {
  .sbg-process-wrap {
    max-width: 100%;
    min-height: 930px;
  }

  .sbg-process-orbit {
    width: 500px;
    height: 500px;
  }

  .sbg-process-center {
    width: 300px;
    height: 300px;
  }

  .sbg-process-core img {
    width: 104px;
  }

  .sbg-process-core strong {
    font-size: 23px;
  }

  .sbg-process-icon {
    width: 78px;
    height: 78px;
    border-width: 6px;
  }

  .sbg-process-icon-inner {
    width: 50px;
    height: 50px;
  }

  .sbg-process-icon svg {
    width: 26px;
    height: 26px;
  }

  .sbg-process-item {
    min-height: 145px;
    padding: 16px 16px;
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .sbg-process-number {
    font-size: 19px;
  }

  .sbg-process-content h3 {
    font-size: 11px;
    line-height: 1.35;
  }

  .sbg-process-content p {
    font-size: 11px;
    line-height: 1.5;
  }

  /* Icon anchors on 500px orbit */
  .item-1 { top: calc(50% - 250px); left: 50%; }
  .item-2 { top: calc(50% - 125px); left: calc(50% + 217px); }
  .item-3 { top: calc(50% + 125px); left: calc(50% + 217px); }
  .item-4 { top: calc(50% + 250px); left: 50%; }
  .item-5 { top: calc(50% + 125px); left: calc(50% - 217px); }
  .item-6 { top: calc(50% - 125px); left: calc(50% - 217px); }

  /* Content box controls */
  .item-1 { --box-w: 230px; --box-x: 25px; --box-y: -72px; }
  .item-2 { --box-w: 230px; --box-x: 25px; --box-y: -60px; }
  .item-3 { --box-w: 230px; --box-x: 25px; --box-y: -60px; }
  .item-4 { --box-w: 230px; --box-x: 50%; --box-y: 62px; --box-transform: translateX(-50%); }
  .item-5 { --box-w: 230px; --box-x: -255px; --box-y: -60px; }
  .item-6 { --box-w: 230px; --box-x: -255px; --box-y: -60px; }
}

/* ==================================================
   TABLET
   Card grid mode.
   Adjust content only with --card-x / --card-y / --card-w.
================================================== */
@media (max-width: 991px) {
  .sbg-process-circle-section {
    padding: 45px 18px 60px;
  }

  .sbg-process-wrap {
    min-height: auto;
    max-width: 760px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .sbg-process-orbit {
    display: none;
  }

  .sbg-process-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 280px;
    height: 280px;
    margin: 0 auto 10px;
    grid-column: 1 / -1;
    opacity: 1;
  }

  .sbg-process-center.is-visible {
    transform: none;
  }

  .sbg-process-step,
  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    opacity: 1;
  }

  .sbg-process-icon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 78px;
    height: 78px;
    margin: 0 auto;
  }

  .sbg-process-step .sbg-process-icon::after {
    display: none;
  }

  .sbg-process-item {
    position: relative;
    top: auto;
    left: auto;
    width: var(--card-w);
    min-height: 165px;
    height: 100%;
    transform: translate(var(--card-x), var(--card-y));
  }

  /* Tablet content box controls */
  .item-1 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-2 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-3 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-4 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-5 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-6 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
}

/* ==================================================
   MOBILE
================================================== */
@media (max-width: 640px) {
  .sbg-process-circle-section {
    padding: 36px 16px 50px;
  }

  .sbg-process-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 420px;
  }

  .sbg-process-center {
    width: 235px;
    height: 235px;
    margin-bottom: 8px;
  }

  .sbg-process-ring {
    padding: 8px;
  }

  .sbg-process-core {
    padding: 20px;
  }

  .sbg-process-core img {
    width: 88px;
    margin-bottom: 10px;
  }

  .sbg-process-core strong {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .sbg-process-core p {
    font-size: 13px;
  }

  .sbg-process-icon {
    width: 74px;
    height: 74px;
    border-width: 5px;
  }

  .sbg-process-icon-inner {
    width: 47px;
    height: 47px;
  }

  .sbg-process-icon svg {
    width: 24px;
    height: 24px;
  }

  .sbg-process-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }

  .sbg-process-number {
    font-size: 20px;
  }

  .sbg-process-number::after {
    right: -8px;
  }

  .sbg-process-content h3 {
    font-size: 12px;
  }

  .sbg-process-content p {
    font-size: 12px;
    line-height: 1.55;
  }

  /* Mobile content box controls */
  .item-1 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-2 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-3 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-4 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-5 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
  .item-6 { --card-w: 100%; --card-x: 0px; --card-y: 0px; }
}

/* ==================================================
   SMALL MOBILE
================================================== */
@media (max-width: 420px) {
  .sbg-process-wrap {
    max-width: 100%;
  }

  .sbg-process-item {
    grid-template-columns: 44px 1fr;
    padding: 16px;
  }

  .sbg-process-number {
    font-size: 19px;
  }
}

/* ==================================================
   FIX: Keep process icons perfectly round on tablet/mobile
   Add at the VERY BOTTOM of CSS
================================================== */

@media (max-width: 991px) {
  .sbg-process-step .sbg-process-icon {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    flex: 0 0 78px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    align-self: center !important;
    box-sizing: border-box !important;
  }

  .sbg-process-step .sbg-process-icon-inner {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    flex: 0 0 50px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 640px) {
  .sbg-process-step .sbg-process-icon {
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    flex: 0 0 74px !important;
  }

  .sbg-process-step .sbg-process-icon-inner {
    width: 47px !important;
    height: 47px !important;
    min-width: 47px !important;
    max-width: 47px !important;
    min-height: 47px !important;
    max-height: 47px !important;
    flex: 0 0 47px !important;
  }
}/* End custom CSS */