/* Start custom CSS for html, class: .elementor-element-9306bec */body {
            font-family: 'Roboto', Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f9;
            color: #333;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        h1,
        h2 {
            color: #2c3e50;
            font-weight: bold;
        }

        h1 {
            font-size: 2.5em;
            text-align: center;
        }

        h2 {
            font-size: 1.8em;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        p {
            font-size: 1em;
            margin-bottom: 20px;
        }

        .toc {
            background-color: #e9ecef;
            padding: 15px;
            border-radius: 8px;
        }

        .toc h3 {
            font-size: 1.4em;
            margin-bottom: 10px;
        }

        .toc ol {
            list-style-type: decimal;
            padding-left: 20px;
        }

        .toc ol li {
            margin-bottom: 5px;
        }

        .toc ol li a {
            color: #007bff;
            text-decoration: none;
        }

        .toc ol li a:hover {
            text-decoration: underline;
        }

        ul {
            list-style-type: disc;
            padding-left: 20px;
        }

        a {
            color: #007bff;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .divider {
            height: 1px;
            background-color: #ccc;
            margin: 40px 0;
        }

        .contact-info {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }

        .contact-info a {
            color: #fff;
            background-color: #0F1A60;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 16px;
        }

        .contact-info a:hover {
            background-color: #0EA4C0;
        }

        /* Media Queries for responsiveness */
        @media (max-width: 1200px) {
            .container {
                max-width: 100%;
                padding: 15px;
            }

            h1 {
                font-size: 2.2em;
            }

            h2 {
                font-size: 1.6em;
            }

            .toc h3 {
                font-size: 1.3em;
            }
        }

        @media (max-width: 768px) {
            body {
                line-height: 1.5;
            }

            h1 {
                font-size: 2em;
            }

            h2 {
                font-size: 1.4em;
            }

            p {
                font-size: 0.9em;
            }

            .toc h3 {
                font-size: 1.2em;
            }

            .contact-info a {
                padding: 8px 15px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 1.8em;
            }

            h2 {
                font-size: 1.3em;
            }

            p {
                font-size: 0.85em;
            }

            .toc {
                padding: 10px;
            }

            .toc h3 {
                font-size: 1.1em;
            }

            .toc ol {
                padding-left: 15px;
            }

            .contact-info a {
                padding: 6px 10px;
                font-size: 12px;
            }
        }
.wp-block-search {
    display: none;
}

#right-sidebar {
    display: none;
}/* End custom CSS */