.elementor-3898 .elementor-element.elementor-element-1d27703{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3898 .elementor-element.elementor-element-9648882{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-19ed02d */.custom-html-block .demo-wrapper,
.custom-html-block .demo-wrapper * {
    box-sizing: border-box;
}

.custom-html-block .demo-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.custom-html-block .product-banner-section {
    --banner-aspect-ratio: 1600 / 583;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: var(--banner-aspect-ratio);
    padding: 0 100px;
    overflow: hidden;
    background: transparent;
}

.custom-html-block .banner-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.custom-html-block .banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.38) 30%,
        rgba(0, 0, 0, 0.20) 58%,
        rgba(0, 0, 0, 0.06) 82%,
        rgba(0, 0, 0, 0) 100%
    );
}

.custom-html-block .banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
}

.custom-html-block .banner-title {
    margin: 0 0 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
/* 桌面端：强制每一行span禁止内部换行，严格4行 */
.custom-html-block .title-line {
    display: block;
    white-space: nowrap;
}

.custom-html-block .banner-subtitle {
    margin: 0 0 28px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.custom-html-block .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 47px;
    padding: 0 26px;
    border: 0;
    border-radius: 48px;
    background: #ff7822;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 120, 34, 0.3);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.custom-html-block .banner-btn::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.custom-html-block .banner-btn:hover {
    background: #000000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.custom-html-block .banner-btn:hover::after {
    transform: translateX(4px);
}

.custom-html-block .banner-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .custom-html-block .product-banner-section {
        padding: 0 65px;
    }
    .custom-html-block .banner-title {
        font-size: 38px;
        letter-spacing: 0.2px;
    }
    .custom-html-block .banner-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 1024px) {
    .custom-html-block .product-banner-section {
        flex-direction: column;
        aspect-ratio: auto;
        padding: 0;
        background: #ffffff;
    }
    .custom-html-block .banner-image {
        position: static;
        height: auto;
    }
    .custom-html-block .banner-overlay {
        display: none;
    }
    .custom-html-block .banner-content {
        position: static;
        padding: 40px 50px;
        max-width: unset;
    }
    .custom-html-block .banner-title {
        font-size: 36px;
        color: #000000;
        text-shadow: none;
        letter-spacing: 0.2px;
    }
    /* 平板及以下关闭nowrap，允许自动换行，防止文字溢出屏幕 */
    .custom-html-block .title-line {
        white-space: normal;
    }
    .custom-html-block .banner-subtitle {
        font-size: 16px;
        color: #000000;
        text-shadow: none;
    }
}

@media (max-width: 768px) {
    .custom-html-block .banner-content {
        padding: 40px 28px;
    }
    .custom-html-block .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .custom-html-block .banner-content {
        padding: 32px 22px;
    }
    .custom-html-block .banner-title {
        font-size: 26px;
        letter-spacing: 0.1px;
    }
    .custom-html-block .banner-subtitle {
        font-size: 15px;
    }
    .custom-html-block .banner-btn {
        width: 100%;
        padding: 0 18px;
    }
}

#kfPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}

.kf-popup-box {
    background: #ffffff;
    border-radius: 20px;
    max-width: 550px;
    width: 100%;
    padding: 26px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-height: 95vh;
    overflow: visible;
}

.kf-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    color: #666666;
    line-height: 1;
    margin: 0;
}

.kf-close:hover {
    color: #000000;
}

.kf-popup-title {
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.kf-form input[type="text"],
.kf-form input[type="email"],
.kf-form input[type="tel"],
.kf-form textarea {
    width: 100%;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 16px;
    outline: none;
    background: #f8f9fc;
    margin: 0 0 11px;
}

.kf-form textarea {
    min-height: 105px;
    resize: vertical;
}

.kf-upload {
    margin: 6px 0 18px;
}

.kf-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #ff7822;
    color: #000000;
    padding: 13px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    min-height: 50px;
}

.kf-upload-btn:hover {
    background: #ff7822;
    color: #ffffff;
}

.kf-upload input {
    display: none;
}

