/* KC Banarasi Sari - Premium Luxury Indian Fashion Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-heading: 'Cinzel', serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --color-ivory: #FAF8F5;
  --color-ivory-light: #FFFFFF;
  --color-cream: #F5F0EB;
  --color-beige: #EAE3D9;
  
  --color-maroon: #7A1B28;
  --color-maroon-dark: #4A0E17;
  --color-maroon-light: #9B2838;

  --color-gold: #C59B27;
  --color-gold-bright: #D4AF37;
  --color-gold-light: #F3E5AB;

  --color-text-dark: #222222;
  --color-text-muted: #666666;
  --color-border: #E5DEC9;

  --shadow-sm: 0 4px 12px rgba(122, 27, 40, 0.05);
  --shadow-md: 0 8px 24px rgba(122, 27, 40, 0.08);
  --shadow-lg: 0 16px 40px rgba(122, 27, 40, 0.12);

  --transition-smooth: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-ivory);
  color: var(--color-text-dark);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: var(--font-heading);
  letter-spacing: 0.04em;
  color: var(--color-maroon-dark);
}

.font-serif {
  font-family: var(--font-serif);
}

/* Luxury Gold & Maroon Accent Buttons */
.btn-kc-primary {
  background: linear-gradient(135deg, var(--color-maroon) 0%, var(--color-maroon-dark) 100%);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 11px 24px;
  min-height: 44px;
  border-radius: 4px;
  border: 1px solid var(--color-gold);
  box-shadow: 0 4px 15px rgba(122, 27, 40, 0.2);
  transition: var(--transition-smooth);
  text-transform: uppercase;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn-kc-primary:hover {
  background: linear-gradient(135deg, var(--color-maroon-dark) 0%, var(--color-maroon) 100%);
  color: var(--color-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(122, 27, 40, 0.35);
  border-color: var(--color-gold-bright);
}

.btn-kc-gold {
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-bright) 100%);
  color: var(--color-maroon-dark);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 11px 24px;
  min-height: 44px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 4px 15px rgba(197, 155, 39, 0.25);
  transition: var(--transition-smooth);
  text-transform: uppercase;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn-kc-gold:hover {
  background: linear-gradient(135deg, var(--color-gold-bright) 0%, var(--color-gold) 100%);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 155, 39, 0.4);
}

/* Hero Carousel Slider Responsiveness */
.hero-carousel-item {
  min-height: 520px;
  background-color: #4A0E17;
  position: relative;
}
.hero-carousel-item img {
  object-fit: cover;
  min-height: 520px;
  max-height: 650px;
  filter: brightness(0.72);
}

/* Hero responsive title */
.hero-title {
  font-size: clamp(1.5rem, 5.5vw, 3.5rem);
  line-height: 1.2;
}

/* Hero buttons — smaller on mobile */
.btn-hero {
  font-size: 0.75rem;
  padding: 10px 18px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  #heroCarousel .carousel-caption {
    padding: 10px 10px !important;
  }
  .hero-title {
    font-size: clamp(1.15rem, 4.6vw, 1.32rem) !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.95), 0 0 25px rgba(0, 0, 0, 0.7) !important;
  }
  .hero-carousel-item {
    min-height: 360px !important;
    height: 48vh;
    max-height: 420px !important;
  }
  .hero-carousel-item img {
    min-height: 360px !important;
    height: 48vh;
    max-height: 420px !important;
  }
  #heroCarousel .carousel-indicators {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .btn-hero {
    font-size: 0.85rem;
    padding: 12px 28px;
    letter-spacing: 0.05em;
  }
}


.btn-kc-whatsapp {
  background-color: #25D366;
  color: #FFFFFF;
  font-weight: 600;
  padding: 11px 24px;
  min-height: 44px;
  border-radius: 4px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: var(--transition-smooth);
  text-decoration: none;
  box-sizing: border-box;
}
.btn-kc-whatsapp:hover {
  background-color: #1EBE57;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.btn-kc-outline {
  background: transparent;
  color: var(--color-maroon);
  border: 1px solid var(--color-maroon);
  font-weight: 600;
  padding: 11px 24px;
  min-height: 44px;
  border-radius: 4px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: var(--transition-smooth);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
}
.btn-kc-outline:hover {
  background: var(--color-maroon);
  color: #FFFFFF;
}

