/* CSS */
 body {
  font-family: 'Josefin Sans', sans-serif, 'Lato', sans-serif;
  background-color: white;
  color: #1E1E4F;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Override Bootstrap and ensure header visibility */
section.page-header,
.page-header {
  background-color: #F6F5FF !important;
  min-height: 200px !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 80px !important;
  position: relative !important;
  z-index: 100 !important;
  width: 100% !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  clear: both !important;
}

/* Specific targeting for the exact HTML structure */
section.page-header.d-flex.align-items-center {
  background-color: #F6F5FF !important;
  min-height: 200px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 80px !important;
  padding: 0 !important;
  width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999 !important;
}

section.page-header .container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Override Bootstrap text utilities */
h2.page-title,
.page-title {
  font-family: 'Josefin Sans', sans-serif !important;
  color: #151875 !important;
  font-weight: bold !important;
  font-size: 2.5rem !important;
  margin: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-align: left !important;
}

h2.page-title.text-center.text-md-start {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #151875 !important;
  font-weight: bold !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Override Bootstrap responsive text classes */
.text-center {
  text-align: center !important;
}

.text-md-start {
  text-align: left !important;
}

@media (max-width: 768px) {
  h2.page-title,
  .page-title,
  .text-md-start,
  h2.page-title.text-center.text-md-start {
    text-align: center !important;
  }
}

/* Responsive Page Header */
@media (max-width: 768px) {
  .page-header {
    min-height: 140px !important;
    padding: 25px 0 !important;
    margin-top: 90px !important; /* Adjust for mobile header height */
    background-color: #F6F5FF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
  }
  
  .page-title {
    font-size: 1.8rem !important;
    text-align: center !important;
    width: 100% !important;
    color: #151875 !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 15px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.2 !important;
  }
  
  .page-header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 576px) {
  .page-header {
    min-height: 120px !important;
    padding: 20px 0 !important;
    margin-top: 85px !important; /* Adjust for smaller mobile header */
    background-color: #F6F5FF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
  }
  
  .page-title {
    font-size: 1.5rem !important;
    text-align: center !important;
    width: 100% !important;
    color: #151875 !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 10px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.2 !important;
  }
  
  .page-header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  .page-header {
    min-height: 100px !important;
    padding: 15px 0 !important;
    margin-top: 80px !important;
    background-color: #F6F5FF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
  }
  
  .page-title {
    font-size: 1.3rem !important;
    text-align: center !important;
    width: 100% !important;
    color: #151875 !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 8px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.2 !important;
  }
  
  .page-header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}


/* Login */
.login-container {
  max-width: 100%;
  border-color: white;
}

.login-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
}

.login-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #9096B2;
  margin-bottom: 30px;
}

.form-control {
  font-family: 'Lato', sans-serif;
  height: 38px;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #E3E6F3;
  margin-bottom: 20px;
}

.form-control::placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #9096B2; 
  font-weight: 400;
}

