/*
 * EWAN FOR ELEVATORS - PREMIUM CSS STYLE SHEET (ULTIMATE MOBILE OPTIMIZED)
 * Custom Luxury Theme: Navy Blue (#162E50) & Gold (#C5A55A)
 * Designed & Developed by Basira for Tech Solutions (بصيرة للحلول التقنية)
 * Website: https://basira-it.com
 * Copyright © 2026 Basira. All Rights Reserved.
 */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-primary: #F5F7FB;
  --bg-secondary: #FFFFFF;
  --bg-glass: rgba(255, 255, 255, 0.85);
  --bg-glass-strong: rgba(255, 255, 255, 0.98);
  --color-primary: #162E50;
  --color-primary-light: #254673;
  --color-gold: #C5A55A;
  --color-gold-hover: #A7863B;
  --color-gold-glow: rgba(197, 165, 90, 0.18);
  --color-gold-glow-strong: rgba(197, 165, 90, 0.45);
  --text-white: #1E293B; /* Slate-800 for day theme */
  --text-muted: #64748B; /* Slate-500 */
  --font-ar: 'Tajawal', sans-serif;
  --font-en: 'Outfit', sans-serif;
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Global Reset & Styling */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* Ultimate overflow container - fixes iOS Safari horizontal scroll */
.page-wrapper {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  overflow-x: hidden; /* Fallback for older browsers */
  position: relative;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-white);
  font-family: var(--font-ar);
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body.ltr {
  font-family: var(--font-en);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
  background: rgba(22, 46, 80, 0.15);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-gold);
}

/* Typography & Layout Selection */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: -0.5px;
}

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

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

a {
  text-decoration: none;
  color: var(--text-white);
  transition: var(--transition-smooth);
}

a:hover {
  color: var(--color-gold);
}

/* Luxury Background Elements */
.bg-gradient-radial {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(22, 46, 80, 0.05) 0%, rgba(244, 247, 250, 0) 70%);
  z-index: -1;
  pointer-events: none;
  filter: blur(50px);
}

.bg-gradient-gold-radial {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(197, 165, 90, 0.08) 0%, rgba(244, 247, 250, 0) 70%);
  z-index: -1;
  pointer-events: none;
  filter: blur(40px);
}

/* Header & Navigation */
.navbar-custom {
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(197, 165, 90, 0.12);
  padding: 15px 0;
  transition: var(--transition-smooth);
  z-index: 1000;
}

.navbar-custom.scrolled {
  padding: 10px 0;
  background: var(--bg-glass-strong);
  border-bottom: 1px solid rgba(197, 165, 90, 0.22);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.navbar-brand img {
  height: 55px;
  transition: var(--transition-smooth);
}

/* Premium Language Toggle Capsule Button */
.lang-toggle-btn {
  background: rgba(22, 46, 80, 0.04);
  border: 1px solid rgba(197, 165, 90, 0.22);
  color: var(--color-primary) !important;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.lang-toggle-btn i {
  font-size: 0.95rem;
  color: var(--color-gold);
}

.lang-toggle-btn:hover {
  background: var(--color-gold);
  color: #FFFFFF !important;
  border-color: var(--color-gold);
  box-shadow: 0 4px 12px var(--color-gold-glow-strong);
  transform: translateY(-1px);
}

.lang-toggle-btn:hover i {
  color: #FFFFFF;
}

.lang-toggle-btn.mobile-lang {
  padding: 4px 10px;
  font-size: 0.78rem;
  background: rgba(197, 165, 90, 0.06);
}

/* Premium High-Visibility Toggler for Light Header Background */
.navbar-toggler {
  border: none !important;
  padding: 6px 0 !important; /* Zero horizontal padding since no border */
  background: transparent !important;
  background-color: transparent !important;
  transition: var(--transition-smooth);
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Custom Hamburger Icon lines colored in luxury gold */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23C5A55A' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link-custom {
  color: var(--color-primary) !important;
  font-weight: 600;
  font-size: 1.02rem;
  padding: 8px 16px !important;
  position: relative;
}

.nav-link-custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--color-gold);
  transition: var(--transition-smooth);
}

.nav-link-custom:hover::after,
.nav-link-custom.active::after {
  width: 70%;
}

