body, html{
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
}
img{
	max-width: 100%;
}
section#hero{
	background: transparent url('../images/hero.jpg') right top 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-light {

  background-color: #fff;
  color: #181D3D;
 
}
.letter-spacing-2{
	letter-spacing: 2px;
}

.btn:hover {
  background-color: #fff;
  color: #181D3D;
}
/* hero Section */
.hero{
	color: #fff;
	min-height: 70vh;
}
.hero h1, .hero .font36 {
 font-size: clamp(20px, 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.5;
}

/* 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;
}
.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: 900;
	  letter-spacing: 0.1px;
}
section.faq .container .content{
	
}
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: 900;
	  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{
	
}
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;
}

.white-bg{
	background-color: #fff;
}
.black-border{
	border: 1px solid #000;
}
.hero .box{
	color: #000;
	position: relative;
	padding: 0 50px;
}
.hero .box:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: 1px;
	background-color: #000;
}
.hero .box p{
	color: #000;
}
.hero .box:first-child {
	padding-left: 0;
}

.hero .box:last-child {
	padding-right: 0;
}
.hero .row_beneficii{
	margin-bottom: -80px;
}
.font20 {
   font-size: clamp(16px, 3vw, 20px);
   line-height: 1.12;
   
   letter-spacing: 0.1px;

}
.font-weight-700{
	font-weight: 700;
}

/* ===== INPUTS ===== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 16px;
	color: #1a2744;
	background-color: #fff;
	outline: none;
	transition: border-color 0.2s;
	appearance: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus {
	border-color: #1a2744;
}

.wpcf7 label {
	display: block;
	width: 100%;
}

.input_name {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	color: #1a2744;
}

.required {
	color: red;
}

/* ===== SELECT ARROW ===== */
.wpcf7 select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a2744' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}

/* ===== CARD RADIO ===== */
.card-radio-group {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.card-radio {
	flex: 1;
	min-width: 200px;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 20px 24px;
	cursor: pointer;
	transition: all 0.2s;
}

.card-radio:hover {
	border-color: #1a2744;
}

.card-radio strong {
	display: block;
	font-size: 16px;
	color: #1a2744;
	margin-bottom: 10px;
}

.card-radio p {
	margin: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

.card-radio.active {
	background-color: #1a2744;
	border-color: #1a2744;
}

.card-radio.active strong,
.card-radio.active p {
	color: #fff;
}

/* ===== GENERAL ===== */
.wpcf7 .input_name {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	color: #1a2744;
	margin-left: 10px;
}


.wpcf7 .required {
	color: red;
}

.wpcf7 label {
	display: block;
	width: 100%;
}

/* ===== INPUTS ===== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 16px;
	color: #1a2744;
	background-color: #fff;
	outline: none;
	transition: border-color 0.2s;
	appearance: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus {
	border-color: #1a2744;
}

/* ===== SELECT ARROW ===== */
.wpcf7 select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a2744' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}

/* ===== PHONE ===== */
.wpcf7 .phone-wrap {
	display: flex;
	flex-direction: column;
}

.wpcf7 .phone-wrap-inner {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

.wpcf7 .phone-prefix {
	display: flex;
	align-items: center;
	padding: 12px 14px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 8px 0 0 8px;
	color: #1a2744;
	font-size: 15px;
	white-space: nowrap;
	flex-shrink: 0;
}

.wpcf7 .phone-wrap-inner .wpcf7-form-control-wrap {
	flex: 1;
	min-width: 0;
	display: flex !important;
}

.wpcf7 .phone-wrap-inner p {
	display: flex !important;
	flex-wrap: nowrap !important;
	margin: 0;
	flex: 1;
	min-width: 0;
}

.wpcf7 .phone-wrap-inner input[type="tel"] {
	flex: 1;
	width: 100% !important;
	min-width: 0;
	border-radius: 0 8px 8px 0 !important;
	border-left: none !important;
}

.wpcf7 .phone-wrap > .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 13px;
	color: #dc3232;
	
}

/* ===== CARD RADIO ===== */
.wpcf7 .card-radio-group {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.wpcf7 .card-radio {
	flex: 1;
	min-width: 200px;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 20px 24px;
	cursor: pointer;
	transition: box-shadow 0.2s;
}
.wpcf7 .card-radio.active {
	background-color: transparent;
	box-shadow: 0 0 0 2px #1a2744;
}
.wpcf7 .card-radio.card-radio--oferta{
	background-color: #F2F2F7 !important;
}


.wpcf7 .card-radio:hover {
	box-shadow: 0 0 0 2px #1a2744;
	border-color: transparent;
}

.wpcf7 .card-radio strong {
	display: block;
	font-size: 16px;
	color: #1a2744;
	margin-bottom: 10px;
}

.wpcf7 .card-radio p {
	margin: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}


.wpcf7 .card-radio.active strong,
.wpcf7 .card-radio.active p {
	/*color: #fff;*/
}

/* ===== CHECKBOXES ===== */
.wpcf7 .wpcf7-acceptance {
	display: block;
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
	appearance: none;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	min-height: 18px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	flex-shrink: 0;
	margin: 0;
	transition: all 0.2s;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked {
	background-color: #D2A457;
	border-color: #D2A457;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cpath d='M1 4l3 3 6-6' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 14px;
	color: #1a2744;
	cursor: pointer;
}

/* ===== SUBMIT BUTTON ===== */
.wpcf7 input[type="submit"] {
	background-color: #1a2744;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 16px 32px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #0f1a33;
}

.gray_bg{
	background-color: #E9ECEF;
}
.blue_bg{
	background-color: #181D3D;
}
section.how_it_works h2{
	font-size: clamp(28px, 5vw, 36px);
	  line-height: 1.12;
	  font-weight: 900;
	  letter-spacing: 0.1px;
}
section.how_it_works h3{
	font-size: clamp(14px, 1.8vw, 18px);
	line-height: 1.12;
	font-weight: 700;
}
section.how_it_works h4{
	font-size: clamp(14px, 1.8vw, 16px);
	line-height: 1.12;
	font-weight: 500;
}
section.benefits {
	color: #fff;
}
section.benefits h2{
	font-size: clamp(28px, 5vw, 36px);
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: 0.1px;
	color: #fff;
}
.white-text{
	color: #fff;
}
section.benefits .custom_list li p{
	margin-bottom: 10px;
}

.cromoterapie .cromo-item {
	margin-bottom: 10px;
	font-size: 14px;
}
.cromoterapie .row {
	justify-content: space-between;
}

.cromoterapie .cromo-item strong {
	display: block;
	font-weight: 700;
	color: #1a2744;
}

.cromoterapie .cromo-item span {
	color: #555;
}
section.cromoterapie h2{
	font-size: clamp(28px, 5vw, 36px);
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: 0.1px;

}

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

.specialists__video-title {
	margin-bottom: 8px;
	font-size: 15px;
}

.specialists__video iframe {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

/* ===== CARD ===== */
.specialists__card {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ccc;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.specialists__card-img {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.specialists__card-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.specialists__card-img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, transparent 100%);
}

.specialists__card-overlay {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 1.1;
}

.specialists__card-overlay strong,
.specialists__card-overlay p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 1.2;
}

.specialists__card-overlay strong {
	font-weight: 700;
}

.specialists__card-overlay p {
	font-weight: 400;
}

.specialists__card-body {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.specialists__card-quote {
	font-style: italic;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 16px;
	flex: 1;
}

.specialists__card-author {
	font-size: 15px;
	font-weight: 700;
	color: #1a2744;
	margin: 0;
}

section.payment h2{
	font-size: clamp(28px, 5vw, 36px);
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: 0.1px;
	color: #fff;
}

.logos-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}

.logo-box {
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 12px;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-box img {
	max-height: 50px;
	width: auto;
	object-fit: contain;
}

.footer-social-links a{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .5em;

}
.footer-social-links a label{
	width: 100%;
}
.footer-social-links a .icon{
	font-size: 20px;
}
.footer-social-links a:hover{
	text-decoration: none;
}
.footer-social-links a:hover label{
	cursor: pointer;
	text-decoration: underline;
}
.footer-social-links a:hover i {
  transform: scale(1.3);
  text-decoration: none;
}

@media (max-width: 767px) {
	
}

.gray-bg{
	background-color: #D1D1D1;
}
.black_bg{
	background-color: #000;
}

.footer-bottom, 
.footer-bottom a{
	colo: #fff;
}

.footer-bottom__title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-bottom__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.footer-bottom__logo-box {
	background: #fff;
	border-radius: 8px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-bottom__logo-box img {
	height: 36px;
	width: auto;
	object-fit: contain;
}

.footer-bottom__payment-methods {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 300;
}
.footer-bottom__logos--delivery .footer-bottom__logo-box {
	background: transparent;
	border: none;
	padding: 10px 16px;
}

.footer-bottom__logos--delivery .footer-bottom__logo-box  img{
	height: 50px;
}

.footer-bottom hr {
	border-color: #fff;
	margin: 24px 0;
}

.footer-bottom__info,
.footer-bottom__copyright {
	font-size: 14px;
	margin: 8px 0;
	color: #fff;
}

.footer-bottom__info a,
.footer-bottom__copyright a{
	color: #fff;
}
.footer-bottom h3{
	font-size: clamp(14px, 1.8vw, 18px);
	line-height: 1.12;
	font-weight: 400;
}
.faq-bg {
	background-image: var(--faq-bg);
	background-size: cover;
	border-radius: 16px;
}

/* ===== RESPONSIVE ===== */


/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
	.wpcf7 .card-radio-group {
		flex-direction: column;
	}

	.wpcf7 .card-radio {
		min-width: unset;
	}
	.cromoterapie .row.d-flex.d-md-none .col-5:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.cromoterapie .row.d-flex.d-md-none .col-5:first-child img {
		max-width: 120px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.cromoterapie .row.d-flex.d-md-none .col-5:last-child {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.cromoterapie .cromo-item {
		flex: 1;
		display: flex;
		align-items: center;
		gap: 6px;
	}
	.cromoterapie .cromo-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.cromoterapie .cromo-item  br{
		display: none;
	}
	.faq-bg {
		background-image: var(--faq-bg-mobile);
	}
}
/* media queries */
@media (max-width: 768px) {
	.contact .wpcf7-form label{
		width: 100%;
	}
	.contact .wpcf7-form .wpcf7-form-control-wrap input{
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero .box:nth-child(1),
	.hero .box:nth-child(2) {
		margin-bottom: 24px;
	}

	.hero .box:nth-child(2)::after {
		display: none;
	}

	.hero .box:nth-child(3) {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.hero .box{
		padding-left: 0;
	}
	.hero .box::after {
		display: none;
	}
	
	.hero .box:not(:last-child) {
		border-bottom: 1px solid #000;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	section#hero{
		background: transparent url('../images/img_hero_mobile-v2.jpg') center -50px no-repeat;
		background-size: cover;
	}
}
@media (max-width: 576px) {
	.container{
		max-width: 90%;
		margin: 0 auto;
	}
	.footer-bottom__logo-box img{
		max-height: 20px;
	}
	.footer-bottom__logos--delivery .footer-bottom__logo-box img{
		max-height: 35px;
	}
	.hero .box {
		padding-right: 0;
	}
	.hero .container{
		padding-top: 57%;
	}
	.hero .container h4{
		margin-bottom:  0 !important;
	}
}
