/* =======================
   POZADINSKA SLIKA (od 2. stranice nadalje)
   ======================= */

/* Pozadina za cijeli upitnik */
body {
  background-image: url('/upload/surveys/374986/files/1920x1080%20Main%20BHS.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

/* Welcome stranica - sakrij pozadinu i koristi bijelu */
#welcome-container {
  background: #ffffff !important;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

/* Vanjski container na welcome stranici također bijel */
#welcome-container .survey-description,
#welcome-container .survey-welcome {
  background: #ffffff !important;
  color: #000000 !important;   /* crni tekst za čitljivost */
}

/* =======================
   LAYOUT
   ======================= */

/* Glavni container ankete */
.survey-container,
.ls-form {
  background: #ffffff !important;
  box-shadow: 0 0 18px rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 20px;
}

/* =======================
   TEKST UPUTA
   ======================= */
.ls-questionhelp,
.ls-question-help,
.ls-help,
.question-help,
.help-block,
.text-success,
.text-info {
  color: #444444 !important;   /* tamno siva */
  font-style: normal !important;
}
