/* ================================================================
   KOHINOOR CLUB PATTAYA — GLOBAL STYLESHEET
   Dark & Gold Theme | Glassmorphism | Modern Design
   ================================================================ */

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600;700&family=Dancing+Script:wght@600;700&display=swap');

/* ---- CSS Variables ---- */
:root {
  --gold-primary: #c9a84c;
  --gold-light:   #f0d080;
  --gold-dark:    #8b6914;
  --gold-gradient: linear-gradient(135deg, #c9a84c 0%, #f0d080 40%, #c9a84c 60%, #8b6914 100%);
  --bg-black:     #050505;
  --bg-dark:      #0a0a0a;
  --bg-card:      rgba(255,255,255,0.04);
  --glass-bg:     rgba(10,10,10,0.75);
  --glass-border: rgba(201,168,76,0.25);
  --text-white:   #f5f5f5;
  --text-muted:   #aaa;
  --accent-red:   #e63946;
  --shadow-gold:  0 0 30px rgba(201,168,76,0.4);
  --shadow-deep:  0 20px 60px rgba(0,0,0,0.8);
  --nav-height:   80px;
  --nav-height-scrolled: 68px;
  --radius-lg:    16px;
  --radius-md:    10px;
  --transition:   all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px;
overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;

}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--gold-primary); border-radius: 3px; }

/*space*/
.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

.sp8 {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .sp8 {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

.sp9 {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

.sp10 {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}


/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.section-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-primary);
  display: block;
  margin-bottom: 1.5rem;
}

.section-title , .section-title span {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 700;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
}

.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }

/* ================================================================
   LAYOUT UTILITIES
   ================================================================ */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

section { padding: 90px 0; position: relative; }

.section-header { margin-bottom: 60px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
/* .grid-4 {
  display: grid;
  
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
  gap: 20px;
  width: 1200px;
  overflow: hidden; 
  padding: 10px 0;
} */

/* Agar aap chahte hain ki 4 hi rahein desktop par aur responsive bhi ho */
@media (min-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ================================================================
   DECORATIVE DIVIDER
   ================================================================ */
.gold-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin: 20px 0;
}
.gold-divider::before, .gold-divider::after {
  content: ''; flex: 1; max-width: 120px;
  height: 1px; background: var(--gold-gradient);
}
.gold-divider .diamond {
  width: 10px; height: 10px;
  background: var(--gold-primary);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(201,168,76,0.7);
}

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-gold {
  background: var(--gold-gradient);
  color: #000;
  box-shadow: 0 4px 20px rgba(201,168,76,0.4);
}
.btn-gold:hover {
  box-shadow: 0 8px 35px rgba(201,168,76,0.65);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 1.5px solid var(--gold-primary);
  color: var(--gold-primary);
}
.btn-outline:hover {
  background: var(--gold-primary);
  color: #000;
  box-shadow: var(--shadow-gold);
}

/* ================================================================
   NAVIGATION (GLASSMORPHISM)
   ================================================================ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  height: var(--nav-height);
  display: flex; align-items: center;
  background: rgba(5,5,5,0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  transition: height 0.4s cubic-bezier(0.4,0,0.2,1), background 0.4s ease, box-shadow 0.4s ease;
  overflow: visible;
}

#navbar.scrolled {
  height: var(--nav-height-scrolled);
  background: rgba(5,5,5,0.95);
  box-shadow: 0 4px 30px rgba(0,0,0,0.6);
}

.nav-container {
  display: flex; align-items: center; justify-content: space-between;
  width: 94%; max-width: 1280px; margin: 0 auto;
}

.nav-logo { display: flex; align-items: center; gap: 12px; position: relative; z-index: 10000; }
.nav-logo img {
  height: 190px;
  width: auto;
  margin-top:90px;
  filter: drop-shadow(0 0 10px rgba(201,168,76,0.5));
  transition: height 0.4s cubic-bezier(0.4,0,0.2,1), margin-top 0.4s ease;
}
/* Mobile View adjustments (Max-width 768px) */
@media screen and (max-width: 768px) {
  
  /* .scrolled hone par bhi mobile pe logo change nahi hoga */
  #navbar.scrolled .nav-logo img {
    /* Yahan wahi height dein jo aapne mobile ke liye fix ki hai */
    height: 100px !important; 
    margin-top: 25px !important;
    padding-left: 0 !important; /* Mobile pe aksar padding ki zaroorat nahi hoti */
    
    /* Transition ko disable karne ke liye (Optional) */
    transition: none; 
  }

  /* Agar aapne mobile ke liye koi base height set nahi ki hai, toh ye use karein */
  .nav-logo img {
    height: 100px;
    margin-top: 25px;
    padding-left: 0;
  }
}

