@media print {
  /* Hide non-essential elements */
  .navbar,
  .hero-section,
  #footer,
  .back-to-top,
  .cookie-consent,
  #map,
  .contact-us .php-email-form,
  .btn-learn-more,
  .hero-cta,
  .social-links,
  .presentation-slider,
  .credits,
  .footer-legal {
    display: none !important;
  }

  /* Show sections with borders */
  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  section {
    padding: 20px 0;
    page-break-inside: avoid;
  }

  /* Pricing tables */
  .table {
    border-collapse: collapse;
    width: 100%;
  }
  .table th,
  .table td {
    border: 1px solid #333;
    padding: 6px 10px;
  }
  thead {
    background: #eee !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* Show link URLs inline */
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #555;
  }
  a[href^="#"]::after,
  a[href^="javascript"]::after {
    content: "";
  }

  /* Card styling */
  .card {
    border: 1px solid #ccc;
    box-shadow: none;
    page-break-inside: avoid;
  }
  .card-img {
    display: none;
  }
  .card-body {
    border: none !important;
    box-shadow: none;
    margin-top: 0;
  }

  /* Contact info */
  .contact-us .info h4 {
    padding-left: 0;
  }
  .contact-us .info p {
    padding-left: 0;
  }
  .image-icon-holder {
    display: none;
  }
}
