/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 06:20:37 */
/* ========== 第二個表單輸入欄位樣式 ========== */
.subemail {
  border: 1px solid #ffffff !important;
  padding: 5px 10px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  width: 100%;
  border-radius: 0px !important;
  height: 44px;
  line-height: 1.2;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 0 !important;
}

.subemail::placeholder {
  color: #ffffff !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/* ========== 第二個表單按鈕樣式 ========== */
.subbutton {
  border: 1px solid #ffffff !important;
  color: #1C2952 !important;
  font-size: 14px !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  background-color: #ffffff !important;
  background-image: none !important;
  text-align: center !important;
  float: left !important;
  width: 80% !important;
  height: 44px;
  line-height: 1.2;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.wpcf7 .subbutton,
.wpcf7 .subbutton:hover,
.wpcf7 .subbutton:focus,
.wpcf7 .subbutton:active {
  background-color: #ffffff !important;
  color: #1C2952 !important;
  border: 1px solid #ffffff !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/* ========== 第一個表單按鈕樣式 ========== */
.mainbutton {
  background-color: transparent !important;
}

.wpcf7 .mainbutton,
.wpcf7 .mainbutton:hover,
.wpcf7 .mainbutton:focus,
.wpcf7 .mainbutton:active {
  background-color: transparent !important;
  color: #1C2952 !important;
  border: none !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/* ========== Contact Form 7 錯誤訊息樣式 ========== */
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  background: transparent !important;
  color: #DC3232 !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 20px;
  padding: 5px 0 !important;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

/* ========== 移除表單欄位之間多餘空間 ========== */
.subemail,
.subbutton {
  margin-bottom: 0px !important;
}

/* ========== Spinner 樣式 ========== */
.wpcf7-spinner {
  float: right;
  margin: 0px !important;
}

/* ========== 清除 Elementor 預設段落空間 ========== */
.elementor-element-7a24d73 p,
.elementor-element-8869607 p {
  margin: 0px;
  padding: 0px;
}

/* ========== 全站通用輸入欄位樣式 ========== */
input:focus,
textarea:focus,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=date],
textarea,
select,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  background-color: transparent !important;
  color: #1C2952;
  border-color: #1C2952;
  border-bottom: 1px solid #1C2952;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 10px 20px 10px 0px;
  font-size: 18px;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/* ========== focus 狀態強化邊框顏色 ========== */
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #0071B5;
  background-color: transparent !important;
}

/* ========== Textarea 樣式 ========== */
textarea {
  height: 110px;
  background-color: transparent !important;
  color: #1C2952;
  border-color: #000000;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/* ========== 表單 label 調整 ========== */
.elementor-widget-shortcode .wpcf7 label {
  width: 100%;
  font-family: "Noto Sans SC", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/* ========== 通用 submit 樣式 ========== */
input[type=submit] {
  border-color: #000000;
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 14pt !important;
  font-weight: 500 !important;
  font-style: normal !important;
  fill: #1C2952;
  color: #1C2952;
  background-color: #A9C5DC;
  border-style: solid;
  border-width: 0px;
  border-color: #0071B5;
  border-radius: 0px;
  float: right;
  padding: 10px 20px 10px 0px;
  background-image: url(https://ark.devprojects.work/wp-content/uploads/2025/06/Group-468-2.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  width: 115px;
  margin-bottom: 0px;
}

input[type=submit]:hover {
  fill: #1C2952;
  color: #1C2952 !important;
  background-color: transparent !important;
}

/* ========== 手機版 RWD: 第二個表單上下排列 ========== */
@media only screen and (max-width: 768px) {
  .elementor-element-78288958 {
    flex-direction: column !important;
    gap: 5px !important;
  }

  .wpcf7 .subemail,
  .wpcf7 .subbutton {
    width: 100% !important;
  }

  .wpcf7 .subbutton {
    text-align: center !important;
    float: none !important;
  }

  .wpcf7-form label {
    font-size: 18px;
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
  }

  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 14px;
    padding: 5px 5px 6px 0px !important;
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
  }

  input::placeholder,
  textarea::placeholder {
    padding-left: 4px !important;
    font-size: 14px;
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
  }

  .wpcf7-form textarea {
    height: 40px !important;
    resize: none;
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
  }
}

/* 強制 Footer 訂閱按鈕縮細至 14pt，不影響其他表單 */
.wpcf7 .subbutton {
  font-size: 12pt !important;
}
