/* =========================================================
   BASE
========================================================= */

body {margin: 0;padding: 0;}

/* Si vous utilisez body-inner pour neutraliser les espacements */
.body-inner {margin: 0; padding: 0;}

/* =========================================================
   TOP BAR HOME
========================================================= */

.top-bar {position: fixed;top: 0;left: 0;width: 100%;z-index: 1035;background-color: transparent;transition: transform 0.3s ease, opacity 0.3s ease;}
.top-bar a {color: #fff;transition: color 0.3s ease;}
.top-bar.scrolled {transform: translateY(-100%);opacity: 0;pointer-events: none;
}
/* Masquer la top bar sur mobile */
@media (max-width: 991.98px) {
.top-bar {display: none;}
.site-header-home {top: 0;}
}


/* =========================================================
   HEADER / MENU 
========================================================= */

.site-header .navbar-brand {
    letter-spacing: 0.3px;
}

.site-header .nav-link {
    font-weight: 500;
    color: #2c2c2c;
    transition: color 0.25s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: var(--bs-primary);
}

.site-header .dropdown-menu {
    min-width: 240px;
}

.site-header .dropdown-item {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 0.95rem;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
    background-color: #f8f9fa;
    color: var(--bs-primary);
}

.site-header .btn-primary {
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.15);
}

/* Dropdown au survol uniquement sur desktop */
@media (min-width: 1200px) {
    .site-header .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .site-header .dropdown-toggle::after {
        vertical-align: middle;
        margin-left: 0.35rem;
    }
}

/* Mobile */
@media (max-width: 1199.98px) {
    .site-header .navbar-collapse {
        padding-top: 1rem;
    }

    .site-header .dropdown-menu {
        box-shadow: none !important;
        border: 1px solid #e9ecef !important;
        margin-top: 0.35rem;
        margin-bottom: 0.5rem;
    }

    .site-header .nav-item .btn {
        display: inline-block;
    }
}

/* =========================================================
   HERO  HOME
========================================================= */
.hero-home {
  position: relative;
  min-height: 100vh;
  background-color: #000;
}

.hero-home .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/new/images/slider/home.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.22) 38%,
    rgba(0, 0, 0, 0.10) 100%
  );
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 110px;
}

.hero-content {
  max-width: 760px;
  margin-bottom: 180px; /* espace avant le formulaire */
}

.hero-content h1 {
  text-shadow: 0 2px 10px rgba(0,0,0,.18);
}

.hero-content p {
  max-width: 680px;
  text-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.hero-form-row {
  margin-top: 0;
}

.booking-box-premium {
  background: rgba(255, 255, 255, 0.50);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.booking-box-premium .form-label {
  font-size: 0.92rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.4rem;
}

.booking-box-premium .form-control,
.booking-box-premium .form-select {
  height: 46px;
  border-radius: 0.8rem;
  border: 1px solid #d9d4cc;
  background-color: rgba(255,255,255,0.96);
  font-size: 0.95rem;
  box-shadow: none;
}

.booking-box-premium .form-control:focus,
.booking-box-premium .form-select:focus {
  border-color: #c7b79a;
  box-shadow: 0 0 0 0.18rem rgba(199, 183, 154, 0.18);
}

.booking-btn-premium {
  height: 46px;
  border-radius: 0.8rem;
  font-weight: 600;
  border: 0;
}

.btn-sand {
  background-color: #c7b08a;
  color: #fff;
}

.btn-sand:hover,
.btn-sand:focus {
  background-color: #b89d73;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .hero-content {
    margin-bottom: 150px;
  }
}

@media (max-width: 991.98px) {
  .hero-home {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .hero-content {
    margin-bottom: 250px;
  }

  .hero-content h1 {
    font-size: 2.3rem;
  }

  .booking-box-premium {
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-inner {
    padding-top: 75px;
    padding-bottom: 55px;
  }

  .hero-content h1 {
    font-size: 1.95rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .booking-box-premium {
    border-radius: 1rem;
  }

  .booking-box-premium .form-control,
  .booking-box-premium .form-select,
  .booking-btn-premium {
    height: 48px;
  }
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.20) 100%
  );
  z-index: 1;
}

.hero-home .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
}

.booking-box {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.booking-box .form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.booking-box .form-control,
.booking-box .form-select {
  height: 50px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.92);
  box-shadow: none;
}

.booking-box .form-control:focus,
.booking-box .form-select:focus {
  border-color: rgba(255,255,255,0.75);
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.15);
}

