.elementor-633 .elementor-element.elementor-element-d2e7771{--display:flex;--min-height:80vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-633 .elementor-element.elementor-element-d5b8a4e{--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-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-633 .elementor-element.elementor-element-beaa377 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;}.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 );}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__label{margin:10px 0px 5px 0px;text-align:left;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__label .jet-form-builder__required{color:#FF1717;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__desc{text-align:left;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__fields-group{gap:0.7em 0.7em;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__field-wrap.checkradio-wrap span{gap:8px;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__field:not(.checkradio-field):not(.range-field):not(.jet-form-builder-repeater):not(.wysiwyg-field):not([role="switch"]){border-style:solid;border-width:1px 1px 1px 1px;border-color:#D3D3D3;border-radius:5px 5px 5px 5px;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder input{color-scheme:normal;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder-repeater__row-remove{align-self:flex-start;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__action-button{transition:all 0.3s;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder__next-page-wrap{text-align:right;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder-row .jet-form-builder__action-button-wrapper[data-type="next"]{justify-content:flex-end;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder-row .jet-form-builder__action-button-wrapper[data-type="prev"]{justify-content:flex-end;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder-message--success{text-align:center;}.elementor-633 .elementor-element.elementor-element-f010eb9 .jet-form-builder-message--error{text-align:center;}.elementor-633 .elementor-element.elementor-element-fe92251{--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;}body.elementor-page-633:not(.elementor-motion-effects-element-type-background), body.elementor-page-633 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8795e1d );}@media(max-width:767px){.elementor-633 .elementor-element.elementor-element-beaa377 .elementor-heading-title{font-size:30px;}}@media(min-width:768px){.elementor-633 .elementor-element.elementor-element-d5b8a4e{--width:70%;}.elementor-633 .elementor-element.elementor-element-fe92251{--width:30%;}}/* Start custom CSS for jet-form-builder-form, class: .elementor-element-f010eb9 *//* =========================================
   1. 第一页：选项卡片 (Radio Button)
   ========================================= */

/* 隐藏原生圆点 */
.jet-form-builder__field-wrap.radio-wrap input[type="radio"] {
    display: none !important;
}

/* 选项卡片外框 */
.jet-form-builder__field-wrap.radio-wrap label {
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #E5E7EB; /* 浅灰边框 */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

/* 选中状态 */
.jet-form-builder__field-wrap.radio-wrap input[type="radio"]:checked + label {
    border-color: #22C55E; /* 绿色边框 */
    background-color: #F0FDF4; /* 浅绿背景 */
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.1);
}

/* 内容布局 */
.device-card-content {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

/* 图片样式 */
.device-img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    padding: 5px;
    flex-shrink: 0;
}

/* 文字样式 */
.device-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.device-info strong {
    font-size: 18px !important;
    color: #111;
    font-weight: 700;
}

.device-info span {
    font-size: 14px !important;
    color: #666;
    margin-top: 4px;
}

/* 选中后的打勾图标 (Step 1) */
.jet-form-builder__field-wrap.radio-wrap input[type="radio"]:checked + label .device-card-content::after {
    content: '✔';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #22C55E;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    margin-left: auto; /* 推到最右边 */
}

/* =========================================
   2. 后续页面：顶部 Summary
   ========================================= */

.step-summary-wrapper {
    width: 100%;
    margin-bottom: 30px;
}

/* --- A. 顶部 Header 栏 --- */
.summary-header {
    display: flex;
    justify-content: space-between; /* 两端对齐 */
    align-items: center;
    margin-bottom: 15px; /* 这里的距离让标题和绿框分开 */
}

.header-left {
    display: flex;
    align-items: center;
}

.step-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #D1FAE5; /* 浅绿圆圈 */
    color: #065F46;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.summary-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
}

/* --- B. 绿色预览卡片 (Device Selected) --- */
.selected-device-preview {
    display: block;
    width: 100%;
    background-color: #F0FDF4; /* 浅绿背景 */
    border: 1px solid #22C55E; /* 绿色边框 */
    border-radius: 12px;
    padding: 20px;
}

/* 确保搬运过来的内容在这里也保持大尺寸 */
.selected-device-preview .device-card-content {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.selected-device-preview .device-img {
    width: 80px !important;
    height: 80px !important;
    background: #fff;
}

.selected-device-preview .device-info strong {
    font-size: 18px !important;
}

/* Summary 里的打勾图标 */
.selected-device-preview .device-card-content::after {
    content: '✔';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #22C55E;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    margin-left: auto; /* 依然推到最右边 */
}

/* 隐藏默认按钮 */
button.jet-form-builder__prev-page {
    display: none !important;
}

/* =========================================
   3. 白色卡片风格 & 输入框美化
   ========================================= */
.white-card-style {
    background: #ffffff;
    padding: 30px; 
    border-radius: 12px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
    margin-top: 20px; 
    border: 1px solid #f0f0f0;
}

.white-card-style h2, 
.white-card-style h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.jet-form-builder__field-wrap input[type="text"],
.jet-form-builder__field-wrap input[type="email"],
.jet-form-builder__field-wrap input[type="tel"],
.jet-form-builder__field-wrap textarea,
.jet-form-builder__field-wrap select {
    background-color: #F9FAFB; 
    border: 1px solid #E5E7EB !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.jet-form-builder__field-wrap input:focus,
.jet-form-builder__field-wrap textarea:focus,
.jet-form-builder__field-wrap select:focus {
    background-color: #fff;
    border-color: #22C55E !important; 
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

/* =========================================
   Step 3: 双列虚线上传框 (通用样式)
   ========================================= */

/* 1. 隐藏原生的 Label */
.dashed-upload-box label,
.dashed-upload-box .jet-form-builder__label {
    display: none !important;
}

/* 2. 虚线盒子基础样式 */
.dashed-upload-box {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 220px !important;
    width: 100% !important;
    background-color: #F9FAFB !important;
    border: 2px dashed #D1D5DB !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
    transition: all 0.3s ease;
}

/* 3. 通用云朵图标 */
.dashed-upload-box::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239CA3AF' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 16.5V9.75m0 0l3 3m-3-3l-3 3M6.75 19.5a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

/* 4. Input 铺满全屏变透明 */
.dashed-upload-box input[type="file"] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

/* 5. 鼠标悬停变色 */
.dashed-upload-box:hover {
    background-color: #F0FDF4 !important;
    border-color: #22C55E !important;
}

/* 6. 文件列表居中 */
.dashed-upload-box .jet-form-builder__files-list {
    margin-top: 10px !important;
    z-index: 20 !important;
    width: 100% !important;
    text-align: center !important;
}
.jet-form-builder-file-upload__content {
    display: none;
}

/* 差异化文字设置 */
.dashed-upload-box.receipt-box::after {
    content: 'Proof of Purchase Upload *';
    color: #4B5563;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
}

.dashed-upload-box.photo-box::after {
    content: 'Upload Photos of Issue (Optional)';
    color: #6B7280;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
}

@media (max-width: 767px) {
    .dashed-upload-box {
        min-height: 180px !important;
    }
}

.step2-btn-margin {
    margin-top: 30px !important; 
}

/* =========================================
   找回消失的 Back Button
   ========================================= */

button.jet-form-builder__prev-page,
.jet-form-builder__prev-page {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
    color: #374151 !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer;
    margin-right: auto;
}

button.jet-form-builder__prev-page:hover {
    background-color: #F9FAFB !important;
    border-color: #9CA3AF !important;
    color: #111 !important;
}

/* =========================================
   自定义 Step 2 & 3 的深蓝色圆圈
   ========================================= */
.step-badge.blue-theme {
    background-color: #082f4b !important;
    color: #ffffff !important;
    border: none !important;
}

/* =========================================
   终极方案：刺破“隐形气球” (按钮布局)
   ========================================= */

body .jet-form-builder__action-button-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 30px !important;
}

body .jet-form-builder__action-button-wrapper > * {
    margin: 0 !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
}

body .jet-form-builder__action-button-wrapper > div:not(.jet-form-builder__action-button) {
    display: none !important;
}

/* Back 按钮 */
body button.jet-form-builder__prev-page {
    order: 1 !important;
    display: inline-flex !important;
    background-color: #ffffff !important;
    color: #374151 !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    width: auto !important;
}
body button.jet-form-builder__prev-page:hover {
    background-color: #F9FAFB !important;
    color: #111 !important;
}

/* Next / Submit 按钮 */
body button.jet-form-builder__next-page,
body button.jet-form-builder__action-button {
    order: 2 !important;
    display: inline-flex !important;
    background-color: #EF4444 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    width: auto !important;
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.25) !important;
}
body button.jet-form-builder__next-page:hover,
body button.jet-form-builder__action-button:hover {
    background-color: #DC2626 !important;
    transform: translateY(-1px);
}

body .jet-form-builder__page:nth-of-type(2) .jet-form-builder__action-button-wrapper {
    margin-top: 80px !important;
}

/* =========================================
   Progress Bar CSS
   ========================================= */

@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.8); }
    70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

