/* ========================================
   Subscribe Section
   ======================================== */

   .zhongyu-news-subscribe {
    position: relative;
    padding: 192px 0;
    overflow: hidden;
  }
  @media screen and (min-width: 1800px) {
    .zhongyu-news-subscribe .container{
      max-width: 1600px;
    }
  }
  /* ========================================
     Background Gradient
     ======================================== */
  
  .zhongyu-news-subscribe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0C3054 0%, #1B6ABA 100%);
    z-index: 1;
  }
  
  .zhongyu-news-subscribe .container {
    position: relative;
    z-index: 2;
  }
  
  /* ========================================
     Content Wrapper
     ======================================== */
  
  .zhongyu-news-subscribe-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  
  /* ========================================
     Text Section
     ======================================== */
  
  .zhongyu-news-subscribe-text {
    flex: 1;
    max-width: 800px;
  }
  
  .zhongyu-news-subscribe-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    color: #FFFFFF;
    margin: 0 0 10px 0;
  }
  
  .zhongyu-news-subscribe-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #FFFFFF;
    margin: 0;
  }
  
  /* ========================================
     Form Section
     ======================================== */
  
  .zhongyu-news-subscribe-form-wrapper {
    /* flex: 1; */
  }
  
  .zhongyu-news-subscribe-form {
    margin: 0;
  }
  
  .zhongyu-news-subscribe-form-group {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  
  /* ========================================
     Email Input
     ======================================== */
  
  .zhongyu-news-subscribe-input {
    width: 457px;
    height: 55px;
    padding: 18px 27px 18px 44px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.17;
    color: #FFFFFF;
    transition: all 0.3s ease;
  }
  
  .zhongyu-news-subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  
  .zhongyu-news-subscribe-input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  
  /* ========================================
     Submit Button
     ======================================== */
  
  .zhongyu-news-subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px 44px;
    height: 55px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }
  
  .zhongyu-news-subscribe-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
  }
  
  .zhongyu-news-subscribe-btn-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    color: #0C3054;
    white-space: nowrap;
  }
  
  .zhongyu-news-subscribe-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0C3054;
    transition: transform 0.3s ease;
  }
  .zhongyu-news-subscribe-btn-icon i{
    font-size:25px
  }
  .zhongyu-news-subscribe-btn:hover .zhongyu-news-subscribe-btn-icon {
    transform: translateX(5px);
  }
  
  /* ========================================
     Responsive Styles
     ======================================== */
  
  /* Large tablets and below (max-width: 1200px) */
  @media (max-width: 1500px) {
  .zhongyu-news-subscribe-form-group{
    /* flex-direction:column; */
  }
    .zhongyu-news-subscribe-input{
      flex:1;
      width: 400px;
    }
    .zhongyu-news-subscribe-btn-text{
      font-size:20px;
    }
  }
  @media (max-width: 1200px) {
    .zhongyu-news-subscribe {
      padding: 100px 0;
    }
  
    .zhongyu-news-subscribe-wrapper {
      gap: 30px;
    }
  
    .zhongyu-news-subscribe-input {
      width: 310px;
    }
  
    .zhongyu-news-subscribe-btn-text {
      font-size: 16px;
    }
    .zhongyu-news-subscribe-btn{
      padding:12px 20px;
      font-size:18px;
    }
  }
  
  /* Tablets and below (max-width: 991px) */
  @media (max-width: 991px) {
    .zhongyu-news-subscribe {
      padding: 60px 0;
    }
  
    .zhongyu-news-subscribe-wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 25px;
    }
  
    .zhongyu-news-subscribe-text {
      max-width: 100%;
    }
  
    .zhongyu-news-subscribe-form-wrapper {
      width: 100%;
    }
  
    .zhongyu-news-subscribe-form-group {
      flex-direction: column;
      align-items: stretch;
      gap: 15px;
    }
  
    .zhongyu-news-subscribe-input {
      width: 100%;
    }
  
    .zhongyu-news-subscribe-btn {
      width: 100%;
    }
  }
  
  /* Mobile landscape and below (max-width: 767px) */
  @media (max-width: 767px) {
    .zhongyu-news-subscribe {
      padding: 30px 0;
    }
  
    .zhongyu-news-subscribe-wrapper {
      gap: 20px;
    }
  
    .zhongyu-news-subscribe-title {
      font-size: 20px;
    }
  
    .zhongyu-news-subscribe-description {
      font-size: 14px;
    }
  
    .zhongyu-news-subscribe-input {
      padding: 15px 25px 15px 35px;
      height: 50px;
      font-size: 14px;
    }
  
    .zhongyu-news-subscribe-btn {
      height: 50px;
      padding: 10px 35px;
      gap: 15px;
    }
  
    .zhongyu-news-subscribe-btn-text {
      font-size: 18px;
    }
  }
  
  /* Mobile portrait (max-width: 575px) */
  @media (max-width: 575px) {
    .zhongyu-news-subscribe {
      padding: 20px 0;
    }
  
    .zhongyu-news-subscribe-title {
      font-size: 18px;
    }
  
    .zhongyu-news-subscribe-description {
      font-size: 13px;
    }
  
    .zhongyu-news-subscribe-input {
      padding: 12px 20px 12px 30px;
      height: 48px;
      font-size: 13px;
    }
  
    .zhongyu-news-subscribe-btn {
      height: 48px;
      padding: 10px 30px;
      gap: 12px;
    }
  
    .zhongyu-news-subscribe-btn-text {
      font-size: 16px;
    }
  }
  
  