/* Top Bar & Header */
.top-bar {
  background: var(--color-maroon-dark);
  color: var(--color-gold-light);
  font-size: 0.82rem;
  padding: 7px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.top-bar a {
  color: var(--color-gold-light);
  text-decoration: none;
  transition: var(--transition-smooth);
}
.top-bar a:hover {
  color: #FFFFFF;
}

.main-header {
  background-color: rgba(250, 248, 245, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: var(--transition-smooth);
}
.brand-logo-container {
  max-width: calc(100% - 56px);
  min-width: 0;
  flex-shrink: 1;
}
.brand-logo-text {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-maroon);
  letter-spacing: 0.04em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-logo-text span {
  font-family: var(--font-serif);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: var(--color-gold);
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .main-header .navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .brand-logo-text {
    font-size: 1.12rem;
    letter-spacing: 0.02em;
    line-height: 1.1;
  }
  .brand-logo-text span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }
  .site-logo-img {
    max-height: 38px !important;
  }
  .btn-kc-primary, .btn-kc-gold, .btn-kc-outline, .btn-kc-whatsapp {
    white-space: normal;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px 18px;
    font-size: 0.82rem;
    word-break: break-word;
  }
  .btn-kc-primary i, .btn-kc-gold i {
    flex-shrink: 0;
  }
}

@media (max-width: 420px) {
  .brand-logo-text {
    font-size: 1.02rem;
    letter-spacing: 0.01em;
  }
  .brand-logo-text span {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }
}

.nav-link-kc {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 14px !important;
  transition: var(--transition-smooth);
  position: relative;
  display: inline-block;
}
.nav-link-kc:hover, .nav-link-kc.active {
  color: var(--color-maroon);
}
.nav-link-kc::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2.5px;
  background: var(--color-gold);
  transition: var(--transition-smooth);
  transform: translateX(-50%);
  border-radius: 3px;
}
.nav-link-kc:hover::after, .nav-link-kc.active::after {
  width: 32px;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    padding: 12px 0 8px;
  }
  .navbar-nav .nav-item {
    margin: 4px 0;
  }
  .nav-link-kc {
    display: inline-block !important;
    padding: 6px 16px !important;
  }
  .nav-link-kc:hover::after, .nav-link-kc.active::after {
    width: 28px;
  }
}

/* Header Action Icons (Search, Account, Wishlist) */
.header-action-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-icon-btn {
  background: transparent;
  border: none;
  color: var(--color-maroon-dark);
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  text-decoration: none;
}
.header-icon-btn:hover {
  background-color: var(--color-cream);
  color: var(--color-maroon);
  transform: translateY(-2px);
}
.wishlist-badge-count {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--color-maroon);
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 6px rgba(122, 27, 40, 0.3);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Wishlist Toggle Button on Product Cards */
.btn-wishlist-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  border: none;
  border-radius: 50%;
  color: var(--color-maroon);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-wishlist-toggle:hover, .btn-wishlist-toggle.active {
  background: #FFFFFF;
  color: #DC3545;
  transform: scale(1.15);
  box-shadow: 0 6px 16px rgba(220, 53, 69, 0.25);
}

/* Category Slider Styles (Image 2 Design with Auto Smooth Horizontal Scroll) */
.category-slider-wrapper {
  position: relative;
  padding: 0 10px;
}

.category-slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: auto;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  padding: 10px 5px 25px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  user-select: none;
}

.category-slider-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.category-slider-track.active-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.category-slider-item {
  flex: 0 0 calc(16.666% - 13.5px);
  min-width: 175px;
}

