/* fonts */

@font-face {
  font-family: 'BreeSerif';
  src: url('../fonts/BreeSerif-Regular.ttf')  format('truetype'); /* IE9 Compat Modes */
  font-weight: normal;
}

@font-face {
  font-family: 'BreeSerif';
  src: url('../fonts/BreeSerif-Bold.otf')  format('opentype'); /* IE9 Compat Modes */
  font-weight: bold;
}

/* <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: 'BreeSerif';
	background-color:#FfFfFf;
}

h1,h2,h3 {
	color:#06713B;
	font-family: 'BreeSerif';
	font-size:54px;
}

h2 {
	font-size:42px;
	color:#00723B;
}

h3 {
	font-size:32px;
	color:#000;
}

p {
	font-size:24px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1600px;
}

.container-mic {
	max-width:800px;
}

.eroare-formular {
	border:2px solid red!important;
}

.eroare-formular-text {
	color:red!important;
}

.buton-auriu, .buton-auriu:hover, .buton-auriu:visited {
	display: inline-block;
	color:#fff;
	text-decoration: none;
	padding:7px 35px;
	text-align: center;
	background-color:#C9A02D;
	border-radius:30px;
	font-size:24px;
}

.buton-auriu-gol, .buton-auriu-gol:hover, .buton-auriu-gol:visited {
	display: inline-block;
	color:#B88C35;
	text-decoration: none;
	padding:6px 44px;
	text-align: center;
	border: 2px solid #B88C35;
	border-radius:10px;
	font-size:24px;
}

header {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding-top:25px;
	z-index: 2;
}

header .logo {
	max-height:100px;
}

header .meniu {
	display: flex;
	justify-content: space-around;
}

header .meniu a {
	text-decoration: none;
	color:#fff;
	font-size:22px;
}

.container-verde-pair {
	background: #06713B 0% 0% no-repeat padding-box;
	border-radius: 60px 60px 0 0;
	padding-bottom:70px;
}

.container-verde-pair-2 {
	background: #064726 0% 0% no-repeat padding-box;
	border-radius: 60px 60px 0 0;
	margin-top:-60px;
	padding-bottom:70px;
}

.reset-pb-verde {
	padding-bottom:10px;
}

.box-shadow-special {
	box-shadow: 0px -15px 60px #0000004D;
}

footer .footer-links {
	display:flex;
	justify-content: space-around;
	align-items: center;
}

footer .footer-links a,footer .footer-links a:visited, footer .footer-links a:hover {
	text-decoration: none;
	color:#fff;
	font-size:24px;
}

.social-links {
	display: flex;
	align-items:center;
	justify-content: flex-end;
}

.social-links a {
	background-color:#B88C35;
	border-radius:50px;
	height: 40px;
	width: 40px;
	position: relative;
	display: inline-block;
	margin:0 5px;
}

.social-links a > * {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

#nav-icon3 {
  width: 50px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  /*top:25px;*/
  left:0px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

#nav-icon3.open span {
	background:#fff;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

.container-verde {
	background-color:#06713B;
	margin-top:-50px;
}

.container-verde-partial {
	background: linear-gradient(to bottom, #06713B 0%, #06713B 70%, #F6F6F6 70%, #F6F6F6 100%);
	margin-top:-1px;
	width:100%;
}

/* Customize the checkbox appearance */
.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;
  color:#00723B;
}

/* Style the checkbox input */
.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: 1px solid #00723B;
  border-radius: 50px;
  margin-right:10px;
  background-color:#fff;
}

