/* Print Stylesheet */
@page {
    margin: 12mm;
}

body {
    color: #000 !important;
    background: #fff !important;
    font-size: 12pt;
    line-height: 1.4;
}

/* Hide non-printable elements */
header, nav, .nav, .nav-menu, .nav-toggle,
.whatsapp-fab, .wa-fab,
footer, .footer,
.modal, .modal-backdrop, .modal-content,
.skip-to-content,
.hero-cta, .cta-btn,
.sss-controls,
#sss-search, #sss-category,
.blog-meta .blog-read-more {
    display: none !important;
}

/* Show URLs for external links */
a:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    color: #666;
}

/* Don't show URLs for internal anchors */
a[href^="#"]:after,
a[href^="tel:"]:after,
a[href^="mailto:"]:after {
    content: "";
}

/* Image handling */
img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
}

/* Section breaks */
section {
    page-break-inside: avoid;
    margin-bottom: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000 !important;
}

/* Tables and cards */
.card, .service-card, .blog-card {
    border: 1px solid #ddd !important;
    background: #fff !important;
    box-shadow: none !important;
    margin-bottom: 10px;
    page-break-inside: avoid;
}

/* Contact info emphasis */
.contact-item {
    margin-bottom: 15px;
}

.contact-item h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Remove animations and transitions */
* {
    transition: none !important;
    animation: none !important;
    transform: none !important;
}
