/* ==========================================================================
   AT SELECTION — B2B Wholesale Web Portal Stylesheet
   Theme: Royal Gold (#D4AF37) & Charcoal Dark (#121212)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. GLOBAL RESET & THEME VARIABLES
   -------------------------------------------------------------------------- */
:root {
  --primary-gold: #D4AF37;
  --primary-gold-hover: #c39e2e;
  --dark-bg: #121212;
  --dark-surface: #18181b;
  --card-bg: #1e1e1e;
  --card-border: rgba(212, 175, 55, 0.2);
  --text-light: #f4f4f6;
  --text-muted: #a1a1aa;
  --whatsapp-green: #25D366;
  --whatsapp-green-hover: #1da851;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background-color: var(--dark-bg);
  color: var(--text-light);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   2. REUSABLE CONTAINER & TYPOGRAPHY UTILITIES
   -------------------------------------------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-sm {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}

.font-serif {
  font-family: 'Cinzel', serif;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.text-gold {
  color: var(--primary-gold) !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.text-center {
  text-align: center;
}

.text-XXL {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 700;
}

.text-XL {
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 600;
}

.text-MD,
.text-md {
  font-size: 1.05rem;
  line-height: 1.6;
}

.text-SM,
.text-sm {
  font-size: 0.85rem;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-dark {
  background-color: var(--dark-bg);
}

.bg-surface {
  background-color: var(--dark-surface);
}

.bg-black {
  background-color: #000000;
}

/* --------------------------------------------------------------------------
   3. BUTTONS & BADGES
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-gold {
  background-color: var(--primary-gold);
  color: #000000 !important;
}

.btn-gold:hover {
  background-color: var(--primary-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--primary-gold) !important;
  border: 1px solid var(--primary-gold);
}

.btn-outline-gold:hover {
  background-color: rgba(212, 175, 55, 0.12);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background-color: var(--whatsapp-green) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  border-radius: 6px;
}

.btn-whatsapp:hover {
  background-color: var(--whatsapp-green-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-block {
  display: flex;
  width: 100%;
}

.badge-gold {
  background: rgba(212, 175, 55, 0.15);
  color: var(--primary-gold);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.badge-dno {
  background-color: rgba(212, 175, 55, 0.2);
  color: var(--primary-gold);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   4. TOP ANNOUNCEMENT BAR & STICKY NAVBAR
   -------------------------------------------------------------------------- */
.top-bar {
  background-color: #070707;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  font-size: 12px;
  padding: 8px 0;
  color: #a1a1aa;
}

.top-bar i {
  color: var(--primary-gold);
  margin-right: 5px;
}

.ml-4 {
  margin-left: 16px;
}

.navbar {
  background-color: rgba(18, 18, 18, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #27272a;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-logo-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid var(--primary-gold);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
  transition: transform 0.3s ease;
}

.navbar-logo-img:hover {
  transform: scale(1.08);
}

.logo-text-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--primary-gold);
  line-height: 1;
}

.logo-text-subtitle {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.main-menu ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-menu a {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px;
  transition: color 0.3s ease;
  border-radius: 4px;
}

.main-menu a:hover {
  color: var(--primary-gold);
}

.cart-icon-btn {
  position: relative;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--primary-gold);
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13px;
}

.cart-icon-btn:hover {
  background: var(--primary-gold);
  color: #000000;
}

.cart-count-badge {
  background: var(--primary-gold);
  color: #000000;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 10px;
}

.hamburger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
}

.hamburger-line {
  width: 26px;
  height: 3px;
  background-color: var(--primary-gold);
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Slide Drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 260px;
  height: 100vh;
  background-color: #121212;
  border-left: 1px solid rgba(212, 175, 55, 0.3);
  padding: 80px 20px 30px 20px;
  z-index: 999;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.8);
  transition: right 0.3s ease-in-out;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul li {
  margin-bottom: 16px;
}

.mobile-menu ul li a {
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* --------------------------------------------------------------------------
   5. HERO BANNER
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   5. HERO BANNER WITH 5-SECOND AUTO-ROTATING COLLECTION SHOWCASE
   -------------------------------------------------------------------------- */
.hero {
  padding: 25px 0 40px 0;
}

.hero-grid-wrapper {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 35px;
  align-items: center;
  background: linear-gradient(135deg, rgba(22, 22, 22, 0.96) 0%, rgba(12, 12, 12, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 18px;
  padding: 35px 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 175, 55, 0.08);
  position: relative;
  overflow: hidden;
}

.hero-grid-wrapper::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: 2.1rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.hero-subtitle {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.hero-quick-specs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.spec-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-video-tour {
  background: rgba(37, 211, 102, 0.15) !important;
  border: 1px solid var(--whatsapp-green) !important;
  color: #ffffff !important;
}

.btn-video-tour:hover {
  background: var(--whatsapp-green) !important;
  color: #000000 !important;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   HERO 5-SECOND ROTATING SHOWCASE CAROUSEL
   -------------------------------------------------------------------------- */
.hero-slider-container {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9), 0 0 25px rgba(212, 175, 55, 0.15);
  background: #0d0d0d;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-caption-badge {
  position: absolute;
  bottom: 22px;
  left: 12px;
  right: 12px;
  background: rgba(15, 15, 15, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);
}

.slide-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--primary-gold);
}

.slide-title {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Slider Controls */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(15, 15, 15, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.slider-arrow:hover {
  background: var(--primary-gold);
  color: #000000;
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
  left: 10px;
}

.slider-arrow.next {
  right: 10px;
}

/* 5s Progress Bar */
.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 12;
}

.slider-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary-gold), #fff);
  box-shadow: 0 0 10px var(--primary-gold);
}

/* Dot Indicators */
.slider-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 10;
}

.slider-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.slider-dot.active {
  background: var(--primary-gold);
  width: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
}

/* --------------------------------------------------------------------------
   6. CATEGORY FILTER NAVIGATION & PRODUCT LOOKBOOK GRID
   -------------------------------------------------------------------------- */
.filter-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 40px 0;
}

