    .thankyou-wrap {
      max-width: 760px;
    }
    .glass-card {
      background: rgba(255,255,255,0.75);
      backdrop-filter: saturate(160%) blur(8px);
      -webkit-backdrop-filter: saturate(160%) blur(8px);
      border: 1px solid rgba(255,255,255,0.5);
      border-radius: 1.25rem;
      box-shadow: 0 12px 40px rgba(16,24,40,.12);
    }
    .success-icon {
      width: 78px; height: 78px;
      border-radius: 50%;
      margin: 0 auto 0.75rem auto;
      position: relative;
      background: #16a34a10;
      border: 2px solid #16a34a;
      display: grid; place-items: center;
      animation: pop .45s ease-out both;
    }
    .success-icon svg { width: 40px; height: 40px; color:#16a34a; }
    @keyframes pop { from {transform: scale(.8); opacity:.2} to {transform: scale(1); opacity:1} }

    .meta-line { display:flex; gap:.5rem; align-items:center; color:#475467; }
    .meta-line i { color:#98a2b3; }
    .divider-dot {
      width:6px;height:6px;border-radius:50%;background:#e5e7eb; display:inline-block; margin:0 .5rem;
    }
    .btn-soft-dark {
      background:#111827; color:#fff;
      border-radius:999px; padding:.9rem 1.25rem; border:none;
    }
    .btn-soft-dark:hover { background:#0b1220; color:#fff; }
    .btn-outline-dark.rounded-pill { padding:.9rem 1.25rem; }


    /* ============================================
   Pagina de autentificare - Conacul Sârbesc
   ============================================ */

body.login-body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #b5f0b8, #a2d9ff);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Comutator limbă */
.language-switch {
    position: absolute;
    top: 25px;
    right: 25px;
}

.language-btn {
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.language-btn:hover {
    background-color: #2e7d32;
    color: #fff;
    transform: scale(1.05);
}

/* Wrapper principal */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Card de autentificare */
.login-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    width: 100%;
    max-width: 420px;
    text-align: center;
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Titlu */
.login-card h2 {
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 1.5rem;
}

/* Inputuri și grupuri */
.input-group-text {
    border-radius: 10px 0 0 10px;
    background-color: #e8f5e9;
    color: #2e7d32;
}

.form-control {
    border-radius: 10px;
    padding: 0.75rem 1rem;
}

/* Butoane */
.btn-success {
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: #2e7d32;
    transform: scale(1.02);
}

.btn-outline-secondary {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
    background-color: #f1f1f1;
    transform: scale(1.02);
}

/* Alerte */
.alert-danger {
    border-radius: 10px;
    font-size: 0.9rem;
    text-align: left;
}

/* Footer text */
.footer-text {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #4f4f4f;
}

/* Responsivitate */
@media (max-width: 576px) {
    .login-card {
        padding: 2rem;
        max-width: 90%;
    }

    .language-switch {
        top: 15px;
        right: 15px;
    }
}
.object-fit-cover {
  object-fit: cover;
  object-position: center;
}

.btn-outline-light {
  border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vh-100 {
  height: 100vh !important;
}
/* === MODAL CAMERA & IMAGINI - STIL UNIFICAT === */

/* Box fix pentru carusel (camere) */
.image-box {
  height: 400px;
  max-height: 400px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Imagini perfecte, fără margini albe */
.carousel-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease;
}

.carousel-image:hover {
  transform: scale(1.02);
}

/* Responsive: imagini mai mici pe mobil */
@media (max-width: 768px) {
  .image-box {
    height: 280px;
    max-height: 280px;
    margin-bottom: 1rem;
  }
}

/* Card text - stil elegant */
.card.bg-light {
  border-radius: 1rem;
  background-color: #f9fafb !important;
}

/* Modal - look curat */
.modal-content {
  background-color: #fff;
  border-radius: 1rem;
  border: none;
}

/* Umbre discrete */
.shadow-sm {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08) !important;
}
.shadow-lg {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Footer centrat + buton elegant */
.modal-footer {
  text-align: center;
}
.modal-footer .btn {
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* === IMAGINI DIN MODAL (pentru ambele modale) === */
.image-modal-display {
  object-fit: contain;
  background-color: #000;
  max-height: 80vh;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: scale(0.97);
}
.modal.show .image-modal-display {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 768px) {
  .image-modal-display {
    max-height: 70vh;
  }
}

/* === TITLURI MODALE === */
#imageModal .modal-title,
#roomModal .modal-title {
  font-family: 'gvibes', 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #111;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #imageModal .modal-title,
  #roomModal .modal-title {
    font-size: 1.5rem;
  }
}

/* === DESCRIERE UNIFICATĂ (camere + imagini) === */
#roomModal .descriere-camera,
#imageModal #modalImageDescription {
  font-family: 'gvibes', 'Poppins', sans-serif;
  color: #2c2c2c !important;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
  text-align: justify;
  margin-top: 0.75rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #roomModal .descriere-camera,
  #imageModal #modalImageDescription {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/* === TIP CAMERA - ACCENT GALBEN === */
#roomModal .text-warning {
  color: #ffc107 !important;
}
/* === DESCRIERE UNIFICATĂ (camere + imagini) === */
#roomModal .descriere-camera,
#imageModal #modalImageDescription {
  font-family: 'gvibes', 'Poppins', sans-serif;
  color: #2c2c2c !important;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
  text-align: center;          /* ⬅️ schimbat în centrat */
  margin-top: 0.75rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  #roomModal .descriere-camera,
  #imageModal #modalImageDescription {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;        /* asigurăm centrare și pe mobil */
  }
}