.nav-link-custom:hover,
.nav-link-custom.active {
  color: var(--color-gold) !important;
}

/* Premium Buttons */
.btn-gold {
  background-color: var(--color-gold);
  color: #FFFFFF !important;
  font-weight: 600;
  border: 1px solid var(--color-gold);
  border-radius: 6px;
  padding: 12px 28px;
  box-shadow: 0 4px 15px var(--color-gold-glow);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.6s;
  z-index: -1;
}

.btn-gold:hover::before {
  left: 100%;
}

.btn-gold:hover {
  background-color: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 165, 90, 0.4);
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--color-gold) !important;
  font-weight: 600;
  border: 1.5px solid var(--color-gold);
  border-radius: 6px;
  padding: 12px 28px;
  transition: var(--transition-smooth);
}

.btn-outline-gold:hover {
  background-color: var(--color-gold);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--color-gold-glow);
}

/* Lang Switcher Button */
.btn-lang {
  background: rgba(22, 46, 80, 0.06);
  color: var(--color-primary) !important;
  border: 1px solid rgba(22, 46, 80, 0.12);
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 0.95rem;
}

.btn-lang:hover {
  background: rgba(22, 46, 80, 0.12);
  border-color: var(--color-gold);
}

/* Sections Core Styling */
.section-padding {
  padding: 80px 0;
}

.section-header {
  margin-bottom: 50px;
  position: relative;
}

.section-title-line {
  width: 60px;
  height: 3px;
  background-color: var(--color-gold);
  margin: 15px auto 0;
  position: relative;
}

.section-title-line::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-gold);
  border: 2px solid var(--bg-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* About Section Header Styling */
.about-title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-title-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(197, 165, 90, 0.2));
  animation: pulseLogo 4s infinite ease-in-out;
}
.about-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.divider-line {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold) 50%, transparent);
  display: inline-block;
}
.divider-diamond {
  color: var(--color-gold);
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(197, 165, 90, 0.6);
  animation: pulseStar 3s infinite ease-in-out;
  display: inline-block;
}
@keyframes pulseStar {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.15); opacity: 1; }
}
@keyframes pulseLogo {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 4px 8px rgba(197, 165, 90, 0.2));
  }
  50% {
    transform: scale(1.04);
    filter: drop-shadow(0 6px 14px rgba(197, 165, 90, 0.4));
  }
}

/* Hero Section */
.hero-sec {
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-sec::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, var(--bg-primary), transparent);
  pointer-events: none;
  z-index: 1; /* Sits behind the interactive elevator */
}

.hero-title {
  font-size: 3.3rem;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 25px;
  color: var(--color-primary);
}

.title-accent-bar {
  display: inline-block;
  width: 10px; /* Thicker, wider luxury gold bar */
  height: 0.9em;
  background: linear-gradient(135deg, var(--color-gold) 0%, #e2cd8c 100%);
  vertical-align: -0.06em;
  margin-inline-end: 18px; /* Slightly wider space next to it */
  border-radius: 5px; /* Proportionally rounded corners */
  box-shadow: 0 0 16px rgba(197, 165, 90, 0.5); /* Stronger glow shadow */
}

body.ltr .hero-title {
  font-size: 3.6rem;
  font-weight: 800;
}

.hero-desc {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 35px;
}

/* Premium Hero Trust Badges - Desktop */
.hero-badges-grid {
  display: flex;
  gap: 14px;
  margin-top: 35px;
}

.hero-badge-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 46, 80, 0.08);
  padding: 10px 16px;
  border-radius: 10px;
  transition: var(--transition-smooth);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-badge-card:hover {
  border-color: var(--color-gold);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(197, 165, 90, 0.1);
}

.badge-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(197, 165, 90, 0.08);
  border-radius: 8px;
  color: var(--color-gold);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: var(--transition-smooth);
}

.hero-badge-card:hover .badge-card-icon {
  background: var(--color-gold);
  color: #FFFFFF;
}

.badge-card-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
}

/* -------------------------------------------------------------
 * INTERACTIVE 3D GLASS ELEVATOR SIMULATION STYLING
 * ------------------------------------------------------------- */