/* Tablet view ke liye (Optional) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-logo img {
    height: 100px;
    margin-top: 20px;
  }
}
#navbar.scrolled .nav-logo img {
height: 115px;
  margin-top: 38px;
  padding-left: 30px;
}
.nav-logo-text { display: none; }
.nav-logo-text .name {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1rem;
  background: var(--gold-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-logo-text .tagline {
  font-family: 'Dancing Script', cursive;
  font-size: 0.78rem;
  color: var(--gold-primary);
}

.nav-links {
  display: flex; gap: 2px; align-items: center;
}
.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-white);
  padding: 8px 14px;
  border-radius: 6px;
  position: relative;
  transition: var(--transition);
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px;
  height: 1px; background: var(--gold-primary);
  transform: scaleX(0); transition: transform 0.3s ease;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold-primary); }

.nav-cta { margin-left: 16px; }


/* Mobile Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 6px; background: none; border: none;
}
.nav-hamburger span {
  display: block; width: 26px; height: 2px;
  background: var(--gold-primary); border-radius: 2px; transition: var(--transition);
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.nav-mobile {
  display: none;
  position: fixed; top: var(--nav-height); left: 0; right: 0;
  background: rgba(5,5,5,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  padding: 14px 20px 20px;
  z-index: 9998;
  opacity: 0; transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease, top 0.4s cubic-bezier(0.4,0,0.2,1);
}
.nav-mobile.open {
  display: flex; flex-direction: column; gap: 4px;
  opacity: 1; transform: translateY(0);
}
/* Separator line between logo area and menu items */
.nav-mobile::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gold-gradient);
  opacity: 0.4;
  margin-bottom: 12px;
  /* Jab header top par hai aur logo bada hai */
  margin-top: 90px; 
  transition: margin-top 0.4s ease; /* Smooth transition ke liye */
}

/* --- After Scroll State --- */
#navbar.scrolled + .nav-mobile::before, 
#navbar.scrolled .nav-mobile::before {
  /* Scroll hone par margin kam kar rahe hain */
  margin-top: 10px; 
}
.nav-mobile a {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-white); padding: 12px 16px; border-radius: 8px;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  transition: var(--transition);
}
.nav-mobile a:hover, .nav-mobile a.active { color: var(--gold-primary); background: rgba(201,168,76,0.07); }
/* Adjust top when navbar is scrolled */
/* .nav-mobile.scrolled-menu { top: var(--nav-height-scrolled); } */

/* ================================================================
   HERO / PAGE BANNER
   ================================================================ */
