/* Structural CSS for Services Complete Page Widget */
.srv-8203e77d-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #1F2937;
    background-color: #F5F7FA;
    overflow-x: hidden;
}

.srv-8203e77d-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 1. HERO */
.srv-8203e77d-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.srv-8203e77d-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.srv-8203e77d-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.srv-8203e77d-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.srv-8203e77d-bc-sep {
    font-size: 10px;
}

.srv-8203e77d-bc-current {
    color: #FFFFFF;
    font-weight: 500;
}

.srv-8203e77d-hero-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.srv-8203e77d-hero-description {
    font-size: 16px;
    line-height: 1.6;
    color: #E5EAF0;
    margin: 0;
}

/* Hero card right side */
.srv-8203e77d-hero-card {
    padding: 30px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.srv-8203e77d-hero-card-icon {
    font-size: 32px;
    color: #F97316;
    margin-bottom: 15px;
}

.srv-8203e77d-hero-card-icon svg {
    width: 32px;
    height: 32px;
    fill: #F97316;
}

.srv-8203e77d-hero-card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.srv-8203e77d-hero-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 20px 0;
}

.srv-8203e77d-hero-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F97316;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 24px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.srv-8203e77d-hero-card-btn:hover {
    background-color: #EA580C;
    color: #FFFFFF;
}

/* 2. SECTION HEADER TEMPLATE */
.srv-8203e77d-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.srv-8203e77d-eyebrow {
    font-size: 12px;
    font-weight: 700;
    color: #F97316;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}

.srv-8203e77d-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #062B4F;
    margin: 0 0 15px 0;
}

.srv-8203e77d-highlight {
    color: #F97316;
}

.srv-8203e77d-heading-underline {
    width: 50px;
    height: 3px;
    background-color: #F97316;
    margin: 0 auto;
}

/* 3. COMPLETE LOGISTICS SOLUTIONS GRID */
.srv-8203e77d-solutions {
    background-color: #F5F7FA;
}

.srv-8203e77d-services-grid {
    display: grid;
    gap: 20px;
}

.srv-8203e77d-service-card {
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #E5EAF0;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.srv-8203e77d-service-card:hover {
    transform: translateY(-5px);
}

.srv-8203e77d-service-card-icon {
    font-size: 40px;
    color: #F97316;
    margin-bottom: 15px;
}

.srv-8203e77d-service-card-icon svg {
    width: 40px;
    height: 40px;
    fill: #F97316;
}

.srv-8203e77d-service-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #062B4F;
    margin: 0 0 10px 0;
}

.srv-8203e77d-service-card-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #64748B;
    margin: 0 0 15px 0;
}

.srv-8203e77d-service-card-learn-more {
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

/* 4. HOW WE WORK (TIMELINE) */
.srv-8203e77d-process {
    background-color: #062B4F;
    color: #FFFFFF;
    position: relative;
}

.srv-8203e77d-header-light .srv-8203e77d-section-title {
    color: #FFFFFF;
}

.srv-8203e77d-timeline-container {
    position: relative;
    margin-top: 60px;
}

.srv-8203e77d-timeline-line {
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
    height: 2px;
    z-index: 1;
}

.srv-8203e77d-timeline-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.srv-8203e77d-timeline-step {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.srv-8203e77d-timeline-icon-wrap {
    display: inline-block;
    margin-bottom: 15px;
}

.srv-8203e77d-timeline-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0B3A60;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    border: 2px solid #F97316;
    margin: 0 auto;
}

.srv-8203e77d-timeline-icon svg {
    width: 24px;
    height: 24px;
    fill: #FFFFFF;
}

.srv-8203e77d-timeline-num {
    font-size: 13px;
    font-weight: 700;
    color: #F97316;
    margin-bottom: 5px;
}

.srv-8203e77d-timeline-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #FFFFFF;
}