.elevator-wrapper-custom {
  position: relative;
  width: 100%;
  max-width: 380px; /* Reduced for ultra sleek centered grid */
  margin: 0 auto;
  height: 480px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 5; /* Layers on top of the background gradients */
}

/* Control Panel */
.elevator-panel {
  width: 70px;
  background: #FFFFFF;
  border: 1.5px solid rgba(22, 46, 80, 0.12);
  border-radius: 12px;
  padding: 15px 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), inset 0 2px 5px rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 10;
  height: 100%;
  justify-content: space-around;
  order: 1; /* Desktop default: panel sits first */
}

.panel-title {
  font-size: 0.6rem;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(22, 46, 80, 0.08);
  padding-bottom: 6px;
  width: 100%;
}

.panel-display-glow {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-gold);
  width: 100%;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 1.1rem;
  text-shadow: 0 0 8px var(--color-gold-glow-strong);
  margin-bottom: 2px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
}

.panel-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #F8FAFC 0%, #E2E8F0 100%);
  border: 1.5px solid rgba(22, 46, 80, 0.12);
  color: var(--color-primary);
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

.panel-button:hover {
  border-color: var(--color-gold);
  transform: scale(1.08);
}

.panel-button.active {
  border-color: var(--color-gold);
  background: radial-gradient(circle at 30% 30%, #FFFFFF 0%, var(--color-gold) 100%);
  color: #FFFFFF;
  box-shadow: 0 0 12px var(--color-gold-glow), inset 0 0 5px rgba(255, 255, 255, 0.3);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

/* Elevator Shaft */
.elevator-shaft-3d {
  flex-grow: 1;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 245, 249, 0.98) 100%);
  border: 2px solid rgba(22, 46, 80, 0.12);
  border-radius: 12px;
  position: relative;
  overflow: hidden; /* Clips elements sliding inside, bubble is outside so safe! */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  order: 2; /* Desktop default: shaft sits second */
}

/* Shaft Grid Background to simulate floors */
.shaft-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(22, 46, 80, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 46, 80, 0.02) 1px, transparent 1px);
  background-size: 100% 20%, 25px 100%;
  pointer-events: none;
}

/* Cables */
.elevator-shaft-3d::before,
.elevator-shaft-3d::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 46, 80, 0.2) 0%, rgba(22, 46, 80, 0.05) 100%);
  z-index: 1;
}

.elevator-shaft-3d::before { left: 35%; }
.elevator-shaft-3d::after { right: 35%; }

/* Floor Dividers/Lines inside shaft */
.shaft-floor-marker {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 46, 80, 0.08), transparent);
  pointer-events: none;
}

.shaft-floor-marker.f-4 { top: 20%; }
.shaft-floor-marker.f-3 { top: 40%; }
.shaft-floor-marker.f-2 { top: 60%; }
.shaft-floor-marker.f-1 { top: 80%; }

/* Floor Indicators (Side Lamps) */
.shaft-indicator-light {
  position: absolute;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(22, 46, 80, 0.12);
  transition: all 0.3s ease;
}

.shaft-indicator-light.active {
  background-color: var(--color-gold);
  box-shadow: 0 0 10px var(--color-gold-glow-strong);
}

.shaft-indicator-light.l-4 { top: 10%; }
.shaft-indicator-light.l-3 { top: 30%; }
.shaft-indicator-light.l-2 { top: 50%; }
.shaft-indicator-light.l-1 { top: 70%; }
.shaft-indicator-light.l-0 { top: 90%; }

/* Dynamic Cabin Container - Robust Top layout instead of translates */
.cabin-container {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 18%; /* 18% height of shaft */
  z-index: 5;
  transition: top 2.2s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Perfect target offsets calculated to never break bounds */
.floor-target-4 { top: 4%; }   /* Top Floor */
.floor-target-3 { top: 23%; }  /* 3rd Floor */
.floor-target-2 { top: 42%; }  /* 2nd Floor */
.floor-target-1 { top: 61%; }  /* 1st Floor */
.floor-target-0 { top: 80%; }  /* Ground Floor */

/* Cabin Design: 3D glass look */
.glass-cabin {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(22, 46, 80, 0.08) 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1.5px solid var(--color-gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), inset 0 0 12px rgba(197, 165, 90, 0.15);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

/* Top ceiling glow of the cabin */
.cabin-ceiling-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-gold);
  box-shadow: 0 2px 10px var(--color-gold-glow-strong);
}

