/* ========= 基础样式与字体 ========= */
.banner{width:100%}
.banner img{width:100%;height:auto}
.request-quote-container{max-width:1200px;margin:2rem auto}
.request-quote-header-title{text-align:center;color:#fff;font-size:2.2rem;margin-bottom:0.3rem}
.request-quote-header-subtitle{text-align:center;color:#ccc;font-size:1rem;margin-bottom:2rem}
.request-quote-section{background-color: rgba(255, 255, 255, 0.9);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.05);padding:1.5rem 2rem;margin-bottom:2rem;border-left:6px solid #000000}
.wpcf7 form {
  background-color: #111;
  color: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
  font-family: 'Helvetica Neue', 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* ========= 表单标签样式 ========= */
.wpcf7 p {
  display: block;
  margin-bottom: 8px;
  color: #ddd;
}
.wpcf7 form label {
  display: block;
  font-weight: 500;
}
/* ========= 输入/选择/文本框样式 ========= */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  background-color: #1c1c1c;
  border: 1px solid #444;
  border-radius: 8px;
  color: #eee;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #888;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
  outline: none;
}

.required-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff4d4d;
  font-size: 18px;
  font-weight: bold;
  margin-right: 4px;
  line-height: 1;
}

.country-select .country-list .country-name, .country-select .country-list .flag{
	color:#000
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
   color:#000
}

/* ========= 单选框 & 多选框 ========= */
.wpcf7-radio,
.wpcf7-checkbox {
  margin-bottom: 20px;
  display: block;
}

.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
  color: #ccc;
}

/* ========= 提交按钮 ========= */
.wpcf7 input[type="submit"] {
  background-color: #fff;
  color: #111;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #ccc;
  color: #000;
}

/* ========= 文件上传按钮 ========= */
.wpcf7 input[type="file"] {
  margin-top: 8px;
  color: #eee;
}

/* ========= 必填项提示 ========= */
.wpcf7-not-valid-tip {
  color: #ff5c5c;
  font-size: 13px;
}

/* ========= 成功/失败提示框 ========= */
.wpcf7-response-output {
  margin-top: 25px;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  background-color: #222;
  border: 1px solid #444;
}

/* ========= 响应式样式 ========= */
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 20px;
    font-size: 15px;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }

  .wpcf7-radio label,
  .wpcf7-checkbox label {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .wpcf7 form {
    padding: 16px;
  }

  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 14px;
    padding: 10px 14px;
  }
}
