
body {
  text-align: left;
  margin: 0;
  padding: 0;
}

.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;
}

.slideshow {
  position: relative;
  margin-top: 180px;
  overflow: hidden;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.container.active {
  opacity: 1;
  z-index: 2;
  position: relative;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  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;
}

.site-footer {
  background-color: #1f1f1f;
  padding: 40px 40px;
  color: #fff;
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; /* CENTRARE PE AXA X */
  text-align: center;
}

.footer-text {
  font-size: 14px;
  color: #ccc;
  z-index: 1;
  position: relative; /* ADĂUGAT pentru layering peste flex */
}

.footer-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #444;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.footer-button.left {
  left: 400px; /* sau cât vrei — nu mai folosi 400px */
}

.footer-button.right {
  right: 400px;
}


.description-section {
  padding: 40px;
  min-height: 100vh;
}

.description {
  max-width: 100%;
  margin: 0;
  text-align: left;
  font-family: Arial, sans-serif;
  color: #222;
  line-height: 1.6;
}

.description h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.description h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  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;
}

#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);
}


.description, .disclaimer, .contact-info {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.container-left {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}


  .legal-wrapper {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
      font-family: Arial, sans-serif;
      color: #111;
      line-height: 1.7;
      text-align: left;
    }
    .legal-wrapper h1, .legal-wrapper h2 {
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 30px;
    }
    .legal-wrapper h1 {
      font-size: 1.8rem;
    }
    .legal-wrapper h2 {
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    .legal-wrapper p {
      margin-bottom: 15px;
      white-space: normal;
      word-wrap: break-word;
    }
    .legal-wrapper a {
      color: #003399;
      text-decoration: none;
    }
    .legal-wrapper a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
  .legal-wrapper {
    padding: 20px 16px;
  }

  .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;
  }
}
