/* =========================================================
   IMPRESSIE LUXE CSS - HARMONISED
   ========================================================= */

:root {
  --lux-bg: #000000;
  --lux-panel: #0b0b0b;
  --lux-text: #f0f0f0;
  --lux-gold: #f3d28a;
  --lux-gold-dark: #c6a46c;
  --lux-border: rgba(198, 164, 108, 0.42);
  --lux-border-strong: rgba(243, 210, 138, 0.78);
  --lux-shadow: 0 24px 54px rgba(0, 0, 0, 0.58);
}

body {
  background: var(--lux-bg);
  color: var(--lux-text);
}

a {
  transition: all 0.3s ease;
}

a:hover {
  color: var(--lux-gold);
  text-decoration: none;
}

.topSingleBkg .inner-desc {
  text-align: center;
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.65);
}

.gallery-container.gallery-container-fs {
  padding: 0 20px 90px;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post {
  position: relative;
  display: block;
  width: 100% !important;
  height: 360px !important;
  min-height: 360px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 24px;
  overflow: hidden;
  background: var(--lux-panel);
  border: 2px solid var(--lux-border);
  box-shadow: var(--lux-shadow), inset 0 0 18px rgba(198, 164, 108, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post:hover {
  transform: translateY(-6px);
  border-color: var(--lux-border-strong);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.62), 0 0 20px rgba(198, 164, 108, 0.10);
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.45s ease;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post:hover .gallery-img {
  transform: scale(1.05);
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.50) 100%);
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-desc {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  padding: 0;
  transform: none !important;
  top: 0 !important;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-view {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--lux-gold-dark), var(--lux-gold));
  color: #111111;
  font-size: 26px;
  box-shadow: 0 12px 26px rgba(198, 164, 108, 0.25), 0 0 24px rgba(198, 164, 108, 0.15);
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.25s ease;
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post:hover .gallery-view {
  opacity: 1;
  transform: scale(1);
}

.gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 164, 108, 0), rgba(198, 164, 108, 0.6), rgba(198, 164, 108, 0));
  z-index: 4;
}

.mfp-title {
  display: none !important;
}

.footer-modern {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .gallery-holder.gallery-3cols.gallery-3cols-fs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gallery-holder.gallery-3cols.gallery-3cols-fs {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-post {
    height: 260px !important;
    min-height: 260px;
    border-radius: 20px;
  }

  .gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-img {
    min-height: 260px;
  }

  .gallery-holder.gallery-3cols.gallery-3cols-fs .gallery-view {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }
}
