/*
 Theme Name:   Fildisi Child
 Theme URI:    https://themeforest.net/user/euthemians
 Description:  Fildisi Child Theme
 Version:      2.5.0
 Author:       Euthemians Team
 Author URI:   https://euthemians.com
 Template:     fildisi
*/
/*
@font-face {  font-family: Greyclif CF-Regular;  src: url(https://devmission.naturalbytes.ro/wp-content/themes/fildis-child/fonts/greycliff_cf_regular-webfont.woff2);  font-weight: normal;  }

html, body { 
	font-family: "Greyclif CF-Regular", Arial, sans-serif; 
}
*/
html, body { 
	font-family: "Greyclif CF-Regular", Arial, sans-serif; 
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 16px!important;
	}
}

@media only screen and (max-width: 767px) {
	html {
		font-size: 16px!important;
	}
}
/* Containere principale */
.eut-bookmark {
  display: flex;
  align-items: flex-start;
}

.white{
	color: #ffffff!important;
}
.dark-navy{
	color: #494757!important;
}

h1, .eut-h1,
h2, .eut-h2,
h3, .eut-h3,
h4, .eut-h4,
h5, .eut-h5,
h6, .eut-h6{
	letter-spacing: normal!important;
}
.section-footer-site {
    /*background-image: url('assets/images/shutterstock_1440965399.jpg');*/
    background-image: url('assets/images/footer-image-3k.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #373896;
    position: relative;
    /*padding-top: 40vw; */
    padding-top: 20vw; /* înlocuiește fixul 350px pentru scalabilitate */
    /*padding-bottom: 50px;*/
    z-index: 10;
    /*max-height:400px!important;*/
    overflow: hidden;
}

.section-footer-site::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 11;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        /*rgba(255, 255, 255, 1) 2%,*/
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.6) 20%,
        rgba(55, 56, 150, 0.0) 35%,
        rgba(55, 56, 150, 0.4) 45%,
        rgba(55, 56, 150, 0.8) 55%,
        rgba(55, 56, 150, 1) 60%
    );
}
@media (max-width: 768px) {
  .section-footer-site {
    padding-top: 40vw;
    background-position: center top;
    background-size: auto 100%; /* imaginea să-și păstreze înălțimea completă */
  }

  .section-footer-site::after {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 20%,
        rgba(55, 56, 150, 0.0) 0%,
        rgba(55, 56, 150, 0.0) 60%,
        rgba(55, 56, 150, 0.4) 70%,
        rgba(55, 56, 150, 0.8) 80%,
        rgba(55, 56, 150, 1) 80%
    );
  }
}

.section-footer-site .widget-area,
.section-footer-site .light-background {
	z-index: 14;
	position: relative;
}

.site-footer>*,
.widget-area>* {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.site-footer>*,
	.widget-area>* {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}


.widget-area {
	margin-top: 0px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'GreyCliffCF', sans-serif;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	max-width: 1320px;
	padding: 0px 75px;
	margin-left: auto;
	margin-right: auto;
	gap: 30px;
}

.widget-area .widget {
	margin-bottom: 0;
}

.widget-area #menu-social-media li {
	float: left;
}

.widget-area li.menu-social-media a {
	border-radius: 6px;
	border: 1px solid rgb(0, 0, 0, .2);
	padding: 3px 0px;
	margin-right: -1px;
	text-align: center;
	margin-left: -4px;
	margin-top: 4px;
	width: 38px;
	display: inline-block;
}

.widget-area li.menu-social-media a:hover {
	background-color: #EE3042;
	color: #ffffff;
}


.widget p a:link,
.widget p a:visited,
.widget p a:active {
	color: #EE3042;
}

.widget-area .wp-block-image {
	text-align: left;
}


.widget-area-col {
	flex: 2;
	padding-right: 50px;
}

.widget-area-coldemi {
	flex: 1;
}
/*
@media (max-width: 800px) {
  .widget-area {
    display: flex !important;
    flex-wrap: wrap;
    float: none !important;
    clear: none !important;
  }

  .widget-area > div {
    flex: 0 0 46% !important;
    max-width: 46% !important;
    width: 46% !important;
    min-width: 230px;
    box-sizing: border-box;
    padding-right: 1%!important;
    padding-bottom: 20px;
    display: block !important;
  }
}

@media (max-width: 540px) {
  .widget-area > div {
    padding-right: 0!important;
  }
  .widget-area {
      padding-left:40px;
      padding-right:40px;
  }
}
*/
@media (max-width: 800px) {
  .widget-area {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 40px;
  }
    .widget-area-col {
    	padding-right: 0px;
    }

}

@media (max-width: 540px) {
  .widget-area {
    grid-template-columns: repeat(2, minmax(140px, 1fr)); /* mai adaptabil */
    padding-left:24px;
    padding-right:24px;
  }
  .light-background #colophon{
	padding: 0px 24px!important;
    }
 }

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	font-weight: var(--widget--font-weight-title);
	line-height: var(--widget--line-height-title);
}

.widget h1 {
	font-size: var(--global--font-size-md);
}

.widget-area .widget h2,
.eut-widget-title {
	font-size: 19px;
	line-height: 19px;
	color: #ffffff !important;
	margin-top: 0px;
	margin-bottom: 5px;
}

.widget-area .widget h2,
.eut-widget-title,
.widget-area .wp-block-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 19px;
	color: #ffffff !important;
	margin-top: 0px;
	margin-bottom: 5px;
}

.widget-area .dis-menu-block {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.site-content h2.title {
	margin-bottom: 30px;
}

.widget-area .widget h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget-area .widget h4 {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*
.eut-element h4,
h5 {
	color: #ffffff !important;
}
*/

.widget h5 {
	font-size: var(--global--font-size-xs);
}

.contener.limited-contener {
	max-width: 900px;
}

.widget h6 {
	font-size: var(--global--font-size-xs);
}

.widget ul {
	list-style-type: none;
	padding: 0;
}

#menu-main,
#menu-connect {
	margin-bottom: 30px;
}

#menu-main li,
#menu-connect li {
	float: initial;
	padding: 0px;
}

.widget ul li {
	line-height: 28.5px;
	margin: 0 !important;
	padding: 0 !important;
}

.widget ul.sub-menu,
.widget ul.children {
	margin-left: var(--widget--spacing-menu);
}

.widget ul .sub-menu-toggle {
	display: none;
}

