/*
Print Stylesheet for MUJAHED SOLID FOUNDATIONS LTD
*/

/* Reset for print */
* {
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body {
  font-family: Georgia, serif;
  font-size: 12pt;
  line-height: 1.4;
  color: black;
  background: white;
}

/* Hide unnecessary elements */
.nav,
.nav-toggle,
.hero,
.footer,
.btn,
.gallery-grid,
.map iframe {
  display: none !important;
}

/* Show links */
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

/* Page breaks */
a[href]:after {
  content: " (" attr(href) ")";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

/* Don't show links for internal anchors or javascript */
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 20pt 0 10pt;
  page-break-after: avoid;
  page-break-inside: avoid;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 20pt;
  margin-top: 30pt;
}

h3 {
  font-size: 18pt;
}

/* Sections */
.section {
  padding: 20pt 0;
  page-break-inside: avoid;
}

.section-header h2 {
  margin-top: 0;
}

/* Lists */
ul, ol {
  margin: 0 0 15pt 20pt;
}

li {
  margin-bottom: 5pt;
}

/* Contact Info */
.contact-list {
  list-style: none;
  margin-left: 0;
}

.contact-list li {
  margin: 5pt 0;
}

/* Images */
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}

/* Company logo */
.logo-mark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
}

.logo-text {
  display: inline;
  font-weight: bold;
}

/* Print utility classes */
.no-print {
  display: none !important;
}

.print-only {
  display: block !important;
}