html,
body {
  font-family: "" PingFang SC "", "" Calibri "", "" opensans "",
    "" GothicArial "", "" Arial "", "" Microsoft YaHei "", "" San Francisco "",
    "Hiragino Sans GB", "" Helvetica Neue "", Helvetica, sans-serif !important;
}
.scrolled {
  background-color: black !important;
  color: white;
}
#aboutHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#aboutHover:hover::before {
  transform: translateX(0%);
}
#manHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#manHover:hover::before {
  transform: translateX(0%);
}
#solHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#solHover:hover::before {
  transform: translateX(0%);
}
#esgHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#esgHover:hover::before {
  transform: translateX(0%);
}
#contactHover::before {
  content: "";
  width: 100%;
  bottom: 0%;
  left: 0%;
  position: absolute;
  height: 1px;
  background-color: #673b92;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
#contactHover:hover::before {
  transform: translateX(0%);
}
/* #contact:hover span {
  background-color: white;
} */
#contact:hover span path {
  fill: #673b92;
}

#backgroundImage::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/contact/contactBanner.png"); /* Background image */
  filter: brightness(0.8); /* Brightness effect */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0; /* Behind the content */
}
.emailPUnderline::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #24231e;
  transition: width 0.5s ease;
}

/* Class that triggers animation */
.emailPUnderline.active::after {
  width: 100%;
}

#ceo_combine {
  background: linear-gradient(
    180deg,
    rgba(118, 76, 155, 0.2) 54.23%,
    rgba(251, 255, 193, 0.2) 127.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#circle-border {
  stroke: #673b92;
  stroke-dasharray: 628;
  /* 周长 */
  stroke-dashoffset: 628;
  /* 初始位置，完全隐藏 */
  transition: stroke-dashoffset 1s ease;
  /* 动画过渡 */
  pointer-events: none;
  /* 禁用鼠标事件，避免影响悬停效果 */
}

/* 鼠标悬停效果 */
#box:hover #circle-border {
  stroke-dashoffset: 0;
  /* 完整路径，显示整个动态边框 */
}
.custom-dropdown.open .dropdown-content {
  display: block;
}
.errorMessage {
  color: #ff0000; 
}


select {
  color: #999999; 
}

input[type="checkbox"] {
  transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  outline: none;
}
.contact-btn img  {
  transition: all 0.5s ease;
}
.contact-btn:hover img {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .contact-link {
    flex-direction: column;
  
  }
  .contact-link h4 {
    margin-bottom: 20px;
  }
  .marquee-group {
    margin-top: -78px !important;
  }
}