/* <label class="custom-checkbox"><input type="checkbox" id="acord1"><span class="checkmark"></span> <span class="checkbox-label">Am citit și sunt de acord cu regulamentul campaniei.</span></label> */

html,body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	background-color:#F8F8F8;
	cursor: none;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5 { font-family: "Outfit", sans-serif;  font-weight:bold }
h1 { font-size:60px; font-weight:bold; }
h2,.h1-homepage { font-size:42px; color:#222E34; }
h3 { font-size:32px; }
h4 { font-size:32px; }
h5 { font-size:24px; }
.single-articol h1 { font-size:40px; }
p { font-size:16px; color:#707070; }
img { max-width: 100%; }
* { box-sizing: border-box; }
.pretitle { color:#FB8351; font-size:14px; font-family: "Outfit", sans-serif;  font-weight:bold; }
a,a:visited,a:hover {
	color: inherit;
}

header {
	position: relative;
	width:100%;
	min-height: 35vh;
	padding-bottom:50px;
	overflow: hidden;
}

.header-title {
	min-height: 20vh;
}

.header-title h1 {
	transform-origin: left top;
	transition:.1s all ease-out;
}

.header-title p {
	font-size:20px;
	color:#fff;
	margin: 0;
	padding:0;
}

.fundalheader {
	position: absolute;
	height:calc(100% - 50px);
	overflow: hidden;
	border-radius:0 0 300px 0;
	top:0;
	left:0;
	width:100%;
}

.fundalheader img {
	position: absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	left:0;
	top:0;
}

.fundalheader:after {
	content:'';
	background: transparent linear-gradient(270deg, #9193A45C 0%, #9193A4 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

header:after {
	content:'';
	background-image:url('../images/buline.svg');
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom:0;
	left:min(0px, calc(50% - 880px));
	width:350px;
	height:100%;
}

header.other:after {
	background-image:url('../images/linii.svg');	
}	

header > .container {
	padding-top:200px;
	padding-bottom:40px;
	position: relative;
	z-index: 2;
}

.container {
	max-width:1260px;
}

.portofoliu-wrapper {
	max-width:1260px;
	width:100%;
	margin:0 auto;
	position:relative;
}

nav {
	position: fixed;
	top:30px;
	width:100%;
	left:0;
	z-index: 10;
	transition:.3s all;
}

nav.scrolled {
	top:0;
	background-color:#9A9BA8;
}

nav.scrolled .container-meniu {
	box-shadow:none;
	padding:15px 0;
}

nav.scrolled .desktop-ticker {
	display:none;
}

.desktop-ticker {
	background-color:#D4D4D4;
	border-radius:20px 20px 0 0;
	padding:7px 25px;
	font-size:14px;
	font-family: "Outfit", sans-serif;
	font-weight: 300;
	display: flex;
	color:#504E4E;
	justify-content: space-between;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.13)
}

nav.scrolled .desktop-ticker {
	padding:5px 25px;
	font-size:13px;
}

.desktop-ticker span > b {
	margin-left:10px;
	font-weight: 700;
}

.desktop-ticker a,.desktop-ticker a:hover, .desktop-ticker a:visited {
	text-decoration: none;
	color:#504E4E;
}

.mobile-ticker {
  width: 100%;
  color:#504E4E;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  top:0; left:0;
  display:none; 
  font-family: "Outfit", sans-serif; 
  font-weight: 300;
  width:100%; 
  background-color:#D4D4D4; 
  padding:5px 0;
}

.ticker-track {
  display: flex;
  position: relative;
  width: fit-content;
}

.ticker-content {
  display: inline-block;
  white-space: nowrap;
}

.ticker-content span {
  display: inline-block;
  margin-right: 30px;
}

.ticker-content span > b {
	margin-left:5px;
	font-weight: 700;
}

.container-meniu {
	background-color:#9A9BA8;
	border-radius:0 0 20px 20px;
	padding:15px 50px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.13);
	transition:.3s all;
}

.container-meniu .logo {
	max-height: 60px;
	transition:.3s all;
}

nav.scrolled .container-meniu .logo {
	max-height: 50px;
}

.wp-element-button {
	all:unset;
	cursor:pointer;
}

.buton-standard,.buton-standard:hover, .buton-standard:visited,
.wp-element-button, .wp-element-button:hover, .wp-element-button:visited {
	background: #FB8351 0% 0% no-repeat padding-box;
	border-radius:25px;
	font-size:14px;
	color:#fff;
	border:2px solid #FB8351;
	text-decoration: none;
	padding:10px 45px;
	font-family: "Outfit", sans-serif; 
	font-weight: 700;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition:.8s all;
	z-index: 0;
}

.buton-standard:hover,
.wp-element-button:hover {
	color:#FB8351;
}

.buton-standard:before,
.wp-element-button:before {
    content: "";
    position: absolute;
    transform-origin: center top;
    bottom: 0%;
    right: 0%;
    width: 0%;
    height: 0%;
    background-color: #fff;
    transition: width 0.8s ease-out, height 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
    transform: translate(50%, 50%);
    border-radius: 50%;
    z-index: -1;
}

.buton-standard:hover:before,
.wp-element-button:hover:before {
    width: 300%;
    height: 300%;
}	

.buton-harta,.buton-harta:hover, .buton-harta:visited {
	padding-left:50px;
}
.buton-harta:after {
	content:'';
	position:absolute;
	width:24px; 
	height:24px;
	transition:.3s all;
	left:10px; 
	top:8px;
	background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.972 11.291a9 9 0 1 0-8.322 9.686M3.6 9h16.8M3.6 15h8.9'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.578 9.018m6.043 8.103a3 3 0 1 0-4.242 0Q17.506 20.749 19 22q1.577-1.335 2.121-1.879M19 18v.01'/%3E%3C/g%3E%3C/svg%3E");
}

.buton-standard:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23FB8351' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20.972 11.291a9 9 0 1 0-8.322 9.686M3.6 9h16.8M3.6 15h8.9'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 2.578 9.018m6.043 8.103a3 3 0 1 0-4.242 0Q17.506 20.749 19 22q1.577-1.335 2.121-1.879M19 18v.01'/%3E%3C/g%3E%3C/svg%3E");
}

ul.meniu {
	display:flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.meniu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.meniu > li { position:relative; }

.meniu > li > a, .meniu > li > a:hover, .meniu > li > a:visited {
	display: block;
	font-size:16px;
	color:#fff;
	font-family: "Outfit", sans-serif; 
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.meniu > li > a:after {
	content:'';
	position: absolute;
	width:100%;
	height: 0;
	left:0;
	bottom:-32px;
	background-color:#fff;
	transition:.3s all;
}	

.meniu > li > a:hover:after {
	height:8px;
}

ul.meniu li ul {
	position: absolute;
	left:0;
	padding-left:0;
	width:auto;
	top:70px;
	white-space: nowrap;
	display: none;
}
ul.meniu li ul a:after {
	content:'';
	width:0;
	position: absolute;
	bottom:-2px;
	height: 1px;
	background-color:#ffffff80;
	transition:.3s all;
	left:0;
}	

ul.meniu li ul a:hover:after {
	width:100%;
}

ul.meniu li ul li ul {
	top:0;
	left:100%;	
	padding-left:20px;
}	

ul.meniu li ul li ul li a {
	font-weight:300;	
}	 

ul.meniu > li ul a, .meniu > li ul a:hover, .meniu > li ul a:visited {
	display: inline-block;
	font-size:16px;
	color:#fff;
	font-family: "Outfit", sans-serif; 
	font-weight: 700;
	text-decoration: none;
	position: relative;
	margin-bottom:12px;
}

.submeniu {
	width:100%;
	transition: .1s all;
	opacity: 0;
	height: 0;
	
}

.submeniu.opened {
	border-top:1px solid #ffffff80;
	padding-top:5px;
	margin-top:13px;
	margin-bottom:10px;
	opacity: 1;
}

.language-switcher {
	font-size:16px;
	margin-left:15px;
	display:flex;
}

.language-switcher a,.language-switcher a:visited, .language-switcher a:hover {
	text-decoration: none;
	font-size:16px;
	font-weight: 300;
	font-family: "Outfit", sans-serif;
	margin:0 5px;
}

.language-switcher a:hover {
	color:#FB8351;
}

.language-switcher a.active {
	font-weight:700;
	color:#FB8351;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

.menu-toggle .dot {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  transition: all 0s ease;
}

/* X-style când e activ */
.menu-toggle.active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu-toggle.active .dot {
  background-color: white;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  position: absolute;
}

.menu-toggle.active .dot:nth-child(5) {
  transform: rotate(45deg);
  display: block!important;
  transition: all 0.3s ease;
}

.menu-toggle.active .dot:nth-child(6) {
  transform: rotate(-45deg);
  display: block!important;
  transition: all 0.3s ease;
}

.menu-toggle.active .dot {
  display: none;
}

/* Meniul ascuns implicit */
.mobile-nav {
  display: none;
  background-color: #a3a3b2;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 998;
  padding: 20px;
}

.mobile-nav.active {
  display: block;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* Cercul mare (cu delay) */
.cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  /*border: 2px solid white;*/
  backdrop-filter:blur(1px) invert(100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
  opacity: 1;
}

/* excludere pagina cu embed iframe */
.page-id-51 .cursor-dot,
.page-id-51 .cursor-outline { display:none!important }
.page-id-51 {cursor:default!important;}

body:has(a:hover) .cursor-outline {
	opacity: 0;
	transition:.3s opacity;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

.rounder-corners > img {
	border-radius:25px;
	position: relative;
}

.half-circle {
	position: relative;
	padding-left:20px;
	padding-bottom:20px;
}

.half-circle:before {
	content:'';
	position: absolute;
	width:calc(100% - 10px);
	bottom:0;
	left:0;
	height:50%;
	border:3px solid #FB8351;
	border-radius:25px;
}

footer {
	background-color:#9A9BA8;
	border-radius:0 300px 0 0;
	padding: 40px 0 0 0;
	margin-top:100px;
	overflow: hidden;
	font-size:14px;
	color:#fff;
	font-family: "Outfit", sans-serif; 
	font-weight: 300;
	margin-bottom:50px;
	position:relative;
	z-index:11;
}

footer .container {
	max-width:1700px;
}

footer .copyright {
	margin-top:40px;
	background-color:#83848F;
	text-align: center;
	font-size:14px;
	color:#fff;
	padding:6px 10px;
	font-family: "Outfit", sans-serif; 
	font-weight: 500;
}

.footer-links a, .footer-links a:hover, .footer-links a:visited {
	display: block;
	margin-bottom:10px;
	text-decoration: none;
}

a.footer-meniu-title,a.footer-meniu-title:hover,a.footer-meniu-title:visited {
	font-weight:600;
}

.social-links a, .social-links a:visited, .social-links a:hover {
	display: inline-block;
	margin-right:15px;
	font-size:24px;
}

.footer-newsletter {
	width:100%;
	max-width: 350px;
	display: flex;
	align-items:center;
}

.footer-newsletter {
	border-radius:25px;
	overflow: hidden;
	background-color:#fff;
}

.footer-newsletter button {
	padding:10px 15px;
	font-size:14px;
	text-decoration: none;
	background-color:#FB8351;
	outline:none;
	border:none;
	color:#fff;	
	white-space: nowrap;
}

.footer-newsletter input {
	height:100%;
	width:100%;
	border:none;
	outline:none;
	color:#707070;
	padding:5px 10px;
}

.toggle-submeniu { position:relative; padding-right:30px; }

.toggle-submeniu:after {
	content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	position: absolute;
	font-size:22px;
	right:0;
	top:0;
	display: none;
	transition:.3s all;
}

.toggle-submeniu.toggled:after {
	transform:rotate(45deg);
}

.container-meniu-mobile {
	display:flex;
}

.has-submeniu {
	position:relative;
}

.container-video-background {
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}

.container-video-background > .container {
	position:relative;
	z-index: 3;
}

.video-background {
	position: absolute;
	width: 100%;
	height: 70%; /* sau altă înălțime dorită */
	overflow: hidden;
}

.video-background:after {
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	background-color:#9A9BA870;
	top:0;
	left:0;
	z-index: 2;
}

.video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 1;
}

.container-white-shadow {
	width:100%;
	height:100%;
	border-radius: 24px;
	background-color:#fff;
	box-shadow: 0px 3px 99px #00000029;
	padding:40px;
	text-align: center;
}

.container-white-shadow > img {
	margin-bottom:10px;
}

.container-white-shadow > p {
	margin-top:20px;
}

.container-white-shadow h3 {
	font-size:26px;
}

.container-portofoliu-logo {
	border: 1px solid #FB8351;
	width:100%;
	height:100%;
	border-radius: 24px;
	position: relative;
	aspect-ratio:4 / 3;
	overflow: hidden;
}

.container-portofoliu-logo a {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	align-items:center;
	justify-content: center;
}

.container-portofoliu-logo a > img {
	position:relative;
	z-index:5;	
}	

.container-portofoliu-logo .go-arrow:after {
	position:absolute;
	bottom:5%;
	right:5%;
	font-size:28px;
	width:45px;
	height:45px;
	text-align: center;
	color:#FB8351;
	content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 600;
	transform:rotate(-45deg);
	transition:.5s all;
}

.container-portofoliu-logo:hover .go-arrow:after {
	transform:rotate(0);	
}	

.container-membru-echipa {
	background-color:#D6DFE4;
	border-radius:24px;
	padding:40px;
	text-align: center;
	padding-bottom:70px;
	position: relative;
	height:100%;
}

.imagine-membru-echipa {
	border-radius:100%;
	position: relative;
	width:100%;
	aspect-ratio:1 / 1;
	overflow: hidden;
	max-width: 270px;
	margin: 0 auto;
}

.imagine-membru-echipa img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;	
}	

.container-membru-echipa a, .container-membru-echipa a:visited, .container-membru-echipa a:hover {
	text-decoration: none;
}

.container-membru-echipa .go-arrow {
	position: absolute;
	bottom:15px;
	right:15px;
	height:40px;
	width:40px;
	border-radius:100%;
	background-color:#FB835130;
}

.container-membru-echipa .go-arrow:after {
	position:absolute;
	font-size:26px;
	width:40px;
	height:40px;
	right:0;
	text-align: center;
	color:#FB8351;
	content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 600;
	transform:rotate(-45deg);
	transition:.5s all;
}

.container-membru-echipa a:hover .go-arrow:after {
	transform:rotate(0deg);
}

.container-membru-echipa h3 {
	font-size:26px;	
	margin-top:30px;
}	

.container-portofoliu-logo .go-button {
	position:absolute;
	bottom:5%;
	right:5%;
	width:45px;
	height:45px;
	background-color:#FB835130;
	border-radius:100%;
	transition:1s all;
}

.container-portofoliu-logo:hover .go-button {
	transform:scale(35);
}	

.fullwidth-image-right {
	position: relative;
}

.fullwidth-image-full {
	position: relative;
}

.fullwidth-image-full img {
	position: absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.fullwidth-image-right > img {
	position: absolute;
	right:0;
	top:0;
	width:55%;
	height:100%;
	object-fit:cover;
}

.fullwidth-image-right > .container, .fullwidth-image-full > .container {
	position:relative;
	z-index: 2;
}

.fullwidth-half-gray-special-border {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:50%;
	background-color:#9A9BA8;
	border-radius:0 0 40px 0;
}

.fullwidth-half-gray-special-border:after {
	content:'';
	position:absolute;
	top:0;
	right:-29px;
	width:30px;
	height:100%;
	background-color:#9A9BA8;
	clip-path: polygon(0 0, 100% 0, 0 calc(100% - 30px));
	z-index: 2;
}

.fullwidth-half-gray-special-border-back {
	position: absolute;
	top:0;
	left:30px;
	height:100%;
	width:50%;
	background-color:#C1C2CE;
	border-radius:0 0 40px 0;
}

.fullwidth-half-gray-special-border-back:after {
	content:'';
	position:absolute;
	top:0;
	right:-29px;
	width:30px;
	height:100%;
	background-color:#C1C2CE;
	clip-path: polygon(0 0, 100% 0, 0 calc(100% - 30px));
	z-index: 2;
}

.content-with-shape {
	position: relative;
	width: 40%; /* Ajustează după nevoi */
	height: 20vh;
	background-color: rgba(100, 100, 120, 0.95); /* Fundal semi-opac sau solid */
	color: white;
	padding: 2rem;
	overflow: hidden;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
	border-bottom-right-radius: 60px;
}

.container-snipet-stire {
	border-radius:24px;
	overflow: hidden;
	background-color:#fff;
	padding-bottom:40px;
	height: 100%;
}

.container-snipet-stire-imagine {
	width:100%;
	aspect-ratio:16 / 9;
	position: relative;
}

.container-snipet-stire-content a, .container-snipet-stire-content a:hover, .container-snipet-stire-content a:visited {
	text-decoration: none;
}

.container-snipet-stire-imagine img {
	position: absolute;
	top:0;
	left:0;
	object-fit:cover;
	width:100%;
	height:100%;
}

.container-snipet-stire h3 {
	font-size:24px;
	font-weight: bold;
	color:#222E34;
}

.container-snipet-stire-content {
	padding:25px;
	position: relative;
}

.container-snipet-stire-content .go-arrow {
	position: absolute;
	bottom:-25px;
	right:15px;
	height:40px;
	width:40px;
	border-radius:100%;
	background-color:#FB835130;
}

.container-snipet-stire-content .go-arrow:after {
	position:absolute;
	font-size:26px;
	width:40px;
	height:40px;
	text-align: center;
	color:#FB8351;
	content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 600;
	transform:rotate(-45deg);
	transition:.5s all;
}

.container-snipet-stire-content a:hover .go-arrow:after {
	transform:rotate(0deg);
}

.calendar-controller {
	display:flex;
	align-items: center;
	justify-content: center;
}

.current-month {
	border-radius: 26px;
	background-color:#fff;
	padding:6px 50px;
	color:#222E34;
	font-size:24px;
	font-weight: bold;
}

.prev-month,
.next-month {
	color:#FB8351;
	font-size:40px;
	padding:0 15px;
	cursor: pointer;
}

.calendar-month-container {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000017;
	border-radius: 24px;
	width:100%;
	height:100%;
	padding:30px 50px;
	position: relative;
	overflow: hidden;
}

.calendar-month-container.inactiv:after {
	position: absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	backdrop-filter: grayscale(40%) blur(0.8px);
	background-color:#00000025;
}

.calendar-month-container h3 {
	text-align: center; 
	margin-bottom:30px;
	font-size:25px;
}

.calendar-month-container a, .calendar-month-container a:hover, .calendar-month-container a:visited {
	text-decoration: underline;
	margin-bottom:25px;
	color:#707070;
	font-size:16px;
}

.calendar-month-container a.icon-calendar {
	position: relative;
	display: flex;
	padding-left:50px;
}

.calendar-month-container a.icon-calendar:before {
	content: attr(data-date);
	position: absolute;
	top:0;
	left:0;
	width:35px;
	height:35px;
	color:#FB8351;
	display: flex;
	align-items:end;
	justify-content: center;
	font-size:16px;
	font-weight: bold;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FED9CA' d='M96 32v32H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48h-48V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v32H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32m352 160H0v272c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48z' stroke-width='13' stroke='%23FED9CA'/%3E%3C/svg%3E");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	
}

.bubbles-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bubbles-bg img {
  max-height:350px;
}

.years-swiper {
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  text-align: center;
}
.years-swiper .swiper-slide {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.years-swiper .swiper-slide.swiper-slide-thumb-active {
  background: #ffd6c6;
  color: #ff5c00;
}

.content-swiper {
  z-index: 2;
  position: relative;
}
/*
.slide-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: center;
  text-align: center;
}

.slide-content .text {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}*/

.fullwidth-video-background {
	position: relative;
	width: 100%;
	aspect-ratio:16 / 9;
	overflow: hidden;
	border-radius:24px;
}

.fullwidth-video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.embed-video-container-full {
	position:relative;
	width:100%;
	aspect-ratio:16 / 9;
	border-radius:24px;
	overflow:hidden;
}

.embed-video-container-full:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#9A9BA8;
	opacity:0.47;
	z-index:1;
}

.embed-video-container-full:after {
	content:'';
	width:120px;
	height:120px;
	position:absolute;
	top:50%;
	left:50%;
    background-image:url('/wp-content/themes/logicware/images/play.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	z-index:2;
	transform:translate(-50%,-50%);
}

.embed-video-container-full img {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
	object-fit:cover;
}

.imagine-profil {
	position:relative; 
	width:100%;
	aspect-ratio:1 / 1;
	overflow:hidden;
	border-radius:24px; 
	background-color:#fff;
}

.imagine-profil img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.faq-section {
  width: 100%;
  margin: 10px auto;
  font-family: Arial, sans-serif;
}

.faq-item {
  background: #fff;
  border-radius: 24px;
  margin-bottom: 10px;
  padding: 15px;
}

.faq-title {
	font-size:16px;
	color:#707070;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:5px;
}

.faq-content {
  padding: 2%;
  display: none;
}

.faq-content ul {
  padding-left: 20px;
  margin: 0;
}

.faq-content li {
  color: #555;
  margin-bottom: 5px;
}
.arrow {
  color: #f97316;
  font-size: 26px;
}

.step-flow {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-family: Arial, sans-serif;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}

.step {
  position: relative;
  padding: 30px 20px;
  min-width: 220px;
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step:nth-child(even) {
  background-color: #F6D7B8;
}

.step:nth-child(odd) p {
	color:#fff;
}

.step:nth-child(even) p {
	color:#222E34;
}

.step:nth-child(odd) {
  background-color: #9A9BA8;
}

.step-text {
  z-index: 2;
  padding:80px 10px 40px 10px;
  font-size:16px;
}
	
.step:after {
	content:'';
	background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1472 1600'%3E%3Cg transform='translate(1472 0) scale(-1 1)'%3E%3Cpath fill='%23F6D7B8' d='M1472 736v128q0 53-32.5 90.5T1355 992H651l293 294q38 36 38 90t-38 90l-75 76q-37 37-90 37q-52 0-91-37L37 890Q0 853 0 800q0-52 37-91L688 59q38-38 91-38q52 0 90 38l75 74q38 38 38 91t-38 91L651 608h704q52 0 84.5 37.5T1472 736' stroke-width='40' stroke='%23F6D7B8'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: -50px;
  top: 5px;
  height:60px;
	width:70px;
  color: #aaa;
  z-index: 1;
	font-weight:bold;
}
	
.step:nth-child(odd):after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1472 1600'%3E%3Cg transform='translate(1472 0) scale(-1 1)'%3E%3Cpath fill='%239A9BA8' d='M1472 736v128q0 53-32.5 90.5T1355 992H651l293 294q38 36 38 90t-38 90l-75 76q-37 37-90 37q-52 0-91-37L37 890Q0 853 0 800q0-52 37-91L688 59q38-38 91-38q52 0 90 38l75 74q38 38 38 91t-38 91L651 608h704q52 0 84.5 37.5T1472 736' stroke-width='40' stroke='%239A9BA8'/%3E%3C/g%3E%3C/svg%3E");
}

.blend-mode {
	mix-blend-mode: multiply;
}

.buton-download,.buton-download:hover, .buton-download:visited {
	display:block;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 22px;
	width:100%;
	color:#707070;
	font-size:16px;
	padding:8px 40px 8px 20px;
	position:relative;
	text-decoration:none;
	height:100%;
	display:flex; 
	align-items:center;
}

.buton-download:after {
	content:'';
	position:absolute; 
	right:10px;
	top:calc(50% - 13px);
	width:25px; 
	height:25px; 
	background-size:contain;
	background-repeat:no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000000' d='M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8' stroke-width='25.5' stroke='%23000000'/%3E%3C/svg%3E");
}

.buton-popup, .buton-popup:hover, .buton-popup:visited {
	display:block;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 22px;
	width:100%;
	color:#707070;
	font-size:16px;
	padding:15px 40px 15px 20px;
	position:relative;
	text-decoration:none;
	height:100%;
	display:flex; 
	align-items:center;
}

.buton-popup:after {
	position:absolute;
	font-size:26px;
	width:40px;
	height:40px;
	text-align: center;
	color:#FB8351;
	content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 600;
	transform:rotate(-45deg);
	transition:.5s all;
	background-color: #FB835130;
	border-radius:100%;
	right:10px;
	top:calc(50% - 20px);
}

.buton-popup:hover:after {
	transform:rotate(0);
}

.buton-download-arhiva, .buton-download-arhiva:hover, .buton-download-arhiva:visited {
	color:#707070;
	font-size:16px;
}

.faq-content a,.faq-content a:visited,.faq-content a:hover {
	display:inline-block; 
	margin-right:15px; 
	border: 1px solid #FB8351;
	border-radius: 13px;
	font-size:14px;
	position:relative;
	text-decoration:none; 
	padding:3px 34px 3px 10px; 
}

.faq-content a:after {
	content:'';
	position:absolute; 
	right:5px;
	top:calc(50% - 10px);
	width:20px; 
	height:20px; 
	background-size:contain;
	background-repeat:no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000000' d='M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8' stroke-width='25.5' stroke='%23000000'/%3E%3C/svg%3E");
}

.contact-extra-info {
	display:flex; 
	align-items:center; 
	color:#707070;
	margin-bottom:30px;
}

.contact-extra-info a,.contact-extra-info a:hover, .contact-extra-info a:visited {
	color:#707070;
}

.contact-extra-icon {
	margin-right:15px;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9990;
}

.lightbox-content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease-in-out;
}

.lightbox-body {
	max-height:65vh;
    overflow-y:scroll;
	scrollbar-width: thin;
}

.lightbox-header .btn-close-lightbox {
  background: #ffe0d6;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f97316;
  font-size: 16px;
  cursor: pointer;
	flex: 0 0 auto;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 9900;
}

.imagine-hero-articol {
	border-radius:24px; 
	overflow:hidden;
	aspect-ratio: 2 / 1;
	position:relative;
	margin-bottom:25px;
}

.imagine-hero-articol img {
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	object-fit:cover;
}

.custom-narrow-container {
	margin:0 auto!important;
	width:100%;
	padding:50px 15px;
	max-width:700px;
	margin-top:100px;
}

.custom-narrow-container .row {
	text-align:center;
}

.wpcf7 {display:flex;}

.wpcf7 form {display:inline-block; margin:0 auto; margin-top:50px; max-width:500px;}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width:100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 26px; 
	outline:none;
	font-size:18px;
	color:#707070;
	border:none;
	padding:10px 25px;
	margin-bottom:15px;
}

/* Stilizează câmpul de upload */
.wpcf7 input[type="file"] {
  width: 100%;
  padding:10px 25px;
  background: #fff;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  color:#707070;
  position: relative;
  cursor: pointer;
}

/* Icon upload în dreapta (folosim un pseudo-element pentru asta) */
.wpcf7 input[type="file"]::after {
  content: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M5 20h14v-2H5v2zM9 16h6v-6h4l-7-7-7 7h4v6z"/></svg>');
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Stilizează checkbox-ul */
.wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 10px;
}

/* Textul de lângă checkbox */
.wpcf7-acceptance label {
  font-size: 14px;
  color: #333;
}

/* Link în textul de acceptare */
.wpcf7-acceptance label a {
  color: #333;
  text-decoration: underline;
}

/* Stilizează butonul de trimitere */
.wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #ff7b3b;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Efect la hover pe buton */
.wpcf7 input[type="submit"]:hover {
  background-color: #ff6a20;
}

    .search-results .result-item {
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
    }
    .search-results .result-item a {
        color: #FB8351;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
    }
    .search-results .result-item a:hover {
        text-decoration: underline;
    }
    .search-results .pagination {
        margin-top: 40px;
        text-align: center;
    }
    .search-results .pagination a, .pagination span {
        display: inline-block;
        margin: 0 5px;
        padding: 8px 15px;
        color: #FB8351;
        border: 1px solid #FB8351;
        border-radius: 3px;
        text-decoration: none;
    }
    .search-results .pagination .current {
        background-color: #FB8351;
        color: #fff;
    }

.search-popup {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-popup-content {
    text-align: center;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.4s ease;
    background: transparent;
}

.search-popup.active .search-popup-content {
    transform: scale(1);
}

.search-popup-content form input[type="text"] {
    width: 90%;
    max-width: 600px;
    padding: 10px;
    font-size: 30px;
	border:none;
    border-bottom:4px solid #fff; 
	color:#fff; 
	font-weight:bold;
	background:transparent;
	outline:none;
}

#close-search-popup {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    font-size: 2em;
    color: white;
    cursor: pointer;
}

.invalid-consent {
    animation: shake 0.4s;
    color: red;
}

.taxonomy-tabs .badge-tab {
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 999px;
    font-weight: 600;
    color: #1a1a1a;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.taxonomy-tabs .badge-tab.active {
    background-color: #ffd2c1;
    color: #FB8351;
}
.taxonomy-tabs strong {
    margin-right: 10px;
}


@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.footer-logo-ticker {
  width: 100%;
  color:#504E4E;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  position: fixed;
  bottom:0; left:0;
  font-family: "Outfit", sans-serif; 
  font-weight: 300;
  background-color:#9A9BA8; 
  padding:10px 0 2px 0;
  z-index:12;
}

.footer-logo-ticker img {
	height:40px;
	filter: brightness(0) invert(1);
}

.wp-block-list {
	font-size:16px;
	font-weight:300;
	color:#707070;
	padding-left:15px;
}

.wpcf7-form label {width:100%;}

@media only screen and (max-width:1570px) {
	.desktop-ticker { font-size:12px; }
	.container { max-width:1000px; }
	header:after { left:min(0px, calc(50% - 630px)); width:200px; }
	h1 { font-size:50px; }
	h2 { font-size:36px }
	h3 { font-size:28px; }
	footer { border-radius:0 150px 0 0; }
}	

@media only screen and (max-width:768px) {
	.step-flow { flex-direction: column; }
	.step:after { right: auto; left:calc(50% - 30px); top: auto; bottom:-50px; transform:rotate(90deg); }
	.slide-content { flex-wrap: nowrap; text-align: left; }
	.fullwidth-image-right > img { width:100%; height:400px; position:relative; top:0; left:0; right:0; margin-bottom:-40px; }
	.fullwidth-half-gray-special-border { top:350px; height:calc(100% - 350px); bottom:0; width:100%; border-radius:0 40px 0 0; }
	.fullwidth-half-gray-special-border:after { clip-path: polygon(0 0, calc(100% - 30px) 30px, 0 30px); top:-29px; left:0; width:100%; height:30px; }
	.fullwidth-half-gray-special-border-back { width:100%; height:80px; top:320px; left:0; border-radius:0 40px 0 0; }
	.fullwidth-half-gray-special-border-back:after { clip-path: polygon(0 0, calc(100% - 30px) 30px, 0 30px); top:-29px; left:0; width:100%; height:30px; }
	.video-background { height:40vh; }
	.header-title p { font-size:17px; }
	header:after { left:min(0px, calc(50% - 280px)); width:150px; }
	h1 { font-size:39px; }
	.single-articol h1 { font-size:32px; }
	h2,.h1-homepage { font-size:30px }
	h3 { font-size:24px; }
	h5 { font-size:22px; }
	.container { padding-right:1.7rem; padding-left:1.7rem; }
	.desktop-ticker { display:none; }
	.mobile-ticker { display:block; }
	nav { top:50px; }
	header > .container { padding-top:150px; }
	.container-meniu { padding: 10px 20px; border-radius:15px; box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.13)!important; }
	nav.scrolled .container-meniu { padding:7px 15px; }
	.fundalheader { border-radius:0 0 150px 0; }
	.fundalheader:after { background: transparent linear-gradient(0deg, #9193A45C 0%, #9193A4 100%) 0% 0% no-repeat padding-box; }
	footer { font-size:17px;  margin-bottom:45px;}
	.toggle-submeniu:after { display:inline-block; }
	.footer-submeniu { display:none; padding-left:20px; }
	.container-meniu-mobile { display:none; }
	ul.meniu { display:block; margin-top:15px; padding-top:15px; border-top:2px solid #ffffff80; }
	.meniu > li > a::after { display:none; }
	ul.meniu li ul { position:relative; top:10px; padding-left:20px; }
	ul.meniu li { margin-bottom:15px; }
	.meniu > li > a, .meniu > li > a:hover, .meniu > li > a:visited { font-size:18px; }
	ul.meniu li ul li { margin-bottom:0; }
	ul.meniu li ul li ul { left:0; }
	ul.meniu { overflow:scroll; max-height:70vh; padding-left:20px; }
	.has-submeniu:before { position:absolute; content:'a'; left:-20px; top:2px; content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 700; font-size:16px; transition:.2s all; }
	.has-submeniu.opened:before { transform:rotate(180deg); }
	nav.scrolled { background:transparent; top:5px; }
	nav.scrolled > .container { padding-left:0.5rem; padding-right:0.5rem; }
	.cursor-dot, .cursor-outline { display:none!important; }
	.footer-logo-ticker img { height:26px; }
}