/* print.css — Balkawa Print Stylesheet */
/* This file is loaded only when printing via media="print" */

*, *::before, *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
}

body {
    background: white !important;
    color: #111 !important;
    font-family: Georgia, serif;
    font-size: 11pt;
    line-height: 1.6;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hide all interactive / decorative elements */
.navbar, .nav-toggle, .floating-btn, .whatsapp-btn, .chatbot-btn,
.chatbot-window, .cookie-banner, .wa-greeting, .mobile-cta-bar,
.scroll-progress-bar, .modal-overlay, .cursor-glow, .hero-gradient-orb,
.grid-overlay, .back-to-top, .loader-wrapper, .marquee-container,
.partners, .gallery-filters, .before-after-section,
.hero-actions, .scroll-indicator, .exit-intent-overlay,
.hero-bg-image, .hero-bg { display: none !important; }

/* Page breaks */
.section { page-break-inside: avoid; padding: 16pt 0; }
section { margin-bottom: 24pt; }

/* Hero print */
.hero {
    min-height: auto !important;
    padding: 24pt 0 12pt !important;
    background: white !important;
    color: black !important;
}

.hero-content { color: black !important; text-align: left; }
.hero-title { font-size: 22pt; color: black !important; }
.hero-subtitle { font-size: 11pt; color: #444 !important; }
.gradient-text { -webkit-text-fill-color: black !important; background: none !important; color: black !important; }

/* Print company info at top */
.navbar::after {
    content: "Balkawa — Cleaning, Hospitality & Contracting | Doha, Qatar | +974 5507 0979 | balkawacleaning@gmail.com";
    display: block !important;
    font-size: 10pt;
    color: #444;
    padding: 8pt 0;
    border-bottom: 1pt solid #ccc;
    margin-bottom: 12pt;
}

/* Cards */
.glass-card {
    border: 1pt solid #ddd !important;
    background: white !important;
    backdrop-filter: none !important;
    page-break-inside: avoid;
}

/* Text */
h1, h2, h3, h4 { color: #111 !important; font-family: Arial, sans-serif; }
p, span, li { color: #333 !important; }

/* Links */
a { color: #111 !important; }
a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
a[href^="#"]::after { content: ""; }
a[href^="tel"]::after { content: ""; }
a[href^="mailto"]::after { content: " (" attr(href) ")"; font-size: 9pt; }

/* Grids */
.services-grid { grid-template-columns: 1fr 1fr !important; gap: 12pt !important; }
.about-grid, .team-grid { grid-template-columns: 1fr 1fr !important; gap: 12pt !important; }
.work-grid { grid-template-columns: 1fr 1fr !important; gap: 12pt !important; }
.contact-wrapper { grid-template-columns: 1fr !important; }
.footer-grid { grid-template-columns: 1fr 1fr !important; }

/* Footer */
footer {
    background: white !important;
    color: #333 !important;
    border-top: 1pt solid #ccc;
    page-break-before: always;
}

/* Hide images that aren't essential */
.service-hero-img img, .work-img {
    max-height: 120pt;
    object-fit: cover;
}

@page {
    size: A4 portrait;
    margin: 2cm;
}

@page :first {
    margin-top: 1cm;
}
