body{
	background: #00231C;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	
	background-image: 
		url('../images/bg1.png'),
		url('../images/bg2.png'),
		url('../images/bg3.png');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position:  right top,  left 30%, 100% 67%;
	background-size: auto, auto, auto; 
}
*{
	box-sizing: border-box;
}
h1{
	font-size: 46px;
	line-height: 1.1;
	font-weight: 800;
}
h2{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
}
h1 span, 
h2 span{
	font-weight: 800;
}
h5{
	font-size: 20px;
	font-weight: 700;
}
h6{
	font-size: 18px;
	font-weight: 300;
}
p{
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
}
span{
	font-weight: 300;
}
img{
	max-width: 100%;
	height: auto;
}

.color-light-green{
	color: #00E26B;
}
.green-button{
	background-color: #00E26B;
	color: #003D31;
	border: 1px solid #00E26B;
}
.button{
	text-transform: uppercase;
	font-weight: 800;
}
.button:hover{
	background: transparent;
	color: #00E26B;
	border: 1px solid #00E26B;
}
.logo img{
	max-width: 140px;
}
img.partener{
	max-width: 150px;
}
.light_green_bg{
	background-color: #002e24;;
}
.green_border{
	border: 0.8px solid #00E26B;
}
.radius60{
	border-radius: 60px;
}
.radius20{
	border-radius: 20px;
}
.how_it_works p span.no{
	background: #fff;
	border-radius: 10px;
	color: #003D31;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	padding: 10px 15px;
	margin-right: 20px;
	min-width: 48px;
	text-align: center;
}
.how_it_works p{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.why_choose .box {
	height: 100%;
}
.models .dropdown{
	width: 90%;
}
.models .dropdown img{
	max-width: 24px;
	max-height: 24px;
}
.btn:active, .btn.show{
	outline: none;
	border: none;
}
.models .dropdown .btn{
	border: none !important;
}
.bg-dark-green {
	background-color: #10251b;
  }

.section table tr td{
	padding: 30px 0;
	background: transparent;
	color: #fff;
	vertical-align: middle;
}
.section table tr td.px-20,
.section table tr th.px-20{
	padding: 0 20px;
	text-align: center;
}
.section table tr th{
	padding: 15px 0;
	background: transparent;
	color: #fff;
	vertical-align: middle;
}
.section table tr td.light_green_bg, 
.section table tr th.light_green_bg{
	background-color: #002e24;
}

.check-circle {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	border: 1px solid #00E26B;
  }

.check-circle::after {
	content: "";
	position: absolute;
	left: 0.3em;
	top: 0.1em;
	width: 0.25em;
	height: 0.5em;
	border: solid #00E26B;
	border-width: 0 0.15em 0.15em 0;
	transform: rotate(45deg);
}
table tr{
	border-bottom: 1px solid #00E26B;
}
.section table tr.last_row{
	border-bottom: none;
	padding: 10px 0;
}
.section table tr.last_row th,
.section table tr.last_row td{
	padding: 10px 0;
}
.section table .color-light-green{
	color: #00E26B;
}
.servicii .box{
	height: 100%;
}

#accordion {
  width: 100%;
  margin: 0 auto;
}

/* Accordion container */
#accordion {
  background: transparent;
  color: #fff;
  border: none;
}

/* Titlurile întrebărilor */
#accordion .ui-accordion-header {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 15px 40px 15px 15px;
  font-weight: bold;
  cursor: pointer;
  border-bottom-right-radius: none !important;
  border-bottom-left-radius: none !important;
}

#accordion  .ui-corner-all, #accordion .ui-corner-bottom{
	border-bottom-right-radius: none !important;
	  border-bottom-left-radius: none !important;
}
#accordion, 
.ui-accordion .ui-accordion-header, 
.ui-accordion .ui-accordion-content, 
.ui-accordion .ui-corner-all, 
.ui-accordion .ui-corner-bottom {
  border-radius: 0 !important;
}

/* Dacă tot ai border-radius pe anumite secțiuni, elimină-l */
.ui-accordion .ui-accordion-header.ui-corner-all {
  border-radius: 0 !important;
}

.ui-accordion .ui-accordion-content.ui-corner-all {
  border-radius: 0 !important;
}

.ui-accordion .ui-accordion-header.ui-corner-bottom {
  border-radius: 0 !important;
}

.ui-accordion .ui-accordion-content.ui-corner-bottom {
  border-radius: 0 !important;
}

/* Elimină marginile implicite */
#accordion  .ui-accordion .ui-accordion-header + .ui-accordion-content {
  border: none;
}

/* Ultimul item fără border jos (opțional) */
#accordion  .ui-accordion-header:last-of-type {
  border-bottom: none;
}

