/* SECTION */
.lux-header {
  padding: 60px 20px 30px;
  text-align: center;
}

/* CONTAINER (LEFT RIGHT SPACE) */
.lux-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.lux-heading {
  font-size: 32px;
  font-weight: 600;
  background: linear-gradient(90deg,#ff0055,#ffcc70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.gallery-intro {
  padding: 60px 0 20px;

  background: linear-gradient(
    180deg,
    rgba(255, 0, 85, 0.08),
    rgba(0, 0, 0, 0)
  );
}
.gallery-intro {
  background: radial-gradient(
    circle at top,
    rgba(255, 0, 85, 0.12),
    transparent 60%
  );
}

/* TEXT */
.lux-subtext {
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
  max-width: 700px;
  margin: auto;
}

/* BUTTONS */
.lux-cta {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.call-btn {
  background: #ff0055;
  padding: 10px 22px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.call-btn:hover {
  background: #ff3366;
}

.wa-btn {
  background: #25D366;
  padding: 10px 22px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.wa-btn:hover {
  background: #1ebe5d;
}

/* MOBILE */
@media(max-width:768px){
  .lux-heading {font-size:24px;}
  .lux-subtext {font-size:14px;}
}


/* ===============================
   SECTION (LEFT RIGHT SPACE FIX)
================================= */
.lux-gallery {
  padding: 70px 0;
}

/* CONTAINER ADD */
.lux-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* TITLE */
.lux-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  background: linear-gradient(90deg,#ff0055,#ffcc70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GRID */
.lux-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

/* CARD */
.lux-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.4s;
    box-shadow: 0 0 20px rgba(255,0,85,0.08);
}

/* IMAGE FIX (HEIGHT 340px) */
.lux-img img {
  width: 100%;
  height: 340px; /* 🔥 FIXED HEIGHT */
  object-fit: cover;
  transition: 0.5s;
}

/* BADGES */
.lux-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.lux-badges span {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 20px;
}

.vip {
  background: linear-gradient(90deg,#ffcc70,#ff9a00);
  color: #000;
}

.verified {
  background: #25D366;
  color: #fff;
}

/* INFO */
.lux-info {
  padding: 12px;
  text-align: center;
}

.lux-info h3 {
  color: #fff;
  font-size: 16px;
}

.lux-info p {
  color: #bbb;
  font-size: 13px;
}

/* HOVER */
.lux-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: 0.4s;
}

/* BUTTONS */
.view-btn,
.wa-btn {
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
}

.view-btn {
  background: #ffcc70;
  color: #000;
}

.wa-btn {
  background: #25D366;
  color: #fff;
}

/* HOVER EFFECT */
.lux-card:hover img {
  transform: scale(1.1);
}

.lux-card:hover .lux-hover {
  opacity: 1;
}

.lux-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.7);
}

/* RESPONSIVE */
@media(max-width:768px){
  .lux-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

/* IMAGE BLUR ON HOVER */
.lux-card:hover img {
  transform: scale(1.1);
  filter: blur(2px);
}

/* SMOOTH FADE */
.lux-hover {
  backdrop-filter: blur(6px);
}

/* BUTTON ANIMATION */
.view-btn,
.wa-btn {
  transition: 0.3s;
}

.view-btn:hover {
  background: #fff;
}

.wa-btn:hover {
  background: #1ebe5d;
}

/* SOFT GLOW EFFECT */
.lux-card:hover {
  box-shadow: 0 0 30px rgba(255,0,85,0.25);
}

/* ===== PREMIUM GALLERY ===== */

.ps-gallery-section {
  padding: 70px 20px;
  background: #0a0a0a;
}

.ps-gallery-header {
  text-align: center;
  margin-bottom: 40px;
}

.ps-gallery-tag {
  display: inline-block;
  color: #ffcc66;
  font-size: 13px;
  margin-bottom: 10px;
  border: 1px solid rgba(255,204,102,0.3);
  padding: 6px 14px;
  border-radius: 30px;
}

.ps-gallery-header h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}

.ps-gallery-header p {
  color: #aaa;
  max-width: 600px;
  margin: auto;
}
.ps-card{
  text-decoration:none;
  color:inherit;
  display:block;
}
/* GRID */
.ps-gallery-grid {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.ps-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 420px;

  background: #111;

  transition: 0.4s ease;
}

.ps-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(255,204,102,0.15);
}

/* IMAGE */
.ps-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.ps-card:hover img {
  transform: scale(1.08);
}

/* OVERLAY */
.ps-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.95), transparent 60%);
}

/* BADGES */
.ps-badge {
  position: absolute;
  top: 14px;
  right: 14px;

  padding: 6px 12px;
  border-radius: 30px;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;

  z-index: 5;
  text-transform: uppercase;
}

.ps-badge.vip {
  background: linear-gradient(90deg,#ffcc66,#ffb347);
  color: #000;
}

.ps-badge.verified {
  background: #00c853;
  color: #fff;
}

.ps-badge.elite {
  background: #9c27b0;
  color: #fff;
}

.ps-badge.new {
  background: #03a9f4;
  color: #fff;
}

/* CONTENT */
.ps-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  padding: 18px;
  z-index: 2;
}

/* STATUS */
.ps-status {
  display: inline-block;

  padding: 6px 12px;
  border-radius: 20px;

  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ps-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}

.ps-content h3 span {
  color: #ffcc66;
  font-size: 14px;
}

.ps-content p {
  color: #ddd;
  font-size: 14px;
}

/* MOBILE */
@media(max-width:991px){

  .ps-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:768px){

  .ps-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .ps-card {
    height: 300px;
  }

  .ps-gallery-header h2 {
    font-size: 24px;
  }

  .ps-content {
    padding: 14px;
  }

  .ps-content h3 {
    font-size: 16px;
  }

  .ps-content p {
    font-size: 12px;
  }
}