/* Style the checkmark icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 6px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.black-bg {
	background-color:#161616; width:100%; padding:50px 0; color:#fff;
}

.black-bg p {
	color:#fff;
	font-size:22px;
}

.black-bg h2 {
	color:#fff;
}

.black-bg h2 span {
	color:#00723B;
}

.video-container {
	cursor: pointer;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius:60px;
	box-shadow: 0px 0px 49px #00000080;
}

.video-container:after {
	content:'\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:200px;
	height:200px;
	background-color:rgb(255,255,255);
	border-radius:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:140px;
	color:#ABABAB;
}

.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	object-fit: cover;
	object-position: center center;
}

.lwr-check-item {
	margin-bottom:3px;
	font-weight: bold;
}
.lwr-check-item:before {
	content:'';
	background-image:url('https://agricola.ro/assets/public/customcateg/icon_checkmark.png');	
	height: 24px;
	margin-right:5px;
	margin-bottom:-6px;
	width: 18px;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.yellow-spans .lwr-check-item:before { background-image:url('https://agricola.ro/assets/public/customcateg/5_check_icon.png'); } 
.lwr-product-info-summary {
	display:grid;
	grid-template-columns: 0.9fr 1.1fr; 
	gap: 20px;
	padding:25px 20px;
	border-radius:10px;
	background-color:#00723B;
	color:#fff;
}

.lwr-icon-content {
	padding-left:60px;
	position: relative;
}
.lwr-icon-content > div:nth-child(1) {
	position:absolute;
	left:0;
	width:50px;
	height: 100%;
	display: grid;
	align-content: center;
}

.lwr-stiati-ca > h3 {
	color:#336f40;
	font-size:26px;	
	font-weight: bold;
}	
.yellow-spans .lwr-stiati-ca > h3 { color:#b88d35; }
.lwr-stiati-ca {
	padding:20px;
	border-radius:10px;
	border:3px solid #336f40;
	position: relative;
}
.yellow-spans .lwr-stiati-ca { border:3px solid #b88d35; }
.lwr-stiati-ca::before {
    background-color:#161616;
    position: absolute;
    content:'';
    width:60px;
    height:46px;
    top:-5px;
    right:-5px;
}
.lwr-stiati-ca::after {
	content:'';
	position: absolute;
	background-color:#161616;
	background-image:url('https://agricola.ro/assets/public/customcateg/4_icon_bec.png');
	background-size:contain;
	background-repeat: no-repeat;
	width:64px;
	height:85px;
	right:-33px;
	top:-16px;
	z-index: 2;
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

footer {
	background-color:#00723B;
	padding:30px 0;
}

.container-intrebare {
	border-radius:25px;
	overflow: hidden;
}

.header-intrebare {
	background-color:#00723B;
	color:#fff;
	text-align: center;
	padding:25px;
	width: 100%;
}

.content-intrebare {
	background-color:#EDEDED;
	width: 100%;
	padding:25px;
}

.content-intrebare .raspuns {
	border-radius:40px;
	width:100%;
	padding:5px 12px;
	padding-left:50px;
	cursor: pointer;
	border:2px solid #B88D35;
	display: flex;
	align-items: center;
	margin-bottom:15px;
	font-size:22px;
	color:#B88C35;
	position: relative;
	min-height: 55px;
}

.content-intrebare .raspuns > span {
	width:40px;
	height:40px;
	color:#fff;
	display: flex;
	font-size:32px;
	font-weight: bold;
	margin-right:15px;
	background-color:#B88D35;
	border-radius:50px;
	position: absolute;
	left:5px;
}

.help-raspuns {
	font-size:16px;
	margin-top:15px;
}

.rank {
	display: flex;
	padding:30px;
	justify-content: center;
	align-items: center;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.container-formular {
	background-color:#fff;
	padding:25px 25px;
	border-radius:25px;
}

.container-formular p {
	color:#00723B;
	font-size:16px;	
}

.container-formular input[type="text"] {
	width:100%;
	border:1px solid #00723B;
	padding:3px 10px;
	text-align: center;
	color:#00723B;
	font-size:16px;
	border-radius:20px;
}

/* Form styling for dark green background */
.form-label-white {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 20px;
	font-weight: normal;
}

.col-12.col-md-6 .form-label-white:first-child,
.col-12.col-md-6 > .form-label-white:first-of-type {
	margin-top: 0;
}

.form-input-white {
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 0;
	padding: 12px 15px;
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
	border-radius:10px;
}

.form-input-white::placeholder {
	color: #999;
	opacity: 1;
}

.date-input-wrapper {
	position: relative;
	width: 100%;
}

.date-input-wrapper .date-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	pointer-events: none;
}

.date-input-wrapper .form-input-white {
	padding-right: 45px;
}

/* White checkboxes for dark green background */
.custom-checkbox-white {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 15px;
}

.custom-checkbox-white input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox-white .checkmark-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 0;
	margin-right: 10px;
	background-color: transparent;
}

