:root {
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.95);
  --border-light: #e2e8f0;
  --border-gold: rgba(212, 175, 55, 0.35);
  --text-main: #0f172a;
  --text-muted: #64748b;
  --gold-primary: #d4af37;
  --gold-dark: #b8860b;
  --orange-cta: #ff7a45;
  --shadow-lux: 0 20px 45px -15px rgba(15, 23, 42, 0.08);
  --radius-lux: 24px;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-brand: 'Outfit', sans-serif;
}

/* Fast-Loading Architectural Venetian Plaster & Smooth Clean Backdrop */
body {
  background-color: #f8fafc;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.07) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(255, 122, 69, 0.05) 0%, transparent 40%);
  color: var(--text-main);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.65;
  padding-top: 100px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-main);
}

.text-white, 
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,
.modal-header.bg-dark .modal-title {
  color: #ffffff !important;
}

.brand-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
}

/* Fast Optimized High Performance Hero Banner without Heavy Animations */
.hero-section-textured {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 50px 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 41, 59, 0.92) 100%),
              url('/public/images/master_artisan_texture.jpg');
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
}

/* Ensure text inside hero banner remains crystal clear & high-contrast */
.hero-section-textured h1, 
.hero-section-textured .hero-title-textured {
  color: #ffffff !important;
}

.hero-section-textured .lead {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hero-badge-gold {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f172a;
}

.hero-title-textured {
  font-size: 38px !important;
  font-weight: 800;
  line-height: 1.15;
}

.hero-title-textured span {
  background: linear-gradient(135deg, #ffd700 0%, #f39c12 50%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Floating Ultra Modern Curved Pill Navbar Single Line Fixed Width */
.navbar-custom {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 50px !important;
  margin: 18px auto 0 !important;
  width: 94% !important;
  max-width: 1320px !important;
  padding: 6px 12px 6px 20px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 4px 15px rgba(212, 175, 55, 0.12) !important;
  transition: all 0.3s ease !important;
}

.navbar-custom.sticky {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 4px 15px rgba(212, 175, 55, 0.18) !important;
  margin-top: 10px !important;
}

/* Modern Glowing Pill Links No-Wrap Single Line */
.nav-link {
  color: #2b3036 !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  padding: 8px 16px !important;
  border-radius: 25px !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.nav-link:hover {
  color: #c59b27 !important;
  background: rgba(212, 175, 55, 0.08) !important;
  text-decoration: none !important;
}

.nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #d4af37 0%, #aa820a 100%) !important;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35) !important;
  text-decoration: none !important;
}

/* Glowing Inquiry Pill Button */
.btn-nav-inquiry {
  background: linear-gradient(135deg, #ff7a45 0%, #f4511e 100%);
  color: #ffffff !important;
  font-weight: 700;
  border: none;
  padding: 9px 24px;
  border-radius: 30px;
  white-space: nowrap !important;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(255, 122, 69, 0.35);
  text-decoration: none !important;
}

.btn-nav-inquiry:hover {
  background: linear-gradient(135deg, #ff9466 0%, #ff7a45 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 122, 69, 0.5);
  text-decoration: none !important;
}

/* Glass & Texture Overlay Cards */
.glass-card-textured {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-lux);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.glass-card-textured:hover {
  border-color: var(--gold-primary);
  transform: translateY(-4px);
}

/* Pro Latest Luxury Product Card UI */
.product-card-pro {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

.product-card-pro:hover {
  border-color: #d4af37;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -10px rgba(212, 175, 55, 0.2);
}

.product-card-pro .card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
  border-radius: 24px 24px 0 0;
}

.product-card-pro .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card-pro:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.badge-code-pro {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(6px);
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.4);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Fast Responsive Gold Button - No Underline */
.btn-pro-action, 
a.btn-pro-action {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  color: #ffffff !important;
  font-weight: 700;
  border: none;
  padding: 12px 20px;
  border-radius: 14px;
  transition: background 0.25s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.3);
  text-decoration: none !important;
}

.btn-pro-action:hover, 
a.btn-pro-action:hover {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffd700 !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}

.btn-view-all-pro, 
a.btn-view-all-pro {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  color: #ffffff !important;
  font-weight: 700;
  border: none;
  padding: 16px 36px;
  border-radius: 40px;
  transition: background 0.25s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.35);
  text-decoration: none !important;
}

.btn-view-all-pro:hover, 
a.btn-view-all-pro:hover {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffd700 !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* Global Buttons Text Decoration Clean Remove */
.btn, button, a {
  text-decoration: none !important;
}

/* Clean Professional Corporate Client Roster Card UI */
.roster-card-clean {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 24px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}

.roster-card-clean:hover {
  border-color: #d4af37;
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.15);
}

.roster-badge-clean {
  background: rgba(15, 23, 42, 0.04);
  color: #334155;
  border: 1px solid #e2e8f0;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

.btn-inquire-blue {
  color: #0288d1;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.btn-inquire-blue:hover {
  color: #e65100;
  transform: translateX(3px);
  text-decoration: none !important;
}

/* Glass Card */
.glass-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lux);
  box-shadow: var(--shadow-lux);
  transition: all 0.3s ease;
}

/* Global Buttons */
.btn-gold {
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 12px 26px;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 0.85rem;
  text-decoration: none !important;
}

.btn-orange-cta {
  background: linear-gradient(135deg, #ff7a45 0%, #f4511e 100%);
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 12px 26px;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 0.85rem;
  box-shadow: 0 6px 18px rgba(255, 122, 69, 0.35);
  text-decoration: none !important;
}

.btn-orange-cta:hover {
  background: linear-gradient(135deg, #ff9466 0%, #ff7a45 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 122, 69, 0.5);
  text-decoration: none !important;
}

/* Page Header Banner */
.page-banner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.8) 100%);
  padding: 50px 0 40px;
  border-bottom: 1px solid var(--border-light);
}

.page-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #111;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  z-index: 999;
}