.booking-btn {
  height: 50px;
  border-radius: 0.75rem;
  font-weight: 600;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .hero-home {
    min-height: auto;
    padding: 90px 0 70px 0;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .booking-box {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .hero-content h1 {
    font-size: 1.9rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .booking-box {
    padding: 1rem;
    border-radius: 0.85rem;
  }
}



.card img {
  height: 220px;
  object-fit: cover;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.12) !important;
}

@media (max-width: 991.98px) {
  .hero-home {
    min-height: 75vh;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 575.98px) {
  .hero-home {
    min-height: 70vh;
  }

  .hero-content {
    padding: 4rem 0 3rem 0;
  }

  .hero-content h1 {
    font-size: 1.9rem;
  }

  .card img {
    height: 200px;
  }
}

/* Flèches */
#carouselHome .carousel-control-prev,
#carouselHome .carousel-control-next {
  width: 8%;
}

#carouselHome .carousel-control-prev-icon,
#carouselHome .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
}

/* Indicateurs */
#carouselHome .carousel-indicators {
  bottom: 20px;
}

#carouselHome .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
}

/* Responsive */
@media (max-width: 991.98px) {
  #carouselHome,
  #carouselHome .carousel-inner,
  #carouselHome .carousel-item,
  #carouselHome .hero-slide {
    height: 60vh;
    min-height: 420px;
  }

  .hero-slide .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-slide h1 {
    font-size: 2rem;
  }

  .hero-slide h2 {
    font-size: 1rem;
  }

  .hero-slide .btn {
    font-size: 1rem;
    padding: 0.65rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  #carouselHome,
  #carouselHome .carousel-inner,
  #carouselHome .carousel-item,
  #carouselHome .hero-slide {
    height: 52vh;
    min-height: 360px;
  }

  .hero-slide h1 {
    font-size: 1.75rem;
  }

  .hero-slide .btn {
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
  }

  #carouselHome .carousel-control-prev,
  #carouselHome .carousel-control-next {
    width: 12%;
  }
}


/* =========================================================
   PAGE TITLE
========================================================= */

.content-section {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-narrow {
    max-width: 920px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.05rem;
    color: #2c2c2c;
}

@media (max-width: 767.98px) {
    .content-section {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}
/* =========================================================
Breadcrumbs - nav interior
========================================================= */
.breadcrumb {
    font-size: 0.85rem;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #6c757d;
}

.breadcrumb-item a:hover {
    color: var(--bs-primary);
}

.breadcrumb-item.active {
    color: #9aa3ab;
}
/* =========================================================
Apartamentos - equipamientos 
========================================================= */
.equip-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef1f4;
    font-size: 0.96rem;
    line-height: 1.45;
    flex-wrap: wrap;
}

.equip-list li:last-child {
    border-bottom: 0;
}

.equip-list li span {
    color: #495057;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.equip-list li span i {
    color: var(--bs-primary);
    font-size: 1rem;
    flex-shrink: 0;
}

.equip-list li strong {
    color: #212529;
    font-weight: 600;
    text-align: left;
}

@media (max-width: 575.98px) {
    .equip-list li {
        gap: 0.25rem;
    }
}

/* =========================================================
Apartamentos - texto
========================================================= */

.description-box {
    background: #fafbfc;
    border: 1px solid #eef1f4;
    border-radius: 24px;
    padding: 2rem 1.5rem;
}

.description-narrow {
    max-width: 920px;
    margin: 0 auto;
}

.description-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.info-links li {
    padding: 0.55rem 0;
    border-bottom: 1px solid #eef1f4;
    line-height: 1.5;
}

.info-links li:last-child {
    border-bottom: 0;
}

.info-links a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-links a:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.page-title-custom {
  min-height: 320px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.page-title-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-title-custom .container {
  position: relative;
  z-index: 2;
}


/* =========================================================
   OFFERS / CARTES DESTINATIONS
========================================================= */

#offers .offer-card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#offers .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

#offers .offer-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#offers .offer-card:hover .offer-img {
  transform: scale(1.06);
}

#offers .offer-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

#offers .btn {
  border-radius: 999px;
}

#offers .card-body {
  padding: 1.5rem;
}


/* =========================================================
   BLOCS / CARTES BLOG OU INFORMATIONS
========================================================= */

.info-card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.info-card .card-img-top {
  transition: transform 0.4s ease;
}

.info-card:hover .card-img-top {
  transform: scale(1.05);
}


/* =========================================================
   GRILLES LOCATIONS / CARDS PROPRIETES
========================================================= */

.property-card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.property-card img {
  transition: transform 0.4s ease;
}

.property-card:hover img {
  transform: scale(1.04);
}


