/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.statLayout p > strong {
    display: block;
    font-size: 1.5em;
}

.homeHeroHeadline .eael-dch-title-text {
    display: block;
	margin: 0 !important;
}

.elementor-loop-container.elementor-grid {
    grid-auto-rows: auto !important;
}

.homeHeroHeadline {
	.eael-dch-title {
		margin: 0;
	}
	
	.eael-dch-title-text:last-of-type > span {
        background-image: url(/wp-content/uploads/2025/11/cutout-v2.jpg);
        color: transparent;
        background-clip: text;
        background-size: 360%;
        background-position: 40% 65%;
        background-repeat: no-repeat;
	}
}

.homeHero:before {
    mask-image: 
        linear-gradient(to right, transparent 0%, black 30%, black 100%), 
        linear-gradient(to right, black 0%, black 95%, transparent 100%);
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%, 0% 100%; /* first layer full, second starts at 0 */
    mask-composite: intersect;

    animation: reveal-left-to-right 2s ease-out forwards;
}

@keyframes reveal-left-to-right {
    from {
        mask-size: 100% 100%, 0% 100%;
    }
    to {
        mask-size: 100% 100%, 100% 100%;
    }
}

.municipalityLearnMore > a[href='#'] {
    display: none;
}