.page-hero {
  height: 55vh; min-height: 400px;
  background: linear-gradient(135deg, #050505 0%, #0f0a00 50%, #050505 100%);
  display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative; overflow: hidden;
  padding-top: var(--nav-height);
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.12) 0%, transparent 70%);
}
.page-hero-particles { position: absolute; inset: 0; overflow: hidden; }
.page-hero h1 , .sec-noor-wrapper , .sec-oo-target{
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(2rem, 5vw, 4rem); font-weight: 900;
  background: var(--gold-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  position: relative; z-index: 2;
  text-shadow: none;
  filter: drop-shadow(0 0 30px rgba(201,168,76,0.4));
    display: inline-block;
}
.page-hero p {
  font-family: 'Cinzel', serif; font-size: 1rem;
  color: var(--text-muted); letter-spacing: 0.15em; text-transform: uppercase;
  margin-top: 12px; position: relative; z-index: 2;
}
.page-hero-content { position: relative; z-index: 2; }

/* ================================================================
   HERO SLIDER (Homepage)
   ================================================================ */
/* --- Hero Slider Base --- */
.hero-slider {
  height: 100vh; 
  min-height: 600px;
  position: relative; 
  overflow: hidden;
}

/* Mobile View Adjustments */
@media screen and (max-width: 768px) {
  .hero-slider-home {
    padding-top: 80px; 
    height: auto; 
    min-height: 80vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Slide Structure */
.slide {
  position: absolute; 
  inset: 0;
  display: flex; 
  align-items: center; 
  justify-content: center;
  opacity: 0; 
  transition: opacity 1.2s ease; 
  pointer-events: none;
}

.slide.active { 
  opacity: 1; 
  pointer-events: auto; 
}

/* Slide Background & Overlay */
.slide-bg {
  position: absolute; 
  inset: 0;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}

.slide-bg::after {
  content: ''; 
  position: absolute; 
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
}

/* Slide Content & Animations */
.slide-content {
  position: relative; 
  z-index: 2; 
  text-align: center;
  padding: 0 20px; 
  max-width: 900px;
  transform: translateY(20px); 
  opacity: 0;
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}

.slide.active .slide-content { 
  transform: translateY(0); 
  opacity: 1; 
}

/* Typography */
.slide-eyebrow {
  font-family: 'Cinzel', serif; 
  font-size: 0.85rem;
  letter-spacing: 0.4em; 
  text-transform: uppercase;
  color: var(--gold-primary); 
  display: block; 
  margin-bottom: 16px;
}

.slide-title , .noor-wrapper ,.oo-target {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(2.2rem, 6vw, 5rem); 
  font-weight: 900;
  background: var(--gold-gradient);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text;
  line-height: 1.1; 
  margin-bottom: 20px;
  filter: drop-shadow(0 0 40px rgba(201,168,76,0.5));
  position: relative;
}

.slide-desc {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.85); 
  margin-bottom: 36px;
  max-width: 580px; 
  margin-left: auto; 
  margin-right: auto;
}

/* Buttons */
.slide-btns { 
  display: flex; 
  gap: 16px; 
  justify-content: center; 
  flex-wrap: wrap; 
}

/* --- NEW: Kohinoor Diamond Custom Class --- */
.noor-wrapper {
  position: relative;
  display: inline-block;
}

.kohinoor-diamond {
 position: absolute;
  top: -17%;
  left: 51%;
  transform: translateX(-50%);
  line-height: 0;
  z-index: 5;
}


.kohinoor-diamond img {
  width: 30px; 
  height: 30px;
  fill: #FFFFFF;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}

/* Slider Navigation (Dots & Arrows) */
.slider-nav {
  position: absolute; 
  bottom: 40px; 
  left: 50%; 
  transform: translateX(-50%);
  display: flex; 
  gap: 12px; 
  z-index: 10;
}

.slider-dot {
  width: 10px; 
  height: 10px; 
  border-radius: 50%;
  background: rgba(201,168,76,0.35); 
  border: 1px solid var(--gold-primary);
  cursor: pointer; 
  transition: 0.3s ease;
}

.slider-dot.active { 
  background: var(--gold-primary); 
  box-shadow: 0 0 12px rgba(201,168,76,0.8); 
}

.slider-arrow {
  position: absolute; 
  top: 50%; 
  z-index: 10;
  background: rgba(201,168,76,0.15); 
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary); 
  font-size: 1.4rem;
  width: 52px; 
  height: 52px; 
  border-radius: 50%;
  display: flex; 
  align-items: center; 
  justify-content: center;
  cursor: pointer; 
  transition: 0.3s ease;
  backdrop-filter: blur(10px);
}

.slider-arrow:hover { 
  background: var(--gold-primary); 
  color: #000; 
}

.slider-prev { 
  left: 24px; 
  transform: translateY(-50%); 
}

.slider-next { 
  right: 24px; 
  transform: translateY(-50%); 
}

/* Mobile Responsive Adjustments for Diamond */
@media screen and (max-width: 768px) {
  .kohinoor-diamond {
   top: -38%;
    left: 52%;
  }
  
  .kohinoor-diamond img {
    width:20px ;
    height :20px; 
  }
  .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}

/* ================================================================
   FLOATING PARTICLES (decorative)
   ================================================================ */
.particles {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1;
}
.particle {
  position: absolute; width: 3px; height: 3px;
  background: var(--gold-primary); border-radius: 50%;
  opacity: 0; animation: float-up linear infinite;
  box-shadow: 0 0 6px rgba(201,168,76,0.8);
}
@keyframes float-up {
  0%   { transform: translateY(0) scale(1); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.6; }
  100% { transform: translateY(-100vh) scale(0.4); opacity: 0; }
}

/* ================================================================
   GLASS CARDS
   ================================================================ */
/* Glass Card Base Styling */
 .glass-card {
 background: var(--bg-card);
 border: 1px solid var(--glass-border);
 border-radius: var(--radius-lg);
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
 padding: 36px 28px;
 transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
 position: relative;
 overflow: hidden;
}

/* Card background image layer (hidden by default, shown on hover) */

.glass-card::before {
 content: '';
 position: absolute;
 inset: 0;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 opacity: 0;
 transition: opacity 0.5s ease;
 z-index: 0;
 border-radius: var(--radius-lg);
}

/* Dark overlay on top of bg image */

.glass-card::after {
 content: '';
 position: absolute;
 inset: 0;
 background: rgba(0,0,0,0.72);
 opacity: 0;
 transition: opacity 0.5s ease;
 z-index: 1;
 border-radius: var(--radius-lg);
}

.glass-card > * {
 position: relative;
 z-index: 2;
}

.glass-card:hover {
 border-color: rgba(201,168,76,0.55);
box-shadow: 0 16px 48px rgba(201,168,76,0.25);
transform: translateY(-6px);
}
.glass-card:hover::before { opacity: 1; }
.glass-card:hover::after  { opacity: 1; }

/* Per-card background images via data-bg or service-specific classes */
.glass-card[data-bg]::before { background-image: var(--card-bg); }

/* Service-specific background images */

.glass-card.svc-dj::before         { background-image: url('images/live-dj-dance-floor.png'); background-position: center top; opacity: 1;}
.glass-card.svc-pool::before       { background-image: url('images/indoor-pool-party-vibrant.png') ;background-position: center top ; opacity : 1; }
.glass-card.svc-vip::before        { background-image: url('images/club-front.jpg'); background-position: 60% center; }
.glass-card.svc-birthday::before   { background-image: url('images/club-front.jpg'); background-position: 30% center; }
.glass-card.svc-dinner::before     { background-image: url('images/pool-party.jpg'); background-position: center bottom; }
.glass-card.svc-hookah::before     { background-image: url('images/club-front.jpg'); background-position: 80% center; }

/* Why-Kohinoor cards */

.glass-card.why-location::before   { background-image: url('images/club-front.jpg'); background-position: 10% center; }
.glass-card.why-hotel::before      { background-image: url('images/club-front.jpg'); background-position: 50% 20%; }
.glass-card.why-crowd::before      { background-image: url('images/pool-party.jpg'); background-position: center 30%; }
.glass-card.why-hours::before      { background-image: url('images/pool-party.jpg'); background-position: center bottom; }


/* Glass card with image background */

.glass-card-img {
background: var(--bg-card);
border: 1px solid var(--glass-border);
border-radius: var(--radius-lg);
transition: var(--transition);
position: relative;
overflow: hidden;
padding: 0;
}

.glass-card-img .card-bg-img {
position: absolute; inset: 0;
background-size: cover; background-position: center; background-repeat: no-repeat;
}

.glass-card-img .card-overlay {
 position: absolute; inset: 0;
 background: rgba(77,0,0,0.6);
}

.glass-card-img .card-content {
 position: relative; z-index: 2;
 padding: 36px 28px;
 height: 100%;
 display: flex; flex-direction: column;
}

.glass-card-img:hover {
 border-color: rgba(201,168,76,0.5);
 box-shadow: 0 12px 40px rgba(201,168,76,0.15);
 transform: translateY(-4px);
}

.glass-card-img:hover .card-bg-img {
 transform: scale(1.05);
 transition: transform 0.6s ease;
}

.glass-card-img .card-bg-img {
 transition: transform 0.6s ease;
}
.service-icon {
width: 80px; height: 80px; border-radius: 50%;
border: 2px solid var(--gold-primary);
display: flex; align-items: center; justify-content: center;
margin-bottom: 22px;
transition: var(--transition);
background: rgba(201,168,76,0.06);
color: var(--gold-primary);
position: relative;
z-index: 2;
}

.service-icon svg {
width: 38px; height: 38px;
stroke: var(--gold-primary);
fill: none;
stroke-width: 1.5;
transition: var(--transition);
filter: drop-shadow(0 0 6px rgba(201,168,76,0.4));

}

/* On hover: outlined golden icon (stroke only, no fill) */

.glass-card:hover .service-icon {
background: transparent;
border-color: var(--gold-light);
border-width: 2px;
box-shadow: 0 0 28px rgba(201,168,76,0.55), inset 0 0 12px rgba(201,168,76,0.08);
}

.glass-card:hover .service-icon svg {
 stroke: var(--gold-light);
 fill: none;
filter: drop-shadow(0 0 10px rgba(240,208,128,0.8));
stroke-width: 1.5;
}
.glass-card-img .service-icon { border-color: #000; }
.glass-card-img .service-icon svg { stroke: #000; }
.glass-card-img:hover .service-icon { background: var(--gold-gradient); border-color: transparent; }
.glass-card-img:hover .service-icon svg { stroke: #000; }

.card-title {
font-family: 'Cinzel', serif; font-size: 1.05rem;
font-weight: 700; color: var(--gold-light);
margin-bottom: 10px; letter-spacing: 0.04em;
}

.card-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; } 

/* Icon Animation */
.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: rgba(201, 168, 76, 0.05);
  transition: all 0.4s ease;
}

.service-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--gold-primary);
  transition: all 0.4s ease;
}

/* Hover State: Icon Circle and SVG color change */
.glass-card:hover .service-icon {
  background: #e0c06b; /* Requested Golden Color */
  border-color: #e0c06b;
  box-shadow: 0 0 20px rgba(224, 192, 107, 0.4);
}

.glass-card:hover .service-icon svg {
  stroke: #1a1a1a; /* Dark Icon on Golden BG */
  filter: none;
}

/* Responsive Grid Adjustments */
@media (max-width: 992px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .glass-card {
    padding: 25px 20px;
    text-align: center;
  }
  .service-icon {
    margin: 0 auto 20px auto;
  }
}
.phone-icon {
  stroke: #C9A84C;
  transition: stroke 0.3s ease; /* Icon color change smooth karne ke liye */
  vertical-align: middle;
  margin-right: 8px;
}
.gold-btn:hover .phone-icon {
  stroke: #000;             /* SVG Icon black ho jayega */
}
/* ================================================================
   GOLD BACKGROUND SECTIONS
   ================================================================ */
.section-gold-bg {
  background: linear-gradient(135deg, #0a0500 0%, #100800 50%, #0a0500 100%);
}
.section-dark-bg {
  background: var(--bg-dark);
}

/* ================================================================
   STATS BAR
   ================================================================ */
.stats-bar {
  background: var(--gold-gradient);
  padding: 28px 0;
}
.stats-bar .container {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2rem; font-weight: 900; color: #000;
  line-height: 1;
}
.stat-label {
  font-family: 'Cinzel', serif; font-size: 0.7rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(0,0,0,0.7); margin-top: 4px;
}

/* ================================================================
   IMAGE CARDS / GALLERY
   ================================================================ */
.img-card {
  border-radius: var(--radius-lg); 
  /* overflow: hidden; */
  position: relative; cursor: pointer;
  aspect-ratio: 4/3;
}
.img-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.img-card:hover img { transform: scale(1.08); }
.img-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
  display: flex; align-items: flex-end; padding: 20px;
  opacity: 0; transition: var(--transition);
}
.img-card:hover .img-card-overlay { opacity: 1; }
.img-card-label {
  font-family: 'Cinzel', serif; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--gold-light);
}

