
.orbit {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100vh;
}
.orbit-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.orbit-wrap > li {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.orbit-wrap > li ul {
    opacity: 1;
    transition: opacity 0.3s;
}
.orbit-wrap > li:hover ul {
    border-width: 2px;
    border-color: #fff;
}
.orbit-wrap:hover > li:not(:hover) ul {
    opacity: 0.4;
}

/* ----------------------------------
RING STYLES
----------------------------------- */
ul[class^="ring"] {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
    transition: all 300ms ease-in-out;
}
ul[class^="ring"] li {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    margin: -1.2em;
    transition: all 300ms ease-in-out;
}

/* RING 0 */
.ring-0 {
    width: 80em;
    height: 80em;
    animation: rotateCW 35s linear infinite;
}
.ring-0 .orbit-icon {
    animation: rotateCCW 35s linear infinite;
}
.ring-0 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(40em) rotate(-95deg);
}
.ring-0 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(40em) rotate(-190deg);
}
.ring-0 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(40em) rotate(-285deg);
}
.ring-0 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(40em) rotate(-380deg);
}
.ring-0 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(40em) rotate(-475deg);
}
.ring-0 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(40em) rotate(-570deg);
}

/* RING 1 */
.ring-1 {
    width: 70em;
    height: 70em;
    animation: rotateCW 30s linear infinite;
}
.ring-1 .orbit-icon {
    animation: rotateCCW 30s linear infinite;
}
.ring-1 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(35em) rotate(-95deg);
}
.ring-1 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(35em) rotate(-190deg);
}
.ring-1 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(35em) rotate(-285deg);
}
.ring-1 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(35em) rotate(-380deg);
}
.ring-1 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(35em) rotate(-475deg);
}
.ring-1 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(35em) rotate(-570deg);
}

