: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;
}

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

.logo {
  height: auto;
  width: auto;
  margin-top: -300px;
  max-height: 700px;
  max-width: 100%;
  display: inline-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 {
  max-width: 1900px;
  
  text-align: left;
  font-family: var(--font-family-main);
  color: var(--color-text);
  line-height: 1.6;
  font-size: var(--font-size-base);
}

.description h1 {
  font-size: 32px;
  color:#111;
  margin-bottom: 20px;
  font-weight: bold;
 
  
}

.description h2 {
  font-size: var(--font-size-subtitle);
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-heading);
}

.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);
}

.contact-form {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px 20px;
    box-sizing: border-box;
   background-color: #fff;
  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);
  max-width: 1900px;
  padding: 40px;
  
}



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




.contact-form .intro-text {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.contact-form label {
  align-self: center;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contact-form textarea {
  height: 100px;
  resize: vertical;
}

.form-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  max-width: 70%;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-right: 10px;
}

.contact-form button {
  padding: 8px 20px;
  font-size: var(--font-size-base);
  cursor: pointer;
}

.mandatory-note {
  grid-column: 1 / -1;
  margin-top: 10px;
  font-size: 12px;
}

.submit-button {
  width: 300px; /* sau cât dorești: 250px, 400px etc */
  text-align: center;
  padding: 12px 0;
  border: solid #11375a;
  color: #11375a;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  border-radius: 60px;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto; /* asta îl centrează */
}

.button-container {

 
  margin-top: 20px;
  margin-left: 670px;
}


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

.form-container,
.page-container {
  max-width: 1900px;
  margin: 0 auto;
   
  padding: 0 20px;
  box-sizing: border-box;
  font-family: var(--font-family-main);
}


.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) {
      .logo {
  width: 100%;
  margin-top: -170px; 
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
  .description {
    padding: 0px;
  }
    .page-container{
  padding:30px;
}


  .description h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .description h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
  }

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



  #form-container p {
    margin-left: 0;
    text-align: center;
    font-size: 15px;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }

 .contact-form label {
    display: block;
    text-align: left !important;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0;
  }

  .contact-form input,
  .contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .fullscreen-image img.goya-main {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  /* Dacă <p> din mesajul "We look forward..." e centrat manual */
  #form-container p {
    text-align: left; /* păstrezi sau ajustezi după cum vrei */
    margin: 0 0 10px 0;
  }

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  flex-wrap: wrap; /* permite textului să treacă pe rânduri */
}

.checkbox-container input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
}

.checkbox-container label {
  flex: 1 1 0;
  display: block;
  text-align: left;
  word-break: break-word;
  max-width: calc(100% - 30px); /* protejează împotriva ieșirii din ecran */
}




  .mandatory-note {
    font-size: 12px;
    text-align: left;
  }

  .button-container {
    margin-top: 20px;
    margin-left: 0; /* elimină împingerea */
    display: flex;
    justify-content: center;
  }

  .submit-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color:#11375a;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  .map-container iframe {
    height: 300px;
  }

 .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;
  }
}
@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;
}

}
