/* <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: "Poppins", sans-serif;
}

h1,h2,h3 {
	color:#fff;
	font-family: "Poppins", sans-serif;
	font-size:54px;
	font-weight: medium;
}

h2 {
	font-size:42px;
	color:#4D7899;
}

h3 {
	font-size:32px;
}

p {
	font-size:14px;
	color:#4D7899;
}

p.large {
	font-size:28px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

header {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding:15px 0;
	background-color:#fff;
	z-index: 10;
}

header a, header a:visited, header a:hover {
	color:#4D7899;
	text-decoration: none;
	font-size:14px;
}

.degrade {
	width:100%;
	background: linear-gradient(to bottom,  #aadeee 0%,#d7f0f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:50px 0;
}

.logo {
	max-height:40px;
}

.container {
	max-width:1400px;
}

.kv {
	background-image:url('../images/Image.png');
	background-size:cover;
	background-position: center bottom;
	height: 90vh;
	width:100%;
	display: flex;
	align-items:end;
	justify-content: center;
	text-align: center;
}

.kv h1 {
	margin-bottom:20vh;
}

.kv2 {
	background-image:url('../images/secondheader.png');
	background-size:cover;
	background-position: center bottom;
	height: 60vh;
	width:100%;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.kv2 h1 {
	padding-top:50px;
	color:#4D7899;
}

.kv2 .kv2-down {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}

.accordion-box {
  background: linear-gradient(to bottom, #D7F0F8, #FEF8EA);
  border-radius: 12px;
  padding: 20px;
}

.accordion-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4D7899;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-toggle {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #4D7899;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-toggle .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #1f354d;
  border-bottom: 2px solid #1f354d;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.accordion-toggle.active .arrow {
  transform: rotate(-135deg);
}

.accordion-content {
  display: none;
  padding: 10px 0 20px;
  color: #4D7899;
  font-size: 14px;
}

.swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.mySwiperMain {
  width: 100%;
  height: auto;
}

.mySwiperMain img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.mySwiperThumbs {
  width: 100%;
}

.mySwiperThumbs .swiper-slide {
  width: auto;
  opacity: 0.5;
  border: 2px solid transparent;
  cursor: pointer;
}

.mySwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #4D7899;
}

/* Săgeți custom */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  background-color: #Fff;
  border-radius: 50%;
  border: 1px solid #4D7899;
  cursor: pointer;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-prev {
  left: -10px;
}

.custom-next {
  right: -10px;
}

.custom-prev::after,
.custom-next::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #007aff;
  border-bottom: 2px solid #007aff;
}

.custom-prev::after {
  transform: rotate(135deg);
}

.custom-next::after {
  transform: rotate(-45deg);
}

.buton, .buton:hover, .buton:visited {
	display: inline-block;
	align-items:center;
	background-color:#0072CE;
	border-radius:20px;
	padding:10px 40px;
	color:#fff;
	text-decoration: none;
	font-size:16px;
	text-align: center;
}

.buton:before {
	content:'';
	height: 16px;
	width:16px;
	display: inline-block;
	position: relative;
	top:3px;
	margin-right:10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 18c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2M1 2v2h2l3.6 7.59l-1.36 2.45c-.15.28-.24.61-.24.96a2 2 0 0 0 2 2h12v-2H7.42a.25.25 0 0 1-.25-.25q0-.075.03-.12L8.1 13h7.45c.75 0 1.41-.42 1.75-1.03l3.58-6.47c.07-.16.12-.33.12-.5a1 1 0 0 0-1-1H5.21l-.94-2M7 18c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2' stroke-width='0.5' stroke='%23fff'/%3E%3C/svg%3E");
}

#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:25px;*/
  left:0px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #0072CE;
  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: 12px;
}

#nav-icon3 span:nth-child(3) {  
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span {
	background:#0072CE;
	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;
}

footer {
	border-top:1px solid #ECECEC;
	padding:25px 0;
	margin-top:25px;
}

.first-footer p {
	font-size:12px;
}

.first-footer p b {
	font-size:14px;	
}

footer p {
	font-size:10px;
}

footer a, footer a:visited, footer a:hover {
	font-size:12px;
	text-decoration: none;
	color:#4D7899;
}

.social-icon, .social-icon:hover, .social-icon:visited {
	background-color:#4D7899;
	border-radius:100%;
	height: 50px;
	width:50px;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	margin-left:15px;
}

.pharmacy-swiper {
	width: 100%;
	padding: 20px 10px;
}

.pharmacy-swiper .swiper-slide a {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	transition: transform 0.3s ease;
}

.pharmacy-swiper .swiper-slide a img {
	max-height: 60px;
	max-width: 80%;
	object-fit: contain;
}

/* Stilizare buline */
.swiper-pagination-bullets {
	text-align: center;
	position: relative;
	top: 10px!important;
}

.swiper-pagination-bullet {
	background-color: #4D7899;
	opacity: 0.4;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1.3);
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
	.meniu { display:none; padding-top:20px; }
	.meniu a, .meniu a:hover, .meniu a:visited { font-size:20px; }
	.social-icon, .social-icon:hover, .social-icon:visited { margin-right:15px; margin-left:0; }
	h1 { font-size:36px; }
	h2 { font-size:28px; }
	p.large { font-size:20px; }
	.buton { width:100%; }
	.kv2 { height:40vh; }
	.kv { height:75vh; }
	p { font-size:14px; }
}