/*#eut-hidden-menu .eut-slide-menu ul.eut-menu ul {*/

#eut-hidden-menu ul .sub-menu {
	display: inline-block!important;
}

.eut-slide-menu ul.eut-menu .eut-arrow:after {
/*	content: '\f0da'!important;
	 font-family: "Font Awesome 6 Free"!important;
    font-weight: 400;
	font-size: 18px;*/
/*	content: '\e903';
	font-family: 'fildisi-icons' !important;
	font-size: 18px;
*/
    color: #FFFFFF!important;
}

.widget a,
a.privacy-policy-link {
	/*color: #494757;*/
	color: #FFFFFF;
	text-decoration: none;
	transition: .1s all;
	letter-spacing: 0px;
}

.wpcf7-list-item-label a {
	color: #EE3042;
	text-decoration: none;
	transition: .1s all;
	letter-spacing: 0px;
}

.widget a:link,
.widget a:visited,
.widget a:active {
	color: #ffffff;
	letter-spacing: 0px;
}

.privacy-policy h2 {
	color: #373896;
}

.light-text p {
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 15px;
}

.widget a:not(.eut-outline):not(.eut-btn),
.widget a {
	color: #FFFFFF;
}

#menu-social li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #fff;
	transition: .4s all;
}

#menu-social li:hover {
	background-color: #94357A;
	border-color: #94357A;
}

#menu-social li:hover a {
	color: #ffffff;
	opacity: 1;
}


.widget a:hover,
.widget .current-menu-item a,
a.privacy-policy-link:hover {
	/*color: #EE3042;*/
	color: rgb(238, 48, 66) !important;
	letter-spacing: 0px;
	opacity: .6;
}

#eut-main-header {
	border-bottom: none !important;
}

.eut-main-content-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


/* --------------------------- */
/* ------  Pagina impact ----- */
/* --------------------------- */
.gradient-container {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	justify-content: space-between;
}

#eut-theme-wrapper .eut-bg-primary-2 {
	background-color: #40BC97 !important;
	border-bottom: none !important;
}

.btn-block {
	/*   flex: 1; */
	min-width: 120px;
	text-align: center;
	/*   padding: 1em; */
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform .2s;
}

a.btn_domain_block {
	display: block;
	width: 233px;
	height: 135px;
	text-align: center;
	color: #FFFFFF;
	padding: 25px;
	overflow: hidden;
}

.btn_label {
	padding-top: 0.8em;
}

a.btn_domain_block:hover {
	color: #373896;
}

/*
.btn-block:hover {
  transform: translateY(-4px);
}
*/
/* Culori pentru fiecare buton */
.btn-env {
	background-color: #2aa07c;
}

.btn-health {
	background-color: #8c337a;
}

.btn-tech {
	background-color: #3498db;
}

.btn-econ {
	background-color: #f1c40f;
}

/* Iconițele */
.btn-block img {
	width: 52px;
	height: 52px;
	/*   margin-bottom: .5em; */
}

.flex_wrapper {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	width: auto;
	margin: 0 auto;
	/*   justify-content: space-between; */
}

.eut-column-wrapper:has(> .btn-block) {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	width: auto;
	margin: 0 auto;
	justify-content: center;
}


#eut-page-title .eut-title h1 {
	font-family: "Greyclif CF-Regular", Arial, sans-serif !important;
	font-size: 60px !important;
	font-weight: bold !important;
}

.border-bottom-color {
	color: #FFFFFF !important;
	background-color: #FFFFFF !important;
}

.w-70 {
	padding-left: 15%;
	padding-right: 15%;
}
@media (max-width: 800px) {
    .w-70 {
    	padding-left: 5%;
    	padding-right: 5%;
    }
}

.w-50 {
	padding-left: 25%;
	padding-right: 25%;
}
@media (max-width: 800px) {
/*    .lvca-carousel-item a.btn_block{
        margin-left:auto!important;
        margin-right:auto!important;
    }
*/}

.external-arrows-container {
	text-align: left;
	margin-top: 35px;
	margin-bottom: 15px;
}

.external-arrows-container .slick-prev,
.external-arrows-container .slick-next {
	display: inline-block;
	margin-right: 8px;
}

.slick-prev,
.slick-next {
	background-color: #ffffff !important;
	border: 1px solid #ee3043 !important;
	display: inline-block;
	cursor: pointer;
	color: #ee3043 !important;
	padding: 9px 24px !important;
	text-decoration: none;
}


.env .slick-prev,
.env .slick-next {
	background-color: #3DBB95 !important;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF !important;
}

.env .slick-prev:hover,
.env .slick-next:hover {
	background-color: #ee3043 !important;
	color: #ffffff !important;
}
.white_arrows .slick-prev,
.white_arrows .slick-next {
    background-color: #ffffff00 !important;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF !important;
}
.slick-prev:hover,
.slick-next:hover {
	background-color: #ee3043 !important;
	color: #ffffff !important;
}

.slick-slide a {
	margin-left: 0 !important;

}

.top-n15 {
	margin-top: -15px;
	z-index: 100;
}

.eut-page-title {
	z-index: 4;
}

.eut-single-wrapper {
	z-index: 6;
	position: relative;
}

.over-top-15 {
	margin-top: -105px;
}

#eut-content {
	overflow: visible !important;
}

.my-custom-title-wrapper {
	margin-top: 0;
	margin-left: 0;
}


/* #eut-main-header */
#eut-header
{ 
	background-color: rgba(55,56,150,0) !important;
}
.eut-sticky-header #eut-main-header {
  background-image: none !important;
}


#eut-page-title {
  position: relative;
  overflow: visible !important;
}

.my-custom-title-wrapper {
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top:20%;
	transform: translateY(-50%);
	width: 30%;
	text-align: left;
	z-index: 10;
}
.demo_sites .my-custom-title-wrapper {
	margin-top:-50px;
	transform: translateY(0);
}


.my-custom-title-wrapper .eut-align-center{
	text-align: left !important;
}

 .my-custom-title-wrapper
.my-custom-title-wrapper h1 {
    margin: 0;
    line-height: 1.2;
    text-align: left !important;
}
.page-id-142 .my-custom-title-wrapper {
	position: absolute;
	top: 0;
	margin-top:-161px !important;
	left: 50%;
	transform: translate(-480px, 0);
	text-align: left;
	z-index: 10;
}

