.zhongyu-case-banner {
  position: relative;
  min-height: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1800px) {
  .zhongyu-case-banner .container{
    max-width: 1600px;
  }
}
/* Gradient Overlay */
.zhongyu-case-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 36.55%, rgba(12, 48, 84, 0.47) 83.18%);
}

.zhongyu-case-banner .container {
  position: relative;
  z-index: 2;
}

/* ========================================
   Title Section
   ======================================== */

.zhongyu-case-banner-header {
  text-align: center;
  margin-bottom: 16px;
}

.zhongyu-case-banner-title {
  font-size: var(--zhongyu-inner-title, 64px);
  font-weight: 700;
  color: #0C3054;
  margin: 0;
  line-height: 1.17;
}

/* ========================================
   Stats Grid Section
   ======================================== */

.zhongyu-case-banner-stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 62px;
  padding: 19px 20px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.57);
}

.zhongyu-case-banner-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  /* flex: 1; */
  /* min-width: 218px; */
}

.zhongyu-case-banner-stat-number-wrap {
  /* background-color: rgba(255, 255, 255, 0.57); */
  border-radius: 80px;
}

.zhongyu-case-banner-stat-number,.zhongyu-case-banner-stat-unit {
  font-size: 36px;
  font-weight: 400;
  color: #0C3054;
  line-height: 1.17;
  display: inline-block;
}

.zhongyu-case-banner-stat-label {
  font-size: 16px;
  font-weight: 400;
  color: #0C3054;
  line-height: 1.17;
  text-align: center;
  max-width: 260px;
}

/* ========================================
   CTA Button Section
   ======================================== */

.zhongyu-case-banner-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zhongyu-case-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 0 44px;
  height: 55px;
  background-color: #0C3054;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.zhongyu-case-banner-btn:hover {
  background-color: #0a2641;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(12, 48, 84, 0.3);
}

.zhongyu-case-banner-btn-text {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.17;
}

.zhongyu-case-banner-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}

.zhongyu-case-banner-btn-icon i {
  transition: transform 0.3s ease;
}

.zhongyu-case-banner-btn:hover .zhongyu-case-banner-btn-icon i {
  transform: translateX(5px);
}

/* ========================================
   Responsive Styles
   ======================================== */

@media (max-width: 1400px) {
.zhongyu-case-banner-stat-item{
  flex:1;
}
}
@media (max-width: 1400px) {
.zhongyu-case-banner-stat-number, .zhongyu-case-banner-stat-unit{
  font-size:24px;
}
}
/* Tablets and below (max-width: 991px) */
@media (max-width: 991px) {
  .zhongyu-case-banner {
    min-height: 0;
    padding: 50px 0;
  }


  .zhongyu-case-banner-header {
    margin-bottom: 20px;
  }

  .zhongyu-case-banner-stats {
    gap: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 10px;
  }

  .zhongyu-case-banner-stat-item {
    min-width: 200px;
  }

  .zhongyu-case-banner-stat-number {
  }

  .zhongyu-case-banner-stat-label {
    font-size: 15px;
  }

  .zhongyu-case-banner-btn {
    gap: 25px;
    padding: 0 35px;
    height: 50px;
  }

  .zhongyu-case-banner-btn-text {
    font-size: 20px;
  }
}

/* Mobile landscape and below (max-width: 767px) */
@media (max-width: 767px) {
  .zhongyu-case-banner {
    /* min-height: 600px; */
    padding: 40px 0;
  }



  .zhongyu-case-banner-header {
    margin-bottom: 20px;
  }

  .zhongyu-case-banner-stats {
    gap: 15px;
    margin-bottom: 30px;
    /* padding: 0 15px; */
  }

  .zhongyu-case-banner-stat-item {
    min-width: 150px;
    flex: 0 0 calc(50% - 12.5px);
  }

  .zhongyu-case-banner-stat-number-wrap {
    /* padding: 12px 25px; */
  }

  .zhongyu-case-banner-stat-number {
  }

  .zhongyu-case-banner-stat-label {
    font-size: 14px;
    max-width: 150px;
  }

  .zhongyu-case-banner-btn {
    gap: 20px;
    padding: 0 30px;
    height: 48px;
  }

  .zhongyu-case-banner-btn-text {
    font-size: 18px;
  }

  .zhongyu-case-banner-btn-icon {
    font-size: 14px;
  }
}

/* Mobile portrait (max-width: 575px) */
@media (max-width: 575px) {
  .zhongyu-case-banner {
    /* min-height: 500px; */
    padding: 30px 0;
  }



  .zhongyu-case-banner-header {
    margin-bottom: 30px;
  }

  .zhongyu-case-banner-stats {
    /* gap: 20px; */
    margin-bottom: 40px;
    /* padding: 0 10px; */
  }

  .zhongyu-case-banner-stat-item {
    min-width: 140px;
  }

  .zhongyu-case-banner-stat-number-wrap {
    /* padding: 10px 20px; */
  }

  .zhongyu-case-banner-stat-number {
  }

  .zhongyu-case-banner-stat-label {
    font-size: 13px;
    max-width: 140px;
  }

  .zhongyu-case-banner-btn {
    gap: 15px;
    padding: 0 25px;
    height: 45px;
  }

  .zhongyu-case-banner-btn-text {
    font-size: 16px;
  }
}