/* ================================================================
   TIMELINE (for events/schedule)
   ================================================================ */
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
  width: 1px; background: linear-gradient(to bottom, transparent, var(--gold-primary), transparent);
  transform: translateX(-50%);
}
.timeline-item {
  display: flex; gap: 40px; align-items: flex-start; margin-bottom: 40px;
  position: relative;
}
.timeline-item.right { flex-direction: row-reverse; text-align: right; }
.timeline-dot {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold-primary);
  box-shadow: 0 0 16px rgba(201,168,76,0.7);
  flex-shrink: 0; margin-top: 6px;
}
.timeline-content { flex: 1; max-width: calc(50% - 30px); }
.timeline-time {
  font-family: 'Cinzel', serif; font-size: 0.8rem;
  color: var(--gold-primary); letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 6px;
}
.timeline-title {
  font-family: 'Cinzel', serif; font-size: 1.1rem;
  color: var(--gold-light); margin-bottom: 8px;
}
.timeline-desc { font-size: 0.9rem; color: var(--text-muted); }

/* ================================================================
   SERVICE SLIDER (Swipe Carousel)
   ================================================================ */
.services-carousel { position: relative; overflow: hidden; }
.services-track {
  display: flex; gap: 28px;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.services-track .glass-card { flex: 0 0 calc(33.33% - 19px); }

.carousel-controls {
  display: flex; justify-content: center; gap: 12px; margin-top: 36px;
}
.carousel-btn {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(201,168,76,0.12); border: 1px solid var(--gold-primary);
  color: var(--gold-primary); font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: var(--transition);
}
.carousel-btn:hover { background: var(--gold-primary); color: #000; }

/* ================================================================
   LIGHTBOX
   ================================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(0,0,0,0.95);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 90vw; max-height: 90vh; border-radius: 8px; box-shadow: var(--shadow-deep); }
.lightbox-close {
  position: absolute; top: 20px; right: 28px;
  font-size: 2rem; color: var(--gold-primary); cursor: pointer;
  transition: var(--transition); background: none; border: none;
  font-family: sans-serif; line-height: 1;
}
.lightbox-close:hover { transform: rotate(90deg); color: var(--gold-light); }

/* ================================================================
   CONTACT SECTION
   ================================================================ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--bg-card); border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); padding: 20px;
  transition: var(--transition);
}
.contact-item:hover { border-color: rgba(201,168,76,0.5); }
.contact-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 50%; background: transparent;
  border: 2px solid var(--gold-primary);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-primary);
}
.contact-icon svg { width: 20px; height: 20px; stroke: var(--gold-primary); fill: none; }
.contact-text h4 {
  font-family: 'Cinzel', serif; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--gold-primary); margin-bottom: 4px;
}
.contact-text p, .contact-text a {
  font-size: 0.95rem; color: var(--text-white);
  line-height: 1.5;
}
.contact-text a:hover { color: var(--gold-primary); }

.map-container {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-deep);
}
.map-container iframe { display: block; width: 100%; height: 420px; }

/* ================================================================
   ACCORDION (FAQ / Party Packages)
   ================================================================ */
.accordion-item {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden;
  transition: var(--transition);
}
.accordion-item.open { border-color: rgba(201,168,76,0.5); }

.accordion-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; cursor: pointer;
  background: var(--bg-card); transition: var(--transition);
}
.accordion-header:hover { background: rgba(201,168,76,0.05); }
.accordion-title {
  font-family: 'Cinzel', serif; font-size: 0.95rem;
  color: var(--gold-light); letter-spacing: 0.04em;
}
.accordion-icon {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-primary); font-size: 1rem; flex-shrink: 0;
  transition: transform 0.3s ease;
}
.accordion-item.open .accordion-icon { transform: rotate(45deg); }