/* =========================================================
   IMAGE HOVER GENERIQUE
========================================================= */

.img-hover-zoom {
  overflow: hidden;
  border-radius: 1rem;
}

.img-hover-zoom img {
  transition: transform 0.4s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.05);
}


/* =========================================================
   BOUTON SCROLL TOP
========================================================= */

#scrollTopBtn {
  width: 50px;
  height: 50px;
  z-index: 1050;
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

#scrollTopBtn:hover {
  background-color: #5c636a;
  border-color: #5c636a;
  color: #fff;
}


/* =========================================================
   PETITS AJUSTEMENTS TYPO / SEPARATEURS
========================================================= */

.separator-small {
  width: 140px;
  margin: 3rem auto;
  opacity: 0.25;
}

.section-title {
  margin-bottom: 1rem;
}

.section-intro {
  color: #6c757d;
}


/* =========================================================
   UTILITAIRES PERSO
========================================================= */

.rounded-4 {
  border-radius: 1rem;
}

.text-shadow-soft {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Slider page Prop (Bootstrap 5 + Polo-safe) */

/* Base */
.re-gallery {
  --gap: .5rem;
  --thumbH: 140px; /* hauteur d'1 ligne de miniatures (desktop) */
}

.re-gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem;
  display: block;
}

/* Layout principal */
.re-grid{
  display: grid;
  gap: var(--gap);
}

/* Desktop: 5 colonnes (2 grande + 3 thumbs) + grande = hauteur de 2 lignes de thumbs */
@media (min-width: 992px){
  .re-grid{
    grid-template-columns: repeat(5, 1fr);
  }

  .re-main{
    grid-column: span 2;
    height: calc(var(--thumbH) * 2 + var(--gap));
  }
  .re-main > a{
    display: block;
    width: 100%;
    height: 100%;
  }

  .re-thumbs{
    grid-column: span 3;
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--thumbH); /* ✅ 2 lignes visibles = 6 thumbs */
  }

  .re-thumb{
    height: var(--thumbH);
  }
  .re-thumb > a{
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* Mobile/tablet */
@media (max-width: 991.98px){
  .re-grid{
    grid-template-columns: 1fr;
  }
  .re-main{
    aspect-ratio: 16 / 10;
  }
  .re-thumbs{
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(3, 1fr);
  }
  .re-thumb{
    aspect-ratio: 4 / 3;
  }
}

/* "Voir toutes les photos" (force contre overrides Polo) */
.re-gallery #re-all-photos .re-all-grid{
  display: grid !important;
  gap: var(--gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px){
  .re-gallery #re-all-photos .re-all-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .re-gallery #re-all-photos .re-all-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px){
  .re-gallery #re-all-photos .re-all-grid{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.re-gallery #re-all-photos .re-all-thumb{
  aspect-ratio: 4 / 3;
}
.re-gallery #re-all-photos .re-all-thumb > a{
  display: block;
  width: 100%;
  height: 100%;
}
.re-gallery #re-all-photos .re-all-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: .75rem;
}

 /* Amenity Chips */
  .amenity-chip{
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .65rem;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    background: rgba(0,0,0,.02);
    color: #212529;
    font-weight: 300;
    line-height: 1.1;
  }
  .amenity-chip i{
    color: var(--bs-secondary);
    font-size: 1rem;
  }
   .amenity-i { width: 1.25rem; display: inline-flex; justify-content: center; }
/* Mapa Home page ---------------------------------- */
.map-wrapper-full {
  background: #fff;
}

.map-home-full {
  width: 100%;
  height: 500px;
}

@media (max-width: 991.98px) {
  .map-home-full {
    height: 400px;
  }
}

@media (max-width: 575.98px) {
  .map-home-full {
    height: 320px;
  }
}
/* Listing Apartamentos ---------------------------------- */
.apartment-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apartment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.10) !important;
}

.apartment-card-img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.apartment-card-side {
  border-left: 1px solid rgba(0,0,0,.06);
}

.apartment-group-title h2 {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .apartment-card-img {
    min-height: 260px;
  }

  .apartment-card-side {
    border-left: 0;
    border-top: 1px solid rgba(0,0,0,.06);
  }
}

@media (max-width: 575.98px) {
  .apartment-card-img {
    min-height: 220px;
  }
}

/* Tabla calendario ---------------------------------- */
/* Conseils BS5:
   - Mets la table avec .table .table-sm (Bootstrap)
   - Utilise .text-center, mais on garde ici tes règles spécifiques
*/

