.shenzhen-hero {
  /* background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); */
  position: relative;
  overflow: hidden;
}

.shenzhen-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(images/banner1.jpg); */
  /* background-size: cover; */
  /* z-index: -2; */
}

/* .shenzhen-hero::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(231, 76, 60, 0.8);
      z-index: -1;
    } */

.shenzhen-navbar {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
}

.shenzhen-logo {
  font-weight: bold;
  color: #e74c3c !important;
}

.shenzhen-phone {
  color: #e74c3c;
  font-weight: 600;
}

.shenzhen-service-icon {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shenzhen-case-bg-1 {
    background-image: url(../../../Content/Images/BaoAn/case1.png);
}

.shenzhen-case-bg-2 {
    background-image: url(../../../Content/Images/BaoAn/case2.png);
}

.shenzhen-case-bg-3 {
    background-image: url(../../../Content/Images/BaoAn/case3.png);
}

.shenzhen-case-bg-4 {
    background-image: url(../../../Content/Images/BaoAn/case4.png);
}

.shenzhen-case-bg-5 {
    background-image: url(../../../Content/Images/BaoAn/case5.png);
}

.shenzhen-team-bg {
    background-image: url(../../../Content/Images/BaoAn/team1.jpg);
}

.shenzhen-gradient-text {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 深圳特色布局 - 卡片式布局 */
.shenzhen-card-grid {
  margin: 20px 0;
  /* display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 2rem; */
}

.shenzhen-feature-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.shenzhen-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e74c3c, #c0392b);
}

.shenzhen-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.shenzhen-services-carousel {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
}

.shenzhen-services-track {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* animation: shenzhen-scroll 20s linear infinite; */
}

@keyframes shenzhen-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.shenzhen-service-slide {
  flex: 0 0 300px;
  /* margin-right: 2rem; */
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.shenzhen-timeline-vertical {
  position: relative;
  padding-left: 3rem;
}

.shenzhen-timeline-vertical::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #e74c3c, #c0392b);
}

.shenzhen-timeline-item {
  position: relative;
  margin-bottom: 3rem;
}

.shenzhen-timeline-dot {
  position: absolute;
  left: -3rem;
  top: 0.5rem;
  width: 20px;
  height: 20px;
  background: #e74c3c;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 4px #e74c3c;
}

.logo {
  width: auto;
  height: auto;
  object-fit: cover;
  max-height: 50px;
  max-width: calc(100vw - 130px);
}

.swiper-wrap {
  width: 100%;
}

.swiper {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 50px;
}