.account-dashboard{
    background:#f6f7f9;
}

.account-header{
    margin-bottom:30px;
}

.account-header h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
}

.account-header p{
    color:#666;
    margin:0;
}

.account-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:22px;
    display:flex;
    gap:18px;
    align-items:center;
    text-decoration:none;
    color:#111;
    transition:.3s;
    height:100%;
}

.account-card:hover{
    transform:translateY(-3px);
    border-color:#f31316;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    color:#111;
}

.account-card .icon{
    width:60px;
    height:60px;
    min-width:60px;
    background:#fff4f4;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.account-card .icon i{
    font-size:24px;
    color:#f31316;
}

.account-card h5{
    margin-bottom:5px;
    font-size:18px;
    font-weight:600;
}

.account-card p{
    margin:0;
    color:#666;
    font-size:14px;
}

.dashboard-box{
    background:#fff;
    border-radius:16px;
    padding:25px;
    border:1px solid #e5e7eb;
}

.section-heading{
     display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    padding-bottom:12px;
}

.section-heading h4{
	font-size:22px;
    margin:0;
    font-weight:600;
}

.section-heading a{
    color:#f31316;
    text-decoration:none;
    font-weight:500;font-size: 16px;
}

.order-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    border-bottom:1px solid #eee;
}

.order-item:last-child{
    border-bottom:none;
}

.order-item h6{
	font-size:16px;
    margin-bottom:4px;
    font-weight:600;
}

.order-item p{
    margin:0;
    color:#666;
}

.vehicle-card{
    border:1px solid #ececec;
    border-radius:12px;
    padding:20px;
    transition:.3s;
}

.vehicle-card:hover{
    border-color:#f31316;
}

.vehicle-card h5{
    font-size:18px;
    margin-bottom:8px;
}