.filter-btn {
  background-color: var(--dark-surface);
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--primary-gold);
  color: #000000;
  border-color: var(--primary-gold);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 25px;
}

.product-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  border-color: var(--primary-gold);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
}

.product-img-wrapper {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  transition: transform 0.15s ease-out;
  pointer-events: none;
}

.product-img-wrapper:hover .product-img {
  transform: scale(2.2);
}

.zoom-hint-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: var(--primary-gold);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.product-img-wrapper:hover .zoom-hint-badge {
  opacity: 0;
}

.product-category-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: var(--text-light);
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.product-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.product-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 6px;
}

.product-spec {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.product-footer {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.qty-input {
  width: 60px;
  background: #121212;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
}

/* --------------------------------------------------------------------------
   7. FESTIVE SCHEMES & SHOWROOM TOUR
   -------------------------------------------------------------------------- */
.schemes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.scheme-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scheme-card.featured {
  border-color: var(--primary-gold);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.2);
}

.scheme-card ul li {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.showroom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.showroom-photo-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--card-border);
  height: 220px;
}

.showroom-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroom-photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   8. FAQ ACCORDION
   -------------------------------------------------------------------------- */
.faq-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.faq-group-header {
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  user-select: none;
}

.faq-group-header h4 {
  width: 90%;
  font-weight: 600;
}

.faq-group-header i {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 1.1rem;
  color: var(--primary-gold);
}

.faq-group-body {
  display: none;
  padding: 8px 0 12px 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.faq-group-body.open {
  display: block;
}

/* --------------------------------------------------------------------------
   9. QUOTATION CART MODAL DRAWER & STICKY FOOTER
   -------------------------------------------------------------------------- */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 999999 !important;
  display: none;
  justify-content: flex-end;
}

.cart-drawer-overlay.active {
  display: flex;
}

body.cart-open {
  overflow: hidden;
}

body.cart-open .floating-social-bar,
body.cart-open .floating-social-bar.show,
body.cart-open #mobile-floating-cart-bar {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.cart-drawer-content {
  width: 100%;
  max-width: 440px;
  background-color: #121212;
  border-left: 1px solid rgba(212, 175, 55, 0.25);
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  z-index: 1000000 !important;
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #18181b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.cart-close-btn {
  background: #27272a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cart-close-btn:hover {
  background: #ef4444;
  border-color: #ef4444;
}

.cart-drawer-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 18px 24px 18px;
}

.cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-item-row {
  display: flex;
  gap: 12px;
  background: var(--card-bg);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  position: relative;
}

.cart-item-img {
  width: 55px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.cart-form-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 10px;
  padding: 14px;
  margin-top: 16px;
}

.cart-input {
  width: 100%;
  background: #18181b;
  border: 1px solid #333;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12px;
  margin-bottom: 8px;
  outline: none;
  box-sizing: border-box;
}

.cart-input:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.4);
}

.cart-drawer-footer {
  flex-shrink: 0;
  background: #18181b;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding: 14px 18px max(18px, env(safe-area-inset-bottom)) 18px;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 1000001 !important;
}

.cart-whatsapp-big-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 18px !important;
  letter-spacing: 0.3px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  animation: pulse-wa 2.5s infinite;
}

@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.cart-footer-subtext {
  text-align: center;
  font-size: 11px;
  color: #a1a1aa;
  margin-top: 8px;
}

/* Mobile Floating Cart Bar */
.mobile-floating-cart-bar {
  position: fixed;
  bottom: 15px;
  left: 14px;
  right: 14px;
  z-index: 1500;
  animation: slideUpFloating 0.3s ease-out;
}