.forgot-password {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #9096B2;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

.forgot-password:hover {
  text-decoration: underline;
}

.btn-signin {
  font-family: 'Lato', sans-serif;
  background-color: #FB2E86;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  height: 38px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 16px;
}

.btn-signin:hover {
  background-color: #d8216f;
  text-decoration: none;
}

.create-account {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #9096B2;
  text-align: center;
}

.create-account a {
  color: #9096B2;
  font-weight: 400;
  text-decoration: none;
  padding-left: 4px;
}

.create-account a:hover {
  text-decoration: underline;
}





 /* Sign up */

.signup-section {
  /* min-height: 100vh; */
  background-color: white;
}

.signup-box {
  border: 1px solid white;
  border-radius: 6px;
  background-color: #fff;
}

h3 {
  font-family: 'Josefin Sans', sans-serif;
  color: black;
  font-size: 32px;
}

.form-control {
  font-family: 'Lato', sans-serif;
  border-radius: 2px;
  padding: 12px;
  font-size: 16px;
}

.btn-primary {
  font-family: 'Lato', sans-serif;
  background-color: #ff2a92;
  border: none;
  padding: 12px;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 3px;
}

.btn-primary:hover {
  background-color: #e0277b;
}

/* a {
  font-family: 'Lato', sans-serif;
  color: #ff2a92;
  text-decoration: none;
  font-size: 17px;
}

a:hover {
  text-decoration: underline;
} */





 
 /* Cart */
.cart-section {
      padding: 60px 20px;
    }
.cart-container {
      padding: 60px 20px;
      max-width: 1217px;
      margin: auto;
      position: relative;
      z-index: 0;
    }
    .product-cell {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .product-cell img {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: 4px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .product-desc {
      font-size: 13px;
      font-style: italic;
      opacity: 0.6;
    }

    .price-text, .total-text {
      font-weight: 600;
    }

    .btn-action {
      background-color: #FB2E86;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 4px;
    }

    .btn-action:hover {
      background-color: #e4237a;
    }

    .cart-totals{
      color: #1D3178;
      font-weight: bold;
    }
    .cart-totals-container {
      background: #E8E6F1;
      border-radius: 8px;
      padding: 20px;
    }

    .totals-row, .discount-row {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
    }

    .discount-row {
      color: #FB2E86;
    }

    .shipping-note {
      font-size: 12px;
      margin-top: 15px;
    }

    .btn-proceed {
      background-color: #19D16F;
      color: #fff;
      border: none;
      width: 100%;
      padding: 10px;
      margin-top: 20px;
    }

    .btn-proceed:hover {
      background-color: #16ac5a;
    }

    .calculate-shopping {
      text-align: center;
      margin-top: 20px;
      font-weight: 700;
      cursor: pointer;
    }




    

.card-title {
  font-family: 'Josefin Sans', sans-serif;
  color: #0D0E43;
  font-weight: bold;
  font-size: 2rem;
}

.card-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

.pcart-container {
  width: 100%;
  max-width: 731px;
}

.card {
  border: none;
  border-radius: 15px;
  padding: 20px;
}

/* Button */
.btn-pink {
  background-color: #FF1788;
  color: white;
  border-radius: 3px;
  padding: 8px 24px;
  border: none;
}

.btn-pink:hover {
  background-color: #731d3a;
  color: white;
  text-decoration: none;
}

/* Decorative Icons */
.right img,
.clock img,
.notebook img {
  display: block;
  margin: 0 auto;
}

/* Adjust icon sizes */
.clock img {
  width: 50px;
  height: 50px;
}

.right img,
.notebook img {
  width: 40px;
  height: 40px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .card-title {
    font-size: 1.5rem;
  }

  .btn-pink {
    padding: 8px 16px;
    font-size: 14px;
  }
}





/* Complete */

.card-title {
  font-family: 'Josefin Sans', sans-serif;
  color: #0D0E43;
  font-weight: bold;
  font-size: 36px;
}

.btn-pink {
  background-color: #FF1788;
  color: white;
  border-radius: 3px;
  padding: 8px 20px;
  border: none;
}

.btn-pink:hover {
  background-color: #731d3a;
  color: white;
  text-decoration: none;
}

/* Decorative Icons */
.right img,
.green-right img,
.notebook img {
  width: 40px;
  height: 40px;
}

.green-right img {
  width: 50px;
  height: 50px;
}

.ccart-container {
  width: 100%;
  max-width: 731px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-title {
    font-size: 28px;
  }

  .right img,
  .green-right img,
  .notebook img {
    width: 36px;
    height: 36px;
  }
}







 /* Order*/
.order-container {
      padding: 60px 20px;
      max-width: 1217px;
      margin: auto;
      position: relative;
      z-index: 0;
    }

    .table-borderless thead th {
      font-family: 'Josefin Sans', sans-serif;
      color: #1D3178;
      font-size: 20px;
      font-weight: 700;
    }

    .table-borderless tbody td {
      font-family: 'Josefin Sans', sans-serif;
      color: #15245E;
      font-size: 14px;
    }

    .table-borderless tbody tr {
      border-bottom: 1px solid #eee;
    }

    .product-details {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 14px;
      color: #A1A8C1;
      font-weight: 400;
    }

    .product-title {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #000;
    }

    .btn-completed,
    .btn-processing,
    .btn-canceled,
    .btn-accepted {
      font-family: 'Lato', sans-serif;
      color: white;
      font-size: 14px;
      font-weight: 600;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      text-align: center;
      display: inline-block;
      transition: all 0.3s ease;
      padding: 10px 20px;
      text-transform: capitalize;
      letter-spacing: 0.3px;
      position: relative;
      overflow: hidden;
      min-width: 140px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .btn-completed { 
      background: linear-gradient(135deg, #19D16F, #15C766);
      border: 1px solid #19D16F;
    }
    .btn-completed:hover { 
      background: linear-gradient(135deg, #15C766, #13B95C);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(25, 209, 111, 0.3);
      text-decoration: none; 
      color: white;
    }
    
    .btn-processing { 
      background: linear-gradient(135deg, #FB2E86, #E91E63);
      border: 1px solid #FB2E86;
    }
    .btn-processing:hover { 
      background: linear-gradient(135deg, #E91E63, #D81B60);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(251, 46, 134, 0.3);
      text-decoration: none; 
      color: white;
    }
    
    .btn-canceled { 
      background: linear-gradient(135deg, #FF4757, #FF3742);
      border: 1px solid #FF4757;
    }
    .btn-canceled:hover { 
      background: linear-gradient(135deg, #FF3742, #E84142);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(255, 71, 87, 0.3);
      text-decoration: none; 
      color: white;
    }
    
    .btn-accepted { 
      background: linear-gradient(135deg, #7C4DFF, #651FFF);
      border: 1px solid #7C4DFF;
    }
    .btn-accepted:hover { 
      background: linear-gradient(135deg, #651FFF, #6200EA);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(124, 77, 255, 0.3);
      text-decoration: none; 
      color: white;
    }

    .d-flex.align-items-start img {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: 8px;
      border: 2px solid #f0f0f7;
      transition: all 0.3s ease;
    }

    .close-btn {
      width: 20px;
      height: 20px;
      border: 1px solid #e0e0e0;
      border-radius: 50%;
      background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
      color: #666;
      font-size: 14px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: -5px;
      margin-right: 15px;
      transition: all 0.3s ease;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
      flex-shrink: 0;
    }

    .close-btn:hover {
      background: linear-gradient(135deg, #FB2E86, #E91E63);
      color: white;
      border-color: #FB2E86;
      transform: scale(1.1);
      box-shadow: 0 2px 6px rgba(251, 46, 134, 0.3);
    }

    /* Responsive Order Table Styles */
    @media (max-width: 1200px) {
      .order-container {
        padding: 50px 15px;
        max-width: 100%;
      }
      
      .table-borderless {
        font-size: 14px;
      }
      
      .table-borderless thead th {
        font-size: 18px;
        padding: 15px 10px;
      }
      
      .table-borderless tbody td {
        padding: 15px 10px;
        font-size: 13px;
        vertical-align: middle;
      }
      
      .product-details img {
        width: 60px;
        height: 60px;
      }
      
      .btn-completed,
      .btn-processing,
      .btn-canceled,
      .btn-accepted {
        font-size: 12px;
        padding: 8px 14px;
        min-width: 110px;
        border-radius: 5px;
      }
    }

    @media (max-width: 992px) {
      .order-container {
        padding: 40px 15px;
      }
      
      .table-borderless thead th {
        font-size: 16px;
        padding: 12px 8px;
      }
      
      .table-borderless tbody td {
        font-size: 12px;
        padding: 12px 8px;
      }
      
      .product-details img {
        width: 55px;
        height: 55px;
      }
      
      .btn-completed,
      .btn-processing,
      .btn-canceled,
      .btn-accepted {
        font-size: 11px;
        padding: 6px 12px;
        min-width: 100px;
        border-radius: 4px;
      }
    }

    @media (max-width: 768px) {
      .order-container {
        padding: 25px 10px;
        overflow-x: hidden;
      }
    
      /* Mobile card layout */
      .mobile-order-cards {
        display: block;
      }
      
      .mobile-order-card {
        background: #fff;
        border: 1px solid #e0e6f7;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(21, 36, 126, 0.08);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
      }
      
      .mobile-order-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(21, 36, 126, 0.15);
        border-color: #FB2E86;
      }
      
      .mobile-order-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #FB2E86, #7C4DFF);
      }
      
      .mobile-order-header {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f7;
      }
      
      .mobile-order-header img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
        border-radius: 8px;
        border: 2px solid #f0f0f7;
        transition: all 0.3s ease;
      }
      
      .mobile-order-header img:hover {
        border-color: #FB2E86;
        transform: scale(1.05);
      }
      
      .mobile-product-info {
        flex: 1;
      }
      
      .mobile-product-title {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #1D3178;
        margin-bottom: 8px;
        line-height: 1.3;
      }
      
      .mobile-product-details {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 13px;
        color: #A1A8C1;
        line-height: 1.5;
      }
      
      .mobile-order-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
        padding: 15px;
        background: linear-gradient(135deg, #f8f9ff, #f0f2ff);
        border-radius: 8px;
        border: 1px solid #e8ecff;
      }
      
      .mobile-info-item {
        display: flex;
        flex-direction: column;
        text-align: center;
      }
      
      .mobile-info-label {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 12px;
        color: #1D3178;
        font-weight: 700;
        margin-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      
      .mobile-info-value {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 15px;
        color: #15245E;
        font-weight: 600;
      }
      
      .mobile-order-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
      }
      
      .mobile-order-actions .btn-completed,
      .mobile-order-actions .btn-processing,
      .mobile-order-actions .btn-canceled,
      .mobile-order-actions .btn-accepted {
        flex: 1;
        margin: 0;
        text-align: center;
        border-radius: 8px;
        padding: 12px 8px;
        font-size: 12px;
        font-weight: 600;
      }
      
      .mobile-close-btn {
        background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        flex-shrink: 0;
      }
      
      .mobile-close-btn:hover {
        background: linear-gradient(135deg, #FB2E86, #E91E63);
        color: white;
        border-color: #FB2E86;
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(251, 46, 134, 0.3);
      }
    }

    @media (max-width: 576px) {
      .order-container {
        padding: 20px 8px;
      }
      
      .mobile-order-card {
        padding: 16px;
        margin-bottom: 16px;
        border-radius: 10px;
      }
      
      .mobile-order-header {
        margin-bottom: 16px;
        padding-bottom: 12px;
      }
      
      .mobile-order-header img {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        border-radius: 6px;
      }
      
      .mobile-product-title {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 6px;
      }
      
      .mobile-product-details {
        font-size: 11px;
        line-height: 1.4;
      }
      
      .mobile-order-info {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
        margin-bottom: 16px;
      }
      
      .mobile-info-item {
        text-align: left;
        padding: 8px 0;
        border-bottom: 1px solid #f0f2ff;
      }
      
      .mobile-info-item:last-child {
        border-bottom: none;
      }
      
      .mobile-info-label {
        font-size: 11px;
        margin-bottom: 4px;
      }
      
      .mobile-info-value {
        font-size: 14px;
      }
      
      .mobile-order-actions {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
      }
      
      .mobile-order-actions .btn-completed,
      .mobile-order-actions .btn-processing,
      .mobile-order-actions .btn-canceled,
      .mobile-order-actions .btn-accepted {
        width: 100%;
        margin: 0;
        padding: 14px 16px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
        order: 1;
      }
      
      .mobile-close-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
        align-self: flex-end;
        order: 2;
        margin-top: 8px;
      }
      
      /* Additional small screen optimizations for page header */
      .page-header {
        min-height: 120px !important;
        padding: 20px 0 !important;
        margin-top: 85px !important;
        background-color: #F6F5FF !important;
        display: flex !important;
        align-items: center !important;
      }
      
      .page-title {
        font-size: 1.5rem !important;
        padding: 0 10px !important;
        text-align: center !important;
        width: 100% !important;
        color: #151875 !important;
        font-weight: bold !important;
        margin: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .order-container {
        padding: 15px 5px;
      }
      
      .mobile-order-card {
        padding: 12px;
        margin-bottom: 12px;
        border-radius: 8px;
      }
      
      .mobile-order-header img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
      }
      
      .mobile-product-title {
        font-size: 13px;
      }
      
      .mobile-product-details {
        font-size: 10px;
      }
      
      .mobile-order-info {
        padding: 10px;
        gap: 10px;
      }
      
      .mobile-info-value {
        font-size: 13px;
      }
      
      .mobile-order-actions .btn-completed,
      .mobile-order-actions .btn-processing,
      .mobile-order-actions .btn-canceled,
      .mobile-order-actions .btn-accepted {
        padding: 12px 14px;
        font-size: 12px;
      }
      
      .page-title {
        font-size: 1.25rem !important;
        text-align: center !important;
        width: 100% !important;
        color: #151875 !important;
        font-weight: bold !important;
        margin: 0 !important;
        padding: 0 8px !important;
      }
      
      /* Ensure page header is visible */
      .page-header {
        min-height: 100px !important;
        padding: 15px 0 !important;
        margin-top: 80px !important;
        background-color: #F6F5FF !important;
        display: flex !important;
        align-items: center !important;
      }
    }

    /* Show table on larger screens, hide mobile cards */
    @media (min-width: 769px) {
      .mobile-order-cards {
        display: none;
      }
      
      .table-borderless {
        display: table;
        width: 100%;
        margin-bottom: 0;
      }
      
      .table-borderless th,
      .table-borderless td {
        vertical-align: middle;
        border: none;
        padding: 20px 15px;
      }
      
      .table-borderless thead th {
        border-bottom: 2px solid #e8ecff;
        position: sticky;
        top: 0;
        z-index: 10;
      }
      
      .table-borderless tbody tr {
        transition: all 0.3s ease;
        border-bottom: 1px solid #f0f0f7;
      }
      
      .table-borderless tbody tr:hover {
        background: linear-gradient(135deg, #fafbff, #f5f7ff);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(21, 36, 126, 0.08);
      }
      
      .d-flex.align-items-start {
        align-items: center !important;
      }
      
      .d-flex.align-items-start img {
        transition: all 0.3s ease;
      }
      
      .d-flex.align-items-start img:hover {
        transform: scale(1.05);
      }
    }

    /* Extra large screens optimization */
    @media (min-width: 1400px) {
      .order-container {
        padding: 80px 40px;
        max-width: 1400px;
      }
      
      .table-borderless thead th {
        font-size: 22px;
        padding: 25px 20px;
      }
      
      .table-borderless tbody td {
        font-size: 16px;
        padding: 25px 20px;
      }
      
      .product-title {
        font-size: 16px;
      }
      
      .product-details {
        font-size: 15px;
      }
      
      .btn-completed,
      .btn-processing,
      .btn-canceled,
      .btn-accepted {
        font-size: 15px;
        padding: 12px 24px;
        min-width: 160px;
      }
    }

    /* Container responsive padding */
    @media (max-width: 768px) {
      .container {
        padding-left: 10px;
        padding-right: 10px;
      }
      
      /* Ensure page header container is full width */
      .page-header .container {
        max-width: 100%;
        padding: 0 15px;
      }
    }

    @media (max-width: 576px) {
      .container {
        padding-left: 8px;
        padding-right: 8px;
      }
      
      /* Ensure page header container is full width */
      .page-header .container {
        max-width: 100%;
        padding: 0 10px;
      }
    }

    @media (max-width: 480px) {
      /* Ensure page header container is full width */
      .page-header .container {
        max-width: 100%;
        padding: 0 8px;
      }
    }

    /* Smooth scrolling for better UX */
    .order-container {
      scroll-behavior: smooth;
    }

    /* Loading states and transitions */
    .table-borderless,
    .mobile-order-cards {
      opacity: 1;
      animation: fadeIn 0.5s ease-in-out;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Focus states for accessibility */
    .btn-completed:focus,
    .btn-processing:focus,
    .btn-canceled:focus,
    .btn-accepted:focus,
    .close-btn:focus,
    .mobile-close-btn:focus {
      outline: 2px solid #4A90E2;
      outline-offset: 2px;
    }

    /* High contrast mode support */
    @media (prefers-contrast: high) {
      .mobile-order-card {
        border: 2px solid #000;
      }
      
      .table-borderless tbody tr {
        border-bottom: 2px solid #000;
      }
    }

    /* Reduced motion support */
    @media (prefers-reduced-motion: reduce) {
      .mobile-order-card,
      .table-borderless tbody tr,
      .btn-completed,
      .btn-processing,
      .btn-canceled,
      .btn-accepted,
      .close-btn,
      .mobile-close-btn {
        transition: none;
        animation: none;
      }
      
      .mobile-order-card:hover,
      .table-borderless tbody tr:hover {
        transform: none;
      }
    }

    /* Utility classes for responsive design */
    .order-hidden-mobile {
      display: block;
    }

    @media (max-width: 768px) {
      .order-hidden-mobile {
        display: none !important;
      }
    }

    .order-hidden-desktop {
      display: none;
    }

    @media (max-width: 768px) {
      .order-hidden-desktop {
        display: block !important;
      }
    }

    /* Responsive text utilities */
    .order-text-responsive {
      font-size: 14px;
    }

    @media (max-width: 768px) {
      .order-text-responsive {
        font-size: 12px;
      }
    }

    @media (max-width: 576px) {
      .order-text-responsive {
        font-size: 11px;
      }
    }

    /* Responsive spacing utilities */
    .order-spacing-responsive {
      padding: 20px 15px;
    }

    @media (max-width: 768px) {
      .order-spacing-responsive {
        padding: 15px 10px;
      }
    }

    @media (max-width: 576px) {
      .order-spacing-responsive {
        padding: 12px 8px;
      }
    }

    /* Print styles for orders */
    @media print {
      .order-container {
        padding: 0;
        max-width: none;
      }

      .mobile-order-cards {
        display: none !important;
      }

      .table-borderless {
        display: table !important;
      }

      .btn-completed,
      .btn-processing,
      .btn-canceled,
      .btn-accepted,
      .close-btn {
        display: none;
      }

      .page-header {
        margin-top: 0;
        min-height: auto;
        padding: 20px 0;
      }

      .header,
      .footer,
      .mobile-nav {
        display: none !important;
      }

      body {
        font-size: 12px;
        line-height: 1.4;
      }

      .table-borderless thead th {
        background: #f5f5f5 !important;
        color: #000 !important;
        font-size: 14px !important;
        border-bottom: 2px solid #000 !important;
      }

      .table-borderless tbody td {
        font-size: 12px !important;
        border-bottom: 1px solid #ccc !important;
      }
    }
