/* ========================================
   Contact Info Section
   ======================================== */

   .zhongyu-contact-info {
    padding: 140px 0;
    background-color: #FFFFFF;
  }
  
  @media (min-width: 1800px) {
    .zhongyu-contact-info .container {
      max-width: 1600px;
    }
  }
  
  /* ========================================
     Contact Icons Section
     ======================================== */
  
  .zhongyu-contact-info-icons {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 50px;
    margin-bottom: 140px;
  }
  
  .zhongyu-contact-info-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    width: 380px;
    height: 100%;
  }
  
  .zhongyu-contact-info-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
  }
  
  .zhongyu-contact-info-icon-svg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .zhongyu-contact-info-icon-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #595757;
    margin: 0;
    width: 100%;
  }
  
  /* ========================================
     Map Section
     ======================================== */
  
  .zhongyu-contact-info-map {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .zhongyu-contact-info-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* ========================================
     Form Section
     ======================================== */
  
  .zhongyu-contact-info-form-section {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    padding:0 0 140px 0;
  }
  
  /* ========================================
     Form Text (Left Side)
     ======================================== */
  
  .zhongyu-contact-info-form-text {
    flex: 0 0 auto;
    width: 610px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .zhongyu-contact-info-form-title {
    font-size: var(--zhongyu-inner-title, 64px);
    font-weight: 700;
    line-height: 1.17;
    background: linear-gradient(90deg, #0C3054 0%, #1B6ABA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
  }
  
  .zhongyu-contact-info-form-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    color: #595757;
    margin: 0;
  }
  
  .zhongyu-contact-info-form-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #0C3054;
    margin: 0;
  }
  
  /* ========================================
     Form Wrapper (Right Side)
     ======================================== */
  
  .zhongyu-contact-info-form-wrapper {
  }
  
  /* Override default inquiry form styles */
  .zhongyu-contact-info-form-wrapper .inquiry-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 8px;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-group {
    flex: 1;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-group:only-child {
    width: 100%;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-control {
    width: 100%;
    height: 48px;
    padding: 15px 30px;
    border: 0.5px solid #595757;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.17;
    color: #595757;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-control:focus {
    outline: none;
    border-color: #0C3054;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-control::placeholder {
    color: #595757;
    opacity: 1;
  }
  
  .zhongyu-contact-info-form-wrapper textarea.inquiry-form-control {
    height: 120px;
    resize: vertical;
    min-height: 120px;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-submit {
    width: 100%;
    height: 55px;
    padding: 12px 44px;
    background: linear-gradient(90deg, #0C3054 0%, #1B6ABA 100%);
    border: none;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
  }
  
  .zhongyu-contact-info-form-wrapper .inquiry-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(27, 106, 186, 0.3);
  }
.zhongyu-contact-info .inqury_title_box,
/* .zhongyu-contact-info-form-wrapper .inqury-form .input-wrap .input-label, */
.zhongyu-contact-info-form-wrapper .inqury-form .text-wrap .char-count,
.zhongyu-contact-info-form-wrapper .inqury-form .textarea-wrap .char-count,
.zhongyu-contact-info-form-wrapper .inqury-form .phone-wrap .char-count{
  display: none;
}
.zhongyu-contact-info .inqury-form .one-line-input,
.zhongyu-contact-info .inqury-form .textarea-input,
.zhongyu-contact-info .inqury-form .one-line-input::placeholder,
.zhongyu-contact-info .inqury-form .textarea-input::placeholder{
  color:#595757 !important;
}
.zhongyu-contact-info-form-wrapper .inqury-form .input-wrap{
  padding: 10px 8px !important;
}
.zhongyu-contact-info-form-wrapper .inqury-form .one-line-input,
.zhongyu-contact-info-form-wrapper .inqury-form .textarea-input{
  padding:6px 30px !important;
  resize:none;
}
.zhongyu-contact-info-form-wrapper .inqury-form .one-line-input{
  height: 48px !important;
}
.zhongyu-contact-info .inqury_submit{
  border-radius: 50px !important;
  background: #0C3054 !important;
  font-weight: 700 !important;
  padding: 12px 70px !important;
}
  /* ========================================
     Responsive Styles
     ======================================== */
  
  /* Large tablets and below (max-width: 1400px) */
  @media (max-width: 1400px) {
    .zhongyu-contact-info {
      padding: 100px 0;
    }
  
    .zhongyu-contact-info-icons {
      gap: 30px;
      margin-bottom: 80px;
    }
  
    .zhongyu-contact-info-icon-item {
      width: 300px;
    }
  
    .zhongyu-contact-info-form-section {
      gap: 40px;
      padding: 100px 0 0 0;
    }
  
    .zhongyu-contact-info-form-text {
      width: 500px;
    }
  
    .zhongyu-contact-info-form-title {
      font-size: 48px;
    }
  
    .zhongyu-contact-info-form-wrapper {
      width: 650px;
    }
  }
  
  /* Tablets and below (max-width: 1200px) */
  @media (max-width: 1200px) {
    .zhongyu-contact-info {
      padding: 80px 0;
    }
    .zhongyu-contact-info .inqury_submit{
      padding: 10px 40px !important;
    }
    .zhongyu-contact-info-form-section {
      padding: 80px 0 0 0;
    }
  
    .zhongyu-contact-info-form-text {
      width: 450px;
    }
  
    .zhongyu-contact-info-form-wrapper {
      width: 550px;
    }
  }
  
  /* Tablets and below (max-width: 991px) */
  @media (max-width: 991px) {
    .zhongyu-contact-info {
      padding: 60px 0;
    }
  
    .zhongyu-contact-info-icons {
      /* flex-direction: column; */
      gap: 15px;
      margin-bottom: 50px;
    }
  
    .zhongyu-contact-info-icon-item {
      width: 100%;
      gap: 10px;
    }
  
    .zhongyu-contact-info-form-section {
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
      padding: 0 0 60px 0;
    }
  
    .zhongyu-contact-info-form-text {
      width: 100%;
    }
  
    .zhongyu-contact-info-form-wrapper {
      width: 100%;
    }
  
    .zhongyu-contact-info-form-wrapper .inquiry-form-row {
      flex-direction: column;
    }
  
    .zhongyu-contact-info-form-wrapper .inquiry-form-control {
      height: 50px;
    }
    .zhongyu-contact-info-icon-svg{
      width:40px;
    }
  }
  
  /* Mobile landscape and below (max-width: 767px) */
  @media (max-width: 767px) {
    .zhongyu-contact-info-icon-svg{
      width:30px;
      height: 50px;
    }
    .zhongyu-contact-info {
      padding: 40px 0;
    }
  
    .zhongyu-contact-info-icons {
      gap: 20px;
      flex-direction: column;
      margin-bottom: 20px;
    }
  
    .zhongyu-contact-info-icon-text {
      font-size: 14px;
    }
  
    .zhongyu-contact-info-form-section {
      gap: 25px;
      padding: 40px 0 0 0;
    }
  
    .zhongyu-contact-info-form-title {
      font-size: 32px;
    }
  
    .zhongyu-contact-info-form-subtitle {
      font-size: 20px;
    }
  
    .zhongyu-contact-info-form-description {
      font-size: 14px;
    }
  
    .zhongyu-contact-info-form-wrapper .inquiry-form-control {
      height: 48px;
      padding: 12px 25px;
      font-size: 14px;
    }
  
    .zhongyu-contact-info-form-wrapper textarea.inquiry-form-control {
      height: 100px;
      min-height: 100px;
    }
  
    .zhongyu-contact-info-form-wrapper .inquiry-form-submit {
      height: 50px;
      padding: 10px 35px;
      font-size: 20px;
    }
  }
  
  /* Mobile portrait (max-width: 575px) */
  @media (max-width: 575px) {
    .zhongyu-contact-info {
      padding: 30px 0;
    }
  
    .zhongyu-contact-info-icons {
      gap: 15px;
    }
  
    .zhongyu-contact-info-icon-text {
      font-size: 13px;
    }
  
    .zhongyu-contact-info-form-section {
      gap: 20px;
      padding: 0 0 30px 0;
    }
  
    .zhongyu-contact-info-form-title {
      font-size: 24px;
    }
  
    .zhongyu-contact-info-form-subtitle {
      font-size: 18px;
    }
  
    .zhongyu-contact-info-form-description {
      font-size: 13px;
    }
  
    .zhongyu-contact-info-form-wrapper .inquiry-form-control {
      height: 46px;
      padding: 10px 20px;
      font-size: 13px;
    }
  
    .zhongyu-contact-info-form-wrapper textarea.inquiry-form-control {
      height: 90px;
      min-height: 90px;
    }
  
    .zhongyu-contact-info-form-wrapper .inquiry-form-submit {
      height: 48px;
      padding: 10px 30px;
      font-size: 18px;
      margin-top: 15px;
    }
  }
  
.input-label.required + .input-wrap-box,
.input-label.required + .input-wrap-box .phone-wrap-input-content{
  position: relative;
}
.input-label.required + .input-wrap-box::before,
.input-label.required + .input-wrap-box .phone-wrap-input-content::before{
  position:absolute;
  /* content:'*'; */
  left:20px;
  top:50%;
  transform:translateY(-50%);
  color:red;
}
.input-label.required + .input-wrap-box .phone-wrap-input-content::before{
  left:2px;
}