.vehicle-card p{
    margin:0;
    color:#666;font-size: 13px;
}
.add-vehicle-btn{
    background:#f31316;
    color:#fff!important;
    padding:10px 18px;
    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

/*---my order page--*/
.my-orders-page{
    background:#f7f8fa;
    min-height:100vh;
}

.orders-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.orders-header h2{
    font-size:24px;
    font-weight:600;
    margin-bottom:5px;
}

.orders-header p{
    color:#777;
    margin:0;
}

.order-search input{
    width:280px;
    height:46px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    outline:none;
}

.order-filters{
    display:flex;
    gap:10px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.order-filters button{
    border:none;
    background:#fff;
    border:1px solid #ddd;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    transition:.3s;
}

.order-filters button.active{
    background:#f31316;
    color:#fff;
    border-color:#f31316;
}

.order-card-v2{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:14px;
    margin-bottom:20px;
    overflow:hidden;
}

.order-top{
    background:#fafafa;
    padding:18px 25px;
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #eee;
}

.order-label{
    font-size:11px;
    color:#888;
    display:block;
    margin-bottom:5px;
    letter-spacing:.5px;
}

.order-top h6{
    margin:0;
    font-size:15px;
    font-weight:600;
}

.order-body{
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.product-info1{
    display:flex;
    align-items:center;
    gap:20px;
}

.product-info1 img{
    width:90px;
    height:90px;
    object-fit:contain;
    border:1px solid #eee;
    border-radius:10px;
    padding:10px;
}

.product-info1 h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
}

.product-info1 p{
    color:#777;
    margin-bottom:10px;
}

.status{
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:500;
}

.shipped{
    background:#fff3cd;
    color:#856404;
}

.delivered{
    background:#d1f7e2;
    color:#0d7a43;
}
.processing{
    background:#dbeafe;
    color:#1d4ed8;
}

.cancelled{
    background:#fee2e2;
    color:#dc2626;
}

.order-actions{
    display:flex;
    gap:10px;
}

.btn-track{
    background:#f31316;
    color:#fff;
    padding:10px 20px;
    border-radius:8px;
    text-decoration:none;
}

.btn-track:hover{
    color:#fff;
}

.btn-view{
    border:1px solid #ddd;
    color:#222;
    padding:10px 20px;
    border-radius:8px;
    text-decoration:none;
}
.fcp-order-page{
    background:#f6f7f9;
}

.fcp-order-header{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fcp-order-header h2{
    font-size:24px;
    margin-bottom:5px;
    font-weight:600;
}

.fcp-order-header p{
    margin:0;
    color:#777;
}

.fcp-header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.fcp-order-badge{
    background:#fff3cd;
    color:#856404;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.fcp-btn-red{
    background:#f31316;
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    border-radius:8px;
}

.fcp-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px;
}

.fcp-box-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:18px;
}

.fcp-product{
    display:flex;
    gap:20px;
    align-items:center;
}

.fcp-product-image{
    width:130px;
    height:130px;
    border:1px solid #eee;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.fcp-product-image img{
    max-width:100%;
    max-height:100%;
}

.fcp-product-content h4{
    margin-bottom:8px;
}

.fcp-meta{
    display:flex;
    gap:30px;
    margin-top:15px;
}

.fcp-meta label{
    display:block;
    color:#777;
    font-size:13px;
}

.fcp-status-line{
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
}

.fcp-status-line div{
    padding:10px 15px;
    border-radius:30px;
    background:#f1f1f1;
    font-size:14px;
}

.fcp-status-line .done{
    background:#d4edda;
    color:#155724;
}

.fcp-status-line .active{
    background:#f31316;
    color:#fff;
}

.fcp-address{
    color:#555;
    line-height:1.8;
}

.fcp-summary{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px;
}

.fcp-summary h4{
    margin-bottom:20px;
}

.fcp-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.fcp-row.total{
    font-size:20px;
    font-weight:700;
}

.fcp-action{
    display:block;
    border:1px solid #e8e8e8;
    padding:12px 15px;
    border-radius:8px;
    text-decoration:none;
    color:#222;
    margin-bottom:10px;
    transition:.3s;
}

.fcp-action:hover{
    border-color:#f31316;
    color:#f31316;
}

.fcp-track-page{
    background:#f6f7f9;
}

.fcp-track-header{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fcp-track-header h2{
    font-size:24px;
    font-weight:600;
    margin-bottom:5px;
}

.fcp-track-header p{
    margin:0;
    color:#777;
}

.fcp-track-badge{
    background:#fff3cd;
    color:#856404;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.fcp-track-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px;
}

.fcp-track-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.fcp-progress-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    text-align:center;
}

.fcp-progress-line{
    position:absolute;
    top:18px;
    left:10%;
    right:10%;
    height:3px;
    background:#e5e7eb;
    z-index:1;
}

.fcp-progress-step{
    position:relative;
    z-index:2;
    width:20%;
}

.fcp-progress-step .circle{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#e5e7eb;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:10px;
}

.fcp-progress-step.completed .circle{
    background:#198754;
    color:#fff;
}

.fcp-progress-step.active .circle{
    background:#f31316;
    color:#fff;
}

.fcp-progress-step h6{
    margin-bottom:3px;
    font-size:14px;
}

.fcp-progress-step small{
    color:#777;
}

.fcp-history-item{
    border-left:3px solid #f31316;
    padding-left:15px;
    margin-bottom:20px;
}

.fcp-history-item p{
    margin:5px 0 0;
    color:#666;
}

.fcp-track-product{
    display:flex;
    gap:15px;
    align-items:center;
}

.fcp-track-product img{
    width:80px;
    height:80px;
    object-fit:contain;
    border:1px solid #eee;
    border-radius:8px;
}

.fcp-info-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.fcp-track-btn-primary{
    display:block;
    background:#f31316;
    color:#fff;
    text-align:center;
    padding:12px;
    border-radius:8px;
    text-decoration:none;
    margin-bottom:10px;
}

.fcp-track-btn-secondary{
    display:block;
    border:1px solid #ddd;
    color:#222;
    text-align:center;
    padding:12px;
    border-radius:8px;
    text-decoration:none;
    margin-bottom:10px;
}


.fcp-profile-page{
    background:#f6f7f9;
}

.fcp-profile-header{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px 25px;
}

.fcp-profile-header h2{
    font-size:24px;
    font-weight:600;
    margin-bottom:5px;
}

.fcp-profile-header p{
    margin:0;
    color:#777;
}

.fcp-profile-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:25px;
}

.fcp-profile-avatar{
    width:140px;
    height:140px;
    margin:auto;
    position:relative;
}

.fcp-profile-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #fff;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.fcp-upload-btn{
    border:none;
    background:#f31316;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
}

.fcp-section-title{
    font-size:20px;
    margin-bottom:20px;
    font-weight:600;
}

.fcp-profile-card label{
    font-size:14px;
    font-weight:500;
    margin-bottom:6px;
    display:block;
}

.fcp-profile-card .form-control{
    height:50px;
    border-radius:8px;
}

.fcp-save-btn{
    background:#f31316;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:8px;
    font-weight:600;
}

@media(max-width:768px){

    .fcp-profile-header{
        padding:18px;
    }

    .fcp-profile-card{
        padding:18px;
    }
    .fcp-track-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .fcp-progress-wrapper{
        flex-direction:column;
        gap:20px;
    }

    .fcp-progress-line{
        display:none;
    }

    .fcp-progress-step{
        width:100%;
    }
    .fcp-order-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .fcp-product{
        flex-direction:column;
        align-items:flex-start;
    }

    .fcp-meta{
        flex-wrap:wrap;
        gap:15px;
    }
     .orders-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .order-search input{
        width:100%;
    }

    .order-top{
        flex-direction:column;
        gap:15px;
    }

    .order-body{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .product-info1{
        flex-direction:column;
        align-items:flex-start;
    }

    .order-actions{
        width:100%;
        flex-direction:column;
    }

    .btn-track,
    .btn-view{
        text-align:center;
    }
    .order-item{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }

    .section-heading{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

}