/* Cabin interior display indicators - Premium Digital Screen above the doors */
.cabin-mini-display {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0b1625; /* Sleek dark screen background */
  color: var(--color-gold);
  border: 1.5px solid rgba(197, 165, 90, 0.6);
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 0.7rem;
  padding: 1px 7px;
  border-radius: 2px;
  text-shadow: 0 0 6px var(--color-gold);
  box-shadow: 0 0 10px rgba(197, 165, 90, 0.3), inset 0 0 4px rgba(0, 0, 0, 0.8);
  z-index: 10; /* Ensures it sits above the doors and is highly visible */
  letter-spacing: 0.5px;
}

/* Sliding Glass Doors - Premium Translucent Smoked Glass */
.cabin-door {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 85%;
  background: linear-gradient(135deg, rgba(22, 46, 80, 0.42) 0%, rgba(15, 30, 54, 0.32) 100%);
  border: 1.5px solid rgba(197, 165, 90, 0.65);
  box-shadow: inset 0 0 10px rgba(197, 165, 90, 0.15), 0 4px 15px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  z-index: 6;
}

/* Glass Door Luxury Horizontal Panel Accents for Structural Realism */
.cabin-door::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
    transparent 33%, 
    rgba(197, 165, 90, 0.15) 33%, 
    rgba(197, 165, 90, 0.15) 34%, 
    transparent 34%,
    transparent 66%, 
    rgba(197, 165, 90, 0.15) 66%, 
    rgba(197, 165, 90, 0.15) 67%, 
    transparent 67%
  );
  pointer-events: none;
}

/* Premium Gold Seam Handles to Emphasize Opening/Closing Action */
.cabin-door::after {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 15%;
  width: 2px;
  background: linear-gradient(180deg, var(--color-gold) 0%, #f1e2be 50%, var(--color-gold) 100%);
  box-shadow: 0 0 6px rgba(197, 165, 90, 0.6);
  border-radius: 2px;
  z-index: 7;
  transition: opacity 0.5s ease;
}

.cabin-door.door-left {
  left: 0;
  border-right: none;
  transform-origin: left;
}

.cabin-door.door-left::after {
  right: 3px;
}

.cabin-door.door-right {
  right: 0;
  border-left: none;
  transform-origin: right;
}

.cabin-door.door-right::after {
  left: 3px;
}

/* Doors Opening State */
.doors-opened .cabin-door.door-left {
  transform: scaleX(0.1) translateX(-10%);
}

.doors-opened .cabin-door.door-right {
  transform: scaleX(0.1) translateX(10%);
}

.doors-opened .cabin-door::after {
  opacity: 0;
}

/* Sound Ding Wave Effect when arrived */
.ding-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}

.ding-triggered .ding-wave {
  animation: ding-expand 1.5s cubic-bezier(0.1, 0.8, 0.3, 1);
}

@keyframes ding-expand {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

/* -------------------------------------------------------------
 * 🔔 IN-CABIN CONTENT (Shows inside elevator when doors open)
 * ------------------------------------------------------------- */
.cabin-interior-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
  pointer-events: none;
}

.doors-opened .cabin-interior-content {
  opacity: 1;
}

.cabin-content-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
}

.cabin-content-desc {
  font-size: 0.6rem;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1.3;
}

/* Old external bubble - hidden on desktop, used on mobile */
.elevator-bubble-details {
  display: none;
}

body.ltr .elevator-bubble-details {
  display: none;
}

.bubble-title {
  font-size: 1.05rem;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.bubble-text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0;
}

/* ------------------------------------------------------------- */

/* Direct Brand Logo in About Section */
.about-logo-direct {
  max-width: 90%;
  height: auto;
  transition: var(--transition-smooth);
  filter: drop-shadow(0 15px 35px rgba(22, 46, 80, 0.06));
}

.about-logo-direct:hover {
  transform: scale(1.03) translateY(-6px);
  filter: drop-shadow(0 20px 45px rgba(197, 165, 90, 0.28));
}