.page-id-142 .my-custom-title-wrapper h1 span {
    display: inline-block;
    font-size: 80px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
    clip-path: polygon(0 0, 600px 0, 600px 61px, 282px 61px, 282px 130px, 0 130px);
    -webkit-clip-path: polygon(0 0, 600px 0, 600px 61px, 282px 61px, 282px 130px, 0 130px);
    /*background: rgba(255, 0, 0, 0.3);*/
}

.page-id-142 .eut-title-content-wrapper {
	position: relative;
	isolation: isolate;
	z-index: 1;
}


@media (max-width: 999.98px) { 
    .page-id-142 .my-custom-title-wrapper h1 span {
        clip-path: polygon(0 0, 500px 0, 500px 51px, 182px 51px, 182px 120px, 0 120px);
        -webkit-clip-path: polygon(0 0, 500px 0, 500px 51px, 182px 51px, 182px 120px, 0 120px);
        /*background: rgba(255, 0, 0, 0.3);*/
	}

    .page-id-142 .my-custom-title-wrapper {
		transform: translate(-380px, 10px);
    }
}

@media (max-width: 799.98px) { 
    .page-id-142 .my-custom-title-wrapper h1 span {
		 font-size: 40px;
        clip-path: polygon(0 0, 500px 0, 500px 31px, 132px 31px, 132px 100px, 0 100px);
        -webkit-clip-path: polygon(0 0, 500px 0, 500px 31px, 132px 31px, 132px 100px, 0 100px);
        /*background: rgba(255, 0, 0, 0.3);*/
	}

    .page-id-142 .my-custom-title-wrapper {
		transform: translate(-330px, 30px);
    }
}

.lvca-carousel.lvca-container {
	width: 90%;
}

#colophon {
	justify-content: space-between;
	font-size: 14px;
}

.widget-area h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none !important;
	margin-bottom: 0 !important;
}

.widget-area a {
	color: #EE3042 !important;
}

.widget-area .widget_nav_menu a {
	color: #FFFFFF !important;
}

#eut-page-title .supra_title{
	color: #ffffff!important;
	font-size:20px;
	font-weight: bold;
	margin-bottom: 7px;
    /*text-shadow: 2px 2px 6px rgba(0,0,0,0.4);	*/
}
.dark_subtitle #eut-page-title .supra_title{
	/*color: #494757 !important;*/
}

#eut-content .focus_area{
	background: #373896;
	padding: 60px 40px !important;
	width:auto;
	max-width:445px;
	height:auto;
	right: 0;
	top: -155px;
	color: #ffffff;
	position: absolute;
}
#eut-content h2{
	font-size: 40px;
	font-weight: bold;
	color: #373896;
}

#eut-content .use_case_objectives_challenges .eut-container{
	border-top: 6px solid transparent;

  	border-image: linear-gradient(to right, #33a3dc, #3dbb95);
  	border-image-slice: 1;
	padding: 50px 0 20px 0;
}
#eut-content .use_case_objectives_challenges .left h2{
	color: #33a3dc;
}
#eut-content .use_case_objectives_challenges .right h2{
	color: #3dbb95;
}


.mission-project-card-download-box {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	/*   background: #302d80; */
	border: 1px solid white;
	border-radius: 8px;
	color: white;
	max-width: 360px;
	margin-bottom: 20px;
	letter-spacing: normal!important;
}

.mission-project-card-image img {
	width: 114px;
	height: 163px;
	object-fit: cover;
	overflow:hidden;
	border-radius: 5px;
	border: 1px solid #707070;
}

.mission-project-card-content h3 {
  font-size: 1.2em;
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
	line-height: 1.2em!important;
}

.mission-project-card-content p {
  margin: 0 0 10px;
}

.mission-project-card-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-id-446 a.eut-btn.button {
	margin: 1em 0;
}

.mission-project-card-button:hover {
  background: #c53030;
}

.mission-project-card-button-disabled {
  background: #999;
  cursor: not-allowed;
}
.mission-project-card-content .dropdown-container {
  position: relative;
}
.page-id-508  a.button{
    padding: 10px 20px!important;
    font-size: 14px!important;
}

@media (max-width: 600px) {
    .page-id-508  a.button{
        padding: 10px 20px !important;
        font-size: 14px!important;
    }

}
.mission-project-card-content .dropdown-options {
	position: absolute;
	top: 100%;
	left: 0;
	
	background: #ef3c3c !important;
	/*border-color: #ef3c3c !important;*/
	color: white;
	padding: 6px 16px !important;
	border-radius: 6px;
	text-decoration: none;
	text-transform: none!important;
	font-size: 12px;
	font-weight: normal;
	
/*	background: white;
	color: black;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: 6px;*/
	
	display: none;
	z-index: 1000;
	/*min-width: 160px;*/
	width: auto;
	max-width:360px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.mission-project-card-content .dropdown-options a {
	color: white;
	text-decoration: none;
	text-transform: none!important;
	font-size: 12px;
	font-weight: normal;
	margin-right:0.3rem;
}
.mission-project-card-content .dropdown-options a:hover {
	text-decoration: underline!important;
}

.mission-project-card-content .dropdown-options.active {
  display: block;
}

.padd_20{
    padding:20px !important;
}
.news_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.news_box {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 20px;
  max-width: 400px;
  color: #3d3c4c;
/*   font-family: sans-serif; */
}
.news_box.publication {
	background: none;
  color: #ffffff;
  border: #ffffff 1px solid;
}

.news_text {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

.news_meta {
  font-size: 0.9em;
  color: #5c5b67;
  margin-bottom: 12px;
}

.publication .news_meta {
  color: #ffffff;
}

.news .news_link {
	text-align: right;
}
.news .news_link a {
  color: #e32045;
  font-weight: 500;
  text-decoration: none;
  font-size: 0; /* ascunde textul "Link" */
  position: relative;
  display: inline-block;
}

.news .news_link a:hover {
    color:#373896!important;
 /*text-decoration: underline;*/
}


.news .news_link a::before {
  content: "\f0c1"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  font-size: 1.2rem;
  color: #d6193d;
}


.float_right{
	float:right;
}
.button_white,
.button_red{
		border: 1px solid white;
	border-radius: 7px;
	color:white;
	padding:7px 24px;
	font-size: 1rem;
	font-weight:normal;
	line-height: 1rem;
}
a.button_white{
	color: white;
}
a.button_white:hover{
	color: #ee3042;
	border-color:#ee3042;
}
a.button_red{
	color: #ee3042;
	border-color: #ee3042;
}
a.button_red:hover{
	color: #ffffff;
	border-color:#ee3042;
	background-color: #ee3042;
}

.page-id-446 .rounded_border{
	border: 1px solid white;
	border-radius: 8px;
	color: white;
	padding:2em;
}
.page-id-446 .rounded_border a{
	color: #ffffff !important;
}

#eut-page-title
{
	display: none;
}
.page-id-142 #eut-page-title,
.page-id-508 #eut-page-title,
.demo_sites #eut-page-title
{
	display: block;
}


.page-id-446 #eut-page-title
{
    display: block;
    height: 90px;
}
.page-id-446 #eut-header{
	background-color: #383996;
	padding-bottom: 3em;
}
/*.page-id-488 #eut-header{
	background-color: #8686bf;
	padding-bottom: 3em;
}*/
.without_image_header #eut-page-title{
    display: none;
}

