body, html{
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
}
section#hero{
	background: transparent url('../images/kv_bg.jpg') center center no-repeat;
	background-size: cover;
}
header select.lang  {
  border: 1px solid #e9eef5;
  border-radius: 10px;
  padding: 6px 10px;
  background: #fff;
}

.site_logo, img.custom-logo{
	width: auto;
	max-height: 60px;
}
.btn {
  border-radius: 4px;
  background-color: #181D3D;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}

.btn:hover {
  background-color: #fff;
  color: #181D3D;
}
/* hero Section */
.hero{
	color: #fff;
	min-height: 70vh;
}
.hero h1 {
 font-size: clamp(28px, 5vw, 36px);
   line-height: 1.12;
   font-weight: 700;
   letter-spacing: 0.1px;

}
.hero h4{
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
}
.hero p {
 
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.2;
}

/* end hero Section */

/* reasons Section */
.reasons{
	color: #000;
}
.reasons h2{
	font-size: clamp(28px, 5vw, 36px);
   line-height: 1.12;
   font-weight: 900;
   letter-spacing: 0.1px;

}

.reasons .btn {
  border: 2px solid #181D3D;
}
.reasons h5{
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
	font-weight: 700;
}
.card-reason{
	border-radius: 16px;
    padding: 10px;
}

/* end reasons Section */

/* pillars section */
.pillars h2{
	font-size: clamp(28px, 5vw, 36px);
   line-height: 1.12;
   font-weight: 900;
   letter-spacing: 0.1px;

}
.carousel{position:relative}
.carousel__viewport{overflow:hidden}
.carousel__track{display:flex;gap:40px;transition:transform .5s ease}
.carousel .card{height:100%}
.carousel__nav{display:flex;gap:10px;position:absolute;inset-block-start:-56px;inset-inline-end:0}
.carousel__btn{background:#fff;border:1px solid var(--color-border);border-radius:999px;padding:10px;cursor:pointer;box-shadow:var(--shadow)}
.carousel__btn[disabled]{opacity:.4;cursor:not-allowed}

.carousel .card{
	border-radius: 16px;
	padding: 15px;

}
.carousel .card img{
	max-height: 230px;
	width: auto; 
	margin: 0 auto;
}
.carousel h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.carrousel p{
	font-size: 14px;
	line-height: 1.2px;
}
.carousel .btn.btn--light{
	background: transparent;
	padding: 0;
	text-transform: initial;
	color: #000;
	text-align: left;
}
.carousel .btn-full {
  display: flex;
  justify-content: space-between; /* text la stânga, săgeata la dreapta */
  align-items: center;
  width: 100%; /* buton full width */
}
.carousel .btn-arrow {
 	font-weight: 700; /* bold */
   display: inline-block;
   transition: transform 0.3s ease;
}

.carousel .btn-full:hover .btn-arrow {
  transform: translateX(5px); /* mică animație spre dreapta */
}
.carousel .card-footer {
  margin-top: auto;
  padding: 0;
  background: transparent;
}

/* end pillars section */

/* faq section */
section.faq {
	color: #fff;
}
section.faq h2{
	font-size: clamp(28px, 5vw, 36px);
	  line-height: 1.12;
	  font-weight: 700;
	  letter-spacing: 0.1px;
}
section.faq .container .content{
	background: transparent url('../images/faq_bg.jpg') center center no-repeat;
	background-size: cover;
	border-radius: 16px;
}
section.faq  hr{
	background-color: rgb(33, 37, 41);
}
/* end faq section */

/* contact section */
section.contact h2{
	font-size: clamp(28px, 5vw, 36px);
	  line-height: 1.12;
	  font-weight: 700;
	  letter-spacing: 0.1px;
}
.contact .wpcf7-form{
	
}
.contact .wpcf7-form label{
	width: 90%;
}
.contact .wpcf7-form .wpcf7-form-control-wrap{
	max-width: 100%;
}
.contact .wpcf7-form .wpcf7-form-control-wrap input{
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid #CED4DA;
	min-height: 36px;
}
.contact .wpcf7-form label span.input_name{
	margin-left: 10px;
}
.contact .wpcf7-form label span.input_name span.required{
	color: red;
}
.contact .wpcf7-form  .wpcf7-list-item{
	margin-left: 0;
	font-size: 13px;
}
.contact .wpcf7-form .acceptance_wrapper  label{
	width: 100%;
}
.contact .wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"]{
	height: auto;
	min-height: 10px;
}
.contact .btn {
  border: 2px solid #181D3D;
}
.contact .wpcf7-form  .wpcf7-not-valid-tip{
	font-size: 13px;
}
/* end contact section */

/* footer */
footer{
	background: #D1D1D1;
}
footer ul {
	padding-left: 0;
}
footer ul li{
	list-style-type: none;
	
	margin-left: 0;
	margin-bottom: 10px;
	font-weight: 300;
}
footer h3{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
footer ul li a{
	font-weight: 300;
	color: #000;
	font-size: 15px;
	text-decoration: none;
}
footer ul li a:hover{
	color: #000;
	text-decoration: underline;
}
/* end footer */
.custom_list{
	list-style-type: none;
	padding-left: 0;
}
.custom_list li{
	margin-bottom: 10px;
}
.custom_list li .icon{
	margin-top: 5px;
	display: inline-block; /* implicit poate fi inline */
	  vertical-align: middle;
}
.doublequotes{
	width: auto;       /* păstrează lățimea originală */
	height: auto;      /* păstrează înălțimea originală */
	max-width: 50px;   /* ajustezi după cum vrei */
	max-height: 50px;  /* ajustezi după cum vrei */
	object-fit: contain; /* imaginea nu se distorsionează */
}

.w-46 {
  width: 46% !important;
}
.w-90 {
  width: 90% !important;
}
.w-5 {
  width: 5% !important;
}
.card-mx-2{
	margin: 0 2% !important;
}
.card.w-30{
	width: 30% !important;
}

/* media queries */
@media (max-width: 768px) {
	.contact .wpcf7-form label{
		width: 100%;
	}
	.contact .wpcf7-form .wpcf7-form-control-wrap input{
		width: 100%;
	}
}