@keyframes flowSeamless {
    0% { background-position: 0% center; }
    100% { background-position: -200% center; }
}

.progress-wrapper {
    background: #ffffff;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    padding: 25px 0;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

/* 线条特效 */
.progress-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #E5E7EB;
    z-index: -1;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.progress-step.completed::after {
    background-image: linear-gradient(to right, 
        #22C55E 0%, 
        #86efac 25%, 
        #22C55E 50%, 
        #86efac 75%, 
        #22C55E 100%
    );
    background-size: 200% auto;
    animation: flowSeamless 3s linear infinite;
    filter: drop-shadow(0 0 3px rgba(34, 197, 94, 0.6));
}

/* 圆圈特效 */
.step-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: #F3F4F6;
    color: #9CA3AF;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 3px solid #fff; 
    position: relative;
    box-sizing: content-box;
}

.step-label {
    font-size: 12px;
    font-weight: 600;
    color: #D1D5DB;
    letter-spacing: 0.5px;
}

/* Active */
.progress-step.active .step-circle {
    background-color: #EF4444;
    color: #ffffff;
    border-color: #fff;
    animation: pulse-ring 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.progress-step.active .step-label {
    color: #111827;
    font-weight: 700;
}

/* Completed */
.progress-step.completed .step-circle {
    background-color: #ffffff;
    color: #22C55E;            
    border: 3px solid #22C55E;
    box-shadow: none; 
}

.progress-step.completed .step-circle::before {
    font-size: 16px; 
    font-weight: bold;
}

.progress-step.completed .step-label {
    color: #374151;
}

/* 间距修复 */
.jet-form-builder-row.cut-bottom-space {
    margin-bottom: 0px !important; 
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.jet-form-builder__conditional {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.cut-bottom-space .jet-form-builder__field-wrap {
    margin-bottom: 5px !important;
}

.field-type-select-field {
    margin-bottom: 0px !important;
}

/* =========================================
   已完成步骤的总结卡片样式 (Green Theme)
   ========================================= */

.completed-step-summary.green-theme {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 2px solid #F0FDF4;
}

.summary-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-left {
    display: flex;
    align-items: center;
}

.summary-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #D1FAE5; 
    color: #065F46;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.summary-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.summary-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #F0FDF4;
    border: 1px solid #22C55E;
    border-radius: 12px;
    padding: 20px;
}

.summary-info-text {
    display: flex;
    flex-direction: column;
}

.summary-info-text strong {
    font-size: 16px;
    color: #111;
    font-weight: 700;
}

.summary-info-text span {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.summary-big-check {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #22C55E;
    font-size: 28px;
    font-weight: bold;
}

/* =========================================================================
   【已修改】Step 3: Issue Details (UI升级：绿色边框 + 打勾)
   ========================================================================= */

/* 1. 卡片外框：改成绿色主题 (Green Theme) */
.issue-summary-preview {
    background-color: #F0FDF4 !important; /* 浅绿背景 */
    border: 1px solid #22C55E !important; /* 绿色边框 */
    border-radius: 12px !important;
    padding: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    display: none; /* 默认隐藏，JS 会控制显示 */
}

/* 2. 内部布局：改为 Flex 左右对齐 */
.issue-content-layout {
    display: flex !important;
    width: 100% !important;
    align-items: center !important; /* 垂直居中 */
    /* 不需要 justify-content: space-between */
}

/* 3. 左侧文字区域 */
.issue-text-group {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;        /* 文字占满剩余空间 */
    padding-right: 15px !important; /* 给打勾留点距离 */
}

/* 4. 【核心】右侧打勾图标 (自动生成) */
.issue-content-layout::after {
    content: '✔';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #22C55E;  /* 绿色背景 */
    color: #fff;          /* 白色勾勾 */
    border-radius: 50%;   /* 圆形 */
    font-size: 16px;
    flex-shrink: 0;       /* 禁止变形 */
    margin-left: auto;    /* 【关键】这一句把打勾强制推到最右边 */
}

/* --- 下面的文字样式 --- */

/* A. 分类 (Issue Category) */
.issue-cat-text {
    font-size: 18px !important;
    color: #111 !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

/* B. 具体问题 (Specific Issue) */
.issue-spec-text {
    font-size: 15px !important;
    color: #374151 !important;
    font-weight: 600 !important;
    display: block !important;
    margin-bottom: 8px !important;
}

/* C. 顾客备注 (Customer Remark) */
.issue-desc-text {
    font-size: 14px !important;
    color: #4B5563 !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    display: block !important;
    line-height: 1.5 !important;
    font-style: normal !important;
    border-left: 3px solid #22C55E !important;
}

/* =========================================
   自定义 Change 按钮样式
   ========================================= */
.my-custom-change-btn {
    font-size: 14px;
    color: #6B7280;      /* 灰色字 */
    text-decoration: underline; /* 下划线 */
    cursor: pointer;     /* 鼠标变小手 */
    font-weight: 500;
    margin-left: auto;   /* 靠右对齐 */
    display: block !important; /* 强制显示 */
}

.my-custom-change-btn:hover {
    color: #22C55E;      /* 悬停变绿 */
}/* End custom CSS */