/* Luxury Dark Corporate Textured Footer */
.footer-lux-textured {
  background: linear-gradient(135deg, #0b0f19 0%, #1a1d20 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding: 70px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}

.footer-lux-textured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(212, 175, 55, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.footer-link-glow {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.footer-link-glow:hover {
  color: #ffd700 !important;
  padding-left: 5px;
  text-decoration: none !important;
}

.social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.social-icon-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #aa820a 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
  text-decoration: none !important;
}

/* ==========================================================================
   ULTRA-PROFESSIONAL INTERACTIVE 3D HOVER EFFECTS & CARD ELEVATION
   ========================================================================== */

/* 1. Interactive 3D Tilted Card Floating Stack (Overlapping Texture Swatches) */
.tilted-card-stack {
  position: relative;
  min-height: 480px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tilted-card-item {
  position: absolute;
  width: 90%;
  max-width: 440px;
  border-radius: 28px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(212, 175, 55, 0.25);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform, box-shadow, z-index;
}

/* Card 1: Top Right Tilted */
.tilted-card-1 {
  top: 10px;
  right: 5%;
  transform: rotate(7deg) scale(0.96) translateZ(0px);
  z-index: 1;
}

/* Card 2: Mid Left Tilted */
.tilted-card-2 {
  top: 130px;
  left: 2%;
  transform: rotate(-9deg) scale(0.98) translateZ(10px);
  z-index: 2;
}

/* Card 3: Bottom Right Tilted (Front) */
.tilted-card-3 {
  bottom: 10px;
  right: 8%;
  transform: rotate(5deg) scale(1) translateZ(20px);
  z-index: 3;
}

/* HIGH-IMPACT ULTRA-PROFESSIONAL MOUSE HOVER STATE WITH UNIQUE MOVEMENTS FOR EACH CARD */
.tilted-card-stack:hover .tilted-card-item {
  opacity: 0.85;
  filter: brightness(0.95);
}

.tilted-card-item .card-img-container {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.tilted-card-item .card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Unique Hover Movement Card 1 (Exposed Clay Brick - Pops Up Right & Tilts Back) */
.tilted-card-1:hover {
  opacity: 1 !important;
  filter: none !important;
  z-index: 99 !important;
  transform: rotate(-3deg) scale(1.12) translateY(-25px) translateX(15px) translateZ(60px) !important;
  box-shadow: 0 40px 80px -15px rgba(212, 175, 55, 0.5), 0 0 35px rgba(212, 175, 55, 0.4), 0 0 0 3.5px #d4af37 !important;
}

/* Unique Hover Movement Card 2 (Italian Travertino - Pops Left & Straightens) */
.tilted-card-2:hover {
  opacity: 1 !important;
  filter: none !important;
  z-index: 99 !important;
  transform: rotate(3deg) scale(1.12) translateY(-20px) translateX(-20px) translateZ(60px) !important;
  box-shadow: 0 40px 80px -15px rgba(212, 175, 55, 0.5), 0 0 35px rgba(212, 175, 55, 0.4), 0 0 0 3.5px #d4af37 !important;
}

/* Unique Hover Movement Card 3 (Architectural RCC - Floats Center-Upwards) */
.tilted-card-3:hover {
  opacity: 1 !important;
  filter: none !important;
  z-index: 99 !important;
  transform: rotate(-2deg) scale(1.12) translateY(-30px) translateZ(60px) !important;
  box-shadow: 0 40px 80px -15px rgba(212, 175, 55, 0.5), 0 0 35px rgba(212, 175, 55, 0.4), 0 0 0 3.5px #d4af37 !important;
}

/* Inner Image Zoom on Card Hover */
.tilted-card-item:hover .card-img-container img {
  transform: scale(1.12);
}

.tilted-card-item .card-label {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(14px);
  color: #ffd700;
  padding: 11px 20px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 215, 0, 0.35);
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.tilted-card-item:hover .card-label {
  background: linear-gradient(135deg, #d4af37 0%, #aa820a 100%);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.6);
}

/* 2. Global Professional Hover Elevation for Product & Roster Cards */
.product-card-pro, .roster-card-clean, .glass-card-textured {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.product-card-pro:hover, .roster-card-clean:hover {
  transform: translateY(-10px) scale(1.02) !important;
  box-shadow: 0 25px 50px -10px rgba(212, 175, 55, 0.3) !important;
  border-color: #d4af37 !important;
}

/* Category Filter Tabs High Contrast Styling (Fix Yellow Text Visibility) */
.filter-btn {
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.5px !important;
  transition: all 0.25s ease !important;
  border-radius: 30px !important;
  padding: 10px 24px !important;
}

.filter-btn.btn-outline-dark {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1.5px solid #cbd5e1 !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05) !important;
}

.filter-btn.btn-outline-dark:hover {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
  transform: translateY(-2px) !important;
}

.filter-btn.active, 
.filter-btn.btn-gold {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  color: #ffd700 !important;
  border: 1.5px solid #d4af37 !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25) !important;
}

/* ==========================================================================
   FORM CONTAINER & TYPOGRAPHY VISUAL POLISH
   ========================================================================== */

/* High-Contrast Modern Form Card Container */
.form-card-lux {
  background: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 28px !important;
  box-shadow: 0 20px 50px -15px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(212, 175, 55, 0.15) !important;
  padding: 40px !important;
  transition: box-shadow 0.3s ease;
}

.form-card-lux:hover {
  box-shadow: 0 25px 60px -15px rgba(212, 175, 55, 0.2), 0 0 0 1px rgba(212, 175, 55, 0.4) !important;
}

/* Form Input & Select Controls Focus & Font Contrast */
.form-card-lux .form-label, 
.form-label {
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  color: #1e293b !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 8px !important;
}

.form-card-lux .form-control,
.form-card-lux .form-select,
.form-control:not(.bg-dark),
.form-select:not(.bg-dark) {
  border-radius: 14px !important;
  border: 1.5px solid #cbd5e1 !important;
  padding: 12px 18px !important;
  font-size: 0.95rem !important;
  color: #0f172a !important;
  background-color: #f8fafc !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  transition: all 0.25s ease !important;
}

.login-form-dark .form-control,
.form-control.bg-dark {
  background-color: #0f172a !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
}

.login-form-dark .form-control::placeholder,
.form-control.bg-dark::placeholder {
  color: #cbd5e1 !important;
  opacity: 0.85 !important;
  font-weight: 500 !important;
}

.login-form-dark .form-label,
.text-white.form-label {
  color: #ffffff !important;
}

/* Distinctive Section Subheadings */
.section-subtitle {
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-size: 0.82rem !important;
}

/* Dynamic Gradient Headline Contrast */
.gradient-heading-text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}


