.elementor-2314 .elementor-element.elementor-element-1837ed92{--display:flex;}.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-2314 .elementor-element.elementor-element-857f18c{--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;}@media(max-width:767px){.elementor-2314 .elementor-element.elementor-element-857f18c{--width:1582px;--flex-wrap:wrap;}.elementor-2314 .elementor-element.elementor-element-a623d1b{width:100%;max-width:100%;}}

/* Start custom CSS for shortcode, class: .elementor-element-a623d1b *//* SISTEM SEMAK PARCEL TOLONGBELI - CSS REAL */
.tb-tracking-real {
    max-width: 500px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: 'Segoe UI', -apple-system, 'Noto Sans Malay', system-ui, sans-serif;
    font-size: 15px;
    color: #2d3748;
    line-height: 1.5;
}

/* HEADER */
.tb-header-real {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    color: white;
    padding: 24px 20px;
    text-align: center;
}

.tb-logo-real {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.tb-logo-icon {
    font-size: 36px;
    background: rgba(255, 255, 255, 0.15);
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.tb-logo-text h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.tb-logo-text p {
    margin: 5px 0 0;
    opacity: 0.9;
    font-size: 14px;
}

.tb-subtitle {
    margin-top: 10px;
}

.tb-subtitle p {
    margin: 0;
    opacity: 0.85;
    font-size: 14px;
}

/* FORM */
.tb-form-real {
    padding: 25px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.tb-input-container {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.tb-input-real {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Courier New', monospace;
    transition: all 0.3s;
    background: #f8fafc;
    color: #2d3748;
}

.tb-input-real:focus {
    outline: none;
    border-color: #1a73e8;
    background: white;
    box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.1);
}

.tb-submit-btn {
    background: linear-gradient(to right, #1a73e8, #0d47a1);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    min-width: 140px;
    white-space: nowrap;
}

.tb-submit-btn:hover {
    opacity: 0.95;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.tb-btn-icon {
    font-size: 18px;
}

.tb-btn-label {
    font-size: 14px;
}

/* EXAMPLES */
.tb-examples-real {
    margin-top: 20px;
}

.tb-examples-title {
    margin: 0 0 12px;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
}

.tb-examples-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.tb-example-item {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tb-example-item:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
    transform: translateY(-1px);
}

.tb-example-prefix {
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tb-example-code {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #4a5568;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* RESULTS */
.tb-results-real {
    padding: 0 20px 20px;
}

/* WELCOME */
.tb-welcome {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin: 20px 0;
}

.tb-welcome-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.tb-welcome-content h3 {
    margin: 0 0 12px;
    color: #0369a1;
    font-size: 18px;
}

.tb-welcome-content p {
    margin: 0 0 20px;
    color: #475569;
}

.tb-features {
    text-align: left;
    background: white;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #1a73e8;
}

.tb-features p {
    margin: 8px 0;
    font-size: 14px;
}

/* ERROR */
.tb-error-real {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
}

.tb-error-icon {
    font-size: 48px;
    color: #dc2626;
    margin-bottom: 15px;
    text-align: center;
}

.tb-error-content h3 {
    margin: 0 0 15px;
    color: #dc2626;
    font-size: 18px;
}

.tb-error-content p {
    margin: 0 0 20px;
    color: #4b5563;
}

.tb-suggestions-real {
    background: white;
    padding: 18px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #f59e0b;
}

.tb-suggestions-real h4 {
    margin: 0 0 12px;
    color: #d97706;
    font-size: 16px;
}

.tb-suggestions-real ul {
    margin: 0;
    padding-left: 20px;
    color: #4b5563;
}

.tb-suggestions-real li {
    margin-bottom: 6px;
    font-size: 14px;
}

.tb-try-again {
    text-align: center;
    margin-top: 20px;
}

.tb-try-btn {
    background: #1a73e8;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.tb-try-btn:hover {
    background: #0d47a1;
}

/* SUCCESS */
.tb-success-real {
    animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tb-tracking-header {
    background: #f8fafc;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.tb-tracking-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tb-tracking-number {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tb-meta-label {
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
}

.tb-number-value {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #1a73e8;
    letter-spacing: 0.5px;
}

.tb-carrier-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tb-carrier-badge {
    background: #e0f2fe;
    color: #0369a1;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #bae6fd;
}

.tb-process-time {
    color: #64748b;
    font-size: 12px;
    font-style: italic;
}

/* STATUS CARD */
.tb-current-status-real {
    margin-bottom: 25px;
}

.tb-status-card-real {
    display: flex;
    gap: 20px;
    padding: 25px;
    border-radius: 12px;
    align-items: flex-start;
    border-left: 6px solid;
}

.tb-status-info { background: #f0f9ff; border-left-color: #0ea5e9; }
.tb-status-success { background: #f0fdf4; border-left-color: #22c55e; }
.tb-status-warning { background: #fefce8; border-left-color: #eab308; }
.tb-status-primary { background: #eff6ff; border-left-color: #3b82f6; }
.tb-status-danger { background: #fef2f2; border-left-color: #ef4444; }

.tb-status-icon-real {
    font-size: 36px;
    flex-shrink: 0;
    line-height: 1;
}

.tb-status-details {
    flex: 1;
}

.tb-status-details h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #4b5563;
    font-weight: 600;
}

.tb-status-text-real {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}

.tb-status-time-real {
    margin: 0 0 15px;
    color: #6b7280;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tb-status-info-real {
    background: rgba(255, 255, 255, 0.8);
    padding: 12px;
    border-radius: 8px;
    border-left: 3px solid #9ca3af;
}

.tb-status-info-real p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}

/* SHIPMENT INFO */
.tb-shipment-info {
    background: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e2e8f0;
}

.tb-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.tb-info-col h4 {
    margin: 0 0 12px;
    font-size: 15px;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tb-info-col p {
    margin: 0;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
}

.tb-address {
    margin-top: 8px !important;
    font-size: 14px !important;
    color: #6b7280 !important;
    font-style: italic;
}

/* HISTORY */
.tb-history-real {
    margin-bottom: 25px;
}

.tb-history-title {
    margin: 0 0 20px;
    font-size: 18px;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tb-timeline-real {
    position: relative;
    padding-left: 30px;
}

.tb-timeline-real::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

.tb-timeline-item-real {
    position: relative;
    margin-bottom: 25px;
}

.tb-timeline-current .tb-timeline-dot-real {
    background: #1a73e8;
    border-color: white;
    box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.2);
}

.tb-timeline-dot-real {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9ca3af;
    border: 3px solid white;
    z-index: 1;
}

.tb-timeline-content-real {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tb-timeline-status {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    font-size: 16px;
}

.tb-timeline-time {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tb-timeline-details {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #f3f4f6;
}

.tb-timeline-location {
    color: #6b7280;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
}

/* ACTIONS */
.tb-actions-real {
    display: flex;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.tb-action-btn {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tb-refresh { background: #dbeafe; color: #1d4ed8; }
.tb-print { background: #f3f4f6; color: #4b5563; }
.tb-share { background: #dcfce7; color: #15803d; }

.tb-action-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* FOOTER */
.tb-footer-real {
    background: #f8fafc;
    padding: 25px 20px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.tb-footer-content p {
    margin: 0 0 12px;
    color: #4b5563;
    font-size: 14px;
}

.tb-footer-content a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
}

.tb-footer-content a:hover {
    text-decoration: underline;
}

.tb-copyright-real {
    margin-top: 20px !important;
    color: #9ca3af !important;
    font-size: 13px !important;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

/* RESPONSIVE */
@media (max-width: 550px) {
    .tb-tracking-real {
        margin: 10px;
        border-radius: 12px;
    }
    
    .tb-input-container {
        flex-direction: column;
    }
    
    .tb-submit-btn {
        width: 100%;
        justify-content: center;
    }
    
    .tb-examples-grid {
        grid-template-columns: 1fr;
    }
    
    .tb-info-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tb-tracking-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .tb-actions-real {
        flex-direction: column;
    }
    
    .tb-status-card-real {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .tb-timeline-real {
        padding-left: 20px;
    }
    
    .tb-timeline-real::before {
        left: 6px;
    }
    
    .tb-timeline-dot-real {
        left: -22px;
    }
}

/* DARK MODE */
@media (prefers-color-scheme: dark) {
    .tb-tracking-real {
        background: #1f2937;
        color: #f3f4f6;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    }
    
    .tb-input-real {
        background: #374151;
        border-color: #4b5563;
        color: #f3f4f6;
    }
    
    .tb-input-real:focus {
        border-color: #3b82f6;
        background: #374151;
    }
    
    .tb-example-item {
        background: #374151;
        border-color: #4b5563;
        color: #f3f4f6;
    }
    
    .tb-example-item:hover {
        background: #4b5563;
    }
    
    .tb-welcome {
        background: #1e3a8a;
        border-color: #3b82f6;
        color: #f3f4f6;
    }
    
    .tb-features {
        background: #374151;
        color: #f3f4f6;
    }
    
    .tb-error-real {
        background: #7f1d1d;
        border-color: #dc2626;
        color: #f3f4f6;
    }
    
    .tb-suggestions-real {
        background: #374151;
        color: #f3f4f6;
    }
    
    .tb-tracking-header {
        background: #374151;
        border-color: #4b5563;
    }
    
    .tb-status-card-real {
        background: #374151;
    }
    
    .tb-shipment-info {
        background: #374151;
        border-color: #4b5563;
    }
    
    .tb-timeline-content-real {
        background: #374151;
        border-color: #4b5563;
        color: #f3f4f6;
    }
    
    .tb-actions-real .tb-action-btn {
        color: #f3f4f6;
    }
    
    .tb-refresh { background: #1e40af; }
    .tb-print { background: #4b5563; }
    .tb-share { background: #065f46; }
    
    .tb-footer-real {
        background: #111827;
        border-color: #374151;
    }
}/* End custom CSS */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

img, iframe, video {
  max-width: 100%;
  height: auto;
}