.accordion-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-body-inner {
  padding: 0 24px 20px; font-size: 0.92rem;
  color: var(--text-muted); line-height: 1.8;
}

/* ================================================================
   PACKAGE CARD (pricing / events)
   ================================================================ */
.pkg-card {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--glass-border); position: relative;
  background: var(--bg-card); transition: var(--transition);
}
.pkg-card.featured { border-color: var(--gold-primary); }
.pkg-card.featured::before {
  content: '★ POPULAR ★';
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--gold-gradient); color: #000;
  font-family: 'Cinzel', serif; font-size: 0.65rem;
  letter-spacing: 0.15em; padding: 5px 20px; border-radius: 0 0 8px 8px;
  font-weight: 700;
}
.pkg-card:hover {
  border-color: rgba(201,168,76,0.6);
  box-shadow: 0 16px 48px rgba(201,168,76,0.2);
  transform: translateY(-6px);
}
.pkg-header {
  padding: 32px 28px 24px;
  background: linear-gradient(135deg, rgba(201,168,76,0.08), transparent);
  border-bottom: 1px solid var(--glass-border);
}
.pkg-name {
  font-family: 'Cinzel Decorative', cursive; font-size: 1.1rem;
  background: var(--gold-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 8px;
}
.pkg-price .amount {
  font-family: 'Cinzel Decorative', cursive; font-size: 2rem;
  color: var(--gold-light);
}
.pkg-price .currency { font-size: 1.1rem; color: var(--gold-primary); vertical-align: super; }
.pkg-price .period { font-size: 0.8rem; color: var(--text-muted); }

.pkg-body { padding: 24px 28px; }
.pkg-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.pkg-feature {
  display: flex; gap: 10px; align-items: center;
  font-size: 0.88rem; color: var(--text-white);
}
.pkg-feature::before {
  content: '♦';
  color: var(--gold-primary); font-size: 0.55rem; flex-shrink: 0;
}

/* ================================================================
   FOOTER
   ================================================================ */
footer {
  background: #030303;
  border-top: 1px solid var(--glass-border);
  padding: 70px 0 0;
  position: relative;
}
footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--gold-gradient);
}

