.elementor-kit-12{--e-global-color-primary:#A81712;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-b24ef0e:#393A3E;--e-global-typography-primary-font-family:"Allison";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:25px;--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-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{text-decoration:none;}.elementor-kit-12 h4{color:var( --e-global-color-primary );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{text-decoration:none;}.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);}@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 *//* Wrapper */
.gen-remote-bullets .ue-remote-bullets {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Bullet button */
.gen-remote-bullets .ue-remote-bullet-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  border-radius: 14px;
  background: #e6e6e6;
  min-width: 220px;
  transition: all 0.35s ease;
}

/* Number */
.gen-remote-bullets .ue-remote-bullet-btn__count {
  position: absolute;
  left: -28px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

/* Label text – visible by default */
.gen-remote-bullets .ue-remote-bullet-btn::after {
  opacity: 1;                 /* ✅ always visible */
  transition: color 0.3s ease;
  white-space: nowrap;
  color: #000000;             /* ✅ inactive = black */
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Active label turns white */
.gen-remote-bullets .ue-remote-bullet-btn.active::after {
  color: #ffffff;
}


/* Hover polish */
.gen-remote-bullets .ue-remote-bullet-btn:hover {
  transform: translateX(4px);
}
.gen-remote-bullets .ue-remote-bullet-btn:nth-child(1)::after {
  content: "Assessment";
}

.gen-remote-bullets .ue-remote-bullet-btn:nth-child(2)::after {
  content: "Planning";
}

.gen-remote-bullets .ue-remote-bullet-btn:nth-child(3)::after {
  content: "Execution";
}

.gen-remote-bullets .ue-remote-bullet-btn:nth-child(4)::after {
  content: "Quality";
}

.gen-remote-bullets .ue-remote-bullet-btn:nth-child(5)::after {
  content: "Complete";
}/* End custom CSS */