#eut-main-header {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 9999;
}
.eut-single-wrapper {
  z-index: auto !important; 
}
#eut-header {
  z-index: 9998;
}

.without_image_header #eut-main-header,
.event #eut-main-header,
.article #eut-main-header {
    background-image:none!important;
    background-color:#373896 ;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.hide-header-scroll {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.page-id-446 #eut-header,
.page-id-446 #eut-main-header{
    background: #383996!important;
}

.page-id-488 #eut-header{
    background: #8686bf!important;
}

.page-id-488 #eut-header{
	background-color: #8686bf;
	padding-bottom: 3em;
}
.without_image_header.page-id-488 #eut-main-header {
    background-image: linear-gradient(to bottom, rgba(55,56,150,1) 0%, rgba(55,56,150,0.6) 50%, rgba(55,56,150,0.25) 75%, rgba(55,56,150,0) 100% ) !important;
    transition: .6s all;
    background-color: transparent !important;
}
.page-id-446 .pseudo_header{
	padding-bottom: 3em;
}
.page-id-661 .pseudo_header h2,
.page-id-661 .pseudo_header h3,
.page-id-661 .pseudo_header h4,
.page-id-488 .pseudo_header h1,
.page-id-488 .pseudo_header h2,
.page-id-446 .pseudo_header h1,
.page-id-446 .pseudo_header h2,
.page-id-446 .pseudo_header h3,
.page-id-477 .pseudo_header h1,
.page-id-446 .pseudo_header h4{
	color: #ffffff !important;
}
.page-id-446 .pseudo_header h4{
	font-size: 1.6em !important;
}

.page-id-446 .carousel_press_releases .lvca-carousel.lvca-container{
	width: 100%;
	margin: -12px 0 0 -10px !important;
	padding: 0!important;
	height: 490px;
	overflow: hidden;
}
.page-id-446 .carousel_press_releases .slick-slide {
	width: 360px !important;
	margin-right: 1.8rem;
}
.page-id-446 .carousel_communication_materials .slick-slide {
	/*width: 220px !important;*/
	margin-right: 0.9rem;
}
.page-id-446 .carousel_communication_materials .lvca-carousel.lvca-container{
	width: 100%;
/* 	margin-right: -60px !important; */
	margin: 0 0 0 -10px;
	height: 235px;
	overflow:hidden;
}

.cm_resource-box {
  width: 220px;
  height: 220px;
  background: #33a3dc;
  border-radius: 10px;
  color: #373896;
  /*font-family: sans-serif;*/
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  /*display: flex;*/
  /*flex-direction: column;*/
  justify-content: space-between;
}

.cm_resource-badge {
  background: #373896;
  color: white;
  display: inline-block !important;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
	width: auto !important;
	
  border: 1px solid white;
}

.cm_resource-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}

.cm_resource-download a {
  color: #373896;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  position:absolute;
  bottom: 16px;
  left: 16px;
}
.page-id-446  .section-footer-site{
	margin-top: -25px;
}
.page-id-508 .eut-bg-image.eut-bg-center-center {
	background-position: center -200px !important;
	background-size: auto !important;
}

.page-id-508 .my-custom-title-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top:-544px !important;
  transform: translateX(-300px);
  width: 280px;
  z-index: 10;
}

.page-id-508 .my-custom-title-wrapper h1 span {
    font-size: clamp(5rem, 3.3333rem + 1.3889vw, 4.375rem);
    line-height: 1.2;
    font-weight: bold;
    color: white;
    display: inline-block;
    clip-path: polygon(0 0, 265px 0, 225px 50px, 200px 95px, 173px 139px, 157px 176px, 152px 191px, 127px 242px, 110px 300px, 100px 335px, 0 335px);
    -webkit-clip-path: polygon(0 0, 265px 0, 225px 50px, 200px 95px, 173px 139px, 157px 176px, 152px 191px, 127px 242px, 110px 300px, 100px 335px, 0 335px);
}

.page-id-508 .title1{
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.8rem!important;
    line-height: 1.2em;
    position:absolute;
    top: -440px;
    left:50%;
    margin-left: 15%;
    width: 350px;
    backgroud: none !important;
    z-index: 3;
    text-align:left;
}
@media (max-width: 575.98px) {
    .page-id-508 .title1{
        font-size: 18px!important;
        line-height: 1.2em;
        margin-left: -2%;
        width: 220px;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.4)
    }
}

.page-id-508 .eut-bg-image {
    background-position: center 100px !important;
    position: relative !important;
    z-index: 1;
}


@media (max-width: 1199.98px) {
    .page-id-508 .my-custom-title-wrapper {
        transform: translateX(-220px);
        width: 180px !important;
    }

    .page-id-508 .my-custom-title-wrapper h1 span { 
       font-size: clamp(3.75rem, 3.1818rem + 2.4242vw, 5rem);

       	clip-path: polygon(0 0, 185px 0, 145px 50px, 120px 95px, 93px 139px, 77px 176px, 72px 191px, 47px 242px, 30px 300px, 200px 335px, 0 335px);
   	    -webkit-clip-path: polygon(0 0, 185px 0, 145px 50px, 120px 95px, 93px 139px, 77px 176px, 72px 191px, 47px 242px, 30px 300px, 200px 335px, 0 335px);
		
	}
}

