/* 
 Theme Name:   驾驭子主题ai
Theme URI:    https://loglog-logistics.com
Description:  驾驭子主题AI
Author:       admin
Author URI:   https://loglog-logistics.com
Template:     woostify
Version:      2.0
License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/



/* Advantages Component Styles */
.advantages-wrapper {
    background-color: #f9fbf9;
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.advantages-container {
    max-width: 1200px;
    margin: 0 auto;
}

.advantages-main-title {
    font-size: 36px;
    color: #1a4d1a;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.advantages-main-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #4a7c4a;
    margin: 15px auto 0;
}

.advantages-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.advantage-item {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage-number {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.advantage-title {
    font-size: 20px;
    color: #1a4d1a;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.advantage-divider {
    width: 40px;
    height: 3px;
    background-color: #4a7c4a;
    margin-bottom: 20px;
}

.advantage-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 260px;
}

/* Payment Methods Styles */
.payment-methods-wrapper {
    background-color: #ffffff;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
}

.payment-methods-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.payment-text {
    flex: 1;
}

.payment-text h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.payment-text p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.payment-icons {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon-row-top {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.icon-row-bottom {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.payment-icon-block {
    width: 70px;
    height: auto;
    display: block;
}

.payment-item-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-icon-small {
    width: 36px;
    height: 36px;
    display: block;
}

.payment-text-label {
    font-size: 18px;
    color: #555;
    font-weight: 400;
}

.payment-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.payment-text-primary {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.payment-text-secondary {
    font-size: 10px;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Simple Account Management Styles */
.simple-account-wrapper {
    background-color: #ffffff;
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.simple-account-container {
    max-width: 1000px;
    margin: 0 auto;
}

.sam-title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.sam-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sam-image-container {
    margin-bottom: 50px;
}

.sam-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sam-btn {
    display: inline-block;
    background-color: #1068bf;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.sam-btn:hover {
    background-color: #0d56a0;
}

/* China Sourcing Hero Styles */
.cs-hero-wrapper {
    padding: 80px 20px;
    background-color: #fff;
    text-align: center;
}

.cs-hero-container {
    max-width: 1000px;
    margin: 0 auto;
}

.cs-platforms {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.cs-platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cs-platform-icon-circle {
    width: 80px;
    height: 80px;
    background-color: #003366; /* Dark Blue */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cs-platform-name {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cs-hero-title {
    font-size: 42px;
    color: #003366;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cs-hero-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.cs-hero-subtitle.small {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

/* China Sourcing Benefits Styles */
.csb-wrapper {
    padding: 80px 20px;
    background-color: #dcf1fe; /* Light Blue Background */
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.csb-container {
    max-width: 1200px;
    margin: 0 auto;
}

.csb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}

.csb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.csb-icon {
    margin-bottom: 20px;
}

.csb-title {
    font-size: 20px;
    color: #003366;
    font-weight: 700;
    margin-bottom: 15px;
}

.csb-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 450px;
}

/* China Sourcing Form Styles */
.csc-form-wrapper {
    padding: 80px 20px;
    background-color: #003366 !important; /* Dark Blue Background */
    color: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}

.csc-form-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.csc-form-header {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.csc-form-header h2 {
    font-size: 24px;
    color: #fff !important;
    margin-bottom: 15px;
    font-weight: 600;
}

.csc-form-header p {
    font-size: 16px;
    color: #eee !important;
    line-height: 1.6;
}

.csc-form-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    color: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

.china-sourcing-form .form-group {
    margin-bottom: 25px;
}

.china-sourcing-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.china-sourcing-form .required {
    color: red;
}

.china-sourcing-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.china-sourcing-form .form-text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
}

.china-sourcing-form .csf-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.china-sourcing-form .csf-col-half {
    flex: 1;
    min-width: 300px;
}

/* File Upload Box */
.china-sourcing-form .file-upload-box {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
}

.china-sourcing-form .file-upload-box:hover {
    background-color: #eee;
}

.china-sourcing-form .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.china-sourcing-form .upload-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    color: #666;
}

.china-sourcing-form .upload-preview {
    display: none;
    max-width: 100%;
    max-height: 200px;
    margin-top: 10px;
    border-radius: 4px;
}

/* Checkbox Group */
.china-sourcing-form .checkbox-group label {
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

.china-sourcing-form .checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}

/* Name Inputs */
.china-sourcing-form .csf-name-inputs {
    display: flex;
    gap: 10px;
}

.china-sourcing-form .csf-name-field {
    flex: 1;
}

.china-sourcing-form .csf-name-field small {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

/* Rich Text Editor Placeholder */
.china-sourcing-form .rich-text-editor-placeholder {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.china-sourcing-form .rte-toolbar {
    background: #003366;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.china-sourcing-form .rte-toolbar span {
    cursor: pointer;
}

.china-sourcing-form .rte-content {
    min-height: 120px;
    padding: 10px;
    outline: none;
}

/* Submit Button */
.submit-btn {
    background-color: #003366;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: #002244;
}

.csc-alert {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
}
.csc-alert.success {
    background: #e6f7e9;
    color: #167c2a;
    border: 1px solid #b7e2bf;
}
.csc-alert.error {
    background: #fdeaea;
    color: #a61d24;
    border: 1px solid #f5c2c2;
}

/* Terms Content Below Form */
.csc-terms-content {
    max-width: 900px;
    margin: 60px auto 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 40px;
}

.csc-terms-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.csc-terms-content p {
    margin-bottom: 15px;
}

.csc-terms-content ul {
    margin-bottom: 15px;
    color: #eee;
}

.csc-terms-content strong {
    font-weight: 700;
    color: #fff;
}

/* Responsive Form */
@media (max-width: 768px) {
    .china-sourcing-form .csf-row {
        flex-direction: column;
        gap: 0;
    }
    
    .china-sourcing-form .csf-col-half {
        width: 100%;
    }
    
    .csc-form-container {
        padding: 20px;
    }
}

/* China Sourcing CTA Styles */
.csc-wrapper {
    padding: 80px 20px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.csc-container {
    max-width: 1000px;
    margin: 0 auto;
}

.csc-top-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 60px;
}

.csc-tablet-img img {
    max-width: 500px;
    height: auto;
    display: block;
}

.csc-btn {
    display: inline-block;
    background-color: #003366; /* Dark Blue */
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.csc-btn.dark {
    background-color: #003366;
}

.csc-btn:hover {
    background-color: #002244;
}

.csc-payment-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.csc-contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.csc-contact-icon {
    margin-bottom: 20px;
    color: #003366;
}

.csc-contact-title {
    font-size: 28px;
    color: #003366;
    font-weight: 700;
    margin-bottom: 15px;
}

.csc-contact-desc {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
    .product-card {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .advantages-grid {
        flex-direction: column;
        gap: 50px;
    }

    .payment-methods-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .payment-text h3 {
        font-size: 24px;
    }

    .payment-icons {
        width: 100%;
        align-items: center;
    }

    .icon-row-top, .icon-row-bottom {
        justify-content: center;
        width: 100%;
    }

    .icon-row-bottom {
        flex-direction: row;
        gap: 40px;
    }
    
    .sam-title {
        font-size: 28px;
    }
    
    .sam-desc {
        font-size: 15px;
    }
    
    .cs-platforms {
        gap: 30px;
    }
    
    .cs-hero-title {
        font-size: 30px;
    }
    
    .csb-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .csc-top-section {
        flex-direction: column;
        gap: 40px;
    }
    
    .csc-tablet-img img {
        max-width: 100%;
    }
    
    .csc-payment-section {
        gap: 20px;
    }
}
.pp-hero-wrapper { padding: 60px 20px; background: #fff; text-align: center; width: 100%; box-sizing: border-box; }
.pp-hero-container { max-width: 1000px; margin: 0 auto; }
.pp-platforms { display: flex; justify-content: center; gap: 60px; margin-bottom: 40px; flex-wrap: wrap; }
.pp-platform-item { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.pp-platform-icon-circle { width: 80px; height: 80px; background: #003366; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.pp-platform-name { font-size: 14px; color: #666; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.pp-hero-text { font-size: 18px; color: #333; margin-bottom: 8px; font-weight: 500; }

.pp-features-wrapper { padding: 80px 20px; background: #dcf1fe; text-align: center; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; box-sizing: border-box; }
.pp-features-container { max-width: 1200px; margin: 0 auto; }
.pp-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 40px; }
.pp-feature-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.pp-feature-icon { width: 60px; height: 60px; border-radius: 50%; background: #003366; display: flex; justify-content: center; align-items: center; color: #fff; }
.pp-feature-title { font-size: 16px; color: #003366; font-weight: 700; }
.pp-feature-desc { font-size: 14px; color: #666; line-height: 1.6; max-width: 320px; }

@media (max-width: 768px) {
  .pp-features-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* Product Photography Pricing Block */
.pp-pricing-wrapper {
    background-color: #ffffff;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
}

.pp-pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pp-pricing-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.pp-pricing-image {
    flex: 0 0 auto;
}

.pp-pricing-image img {
    max-width: 300px;
    height: auto;
    display: block;
}

.pp-pricing-info {
    text-align: center;
}

.pp-pricing-info h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.pp-pricing-info p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.pp-pricing-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.pp-pricing-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pp-pricing-card h4 {
    font-size: 24px;
    color: #003366;
    font-weight: 700;
    margin-bottom: 10px;
}

.pp-pricing-card p {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

.pp-price-pill {
    background-color: #003366;
    color: #fff;
    padding: 12px 60px;
    border-radius: 30px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 100%;
    box-sizing: border-box;
    max-width: 260px;
}

.pp-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #003366;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    min-width: 160px;
}

.pp-pricing-btn:hover {
    background-color: #002244;
    color: #fff;
}

.pp-pricing-btn .icon {
    margin-right: 8px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .pp-pricing-top {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .pp-pricing-info {
        text-align: center;
    }
}

.pp-pricing-section.has-margin-bottom {
    margin-bottom: 100px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f0f0f0;
}

/* Product Photography Process & Terms */
.pp-process-wrapper {
    background-color: #003366;
    padding: 80px 20px;
    color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.pp-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pp-process-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.pp-steps-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
    text-align: center;
}

.pp-step-item {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pp-step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-step-icon svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.pp-step-num {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pp-step-desc {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
    max-width: 160px;
}

/* Terms Section */
.pp-terms-box {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    background-color: rgba(255,255,255,0.05);
}

.pp-terms-header {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: rgba(0,0,0,0.1);
}

.pp-terms-header:hover {
    background-color: rgba(0,0,0,0.2);
}

.pp-terms-header .icon {
    margin-right: 10px;
    font-size: 12px;
}

.pp-terms-body {
    padding: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

.pp-terms-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

.pp-terms-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.pp-terms-list li {
    margin-bottom: 10px;
    position: relative;
}

.pp-terms-p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .pp-steps-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .pp-steps-grid {
        grid-template-columns: 1fr;
    }
}

/* Sticky Header Force */
#site-header, .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Adjust for Admin Bar */
.admin-bar #site-header, .admin-bar .site-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar #site-header, .admin-bar .site-header {
        top: 46px !important;
    }
}

/* Add padding to prevent content from being hidden behind header */
/* Adjust this value if your header height is different */
body {
    padding-top: 60px; /* Reduced to remove gap */
}

@media (max-width: 992px) {
    body {
        padding-top: 50px; /* Reduced for mobile */
    }
}

/* Remove potential top margin from content wrapper on homepage */
body.home .site-content, 
body.home #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
