/* <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 {
  background-color:#0F0F0F;
	margin: 0;
	padding: 0;
	font-family:"ff-good-web-pro";
  color:#999999;
}

h1,h2,h3 {
	color:#FAD300;
	font-family:"ff-good-web-pro";
  font-weight: light;
	font-size:54px;
}

h2 {
	font-size:100px;
}

h3 {
	font-size:36px;
  font-weight: medium;
}

p {
	font-size:18px;
}

p b {
  color:#fff;
}

.scris-verde {
  color:#9BE734;
}

.scris-galben {
  color:#F9D300;
}

.scris-gri {
  color:#999999;
}

.scris-roz {
  color:#FF0067!important;
}

.border-bottom-galben {
  border-bottom:2px solid #F9D300;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1640px;
}

.col-overflow-right {
  position: relative;
  margin-right: calc(-50vw + 50% + 8px);
  overflow: hidden;
}

header {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 1000;
  padding:10px 0;
  background-color:rgba(0,0,0,0);
  transition: all 0.3s ease;
}

header.scrolled {
  background-color:rgba(0,0,0,0.8);
}

header.open {
  background-color:rgba(0,0,0,0.9);
}

#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;*/
  top:5px;
  right:20px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #999999;
  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;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(3) {  
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3.open span {
	background:#999999;
	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 */
ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul li a {
  color: #999999;
  text-decoration: none;
  font-size:22px;
  padding: 10px 15px;
  display: block;
  text-align: center;
}

ul li a:hover,
ul li a:visited {
  color: #999999;
  text-align: right;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}

.margin-top-negativ-desktop {
  margin-top:-100px;
}

.membru-echipa {
  padding:30px;
  height: auto;
  min-height: auto;
}

.membru-echipa-img {
  position: relative;
  width:100%;
  aspect-ratio: 1 / 1.4;
  height: auto;
  min-height: 200px;
}
.membru-echipa-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  object-position: center;
}

.membru-echipa-nume {
  height: auto;
  min-height: auto;
}

.fullheight-bg-echipa {
  min-height: 110vh;
  display: flex ;
  align-items: center;
  position: relative;
}

.fullheight-bg-echipa > img:last-of-type {
  position: absolute;
  top: 0;
  right: 10%;
  width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: top center;  
}

.fullheight-bg-echipa > img:first-of-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;  
}

.card-resurse {
  background-color:#232323;
  position: relative;
  display: flex;
  align-items: top;
  padding:30px;
  width:100%;
  aspect-ratio: 1 / 1;
}

.card-resurse img { 
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.bg-image-bottom {
  position: relative;
}

.bg-image-bottom > img {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  object-fit: contain;
  object-position: bottom center;
}

@media only screen and (max-width:1570px) {

}	

/* Swiper Carousel Styles */
.container-carusel-fullwidth {
  margin-top: 50px;
  position: relative;
}

.swiper-container {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.swiper-slide:hover {
  transform: scale(1.02);
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Navigation container for center icon */
.swiper-navigation-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 30px;
}

/* Navigation arrows positioned left and right */
.swiper-button-next,
.swiper-button-prev {
  color: #FF0067;
  font-size: 30px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 30px;
  position: absolute;
  bottom: 20px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* Decorative center icon */
.swiper-center-icon {
  color: #FF0067;
  font-size: 24px;
  opacity: 0.8;
  pointer-events: none;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-broscoi .swiper-center-icon,
.swiper-broscoi .swiper-button-next,
.swiper-broscoi .swiper-button-prev {
  color:#9BE734;
}

.buton-bio {
  position: absolute;
  top: -10px;
  right: 0;
  background-color:#1E1E1E;
  color:#999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 45px;
  height:45px; 
  border-radius:50%;
}

/* Removed hover enlarge icon - not needed since we have center icon */

.container-wrapper-popup {
  position: relative;
  width:80%; 
  max-width: 1000px;
  margin:0 auto;
}

.container-popup {
  background-color:#0F0F0F;
  padding:40px;
  position: relative;
  width:100%;
  margin:0 auto;
  margin-top:50px;
}

.container-popup p {font-size:16px;}

.popup-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #9BE734;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
  transition: all 0.3s ease;
}

.popup-close-btn:hover {
  color: #7BC020;
  transform: scale(1.1);
}

@media only screen and (max-width:850px) {
  h2 {font-size:50px;}
  h3 {font-size:28px;}
  p {font-size:18px;}
	.margin-top-negativ-desktop {
		margin-top:0px;
	}
  .swiper-container {
    aspect-ratio: 1.5 / 1;
  }
  .fullheight-bg-echipa {
    padding-top:20vh;
  }
	.membru-echipa {padding:5px;}
  .meniu-mobile { display:none; }

	/* Navigation menu mobile styles */
	ul {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
    margin-top:20px;
	}
	
	ul li {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	ul li a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 5px 20px;
		font-size: 20px;
	}
	
	.swiper-navigation-container {
		bottom: 15px;
		height: 24px;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		font-size: 24px;
		height: 24px;
		bottom: 15px;
	}
	
	.swiper-button-prev {
		left: 15px;
	}
	
	.swiper-button-next {
		right: 15px;
	}
	
	.swiper-center-icon {
		font-size: 20px;
		height: 24px;
	}
}

/* Lightbox Gallery Navigation Styles */
.gallery-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1000;
}

.gallery-counter {
  color: #FAD300;
  font-size: 16px;
  font-weight: bold;
  min-width: 60px;
  text-align: center;
}

.gallery-arrows {
  display: flex;
  gap: 10px;
}

.gallery-prev,
.gallery-next {
  background: #FAD300;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
  font-size: 16px;
}

.gallery-prev:hover,
.gallery-next:hover {
  background: #fff;
  transform: scale(1.1);
}

.gallery-prev:disabled,
.gallery-next:disabled {
  background: rgba(250, 211, 0, 0.3);
  cursor: not-allowed;
  transform: none;
}

.gallery-prev:disabled:hover,
.gallery-next:disabled:hover {
  background: rgba(250, 211, 0, 0.3);
  transform: none;
}

/* Lightbox customization */
.lity-content {
  position: relative;
}

.lity-content img {
  max-height: 80vh;
  max-width: 90vw;
  object-fit: contain;
}

/* Ateliere Swiper Styles */
.swiper-ateliere-container {
  width: 100%;
  overflow: visible;
  height: auto;
  min-height: auto;
}

.swiper-ateliere-container .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  height: auto;
  min-height: auto;
}

.swiper-ateliere-container .swiper-slide {
  flex-shrink: 0;
  height: auto;
  min-height: auto;
  padding-right: 15px;
  display: block;
}

.swiper-ateliere-container .membru-echipa {
  height: auto;
  min-height: auto;
  display: block;
}

/* Responsive behavior */
@media (min-width: 768px) {
  .swiper-ateliere-container .swiper-slide {
    width: calc(100% / 3.2);
  }
}

@media (max-width: 767px) {
  .swiper-ateliere-container .swiper-slide {
    width: 50%;
  }
}