.elementor-62296 .elementor-element.elementor-element-4b26b36{--display:flex;--background-transition:0.3s;}.elementor-62296 .elementor-element.elementor-element-6729292{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS *//* Base Styles */
        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            line-height: 1.8;
            color: #333;
        
            
            padding: 20px;
            background-color: #fff;
        } 
         
        /* Typography */
        h1 {
            font-size: 2.5em;
            color: #2d5f3f;
            margin-bottom: 10px;
            line-height: 1.2;
            font-weight: 700;
        }
        
        h2 {
            font-size: 2em;
            color: #2d5f3f;
            margin-top: 40px;
            margin-bottom: 20px;
            border-bottom: 3px solid #6b8e6f;
            padding-bottom: 10px;
            font-weight: 600;
        }
        
        h3 {
            font-size: 1.5em;
            color: #3d7150;
            margin-top: 30px;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        h4 {
            font-size: 1.2em;
            color: #3d7150;
            margin-top: 20px;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        p {
            margin-bottom: 20px;
            font-size: 1.1em;
        }
        
        /* Links  */
        a {
            color: #2d5f3f;
            text-decoration: none;
            border-bottom: 1px solid #6b8e6f;
            transition: all 0.3s ease;
        }
        
        a:hover {
            color: #6b8e6f;
            border-bottom: 1px solid #2d5f3f;
        }
        
        /* Phone Links - Special Styling */
        a[href^="tel"] {
            font-weight: 700;
            color: #2d5f3f;
            border-bottom: 2px solid #6b8e6f;
            padding: 2px 4px;
        }
        
        a[href^="tel"]:hover {
            background-color: #2d5f3f;
            color: #fff;
            border-bottom: 2px solid #2d5f3f;
        } 
        
        /* Lists  */
        ul {
            margin: 20px 0;
            padding-left: 30px;
        }
        
        li {
            margin-bottom: 12px;
            line-height: 1.6;
        } 

        /* Table of Contents 
        nav {
            background-color: #f0f7f0;
            padding: 25px;
            border-left: 5px solid #2d5f3f;
            margin: 30px 0;
            border-radius: 5px;
        }
        
        nav h2 {
            margin-top: 0;
            font-size: 1.5em;
            border-bottom: none;
        }
        
        nav ul {
            list-style: none;
            padding-left: 0;
        }
        
        nav li {
            margin-bottom: 10px;
        }
        
        nav a {
            font-size: 1.05em;
            border-bottom: none;
            color: #3d7150;
        }
        
        nav a:hover {
            color: #2d5f3f;
            text-decoration: underline;
        }
        
        /* Tables */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background-color: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        thead {
            background-color: #2d5f3f;
            color: #fff;
        }
        
        th {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        td {
            border: 1px solid #ddd;
            padding: 12px;
        }
        
        tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        tbody tr:hover {
            background-color: #f0f7f0;
        }
        
        /* Images */
        img {
            width: 100%;
            max-width: 800px;
            height: auto;
            margin: 30px 0;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        
        /* Emphasized Text */
        strong {
            color: #2d5f3f;
            font-weight: 600;
        }
        
        em {
            color: #666;
        }
        
        /* Sections */
        section {
            margin-bottom: 50px;
        }
        
       
        
        /* Call-to-Action Paragraphs */
        p strong a[href^="tel"] {
            display: inline-block;
            background-color: #2d5f3f;
            color: #fff !important;
            padding: 12px 24px;
            border-radius: 5px;
            border: none;
            margin: 10px 0;
            font-size: 1.05em;
            transition: all 0.3s ease;
        }
        
        p strong a[href^="tel"]:hover {
            background-color: #6b8e6f;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        
        /* FAQ Section Styling */
        #faq div[itemscope] {
            background-color: #f9f9f9;
            padding: 20px;
            margin: 20px 0;
            border-left: 4px solid #6b8e6f;
            border-radius: 5px;
        }
        
        #faq h3 {
            color: #2d5f3f;
            margin-top: 0;
            font-size: 1.3em;
        }
        
        /* Related Resources Box */
        section[style*="background-color:#f9f9f9"] {
            background-color: #f0f7f0 !important;
            padding: 25px !important;
            margin: 40px 0 !important;
            border-left: 5px solid #2d5f3f !important;
            border-radius: 5px;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            
            h1 {
                font-size: 2em;
            }
            
            h2 {
                font-size: 1.6em;
            }
            
            h3 {
                font-size: 1.3em;
            }
            
            table {
                font-size: 0.9em;
            }
            
            th, td {
                padding: 8px;
            }
            
            nav {
                padding: 15px;
            }
        }
        
        /* Print Styles */
        @media print {
            body {
                max-width: 100%;
                font-size: 12pt;
            }
            
            a[href^="tel"] {
                background-color: transparent;
                color: #000;
                border-bottom: 1px solid #000;
            }
            
            img {
                max-width: 400px;
            }
            
            nav, #faq {
                page-break-inside: avoid;
            }
        }
    </style>/* End custom CSS */