/*!
Theme Name: Ttwentytwentyone-child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: jojobrt
Author URI: https://wordpress.org/
Description: Description
Version: 1.5.9
License: GNU General Public License v2 or later
License URI: LICENSE
Template: twentytwentyone
Text Domain: twentytwentyone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
/
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* =====================
   Button sticky
   ====================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.support-btn {
    background: url(../twentytwentyone-child/assets/img/Baloon.svg);
    border-radius: 0;
    box-shadow: 0 0px #ffffff;
    border: none;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    display: inline-block;
    position: fixed;
    z-index: 99;
    max-width: 260px;
    word-break: break-all;
    right: 5px;
    top: 100%;
    text-align: center;
    background-size: cover;
    min-height: 130px;
}

.support-btn a {
    padding: 0 6px;
    word-break: break-word;
    display: inline-block;
    text-transform: inherit;
    font-size: 19px;
    font-family: 'Droid Serif', Georgia, serif;
    color: #fff;
    position: relative;
    z-index: 9;
    line-height: 25px;
    margin: 0;
}

.support-btn a:hover {
    color: #fff;
}


.support-btn::before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.support-btn:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 0;
}


.support-btn a:after {
    z-index: 9999;
    content: '';
    pointer-events: none;
    opacity: 0.3;
    background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, var(--text-color) 5px, var(--text-color) 6px, transparent 6px);
    width: 100%;
    height: 110%;
    top: 20px;
    left: 0;
    position: absolute;
    animation: bubbles 2s linear infinite both;
}

.support-btn .playstore-google {
    display: flex;
    padding: 0px 5px 0 20px;
    justify-content: space-between;
}

.support-btn p {
    margin: 21px 0 2px 0;
    color: #1978b6;
    font-size: 26px;
    line-height: 40px;
}

.page-id-9454  .support-btn p , 
.page-id-6885 .support-btn p {
    color: #2AA465;
}

.support-btn {
    opacity: 0;
}

.support-btn.visible {
    opacity: 1;
    top: 70%;
}

.elementor-flip-box__layer__inner img {
    margin: 0px auto;
    max-width: 615px;
    width: 100%;
}

.height-cstm .elementor-flip-box {
    height: 470px;
}

.limited-impact .elementor-price-table__price,
.green-impact .elementor-price-table__price, .free-impact .elementor-price-table__price, .community-impact .elementor-price-table__price {
    position: relative;
    padding-top: 80px;
    padding-bottom: 10px;
}


.green-impact .elementor-price-table__price:before {
    content: '';
    background: url(assets/img/GreenImpact.png);
    position: absolute;
    top: 20px;
    width: 50px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}

.limited-impact .elementor-price-table__price:before {
    content: '';
    background: url(assets/img/LimitedImpact.png);
    position: absolute;
    top: 30px;
    width: 74px;
    height: 62px;
    background-size: contain;
    background-repeat: no-repeat;
}

.free-impact .elementor-price-table__price:before {
    content: '';
    background: url(assets/img/FreeImpact.png);
    position: absolute;
    top: 30px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}

.community-impact .elementor-price-table__price:before {
    content: '';
    background: url(/wp-content/uploads/2024/03/CommunityImpact.png);
    position: absolute;
    top: 30px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}

.green-impact .elementor-price-table:before {
    content: '';
    background: url(assets/img/GreenImpact_crown.png);
    position: absolute;
    top: -30px;
    width: 44px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-cstm .elementor-widget .elementor-widget-container {
    height: 100%;
}

.pricing-cstm .elementor-widget {
    height: 100%;
}
.pricing-cstm .elementor-price-table {
    display: flex;
    flex-wrap: wrap;
}

.pricing-cstm .elementor-price-table > div {
    width: 100%;
}

.pricing-cstm .elementor-price-table .elementor-price-table__footer {
    order: 2;
    padding-bottom: 50px;
}

.pricing-cstm .elementor-price-table .elementor-price-table__header {
    order: 1;
}

.pricing-cstm .elementor-price-table .elementor-price-table__price {
    order: 2;
}

.pricing-cstm .elementor-price-table ul.elementor-price-table__features-list {
    order: 5;
    width: 100%;
    padding-bottom: 30px;
}

.green-impact  .elementor-price-table__header{
        background: rgb(43,165,101);
    background: linear-gradient(90deg, rgba(43,165,101,1) 0%, rgba(112,222,108,1) 100%);

}
.limited-impact  .elementor-price-table__header{
    background: rgb(25,120,182);
background: linear-gradient(90deg, rgba(25,120,182,1) 0%, rgba(0,206,225,1) 100%);

}
.free-impact .elementor-price-table__header{
    background: rgb(233,83,68);
    background: linear-gradient(90deg, rgba(233,83,68,1) 0%, rgba(190,22,34,1) 100%);
}
.community-impact .elementor-price-table__header{
    background: rgb(245,191,51);
    background: linear-gradient(90deg, rgba(245,191,51,1) 0%, rgba(231,127,34,1) 100%);
}


.book-pdf {}

.book-pdf ._3d-flip-book {
    max-width: 250px !important;
    width: 100%;
}

.book-pdf ._3d-flip-book .book-thumbnail {
    max-width: 250px !important;
    width: 100%;
}

.book-pdf ._3d-flip-book .book-thumbnail a {
    max-width: 250px !important;
    width: 100%;
    display: block;
}

.book-pdf ._3d-flip-book .book-thumbnail a img {
    max-width: 250px !important;
    width: 100%;
}






#clouds{
	padding: 100px 0;
	background: transparent;
}

/*Time to finalise the cloud shape*/
.cloud {
	width: 200px;
	height: 60px;
	background: #dbf0fa;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	position: relative;
	position: absolute;
	top: 30px;
	left: 50px;
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute;
	background: #dbf0fa;
	width: 100px;
	height: 80px;
	position: absolute;
	top: -15px;
	left: 10px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
	-webkit-animation: moveclouds 23s linear infinite;
	-moz-animation: moveclouds 23s linear infinite;
	-o-animation: moveclouds 23s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
	left: -30px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; /*opacity proportional to the size*/
	
	/*Speed will also be proportional to the size and opacity*/
	/*More the speed. Less the time in 's' = seconds*/
	-webkit-animation: moveclouds 17s linear infinite;
	-moz-animation: moveclouds 17s linear infinite;
	-o-animation: moveclouds 17s linear infinite;
	bottom: auto;
	top: 80%;
	position: absolute;
}