/* About Section & Stats */
.about-stats {
  background: var(--bg-secondary);
  border: 1px solid rgba(22, 46, 80, 0.08);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.stat-box {
  text-align: center;
  padding: 10px;
  transition: var(--transition-smooth);
}

.stat-box:hover {
  transform: translateY(-3px);
}

.stat-number {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--color-gold);
  font-family: var(--font-en);
  margin-bottom: 5px;
  text-shadow: 0 0 10px var(--color-gold-glow);
}

.stat-label {
  font-size: 0.95rem;
  color: var(--color-primary);
  font-weight: 600;
}

/* Products Section */
.card-custom {
  background-color: var(--bg-secondary);
  border: 1px solid rgba(22, 46, 80, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--transition-smooth);
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.card-custom:hover {
  transform: translateY(-6px);
  border-color: var(--color-gold);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06), 0 0 15px var(--color-gold-glow);
}

.card-img-wrapper {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.card-custom:hover .card-img-wrapper img {
  transform: scale(1.08);
}

.card-custom-body {
  padding: 20px;
}

.card-custom-title {
  font-size: 1.15rem;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 12px;
  transition: var(--transition-smooth);
}

.card-custom:hover .card-custom-title {
  color: var(--color-gold);
}

/* Services Section */
.service-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: rgba(22, 46, 80, 0.04);
  border: 1.5px solid rgba(22, 46, 80, 0.1);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  transition: var(--transition-smooth);
}

.card-custom:hover .service-icon-box {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border-color: var(--color-gold);
  box-shadow: 0 0 15px var(--color-gold-glow-strong);
}

/* Portfolio Filters (Isotope) */
.portfolio-filter-btn {
  background-color: transparent;
  color: var(--text-muted);
  border: 1.5px solid rgba(22, 46, 80, 0.1);
  padding: 10px 24px;
  font-weight: 700;
  border-radius: 30px;
  margin: 4px;
  transition: var(--transition-smooth);
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

.portfolio-filter-btn:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  background: rgba(197, 165, 90, 0.04);
}

.portfolio-filter-btn.active {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border-color: var(--color-gold);
  box-shadow: 0 6px 18px rgba(197, 165, 90, 0.3);
}

/* Premium Project Cards */
.project-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 320px;
  background: var(--color-primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: var(--transition-smooth);
}

.project-card-tall {
  height: 400px;
}

.project-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}

.project-card:hover .project-img-wrapper img {
  transform: scale(1.08);
}

/* Hover overlay with icon */
.project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 46, 80, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
}

.project-overlay i {
  color: #FFFFFF;
  font-size: 1.8rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 165, 90, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: scale(0.7);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.project-card:hover .project-overlay i {
  transform: scale(1);
}

/* Info overlay at bottom */
.project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(7, 13, 25, 0.92) 0%, rgba(7, 13, 25, 0.6) 60%, transparent 100%);
  z-index: 4;
  transition: var(--transition-smooth);
}

.project-category {
  display: inline-block;
  background: var(--color-gold);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.project-title {
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}

.project-location {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  margin-bottom: 0;
}

.project-location i {
  color: var(--color-gold);
  margin-left: 4px;
  pointer-events: auto;
}

body.ltr .project-location i {
  margin-left: 0;
  margin-right: 4px;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

/* Contact Section & Form */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(22, 46, 80, 0.04);
  border: 1px solid rgba(22, 46, 80, 0.08);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-left: 15px; /* Arabic RTL */
  flex-shrink: 0;
}

body.ltr .contact-icon {
  margin-left: 0;
  margin-right: 15px;
}

.form-control-custom {
  background-color: #FFFFFF;
  border: 1.5px solid rgba(22, 46, 80, 0.08);
  color: var(--text-white) !important;
  border-radius: 6px;
  padding: 12px 18px;
  transition: var(--transition-smooth);
}

.form-control-custom:focus {
  background-color: #FFFFFF;
  border-color: var(--color-gold);
  box-shadow: 0 0 10px var(--color-gold-glow);
  outline: none;
}

/* Footer Styling */
.footer {
  background-color: #070D19;
  border-top: 2px solid rgba(197, 165, 90, 0.25);
  padding: 80px 0 100px; /* Mobile quick bar spacer */
  color: #E2E8F0;
}

.footer-logo img {
  height: 52px;
  margin-bottom: 25px;
  filter: brightness(0) invert(1); /* Premium high-contrast white logo */
  opacity: 0.95;
  transition: var(--transition-smooth);
}

.footer-logo img:hover {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 12px var(--color-gold-glow-strong));
}