@media (max-width: 767px) {
    .page-id-508 .my-custom-title-wrapper {
        transform: translateX(-220px);
        width: 180px !important;
    }

    .page-id-508 .my-custom-title-wrapper h1 span { 
        font-size: 35px;
        margin-left:40px;
       	clip-path: polygon(0 0, 185px 0, 145px 50px, 120px 95px, 93px 139px, 77px 176px, 72px 191px, 47px 242px, 30px 300px, 200px 335px, 0 335px);
   	    -webkit-clip-path: polygon(0 0, 185px 0, 145px 50px, 120px 95px, 93px 139px, 77px 176px, 72px 191px, 47px 242px, 30px 300px, 200px 335px, 0 335px);
		
	}
	.page-id-508 .title1{
        font-size: 18px!important;
	}
   /* .page-id-508 .title1{
        font-size: 18px!important;
	}*/
}

@media (max-width: 575.98px) {
    .page-id-508 .eut-bg-image.eut-bg-center-center {
    	background-position: center -200px !important;
    }
    .page-id-508 .my-custom-title-wrapper {
      width: 180px;
    }
/*    .page-id-508 .my-custom-title-wrapper h1 span {
        font-size: 50px;
    }
*/
}

.font-white{
    color: #ffffff !important;
}
.summary.text-center {
   margin-bottom: 200px;
}
.summary.text-center .top-20{
    width:70%;
    margin: -200px auto 0 auto;
    text-align: center;
}

.summary.text-center .bottom-20{
    margin: 1rem auto -180px auto;
    text-align: center;
}
@media (max-width: 600px) {
    .page-id-508 .presantation_movie {
        /*margin-top:-20px!important;*/
        margin-bottom:-100px!important;
    }
    .summary.text-center {
       margin-bottom: 120px!important;
    }
    .pseudo_header.media{
        padding-top:0!important;
    }
    
    .page-id-446 .tri_columns{
        padding-top:20px!important;
    }
}

 
.lvca-carousel.lvca-container{
	width: 100%;
	/*margin: 0 -20px 0 -20px;*/
	margin: 0 0 0 0;
}
.lvca-carousel-item{
    padding: 0!important;
}

.lvca-carousel-item .cm_resource-title{
    font-size: 14px !important;
}

/*.page-id-142 .lvca-carousel-item{
    width:254px !important;
    overflow:hidden;
}
*/.page-id-142 .lvca-carousel-item a{
    margin:0!important;
}

.key_facts .slick-slide {
  padding: 0 0;
  box-sizing: border-box;
}

.key_facts .lvca-carousel-item {
  width: 100%; 
  padding: 0 15px 0 0 !important;
  display: flex;
  justify-content: center;
}

.key_facts_box {
  width: 100%;
  max-width: 299px;
  height: 315px;
  background-color: #2fb0e6;
  color: white;
  padding: 30px 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.2;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width: 1199.98px) {
    .key_facts_box {
       font-size: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .key_facts_box {
       font-size: 14px;
    }
}


.key_facts_icon {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}

.key_facts_icon img {
  max-height: 64px;
  width: auto;
}

.key_facts_text {
  flex-grow: 1;
}
.key_facts .lvca-carousel.lvca-container{
    margin: 0;
}

.page-id-508 #eut-content .eut-single-wrapper,
.page-id-508 #eut-content 
.page-id-508  .eut-single-wrapper,
.page-id-508 

{
        backgroud: none !important;
}

.page-id-508 .eut-bg-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #373896 100%);*/
  z-index: 2;
  pointer-events: none;
}
/*
.page-id-508 #eut-page-title .eut-bg-image {
   mask-image: linear-gradient(to bottom, rgba(55,56,150,1) 0%, rgba(55,56,150,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(55,56,150,1) 0%, rgba(55,56,150,0) 100%);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  
}
*/
.page-id-508 #eut-page-title .eut-bg-image {
  mask-image: linear-gradient(to bottom,
    rgba(55,56,150,1) 66.66%,  
    rgba(55,56,150,0) 100%    
  );
  -webkit-mask-image: linear-gradient(to bottom,
    rgba(55,56,150,1) 66.66%,
    rgba(55,56,150,0) 100%
  );
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.page-id-508 #eut-theme-wrapper .eut-bg-primary-2 {
	background-color: #383996 !important;
}


.page-id-508 h4 {
  color: #383996 !important;
  margin-bottom: 2rem;
}

.reverse_gradient_violet1
{
    /*.reverse_gradient_violet {*/
    position: relative;
    z-index: 25;
    background: linear-gradient(to bottom, 
        rgba(55,56,150,0) 0%, 
        rgba(55,56,150,0.25) 25%, 
        rgba(55,56,150,0.6) 75%, 
        rgba(55,56,150,1) 100%);
    height: 150px; 
    margin-top: -150px; 
    pointer-events: none;
    z-index: 4;
}
.page-id-508 .eut-single-wrapper{
    background-color: #FFFFFF00 !important;
}
/* Impact page 142 */
.page-id-142 #eut-page-title .eut-bg-image {
	/* Proprietatea standard */
	mask-image: linear-gradient(to top, transparent 0%, black 100%);
	/* Prefix pentru WebKit */
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%, black 100%);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	display: block;
	/* ca să nu apară spaţii nedorite */
}

.section-footer-site .widget_nav_menu:nth-of-type(1) ul.menu .menu-button {
	display:none;
}
.section-footer-site .widget-area-coldemi > .widget_nav_menu:last-of-type ul.menu .menu-item:not(.menu-button) {
  display: none;
}
.section-footer-site .widget_nav_menu li{
	line-height: 20px;
}

.page-id-477 #eut-main-header{
	background-color: #3dbb95;
}

.presentation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
  justify-content: center;
  /*padding: 2rem;*/
  padding: 2rem 0;
}

.presentation-box {
  display: flex;
  gap: 1rem;
  border-radius: 10px;
/*   background: white;
  box-shadow: 0 0 8px rgba(0,0,0,0.08); */
  padding: 0;
  align-items: center;
	margin-bottom: 2em;
}

.presentation-image {
  width: 133px;
  height: 148px;
  object-fit: cover;
  border-radius: 7px;
}

.presentation-content {
  flex: 1;
}

.presentation-title {
  font-weight: 700;
  font-size: 1.2rem;
	color: #494757;
  margin: 0;
}
h3.presentation-title {
		color: #494757;
  margin: 0;
	line-height: 1.3em;
}

.presentation-text {
  font-size: 0.95rem;
  margin: 0.5rem 0 1rem;
}