.custom-checkbox-white .checkmark-white:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.custom-checkbox-white input[type="checkbox"]:checked + .checkmark-white:after {
	display: block;
}

.checkbox-label-white {
	color: #fff;
	font-size: 16px;
}

.checkbox-link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.checkbox-link:hover {
	color: #fff;
	text-decoration: underline;
}

.content-intrebare .raspuns.selectat {
	border-color:#00723B;
	color:#00723B;
}
.content-intrebare .raspuns.selectat > span {
	background-color:#00723B;
}	

.content-intrebare .raspuns.selectat.gresit {
	border-color:red;
	color:red;
}
.content-intrebare .raspuns.selectat.gresit > span {
	background-color:red;
}	

.content-intrebare .raspuns > span > * {
	position: absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
}

.bulina-raspuns-corect {
	background-color:#00723B;
	width:40px;
	height:40px;
	color:#fff;
	display: inline-block;
	font-size:32px;
	font-weight: bold;
	margin-right:15px;
	border-radius:50px;
	position: relative;
	top:7px;
}

.bulina-raspuns-corect > span {
	position: absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
}

.sugestii-pairing svg {flex-shrink: 0;}
.sugestii-pairing p {font: normal normal normal 20px/27px Segoe UI;}
.p-descriere {font: normal normal normal 20px/27px Segoe UI;}

.faq-accordion {
	max-width: 1320px;
	margin: 0 auto;
}

.faq-item + .faq-item {
	margin-top: 15px;
}

.faq-item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	overflow: hidden;
}

.faq-header {
	width: 100%;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 32px;
	font-size: 28px;
	font-family: 'BreeSerif';
	font-weight: bold;
	color: #B88C35;
	cursor: pointer;
	transition: all .2s ease;
}

.faq-header:focus-visible {
	outline: 2px solid #0B713C;
	outline-offset: 2px;
}

.faq-icon svg {
	transition: transform .3s ease;
}

.faq-item.is-open .faq-icon svg {
	transform: rotate(180deg);
}

.faq-panel {
	padding: 0 32px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.faq-panel p {
	margin: 0 0 24px;
	font-size: 20px;
	color: #4F4F4F;
}

.faq-item.is-open .faq-panel {
	max-height: 1000px;
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	background-color: #06713B;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
	z-index: 99;
}

.scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-top svg {
	transform: rotate(180deg);
}

.round-step {
	border-radius:20px;
	height: 100%;
	overflow: hidden;
}

.decoration-top {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
}

.decoration-top img {
	position: absolute;
	top: 0;
	left: -5px;
	max-width: 110%;
	width: calc(100% + 10px);
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

@media only screen and (max-width:1570px) {
	.sugestii-pairing p {font: normal normal normal 18px/24px Segoe UI;}
	.p-descriere {font: normal normal normal 18px/24px Segoe UI;}
}	

@media only screen and (max-width:1000px) {
	.lwr-stiati-ca { width:calc(100% - 30px); }
}	

@media only screen and (max-width:850px) {
	.faq-header { font-size:22px; text-align:left; }
	.sugestii-pairing p {font: normal normal normal 18px/24px Segoe UI;}
	.p-descriere {font: normal normal normal 18px/24px Segoe UI;}
	.container-verde-pair,.container-verde-pair-2 { padding-bottom:100px; }
	.video-container { border-radius:40px; }
	.video-container:after { font-size:70px; height:100px; width:100px; }
	h1 { font-size:36px; }
	h2 { font-size:30px; }
	h3 { font-size:26px; }
	header { padding-top:15px; }
	header .meniu { display:none; background-color:#fff; padding-top:150px; position:relative; top:-150px; padding-bottom:30px; }
	header .meniu a { display:block; margin:10px 0; text-align:center; }
	footer .footer-links { display:block; }
	.footer-links a { display:block; margin: 15px 0; text-align:center; }
	header .logo { max-height:70px; z-index:3; position:relative; }
	.black-bg p, p { font-size:16px; }
	.lwr-product-info-summary { grid-template-columns: 1fr; padding:15px; }
	.content-intrebare .raspuns { font-size:18px; border-radius:30px; }
	.social-links { justify-content:center; }
	header .meniu {background-color:#06713B; padding-top:100px;}
}