


.site-header {
  position: relative;
  width: 100%;
  background-color: white;
  text-align: center;
  padding: 20px 0;
  z-index: 10;
}

.logo {
  height: auto;
  width: auto;
  margin-top:-300px;
  max-height: 700px; /* logo vizibil, dar rezonabil */
  max-width: 100%;
  display: inline-block;
}



.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 7000px; /* limitează înălțimea imaginii */
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
  object-fit: contain;
}

.container.active {
  opacity: 1;
  z-index: 2;
  position: relative;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px; /* mai mici decât 48px */
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 10px;

  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  z-index: 10;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}


.storinfo-section {

  max-width: 1900px;
  margin: 30px auto;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 40px 24px;
  font-family: Arial, sans-serif;
  color: #000000;
   transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}


.storinfo-section h4{
  text-align: center;
}


.storinfo-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}




.storinfo-header {
  text-align: center;
 
  padding: 20px;

  margin-bottom: 40px;
}

.storinfo-header h2 {
  font-size: 32px;
  color:#111;
  margin: 0;
}

.storinfo-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap; /* Important: nu lăsa box-urile să se spargă pe rândul următor */
}

.storinfo-box {
  width: 50%; /* Exact 50% ca să stea una lângă alta */
  color:#111;
  padding: 24px;

}

.storinfo-box h4 {
  margin-top: 0;
  font-size: 24px;
}

.storinfo-box ol,
.storinfo-box ul {
  padding-left: 20px;
}

.storinfo-details {
  max-width: 1900px;
   margin: 30px auto;
  padding: 20px;
   box-sizing: border-box;
   background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  font-family: sans-serif;
  color: #000000;
  
  line-height: 1.6;
}

.storinfo-details:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}





.storinfo-details h3 {
  margin-top: 40px;
  color: #111;
  font-size: 20px;
  font-family: Arial, sans-serif;
}

.storinfo-details ol,
.storinfo-details ul {
  margin-left: 20px;
  padding-left: 20px;
   font-size: 16px;
  font-family: Arial, sans-serif;
}

.storinfo-details li {
  margin-bottom: 10px;
   font-size: 16px;
  font-family: Arial, sans-serif;
}

.storinfo-details  {
  margin-top: 30px;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}


.storinfo-grid {
  display: flex;
  flex-wrap: wrap;
  
  gap: 24px;
  margin-top: 20px;
}


.storinfo-grid h3{
  font-size: 24px;
  text-align: center;
}


.storinfo-card {
  flex: 1;
  min-width: 280px;
  background-color: #ffffff;
  padding: 20px;
  
}

.closing-line{
 margin-top: 30px;
 margin-left: 200px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}


.image-fullwidth-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 60px 0;
}

.full-img {
  width: 100%;
  height: auto;
  display: block;
}


.storingo-products {
  max-width: 1900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.storingo-intro {
  color: #000000;
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin-bottom: 30px;
}

.section-title {
  font-size: 32px;
  margin-bottom: 50px;
  font-family: Arial, sans-serif;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: left;
}

.product-item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.product-item h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #111;
}

.product-item p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #333;
}

.product-item {
  
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}

.product-item:hover {
  transform: translateY(-4px);
}


.product-item ul {
  font-size: 16px;
  padding-left: 18px;
  font-family: Arial, sans-serif;
  color: #555;
}

