 /* Modal Overlay Background */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #00000099;
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        /* Modal Content Box */
        .modal-content {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            width: 80%;
            max-width: 900px;
            height: 80%;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        /* Close Button (X mark) */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            color: #aaa;
        }

        .close-btn:hover {
            color: #333;
        }

        /* Responsive PDF Iframe */
        .pdf-iframe {
            width: 100%;
            height: 100%;
            border: none;
            margin-top: 25px;
        }

        .home_page_btnnn_hhhh_one{
		display: none;
	}