/* <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: "Raleway", sans-serif;
  background-color:#F9F9F1;
  color:#33473B;
}

h1,h2,h3,h4,h5 {
	color:#33473B;
	font-family: "Montserrat", sans-serif;
	font-size:60px;
  font-weight: 600;
}

h2 {
	font-size:42px
}

h3 {
	font-size:28px;
}

p,ul {
	font-size:14px;
}

p.larger {
  font-size:18px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.buton-standard, .buton-standard:hover, .buton-standard:visited {
  background-color:#F5A98F;
  color:#fff;
  font-size:14px; 
  padding:15px 25px;
  outline:none;
  border:none;
  text-decoration: none;
  display: inline-block;
}

.container {
	max-width:1640px;
}

.border-special {
  border-bottom:1px solid #CCCCB2;
}

header {
  padding:20px 0 0 0;
  background-color:#E6EDEC;
}

.bg-alt {
  background-color:#E6EDEC;
}

#nav-icon3 {
  width: 40px;
  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:5px;
  right:15px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000000;
  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: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span {
	background:#000000;
	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;
}

/* 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;
}

/* 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: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

/* Style the checkmark icon */
.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);
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

/* Navigation menu styles */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 70px;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #33473B;
}

.swiperSpecialHP {
  width: 100%;
  overflow: hidden;
}

.swiperSpecialHP .swiper-slide {
  width: auto;
}

.top-icon {
  padding: 20px;
}

.top-icon img {
  height: 80px;
  margin: 0 auto;
}

.swiperProduse {
  width: 100%;
  overflow: hidden;
}

.swiperProduse .swiper-slide {
  height: auto;
}

.container-produs {
  background: #F9F9F1;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
}

.imagine-produs {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.imagine-produs img {
  width: 100%;
  height: auto;
  display: block;
}

.descriere-produs {
  min-height: 180px;
}

.produs-pret {
  color:#F5A98F;
  font-size:22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.produs-pret > span {
  font-size:12px;
  color:black;
  margin-left:5px;
  font-weight: 500;
  opacity: 0.5;
}

.descriere-produs p {
  margin-top:10px;
}

.swiperTestimonials {
  width: 100%;
  overflow: hidden;
}

.swiperTestimonials .swiper-slide {
  height: auto;
}

.container-testimoniale {
  background: transparent;
  padding: 0;
  height: 100%;
}

.testimonials-navigation {
  display: flex;
  gap: 10px;
}

.testimonials-prev,
.testimonials-next {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.testimonials-prev:hover,
.testimonials-next:hover {
  opacity: 0.7;
}

.testimonials-prev:disabled,
.testimonials-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.meniu-mobile {display:flex; position:relative;}

footer {
  background-color:#CCCCB2;
  padding:50px 0;
}

.footer-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #33473B;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a,.social-icons a:hover,.social-icons a:visited {
  color:#33473B;
  font-size:28px;
  margin:0 5px;
}

.despre-img {
  position:absolute;
  top:-30%;
}

.special-border-despre {
  height:20px;
  width:100%;
  max-width: 600px;
  background-color:#F5A98F;
  position:absolute;
  bottom:-10px;
  left:0;
}

.special-green-container {
  background-color:#D2E4D8;
  border:10px solid #F9F9F1;
  border-radius:20px;
  padding:40px;
  right:-10%;
  position:relative;
}

.citat {
  font-size:60px;
  font-family: "Montserrat", sans-serif;
  color:#33473B;
  opacity: 0.3;
  line-height: 60px;
  font-style: italic;
  margin-bottom:35px;
}

.detalii-produs h1 {
  font-size:40px;
}

.contact-form {
  width: 100%;
}

.form-group-contact {
  margin-bottom: 30px;
}

.form-control-contact {
  width: 100%;
  border: none;
  border-bottom: 1px solid #33473B;
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  color: #33473B;
  outline: none;
  font-family: "Raleway", sans-serif;
}

.form-control-contact::placeholder {
  color: #33473B;
  opacity: 0.6;
}

.form-control-contact:focus {
  border-bottom: 2px solid #33473B;
}

textarea.form-control-contact {
  resize: none;
}

.checkbox-group {
  margin-bottom: 25px;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}

.checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #33473B;
  background-color: transparent;
}

.checkbox-container input:checked ~ .checkmark-custom {
  background-color: #33473B;
}

.checkbox-container .checkmark-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark-custom:after {
  display: block;
}

.checkbox-text {
  color: #33473B;
  font-size: 12px;
}

.checkbox-text a {
  color: #33473B;
  text-decoration: underline;
}

@media only screen and (max-width:1570px) {
  /*  test */
}	

@media only screen and (max-width:850px) {
	h1 {font-size:40px;}
  h2 {font-size:32px;}
  h3 {font-size:24px;}
  h4 {font-size:20px;}
  h5 {font-size:18px;}
  .meniu-mobile {display:none; position:absolute;}
  .despre-img {
    position:relative;
  }
  .footer-links {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
    align-items: center;
  }
  .special-green-container {
    background-color:#D2E4D8;
    border:10px solid #F9F9F1;
    border-radius:20px;
    padding:20px;
    width:90%;
    margin:0 auto;
    right:0;
    bottom:-6%;
    position:relative;
  }
  .meniu-mobile nav {
    background-color:#E6EDEC;
    box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-top:5px;
  }
  .citat { font-size:40px; line-height: 40px; }
  nav ul {
    flex-direction: column;
    gap: 20px;
    padding-bottom:20px;
    margin-top:10px;
  }
  
  nav ul li {
    display: block;
    text-align: center;
  }
  .detalii-produs h1 {
    font-size:28px;
  }
  nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #33473B;
    text-align: center;
  }
  
  .footer-links a {
    font-size: 16px;
    text-align: center;
  }
  
  .social-icons {
    justify-content: center;
    margin-top: 20px;
  }
}