.elementor-3485 .elementor-element.elementor-element-766c3da{--display:flex;--padding-top:120px;--padding-bottom:120px;--padding-left:20px;--padding-right:20px;}.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-3485 .elementor-element.elementor-element-34766be{text-align:center;}.elementor-3485 .elementor-element.elementor-element-34766be .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:48px;font-weight:600;color:#1C1C1C;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3485 .elementor-element.elementor-element-766c3da{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-3485 .elementor-element.elementor-element-34766be .elementor-heading-title{font-size:30px;}}/* Start custom CSS for shortcode, class: .elementor-element-ec06a04 */.custom-b2b-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: inherit;
}

.form-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
}

.custom-b2b-form .form-group {
    display: flex;
    flex-direction: column;
}

.custom-b2b-form label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #474747;
}

.custom-b2b-form .required {
    color: #ed6d2b;
}

.custom-b2b-form input[type="text"],
.custom-b2b-form input[type="email"],
.custom-b2b-form input[type="tel"],
.custom-b2b-form select,
.custom-b2b-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 14px;
    color: #474747;
    transition: border-color 0.3s ease;
}
.custom-b2b-form input::placeholder,
.custom-b2b-form textarea::placeholder {
    color: #dedede !important;
    opacity: 1 !important;
    font-weight: 400;
}

.custom-b2b-form input:focus,
.custom-b2b-form select:focus,
.custom-b2b-form textarea:focus {
    border-color: #ed6d2b;
    outline: none;
    background-color: #fff;
}

.custom-b2b-form textarea {
    height: 75px;
    resize: vertical;
}

.custom-b2b-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
}

.mt-20 { margin-top: 20px; }

.file-upload-section,
.privacy-section {
    margin-top: 25px;
}

.privacy-section p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
}

.privacy-section a {
    color: #0066cc;
    text-decoration: underline;
}

/* 复选框对齐优化 */
.agreement-checkbox .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.submit-section {
    text-align: center;
    margin-top: 30px;
}

.btn-orange-submit {
    background-color: #ed6d2b;
    color: #fff;
    border: none;
    padding: 12px 36px !important;
    font-size: 24px;
    font-weight: 600;
    border-radius: 4px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-orange-submit:hover {
    background-color: #d65b18;
    color: #fff;
}

.hidden-json-data {
    display: none !important;
}

.cqt-success-message {
    text-align: center;
    padding: 60px 20px;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 800px;
}

.cqt-success-message .success-icon {
    margin-bottom: 25px;
}

.cqt-success-message h2 {
    font-size: 32px;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500;
}

.cqt-success-message p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cqt-success-message .btn-orange-submit {
    display: inline-block;
    text-decoration: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

@media (max-width: 768px) {
    .form-grid-2col {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */