/* Process list wrapper */
.process-list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}

.step-num {
  position: relative;
  z-index: 1;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: -40px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #198754 0,
    #198754 6px,
    transparent 6px,
    transparent 14px
  );
  z-index: 0;
}

.tab-icon-text {
  font-size: 22px;
  font-weight: 800;
}

.snow-custom-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.snow-custom-bullets li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

/* green circle */
.snow-custom-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(67, 176, 42, 0.12);
}

/* tick mark */
.snow-custom-bullets li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 6px;
  height: 9px;
  border: solid #43b02a;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.snow-custom-bullets ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.snow-custom-bullets ul li::marker {
  content: none;
}
.tab-stat-icon svg {
  width: 20px;
  height: 20px;
}

/* Number circle */
.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #198754;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #0f5132;
  box-shadow: 0 0 0 5px #f5f7f6;
  transition: 0.2s;
}

.process-step:hover .step-num {
  background: #43b02a;
  color: #fff;
}
.process-step:hover .step-num h6 {
  color: #fff !important;
}

.process-step:hover .step-content h4 {
  color: #43b02a !important;
}

.servicenow-spoke-tab-menu {
  border-bottom: 2px solid #e2e6ea !important;
}

.servicenow-spoke-tabbing
  .servicenow-spoke-tab-menu
  .tab-title
  .brxe-text-basic {
  color: #5a6473 !important;
  font-weight: 600 !important;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}
.servicenow-spoke-tabbing
  .servicenow-spoke-tab-menu
  .tab-title.brx-open
  .brxe-text-basic {
  font-weight: 600 !important;
}

.servicenow-spoke-tabbing.light-tab-colors {
  & .tab-menu .tab-title .brxe-text-basic {
    color: unset !important;
    font-weight: unset !important;
  }
}

.servicenow-spoke-tabbing.light-tab-colors {
  & .tab-menu .tab-title.brx-open .brxe-text-basic {
    color: #092033 !important;
    font-weight: unset !important;
  }
}
.servicenow-spoke-tabbing.light-tab-colors {
  & .tab-menu .tab-title {
    padding: 13px 26px !important;
  }
}

.footer-tag p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #43b02a;
  opacity: 0.7;
}
.footer-tag p {
  display: flex;
  align-items: center;
  gap: 7px;
}

.rc-img-1 {
  background: linear-gradient(130deg, #092033 0%, #0d3d5c 55%, #155c38 100%);
  position: relative;
  overflow: hidden;
}

.rc-img-2 {
  background: linear-gradient(130deg, #0d2d45 0%, #092033 55%, #0f3d28 100%);
  position: relative;
  overflow: hidden;
}

.img-orb {
  position: absolute;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: -30px;
  right: -20px;
  background: rgba(67, 176, 42, 0.12);
}
.img-orb-2 {
  position: absolute;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  bottom: -30px;
  left: 20px;
  background: rgba(67, 176, 42, 0.1);
}
.img-orb-1 {
  position: absolute;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  bottom: -20px;
  left: -10px;
  background: rgba(255, 255, 255, 0.04);
}

#brxe-tbsxbf > .tab-content {
  padding: 0px !important;
}

.rightcrowd-snow-v2-accordion .brxe-block.brx-open .accordion-content-wrapper {
  border-bottom: 1px solid #43b02a;
}

.bearing-logo-snow-page img {
  height: 23px;
}

/* form design */

.hs-input {
  background: #ffffff;
  border: 1.5px solid #e2e6ea;
  border-radius: 5px;
  padding: 10px 14px !important;
  font-size: 13px;
  color: #1a2535;
  outline: none;
  transition: border-color 0.18s;
  width: 100%;
}
.hs-fieldtype-textarea {
  background: #ffffff;
  border: 1.5px solid #e2e6ea;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 16px;
  color: #1a2535;
  outline: none;
  transition: border-color 0.18s;
  width: 100%;
}
