/* CÍMEK – csak landing oldalon */
.logo-container h1,
.logo-container h2,
.logo-container h3,
.logo-container h4,
.logo-container h5,
.logo-container .h1,
.logo-container .h2,
.logo-container .h3,
.logo-container .h4,
.logo-container .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif;
  color: #ffffff;
}

/* NE írja át globálisan a Bootstrap színt */
.landing .bg-primary {
  background: #fbceb5 !important;
}

/* EZ okozta a hatalmas felső “rést” a login oldalon */
.landing .ftco-section {
  padding: 2rem 0;
} /* 7em helyett */

.landing .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landing .login-wrap {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.landing .login-wrap h3 {
  font-weight: 300;
  color: #fff;
}

/* Inkább csak landingon legyen “buborékos” input */
.landing .form-control {
  background: #fff; /* ÁTLÁTSZÓ HELYETT FEHÉR */
  color: #212529 !important; /* Sötét szöveg */
  border: 1px solid #ced4da;
  border-radius: 0.375rem; /* BS5 alap */
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}
.landing .form-control:hover,
.landing .form-control:focus {
  background: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #86b7fe;
}

/* Placeholder */
.landing .form-control::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

/* Login jelszó mező szem ikon – JOBB OLDALT */
.landing #togglePassword {
  position: absolute;
  right: 0.75rem;          /* jobb oldalra tesszük */
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #555;
  z-index: 2;
}

.landing #togglePassword:hover {
  color: #000;
}

/* hogy legyen helye a szem ikonnak a mezőben */
.landing #password-field {
  padding-right: 2.5rem;
}

.landing #password-field {
  padding-left: 2.25rem !important;
}

/* Csak a landingon legyen kerekített, rózsaszín gomb */
.landing .btn {
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 15px;
}
.landing .btn-primary {
  background: #fbceb5 !important;
  border-color: #fbceb5 !important;
  color: #000 !important;
}
.landing .btn-primary:hover {
  background: transparent;
  color: #fbceb5;
  border-color: #fbceb5;
}

/* Ha kell a checkbox, az is kapjon prefixet */
.landing .checkbox-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.landing .checkbox-wrap input {
  position: absolute;
  opacity: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100vh;
}

.js-fullheight {
  height: 100vh;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 20px;
  text-align: center;
}

.logo-container img {
  width: 150px;
  height: 150px;
}

.logo-container h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

@media (min-width: 768px) {
  .logo-container img {
    width: 300px;
    height: 300px;
  }

  .logo-container h2 {
    font-size: 3rem;
  }

  .login-wrap {
    max-width: 500px;
    margin: 0 auto;
  }

  .submit {
    max-width: 300px;
    margin: 0 auto;
  }
}

.login-wrap .form-control {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.submit {
  width: 100%;
  margin: 10px auto;
}

.mb-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#password-field {
  width: 100%;
  padding-left: 45px;
  text-align: left;
}


.ftco-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .ftco-section {
    padding-top: 10px;
  }
}

/* --- LOGIN inputok legyenek „valódi” Bootstrap mezők --- */
.login-wrap .form-control {
  display: block !important;
  background-color: #fff !important;
  color: #212529 !important;
  border: 1px solid #ced4da !important;
  border-radius: 1rem !important;
  padding: 0.6rem 0.75rem !important;
  box-shadow: none !important;
}

.login-wrap .form-control::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

#password-field {
  padding-left: 2.25rem !important;
}

.login-btn {
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 15px;
  background: #fbceb5 !important;
  border-color: #fbceb5 !important;
  color: #000 !important;
}

.login-btn:hover {
  background: transparent;
  color: #fbceb5;
  border-color: #fbceb5;
}

/* ===== Footer & linkek a landing oldalon ===== */

/* általános szöveg a footerben – legyen világos */
.landing footer,
.landing footer p {
  color: rgba(255, 255, 255, 0.88);
}

/* linkek: barackszín / vagy fehérre állíthatod – !important hogy felülírja a BS5-öt */
.landing a,
.landing footer a,
.landing .footer-content a {
  color: #fbd3bd !important; /* barackszín (passzol a gombokhoz) */
  text-decoration: none;
}

.landing a:hover,
.landing footer a:hover,
.landing .footer-content a:hover {
  color: #ffffff !important; /* hover: fehér */
  text-decoration: underline;
}

/* ha vannak .text-muted, .link-primary stb. BS5 segédosztályok a footerben, azokat is kényszerítsük világosra */
.landing .text-muted,
.landing .link-primary,
.landing .link-secondary {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* opcionális: enyhe sötét overlay a háttér fölé, hogy minden szöveg kontrasztosabb legyen */
.landing.img::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.18); /* ha túl sötét: .12–.15 */
  pointer-events: none;
  z-index: 0;
}
.landing .ftco-section,
.landing footer {
  position: relative;
  z-index: 1;
}

.hunting-title {
  text-align: center;
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f9f7e6;
  font-family: "Cinzel", serif;
  font-weight: 900;

  /* vastagabb kontúr, arany tónus */
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.85);

  /* fény és árnyék a plasztikus hatáshoz */
  text-shadow: 0 1px 0 #b38b2a, 0 2px 0 #9c7a24, 0 3px 1px rgba(0, 0, 0, 0.75), 0 0 6px rgba(255, 215, 128, 0.3),
    0 0 10px rgba(0, 0, 0, 0.6);

  /* kis „extravastagítás” a körvonal hatásával */
  -webkit-text-fill-color: #fff5d9; /* halvány arany-fehér betűszín */
}
