.new-badge {
  /* 核心外观 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 20px;
  background-color: #d7a344;
  /* 金色渐变 */
  border-radius: 10px;
  /* 圆角 */
  position: absolute;
  top: -25px;
  left: 35px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 气泡小尖角（伪元素实现） */
.new-badge::after {
  content: '';
  position: absolute;
  bottom: -6px;
  /* 尖角位置 */
  left: 5px;
  /* 尖角水平位置 */
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #d7a344 transparent transparent;
  /* 与背景色匹配 */
}

nav ul li {
  padding: 0 20px;
  position: relative;
}

nav ul li:last-child::before {
  content: none;
}

nav ul li.active a{
  color: #00265d!important;
  font-weight: bold;
}

nav ul li.active a::after,
nav ul li a:hover::after {
  background-color: #d3a031;
}

nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  transition: all .3s;
  background-color: transparent;
}

nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #c3c3c5;
}

.banner {
  background-color: #fdfcfa;
}

.banner-box{
  position: relative;
  height: 800px;
}

.banner .banner-left{
  position: absolute;
  left: 20px;
  top: 88px;
}

.banner .banner-left img{
  width: 100%;
  height: 100%;
}

.mobile-banner {
  display: none;
}

.contact-box{
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 1;
}

.contact-box h3{
  letter-spacing: 3px;
}

.contact-box>div {
  padding: 50px 20px;
}

.code-box{
  margin-top: 30px!important;
}

.acquire{
  margin-top: 30px!important;
  margin-bottom: 10px!important;
}

/* Add margin-top to odd timeline rows for staggered effect */
.timeline-row:nth-child(odd) .left-box{
  margin-top: 2rem;
}

.timeline-row:nth-child(even) .right-box{
  margin-top: 1.8rem;
}


/* Timeline dots on the center line */
.timeline-row .right-box::before,
.timeline-row .left-box::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #d7a344;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.timeline-row .right-box::before {
  top: 3.8rem;
}

.timeline-row .left-box::after {
  top: 1.9rem;
}

@media (max-width: 1024px) {
  .query-box{
    padding-top: 0!important;
  }
  .brand-box{
    padding-top: 10px!important;
  }
  .banner-box{
    height: auto;
  }
  .banner .banner-left{
    position: inherit;
  }
  .banner .contact-box{
    position: inherit;
  }
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px){
  nav ul li a::after{
    display: none;
  }
  .solutions .know{
    width: max-content;
  }
}

@media (max-width: 767px) {
  #main-header{
    background-color: #fff;
  }
  .timeline-row::before,
  .timeline-row::after {
    display: none;
  }

  nav ul li{
    padding: 0;
  }

  nav ul li::before,.new-badge{
    display: none;
  }
  
  .timeline-row:nth-child(odd) .left-box{
    margin-top: 0;
  }
}

/* FAQ question text color */
.faq-question {
  color: #00265D !important;
}

/* Learning process step text color */
.step-title {
  color: #00265D !important;
}

/* Price feature text color */
.price-feature {
  color: #00265D !important;
}

footer .publicity{
  max-width: 335px;
}
 
@media (min-width: 769px) {
  .solutions .know{
    width: 40%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 40px;
    margin-bottom: 20px;
  }
}

/* Tablet responsive: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1100px) {
  header#main-header nav ul li {
    padding: 0 10px;
  }
  header#main-header nav ul li a {
    font-size: 12px !important;
  }
}

@media (max-width: 850px) {
  #main-header .logo{
    height: 2.5rem;;
  }

  #trialBtn{
    font-size: 12px;
    padding: 5px 10px!important;
  }
}

.consult-btn{
  height: 56px; 
  line-height: 27px;
}

/* Mobile responsive: 480px and below */
@media (max-width: 480px) {
  footer{
    padding-bottom: 100px!important;
  }
  #backToTop{
    display: none;
  }
  .about-img img{
    height: auto;
  }
  .text-box{
    padding: 10px!important;
  }
  .consult-btn{
    height: auto;
  }
  .timeline-row .right-box::before,
  .timeline-row .left-box::after,.wire-box {
    display: none;
  }
  .py-20{
    padding: 20px!important;
  }
  html {
    font-size: 14px;
  }
  
  h1 {
    font-size: 1.5rem !important;
  }
  
  h2 {
    font-size: 1.25rem !important;
  }
  
  h3 {
    font-size: 1.125rem !important;
  }
  
  h4 {
    font-size: 1rem !important;
  }
  
  p {
    font-size: 0.875rem !important;
  }
  
  .text-base {
    font-size: 0.875rem !important;
  }
  
  .text-lg {
    font-size: 1rem !important;
  }
  
  .text-xl {
    font-size: 1.125rem !important;
  }
  
  .text-2xl {
    font-size: 1.25rem !important;
  }
  
  .text-3xl {
    font-size: 1.5rem !important;
  }
  
  .text-4xl {
    font-size: 1.75rem !important;
  }
  
  header#main-header {
    padding-top: 0 !important;
  }
  
  header#main-header .logo {
    height: 2rem !important;
  }
  
  #trialBtnMobile {
    display: none;
    font-size: 11px !important;
    padding: 4px 8px !important;
  }
  
  #mobileMenuBtn i {
    font-size: 1.25rem !important;
  }
  
  /* Stats section */
  .text-5xl {
    font-size: 1.75rem !important;
  }
  
  .text-4xl {
    font-size: 1.5rem !important;
  }
  
  /* CTA section */
  .py-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  /* Grid gaps */
  .gap-8 {
    gap: 1rem !important;
  }
  
  /* Card padding */
  .p-8 {
    padding: 1.25rem !important;
  }
  
  /* Section padding */
  .py-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  /* Button sizes */
  button, .bg-gold, .bg-primary {
    font-size: 0.875rem !important;
  }

  /* 立即免费试听按钮 - 移动端加大加粗 */
  .bg-gold.rounded-full.font-bold {
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    padding: 1rem 1.8rem !important;
  }
  
  /* Input fields */
  input {
    font-size: 0.875rem !important;
  }
}

/* Fixed Footer Form - 固定底部表单 */
#fixedFooterForm {
  max-height: 120px;
}

#fixedFooterForm.show {
  opacity: 1;
  pointer-events: auto;
}

#fixedFooterForm img {
  display: block;
}

@media (max-width: 768px) {
  #fixedFooterForm {
    max-height: 100px;
  }
}

/* 480px以上隐藏固定底部表单 */
@media (min-width: 481px) {
  #fixedFooterForm {
    display: none !important;
  }
}

/* 企业服务咨询弹窗 */
.modal-content-company {
  opacity: 0;
  transform: scale(0.95);
}

.modal-content-company.scale-100 {
  opacity: 1;
  transform: scale(1);
}