.elementor-3599 .elementor-element.elementor-element-d354f09{--display:flex;--min-height:200px;}.elementor-3599 .elementor-element.elementor-element-86802e2{--display:flex;--min-height:0px;--border-radius:60px 60px 60px 60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3599 .elementor-element.elementor-element-e13106c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:13px 13px 13px 13px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3599 .elementor-element.elementor-element-cdb5a1b > .elementor-widget-container{background-image:url("https://www.yadley-hyd.com/wp-content/uploads/2025/04/logo红色高清透明底.png");background-repeat:no-repeat;background-size:14% auto;}.elementor-3599 .elementor-element.elementor-element-cdb5a1b{text-align:center;}.elementor-3599 .elementor-element.elementor-element-cdb5a1b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:106px;font-weight:600;color:#FF0000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-3599:not(.elementor-motion-effects-element-type-background), body.elementor-page-3599 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.yadley-hyd.com/wp-content/uploads/2025/04/2222-scaled.jpg");}@media(min-width:768px){.elementor-3599 .elementor-element.elementor-element-86802e2{--content-width:1600px;}}@media(min-width:1025px){body.elementor-page-3599:not(.elementor-motion-effects-element-type-background), body.elementor-page-3599 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for wpforms, class: .elementor-element-c86b13e *//* 按钮容器：按钮居中布局 */
.wpforms-submit-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    position: relative !important;
    width: 100% !important;
}

/* 红色提交按钮：居中 + 悬停放大效果 */
.wpforms-submit {
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: transform 0.2s ease !important;
}
.wpforms-submit:hover {
    transform: scale(1.05) !important;
}

/* 下方说明文字：居中显示 */
.wpforms-submit-container::after {
    content: "Find email replies too slow? You can contact our 24/7 online support team via WhatsApp for faster assistance, with an average response time of approximately 15 minutes.";
    width: 100% !important;
    margin-top: 12px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    text-align: center !important;
}

/* ========== 多文件上传：最多3个 + 按钮文字同行 ========== */
/* 开启多文件选择 */
.wpforms-field-file-upload.multi-file-3 input[type="file"] {
    multiple: multiple !important;
}

/* JS逻辑：限制最多选择3个文件（嵌入CSS实现） */
.wpforms-field-file-upload.multi-file-3 input[type="file"][onchange] {
    onchange: "if(this.files.length>3){alert('最多只能上传3个文件！');this.value=''}" !important;
}

/* 上传按钮与文字一行对齐 */
.wpforms-field-file-upload.multi-file-3 {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}
.wpforms-field-file-upload.multi-file-3 .wpforms-file-upload-text {
    display: none !important;
}
.wpforms-field-file-upload.multi-file-3::after {
    content: "如果您有产品图片或产品铭牌，请上传给我们。我们可以根据图片快速匹配产品，省去您沟通的麻烦，并迅速为您提供报价。（最多3个）";
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.4 !important;
    flex: 1 !important;
}

/* 灰色80%透明按钮样式 */
.wpforms-field-file-upload.multi-file-3 input[type="file"]::-webkit-file-upload-button {
    background-color: #cccccc !important;
    opacity: 0.8 !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}
.wpforms-field-file-upload.multi-file-3 input[type="file"]::-webkit-file-upload-button:hover {
    opacity: 1 !important;
}/* End custom CSS */