

/*------------------------------------------------------------------------------*/	
#body_contact {
    margin: 0px;
    padding: 0px;
 
    background-image: url('photos/ice_crevices.jpg');
    background-repeat: no-repeat;
	background-color: rgba(20, 20, 20, 0.5);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	z-index:-10;
}
#body_about {
    margin: 0px;
    padding: 0px;
background-image: url('photos/ice.jpg');
    background-color: rgba(20, 20, 20, 0.5);


    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	z-index:-10;
}

#body_gallery {
    margin: 0px;
    padding: 0px;
 
    background-image: url('photos/snow_streaks_flipped.jpg'); 
	background-color: rgba(20, 20, 20, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	z-index:-10;
}

#body_home {
    margin: 0px;
    padding: 0px;
	background-color: rgba(20, 20, 20, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	z-index:-10;
}

/*---------------------------------SCROLLBAR STUFF---------------------------------------------*/	
/* For WebKit browsers (Chrome, Safari, Edge) */




/* Works everywhere */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3); /* 30% opaque */
  border-radius: 4px;
}

/* Firefox */
* {
	scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/*------------------------------------------------------------------------------*/			
.overlay_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.5); /* Adjust opacity as needed */
    z-index: -1; /* Ensure it's above body but below others */
}
	
	#zona_fixa{width:100%;

		height:100px;
		background:rgba(20, 20, 20, 0.9);
		position:fixed;
		box-shadow:0px 0px 50px #000000;
	z-index:10;}
	
/*	#unu{width:100%;
		height:80px;
		background:rgba(0, 0, 0, 1);
		margin:auto;
		
		position:relative;
		z-index:25;} 
*/
		
	#zona_libera_sus{width:100%;
					height:100px;
					margin:auto;
					
					z-index:2;
						}
		
	
#doi{width:100%;

		 margin: 0px auto 0px; /* 60px jos, ca sa nu intre sub <div> trei*/
		overflow:auto; /*inaltime calculata automat-->*/
		/*box-shadow:0px 2px 20px #000000;*/
		z-index:1;}   
		
		
		#slideshow {
  position: fixed; /* Full screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Behind everything else */
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills without distortion */
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}


/* START OF FOOTER SECTION*/
  
.footer-spacer {
  height: 60px;
  clear: both;
}
	
.home-spacer {
  height: 1.5rem;
  clear: both;
}	
@media (max-width: 1200px) {
  .home-spacer {
    height: 1rem;
  }	
}

@media (max-width: 1000px) {
  .home-spacer {
    height: 0.5rem;
  }	
}

@media (max-width: 600px) {
  .home-spacer {
    height: 0.2rem;
  }	
}
	
#trei {
  width: 100%;
  height: 50px;
  background: rgba(20, 20, 20, 0.9);
  position: fixed;
  bottom: 0;
  margin: auto;
  font-family: Lato;
  color: #454545;
  font-size: 12px;
  text-align: center;
  /* REMOVE: line-height: 50px; ← This is the problem! */
  box-shadow: 0 2px 10px rgba(20,20,20,0.9);
  display: flex; /* Add this */
  align-items: center; /* Add this */
  justify-content: center; /* Add this */
  overflow: hidden; /* Prevent overflow */
}

/* Footer social icons */
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Use gap instead of padding/margin */
  height: 100%; /* Contain within footer */
}

.icon-container {
  display: flex;
  align-items: center;
  height: 100%; /* Match footer height */
}

.icon-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Match footer height */
  padding: 0 15px; /* Horizontal only, reasonable size */
  box-sizing: border-box;
}

.icon-link:hover {
  color: white;
}

.email-text {
  color: #ccc;
  font-size: 16px;
  opacity: 0;
  font-family: Lato;
  transition: opacity 0.3s;
  white-space: nowrap;
  margin-left: 5px;
}