.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .logo-wrap { display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  margin-top: -40px; }
.footer-brand img { height: auto; filter: drop-shadow(0 0 12px rgba(201,168,76,0.4)); width: auto; padding-left: 70px; }
/* --- Mobile View (Max-width: 768px) --- */
@media (max-width: 768px) {
    .footer-brand img {
        width: 150px;       /* Mobile par thoda chota size */
        padding-left: 0;    /* Mobile par padding hatana zaroori hai centering ke liye */
        margin: 0 auto;     /* Logo ko horizontal center karne ke liye */
        filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.3)); /* Shadow thodi kam */
    }
}
.footer-brand p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }

.footer-social {
  display: flex; gap: 10px;
  padding-left: 80px;
}
.social-btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: transparent; border: 2px solid var(--gold-primary);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-primary);
  transition: var(--transition); text-decoration: none;
}
.social-btn svg { width: 18px; height: 18px; stroke: var(--gold-primary); fill: none; transition: var(--transition); }
.social-btn:hover {
  background: var(--gold-gradient); color: #000;
  box-shadow: 0 0 16px rgba(201,168,76,0.5);
  border-color: transparent;
}
.social-btn:hover svg { stroke: #000; }

.footer-heading {
  font-family: 'Cinzel', serif; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--gold-primary); margin-bottom: 20px;
  padding-bottom: 10px; border-bottom: 1px solid rgba(201,168,76,0.2);
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  font-size: 0.88rem; color: var(--text-muted);
  transition: var(--transition); padding: 2px 0;
  display: flex; align-items: center; gap: 6px;
}
.footer-links a::before { content: '›'; color: var(--gold-primary); font-size: 1rem; }
.footer-links a:hover { color: var(--gold-primary); padding-left: 4px; }