/* RING 2 */
.ring-2 {
    width: 60em;
    height: 60em;
    animation: rotateCW 25s linear infinite;
}
.ring-2 .orbit-icon {
    animation: rotateCCW 25s linear infinite;
}
.ring-2 > li:nth-of-type(1) {
    transform: rotate(47.5deg) translate(30em) rotate(-47.5deg);
}
.ring-2 > li:nth-of-type(2) {
    transform: rotate(95deg) translate(30em) rotate(-95deg);
}
.ring-2 > li:nth-of-type(3) {
    transform: rotate(142.5deg) translate(30em) rotate(-142.5deg);
}
.ring-2 > li:nth-of-type(4) {
    transform: rotate(190deg) translate(30em) rotate(-190deg);
}
.ring-2 > li:nth-of-type(5) {
    transform: rotate(237.5deg) translate(30em) rotate(-237.5deg);
}
.ring-2 > li:nth-of-type(6) {
    transform: rotate(285deg) translate(30em) rotate(-285deg);
}
.ring-2 > li:nth-of-type(7) {
    transform: rotate(332.5deg) translate(30em) rotate(-332.5deg);
}
.ring-2 > li:nth-of-type(8) {
    transform: rotate(380deg) translate(30em) rotate(-380deg);
}
/* ----------------------------------
ICONS
----------------------------------- */
.orbit-icon {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #777;
    border-radius: 50%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.orbit-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.orbit-icon:hover,
.orbit-icon:focus,
.orbit-icon:visited {
    color: #1a9c4b;
    background: #fff;
    text-decoration: none;
}

/* Icon Palette A */
/*
.fa-calculator { background: #333; color: #f34f29; }
.fa-hand-holding-usd { background: green; color: white; }
.fa-shuttle-van { background: red; color: white; }
.fa-hard-hat { background: #222; color: #fff; }
.fa-file-invoice-dollar { background: #d50000; color: #fff; }
.fa-chart-bar { background: white; color: #2196f3; }
.fa-user-clock { background: white; color: #e65100; }
.fa-dolly { background: #fff; color: #03a9f4; }
.fa-calendar-alt { background: #fff; color: #003e82; }
.fa-shipping-fast { background: #03a9f4; color: #fff; }
.fa-tasks { background: #fff; color: #222; }
.fa-file-invoice { background: #666; color: #fff; }
.fa-file-contract{ background: #fbc02d; color: #ef6c00; }
.fa-mobile-alt { background: #fff; color: limegreen; }
.fa-users { background: #1565c0; color: #ff8f00; }
.fa-address-card { background: white; color: darkslateblue; }
*/

/* Icon Palette B */
/*
.fa-calculator{background:#E24C4B;color:#fff}
.fa-hand-holding-usd{background:#F2C75C;color:#002C24}
.fa-shuttle-van{background:#8577AE;color:#fff}
.fa-hard-hat{background:#CC5F7A;color:#fff}
.fa-file-invoice-dollar{background:#714C99;color:#fff}
.fa-chart-bar{background:#EAC644;color:#003D32}
.fa-user-clock{background:#8B99B5;color:#1B1818}
.fa-dolly{background:#E47C5D;color:#1B1818}
.fa-calendar-alt{background:#F4E4D9;color:#003D32}
.fa-shipping-fast{background:#335C67;color:#fff}
.fa-tasks{background:#EF978F;color:#1B1818}
.fa-file-invoice{background:#9A9D9A;color:#1B1818}
.fa-file-contract{background:#F29A2E;color:#1B1818}
.fa-mobile-alt{background:#BFCFE0;color:#003D32}
.fa-users{background:#D75B66;color:#fff}
.fa-address-card{background:#A188A6;color:#fff}
*/

/* Icon Palette C */
.fa-calculator{background:#003D32;color:#fff}
.fa-hand-holding-usd{background:#3ba38b;color:#002C24}
.fa-shuttle-van{background:#035E4B;color:#fff}
.fa-hard-hat{background:#003D32;color:#B9FFEC}
.fa-file-invoice-dollar{background:#576f6c;color:#fff}
.fa-chart-bar{background:#3D4A67;color:#F2F2F2}
.fa-user-clock{background:#00A788;color:#fff}
.fa-dolly{background:#666F7F;color:#EBEDF0}
.fa-calendar-alt{background:#1A9C4B;color:#F5FFE6}
.fa-shipping-fast{background:#159645;color:#F0FFF0}
.fa-tasks{background:#00A788;color:#fff}
.fa-file-invoice{background:#91B497;color:#08210C}
.fa-file-contract{background:#03453C;color:#94FFF0}
.fa-mobile-alt{background:#c8d1ce;color:#002C24}
.fa-users{background:#333B3B;color:#EEE}
.fa-address-card{background:#2B2F2F;color:#C9CCCC}
.fa-users-cog{background:#072C26;color:#9DE8DB}
.fa-bullhorn{background:#023B31;color:#89FFF6}
.fa-chart-line{background:#0E513F;color:#CAFDE8}
.fa-chart-pie{background:#064538;color:#A2F2E7}

/* ----------------------------------
ORBIT PAUSE ON .orbit.paused
----------------------------------- */
.orbit.paused ul[class^="ring"],
.orbit.paused ul[class^="ring"] .orbit-icon {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/* ----------------------------------
ANIMATIONS
----------------------------------- */
@keyframes rotateCW {
    0%   { transform: rotate(0deg);   }
    100% { transform: rotate(360deg); }
}
@keyframes rotateCCW {
    0%   { transform: rotate(0deg);    }
    100% { transform: rotate(-360deg); }
}

/* ----------------------------------
GLOBAL TOOLTIP STYLES
----------------------------------- */
#global-tooltip {
    position: absolute;
    z-index: 999;
    min-width: 160px;
    max-width: 220px;
    padding: 0.75rem 1rem;
    background-color: #fff;
    color: #333;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.85);
    transform-origin: bottom center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#global-tooltip.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
#global-tooltip .tt-title {
    margin: 0 0 0.3em;
    font-size: 1rem;
    font-weight: bold;
}
#global-tooltip .tt-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.3;
}

/* ----------------------------------
MODULE CHECKLIST STYLES
----------------------------------- */
#module-checklist li {
    transition: all 0.3s ease;
}

#module-checklist.highlight-l1 li,
#module-checklist.highlight-l2 li,
#module-checklist.highlight-l3 li {
    opacity: 0.5;
}

#module-checklist.highlight-l1 li:nth-of-type(1) {
    transform: scale(1.2);
    opacity: 1;
}

#module-checklist.highlight-l1 li:nth-of-type(1) span,
#module-checklist.highlight-l1 li:nth-of-type(1) span i {
    color: #ffffff !important;
}

#module-checklist.highlight-l2 li:nth-of-type(2) {
    transform: scale(1.2);
    opacity: 1;
}

#module-checklist.highlight-l2 li:nth-of-type(2) span,
#module-checklist.highlight-l2 li:nth-of-type(2) span i {
    color: #ffffff !important;
}

#module-checklist.highlight-l3 li:nth-of-type(3) {
    transform: scale(1.2);
    opacity: 1;
}

#module-checklist.highlight-l3 li:nth-of-type(3) span,
#module-checklist.highlight-l3 li:nth-of-type(3) span i {
    color: #ffffff !important;
}

/* ----------------------------------
RESPONSIVE STYLES
----------------------------------- */	
@media (max-width: 1024px) {
    .ring-0 {
    width: 58em;
    height: 58em;
    }
    .ring-0 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(29em) rotate(-95deg);
    }
    .ring-0 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(29em) rotate(-190deg);
    }
    .ring-0 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(29em) rotate(-285deg);
    }
    .ring-0 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(29em) rotate(-380deg);
    }
    .ring-0 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(29em) rotate(-475deg);
    }
    .ring-0 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(29em) rotate(-570deg);
    }

    .ring-1 {
    width: 50em;
    height: 50em;
    }
    .ring-1 > li:nth-of-type(1) {
    transform: rotate(95deg) translate(25em) rotate(-95deg);
    }
    .ring-1 > li:nth-of-type(2) {
    transform: rotate(190deg) translate(25em) rotate(-190deg);
    }
    .ring-1 > li:nth-of-type(3) {
    transform: rotate(285deg) translate(25em) rotate(-285deg);
    }
    .ring-1 > li:nth-of-type(4) {
    transform: rotate(380deg) translate(25em) rotate(-380deg);
    }
    .ring-1 > li:nth-of-type(5) {
    transform: rotate(475deg) translate(25em) rotate(-475deg);
    }
    .ring-1 > li:nth-of-type(6) {
    transform: rotate(570deg) translate(25em) rotate(-570deg);
    }

    .ring-2 {
    width: 42em;
    height: 42em;
    }
    .ring-2 > li:nth-of-type(1) {
    transform: rotate(47.5deg) translate(21em) rotate(-47.5deg);
    }
    .ring-2 > li:nth-of-type(2) {
    transform: rotate(95deg) translate(21em) rotate(-95deg);
    }
    .ring-2 > li:nth-of-type(3) {
    transform: rotate(142.5deg) translate(21em) rotate(-142.5deg);
    }
    .ring-2 > li:nth-of-type(4) {
    transform: rotate(190deg) translate(21em) rotate(-190deg);
    }
    .ring-2 > li:nth-of-type(5) {
    transform: rotate(237.5deg) translate(21em) rotate(-237.5deg);
    }
    .ring-2 > li:nth-of-type(6) {
    transform: rotate(285deg) translate(21em) rotate(-285deg);
    }
    .ring-2 > li:nth-of-type(7) {
    transform: rotate(332.5deg) translate(21em) rotate(-332.5deg);
    }
    .ring-2 > li:nth-of-type(8) {
    transform: rotate(380deg) translate(21em) rotate(-380deg);
    }
    
    .orbit-icon {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1.3em;
    }
}

@media (max-width: 767px) {
    .ring-0 {
    width: 36em;
    height: 36em;
    }
    
    .ring-1 {
    width: 28em;
    height: 28em;
    }
    
    .ring-2 {
    width: 20em;
    height: 20em;
    }
    
    .orbit-icon {
    display: none;
    }
}