.email-text.show {
  opacity: 1;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.icon-link:hover .icon {
  fill: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

@media (min-width: 800px) {
  .social-icons {
    gap: 200px; /* More space on desktop */
  }
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .social-icons {
    gap: 10px; /* Less space on mobile */
  }
  
  .icon-link {
    padding: 0 10px; /* Smaller on mobile */
  }
  
  .email-text {
    font-size: 12px;
    max-width: 200px;
  }
}

/* END OF FOOTER SECTION*/
		
		
		
		
		
		
		#white_text{
					color: rgba(255, 255, 255, 0.8); 
					z-index:10;
					   font-family:Lato;
    font-size: 1.2rem;
	margin: 30px 0px 10px;
					}
					
					
textarea{
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  resize: vertical; /* or 'none' to disable completely */
  box-sizing: border-box; /* Include padding in width */
  font-family: inherit; /* Match your site's font */
}
			
	
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Parisienne&family=Great+Vibes&display=swap');
	
		
	#logo{width:433px;
		height:60px;
		margin:auto;
		font-family: 'Dancing Script', 'Brush Script MT', cursive;
		font-weight:normal;

		font-size:40px;
		color:#FFFFFF;
		text-align:center;
		line-height:60px;
		text-shadow:3px 3px 5px #000000;
		user-select: none; /* Prevent text selection */
		}
		

		

		
		

	.text_prezentare{
					display: flex;
					justify-content: center;
					  flex-direction: column;
					margin: auto;
					width:85%;
					max-width: 850px;
					background:rgba(20, 20, 20, 0.80);
  box-shadow: 0 20px 45px rgba(0,0,0,0.9);
					/*background:rgba(0, 0, 0, 0.2);*/
					line-height: 1.7; /* Better readability for longer text */
					
					text-align:justify;
					color: white;
					/*text-shadow:0px 0px 5px rgba(0, 0, 0, 1);*/
                    padding-left: 10px;
					padding-right: 10px;
					padding-bottom: 20px;
					padding-top: 20px;
					}
					
					.text_prezentare p {
 
  text-indent: 1.7em; /* Traditional paragraph indent */
  font-family:Lato;
  font-size: 1.1rem;
  margin-top: 0px;

  color: rgba(255, 255, 255, 0.8); 
}

/* Mobile - make text smaller */
@media (max-width: 768px) {
  .text_prezentare p {
    font-size: 1rem; /* ≈16px */
    text-indent: 1.5em; /* Also reduce indent */
    line-height: 1.5; /* Better mobile readability */
  }
}
					
					.text_prezentare h3 {
  margin-top: 1.5em;
  font-family:Lato;
    font-size: 1.5rem;
	  margin-left: 45px ; /* Center horizontally */
  color: rgba(255, 255, 255, 0.8); 

}
	/* Mobile - make text smaller */
@media (max-width: 800px) {
  .text_prezentare h3 {
    font-size: 1.3rem; /* ≈16px */
	  margin-left: 15px ; /* Center horizontally */
  }
}

/* Alternating content blocks */
.content-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
    margin: 20px;

  padding: 25px;
}


/* Mobile - make text smaller */
@media (max-width: 800px) {
  .content-block {

    margin: 0px;
  padding: 15px;
  }
}

.text-side {
  flex: 1;
  min-width: 0;
}

.image-side {
  flex: 1;
  min-width: 0;
}

.image-side img {
  width: 100%;
  
  height: auto;
  border-radius: 4px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.9);
    display: block; /* Remove inline spacing */
	padding: 3px;
  margin: 0 auto; /* Center horizontally */
}

/* Alternate layout for even blocks */
.content-block.reverse {
  flex-direction: row-reverse;
}
/* Makes images go vertical stacked on small devices (phones) */
@media (max-width: 1120px) {
  .content-block,
  .content-block.reverse {
    flex-direction: column;
    gap: 20px;
  }
}	

					
					

	#zona_butoane{width:433px;
			height:40px;
			margin:auto;
			display: flex;
			justify-content: center;
			}
					
					
					
#zona_butoane ul{margin:0px;
	padding:0px;
	 display: flex;
    justify-content: center;
	gap: 10px;
	  list-style: none; /* ← ADD THIS LINE */
	}

