html,
body,
header,
.intro-2 {
    height: 100%;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 740px) {

    html,
    body,
    header,
    .intro-2 {
    height: 900px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {

    html,
    body,
    header,
    .intro-2 {
    height: 980px;
    }
}

.icon-login{
    font-size: 17px;
}

.justify-center{
    justify-self: center;
}

.align-center {
    align-self: center;
}

/* TOASTER */

    /* container in bottom-right */
    .toast-css-container {
      position: fixed;
      bottom: 1rem;
      right: 1rem;
      z-index: 1050;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      pointer-events: none; /* clicks pass through when hidden */
    }
    /* basic toast style */
    .toast-css {
      min-width: 200px;
      padding: 0.75rem 1rem;
      border-radius: 0.25rem;
      color: #fff;
      font-size: 0.9rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
      opacity: 0;
      transform: translateX(100%);
      animation: slideInOut 5s ease forwards;
      pointer-events: auto; /* allow hover/click if needed */
    }
    /* colors by level */
    .toast-css.success { background: #198754; }
    .toast-css.error   { background: #dc3545; }
    .toast-css.warning { background: #ffc107; color: #212529; }
    .toast-css.info    { background: #0dcaf0; color: #212529; }

    /* slide in, stay, slide out */
    @keyframes slideInOut {
      0%   { opacity: 0; transform: translateX(100%); }
      10%  { opacity: 1; transform: translateX(0); }
      80%  { opacity: 1; transform: translateX(0); }
      100% { opacity: 0; transform: translateX(100%); }
    }

/* END TOAST */

.glass-card {
    background: rgba(255,255,255,0.5);
    box-shadow: 0 8px 32px rgba(31,38,135,0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(0,0,0,0.8);
  }
  .glass-card .prefix { color: rgba(0,0,0,0.5) !important; }
  .btn-custom {
    background-color: #ff7307;
    color: #fff !important;
  }
  .btn-custom:hover { background-color: #e66906; }

.img-land{
  width: 55px !important;
  height: auto;
}

.img-ganditorul {
  width: 120% !important;
  height: auto;
  justify-self: center;
  margin-left: 150px;
  opacity: 0.8;
}

@media (min-width: 992px) {

  .flex-center-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .flex-center-landing p {
    margin: 0; }
  .flex-center-landing ul {
    text-align: center; }
    .flex-center-landing ul li {
      margin-bottom: 1rem; }
      .flex-center-landing ul li:last-of-type {
        margin-bottom: 0; }
}

.text-black {
  color: #000 !important;
}

@media only screen and (max-width: 768px) {
  .img-ganditorul {
    width: 92% !important;
    height: auto;
    opacity: 0.8;
    margin-left: 0px !important;
    justify-self: start !important;
  }

  .landing-text{
    font-size: 1.4rem !important;
  }
}