.footer-contact p {
  font-size: 0.88rem; color: var(--text-muted); line-height: 1.9;
  display: flex; gap: 8px; align-items: flex-start; margin-bottom: 8px;
}
.footer-contact p span:first-child { color: var(--gold-primary); min-width: 18px; }

.footer-bottom {
  border-top: 1px solid rgba(201,168,76,0.1);
  padding: 20px 0;
}
.footer-bottom .fb-inner {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
}
.footer-bottom p { font-size: 0.82rem; color: var(--text-muted); }
.footer-bottom a { color: var(--gold-primary); transition: var(--transition); }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-bottom .heart { color: #e63946; animation: heartbeat 1.4s infinite; display: inline-block; }
@keyframes heartbeat {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.25); }
}

/* ================================================================
   ABOUT PAGE SPECIFICS
   ================================================================ */
.about-feature {
  display: flex; gap: 16px; align-items: flex-start; padding: 20px 0;
  border-bottom: 1px solid rgba(201,168,76,0.1);
}
.about-feature-icon {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
}
.about-feature-text h4 {
  font-family: 'Cinzel', serif; font-size: 0.95rem;
  color: var(--gold-light); margin-bottom: 4px;
}
.about-feature-text p { font-size: 0.88rem; color: var(--text-muted); }

/* ================================================================
   GALLERY GRID
   ================================================================ */
.gallery-filters {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 40px;
}
.filter-btn {
  font-family: 'Cinzel', serif; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 8px 20px; border-radius: 50px;
  border: 1px solid rgba(201,168,76,0.3); background: transparent;
  color: var(--text-muted); cursor: pointer; transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover {
  border-color: var(--gold-primary); color: var(--gold-primary);
  background: rgba(201,168,76,0.08);
}

.gallery-masonry {
  columns: 3; gap: 16px;
}
.gallery-masonry .img-card {
  break-inside: avoid; margin-bottom: 16px; aspect-ratio: unset;
}
.gallery-masonry .img-card img { height: auto; }

/* Gallery Placeholder Styling */
.gallery-placeholder {
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px; /* Icon aur text ke beech thoda kam space */
  padding: 20px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

/* Chhota Golden Icon */
.gallery-svg-small {
  width: 28px;  /* Icon size chhota kiya gaya */
  height: 28px;
  color: #C9A84C; /* Golden Color */
  stroke: #C9A84C;
  transition: all 0.4s ease;
}

/* Placeholder Text Styling */
.placeholder-text {
  font-size: 0.75rem; /* Text bhi thoda chhota aur clean */
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(201, 168, 76, 0.85); /* Text ko bhi golden tint diya */
}

/* Hover Effect */
.gallery-item:hover .gallery-placeholder {
  background-color: rgba(0, 0, 0, 0.8); /* Hover par background dark */
}

.gallery-item:hover .gallery-svg-small {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.6)); /* Subtle glow */
  color: #fff; /* Hover par white ya golden hi rehne de sakte hain */
}

.gallery-item:hover .placeholder-text {
  color: #fff;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .gallery-placeholder {
    height: 180px;
  }
  .gallery-svg-small {
    width: 24px;
    height: 24px;
  }
  .placeholder-text {
    font-size: 0.65rem;
  }
}

/* ================================================================
   SCROLL ANIMATIONS
   ================================================================ */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-left {
  opacity: 0; transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0; transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* stagger delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ================================================================
   MARQUEE TICKER
   ================================================================ */
.marquee-bar {
  background: var(--gold-gradient); 
  padding: 12px 0; 
  overflow: hidden;
  /* ADD THIS */
  display: flex; 
}

.marquee-track {
  display: flex; 
  gap: 60px; 
  width: max-content;
  animation: marquee 30s linear infinite;
  /* ADD THIS to ensure the diamond spacing is consistent between loops */
  padding-right: 60px; 
}
.marquee-bar:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: 'Cinzel', serif; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.12em; color: #000;
  white-space: nowrap; display: flex; align-items: center; gap: 12px;
}
.marquee-item::before { content: '♦'; font-size: 0.6rem; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ================================================================
   BACK TO TOP
   ================================================================ */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold-gradient); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #000; box-shadow: 0 4px 20px rgba(201,168,76,0.5);
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: var(--transition);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(201,168,76,0.7); }

