.dashboard_section .card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.2s;
    }
.dashboard_section .card:hover {
      transform: translateY(-4px);
    }
.dashboard_section .card-header {
      background: linear-gradient(135deg, #fe8a1f, #000000);
      color: white;
      font-weight: 600;
      border-top-left-radius: 5px !important;
      border-top-right-radius: 5px !important;
    }
.dashboard_section .product-thumb {
      width: 60px;
      height: 60px;
      border-radius: 10px;
      object-fit: cover;
}
.dashbord_box_item .card-body p {
    text-align: center;
}
.dashbord_box_item .card-body i {
    color: #fe8a1f;
}
.btn-pay {
      background: #fe8a1f;
      color: #fff;
      border-radius: 10px;
      font-weight: 500;
    }
.btn-remove {
      background: #f8d7da;
      color: #842029;
      border-radius: 8px;
      font-size: 14px;
}
.btn-remove:hover {
    color:red;
}
.dashboard_section .bookmark_img_item img {
        height: 100px;
    }
.order_product_box img {
        height: 175px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}    
/* ===== Profile Page Layout ===== */
.profile-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.profile-card h1 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #2c3e50;
  text-align: center;
}

.profile-card .subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}
.btn-info {
    background: black;
    color: white;
    border-color: black;
}
/* ===== Profile Form ===== */
.profile-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #2c3e50;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  transition: 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #fe8a1f;
  box-shadow: 0 0 4px rgba(52,152,219,0.4);
}
/* ===== Button ===== */
.btn_custom {
  background: #fe8a1f;
  color: #fff;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn_custom:hover {
  background: #1d3557;
  color:white;
}
   /* Table Styling */
.table-container {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #f5f6fa;
    border-radius: 5px;
}

.history-table {
  width: 100%;
  margin: 0px;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

.history-table th,
.history-table td {
 padding: 8px 10px;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.history-table th {
      background: #fe8a1f;
    font-weight: 600;
    color: #ffffff;
}

.history-table tr:hover {
  background: #f9f9f9;
}

/* Status labels */
.history-table .status {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.status.active { background: #eaf4ff; color: #007bff; }
.status.won { background: #e8f8ef; color: #28a745; }
.status.lost { background: #fdecea; color: #e74c3c; }
/* Menu Button */
.menu-btn {
    background: transparent;
    color: #333;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* Close button inside sidebar */
.sidebar .close-btn {
    display: none;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-primary {
    border-radius: 100px;
    padding: 6px 15px;
    font-weight: 600;
    border: 2px solid;
    background: #fe8a1f;
    color: white;
    border-color: #fe8a1f;
    font-size: 12px;
}
.Bookmarked_item {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #b3b8bf;
    position: relative;
    margin-bottom: 30px;
}
.Bookmarked_item p {
    text-align: center;
}
.my_order_item {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #b3b8bf;
    position: relative;
}
.my_order_item h5 {
    font-size: 16px;
}
.my_order_item .list-group-item {
        padding: 0px;
    font-size: 12px;
    line-height: 25px;
}
.form_develery {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #b3b8bf;
    position: relative;
}
.order-summary {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #b3b8bf;
    font-size: 16px;
    position: relative;
}
.order-summary h4,
.order-summary .product-title {
    font-size: 14px;
}