.product-item ul li {
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.storingo-cta {
  margin-top: 60px;
}

.storingo-cta p {
  font-size: 16px;
  margin: 6px 0;
  font-family: Arial, sans-serif;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
    border: 2px solid #11375a ; /* Albastru */
  color: #11375a;
    background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn:hover {
   background-color: #11375a;
  color: white;
}





.video-section video {
   margin: 30px auto;
  width: 70%;
  height: auto;
  border-radius: 12px;
}
.video-section{
   box-sizing: border-box;
   background-color: #fff;
    text-align: center;
  border: 1px solid #e0e0e0;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.video-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}




.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}




.image-fullwidth-stack {
  width: 100%;
  padding: 0;
}




section {
  max-width: 100%;
  width: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
}



/* Mobile styles for products.html */



.page-container {
  max-width: 1900px; /* sau 1100px, în funcție de preferință */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.tall-fix {
  max-width: 1900px;       /* mai îngustă */
  max-height: 920px;    /* mai joasă */
  object-fit: contain;  /* păstrează proporțiile fără să taie */
  display: block;
  
}




/* Mobile styles for products.html */

@media(max-width: 2000px) {

  .logo {
  width: 100%;
  margin-top: -170px; 
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

  .tall-fix {
  margin-left: 18px;
  max-width: 300px;       
  max-height: 900px;    
  object-fit: contain;  
  display: block;
  
}
.storinfo-columns{
  gap:1px;
  margin-left: -20px;
}

.storinfo-card{
  gap:1px;
  margin-left: -20px;
}


.page-container{
    padding:30px;
}

  .storinfo-section,
  .storinfo-details,
  .video-section,
  
  section,
  .image-fullwidth-stack {
    padding: 20px;
    margin: 40px 0;
  }
 .storinfo-section h2 {
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 22px;
    padding-left: 0 !important;
    width: 100%;
  }
  .storinfo-section h2,
  .storinfo-section h4,
  .storinfo-details h3,
  .section-title,
  .product-item h3,
  .product-item p,
  .product-item ul,
  .storingo-cta p {
    text-align: left;
  }

  .product-grid {
    grid-template-columns: 1fr;
   
    gap: 20px;
  }

 
  .video-section video {
    width: 100%;
  }

.storingo-products{
  padding:0px;
}

  .btn {
    width: 100%;
    box-sizing: border-box;
  }

  .storinfo-section h2 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 22px;
  }

  .storinfo-section ol,
  .storinfo-section ul,
  .storinfo-details ul,
  .storinfo-details ol {
    padding-left: 20px;
  }

  .product-item ul {
    font-size: 14px;
  }

  .product-item p {
    font-size: 15px;
  }

  .section-title {
    font-size: 24px;
    text-align: center;
  }
.product-item h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 20px auto;
  padding-bottom: 10px;
}

.product-item h3::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: #999;
  margin: 10px auto 0 auto;
}

   .site-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 15px;
    text-align: center;
  }

  .footer-button {
    position: static;
    width: 80%;
    max-width: 250px;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    background-color: #444;
    color: white;
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .footer-button:hover {
    background-color: #666;
  }

  .footer-button.left,
  .footer-button.right {
    left: auto;
    right: auto;
    transform: none;
  }

  .footer-text {
    order: 3;
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
  }
  .storinfo-columns {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .storinfo-box {
    width: 100%;
    padding: 16px;
  }
  .storinfo-grid {
    flex-direction: column;
  }

  .storinfo-card {
    padding: 16px;
  }
    .closing-line {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding: 10px;
  }
}
@media (max-width: 2000px) and (orientation: landscape) {
.logo {

 max-width: 500px;       /* ← mărit puțin față de 200px */
    max-height: 300px;       /* ← mărit puțin pentru claritate */
    width: auto;
    height: auto;

  transform: translateX(-50%);
  margin-top: -120px;
  display: block;
}
 .slideshow {
    margin-top: 10px;
    
    height: auto;
    max-height: none;   /* lasă imaginea să crească */
  }

  .slideshow .container {
    height: auto;
    max-height: none;   /* fără limită artificială */
  }

  .tall-fix {
    max-height: 1000px; /* sau cât vrei să fie imaginea maximă */
  }

  .slideshow img {
  width: 100% !important;
  height: auto !important;
  max-height: 90vh;      /* imagine mare dar nu mai înaltă decât viewport-ul */
  object-fit: contain;   /* păstrează proporțiile */
  display: block;
  margin: 0 auto;
}

}
