/* Print Stylesheet for OnlineTranslation.ae */ @media print { /* Reset and Base Styles */ * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } body { font-family: Georgia, 'Times New Roman', serif; font-size: 12pt; line-height: 1.5; color: #000; background: #fff; } /* Hide Non-Essential Elements */ .header-mobile, .footer-bar, nav, .sidebar, .sidebar-overlay, .search-overlay, .hero-cta-group, .contact-buttons, .footer-social, button, .submit-btn, .skip-link { display: none !important; } /* Page Setup */ @page { margin: 2cm; size: A4; } /* Typography */ h1, h2, h3, h4, h5 { page-break-after: avoid; page-break-inside: avoid; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } h1 { font-size: 24pt; margin-bottom: 12pt; } h2 { font-size: 18pt; margin-top: 12pt; margin-bottom: 8pt; } h3 { font-size: 14pt; margin-top: 10pt; margin-bottom: 6pt; } p, li { font-size: 11pt; line-height: 1.6; orphans: 3; widows: 3; } /* Links */ a { text-decoration: underline; color: #000; } a[href^="http"]:after { content: " (" attr(href) ")"; font-size: 9pt; font-style: italic; } a[href^="#"]:after, a[href^="tel:"]:after, a[href^="mailto:"]:after { content: ""; } /* Images */ img { max-width: 100% !important; page-break-inside: avoid; } .hero-image { display: block; margin: 0 auto 20pt; max-height: 100pt; } /* Tables */ table { border-collapse: collapse; width: 100%; page-break-inside: avoid; } th, td { border: 1pt solid #000; padding: 8pt; text-align: left; } th { background: #f0f0f0 !important; font-weight: bold; } /* Lists */ ul, ol { margin-left: 20pt; } /* Sections */ section { page-break-inside: avoid; margin-bottom: 20pt; } /* Footer */ .footer { margin-top: 30pt; padding-top: 10pt; border-top: 2pt solid #000; } .footer-brand p { font-size: 10pt; margin-bottom: 8pt; } /* Contact Information */ .contact-info { page-break-inside: avoid; margin-top: 20pt; padding: 10pt; border: 1pt solid #000; } /* Print-Specific Content */ /* QR Code for URL */ /* Page Breaks */ /* Forms - Show Labels Only */ form { border: 1pt solid #000; padding: 10pt; page-break-inside: avoid; } input, textarea, select { border: none; border-bottom: 1pt solid #000; padding: 2pt; font-size: 10pt; } /* Service Cards */ .service-card, .feature-card { border: 1pt solid #ccc; padding: 10pt; margin-bottom: 10pt; page-break-inside: avoid; } /* Pricing Tables */ .pricing-card { border: 2pt solid #000; padding: 10pt; margin-bottom: 15pt; page-break-inside: avoid; } /* Hero Section */ .hero-section { text-align: center; margin-bottom: 20pt; page-break-after: avoid; } .hero-title { font-size: 20pt; margin-bottom: 10pt; } /* Contact Details - Always Print */ }