.kf-submit {
    width: 100%;
    background: #ff7822;
    color: #ffffff;
    border: none;
    padding: 17px 30px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
}

.kf-submit:hover {
    background: #000000;
}

@media (max-width: 768px) {
    .kf-popup-box {
        padding: 22px 19px;
    }
    .kf-popup-title {
        font-size: 28px;
    }
    .kf-form input[type="text"],
    .kf-form input[type="email"],
    .kf-form input[type="tel"],
    .kf-form textarea {
        padding: 14px 17px;
    }
    .kf-form textarea {
        min-height: 90px;
    }
}

@media (max-width: 480px) {
    .kf-popup-title {
        font-size: 24px;
    }
    .kf-submit {
        width: 100%;
        padding: 15px;
        font-size: 19px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7df8dab */.contact-wrap{
  background:#ffffff;
  padding:60px 20px;
}
.contact-container{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 0.6fr;
  gap:0;
}
.contact-form-col{
  padding:40px;
}
.contact-main-title{
  font-size:36px;
  font-weight:bold;
  color:#000000;
  margin:0 0 12px;
}
.contact-desc{
  font-size:16px;
  color:#222;
  margin:0 0 32px;
  line-height:1.5;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-bottom:20px;
}
.form-input-item input{
  width:100%;
  border:none;
  border-bottom:1px solid #cccccc;
  background:transparent;
  padding:12px 4px;
  font-size:15px;
}
.form-input-item input:focus{
  outline:none;
  border-bottom-color:#ff7822;
}
.form-textarea-item{
  margin-bottom:30px;
}
.form-textarea-item textarea{
  width:100%;
  min-height:180px;
  border:1px solid #ddd;
  padding:14px;
  font-size:15px;
  box-sizing:border-box;
}
.form-bottom-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
}
.file-select-btn{
  border:1px solid #ff7822;
  color:#ff7822;
  background:#fff;
  padding:10px 20px;
  border-radius:30px;
  cursor:pointer;
  font-size:14px;
}
.file-select-btn input{
  display:none;
}
#fileShowName{
  font-size:14px;
  color:#444;
}
/* ========== 修复按钮样式 start ========== */
.submit-btn{
  background:#ff7822 !important;
  color:#fff !important;
  border:none !important;
  padding:14px 32px !important;
  font-size:15px !important;
  cursor:pointer !important;
  outline:none !important;
  /* 清除浏览器默认蓝色点击样式 */
  -webkit-appearance: none !important;
  appearance: none !important;
}
.submit-btn:hover{
  background:#000000 !important;
  color:#fff !important;
}
.submit-btn:active,
.submit-btn:focus{
  background:#ff7822 !important;
  color:#fff !important;
  outline: none !important;
}
/* ========== 修复按钮样式 end ========== */

/* Right orange sidebar */
.contact-info-col{
  background:#ff7822;
  color:#ffffff;
  padding:40px 32px;
}
.info-sub-heading{
  font-size:16px;
  margin:0 0 4px;
  opacity:0.9;
}
.info-main-heading{
  font-size:48px;
  font-weight:bold;
  margin:0 0 12px;
}
.info-desc{
  font-size:15px;
  line-height:1.5;
  margin:0 0 24px;
}
.divider-line{
  width:100%;
  height:1px;
  background:#ffffff;
  opacity:0.4;
  margin-bottom:28px;
}
.contact-info-list{
  list-style:none;
  padding:0;
  margin:0 0 40px;
}
.contact-info-list li{
  margin-bottom:20px;
  font-size:15px;
  line-height:1.6;
}
.quote-text{
  font-size:15px;
  line-height:1.6;
  opacity:0.95;
}
/* Responsive */
@media(max-width:768px){
  .contact-container{
    grid-template-columns:1fr;
  }
  .form-row{
    grid-template-columns:1fr;
  }
  .contact-form-col{
    padding:24px 10px;
  }
  .contact-info-col{
    padding:30px 20px;
  }
  .info-main-heading{
    font-size:34px;
  }
  .contact-main-title{
    font-size:28px;
  }
}/* End custom CSS */