.elementor-325 .elementor-element.elementor-element-7f71ffc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-99e1065 */.container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        h1, h2, h3 {
            font-family: 'Georgia', serif;
            color: #1a3c34;
        }
        h1 {
            font-size: 2.5em;
            text-align: center;
            margin-bottom: 20px;
        }
        h2 {
            font-size: 1.8em;
            margin-top: 40px;
            border-bottom: 2px solid #1a3c34;
            padding-bottom: 10px;
        }
        h3 {
            font-size: 1.4em;
            margin-top: 20px;
        }
        p {
            margin-bottom: 15px;
            font-size: 1.1em;
        }
    
       
        .section {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .list-item {
            margin-bottom: 10px;
        }
        .list-item strong {
            color: #1a3c34;
        }
        .table-container {
            overflow-x: auto;
            margin-bottom: 20px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        th, td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: left;
        }
        th {
            background-color: #1a3c34;
            color: #fff;
        }
        .call-to-action {
            text-align: center;
            padding: 20px;
            background-color: #1a3c34;
            color: #fff;
            border-radius: 8px;
            margin-top: 20px;
        }
        .call-to-action a {
            color: #ffd700;
            text-decoration: none;
            font-weight: bold;
        }
        .call-to-action a:hover {
            text-decoration: underline;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 2em;
            }
            h2 {
                font-size: 1.5em;
            }
            .hero-image {
                height: 300px;
            }
            .container {
                padding: 10px;
            }
        }/* End custom CSS */