/* 
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 */
.page-header{
    display: none;
}

:root {
  --page-header-height: -130px;
}

.max-2-lines{
       overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.max-3-lines .jet-listing-dynamic-field__content{
       overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.stage h2{
    margin-bottom: -5px;
}

p strong, ul li strong, p b, ul li b{
    font-weight: bold;
}
p+ul{
    margin-bottom: 20px;
}

.elementor-slideshow__title{
    display: none;
}

.content_column{
    max-width: 850px;
    margin: 0 auto;
}

[data-elementor-type="wp-post"]{
    margin-left: -10px;
    margin-right: -10px;
}

.home_natural text {
    color: #FFFFFF;
    font-family: "din-condensed", Sans-serif;
    font-size: 220px;
    font-weight: 400;
    letter-spacing: -10px;
    opacity: 0.85;
    fill: #fff;
    transform: translate(0 1);
    mix-blend-mode: lighten;
    isolation: isolate;
}
@media (max-height: 800px){
.stats_box_hero{
    scale: 0.5;
    translate: 25% 25%;
}
}



.many_numbers .elementor-counter{
    display: flex;
}

.impact .elementor-counter-number-wrapper{
    width: 40%;
}

.impact .elementor-counter-title{
    width: 60%;
}

.many_numbers .elementor-widget-wrap{
    padding: 0px !important;
}

.many_numbers .elementor-counter-title{
    text-align: left !important;
}

@media screen and (max-width:1024px) {
    .impact .elementor-counter-number-wrapper{
        width: 50%;
    }
}
@media screen and (max-width:767px) {
    .impact .elementor-counter-number-wrapper{
        width: 180px;
    }
}

.hover_column .hover_map,
.hover_column .hover_date,
.hover_column .hover_text,
.hover_column .hover_button
{
    opacity: 0;
    transition: all 0.3s ease;
}
.hover_column .hover_map{
    top: -40px;
}
.hover_column .hover_title{
    bottom: -100px;
    transition: all 0.3s ease;
}
.hover_column:hover .hover_title{
    bottom: 0px;
}
.hover_column:hover .hover_map{
    top: 0px;
    opacity: 1;
}
.hover_column .hover_date,
.hover_column .hover_text,
.hover_column .hover_button{
    bottom: -120px;
}
.hover_column:hover .hover_date,
.hover_column:hover .hover_text,
.hover_column:hover .hover_button{
    opacity: 1;
    bottom: 0px;
}
.hover_column .elementor-element h2{
    opacity: 1 !important;
}

.stats_box_hero .elementor-counter-number-wrapper{
    width: auto;
}

.stats_box_hero .elementor-counter-title{
    width: auto;
}

.elementor-counter-title{
    line-height: 1.5;
}

.elementor-counter > div{
    width: auto;
}

.custom_testimonial .elementor-image-box-content{
    display: flex;
    flex-flow: column-reverse;
}


.custom_testimonial .elementor-image-box-title{
    margin-top: 15px;
}

.flag-icon{
    margin-right: 8px;
}

.country_selector_dropdown-content ul.wordpress-multilingual-multisite-country-selector{
    background-color: #fff;
    padding: 10px 6px;
}

.wordpress-multilingual-multisite-country-selector, .country_selector_dropdown-content{
    border-radius: 5px;
}
.country_selector_dropdown-content{
    right: 0px;
    min-width: 190px;
    background-color: transparent;
    padding-top: 10px;
}

.has-submenu{

}

.elementor-nav-menu .sub-arrow{
    right: -18px;
    top: calc(50% - 7px);
    position: absolute;
}

.menu-item-has-children {
    padding-right: 18px !important;
}

.green_hover:hover *{
    color: #fff !important;
}
.green_hover:hover img{
    filter: grayscale(1);
}

.green_hover img{
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* Set the listing grid container to display as a flex container */
.jet-listing-grid-container {
    display: flex;
    flex-direction: column;
}

/* Set the listing grid items to take up all available space */
.jet-listing-grid__item {
    flex: 1;
}

/* Use align-self property to align the button to the bottom of the grid */
.jet-listing-grid__item .elementor-widget-button {
    align-self: flex-end;
}

.white_overlay .smooth_white_gradient{
    position: absolute !important;
    width: 100%;
    height: 600px;
    top: 0px;
    left: 0px;
    right: 0px;
background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    z-index: 1;
}

.image-gallery img{
    aspect-ratio: 4/3;
    object-fit: cover;
	}
	.image-gallery img:hover{
		cursor: pointer;
	}
	.elementor-arrows-position-outside .swiper-container {
		width: calc(100% - 100px);
	}
	@media screen and (max-width:1024px) {
		.image-gallery:before, .image-gallery:after{
			display: none;
		}
	}
	@media screen and (max-width:767px) {
		.image-gallery:before, .image-gallery:after{
			display: none;
		}
		.image-gallery img{
			aspect-ratio: 16/9;
		}
	}
	
.dropdown_content{
    display: none;
    z-index: 10;
    position: absolute;
    top: 32px;
    right: 0px;
    width: 200px;
    margin-top: -7px;
    padding-top: 10px;
}
.dropdown_content:hover{
    display: block;
}
.dropdown_toggle{
    padding: 5px 0px;
    font-size: 20px;
}
.dropdown_toggle:hover + .dropdown_content{
    display: block !important;
}
.languages{
    display: flex;
}
.selector_of_language a.glink{
    margin-left: 20px;
    color: #000;
}
.selector_of_language a.glink{
    color: #000;
    padding: 4px 13px 4px;
    border: 1px solid #999;
    font-size: 13px;
}
.selector_of_language{
    display: flex;
    align-items: center;
    margin-bottom: -14px;
    margin-top: 14px;
}
.countries{
    position: relative;
}
.dropdown_content ul{
    list-style-type: none;
    padding: 0px;
}
.dropdown_content li{
    background-color: #fff;
}
.dropdown_content li a{
    padding: 7px 14px;
    display: block;
}
.dropdown_content li a:hover{
    background-color: #eee;
}
.language.active{
    background-color: #000;
}
.country_selector_dropdown{
    display: none;
}
.stats_box_hero .elementor-widget-counter{
    max-width: 200px !important;
    --container-widget-width: 200px !important;
}

.countries{
    display: none !important;
}
@media screen and (min-width:1024px){
.by_numbers .elementor-container{
    flex-wrap: wrap;
}
.by_numbers .elementor-column{
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    display: none;
}
.by_numbers .elementor-column:nth-of-type(5),.by_numbers .elementor-column:nth-of-type(6),.by_numbers .elementor-column:nth-of-type(7){
    display: flex;
    width: 33%;
}
}


.geo-popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.geo-popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
	padding-bottom: 40px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
	position: relative;
	border-radius: 2px;
}

.geo-popup-close {
	position: absolute;
	top: 6px;
	right: 15px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.geo-popup-close:hover,
.geo-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.country-selector-nf{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	gap: 30px;
    justify-content: center;
	margin-top: 25px;

}
.country-selector-nf a{
	font-size: 16px;
    text-decoration: none;
    display: block;
    display: flex;
    flex-direction: column;
	text-align: center;
	color: #333;
	font-weight: 300;
	border: 1px solid #999;
	border-radius: 15px;
	padding: 20px;
}
.country-selector-nf a:hover{
	border: 1px solid rgb(32, 32, 32);
}
.country-selector-nf img{
	width: 100px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 3px;
}

.geoip-country-CA .country-new-select:not(.select-geoip-country-CA) {
    opacity: 0.5;
}

.geoip-country-FR .country-new-select:not(.select-geoip-country-FR) {
    opacity: 0.5;
}

.geoip-country-IE .country-new-select:not(.select-geoip-country-IE) {
    opacity: 0.5;
}

.country-new-select {
    opacity: 1; /* Reset opacity for all by default */
}


.first-heading{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.second-heading{
	font-size: 18px;
	text-align: center;
}