.footer-text {
  color: #94A3B8;
  line-height: 1.7;
  font-size: 0.92rem;
}

.footer-links-title {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.footer-links-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: var(--color-gold);
}

body:not(.ltr) .footer-links-title::after {
  left: auto;
  right: 0;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
  font-size: 0.92rem;
  color: #CBD5E1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-links-list li i {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--color-gold);
  margin-top: 2px;
}

.footer-links-list a {
  color: #94A3B8;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.footer-links-list a:hover {
  color: var(--color-gold);
  text-shadow: 0 0 5px var(--color-gold-glow);
}

.contact-info-list a {
  color: #CBD5E1;
  text-decoration: none;
}

.contact-info-list a:hover {
  color: var(--color-gold);
}

.social-links-footer {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.social-link-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.social-link-icon:hover {
  background-color: var(--color-gold);
  color: #FFFFFF;
  border-color: var(--color-gold);
  box-shadow: 0 0 10px var(--color-gold-glow);
}

.copyright-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 40px;
  color: #94A3B8;
  font-size: 0.85rem;
}

/* Quick Floating Contact Buttons */
.whatsapp-float {
  position: fixed;
  bottom: 85px; /* Shifted up */
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
  z-index: 999;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

/* Scroll to top button */
.scroll-to-top {
  position: fixed;
  bottom: 85px; /* Shifted up */
  right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgba(22, 46, 80, 0.85);
  border: 1px solid rgba(197, 165, 90, 0.2);
  color: var(--color-gold) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 6px 15px rgba(0,0,0,0.06);
  z-index: 999;
  transition: var(--transition-smooth);
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background-color: var(--color-gold);
  color: #FFFFFF !important;
  transform: translateY(-3px);
}

/* -------------------------------------------------------------
 * 📱 MOBILE FIRST HIGH-END RESPONSIVE STYLING (iPhone & Android)
 * ------------------------------------------------------------- */

/* Sticky Mobile Quick Action Call Bar (iOS Inspired Design) */
.mobile-action-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-top: 1px solid rgba(22, 46, 80, 0.08);
  padding: 10px 16px 18px; /* Safe padding for bottom notches */
  z-index: 9999;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.03);
}

.mobile-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.mobile-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
}

.mobile-action-btn.call {
  background-color: var(--color-primary);
  color: #FFFFFF !important;
}