@keyframes slideUpFloating {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.mobile-floating-cart-inner {
  background: #18181b;
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.9);
  border-radius: 40px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-floating-cart-info {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  flex: 1;
}

.mobile-cart-title {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.mobile-cart-sub {
  display: block;
  font-size: 10px;
  color: var(--primary-gold);
}

.mobile-floating-wa-btn {
  padding: 8px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 25px !important;
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   10. FOOTER
   -------------------------------------------------------------------------- */
.footer {
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
}

.footer ul li {
  line-height: 2.2;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer ul li a:hover {
  color: var(--primary-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 20px;
}

/* --------------------------------------------------------------------------
   11. MEDIA QUERIES (RESPONSIVENESS)
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   11. MEDIA QUERIES (RESPONSIVENESS)
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .hero-grid-wrapper {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 30px;
  }
  .hero-slider-container {
    max-width: 380px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .schemes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
  .navbar {
    padding: 8px 0;
  }
  .navbar-logo-img {
    width: 36px;
    height: 36px;
  }
  .logo-text-title {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .logo-text-subtitle {
    display: none;
  }
  .logo-box {
    gap: 6px;
  }
  .cart-icon-btn {
    padding: 6px 8px;
    font-size: 11px;
  }
  .cart-icon-btn span:not(.cart-count-badge) {
    display: none;
  }
  .btn-whatsapp {
    padding: 6px 10px !important;
    font-size: 11px !important;
  }
  .hero {
    padding: 15px 0 30px 0;
  }
  .hero-grid-wrapper {
    padding: 24px 16px;
    border-radius: 14px;
    gap: 25px;
  }
  .hero-title {
    font-size: 1.55rem;
    line-height: 1.25;
  }
  .hero-subtitle {
    font-size: 0.88rem;
  }
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .hero-buttons .btn {
    width: 100%;
    padding: 11px 16px;
    font-size: 13px;
  }
}

@media (max-width: 670px) {
  .main-menu {
    display: none;
  }
  .hamburger-button {
    display: block;
  }
  .hero-slider-container {
    max-width: 320px;
  }
  .showroom-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .text-XXL {
    font-size: 1.6rem;
  }
  .text-XL {
    font-size: 1.3rem;
  }
}

/* --------------------------------------------------------------------------
   12. LIGHTBOX MODAL & IMAGE ZOOM
   -------------------------------------------------------------------------- */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.lightbox-modal.active .lightbox-content {
  transform: scale(1);
}

.lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--primary-gold);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.9);
}

.lightbox-caption {
  margin-top: 15px;
  text-align: center;
  color: var(--text-light);
  font-size: 14px;
}

.lightbox-close-btn {
  position: absolute;
  top: 25px;
  right: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--primary-gold);
  font-size: 32px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 3001;
}

.lightbox-close-btn:hover {
  background: var(--primary-gold);
  color: #000000;
}

.product-img-wrapper {
  cursor: pointer;
}

.product-img-wrapper::after {
  content: '\f00e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--primary-gold);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.product-img-wrapper:hover::after {
  opacity: 1;
}

/* ==========================================================================
   10. GOOGLE REVIEWS SECTION
   ========================================================================== */
.reviews-section {
  position: relative;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, var(--primary-gold), transparent) 1;
}

.reviews-carousel-container {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  padding: 10px 0;
}

.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollReviews 30s linear infinite;
}

.reviews-track:hover {
  animation-play-state: paused;
}

@keyframes scrollReviews {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 10px)); }
}

.review-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 24px;
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 768px) {
  .review-card {
    width: 280px;
  }
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-gold);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  background: rgba(212, 175, 55, 0.15);
  border: 2px solid var(--primary-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  font-weight: 700;
  font-size: 18px;
}

.reviewer-info h4 {
  color: var(--text-light);
  font-size: 15px;
  margin-bottom: 2px;
}

.stars {
  color: var(--primary-gold);
  font-size: 12px;
}

.review-text {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
  flex-grow: 1;
}

.review-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #a1a1aa;
}

.google-g-logo {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   11. FLOATING SOCIAL MEDIA BAR
   ========================================================================== */
.floating-social-bar {
  position: fixed;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  transition: right 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-social-bar.show {
  right: 20px;
}

.social-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.social-btn::before {
  content: attr(data-label);
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(18, 18, 18, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
}

.social-btn:hover {
  transform: scale(1.1);
}

.social-btn:hover::before {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}

.social-whatsapp {
  background: var(--whatsapp-green);
  width: 56px;
  height: 56px;
  font-size: 28px;
  animation: pulse-whatsapp 2s infinite;
}

.social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-facebook {
  background: #1877F2;
}

.social-google {
  background: #ffffff;
  color: #DB4437;
}

.social-phone {
  background: var(--primary-gold);
  color: #000;
}

@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  .floating-social-bar {
    top: auto;
    bottom: -90px;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background: rgba(18, 18, 18, 0.96);
    backdrop-filter: blur(10px);
    padding: 8px 12px;
    border-top: 1px solid var(--primary-gold);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.6);
    gap: 8px;
    transition: bottom 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .floating-social-bar.show {
    bottom: 0;
    right: 0;
  }

  body.cart-open .floating-social-bar,
  body.cart-open .floating-social-bar.show,
  body.cart-open #mobile-floating-cart-bar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    bottom: -150px !important;
  }
  
  .social-btn {
    width: 44px;
    height: 44px;
    font-size: 19px;
    flex-shrink: 0;
  }
  
  .social-whatsapp {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  
  .social-btn::before {
    display: none;
  }
}

