body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background:  #7b552c;
  color: #333;
}


.hero-strip2 {
  width: 100%; 
  height: 60vh;
  margin: 0 auto;
  background-image: url('img_onama/83cca471-9bb0-4f5c-bccf-ed306a1e9dc4.jpg'); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}


.rezervacija-section {
  display: flex;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 40px;
}

.form-container {
  max-width: 600px;
  width: 100%;
}

.form-container h1 {
  font-size: 19px;
  color: #104612;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-container h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  letter-spacing: 1px;
  color: #fafafa;
  margin: 0;
  font-weight: 800;
  position: relative;
  margin: 20px 0 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-row input {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.captcha-row {
  align-items: center;
}

.captcha-row label {
  font-size: 16px;
  margin-right: 10px;
  color: #333;
}

.form-submit {
  text-align: center;
}

.form-submit button {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  background-color:#104612;
  color: white;
  border-radius: 6px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-submit button:hover {
  background-color:#218b25;
}

.image-container img {
  max-width: 450px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* Responsive */
 @media (max-width: 900px) {
  .rezervacija-section {
    flex-direction: column;
    padding: 20px;
  }

  .image-container img {
    max-width: 100%;
  }

  .form-row {
    flex-direction: column;
  }

  .hero-overlay h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }
}


.zona {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0c0c0c;
}

.zona label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zona input[type="radio"] {
  transform: scale(1.3);
  accent-color: #000000;
  cursor: pointer;
}

 .hero-strip2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45); 
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(35px, 7vw, 72px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  margin: 0;
}