.header-9{
  background-image: url('../img/headers/header-9.jpg');
}
.thumbnail-square {
  width: 150px;
  height: 150px;
  object-fit: cover; /* taie/scalează centrând, fără deformare */
  display: block;     /* asigură comportament de block pentru margină automată, dacă vrei */
}

.h-300-fix{
  height: 300px;
}
.pic-cover {
    object-fit: cover !important;
}


@font-face {
  font-family: 'BeingLove';
  src: url('/static/fonts/Being_Love.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Clasă custom */
.font-gvibes {
    font-family: 'BeingLove', sans-serif;
    text-transform: none !important;      /* elimină majusculele forțate */
    font-size: 4rem;                      /* sau ajustează după cum dorești */
    line-height: 1.4;
    text-align: center;                   /* sau left/right dacă vrei altceva */
    margin: 0 auto;                       /* dacă vrei centrare pe orizontală */
    display: block;                      /* asigură încadrarea dacă e în inline */
}
.img-fixed-size {
  height: 300px !important;
  object-fit: cover !important;  /* Asigură că imaginea va fi decupată pentru a umple zona fără a fi distorsionată */
  width: 100% !important;  /* Se va întinde pe întreaga lățime disponibilă */
}

.w-89 {
  width: 89%;
}
.object-fit-cover { object-fit: cover; }

  /* Container flex pentru carusele cu coloane fixe */
  /* Slide-urile camerelor: pătrat perfect, responsive */
  .room-carousel-img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
    display: block;
  }
html {
  scroll-behavior: smooth;
}
  /* Back to Top button */
  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    z-index: 1000;
    transition: background-color 0.3s;
    text-decoration: none;
  }
  .back-to-top:hover {
    background-color: rgba(0,0,0,0.8);
  }

  /* hide all sub‑menus by default */
.menu-section .sub-menu {
  display: none;
}

/* when parent has .open, show it */
.menu-section.open .sub-menu {
  display: block;
}

.form-custom-login {
  width: 300px !important;
  border: 1px solid #e8f5e9;
  border-radius: 0 50px 50px 0;
  height: 50px;
}


.form-custom-login {
  width: 300px !important;
  border: 1px solid #e8f5e9;
  border-radius: 0 50px 50px 0;
  height: 50px;
}

/* === SLIDESHOW IMAGINI === */
.modal .carousel-item img {
  width: 100%;
  height: 75vh;
  object-fit: contain;
  background-color: #f5f5f5;
}

/* === CONTROALE CAROUSEL === */
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

/* === BUTON ÎNCHIDERE === */
.btn-close {
  z-index: 1056;
}

/* === STILIZARE TEXT MODAL CAMERE === */
.modal-content h4 {
  font-size: 2.2rem;
  font-weight: normal; /* fără bold */
  text-align: center;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

/* tipul camerei */
.modal-content .tip-camera {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  color: #6c757d;
}

/* descrierea camerei - FULL WIDTH */
.modal-content .descriere-camera {
  font-size: 1.15rem;
  text-align: justify;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.8;
  padding: 0 0.5rem;
}

/* iconițele - CENTRATE & MARI */
.modal-content .iconite-camera {
  text-align: center;
  margin-top: 1rem;
}

.modal-content .iconite-camera i {
  font-size: 2.2rem; /* ca titlul */
  margin: 0 0.7rem;
  color: #444;
}