/* Stil pentru săgeată din 2 linii (folosim ::after ca o săgeată ">" din două borduri) */
#accordion .ui-accordion-header::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* Când e activ, rotim ca să pară o săgeată în jos "v" */
#accordion .ui-accordion-header.ui-state-active::after {
  transform: translateY(-50%) rotate(225deg);
}
#accordion .ui-accordion-header-icon{
	display: none;
	
}
/* Conținutul întrebării */
#accordion  .ui-accordion-content {
  background: transparent;
  color: #fff;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: none !important;
	border-bottom-left-radius: none !important;
}

input, textarea, select{
	background: transparent;
	border: 1px solid #00E26B;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	max-width: 100%;
	width: 100%;
	outline: none;
}
form .wpcf7-submit.btn {
	background-color: #00E26B;
	color: #003D31;
	border: 1px solid #00E26B;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: auto;
}

form .wpcf7-submit.btn:hover {
	background: transparent;
	color: #00E26B;
	border: 1px solid #00E26B;
	font-size: 16px;
}
footer{
	background: #003D31;
}
.wpcf7-form  label{
	margin-bottom: 10px;
	font-size: 14px;
}

.brand {
  padding-bottom: 1rem;
  width: 90%;
}
.brand span{
	font-size: 16px;
}

.brand-toggle {
  background: none;
  border: none;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  padding-bottom: 0.8rem;
  position: relative;
  
}

.brand-toggle::after {
  /*content: "";
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;*/
}

.models_container {
  display: none;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 0.5rem;
  gap: 0.25rem 1.5rem;
  color: #ccc;
}

.models_container span {
  font-size: 1rem;
}

.brand.active .models_container {
  display: flex;
}

.arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.brand.active .arrow {
  transform: rotate(-135deg);
}

input[type="checkbox"] {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	
}
.wpcf7-list-item{
	margin-left: 0;
}
.wpcf7-form-control-wrap span.wpcf7-list-item-label{
	font-size: 14px;
}
.wpcf7-list-item label{
	display: flex;
	align-items: center;
}
.wpcf7-form-control-wrap a{
	color: #fff;
}
.wpcf7-not-valid-tip{
	font-size: 14px;
}
footer ul {
	padding: 0;
	list-style-type: none;
}
footer ul li{
	margin-bottom: 10px;
}
footer ul li a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: underline;
}
.socials a{
	text-decoration: none;
	margin-right: 10px;
}
.socials a img{
	max-width: 20px;
	max-height: 20px;
	width: auto;
	height: auto;
}
footer img.partener{
	max-width: 140px;
}
.disclaimer em{
	font-size: 14px;
}

#whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.wp-chat-bubble {
  background: #25D366;
  color: white;
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  max-width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.wp-close-btn {
  background: #128C7E;
  border: none;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin-left: 10px;
  padding: 3px 4px;
  line-height: 6px;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-left: auto;
}

.whatsapp-icon img {
  width: 30px;
}

@media (min-width: 992px) {
	.section .container{
		padding-left: 0;
		padding-right: 0;
	}
	
	
}
@media (min-width: 767.1px) {
	.last_col{
		text-align: center;
	}
	th.last_col{
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	tr.last_row .last_col{
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

@media (max-width: 1200px) {
	h2.call-us{
		font-size: 32px;
	}
}
@media (max-width: 992px) {
	h2.call-us{
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	h2.call-us{
		font-size: 22px;
		
	}
	h2.call-us a{
		display: block;
	}
	table thead {
	  display: none;
	}
	
	table tbody, table tr, table td, table th {
	  display: block;
	  width: 100%;
	}
	
	table tr {
	  margin-bottom: 1rem;
	  padding-bottom: 1rem;
	  border-bottom: 1px solid #00E26B;
	}
	
	table td:not(:first-child)::before,
	table th:not(:first-child)::before{
	  content: attr(data-label) ": ";
	  font-weight: bold;
	  display: block;
	  color: #6c757d;
	  margin-bottom: 0.25rem;
	}
	
	table td, table th {
	  padding: 0.5rem 0;
	  text-align: left;
	}
	.section table tr th,
	.section table tr td{
		padding: 10px 0;
	}
	.section table td.last_col::before{
		color: #00E26B
	}
	.section table tr td.light_green_bg, 
	.section table tr th.light_green_bg{
		background: transparent;
	}
	.section table tr.last_row{
		display: none;
	}
	.section table tr td.px-20,
	.section table tr th.px-20{
		padding: 0;
		text-align: left;
	}
	img:not(.icon) {
		width: 100%;
	}
	
}
@media (max-width: 576px){
	.models .dropdown {
	  width: 100%;
	}
	h2.call-us{
		font-size: 20px;
		
	}
}