.zhiting_solution_hotspots_main {
  width: 100%;
  padding: 100px 116px 50px;
  background: #ffffff;
  overflow: visible;
}

.zhiting-solution-hotspots-shell {
  width: 100%;
}

.zhiting-solution-hotspots-title {
  margin: 0 0 50px;
  color: #000;
  text-align: center;
  font-family: var(--zhiting-font-accent);
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
}

.zhiting-solution-hotspots-slider {
  position: relative;
  overflow: visible;
}

.zhiting-solution-hotspots-track {
  position: relative;
  overflow: visible;
}

.zhiting-solution-hotspots-slide {
  display: none;
  overflow: visible;
}

.zhiting-solution-hotspots-slide.is-active {
  display: block;
}

.zhiting-solution-hotspots-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 510px) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  min-height: 729px;
  padding: 43px 91px 59px 86px;
  border-radius: 10px;
  background: linear-gradient(146.63deg, #5c5c5c 20.436%, #000 82.65%);
  overflow: visible;
  box-sizing: border-box;
}

.zhiting-solution-hotspots-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 510px;
}

.zhiting-solution-hotspots-heading {
  margin: 0;
  color: #fff;
  font-family: var(--zhiting-font-accent);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.zhiting-solution-hotspots-desc {
  width: 100%;
  max-width: 437px;
  margin: 24px 0 0;
  color: #ededed;
  font-family: var(--zhiting-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.zhiting-solution-hotspots-link {
  margin-top: 41px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.zhiting-solution-hotspots-link-text {
  background: linear-gradient(307deg, #ff9d00 -56.72%, #fe5a1a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zhiting-solution-hotspots-link img,
.zhiting-solution-hotspots-popover-footer img {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}

.zhiting-solution-hotspots-link img {
  transition: transform 0.24s ease;
}

.zhiting-solution-hotspots-link:hover img,
.zhiting-solution-hotspots-link:focus-visible img {
  transform: translateX(4px);
}

.zhiting-solution-hotspots-stage {
  --hotspot-scale: 1;
  --hotspot-dot-size: calc(16.51px * var(--hotspot-scale));
  --hotspot-dot-middle-width: calc(14.568px * var(--hotspot-scale));
  --hotspot-dot-middle-height: calc(14.244px * var(--hotspot-scale));
  --hotspot-dot-core-size: calc(10.683px * var(--hotspot-scale));
  --hotspot-card-gap: 35px;
  position: relative;
  z-index: 3;
  width: fit-content;
  max-width: 100%;
  height: auto;
  justify-self: end;
  align-self: center;
  line-height: 0;
}

.zhiting-solution-hotspots-main-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.zhiting-solution-hotspots-popover-footer {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: var(--zhiting-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.24s ease;
}

.zhiting-solution-hotspots-popover-footer img {
  transition: transform 0.24s ease;
}

.zhiting-solution-hotspots-popover-footer:hover,
.zhiting-solution-hotspots-popover-footer:focus-visible {
  color: #000;
}

.zhiting-solution-hotspots-popover-footer:hover img,
.zhiting-solution-hotspots-popover-footer:focus-visible img {
  transform: translateX(4px);
}

.zhiting-solution-hotspots-hotspot {
  --hotspot-popover-shift-x: -50%;
  position: absolute;
  width: var(--hotspot-dot-size);
  height: var(--hotspot-dot-size);
  z-index: 4;
}

.zhiting-solution-hotspots-hotspot.is-active {
  z-index: 30;
}

.zhiting-solution-hotspots-dot {
  position: relative;
  display: block;
  width: var(--hotspot-dot-size);
  height: var(--hotspot-dot-size);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.zhiting-solution-hotspots-dot::before,
.zhiting-solution-hotspots-dot::after,
.zhiting-solution-hotspots-dot-core {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.zhiting-solution-hotspots-dot::before {
  width: var(--hotspot-dot-size);
  height: var(--hotspot-dot-size);
  background: #ffffff;
  opacity: 0.5;
}

.zhiting-solution-hotspots-dot::after {
  width: var(--hotspot-dot-middle-width);
  height: var(--hotspot-dot-middle-height);
  background: linear-gradient(307deg, #ff9d00 -56.72%, #fe5a1a 100%);
  opacity: 0.2;
}

.zhiting-solution-hotspots-dot-core {
  width: var(--hotspot-dot-core-size);
  height: var(--hotspot-dot-core-size);
  background: linear-gradient(307deg, #ff9d00 -56.72%, #fe5a1a 100%);
}

.zhiting-solution-hotspots-popover {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: calc(100% + var(--hotspot-card-gap));
  width: 221px;
  min-height: 221px;
  padding: 19px 27px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2.5px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(var(--hotspot-popover-shift-x)) translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  pointer-events: none;
}

.zhiting-solution-hotspots-hotspot.is-popover-below .zhiting-solution-hotspots-popover {
  top: calc(100% + var(--hotspot-card-gap));
  bottom: auto;
}

.zhiting-solution-hotspots-popover-image {
  width: 139px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhiting-solution-hotspots-popover-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zhiting-solution-hotspots-hotspot.is-active .zhiting-solution-hotspots-popover {
  opacity: 1;
  visibility: visible;
  transform: translateX(var(--hotspot-popover-shift-x)) translateY(0);
  pointer-events: auto;
}

.zhiting-solution-hotspots-nav {
  position: absolute;
  right: 27px;
  top: 50%;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  transform: translateY(-50%);
  z-index: 5;
}

.zhiting-solution-hotspots-nav-btn {
  width: 20px;
  height: 11px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

.zhiting-solution-hotspots-nav-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zhiting-solution-hotspots-nav-btn--prev {
}

.zhiting-solution-hotspots-nav-btn--prev::before {
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M1.49989 9.18263L8.88957 1.79295C9.2801 1.40243 9.91326 1.40243 10.3038 1.79295L17.6935 9.18263' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zhiting-solution-hotspots-nav-btn--prev:hover::before,
.zhiting-solution-hotspots-nav-btn--prev:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M1.49989 9.18263L8.88957 1.79295C9.2801 1.40243 9.91326 1.40243 10.3038 1.79295L17.6935 9.18263' stroke='url(%23paint0_linear_423_829)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_423_829' x1='9.59813' y1='18.7838' x2='13.0314' y2='-6.12334' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0001' stop-color='%23FF9D00'/%3E%3Cstop offset='1' stop-color='%23FE5A1A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.zhiting-solution-hotspots-nav-btn--next {
}

.zhiting-solution-hotspots-nav-btn--next::before {
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M1.49989 1.49999L8.88957 8.88966C9.2801 9.28019 9.91326 9.28019 10.3038 8.88966L17.6935 1.49998' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zhiting-solution-hotspots-nav-btn--next:hover::before,
.zhiting-solution-hotspots-nav-btn--next:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11' fill='none'%3E%3Cpath d='M1.49989 1.49999L8.88957 8.88966C9.2801 9.28019 9.91326 9.28019 10.3038 8.88966L17.6935 1.49998' stroke='url(%23paint0_linear_423_829)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_423_829' x1='9.59813' y1='18.7838' x2='13.0314' y2='-6.12334' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0001' stop-color='%23FF9D00'/%3E%3Cstop offset='1' stop-color='%23FE5A1A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.zhiting-solution-hotspots-nav-rail {
  width: 8px;
  height: 77px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: transparent;
}

.zhiting-solution-hotspots-nav-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.zhiting-solution-hotspots-nav-dot {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: background-image 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.zhiting-solution-hotspots-nav-dot.is-active {
  background: linear-gradient(307deg, #ff9d00 -56.72%, #fe5a1a 100%);
}

.zhiting-solution-hotspots-nav-dot:hover {
  background: linear-gradient(307deg, #ff9d00 -56.72%, #fe5a1a 100%);
}

@media screen and (max-width: 1600px) {
  .zhiting_solution_hotspots_main {
    padding: 88px 48px 50px;
  }

  .zhiting-solution-hotspots-panel {
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 36px;
    min-height: 680px;
    padding: 40px 72px 52px 72px;
  }

  .zhiting-solution-hotspots-copy {
    max-width: 420px;
  }
}

@media screen and (max-width: 1199px) {
  .zhiting_solution_hotspots_main {
    padding: 72px 16px 50px;
  }

  .zhiting-solution-hotspots-title {
    font-size: 40px;
    line-height: 1.25;
  }

  .zhiting-solution-hotspots-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 36px 24px 88px;
  }

  .zhiting-solution-hotspots-copy {
    width: 100%;
    max-width: none;
  }

  .zhiting-solution-hotspots-desc {
    width: 100%;
  }

  .zhiting-solution-hotspots-stage {
    width: fit-content;
    max-width: 100%;
    height: auto;
    justify-self: center;
    margin-top: 36px;
  }

  .zhiting-solution-hotspots-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 26px;
    transform: translateX(-50%);
    flex-direction: row;
    justify-content: center;
  }

  .zhiting-solution-hotspots-nav-rail {
    width: auto;
    height: 20px;
  }

  .zhiting-solution-hotspots-nav-btn {
    width: 20px;
    height: 20px;
  }

  .zhiting-solution-hotspots-nav-btn::before {
    width: 11px;
    height: 20px;
  }

  .zhiting-solution-hotspots-nav-btn--prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M9.18263 1.49989L1.79295 8.88957C1.40243 9.2801 1.40243 9.91326 1.79295 10.3038L9.18263 17.6935' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .zhiting-solution-hotspots-nav-btn--prev:hover::before,
  .zhiting-solution-hotspots-nav-btn--prev:focus-visible::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M9.18263 1.49989L1.79295 8.88957C1.40243 9.2801 1.40243 9.91326 1.79295 10.3038L9.18263 17.6935' stroke='url(%23paint0_linear_423_829)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_423_829' x1='18.7838' y1='10.4019' x2='-6.12334' y2='6.96859' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0001' stop-color='%23FF9D00'/%3E%3Cstop offset='1' stop-color='%23FE5A1A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }

  .zhiting-solution-hotspots-nav-btn--next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M1.49999 1.49989L8.88966 8.88957C9.28019 9.2801 9.28019 9.91326 8.88966 10.3038L1.49998 17.6935' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .zhiting-solution-hotspots-nav-btn--next:hover::before,
  .zhiting-solution-hotspots-nav-btn--next:focus-visible::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M1.49999 1.49989L8.88966 8.88957C9.28019 9.2801 9.28019 9.91326 8.88966 10.3038L1.49998 17.6935' stroke='url(%23paint0_linear_423_829)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_423_829' x1='-7.78384' y1='10.4019' x2='17.1233' y2='6.96859' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0001' stop-color='%23FF9D00'/%3E%3Cstop offset='1' stop-color='%23FE5A1A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }

  .zhiting-solution-hotspots-nav-dots {
    position: static;
    transform: none;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .zhiting_solution_hotspots_main {
    padding: 56px 16px 50px;
  }

  .zhiting-solution-hotspots-title {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .zhiting-solution-hotspots-panel {
    padding: 28px 16px 82px;
  }

  .zhiting-solution-hotspots-heading {
    width: 100%;
    font-size: 26px;
  }

  .zhiting-solution-hotspots-stage {
    height: auto;
    margin-top: 28px;
  }

  .zhiting-solution-hotspots-popover {
    width: 180px;
    min-height: 180px;
    padding: 14px 16px 12px;
  }

  .zhiting-solution-hotspots-popover-image {
    width: 112px;
    height: 112px;
  }

  .zhiting-solution-hotspots-popover-footer {
    margin-top: 10px;
    font-size: 14px;
  }
}