.srv-8203e77d-timeline-desc {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* 5. NEED A CUSTOM LOGISTICS SOLUTION CTA */
.srv-8203e77d-cta {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.srv-8203e77d-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Image Collage */
.srv-8203e77d-image-collage {
    display: flex;
    gap: 15px;
}

.srv-8203e77d-collage-large {
    flex: 1.3;
}

.srv-8203e77d-collage-large img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}

.srv-8203e77d-collage-small-wrap {
    flex: 0.7;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.srv-8203e77d-collage-small {
    width: 100%;
    height: 152px;
    object-fit: cover;
    border-radius: 8px;
}

/* Right side content */
.srv-8203e77d-cta-title {
    font-size: 30px;
    font-weight: 700;
    color: #062B4F;
    margin: 0 0 15px 0;
}

.srv-8203e77d-cta-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748B;
    margin: 0 0 30px 0;
}

/* Contact Cards Grid */
.srv-8203e77d-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.srv-8203e77d-contact-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background-color: #F5F7FA;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s;
    cursor: pointer;
}

.srv-8203e77d-contact-card:hover {
    background-color: #E5EAF0;
}

.srv-8203e77d-contact-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #062B4F;
}

.srv-8203e77d-whatsapp-icon {
    background-color: #25D366;
}

.srv-8203e77d-wechat-icon {
    background-color: #07C160;
}

.srv-8203e77d-contact-card-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #64748B;
}

.srv-8203e77d-contact-card-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #062B4F;
}

.srv-8203e77d-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F97316;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.srv-8203e77d-cta-button:hover {
    background-color: #EA580C;
    color: #FFFFFF;
}

/* 6. FLOATING CONTACT RAIL */
.srv-8203e77d-floating-rail {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.srv-8203e77d-rail-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
}

.srv-8203e77d-rail-item:hover {
    transform: scale(1.1);
}

.srv-8203e77d-rail-wa { background-color: #25D366; }
.srv-8203e77d-rail-email { background-color: #062B4F; }
.srv-8203e77d-rail-wc { background-color: #07C160; }

.srv-8203e77d-rail-tooltip {
    position: absolute;
    right: 55px;
    background-color: #1F2937;
    color: #FFFFFF;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}

.srv-8203e77d-rail-item:hover .srv-8203e77d-rail-tooltip {
    opacity: 1;
    visibility: visible;
}

/* 7. WECHAT MODAL */
.srv-8203e77d-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 100000;
    align-items: center;
    justify-content: center;
}

.srv-8203e77d-modal.is-active {
    display: flex;
}

.srv-8203e77d-modal-content {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    max-width: 320px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.srv-8203e77d-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #64748B;
    cursor: pointer;
}

.srv-8203e77d-modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #062B4F;
}

#srv-8203e77d-modal-qr {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

.srv-8203e77d-modal-id-label {
    font-size: 14px;
    color: #64748B;
    margin: 0;
}

/* RESPONSIVE STYLES */
@media screen and (max-width: 1024px) {
    .srv-8203e77d-hero-inner {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .srv-8203e77d-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .srv-8203e77d-breadcrumbs {
        justify-content: center;
    }
    .srv-8203e77d-hero-heading {
        font-size: 32px;
    }
    .srv-8203e77d-hero-card {
        max-width: 450px;
        margin: 0 auto;
    }

    /* Process steps transform to vertical timeline list */
    .srv-8203e77d-timeline-line {
        top: 0;
        bottom: 0;
        left: 35px;
        width: 2px;
        height: auto;
        right: auto;
    }
    .srv-8203e77d-timeline-steps {
        flex-direction: column;
        gap: 30px;
    }
    .srv-8203e77d-timeline-step {
        display: flex;
        text-align: left;
        gap: 20px;
        align-items: flex-start;
        padding: 0;
    }
    .srv-8203e77d-timeline-icon-wrap {
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .srv-8203e77d-timeline-content {
        padding-top: 10px;
    }

    .srv-8203e77d-cta-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .srv-8203e77d-image-collage {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .srv-8203e77d-hero-heading {
        font-size: 28px;
    }
    .srv-8203e77d-image-collage {
        flex-direction: column;
    }
    .srv-8203e77d-collage-large img {
        height: 220px;
    }
    .srv-8203e77d-collage-small-wrap {
        flex-direction: row;
    }
    .srv-8203e77d-collage-small {
        height: 100px;
    }
}