#zona_butoane ul ul {
  gap: 0; /* Override the gap property for submenu items */
  
}	
	


#zona_butoane li {
  display: block;
  width: 150px;
  height: 30px;
  background: rgba(20, 20, 20, 0.0);
  transition: background 0.4s, color 0.4s;
  text-align: center;
  line-height: 30px;
  font-family: Lato;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  user-select: none;
    list-style: none; /* ← ADD THIS LINE */
}

/* Hover effect on the links */
#zona_butoane li:hover {
  color: rgba(190, 190, 190, 1);
  user-select: none;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 
              inset 0px 0px 1px rgba(255, 255, 255, 1);
}


	/* Correct: Style the <a> tags inside list items */
#zona_butoane li a {
  display: block;
  width: 150px;
  height: 30px;
  background: rgba(20, 20, 20, 0.0);
  transition: background 0.4s, color 0.4s;
  text-align: center;
  line-height: 30px;
  font-family: Lato;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  user-select: none;
    list-style: none; /* ← ADD THIS LINE */
}

/* Hover effect on the links */
#zona_butoane li a:hover {
  color: rgba(190, 190, 190, 1);
  user-select: none;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 
              inset 0px 0px 1px rgba(255, 255, 255, 1);
}	
		

		
/* Mobile navigation fixes */
@media (max-width: 600px) {
  /* Make navigation container flexible */
  #zona_butoane {
    width: 100%;
    max-width: 433px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  /* Reduce logo size */
  #logo {
    width: 100%;
    max-width: 300px;
    font-size: 32px;
    line-height: 40px;
    height: auto;
    margin: 10px auto;
  }
  
  
    #zona_butoane li  {
    width: 150px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }
  
  /* FIXED: Target li a instead of just a */
  #zona_butoane li a {
    width: 150px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }
  
  /* Reduce gap between buttons */
  #zona_butoane ul {
    gap: 5px;
  }
}

/* Very small phones */
@media (max-width: 400px) {
  #logo {
    max-width: 250px;
    font-size: 28px;
  }
  
    #zona_butoane li  {
    width: 125px;
    font-size: 16px;
  }
  /* FIXED: Target li a instead of just a */
  #zona_butoane li a {
    width: 125px;
    font-size: 16px;
  }
  
  #zona_butoane ul {
    gap: 2px;
  }
}	
		
		

		



		
		
		
		

		
		
#contact_area{
	    display: flex;
    justify-content: center;
			width:80%;
			max-width: 550px;
		height:auto;
				margin:3% auto 0;
			padding:50px 0px 0px;

			   /* text-indent: 1.7em;  Traditional paragraph indent */
  font-family:Lato;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8); 
			
}






#contact_send{
		width:200px;
		height:30px;
		margin:3% auto 0;
		display: flex;
		justify-content: center;
		 background: rgba(255, 255, 255, 0.8); 
		
		box-shadow:0px 0px 3px #000000;	
		padding:0px;
		  cursor: pointer; /*remove the annoying cursor*/
}


input[type=text]{
	  background: rgba(255, 255, 255, 0.8); 
			width:100%;
			height:30px;
			box-shadow:0px 0px 3px #000000;
			margin:0px;
			padding:0px;
}
	
	
input[type=email]{
	 background: rgba(255, 255, 255, 0.8); 
			width:100%;
			height:30px;
			box-shadow:0px 0px 3px #000000;
			margin:0px;
			padding:0px;
}	


textarea{
	background: rgba(255, 255, 255, 0.8); 
			width:100%;
			height:150px;
			box-shadow:0px 0px 3px #000000;
			margin:0px;
			padding:0px;
}
	
	
	
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  
    gap: 1.5rem;
    padding: 1.5rem;

}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); /* ~320px */
    gap: 1rem;
    padding: 1rem;
  }
}


.portfolio-item {
	

  position: relative;
  font-family: Lato;
  
  letter-spacing: 0.05rem;    /* Relative to root font size */
  
  overflow: hidden;

  cursor: pointer;
  border-radius: 4px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease;
}