td.mesCalendario {
  min-width: 10%;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

td.diasCabeceraFestivo {
  color: red;
  text-align: center;
  background-color: #cff8fa;
  padding: 0;
  margin: 0;
}

td.sinReservas {
  color: #000;
  background-color: #fff;
  text-align: center;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 0;
}

td.sinReservasFestivo {
  color: red;
  background-color: #c7dccd;
  text-align: center;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 0;
}

td.sinDias {
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
}

td.sinDiaslegend {
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}

td.conReservas1 {
  background-color: #f6a1a5;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
}

td.conReservasFestivo {
  background-color: #f86f75;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
}

td.copartirReservas,
td.copartirReservasFestivo {
  background-color: #00ccff;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
}

td.ultimoMedioDiaReservas,
td.ultimoMedioDiaReservasFestivo,
td.primerMedioDiaReservas,
td.primerMedioDiaReservasFestivo {
  background-color: #0eebc9;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
}

td.ultimoMedioDiaReservasFestivo {
  color: red;
}

td.primerMedioDiaReservasFestivo {
  color: red;
}

/* Mobile */
@media (max-width: 991.98px) {
    .calendar-table {
        font-size: 0.74rem;
    }

    .calendar-table td {
        padding: 0.12rem 0.05rem;
    }

    .calendar-table td.mesCalendario {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
        font-size: 0.72rem;
        padding: 0.25rem 0.3rem;
    }

    .calendar-table td.diasCabecera,
    .calendar-table td.diasCabeceraFestivo {
        font-size: 0.64rem;
        padding: 0.12rem 0.05rem;
    }
}

#galerie-hotel-style .gallery-premium {
  position: relative;
}

#galerie-hotel-style .gallery-premium-main,
#galerie-hotel-style .gallery-premium-thumb,
#galerie-hotel-style .gallery-mobile-item {
  text-decoration: none;
  background: #fff;
}

#galerie-hotel-style .gallery-premium-main {
  min-height: 540px;
}

#galerie-hotel-style .gallery-premium-thumb {
  min-height: 258px;
}

#galerie-hotel-style .gallery-mobile-item img {
  height: 260px;
  object-fit: cover;
}

#galerie-hotel-style .gallery-premium-main img,
#galerie-hotel-style .gallery-premium-thumb img,
#galerie-hotel-style .gallery-mobile-item img {
  transition: transform 0.7s ease;
}

#galerie-hotel-style .gallery-premium-main:hover img,
#galerie-hotel-style .gallery-premium-thumb:hover img,
#galerie-hotel-style .gallery-mobile-item:hover img {
  transform: scale(1.05);
}

#galerie-hotel-style .gallery-overlay-dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.48), rgba(0,0,0,0.08));
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#galerie-hotel-style .gallery-premium-main:hover .gallery-overlay-dark,
#galerie-hotel-style .gallery-premium-thumb:hover .gallery-overlay-dark,
#galerie-hotel-style .gallery-mobile-item:hover .gallery-overlay-dark {
  opacity: 1;
}

#galerie-hotel-style .gallery-overlay-dark.mobile-visible {
  opacity: 1;
}

#galerie-hotel-style .gallery-label {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#galerie-hotel-style .gallery-all-button-wrap {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 10;
}

#galerie-hotel-style .gallery-all-button {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.08);
  font-weight: 600;
  padding: 0.8rem 1.4rem;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

#galerie-hotel-style .gallery-all-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12);
}

#galerie-hotel-style .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

#galerie-hotel-style .swiper-pagination-bullet-active {
  background: #0d6efd;
}

@media (max-width: 991.98px) {
  #galerie-hotel-style .gallery-premium-main {
    min-height: 400px;
  }

  #galerie-hotel-style .gallery-premium-thumb {
    min-height: 190px;
  }
}

@media (max-width: 767.98px) {
  #galerie-hotel-style .gallery-all-button-wrap {
    position: static;
    margin-top: 1rem;
    text-align: center;
  }
}
/* Footer */

  #footer a {
    transition: all 0.3s ease;
  }

  #footer a:hover {
    color: #ffffff !important;
    padding-left: 3px;
  }

  #footer h5,
  #footer h6 {
    letter-spacing: 0.5px;
  }

  #footer .text-light-emphasis {
    color: rgba(255,255,255,0.72) !important;
  }
 
/* Card Images bloque apartamentos Home pager */
.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card img {
    height: 220px;
  }
}

 
/* Cookies Banner */

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(33, 37, 41, 0.96);
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.cookie-banner__text {
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-banner__text a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cookie-banner__actions {
    justify-content: center;
  }
}