@media (max-width: 1200px) {
  .category-slider-item {
    flex: 0 0 calc(25% - 12px);
    min-width: 180px;
  }
}

@media (max-width: 768px) {
  .category-slider-wrapper {
    padding: 0 5px;
  }
  .category-slider-item {
    flex: 0 0 calc(45% - 10px);
    min-width: 155px;
  }
}

@media (max-width: 480px) {
  .category-slider-wrapper {
    padding: 0 5px;
  }
  .category-slider-item {
    flex: 0 0 calc(70% - 10px);
    min-width: 145px;
  }
}

/* Category Showcase Section - Image 2 Design */
.category-showcase-section {
  background-color: #FAF8F5;
  padding: 60px 0 70px;
}

.badge-explore-category {
  background-color: #F7EFE2;
  color: #8C6A18;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 6px 20px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid rgba(197, 155, 39, 0.35);
  box-shadow: 0 2px 8px rgba(197, 155, 39, 0.08);
}

.category-heading-title {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--color-maroon-dark);
  letter-spacing: 0.03em;
  margin-top: 10px;
  margin-bottom: 0;
}

.category-heading-line {
  width: 60px;
  height: 2.5px;
  background: var(--color-gold);
  margin: 12px auto 0;
  border-radius: 2px;
}

.category-showcase-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4.2;
  border: 1.5px solid rgba(197, 155, 39, 0.35);
  box-shadow: 0 6px 20px rgba(74, 14, 23, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
  text-decoration: none;
  background-color: var(--color-maroon-dark);
}

.category-showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(122, 27, 40, 0.25);
  border-color: var(--color-gold-bright);
}

.category-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-showcase-card:hover .category-showcase-img {
  transform: scale(1.08);
}

.category-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: #FFFFFF;
}

.category-item-badge {
  color: var(--color-gold-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.category-title-text {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 6px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.9);
}

.category-shop-link {
  color: var(--color-gold-light);
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.3s ease, color 0.3s ease;
}

.category-showcase-card:hover .category-shop-link {
  color: #FFFFFF;
  gap: 8px;
}

/* Old Category Cards fallback */
.category-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  transition: var(--transition-smooth);
}
.category-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-gold);
}
.category-img-wrapper {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.category-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.category-card:hover .category-img-wrapper img {
  transform: scale(1.08);
}
.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(74, 14, 23, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #FFFFFF;
}

/* Section Pill Badge (Image 2 Style) */
.badge-section-pill {
  background-color: #FAF4E8;
  color: #8C6A18;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(197, 155, 39, 0.35);
  margin-bottom: 8px;
}

/* Product Cards - Image 2 Design */
.product-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(74, 14, 23, 0.12);
  border-color: var(--color-gold);
}
.product-img-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--color-cream);
}
.product-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover .product-img-wrapper img {
  transform: scale(1.06);
}
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-maroon);
  color: var(--color-gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.product-badge.badge-discount {
  background: #8A0E1A;
  color: #FFFFFF;
}
.product-badge.badge-new {
  background: var(--color-gold);
  color: var(--color-maroon-dark);
}
.product-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-tag-info {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product-category {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.product-title {
  font-family: var(--font-heading);
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--color-maroon-dark);
  margin-bottom: 6px;
  line-height: 1.35;
}
.product-rating-row {
  display: flex;
  align-items: center;
  font-size: 0.82rem;
}
.product-price {
  font-family: var(--font-serif);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--color-maroon);
  margin-bottom: 12px;
}
.product-price .original-price {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: 400;
}
.product-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.btn-card-cart {
  background-color: #FAF4E8;
  color: var(--color-maroon-dark);
  border: 1.5px solid var(--color-gold);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 8px 10px;
  border-radius: 6px;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.btn-card-cart:hover {
  background-color: var(--color-maroon-dark);
  color: #FFFFFF;
  border-color: var(--color-maroon-dark);
}
.btn-card-buy {
  background-color: var(--color-maroon-dark);
  color: #FFFFFF;
  border: none;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 8px 10px;
  border-radius: 6px;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.btn-card-buy:hover {
  background-color: var(--color-maroon);
  color: var(--color-gold-light);
  box-shadow: 0 4px 12px rgba(122, 27, 40, 0.3);
}

/* Shop By Pure Fabric Section (Image 2 Design with Auto Smooth Scroll) */
.fabric-slider-wrapper {
  position: relative;
  padding: 0 5px;
}

.fabric-slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: auto;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  padding: 10px 5px 25px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  user-select: none;
}

.fabric-slider-track::-webkit-scrollbar {
  display: none;
}

.fabric-slider-track.active-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.fabric-slider-item {
  flex: 0 0 calc(20% - 14.5px);
  min-width: 210px;
  display: flex;
}

@media (max-width: 1200px) {
  .fabric-slider-item {
    flex: 0 0 calc(25% - 13.5px);
    min-width: 190px;
  }
}

@media (max-width: 768px) {
  .fabric-slider-item {
    flex: 0 0 calc(45% - 10px);
    min-width: 170px;
  }
}

@media (max-width: 480px) {
  .fabric-slider-item {
    flex: 0 0 calc(75% - 10px);
    min-width: 155px;
  }
}

.fabric-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(197, 155, 39, 0.35);
  border-radius: 16px;
  padding: 24px 14px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(74, 14, 23, 0.04);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fabric-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(122, 27, 40, 0.14);
  border-color: var(--color-gold);
}

.fabric-img-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid var(--color-gold);
  padding: 3px;
  margin: 0 auto 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(197, 155, 39, 0.25);
  transition: transform 0.4s ease;
  flex-shrink: 0;
}

