.elementor-1839 .elementor-element.elementor-element-2301eab{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-502de6a *//* ==== Print Only CSS for Business/Profile Builder (Preview-only) ==== */
@media print {

  /* A4 পৃষ্ঠা সেটআপ (Portrait) */
  @page {
    size: A4;
    margin: 12mm;       /* প্রয়োজনে 10–15mm টিউন করতে পারো */
  }

  /* ডিফল্টভাবে সব লুকাও */
  body * {
    visibility: hidden !important;
  }

  /* শুধু Preview কার্ড দেখাও */
  #preview, #preview * {
    visibility: visible !important;
  }

  /* Preview কে পেজের ওপর বসাও */
  #preview {
    position: absolute !important;
    inset: 0 auto auto 0 !important; /* top-left */
    width: 100% !important;
    max-width: none !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;  /* চাইলে রাখো */
    border-radius: 0 !important;           /* প্রিন্টে সোজা এজ ভালো লাগে */
    box-shadow: none !important;
  }

  /* পুরো লেআউটের অন্যান্য অংশ লুকাও */
  header,
  .brandbar,
  #builderCard,
  .grid > .card:first-child,   /* left/builder card */
  .menu-panel,
  .btn,
  .pill,
  .toggle,
  .help,
  select,
  input,/* End custom CSS */