.presentation-button {
  background-color: #ea2f34;
  border: none;
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.latest .lvca-carousel.lvca-container{
	width: 100%;
	margin: 0 0 0 0;
}

.latest-event-box {
    background-color: #2da4db;
    border-radius: 7px;
    padding: 17px;
    margin-right:14px;
    width: 374px;
    height: 399px;
    color: white;
}
.latest-event-box a{
    color: #FFFFFF!important
}

.latest-event-image {
  width: 340px;
	height: 199px;
  height: auto;
  border-radius: 7px;
  margin-bottom: 1rem;
}

.latest-event-content {
/*   display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; */
}

.latest-event-title {
	margin-top: 2em;
  font-weight: bold;
  font-size: 17.6px;
  /*font-size: 1.1rem;*/
/*   margin-bottom: 1rem; */
  line-height: 1.2em;
}

.latest-event-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 15px;
  /*font-size: 0.95rem;*/
  flex-wrap: wrap;
  gap: 0.5rem;
}

.latest-event-date i {
  margin-right: 0.4rem;
  color: white;
}

.latest-event-location {
  font-weight: bold;
}

.newsletter-form {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  color: white !important;
}
#eut-content .newsletter-form form, #eut-content .newsletter-form form label{
	color: #ffffff !important;
}
.newsletter-form h2 {
  text-align: center;
  font-weight: bold;
	color: #ffffff;
  margin-bottom: 30px;
}
#eut-content .newsletter-form h2{
	color:#ffffff;
}

.newsletter-form form {
  display: flex;
  flex-direction: column;
}
.form-row {
  display: flex;
  gap: 10px;
}
.newsletter-form .form-row input {
  flex: 1;
   border-radius: 0 !important;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
   background: transparent;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid white !important;
  color: white;
  padding: 12px 0!important; 
  margin-bottom: 30px;
  font-size: 18px;
}
.newsletter-form input::placeholder {
  color: #ffffff !important;
   opacity: 1;
  font-size: 16px !important;
}
.newsletter-form label.checkbox {
  color: #ffffff !important;
  text-align: center;
  width: auto;
  margin: 0 auto 2.2rem auto;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  margin-bottom: 40px;
}

.checkbox input[type="checkbox"] {
  width: 22px;
  height: 22px;
}
.checkbox span {
  color: white !important;
}
.checkbox a {
  color: #f44336;
  text-decoration: none;
  font-weight: 500;
}


.eut-separator-top {
	position: absolute;
	top: 1px !important;
}

.eut-separator-bottom {
	position: absolute;
	bottom: 1px !important;
}
.newsletter-form button {
  background: #f44336;
  color: white;
  font-size: 16px !important;
  width: 180px;
  margin: 0 auto;
  padding: 10px 0 !important;
  border: none;
  border-radius: 8px !important;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: none !important;
}
.newsletter-form button:hover {
  background: #d63031;
}


.gradient-transition-violet {
  height: 120px;
  background: linear-gradient(to bottom, #383996 0%,  rgba(56,57,150, 0.9) 20%,  rgba(56,57,150, 0.75) 40%, rgba(51,47,141,0.5) 60%, transparent 100%);
background-color:transparent!important;
  z-index: 25;
}
.section-footer-site{
    margin-top: -2em;
}
@media (max-width: 800px) {
.section-footer-site{
    margin-top: -40px;
}
.footer_logo {
  width: clamp(72px, 18vw, 164px);
}

}
@media (max-width: 540px) {
.section-footer-site{
    margin-top: -70px;
}
}
.page-id-142 #eut-page-title::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #3dbb95;
	z-index: 0;
}

.page-id-142 #eut-page-title .eut-background-wrapper {
	background: #3dbb95;
}

.page-id-142 .title2 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -325px);
	width: 40%;
	text-align: left !important;
	color: #ffffff;
	line-height: 1.2em;
	font-size: clamp(2rem, 0.25rem + 0.7576vw, 1.5rem);
	font-weight: bold;
	z-index: 10;
}
@media (max-width: 1199.98px) {
    .page-id-142 .title2{
	    /*font-size: clamp(3rem, 0.25rem + 0.7576vw, 1.5rem);*/
	    /*font-size: clamp(1.5, 0.25rem + 0.7576vw, 1.5rem);*/
	    font-size: clamp(1.5rem, 0.25rem + 0.7576vw, 1.5rem);
        transform: translate(0, calc(-275px - 7vh));
        transition: transform 0.3s ease-out;
    }
}

@media (max-width: 600px) {
    .page-id-142 .title2{
        transform: translate(0, -445px);
        text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	    width:60%;
    }
    .page-id-142 .my-custom-title-wrapper {
    	transform: translate(-100px, -85px);
    }
    .page-id-142 .my-custom-title-wrapper  h1 span{
    	clip-path:none;
    }
    .about_demo{
        /*padding-top:80px;*/
        padding-top:clamp(80px, calc(525px - 27vw),  135px);
    }
    .eut-bookmark {
        display: block !important;
    }
    .w-50{
        padding-left: 0;
        padding-right: 0;
    }
    .carousel_communication_materials .lvca-container{
        margin-left: 0!important;
    }
    .cm_resource-box {
        width: 90vw;
    }
    .button_white.float_right,
    .button_red.float_right{
        clear:both;
        display: block !important;
    float: none !important;
    width: fit-content;
        /*display:inline-block;*/
        /*width:auto!important;*/
    }
    .tri_columns .slick-slide{
        margin-left:-15px;
    }
    .external-arrows-container {
    	text-align: left;
    	margin-top: 10px;
    	margin-bottom: 0;
    }

    /*.half_row{
        width:100%!important;
    }
    
.eut-column-1-2 {
	width: 100.0%!important;
}*/

}

@media (max-width: 450px) {
    .page-id-142 .title2{
	    width:70%;
    }
}