.fabric-card:hover .fabric-img-circle {
  transform: scale(1.08);
}

.fabric-img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fabric-card-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-maroon-dark);
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.fabric-card:hover .fabric-card-title {
  color: var(--color-maroon);
}

.fabric-card-desc {
  font-size: 0.78rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.45;
  font-weight: 400;
}

/* Royal Bridal Couture Banner Section (Image 2 Design) */
.bridal-banner-section {
  position: relative;
  background: linear-gradient(135deg, #140306 0%, #2B060B 50%, #170406 100%);
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(197, 155, 39, 0.3);
  border-bottom: 1px solid rgba(197, 155, 39, 0.3);
}

.bridal-banner-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at center, rgba(197, 155, 39, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.bridal-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(197, 155, 39, 0.12);
  border: 1.5px solid #C59B27;
  color: #F7EFE2;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.bridal-banner-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #FAF4E8;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.bridal-banner-desc {
  font-size: 1.1rem;
  color: #D6C8B4;
  max-width: 760px;
  margin: 0 auto 36px;
  line-height: 1.6;
  font-weight: 300;
}

.btn-bridal-shop {
  background-color: #7A1B28;
  color: #FAF4E8;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  padding: 14px 36px;
  border-radius: 50px;
  border: 1px solid var(--color-gold);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(122, 27, 40, 0.5);
  transition: all 0.35s ease;
}

.btn-bridal-shop:hover {
  background-color: #9B2838;
  color: #FFFFFF;
  border-color: #E2B842;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(197, 155, 39, 0.35);
}

/* Testimonials Section (Image 1 Design) */
.testimonial-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(197, 155, 39, 0.3);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(74, 14, 23, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.35s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(122, 27, 40, 0.12);
  border-color: var(--color-gold);
}

.testimonial-stars {
  color: #F59E0B;
  font-size: 1rem;
  display: flex;
  gap: 3px;
}

.testimonial-quote-icon {
  color: rgba(197, 155, 39, 0.35);
  font-size: 2.4rem;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-text {
  font-size: 0.92rem;
  font-style: italic;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.testimonial-divider {
  border-top: 1px dashed var(--color-border);
  margin: 16px 0;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-gold);
  flex-shrink: 0;
}

.testimonial-name {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-maroon-dark);
}

.testimonial-saree {
  font-size: 0.76rem;
  color: var(--color-text-muted);
}

/* Social Lookbook Gallery Section - Exact Copy of Screenshot (with Auto Smooth Scroll) */
.lookbook-slider-wrapper {
  position: relative;
  padding: 0 5px;
}

.lookbook-slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: auto;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  padding: 10px 5px 25px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  user-select: none;
}

