@media print {
    body {
        background: none !important;
        color: #000;
        font-family: 'Raleway', sans-serif;
        font-size: 12pt;
        margin: 0;
        padding: 0;
    }

    nav, header, footer, .navbar, .carousel, .btn, script {
        display: none !important;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 10px auto;
        page-break-inside: avoid;
    }

    .image-set {
        display: inline-block;
        width: 30%;
        text-align: center;
        margin: 5px;
    }

    p, li {
        font-size: 12pt;
        line-height: 1.5;
        margin: 0.5rem 0;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
        margin: 0.5rem 0;
        page-break-after: avoid;
    }

    ul, ol {
        margin: 0 0 1rem 1.5rem;
    }

    table {
        border-collapse: collapse;
        width: 100%;
        font-size: 10pt;
    }

    th, td {
        border: 1px solid #000;
        padding: 5px;
        text-align: left;
    }

    * {
        box-shadow: none !important;
        background: none !important;
    }

    @page {
        margin: 1in;
    }

    .custom-hr {
        display: none;
    }

    .container {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    #carouselExample {
        display: none !important;
    }

    .btn, a:after {
        content: none !important;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    .customcol, .customcol2 {
        background: none !important;
        color: #000 !important;
    }

    .image-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
        margin: 10px 0;
    }
}