.article .eut-row{
    width:70%;
    margin-left:auto;
    margin-right:auto;
}
.article #eut-page-title
{
	display: block;
	height: 370px!important;
	min-height: 370px!important;
	overflow: hidden!important;
}
.article .eut-background-wrapper 
{
	height: 370px!important;
	overflow: hidden!important;
}
.article .eut-wrapper{
    /*display: none;*/
    position: relative;
    z-index:15;
}
.article .page_title h1 {
    color:#ffffff;
    /*font-size: clamp(1.75rem, 0.9659rem + 0.7576vw, 1.5rem) !important;*/
    font-size: clamp(1.875rem, 1.7105rem + 0.7018vw, 2.5rem)!important;
    line-height: 0.9em;
}
.article .page_title {
    position: absolute;
    left: 50%;
    top: 0px;
   transform: translate(-50%, -300px);
   background: transparent!important;
   z-index:2;
}
.article h2{
    font-size: 1.5rem !important;
    line-height: 1.3em !important;
}
.article .large_image{
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 2rem;
    margin-bottom:0;
}
.article .large_image img{
    width: 100% !important;
    max-width: 100% !important;
}
.article .image_caption{
    margin-left: -40px;
    margin-top: 0;
    margin-bottom:2rem;
    width:90%;
}
.article #eut-content h2{
	color: #494757;
}
.article #eut-page-title {
    background-color: #13233c!important;
}

.event .eut-bg-image::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(56,57,150,1) 0%, rgba(56,57,150,0.8) 40%, rgba(56,57,150,0.3) 70%, rgba(56,57,150,0) 100%);
  z-index: 1;
  pointer-events: none;
}
.event  .eut-bg-image {
  position: relative;
  z-index: 0; 
}
.article.event  .page_title .eut-row{
    width: 70%!important;
    margin-left:0!important;
    margin-right:0!important;
}
/*
.article.event .page_title {
    position: absolute;
    left: 50%;
    margin-left:-50;
    top: 0px;
   background: transparent!important;
   transform: translate(0, 0);
   transform: translate(0, -300px);
   
   z-index:2;
}
*/
.article.event .page_title {
    max-width: 1170px; 
    width:100%;
    margin: 0 auto;
    transform: translate(-50%, -300px); 
}

.quote{
    color: #ffffff;
    padding: 1.5rem;
    background: #383996;
    font-size: 1.3rem;
    font-weight: bold;
}
.quote .author{
    font-size: 0.9rem;
    font-weight: normal;
}
.eut-section.quote_row{
    padding:0!important;
}
.quote_row .wpb_raw_code,
.quote_row .wpb_raw_html,
.quote_row .wpb_content_element,
.full_separator .wpb_raw_code,
.full_separator .wpb_raw_html,
.full_separator .wpb_content_element{
    margin-bottom:0!important;
}
.eut-row.full_row_wrapper{
    width: 100%!important;
}
a.share_article_link{
  background: #f44336;
  color: white;
  font-size: 16px !important;
  margin: 0 4px;
  padding: 7px 10px!important;
  border: none;
  border-radius: 8px !important;
  font-weight: normal;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: none !important;
}
a.share_article_link:hover {
  background: #d63031;
}
/*.page-id-508 #eut-content{
    padding-top:80px;
    margin-top: -80px;
}
*/

/* ----------------------------------------- */
/* Elimină separatorul alb sub header (pagina 508) */
/* ----------------------------------------- */

.page-id-508 .eut-main-content-wrapper > .eut-container {
    padding-top: 0 !important;
    /*margin-top: -80px !important;*/
    background: transparent !important;
}
.page-id-508 #eut-content {
    background: transparent !important;
}
.page-id-508 #eut-page-title .eut-bg-image {
    height: 1450px !important; 
}

.page-id-508 #eut-page-title .eut-wrapper {
    min-height: 1450px !important;
    height: auto !important;
}


/*debug */
.page-id-508 #eut-page-title {
    min-height: 1000px !important;
    height: 1000px !important;
}

.page-id-508 .eut-bg-image {
    position: relative;
    z-index: 0;
}

.page-id-508 .eut-bg-image::after {
  content: "";
  position: absolute;
  bottom: 480px;
  left: 0;
  width: 100%;
  height: 200px; /* Doar partea de jos */
  background: linear-gradient(to bottom,
      rgba(56, 57, 150, 0) 0%,
      rgba(56, 57, 150, 0.3) 30%,
      rgba(56, 57, 150, 1) 65%,
      rgba(56, 57, 150, 1) 100%);
      z-index: 1;
  pointer-events: none;
}

/*.page-id-508 .eut-single-wrapper{
    margin-top: -30px;
}
*/
.text-center{
    text-align:center;
}
.mt-3{
    margin-top: 3rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.eut-widget .menu-button.outline a{
    padding: 0 0.4em 0.4em 0.4em;
  background: none;
  color: #fff;
  border-radius: 4px;
	border: #fff 1px solid;
}
.slick-slider {
    padding: 0 !important;
    width:100%;
  }
.rouded_corners{
     border-radius: 10px!important;
 
}

.page-id-477 #eut-header.eut-sticky-header #eut-main-header:not(.eut-header-logo-top), 
.page-id-477 #eut-header.eut-sticky-header #eut-main-header #eut-bottom-header {
    background-color: rgba(61,196,149,0.95);
}

.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px !important;
}
.article .my-custom-title-wrapper{
    display: none;
}
h1 {
  /*text-shadow: 2px 2px 6px rgba(0,0,0,0.4);*/
}
.eut-element.eut-video iframe {
  border-radius: 12px;
  overflow: hidden;
}


body .glossary_wrapper {
  display: flex !important;
  align-items: flex-start !important;
  gap: 40px !important;
}

/* Selector litere în stil grid pe 3 coloane */
body .glossary-nav {
  position: sticky;
  top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 67px);
  gap: 12px;
  justify-content: start;
  padding-left: 10px;
  flex-shrink: 0 !important;
}

/* Butoane litere A-Z */
body .glossary-nav button {
  background: transparent!important;
  border: 1px solid #ffffff!important;
  border-radius: 6px;
  font-weight: bold;
  color: #3928af!important;
  font-size: 15px;
  cursor: pointer;
  width: 67px;
  height: 38px;
  padding-top: 10px !important;
  text-align: center;
  line-height: 1em;
  transition: background 0.2s ease-in-out;
  overflow:hidden;
  font-size:1rem!important;
  line-height:1rem!important;
}

body .glossary-nav button:hover {
  background: rgba(255,255,255,0.1)!important;
}

/* Glosarul propriu-zis */
body .glossary-entries {
  flex-grow: 1;
  padding-top: 0;
  
  max-height: calc(38px * 1.75 * 9 + 40px);
  overflow-y: auto !important;
  scroll-behavior: smooth;
  padding-right: 10px;
  scrollbar-width: none !important;

}
body .glossary-entries::-webkit-scrollbar {
  display: none !important;
}