.coming-soon {
  cursor: default;
  opacity: 1;
}

.coming-soon:hover {
  /* Remove any hover effects from your normal .portfolio-item */
  transform: none !important;
  opacity: 0.85 !important;
}


.portfolio-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2.5;
  object-fit: cover;
  display: relative;
  transition: transform 0.5s ease;
}

.portfolio-item:hover  {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.portfolio-item:hover .overlay {
  opacity: 1;
}
/*..................................STILIZARE GALERIE...........................*/

.masonry-gallery {
  column-count: 2;
  column-gap: 16px;
  padding: 16px;
}

/* 3 columns on tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .masonry-gallery {
    column-count: 3;
  }
}

/* 4 columns on desktop */
@media (min-width: 1200px) {
  .masonry-gallery {
    column-count: 4;
  }
}


/* 4 columns on desktop */
@media (min-width: 1600px) {
  .masonry-gallery {
    column-count: 5;
  }
}


.masonry-gallery img {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.masonry-gallery img:hover {
  transform: scale(1.022);
}

.masonry-gallery .gallery-item {
  cursor: pointer;
    break-inside: avoid; /* Add this line */
}



.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
 
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;

    box-sizing: border-box;
  overflow: auto; /* let it scroll if too big */
  
}




.lightbox img {
  max-width: 90%;
  max-height: 80vh; /* vh units to keep height responsive */
  margin: 0 auto 20px; /* auto margin to center horizontally */
  border-radius: 8px;
  display: block; /* fixes some inline img quirks */
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
}

.lightbox p {
  color: #fff;
  font-size: 1rem;
  max-width: 90%;
  margin: 0 auto; /* center text container */
}

.lightbox.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



.lightbox-btn {
  position: absolute;
  top: 50%;
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 3rem;
  color: #777;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
border-radius: 5px;
}

.lightbox-btn:hover {
  background: rgba(255,255,255,0.7);
}

.lightbox-btn.prev {
  left: 15px;
}

.lightbox-btn.next {
  right: 15px;
}
/* Lightbox close (X) button */
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #777;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 32px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #333;
}

/*lightbox caption buttons stuff-----------------------------------------------*/


/* Font variable for future tweaking */
:root {
  --caption-font: 'Georgia', serif; /* You can change this to anything you want */
}




.lightbox-media-wrapper {
  display: inline-block; /* Key: shrink to image size */

  text-align: left;
   max-width: 90%;  /* Same as image max-width */
  width: auto;     /* So it shrinks to fit */

}


#lightbox-img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* Force caption to match image width */
#lightbox-caption {
	
   color: #555;
  font-size: 0.9rem;
  font-family: var(--caption-font, 'Georgia', serif);
  margin-top: 0.5rem;
  word-break: break-word;

  box-sizing: border-box;


  
}










/* TITLE, DESCRIPTION AND PRINT ZONE */
.caption-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  width: 100%;
  padding-bottom: 8px; /* Space for the line */
  position: relative; /* Needed for pseudo-element */
}

.caption-top-row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;          /* Left padding */
  right: 5px;         /* Right padding */
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);;
}

.caption-title {
  flex: 1;

  min-width: 0;
  padding-right: 5px; /* Space for the vertical line */
  padding-left: 5px;
 /* border-right: 1px solid #ddd;            Vertical line between title and buy button */
}

.caption-buy {
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 5px; /* Balance the spacing */
  padding-right: 5px;
  
  visibility: hidden;    /* REMOVE THIS WHEN PRINT SHOP WORKING */
  
}

.caption-description {
  width: 100%;
  line-height: 1.4;
  margin-top: 5px;
  color: #555;
  
  padding-left: 5px;
}








/* Subtle link */
.buy-print-link {
  text-decoration: none;
  color: #555;
  font-size: 0.9rem;
}

.buy-print-link:hover {
  text-decoration: underline;
  color: #000;
}