.lookbook-slider-track::-webkit-scrollbar {
  display: none;
}

.lookbook-slider-track.active-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.lookbook-slider-item {
  flex: 0 0 calc(20% - 14.5px);
  min-width: 210px;
  display: flex;
}

@media (max-width: 1200px) {
  .lookbook-slider-item {
    flex: 0 0 calc(25% - 13.5px);
    min-width: 190px;
  }
}

@media (max-width: 768px) {
  .lookbook-slider-item {
    flex: 0 0 calc(45% - 10px);
    min-width: 170px;
  }
}

@media (max-width: 480px) {
  .lookbook-slider-item {
    flex: 0 0 calc(75% - 10px);
    min-width: 155px;
  }
}

.lookbook-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--color-cream);
  box-shadow: 0 4px 18px rgba(74, 14, 23, 0.08);
  border: 1.5px solid rgba(197, 155, 39, 0.35);
  display: block;
  width: 100%;
  transition: all 0.35s ease;
}

.lookbook-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(74, 14, 23, 0.16);
  border-color: var(--color-gold);
}

.lookbook-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.lookbook-card:hover .lookbook-img {
  transform: scale(1.06);
}

.lookbook-overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 6, 11, 0.68);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.35s ease;
  padding: 16px;
  color: #FFFFFF;
}

.lookbook-card:hover .lookbook-overlay {
  opacity: 1;
}

.lookbook-icon-box {
  width: 42px;
  height: 42px;
  border: 2px solid #E2B842;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD700;
  font-size: 1.25rem;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.lookbook-likes {
  font-size: 0.85rem;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Filter Sidebar (Image 1 Design) */
.filter-sidebar-card {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1.5px solid rgba(197, 155, 39, 0.35);
  box-shadow: 0 4px 18px rgba(74, 14, 23, 0.06);
  padding: 20px;
}

.filter-section-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--color-maroon-dark);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.filter-checkbox-list {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-gold) #FAF4E8;
}

.filter-checkbox-list::-webkit-scrollbar {
  width: 4px;
}

.filter-checkbox-list::-webkit-scrollbar-thumb {
  background: var(--color-gold);
  border-radius: 4px;
}

.filter-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-size: 0.85rem;
  color: #444444;
  cursor: pointer;
  transition: color 0.2s ease;
}

.filter-checkbox-item:hover {
  color: var(--color-maroon-dark);
}

.filter-checkbox-item input[type="checkbox"] {
  accent-color: var(--color-maroon-dark);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
}

/* Color Swatches */
.color-swatches-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.color-swatch-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 1px #CCCCCC;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.color-swatch-btn:hover {
  transform: scale(1.2);
}

.color-swatch-btn.active {
  box-shadow: 0 0 0 2.5px var(--color-maroon-dark);
  transform: scale(1.15);
}

