/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 13:18:24 */
.circle {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #447bbf;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Divide into 4 quadrants */
.circle::before,
.circle::after {
  content: "";
  position: absolute;
  background: #fff;
}

.circle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
}

.circle::after {
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
}

/* Each quadrant text */
.quadrant {
  position: absolute;
  width: 57%;
  height: 50%;
  color: #fff;
  text-align: center;
  padding: 71px 47px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Quadrant positions */
.top-left {
    top: 6px;
    left: 5px;
}
.top-right {
    top: 5px;
    right: 10px;
}
.top-left {
    top: 6px;
    left: 5px;
}
.bottom-right {
    bottom: 15px;
    right: 3px;
}


.bottom-left {
    bottom: 12px;
    left: 0;
}
/* Center arrows */
.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.center-icon::before {
  content: '\21BB';
  display: block;
  color: #447bbf;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
 .circle {
		width: 315px !important; 
		height: 300px !important;
	}
}


  .wrapper {
    position: relative;
    padding: 40px;
    width: 1100px;
  }

  /* Nodes */
  .node {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
  }

  .root {
    background: #bfc7ff;
    font-weight: 600;
  }

  .blue {
    background: #cfe1f5;
  }

  .green {
    background: #cfeee4;
  }

  /* Positioning */
  .root-box {
    position: absolute;
    left: 40px;
    top: 140px;
  }

  .order {
    position: absolute;
    left: 300px;
    top: 60px;
  }

  .gather {
    position: absolute;
    left: 300px;
    top: 150px;
  }

  .placing {
    position: absolute;
    left: 300px;
    top: 240px;
  }

  .dim {
    position: absolute;
    left: 650px;
    top: 20px;
  }

  .weight {
    position: absolute;
    left: 650px;
    top: 80px;
  }

  .dest {
    position: absolute;
    left: 650px;
    top: 140px;
  }

  svg {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  path {
    fill: none;
    stroke: #9aa0a6;
    stroke-width: 2;
  }