.mobile-action-btn.whatsapp {
  background-color: #25D366;
  color: #FFFFFF !important;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
  /* Elegant thin header padding on mobile */
  .navbar-custom {
    padding: 5px 0 !important;
    overflow-x: hidden !important;
  }

  /* Premium Glass Dropdown for Mobile Navbar collapse */
  .navbar-collapse {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: var(--bg-glass-strong) !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
    padding: 12px 20px !important;
    border: 1.5px solid rgba(197, 165, 90, 0.25) !important;
    box-shadow: 0 15px 35px rgba(22, 46, 80, 0.12) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
  }
  
  .navbar-brand img {
    height: 30px !important; /* Ultra-sleek compact height on tablets/mobile */
  }

  .nav-link-custom {
    padding: 10px 15px !important;
    border-bottom: 1.5px solid rgba(22, 46, 80, 0.05) !important;
    text-align: center;
    font-weight: 700 !important;
    border-radius: 8px;
  }
  
  .nav-link-custom:last-child {
    border-bottom: none !important;
  }
  
  .nav-link-custom:hover,
  .nav-link-custom.active {
    background-color: rgba(197, 165, 90, 0.08) !important;
    color: var(--color-gold) !important;
  }
  
  .nav-link-custom::after {
    display: none !important; /* Hide desktop line animation on mobile menu */
  }

  .hero-sec {
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    padding-top: 100px !important;
    padding-bottom: 30px !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    text-align: start !important;
  }
  
  .hero-sec::after {
    display: none !important; /* Remove bottom blur/shadow overlaying the elevator on mobile! */
  }
  
  .hero-sec .row.g-5 {
    --bs-gutter-y: 1rem !important; /* Tight spacing between columns on mobile */
  }
  
  /* Luxury Premium Tag */
  .hero-premium-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 165, 90, 0.06);
    border: 1px solid rgba(197, 165, 90, 0.25);
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(197, 165, 90, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: pulseGlow 4s infinite ease-in-out;
  }
  
  .tag-star {
    color: var(--color-gold);
    font-size: 0.95rem;
    animation: spinStar 6s infinite linear;
  }
  
  .tag-text {
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
  }

  /* About Section Mobile Responsive Header Override - Premium Centered Layout */
  .section-header {
    text-align: center !important;
  }
  .about-title-wrapper {
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
  }
  .about-title-logo {
    height: 32px !important;
  }
  .about-divider {
    justify-content: center !important;
    margin-bottom: 20px !important;
    padding-inline-start: 0 !important; /* Perfect visual centering! */
  }
  #about.section-padding {
    padding-top: 15px !important; /* Pull About section header immediately up! */
  }

  .hero-title {
    font-size: 1.85rem !important;
    line-height: 1.3 !important;
    font-weight: 900;
    letter-spacing: -0.5px;
    text-align: start !important;
    background: linear-gradient(135deg, var(--color-primary) 20%, #284c7e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 4px 20px rgba(22, 46, 80, 0.04);
  }
  
  .hero-title .text-gold {
    background: linear-gradient(135deg, var(--color-gold) 0%, #e2cd8c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  
  body.ltr .hero-title {
    font-size: 1.95rem !important;
  }
  .hero-desc {
    font-size: 1.1rem !important; /* Matches lead paragraph size beautifully! */
    line-height: 1.65;
    text-align: start !important;
    margin-bottom: 20px !important;
    padding-inline: 15px !important; /* Elegant horizontal indents relative to the title! */
  }

  #about .lead,
  #about .text-muted-custom {
    padding-inline: 15px !important; /* Matches Hero description horizontal indents! */
  }
  
  .highlight-navy {
    color: var(--color-primary);
    font-weight: 700;
  }
  
  /* Premium Micro Badge Cards - 3-Column Grid with Vertical Layout for Mobile! */
  .hero-badges-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 3 columns side-by-side! */
    gap: 8px !important;
    margin-top: 25px !important;
    width: 100%;
  }
  
  .hero-badge-card {
    display: flex !important;
    flex-direction: column !important; /* Icon on top, text below! */
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(197, 165, 90, 0.15);
    padding: 12px 6px !important; /* Vertical padding */
    border-radius: 12px !important;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(22, 46, 80, 0.01);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100% !important; /* Takes full width of the grid cell! */
    max-width: 100% !important;
  }
  
  .hero-badge-card:hover {
    border-color: var(--color-gold);
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 165, 90, 0.08);
  }
  
  .badge-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px !important; /* Slightly larger, beautiful icon container */
    height: 32px !important;
    background: rgba(197, 165, 90, 0.1);
    border-radius: 8px !important;
    color: var(--color-gold);
    font-size: 1.05rem !important;
    flex-shrink: 0;
    transition: var(--transition-smooth);
  }
  
  .hero-badge-card:hover .badge-card-icon {
    background: var(--color-gold);
    color: #FFFFFF;
    transform: scale(1.05);
  }
  
  .badge-card-text {
    font-size: 0.74rem !important; /* Small, super clean compact font size to prevent overlapping */
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1.35 !important;
  }

  /* 3D Elevator Mobile Rearrangements: Vertical Stack with Sleek Horizontal Bottom Control Bar! */
  .elevator-wrapper-custom {
    display: flex !important;
    flex-direction: column !important; /* Stack vertically! */
    height: auto !important; /* Let content dictate height */
    width: 94%;
    max-width: 360px;
    margin: 10px auto 0; /* Reduced top margin from 30px to 10px */
    gap: 15px !important;
  }
  
  .elevator-shaft-3d {
    width: 100% !important; /* Full width shaft! */
    height: 380px !important; /* Majestic height on mobile */
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex-grow: 0 !important;
    margin-left: 0;
    order: 2 !important; /* Shaft (elevator) sits BELOW the control panel on mobile! */
  }
  
  .elevator-panel {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 60px !important;
    flex-direction: row !important; /* Horizontal dashboard! */
    padding: 8px 12px !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    background: #FFFFFF !important;
    border: 1.5px solid rgba(22, 46, 80, 0.12) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    z-index: 10;
    order: 1 !important; /* Control panel (buttons) sits on TOP on mobile! */
  }

  /* Wrapper needs to contain everything, no overflow leaking */
  .elevator-wrapper-custom {
    overflow: hidden !important;
    position: relative !important;
  }
  
  .panel-title {
    border-bottom: none !important;
    border-right: 1px solid rgba(22, 46, 80, 0.08) !important;
    padding-bottom: 0 !important;
    padding-right: 8px !important;
    margin-bottom: 0 !important;
    width: auto !important;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .panel-title img {
    height: 32px !important;
    width: 38px !important;
    object-fit: contain;
  }
  
  body.ltr .panel-title {
    border-right: none !important;
    border-left: 1px solid rgba(22, 46, 80, 0.08) !important;
    padding-left: 8px !important;
    padding-right: 0 !important;
  }
  
  .panel-display-glow {
    width: 38px !important;
    height: 32px !important;
    margin-bottom: 0 !important;
    font-size: 0.95rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
  }
  
  .panel-button {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85rem !important;
    border-radius: 50% !important;
  }
  
  .cabin-container {
    width: 80%;
    left: 10%;
  }

  /* Bubble details card: hidden by default, expands on doors-opened */
  .elevator-bubble-details {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 3 !important;
    
    /* Collapsed state */
    opacity: 0 !important;
    pointer-events: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0px solid var(--color-gold) !important;
    
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    background-color: #FFFFFF;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  body.ltr .elevator-bubble-details {
    text-align: center;
  }

  /* Show bubble when doors open - descendant selector (bubble is INSIDE wrapper) */
  .elevator-wrapper-custom.doors-opened .elevator-bubble-details {
    opacity: 1 !important;
    pointer-events: auto !important;
    max-height: 250px !important;
    padding: 15px 20px !important;
    margin: 10px auto 0 !important;
    border: 1.5px solid var(--color-gold) !important;
  }

  .elevator-bubble-details::after {
    display: none !important; /* Hide arrow bubbles on mobile */
  }
}