/* ================================================================
   RIBBON BADGE
   ================================================================ */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Cinzel', serif; font-size: 0.7rem;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 5px 14px; border-radius: 50px;
  border: 1px solid rgba(201,168,76,0.5);
  color: var(--gold-primary); background: rgba(201,168,76,0.08);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .services-track .glass-card { flex: 0 0 calc(50% - 14px); }
}

@media (max-width: 768px) {
  :root {
    --nav-height: 72px;
    --nav-height-scrolled: 60px;
  }
  /* Mobile: logo fits inside header height perfectly */
  /* .nav-logo img {
    height: 56px !important;
    margin-top: 0 !important;
    transition: none !important;
  }
  #navbar.scrolled .nav-logo img {
    height: 70px !important;
  } */
  /* Mobile burger menu: add space between logo and menu items */
  .nav-mobile {
    top: var(--nav-height);
    padding-top: 16px;
  }
  #navbar.scrolled ~ .nav-mobile {
    top: var(--nav-height-scrolled);
  }
  .nav-mobile a:first-child {
    margin-top: 8px;
  }
  section { padding: 64px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .contact-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 20px; }
  .timeline-item, .timeline-item.right { flex-direction: column; padding-left: 48px; text-align: left; }
  .timeline-dot { left: 20px; }
  .timeline-content { max-width: 100%; }
  .services-track .glass-card { flex: 0 0 calc(100% - 0px); }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 2; }
}

@media (max-width: 480px) {
  .section-title { font-size: 1.6rem;line-height: 2; }
  .grid-4 { grid-template-columns: 1fr; }
  .slide-title { font-size: 2rem; }
  .gallery-masonry { columns: 1; }
  .slider-arrow { display: none; }
}
/* Card updated */
.glass-card.svc-dj {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.2);
  background: rgba(0, 0, 0, 0.4); /* Glass effect thoda dark rakha hai */
  transition: all 0.5s ease;
  z-index: 1;
}

/* Background Image Layer - Always Visible */
.card-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  
  /* Yahan change kiya hai: Default 1 (hamesha dikhegi) */
  opacity: 1; 
  
  /* Initial Scale 1 (Normal size) */
  transform: scale(1); 
  
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
  z-index: -1;
}

/* Overlay for Text Readability */
.card-hover-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dark gradient hamesha rahega taki text readable ho */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85));
}

/* Content Wrapper */
.card-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 30px;
}

/* Hover State - Zoom Effect */
.glass-card.svc-dj:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  transform: translateY(-5px);
}

.glass-card.svc-dj:hover .card-hover-bg {
  /* Hover par image thodi zoom hogi professional feel ke liye */
  transform: scale(1.1); 
  /* Option: Hover par brightness thodi badha sakte hain */
  filter: brightness(1.1);
}

/* Icon Glow on Hover */
.glass-card.svc-dj:hover .service-icon svg {
  color: var(--gold-primary);
  filter: drop-shadow(0 0 10px rgba(201, 168, 76, 0.8));
}
/* KOHINOOR STYLE */
/* --- Why Choose Us Section --- */
.section-why-us {
    padding: 80px 0;
    background: #050505;
    overflow: hidden;
}

/* Title Styling with Static Diamond */
/* .section-why-us .section-title {
    color: var(--gold-light);
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
} */

.noor-wrapper {
    position: relative;
    display: inline-block;
}

.floating-diamond {
    position: absolute;
  top: -14px;
  left: 52%;
  transform: translateX(-50%);
  line-height: 0;
}

.floating-diamond img {
    width: 30px;
    height: 30px;
    /* Static glow effect */
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
    fill: white;
}

/* Card Icons */
.section-why-us .service-icon {
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
    color: var(--gold-primary);
}

/* Gold Link in Card */
.gold-link {
    color: var(--gold-primary);
    text-decoration: none;
    transition: 0.3s;
}

.gold-link:hover {
    color: white;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .section-why-us .section-title {
        font-size: 1.8rem;
    }
    
    .floating-diamond {
        top: -14px;
    }
    
    .floating-diamond img {
        width: 24px;
    height: 24px;
    }
}
/* about page dimond */
.about-kohinoor-diamond {
    position: absolute;
  top: 2%;
  left: 51%;
  transform: translateX(-50%);
  line-height: 0;
}

.about-kohinoor-diamond img {
    width: 30px;
    height: 30px;
    fill: #FFFFFF;
    /* Subtle glow effect */
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 768px) {
  
    .about-kohinoor-diamond {
        top:-3%;
        left: 51%;
    }

    .about-kohinoor-diamond img {
        width: 16px;
        height: 16px;
    }
}

/* gallery POPUP */