.x3 {
	left: -20px;
	top: -200px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
	position: absolute;
	top: 10px;
}

.x4 {
	left: -60px;
	top: -250px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75; /*opacity proportional to the size*/
	-webkit-animation: moveclouds 10s linear infinite;
	-moz-animation: moveclouds 10s linear infinite;
	-o-animation: moveclouds 10s linear infinite;
	top: 90px;
}

.x5 {
	left: -80px;
	top: 85%;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	-webkit-animation: moveclouds 10s linear infinite;
	-moz-animation: moveclouds 10s linear infinite;
	-o-animation: moveclouds 10s linear infinite;
	position: absolute;
}
.clouds-cs {
    position: absolute;
    height: 100%;
    z-index: 9;
    overflow: unset;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 500px;opacity:0.1}	
	10% {opacity:0.4}	
		20% {opacity:0.6}	
			30% {opacity:0.8}	
				40% {opacity:0.9}	
				50% {opacity:1}	
				60% {opacity:0.9}	
				70% {opacity:0.7}	
						80% {opacity:0.4}	
								90% {opacity:0.1}	
	100% {margin-left: -150px;opacity:0}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 400px;}
	100% {margin-left: -150px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 400px;}
	100% {margin-left: -150px;}
}
.clouds-div .elementor-column:nth-child(2) {
    position: relative;
    z-index: 9;
}

span.elementor-field-option input {
    width: 25px !important;
    display: inline-block !important;
}

 span.elementor-field-option input[type=checkbox] {
    border: 1px solid #333;
    border-radius: 4px;
}
span.elementor-field-option input[type=checkbox]:checked{
    background: #1978b6 !important;
    border-color: #1978b6;
}
span.elementor-field-option input[type=checkbox]:checked:after {
    left: 7px;
    top: 4px;
    border-color: #fff !important;
}



.support-btn.sticky-btn {
    background-size: contain;
    max-width: 280px;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 158px;
    font-family: 'Montserrat', sans-serif;
    top: auto;
    bottom: 45px;
}

.support-btn.sticky-btn span.close-btn {
    position: absolute;
    right: 34px;
    top: 10px;
    background: url(assets/img/Close_icon_blue.svg);
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    border-radius: 20px;
}

.support-btn.sticky-btn p {
    font-size: 16px;
    line-height: 23px;
    max-width: 365px;
    width: 100%;
    margin: 15px auto 10px;
    letter-spacing: 0.1px;
}

.support-btn.sticky-btn p {
    color: #333;
}

