.logo-header img {
    max-width: 200px;
}

/* .header-style-5.dark .top-bar {
    background: #2b3990;
} */

.header-nav .nav>li.active>a,
.header-nav .nav>li>a:hover,
.header-nav .nav>li:hover>a,
.header-nav .nav>li.current-menu-item>a {
    background-color: #ffffff;
    color: #12689b;
}

.header-style-5 .is-fixed .main-bar {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 60%);
}

.header-style-5 .is-fixed .header-nav .nav>li>a {
    color: #2b3990;
}

.header-style-5 .is-fixed .header-nav .nav>li.active>a,
.header-style-5 .is-fixed .header-nav .nav>li>a:hover,
.header-style-5 .is-fixed .header-nav .nav>li:hover>a,
.header-style-5 .is-fixed .header-nav .nav>li.current-menu-item>a {
    background-color: #12689b;
    color: #ffffff;
}

.header-nav .nav>li .sub-menu li a:hover {
    background-color: #12689b;
    color: #ffffff;
}

.banner_area {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dez-bnr-inr {
    height: 118px;
}

.dez-bnr-inr-entry {
    display: none;
}

/* Tracking Page Styles - New Layout */
.tracking-result-wrapper {
    background: #f8f9fa;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

.tracking-no-label {
    margin: 20px 24px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.tracking-no-value {
    font-weight: 400;
}

.tracking-summary-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 24px 20px;
    padding: 24px;
}

.summary-status-badge .status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.summary-status-badge .status-delivered {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
}

.summary-status-badge .status-transit {
    color: #1976d2;
    background: rgba(25, 118, 210, 0.1);
}

.summary-progress-stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0 24px;
}

.progress-step {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 18px;
    position: relative;
}

.progress-step::after {
    content: '';
    position: absolute;
    left: calc(100% + 4px);
    width: 20px;
    height: 2px;
    background: #e5e7eb;
}

.progress-step:last-child::after {
    display: none;
}

.progress-step.completed {
    border-color: #1976d2;
    background: #1976d2;
    color: #fff;
}

.progress-step.completed::after {
    background: #1976d2;
}

.progress-step.active {
    border-color: #1976d2;
    background: #1976d2;
    color: #fff;
}

.progress-step.active:last-child,
.progress-step[data-step="delivered"].active {
    border-color: #22c55e;
    background: #22c55e;
    color: #fff;
}

.summary-status-text {
    text-align: center;
    margin-bottom: 16px;
}

.summary-status-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px;
}

.summary-signed-by {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.summary-origin-dest {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.origin-dest-item {
    font-size: 14px;
    color: #374151;
}

.origin-dest-item strong {
    color: #333;
    margin-right: 6px;
}

.summary-dates {
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
}

.summary-dates p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #4b5563;
}

.summary-dates p:last-child {
    margin-bottom: 0;
}

.summary-dates strong {
    color: #333;
    min-width: 140px;
    display: inline-block;
}

.tracking-details-box,
.tracking-history-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 24px 20px;
    padding: 20px 24px;
}

.box-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px 24px;
}

.detail-item {
    font-size: 14px;
    color: #4b5563;
}

.detail-item strong {
    color: #333;
    margin-right: 6px;
}

.travel-history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.travel-history-table thead th {
    text-align: left;
    padding: 12px 16px;
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}

.travel-history-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}

.travel-history-table tbody tr:last-child td {
    border-bottom: none;
}

.travel-history-table tbody tr:hover {
    background: #f9fafb;
}

/* Parcel items */
.parcel-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 24px 20px;
    overflow: hidden;
}

.parcel-item-header {
    padding: 14px 20px;
    cursor: pointer;
    background: #f9fafb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.parcel-item-header:hover {
    background: #f3f4f6;
}

.parcel-item.collapsed .parcel-item-content {
    display: none;
}

.parcel-item-content {
    padding: 20px;
    border-top: 1px solid #e5e7eb;
}

.parcel-toggle::after {
    content: '\f078';
    font-family: FontAwesome;
    transition: transform 0.2s;
}

.parcel-item:not(.collapsed) .parcel-toggle::after {
    transform: rotate(180deg);
}

.parcel-activity-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.parcel-activity-table th {
    text-align: left;
    padding: 10px 12px;
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

.parcel-activity-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}

@media only screen and (max-width: 991px) {
    .logo-header img {
        max-width: 100%;
    }
    
    .tracking-summary-box,
    .tracking-details-box,
    .tracking-history-box {
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .summary-progress-stepper {
        gap: 12px;
    }
    
    .progress-step {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .progress-step::after {
        width: 12px;
    }
}