@media print {
    body {
        font-family: 'Times New Roman', Times, serif;
        color: #000;
    }

    .navbar,
    .footer,
    .hero-form,
    .cta-section,
    .filter-btn,
    .swiper-pagination,
    .scroll-top-btn,
    .social-icon,
    .newsletter-form,
    .hamburger-menu,
    .mobile-menu,
    .overlay,
    .custom-cursor {
        display: none;
    }

    a {
        text-decoration: none;
        color: #000;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
    }
}