@media (max-width: 767.98px) {
  .hero-btns-group {
    flex-direction: column !important;
    gap: 12px !important;
    width: 100%;
  }
  .hero-btns-group .btn {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 24px !important;
    font-size: 0.95rem !important;
  }
  .section-padding {
    padding: 50px 0;
  }
  .mobile-action-bar {
    display: block; /* Show quick bottom action callbar on small mobile screens */
  }
  /* Elevate floating buttons so they don't block the callbar */
  .whatsapp-float, .scroll-to-top {
    bottom: 80px;
  }
  .about-stats {
    padding: 20px 10px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stat-label {
    font-size: 0.82rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.7rem; /* Compact, balanced, and perfectly professional on mobile devices! */
    line-height: 1.35;
    font-weight: 850;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
  }
  .elevator-wrapper-custom {
    max-width: 340px; /* Fluid wide mobile layout */
    gap: 10px !important;
  }
  .elevator-shaft-3d {
    width: 100% !important;
    height: 350px !important; /* Slightly shorter for smaller phone screens */
  }
  .elevator-panel {
    width: 100% !important;
    height: 54px !important;
    padding: 4px 8px !important;
  }
  .panel-button {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.8rem !important;
  }
  .panel-title img {
    height: 26px !important;
    width: 32px !important;
  }
  .panel-display-glow {
    width: 32px !important;
    height: 28px !important;
    font-size: 0.82rem !important;
  }
  .elevator-bubble-details {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* -------------------------------------------------------------
 * 🔒 PREMIUM WEBSITE ANTI-THEFT & CODE PROTECTION
 * ------------------------------------------------------------- */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Disables copying text */
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* Luxury animations for the premium mobile layout elements */
@keyframes spinStar {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(197, 165, 90, 0.05);
    border-color: rgba(197, 165, 90, 0.25);
  }
  50% {
    box-shadow: 0 4px 20px rgba(197, 165, 90, 0.18);
    border-color: rgba(197, 165, 90, 0.45);
    background: rgba(197, 165, 90, 0.09);
  }
}

