/* BG, kartice i responsive */
.search-section {
  position: relative;
  padding: 60px 0 40px 0;
  background: url('{{ asset('uploads/site_photos/bg2.png') }}') center center/cover no-repeat;
  z-index: 1;
}
.search-section .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28,28,36,0.88);
  z-index: 1;
}
.glass-form-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 35px auto;
  background: rgba(255,255,255,0.14);
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.14);
  border-radius: 18px;
  padding: 32px 20px 20px 20px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.1);
}
.form-check-label, .btn-outline-secondary { color: #fff; }
.form-check-input:checked { background-color: #e53935; border-color: #e53935; }
.btn-outline-secondary { border-color: rgba(255,255,255,0.4); }
.btn-outline-secondary:hover { background: rgba(255,255,255,0.2); }

@media (max-width:900px){
  .glass-form-container{ padding:16px 5px; }
}

/* Amenity sekcija unutar forme */
.lf-widget {
  margin-bottom: 20px;
  background: rgba(0,0,0,0.2);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}
.lf-widget h2 { font-size: 1.1em; font-weight: 600; margin-bottom: 15px; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; }
.form-check { margin-bottom: 8px; }
.lf-widget .form-check-label { color: #eee !important; }