/* List View Product Card Layout Toggle */
.products-grid-container.list-view-active .col {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.products-grid-container.list-view-active .product-card {
  flex-direction: row !important;
  align-items: center;
  gap: 24px;
  padding: 18px;
}

.products-grid-container.list-view-active .product-img-wrapper {
  width: 220px !important;
  min-width: 220px !important;
  height: 260px !important;
  border-radius: 14px;
  flex-shrink: 0;
}

.products-grid-container.list-view-active .product-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

.products-grid-container.list-view-active .product-title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.products-grid-container.list-view-active .product-actions {
  margin-top: 15px;
  max-width: 340px;
}

@media (max-width: 768px) {
  .products-grid-container.list-view-active .product-card {
    flex-direction: column !important;
  }
  .products-grid-container.list-view-active .product-img-wrapper {
    width: 100% !important;
    height: 320px !important;
  }
}

/* Single Product Details & Tabs (Image 1 Design) */
.single-product-card {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1.5px solid rgba(197, 155, 39, 0.35);
  box-shadow: 0 4px 18px rgba(74, 14, 23, 0.06);
  padding: 30px;
}

.pincode-check-box {
  background: var(--color-cream);
  border: 1px solid rgba(197, 155, 39, 0.4);
  border-radius: 12px;
  padding: 14px 18px;
}

.product-specs-grid {
  background: #FFFDF9;
  border: 1px solid rgba(197, 155, 39, 0.3);
  border-radius: 12px;
  padding: 16px;
}

.product-spec-item {
  font-size: 0.82rem;
}
.product-spec-label {
  color: #666666;
}
.product-spec-val {
  font-weight: 700;
  color: var(--color-maroon-dark);
}

.product-tabs-card {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1.5px solid rgba(197, 155, 39, 0.35);
  box-shadow: 0 4px 18px rgba(74, 14, 23, 0.06);
  padding: 25px 30px;
}

.product-nav-tabs .nav-link {
  color: #666666;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 20px 12px 0;
  background: transparent;
}

.product-nav-tabs .nav-link.active {
  color: var(--color-maroon-dark);
  font-weight: 700;
  border-bottom-color: var(--color-gold);
  background: transparent;
}

/* Floating Action Buttons */
.floating-whatsapp {
  position: fixed;
  bottom: 85px;
  right: 25px;
  width: 55px;
  height: 55px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  text-decoration: none;
}
.floating-whatsapp:hover {
  transform: scale(1.1);
  color: #FFF;
}

.floating-call {
  position: fixed;
  bottom: 150px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: var(--color-maroon);
  color: var(--color-gold-light);
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 4px 20px rgba(122, 27, 40, 0.4);
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  text-decoration: none;
}
.floating-call:hover {
  transform: scale(1.1);
  color: #FFF;
}

/* Mobile Luxury Bottom Navigation Bar */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #140306 0%, #2B060B 100%);
  border-top: 1.5px solid var(--color-gold);
  z-index: 1040;
  padding: 8px 4px 10px;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body {
    padding-bottom: 74px;
  }
  .floating-whatsapp {
    bottom: 84px !important;
    right: 16px !important;
  }
  .floating-call {
    bottom: 144px !important;
    right: 16px !important;
  }
}
.mobile-nav-item {
  flex: 1;
  text-align: center;
  color: #E2D9D2 !important;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  padding: 2px 2px;
  position: relative;
}
.mobile-nav-item i {
  font-size: 1.25rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
.mobile-nav-item:hover,
.mobile-nav-item.active {
  color: var(--color-gold) !important;
}
.mobile-nav-item.active i {
  transform: translateY(-2px);
  color: var(--color-gold);
}
.mobile-nav-badge {
  position: absolute;
  top: -2px;
  right: 50%;
  transform: translateX(14px);
  background: var(--color-gold);
  color: #140306;
  font-size: 0.65rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.35);
  border: 1.5px solid #140306;
  transition: transform 0.2s ease;
}

/* Heritage Section */
.heritage-section {
  background: linear-gradient(135deg, var(--color-maroon-dark) 0%, #30080E 100%);
  color: var(--color-ivory);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.heritage-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--color-gold) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.08;
}

/* Footer Styling */
.footer-kc {
  background: #180508;
  color: var(--color-beige);
  padding: 70px 0 30px;
  border-top: 2px solid var(--color-gold);
}
.footer-kc h5 {
  color: var(--color-gold-light);
  font-family: var(--font-heading);
  font-size: 1rem;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.footer-kc a {
  color: var(--color-beige);
  text-decoration: none;
  transition: var(--transition-smooth);
}
.footer-kc a:hover {
  color: var(--color-gold-bright);
}
.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  margin-top: 50px;
  padding-top: 20px;
  font-size: 0.82rem;
  color: #888888;
}