.support-btn.sticky-btn a {
    background: #1978b5;
    font-size: 15px;
    line-height: 33px;
    border-radius: 13px;
    padding: 2px 21px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    word-spacing: 2px;
}
.support-btn.sticky-btn a:hover
{
	transform: scale(1.07);
}


span.info-icon {
    background: url(assets/img/Info_company.svg);
    border-radius: 0;
    box-shadow: 0 0px #ffffff;
    border: none;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    display: inline-block;
    position: fixed;
    z-index: 9;
    max-width: 70px;
    word-break: break-all;
    right: 35px;
    text-align: center;
    background-size: cover;
    min-height: 70px;
    width: 100%;
    bottom: 100px;
    opacity: 0;
}

.support-btn.sticky-btn.visible.show-sticky {
    opacity: 0;
    z-index: 0;
}
.visible.show-sticky + span.info-icon{opacity: 1;}
.info-icon , 
.support-btn.sticky-btn span.close-btn {

    cursor: pointer;
}
.elementor-popup-modal{
	  transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}

.elementor-popup-modal.header-scrolled {
    bottom: -100%;
}
.footer-cstm-line .elementor-icon-list-items li a:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    bottom: 0;
    background: #fff;
    left: 0;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.footer-cstm-line  .elementor-icon-list-items li a {
    position: relative;
    width: auto;
}
.footer-cstm-line  .elementor-icon-list-items li a:hover:after  {
    width: 100%;
}
.footer-cstm-line  .elementor-icon-list-items li a:hover span{
    color: #fff !important;
}

.green-btn-job {
    position: fixed;
    top: 110px;
    z-index: 999;
    right: 0;
    width: 200px !important;
}

.green-btn-job img {
    width: 240px !important;
}


.page-id-4477 .support-btn p {
	color: #2AA465;}


body:not(.home) .elementor-popup-modal{
	display:none !important
}
body.home .elementor-section-wrap {
    overflow-x: hidden;
}

.inz-woo-slider {
    padding: 20px !important;
}

.inz-woo-slider .inz-content {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    height: 100%;
    position: relative;
}

.inz-woo-slider .media-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.inz-woo-slider .media-date img {
    height: auto !important;
       max-width: 140px !important;
}

.inz-woo-slider .inz-woo-title {
    margin-bottom: 20px;
    font-family: "Montserrat", Sans-serif;
}

.inz-woo-slider .read-more {
    background: #333;
    border-radius: 24px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #269DC4;
    background-color: #269DC4;
    color: #fff;
    display: inline-block;
    max-width: 160px;
    width: 100%;
    text-align: center;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    font-family: "Montserrat", Sans-serif;
   text-transform: inherit;
}
.inz-woo-content .read-more-btn {
    text-align: center;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.inz-woo-slider .read-more:hover {
    background: #1978b6;
    border-color: #1978b6;
    transform: scale(1.1);
}


.slide-flex button.slick-prev {
    left: 17px !important;
    z-index: 9;
}
.slide-flex button.slick-next {
    right: 30px !important;
}

.slide-flex .slick-arrow:before {
    color: #000000;
    font-size: 35px;
}
.slide-flex .slick-dots li button:before {
    font-family: 'slick';
	font-size: 15px;
}

.inz-woo-title h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
}

.inz-woo-content p {
    text-align: justify;
}

.slide-flex button{
	background: transparent !important;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.inz-woo-content {
    padding-bottom: 70px;
}
/* .wpml-ls-current-language {
    display: none !important;
} */
button.sub-menu-toggle {
    display: none;
}


.slider-banner-cs {
        min-height: 540px;
    position: relative;
}

.slider-banner-cs .elementor-widget-container {
    margin: 40px 0!important;
}
.logo-left {
    float: left;
    max-width: 100px;
}

.certifi-footer-logo {
    float: left;
    max-width: 40px;
    margin-left: 30px;
}


.certificare-header {
 position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    max-width: 80px;
}

.certificare-header-ISO {
 position: absolute;
    top: 0;
    right: 80px;
    z-index: 9;
    max-width: 80px;
}

.footer-cstm-line .elementor-widget-wrap.elementor-element-populated {
    align-items: center;
}

input[type=checkbox]:after {
	left: 33px !important;
	top: 5px !important;
	transform: rotate(40deg)!important;
}

.iubenda-tp-btn.iubenda-cs-preferences-link.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
	right: 84px !important;
    bottom: 17px !important;
}

.linkblue {color: #4385D5 !important;
	text-decoration:underline !important;}


.linkwhite {color: #FFFFFF !important;
	text-decoration:underline !important;}

