:root {
  --color-text: #000000;
  --color-heading: #000000;
  --font-family-main: 'Arial', sans-serif;
  --font-size-base: 16px;
  --font-size-title: 32px;
  --font-size-subtitle: 20px;
}

body {
  text-align: left;
  font-family: var(--font-family-main);
  color: var(--color-text);
  background-color: #fff;
  font-size: var(--font-size-base);
}

.site-header {
  position: relative;
  width: 100%;
  background-color: white;
  text-align: left;
  padding: 20px 40px;
  z-index: 10;
}

.logo {
  height: auto;
  width: auto;
  margin-top: -300px;
  max-height: 700px;
  max-width: 100%;
  display: block;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 7000px;
  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: var(--font-size-title);
  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;
}

.description-section {
  padding: 40px;
  min-height: 100vh;
}

.description,
.disclaimer,
.contact-info,
.container-left {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
  font-family: var(--font-family-main);
  color: var(--color-text);
}

.description h1 {
  font-size: var(--font-size-title);
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--color-heading);
  text-transform: uppercase;
}

.description h2 {
  font-size: var(--font-size-subtitle);
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--color-heading);
  text-transform: uppercase;
}

.description p,
.description address {
  margin-bottom: 15px;
  white-space: pre-line;
}

.contact-info {
  margin-bottom: 30px;
}

.fullscreen-image {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-image img.goya-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-container {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 20px;
}

#scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  transition: background 0.3s ease;
  z-index: 10;
}

#scroll-down:hover {
  background: rgba(0, 0, 0, 0.7);
}


.legal-wrapper{
  margin-top: 25px;
}

.legal-wrapper1 {
  margin-bottom:25px;
  max-width: 1900px;
  margin: 0 auto;
  padding: 40px 20px;
    background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-family: var(--font-family-main);
  color: var(--color-text);
  line-height: 1.7;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  margin-bottom:20px;
  text-align: justify;
}

.legal-wrapper1 h1{
  text-align: center;
}

.legal-wrapper2 {
  max-width: 1900px;
  margin: 0 auto;
  padding: 40px 20px;
    background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-family: var(--font-family-main);
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom:20px;
  text-align: justify;
}


.legal-wrapper2 h1{
  text-align: center;
}

.legal-wrapper1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.legal-wrapper2:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.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;
  
}


    
    @media (max-width: 2000px) {
.site-header {
    text-align: center;
    padding: 10px 0;
  }
  
   .page-container{
  padding:30px;
}

  .tall-fix {
  margin-left: 18px;
  max-width: 300px;       
  max-height: 900px;    
  object-fit: contain;  
  display: block;
  
}

      .logo {
  width: 100%;
  margin-top: -170px; 
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
  .legal-wrapper {
    padding: 20px 0px;
  }

  .legal-wrapper h1 {
    font-size: 1.5rem;
    margin-top: 25px;
    text-align: left;
  }

  .legal-wrapper h2 {
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
  }

  .legal-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    word-break: break-word;
    text-align: left;
  }

  .fullscreen-image {
    height: 60vh; /* mai scurtă pe mobil */
  }

  .fullscreen-image img.goya-main {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  #scroll-down {
    font-size: 2.5rem;
    bottom: 10px;
  }
 .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;
  }

  .hamburger-menu .menu-toggle {
    top: 20px;
    left: 20px;
  }
}
@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;
}

}