body .glossary-group {
  margin-bottom: 50px;
  position: relative !important;
  padding-top: 0;
}

body .glossary-group h2 {
  font-size: 1.8rem !important;
  line-height: 1.2em;
  font-weight: bold;
  color: #3928af !important;
  position: relative !important;
  margin-bottom: 30px;
}

/* Linia care pornește din dreptul literei */
body .glossary-group h2::after {
  content: "" ;
  display: block ;
  height: 1px;
  background: white !important;
  position: absolute !important;
  left: 2.2em;
  right: 0;
  top: 50% ;
  transform: translateY(-50%);
}


body .glossary-group h3 {
  font-size: 1.2rem!important;
  line-height: 1.2em!important;
  font-weight: bold;
  color: #3928af!important;
  margin-bottom: 20px;
}

body .glossary-group .entry {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 20px);
  margin: 0 10px 30px 10px;
  color: #000;
}

/* Responsive fallback */
@media (max-width: 768px) {
  body .glossary_wrapper {
    flex-direction: column;
  }

  body .glossary-nav {
    position: relative;
    grid-template-columns: repeat(6, 1fr);
    padding-left: 0;
  }

  body .glossary-entries {
    padding-top: 20px;
  }

  body .glossary-group .entry {
    width: 100%;
  }

}
.float-left{
    float:left!important;
}
.wp-image-673{
    margin: 6px 10px 0 0;
}

.page-id-661 #eut-header{
    background: #fcbb14!important;
}

.page-id-661 #eut-main-header{
    background-image: none!important;
}

.news .news_link a {
  font-size: 0!important; /* ascunde textul "Link" */
  position: relative;
  display: inline-block;
}
.latest-grid {
  display: none;
  margin-top: 40px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* desktop */

  /* responsive */
}
@media (max-width: 800px) {
  .latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .latest-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#eut-header .eut-main-menu .eut-wrapper > ul > li ul {
    background-color: #00000088!important;
}

/* Ajustare individuală pentru item */
.latest-grid .lvca-carousel-item {
  display: block !important;
  width: 100% !important;
}

.page-id-661 #eut-header.eut-sticky-header #eut-main-header:not(.eut-header-logo-top), 
.page-id-661 #eut-header.eut-sticky-header #eut-main-header #eut-bottom-header {
    background-color: rgba(257,187,20,0.95);
}
.page-id-661 .pseudo_header h1{
    color: #373896;
}

.anchor_name{
    background:transparent;
    border: none;
    visibility: hidden!important;
    height:0 !important;
    overflow: hidden;
    /*display:none!important;*/
}

#eut-header .eut-horizontal-menu ul.eut-menu ul {
	top: 70px !important;
	margin-left: 10px !important;
}
.section-footer-site .sub-menu{
    display:none!important;
}
.section-footer-site .outline{
    margin-top:3px !important;
}
    
.page-id-142 .eut-bg-image{
    background-image: url('assets/images/impact-header-4k.jpg')!important;
}
.media-h1{
    margin-bottom: 3rem !important;
}
.media-h2{
    margin-bottom: -3rem !important;
}
.quote_row{
    margin-top: 20px;
    margin-bottom:20px;
}

.mission-project-card-button, 
button.dropdown-toggle, 
.page-id-446 a.eut-btn.button ,
.news_box a.button,
a.button
{
	background: #ef3c3c !important;
	border-color: #ef3c3c !important;
	color: white;
	padding: 6px 16px !important;
	border-radius: 6px!important;
	text-decoration: none;
	text-transform: none!important;
	font-size: 12px;
	font-weight: normal;
	transition: background 0.3s;
}

@media (max-width: 600px) {
    .latest .lvca-carousel {
        margin-top:20px!important;
    }
    .latest .eut-container{
        width:100%;
        margin-left:15px;
        margin-right:15px;
    }
    .page-id-488 #eut-content h2{
    	font-size: 30px;
    }
    .latest-event-box {
       max-width: calc(100vw - 30px)!important;
       margin-right:0!important;
    }
    .latest-event-box img{
        width:100%!important;
    }
    .page-id-488 .button_white{
    	padding: 7px 12px!important;
    	font-size: 1.1rem!important;
    }
    .page-id-488 .checkbox {
      font-size: 16px;
    }
    .article .eut-row{
        width:100% !important;
    }
    .article .eut-bookmark {
        display: block !important;
    }
    .article.event .page_title .eut-row {
        width: 90% !important;
        margin-top: -60px;
    }
    .article .page_title .eut-row {
        width: 90vw !important;
        
    }
    .article .full_row,
    .event .full_row{
        padding-left:20px;
        padding-right:20px;
        margin-bottom:20px;
    }
    .article .share_article_link,
    .event .share_article_link{
        margin: 10px 0 0 0!important;
    }
    .article .page_title {
        /*position: absolute;*/
        left: 50%;
        top: 0px;
       transform: translate(-58%, -330px);
       background: transparent!important;
       z-index:2;
       
    }
    .article .image_caption{
        margin-left: 0px;
        margin-top: 0;
        margin-bottom:2rem;
        width:90%;
    }

    .my-custom-title-wrapper {
        position:relative!important;
    	text-shadow: 2px 2px 6px rgba(0,0,0,0.4)
    }
    .page-id-431 .my-custom-title-wrapper,
    .page-id-788 .my-custom-title-wrapper,
    .page-id-789 .my-custom-title-wrapper {
        margin-top:-180px;
    }
    .glossary-entries{
        margin-top:60px;
    }
    body .glossary-nav button {
      width: auto;
      height: auto;
      padding: 10px 18px!important;
      font-size:1rem!important;
      line-height:1rem!important;
    }
    .page-id-446 .carousel_press_releases .slick-slide {
    	width: auto!important;
    	margin-right:30px;
    }
    .page-id-446 .carousel_item {
    	width:auto!important;
    }

    .page-id-446 .carousel_press_releases .lvca-carousel.lvca-container{
    	margin: -5px 0 0 0px !important;
    }
    .page-id-446 .carousel_press_releases .external-arrows-container{
        margin-top: -30px;
    }
    .mission-project-card-download-box {
        max-width: 770px;
        width: calc(100vw - 36px)!important;\
        /*margin-right:2px;*/
        /*width: 100vw!important;*/
        /*padding:15px;*/
    }
}
