/* Force requirements section to print on a new page (back side) */
.print-page-break {
  display: block;
  page-break-before: always;
  break-before: page;
  height: 0;
  margin: 0;
  padding: 0;
}

#printRequirements {
  page-break-before: always;
  break-before: page;
  width: 105mm !important;
  max-width: 105mm !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  font-size: 0.85rem !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -52.5mm !important;
}
@media print {
  @page {
    size: A4 portrait;
    margin-top: 2mm;
    margin-bottom: 5mm;
    margin-left: 0;
    margin-right: 0;
    /* Hide browser header/footer/title */
    @top-center { content: none; }
    @top-left { content: none; }
    @top-right { content: none; }
    @bottom-center { content: none; }
    @bottom-left { content: none; }
    @bottom-right { content: none; }
  }
  html, body {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  body {
    display: block !important;
    /* fallback for browsers that ignore flex in print */
  }
  .container, #allFilerTaxTable, #printBtn, header, footer {
    display: none !important;
  }
  #printQuotation {
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    width: 105mm !important;
    min-width: 105mm !important;
    max-width: 105mm !important;
    background: #fff !important;
    color: #222 !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: -52.5mm !important;
    right: auto !important;
    bottom: auto !important;
    /* Fallback flex centering for some browsers */
    display: block !important;
  }
  /* Flexbox fallback for centering if absolute fails (rare) */
  body.print-centered {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-height: 100vh !important;
  }
  #printQuotation::before {
    content: 'QAZI AIJAZ & CO';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 2.8rem;
    color: #bfa46b;
    opacity: 0.8; /* increased from 0.5 to 0.8 for a darker watermark */
    font-family: 'Merriweather', serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 10000;
  }
  #printQuotation table {
    width: 98% !important;
    margin: 0 auto !important;
    font-size: 0.85rem !important;
  }
  #printQuotation td, #printQuotation th {
    padding: 2px 2px !important;
    font-size: 0.85rem !important;
  }
}
