/* =====================
   FONT THEMING SYSTEM
   Choose one theme by uncommenting it below
====================== */

/* THEME 1: Modern Professional (DM Sans + Montserrat) */
:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-accent: "DM Sans", sans-serif;
  --font-display: "DM Sans", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --font-heading: "DM Sans", sans-serif;
  --font-button: "DM Sans", sans-serif;
  --font-nav: "DM Sans", sans-serif;
}

/* THEME 2: Classic Elegant (Inter + Poppins) */
/*
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Poppins', sans-serif;
  --font-accent: 'Inter', sans-serif;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --font-button: 'Inter', sans-serif;
  --font-nav: 'Inter', sans-serif;
}
*/

/* THEME 3: Contemporary Clean (Roboto + Open Sans) */
/*
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Open Sans', sans-serif;
  --font-accent: 'Roboto', sans-serif;
  --font-display: 'Roboto', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --font-heading: 'Roboto', sans-serif;
  --font-button: 'Roboto', sans-serif;
  --font-nav: 'Roboto', sans-serif;
}
*/

/* THEME 4: Premium Luxury (Playfair Display + Lato) */
/*
:root {
  --font-primary: 'Playfair Display', serif;
  --font-secondary: 'Lato', sans-serif;
  --font-accent: 'Playfair Display', serif;
  --font-display: 'Playfair Display', serif;
  --font-body: 'Lato', sans-serif;
  --font-heading: 'Playfair Display', serif;
  --font-button: 'Lato', sans-serif;
  --font-nav: 'Lato', sans-serif;
}
*/

/* =====================
   COLOR THEMING SYSTEM
   Choose one theme by uncommenting it below
====================== */

/* =====================
   BLACK & WHITE THEME
   ====================== */
body.theme-bw,
html.theme-bw {
  --color-main: #000;
  --color-main-light: #fff;
  --color-main-dark: #000;
  --color-main-accent: #000;
  --color-main-gradient: linear-gradient(135deg, #000 0%, #fff 100%);
  --color-main-gradient-hover: linear-gradient(135deg, #222 0%, #fff 100%);
  --color-secondary: #000;
  --color-secondary-light: #222;
  --color-accent: #000;
  --color-accent-light: #fff;
  --color-bg: #fff;
  --color-bg1: #fff;
  --color-bg2: #fff;
  --color-bg3: #fff;
  --color-Nav: #fff;
  --color-white: #fff;
  --color-black: #000;
  --color-rose: #000;
  --color-pink-dark: #000;
  --color-gray-light: #eee;
  --color-gray-dark: #222;
  --color-gray-darker: #111;
  --color-gray-darkest: #000;
  --color-gray-mid: #bbb;
  --color-gray-mid2: #eee;
  --color-gray-mid3: #ccc;
  --color-gray-mid4: #222;
  --color-red: #000;
  --color-red-dark: #000;
  --color-green: #000;
  --color-gold: #000;
  --color-shadow-gold: rgba(0, 0, 0, 0.08);
  --color-shadow-gold-strong: rgba(0, 0, 0, 0.16);
  --color-shadow-gold-soft: rgba(0, 0, 0, 0.04);
  --color-shadow-rose: rgba(0, 0, 0, 0.12);
  --color-shadow-rose-strong: rgba(0, 0, 0, 0.22);
  --color-shadow-rose-xstrong: rgba(0, 0, 0, 0.28);
  --color-shadow-rose-mid: rgba(0, 0, 0, 0.17);
  --color-shadow-black: rgba(0, 0, 0, 0.1);
  --color-shadow-black-strong: rgba(0, 0, 0, 0.18);
  --color-shadow-black-mid: rgba(0, 0, 0, 0.09);
  --color-shadow-black-light: rgba(0, 0, 0, 0.06);
  --color-shadow-black-xlight: rgba(0, 0, 0, 0.04);
  --color-shadow-black-xxlight: rgba(0, 0, 0, 0.12);
  --color-transparent: #ffffff00;
  --color-overlay: rgba(0, 0, 0, 0.25);
  --color-glow: rgba(0, 0, 0, 0.35);
  --color-glow-strong: rgba(0, 0, 0, 0.55);
  --color-border-gold: #000;
  --color-border-light: #fff;
  --color-text-primary: #000;
  --color-text-secondary: #222;
  --color-text-muted: #444;
  --color-text-light: #888;
  --color-text-dark: #000;
  --color-text-white: #fff;
  --color-text-black: #000;
  --color-text-gray: #232323;
  --color-text-gray-dark: #222;
  --color-text-gray-light: #888;
  --color-text-gray-muted: #444;
  --color-bg-white: #fff;
  --color-bg-light: #fff;
  --color-bg-gray: #eee;
  --color-bg-gray-light: #eee;
  --color-bg-dark: #000;
  --color-bg-cream: #fff;
  --color-border-gray: #bbb;
  --color-border-dark: #000;
  --color-border-light-gray: #eee;
  --color-border-focus: #000;
  --color-btn-primary: #000;
  --color-btn-secondary: #222;
  --color-btn-hover: #444;
  --color-input-bg: #fff;
  --color-input-border: #000;
  --color-input-focus: #222;
  --color-placeholder: #888;
  --color-emergency: #000;
  --color-emergency-dark: #000;
  --color-social-bg: #fff;
  --color-social-border: #000;
  --color-social-hover: #222;
  --color-print-text: #000;
  --color-print-bg: #fff;
  --color-print-border: #000;
}

/* THEME 1: Premium Rose Gold Luxury (Enhanced v2) */
:root {
  /* Primary Colors - Premium Rose Gold Palette */
  --color-main: #ba6d77; /* Refined Rose Gold */
  --color-main-light: #f0c1b5; /* Airy Rose Gold */
  --color-main-dark: #7a3944; /* Rich Deep Rose */
  --color-main-accent: #d9a9a9; /* Elegant Accent */
  --color-main-gradient: linear-gradient(
    135deg,
    #ba6d77 0%,
    #f0c1b5 50%,
    #d9a9a9 100%
  );
  --color-main-gradient-hover: linear-gradient(
    135deg,
    #7a3944 0%,
    #ba6d77 50%,
    #f0c1b5 100%
  );

  /* Secondary Colors */
  --color-secondary: #2a1a14; /* Deeper Chocolate */
  --color-secondary-light: #503125; /* Toasted Mocha */
  --color-accent: #cbae8f; /* Warm Beige Gold */
  --color-accent-light: #f3e5c7; /* Soft Cream Beige */

  /* Background Colors - Cream + Rose Tint */
  --color-bg: #fffcf9; /* Luxe Cream */
  --color-bg1: #f9f6f0; /* Ivory Cream */
  --color-bg2: #faeff3; /* Rosé Mist */
  --color-bg3: #fefaf7; /* Gentle Blush */
  --color-Nav: #f9f6f0;

  /* Neutral Colors */
  --color-white: #ffffff;
  --color-black: #121212;
  --color-rose: #ba6d77;
  --color-pink-dark: #7a3944;

  /* Premium Gray Scale */
  --color-gray-light: #f6f6f6;
  --color-gray-dark: #3e3e3e;
  --color-gray-darker: #2a2a2a;
  --color-gray-darkest: #121212;
  --color-gray-mid: #d8d8d8;
  --color-gray-mid2: #f4f4f4;
  --color-gray-mid3: #c6c6c6;
  --color-gray-mid4: #464646;

  /* Accent Colors */
  --color-red: #e0534c;
  --color-red-dark: #b33a36;
  --color-green: #2ecc71;
  --color-gold: #f4c16c;

  /* Premium Shadow Colors */
  --color-shadow-gold: rgba(186, 109, 119, 0.08);
  --color-shadow-gold-strong: rgba(186, 109, 119, 0.16);
  --color-shadow-gold-soft: rgba(186, 109, 119, 0.04);
  --color-shadow-rose: rgba(186, 109, 119, 0.12);
  --color-shadow-rose-strong: rgba(186, 109, 119, 0.22);
  --color-shadow-rose-xstrong: rgba(186, 109, 119, 0.28);
  --color-shadow-rose-mid: rgba(186, 109, 119, 0.17);
  --color-shadow-black: rgba(18, 18, 18, 0.1);
  --color-shadow-black-strong: rgba(18, 18, 18, 0.18);
  --color-shadow-black-mid: rgba(18, 18, 18, 0.09);
  --color-shadow-black-light: rgba(18, 18, 18, 0.06);
  --color-shadow-black-xlight: rgba(18, 18, 18, 0.04);
  --color-shadow-black-xxlight: rgba(18, 18, 18, 0.12);
  --color-transparent: #ffffff00;
  --color-overlay: rgba(18, 18, 18, 0.25);

  /* Premium Effects */
  --color-glow: rgba(186, 109, 119, 0.35);
  --color-glow-strong: rgba(186, 109, 119, 0.55);
  --color-border-gold: #d9a9a9;
  --color-border-light: #f0c1b5;

  /* Additional Colors for Complete Theming */
  --color-text-primary: #222;
  --color-text-secondary: #444;
  --color-text-muted: #666;
  --color-text-light: #888;
  --color-text-dark: #111;
  --color-text-white: #fff;
  --color-text-black: #000;
  --color-text-gray: #232323;
  --color-text-gray-dark: #44444a;
  --color-text-gray-light: #23232b;
  --color-text-gray-muted: #0e0101;

  /* Background Colors */
  --color-bg-white: #fff;
  --color-bg-light: #f7f7f7;
  --color-bg-gray: #f8f9fa;
  --color-bg-gray-light: #e9ecef;
  --color-bg-dark: #2d2d2d;
  --color-bg-cream: #f7f5ef;

  /* Border Colors */
  --color-border-gray: #ccc;
  --color-border-dark: #555;
  --color-border-light-gray: #e0e0e0;
  --color-border-focus: #b76e79;

  /* Button Colors */
  --color-btn-primary: #44444a;
  --color-btn-secondary: #a85c6a;
  --color-btn-hover: #b76e79;

  /* Form Colors */
  --color-input-bg: #fff;
  --color-input-border: #ccc;
  --color-input-focus: #b76e79;
  --color-placeholder: rgba(255, 255, 255, 0.7);

  /* Emergency Colors */
  --color-emergency: #ff6b6b;
  --color-emergency-dark: #ee5a52;

  /* Social Media Colors */
  --color-social-bg: rgba(255, 255, 255, 0.1);
  --color-social-border: rgba(255, 255, 255, 0.2);
  --color-social-hover: rgba(255, 255, 255, 0.2);

  /* Print Colors */
  --color-print-text: #000;
  --color-print-bg: #fff;
  --color-print-border: #ccc;
}

/* THEME 1: Premium Rose Gold Luxury (Enhanced) */
:root {
  /* Primary Colors - Premium Rose Gold Palette */
  --color-main: #b76e79; /* Rich Rose Gold */
  --color-main-light: #e6b7a9; /* Soft Rose Gold */
  --color-main-dark: #8b4a5a; /* Deep Rose Gold */
  --color-main-accent: #d4a5a5; /* Accent Rose Gold */
  --color-main-gradient: linear-gradient(
    135deg,
    #b76e79 0%,
    #e6b7a9 50%,
    #d4a5a5 100%
  );
  --color-main-gradient-hover: linear-gradient(
    135deg,
    #8b4a5a 0%,
    #b76e79 50%,
    #e6b7a9 100%
  );

  /* Secondary Colors */
  --color-secondary: #2c1810; /* Deep Chocolate */
  --color-secondary-light: #4a2c1a; /* Light Chocolate */
  --color-accent: #c8a27d; /* Warm Beige */
  --color-accent-light: #e8d5b5; /* Light Beige */

  /* Background Colors - Premium Cream Palette */
  --color-bg: #fffdfa; /* Pure Cream */
  --color-bg1: #f7f5ef; /* Warm Cream */
  --color-bg2: #f7eff3; /* Rose Cream */
  --color-bg3: #fefcf8; /* Light Cream */
  --color-Nav: #f7f5ef;

  /* Neutral Colors */
  --color-white: #ffffff;
  --color-black: #1a1a1a;
  --color-rose: #b76e79;
  --color-pink-dark: #8b4a5a;

  /* Premium Gray Scale */
  --color-gray-light: #f8f8f8;
  --color-gray-dark: #4a4a4a;
  --color-gray-darker: #2c2c2c;
  --color-gray-darkest: #1a1a1a;
  --color-gray-mid: #e0e0e0;
  --color-gray-mid2: #f7f7f7;
  --color-gray-mid3: #d0d0d0;
  --color-gray-mid4: #3a3a3a;

  /* Accent Colors */
  --color-red: #e74c3c;
  --color-red-dark: #c0392b;
  --color-green: #27ae60;
  --color-gold: #f39c12;

  /* Premium Shadow Colors */
  --color-shadow-gold: rgba(183, 110, 121, 0.08);
  --color-shadow-gold-strong: rgba(183, 110, 121, 0.16);
  --color-shadow-gold-soft: rgba(183, 110, 121, 0.04);
  --color-shadow-rose: rgba(183, 110, 121, 0.12);
  --color-shadow-rose-strong: rgba(183, 110, 121, 0.2);
  --color-shadow-rose-xstrong: rgba(183, 110, 121, 0.25);
  --color-shadow-rose-mid: rgba(183, 110, 121, 0.15);
  --color-shadow-black: rgba(26, 26, 26, 0.1);
  --color-shadow-black-strong: rgba(26, 26, 26, 0.15);
  --color-shadow-black-mid: rgba(26, 26, 26, 0.08);
  --color-shadow-black-light: rgba(26, 26, 26, 0.06);
  --color-shadow-black-xlight: rgba(26, 26, 26, 0.04);
  --color-shadow-black-xxlight: rgba(26, 26, 26, 0.12);
  --color-transparent: #ffffff00;
  --color-overlay: rgba(26, 26, 26, 0.25);

  /* Premium Effects */
  --color-glow: rgba(183, 110, 121, 0.3);
  --color-glow-strong: rgba(183, 110, 121, 0.5);
  --color-border-gold: #d4a5a5;
  --color-border-light: #e6b7a9;
}

/* THEME 2: Modern Blue Professional */
/* Uncomment to use this theme
:root {
  --color-main: #2563eb;
  --color-main-light: #60a5fa;
  --color-secondary: #1f2937;
  --color-accent: #6b7280;
  --color-bg: #000;
  --color-bg1: #f8fafc;
  --color-bg2: #f1f5f9;
  --color-Nav: #f8fafc;
  --color-white: #fff;
  --color-black: #000;
  --color-rose: #3b82f6;
  --color-pink-dark: #1d4ed8;
  --color-gray-light: #f3f4f6;
  --color-gray-dark: #374151;
  --color-gray-darker: #111827;
  --color-gray-darkest: #1f2937;
  --color-gray-mid: #d1d5db;
  --color-gray-mid2: #f9fafb;
  --color-gray-mid3: #9ca3af;
  --color-gray-mid4: #374151;
  --color-red: #ef4444;
  --color-red-dark: #dc2626;
  --color-green: #10b981;
  --color-shadow-gold: rgba(37, 99, 235, 0.08);
  --color-shadow-gold-strong: rgba(37, 99, 235, 0.16);
  --color-shadow-rose: rgba(59, 130, 246, 0.04);
  --color-shadow-rose-strong: rgba(59, 130, 246, 0.10);
  --color-shadow-rose-xstrong: rgba(59, 130, 246, 0.18);
  --color-shadow-rose-mid: rgba(59, 130, 246, 0.13);
  --color-shadow-black: rgba(0,0,0,0.10);
  --color-shadow-black-strong: rgba(0,0,0,0.13);
  --color-shadow-black-mid: rgba(0,0,0,0.07);
  --color-shadow-black-light: rgba(0,0,0,0.08);
  --color-shadow-black-xlight: rgba(0,0,0,0.06);
  --color-shadow-black-xxlight: rgba(0,0,0,0.12);
  --color-transparent: #ffffff00;
  --color-overlay: rgba(0,0,0,0.25);
}
*/

/* THEME 3: Elegant Purple */
/* Uncomment to use this theme
:root {
  --color-main: #7c3aed;
  --color-main-light: #a78bfa;
  --color-secondary: #1e1b4b;
  --color-accent: #6b7280;
  --color-bg: #000;
  --color-bg1: #faf5ff;
  --color-bg2: #f3e8ff;
  --color-Nav: #faf5ff;
  --color-white: #fff;
  --color-black: #000;
  --color-rose: #8b5cf6;
  --color-pink-dark: #6d28d9;
  --color-gray-light: #f3f4f6;
  --color-gray-dark: #374151;
  --color-gray-darker: #111827;
  --color-gray-darkest: #1f2937;
  --color-gray-mid: #d1d5db;
  --color-gray-mid2: #f9fafb;
  --color-gray-mid3: #9ca3af;
  --color-gray-mid4: #374151;
  --color-red: #ef4444;
  --color-red-dark: #dc2626;
  --color-green: #10b981;
  --color-shadow-gold: rgba(124, 58, 237, 0.08);
  --color-shadow-gold-strong: rgba(124, 58, 237, 0.16);
  --color-shadow-rose: rgba(139, 92, 246, 0.04);
  --color-shadow-rose-strong: rgba(139, 92, 246, 0.10);
  --color-shadow-rose-xstrong: rgba(139, 92, 246, 0.18);
  --color-shadow-rose-mid: rgba(139, 92, 246, 0.13);
  --color-shadow-black: rgba(0,0,0,0.10);
  --color-shadow-black-strong: rgba(0,0,0,0.13);
  --color-shadow-black-mid: rgba(0,0,0,0.07);
  --color-shadow-black-light: rgba(0,0,0,0.08);
  --color-shadow-black-xlight: rgba(0,0,0,0.06);
  --color-shadow-black-xxlight: rgba(0,0,0,0.12);
  --color-transparent: #ffffff00;
  --color-overlay: rgba(0,0,0,0.25);
}
*/

/* THEME 4: Corporate Green */
/* Uncomment to use this theme
:root {
  --color-main: #059669;
  --color-main-light: #34d399;
  --color-secondary: #064e3b;
  --color-accent: #6b7280;
  --color-bg: #000;
  --color-bg1: #f0fdf4;
  --color-bg2: #ecfdf5;
  --color-Nav: #f0fdf4;
  --color-white: #fff;
  --color-black: #000;
  --color-rose: #10b981;
  --color-pink-dark: #047857;
  --color-gray-light: #f3f4f6;
  --color-gray-dark: #374151;
  --color-gray-darker: #111827;
  --color-gray-darkest: #1f2937;
  --color-gray-mid: #d1d5db;
  --color-gray-mid2: #f9fafb;
  --color-gray-mid3: #9ca3af;
  --color-gray-mid4: #374151;
  --color-red: #ef4444;
  --color-red-dark: #dc2626;
  --color-green: #059669;
  --color-shadow-gold: rgba(5, 150, 105, 0.08);
  --color-shadow-gold-strong: rgba(5, 150, 105, 0.16);
  --color-shadow-rose: rgba(16, 185, 129, 0.04);
  --color-shadow-rose-strong: rgba(16, 185, 129, 0.10);
  --color-shadow-rose-xstrong: rgba(16, 185, 129, 0.18);
  --color-shadow-rose-mid: rgba(16, 185, 129, 0.13);
  --color-shadow-black: rgba(0,0,0,0.10);
  --color-shadow-black-strong: rgba(0,0,0,0.13);
  --color-shadow-black-mid: rgba(0,0,0,0.07);
  --color-shadow-black-light: rgba(0,0,0,0.08);
  --color-shadow-black-xlight: rgba(0,0,0,0.06);
  --color-shadow-black-xxlight: rgba(0,0,0,0.12);
  --color-transparent: #ffffff00;
  --color-overlay: rgba(0,0,0,0.25);
}
*/

/* Global heading color for rose gold */
h1,
h3 {
  color: var(--color-main) !important;
  font-family: var(--font-primary);
}

a {
  text-decoration: none;
}

/* =====================
   Global Styles
====================== */
/* Font imports are now handled in the HTML head with DM Sans and Montserrat */

html,
body {
  height: 100%;
  margin: 0;
  font-family: var(--font-body);
  background: var(--color-bg);
  overflow-x: hidden;
}

/* Hide browser scrollbar but allow scrolling (uncomment for debugging) */
html {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}
body {
  -ms-overflow-style: none; /* IE and Edge */
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* =====================
   Navbar
====================== */
.elevator-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding: 0 2vw;
  pointer-events: none;
  transition: top 0.3s, background 0.4s, box-shadow 0.4s;
}
.elevator-navbar > div {
  pointer-events: auto;
}
.elevator-navbar-left,
.elevator-navbar-center,
.elevator-navbar-right {
  display: flex;
  align-items: center;
}
.elevator-navbar-center {
  flex: 1;
  justify-content: center;
}
.elevator-logo {
  height: 150px;
  width: auto;
  transition: opacity 0.4s, filter 0.4s;
}
.elevator-logo.transparent {
  opacity: 0.5;
  filter: grayscale(0.2) brightness(1.1);
}
.elevator-navbar.transparent {
  background: white !important;
  box-shadow: none !important;
}
.elevator-navbar.hide {
  top: -80px;
}
.elevator-navbar.show {
  top: 0;
}
.elevator-nav-hamburger {
  background: none;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  justify-content: center;
}
.elevator-nav-hamburger span {
  display: block;
  height: 2px;
  width: 24px;
  background: var(--color-main);
  border-radius: 2px;
  transition: all 0.3s;
}
.elevator-nav-search {
  background: none;
  border: none;
  outline: none;
  color: var(--color-main);
  font-size: 1.3rem;
  cursor: pointer;
  margin-left: 8px;
  flex-shrink: 0;
}

.navbar-search-input {
  flex: 1 1 0;
  min-width: 0;
  max-width: 180px;
}

/* =====================
   Slide-out Side Menu
====================== */
.elevator-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  background: var(--color-white);
  box-shadow: 2px 0 24px rgba(0, 0, 0, 0.1);
  z-index: 1200;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 100vh;
}
.elevator-menu.open {
  transform: translateX(0);
}
.elevator-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.5rem 0.5rem 1.5rem;
  border-bottom: 1px solid #eee;
}
.elevator-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--color-main);
  cursor: pointer;
}
.elevator-menu-list {
  list-style: none;
  padding: 2rem 1.5rem 0 1.5rem;
  margin: 0;
  flex: 1;
}
.elevator-menu-list li {
  font-size: 1.5rem;
  color: var(--color-secondary);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}
.elevator-menu-list li:hover {
  color: var(--color-secondary);
}
.elevator-menu-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.5rem;
  color: var(--color-secondary);
  padding: 0.75rem 0;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  border-radius: 4px;
}
.elevator-menu-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 0;
  height: 2px;
  background: var(--color-main);
  transition: width 0.25s ease;
}
.elevator-menu-btn:hover {
  color: var(--color-secondary);
  background: none;
  text-decoration: none;
}
.elevator-menu-btn:hover::after {
  width: 100%;
}
.elevator-menu-btn:focus,
.elevator-menu-btn:active,
.elevator-menu-btn:focus-visible {
  color: var(--color-secondary);
  background: none;
  text-decoration: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  outline-offset: 0;
  -moz-outline-style: none;
  outline-style: none;
  -webkit-tap-highlight-color: transparent;
}
/* Ensure no UA focus ring/border radius artifacts */
.elevator-menu-btn { border-radius: 0; }
.elevator-menu-home {
  font-style: italic;
  color: var(--color-accent);
  font-weight: bold;
}
.elevator-menu-list li + li {
  border-top: 1px solid #eee;
}
.elevator-menu-arrow {
  margin-left: auto;
  color: var(--color-accent);
  font-size: 1.2rem;
}
.elevator-menu-elevator {
  margin: 2rem 1.5rem 0 1.5rem;
  text-align: center;
}
.elevator-menu-elevator img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-height: 180px;
}
.elevator-menu-elevator-caption {
  color: var(--color-text-light);
  font-size: 1.1rem;
  margin-top: 0.5rem;
  letter-spacing: 1px;
}
.elevator-menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-top: 1px solid #eee;
  color: var(--color-main);
  font-size: 1.1rem;
}
.elevator-menu-footer span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.elevator-menu-footer span:last-child {
  color: var(--color-text-light);
  font-size: 1rem;
}
.elevator-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.elevator-menu-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}

/* =====================
   Vertical Slider & Dots
====================== */
.slider-container {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden; /* Prevent scrollbars from appearing due to absolute slides */
  z-index: 1;
  margin-bottom: 0;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.7s;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
  pointer-events: auto;
}
.slide.above {
  transform: translateY(-100vh);
}
.slide.below {
  transform: translateY(100vh);
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}
.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--color-text-white);
  max-width: 700px;
  margin: 0 auto;
}
.slide-content h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.slide-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.slide-content .btn {
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 2rem;
  padding: 0.75rem 2.5rem;
  font-family: var(--font-button);
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.slide-content .btn:hover,
.contact-section .btn:hover {
  background: var(--color-main-dark);
  color: var(--color-white);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--color-shadow-rose-strong);
}
.vertical-dots {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  justify-content: center;
  gap: 18px;
  height: auto;
}
.vertical-dots .dot {
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: var(--color-main-light);
  border: none;
  opacity: 1;
  transition: background 0.3s, border 0.3s, width 0.3s, height 0.3s;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
}
.vertical-dots .dot.active {
  /* background: var(--color-main); */
  border: 2px solid var(--color-text-white);
  width: 1em;
  height: 1em;
}
.vertical-dots .dot:hover {
  background: var(--color-text-white);
}

@media (max-width: 600px) {
  .elevator-menu {
    width: 100vw;
  }
  .elevator-menu-header,
  .elevator-menu-list,
  .elevator-menu-footer,
  .elevator-menu-elevator {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .vertical-dots {
    gap: 10px;
    right: 12px;
  }
  .vertical-dots .dot {
    width: 0.5em;
    height: 0.5em;
  }
  .vertical-dots .dot.active {
    width: 0.8em;
    height: 0.8em;
  }
  .navbar-search-input {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slide-content h1 {
    font-size: 1.7rem;
  }
  .slide-content p {
    font-size: 1rem;
  }
  .vertical-dots {
    right: 1%;
  }
}

/* =====================
   Frame Motion Animations
====================== */
.motion-frame {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.motion-in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.motion-fade {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.motion-fade.motion-in-view {
  opacity: 1;
}
.motion-zoom {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s, transform 0.8s;
}
.motion-zoom.motion-in-view {
  opacity: 1;
  transform: scale(1);
}

/* =====================
   About Us & Mission Section
====================== */
.about-section {
  background: #fff;
  padding: 64px 0 48px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 48px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-image {
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  min-width: 250px;
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(191, 167, 70, 0.08);
  object-fit: cover;
  max-height: 400px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.about-image img:hover {
  transform: scale(1.04) rotate(-1deg);
  box-shadow: 0 16px 60px rgba(183, 110, 121, 0.18);
}
.about-container {
  background: var(--color-bg);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(191, 167, 70, 0.08);
  max-width: 700px;
  width: 90%;
  padding: 40px 32px 32px 32px;
  text-align: center;
  flex: 2 1 400px;
  min-width: 280px;
}
.about-container h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-main);
  margin-bottom: 0.5em;
}
.about-container h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--color-text-primary);
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.about-container p {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 0.5em;
}
@media (max-width: 900px) {
  .about-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 24px 0;
  }
  .about-image,
  .about-container {
    max-width: 98vw;
    min-width: 0;
  }
  .about-image img {
    max-height: 220px;
  }
  .about-container {
    padding: 24px 10px 18px 10px;
  }
}

/* =====================
   Products/Services Section
====================== */
.products-section {
  background: var(--color-bg1);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.products-section h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-main);
  margin-bottom: 2rem;
  text-align: center;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.product-card {
  background: var(--color-bg-white);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(191, 167, 70, 0.08);
  padding: 32px 20px 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s, transform 0.3s;
  min-height: 340px;
  border: 1px solid var(--color-main-light);
}
.product-card:hover {
  box-shadow: 0 8px 32px rgba(191, 167, 70, 0.16);
  transform: translateY(-6px) scale(1.03);
  border-color: var(--color-main);
}
.product-card img {
  width: 100%;
  max-width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
.product-card h4 {
  font-size: 1.2rem;
  color: var(--color-main);
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 600;
}
.product-card p {
  font-size: 1rem;
  color: var(--color-text-secondary);
  margin: 0;
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    padding: 0 8px;
  }
  .product-card {
    padding: 20px 8px 16px 8px;
    min-height: 260px;
  }
}

/* =====================
   Why Choose Us Section
====================== */
.why-choose-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  align-items: center;
  background: var(--color-bg);
  padding: 64px 0 48px 0;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(183, 110, 121, 0.04);
  margin: 0 auto 3rem auto;
  max-width: 1200px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.why-choose-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 600px;
  padding: 0 2rem;
}
.why-choose-content h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--color-main);
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}
.why-choose-content ul {
  list-style: disc inside;
  color: var(--color-secondary);
  font-size: 1.15rem;
  line-height: 2;
  padding-left: 1.2rem;
  margin: 0;
}
.why-choose-content ul li {
  margin-bottom: 0.7em;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.why-choose-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 600px;
  padding: 0 2rem;
}
.why-choose-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgba(183, 110, 121, 0.1);
  object-fit: cover;
  transition: transform 0.3s, box-shadow 0.3s;
}
.why-choose-image img:hover {
  transform: scale(1.04) rotate(-1deg);
  box-shadow: 0 16px 60px rgba(183, 110, 121, 0.18);
}
@media (max-width: 900px) {
  .why-choose-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 32px 0 24px 0;
    border-radius: 16px;
  }
  .why-choose-content,
  .why-choose-image {
    max-width: 98vw;
    padding: 0 1rem;
  }
  .why-choose-image img {
    max-width: 90vw;
  }
}

/* =====================
   Contact/CTA Section
====================== */
.contact-section {
  background: linear-gradient(135deg, #f7f5ef 60%, #e9e6df 100%);
  padding: 56px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-section h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-main);
  margin-bottom: 1.2rem;
  text-align: center;
}
.contact-section p {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 600px;
}
.contact-section .btn {
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 2rem;
  padding: 0.75rem 2.5rem;
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(191, 167, 70, 0.1);
}
.contact-section .btn:hover {
  background: var(--color-secondary);
  color: var(--color-main);
}

@media (max-width: 700px) {
  .contact-section {
    padding: 32px 0 24px 0;
  }
  .contact-section h2 {
    font-size: 1.3rem;
  }
  .contact-section p {
    font-size: 1rem;
    padding: 0 8px;
  }
}

/* Remove underline effect from navbar search and nav items if any */
.elevator-navbar .elevator-menu-btn::after,
.elevator-navbar .elevator-menu-btn:hover::after,
.elevator-navbar .elevator-menu-btn:focus::after {
  display: none !important;
  width: 0 !important;
}

.elevator-menu-btn,
.elevator-menu-btn:hover,
.elevator-menu-btn:focus {
  text-decoration: none !important;
}

/* Project Cards Section Styles */
.project-cards-section {
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-cards-container {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.project-card-block {
  background: #fff;
  border: 5px solid #44444a;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  padding: 48px 36px 36px 36px;
  flex: 1 1 400px;
  min-width: 320px;
  max-width: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.project-card-number {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-bg-light);
  color: var(--color-text-gray-dark);
  font-size: 2.5rem;
  font-weight: bold;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 4px solid #fff;
  z-index: 2;
}
.project-card-block h2 {
  font-size: 1.5rem;
  margin-top: 32px;
  margin-bottom: 18px;
  color: var(--color-text-gray-dark);
  font-family: var(--font-heading);
  font-weight: 600;
}
.project-card-block p {
  font-size: 1.08rem;
  color: var(--color-text-secondary);
  margin-bottom: 32px;
  line-height: 1.7;
}
.project-card-btn {
  background: var(--color-btn-primary);
  color: var(--color-text-white);
  border: none;
  border-radius: 4px;
  padding: 0.8em 2.5em;
  font-size: 1.1rem;
  font-family: var(--font-button);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: auto;
}
.project-card-btn:hover {
  background: var(--color-main);
  color: var(--color-text-white);
}
@media (max-width: 900px) {
  .project-cards-container {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .project-card-block {
    min-width: 0;
    max-width: 98vw;
  }
  .project-card-number {
    top: -28px;
    width: 56px;
    height: 56px;
    font-size: 1.7rem;
  }
}

/* footer section */

footer {
  background: var(--color-Nav);
  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 1rem;
}
.footer-text {
  background: var(--color-black);
  color: var(--color-text-white);
  font-size: 1rem;
  margin-top: 24px;

  padding: 0.8em 0;
  text-align: center;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
footer .col-md-4 {
  flex: 1 1 30%;
  min-width: 260px;
  padding: 0 12px;
}
footer h5.h5-fot {
  color: var(--color-main);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1.2em;
  letter-spacing: 1px;
}
footer p {
  color: var(--color-accent);
  font-size: 1rem;
  margin-bottom: 0.7em;
}
footer .btn-floating {
  background: var(--color-bg-white);
  color: var(--color-text-gray-light);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3em;
  font-size: 1.3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
  border: none;
}
footer .btn-floating:hover {
  background: var(--color-main, #e08495);
  color: var(--color-text-white);
  box-shadow: 0 4px 16px rgba(183, 110, 121, 0.18);
}
footer .btn-outline-light {
  border: 1.5px solid var(--color-text-white);
  background: transparent;
  color: var(--color-text-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.3em;
  font-size: 1.3rem;
  transition: 0.2s ease;
}
footer .btn-outline-light:hover {
  background: var(--color-main, #e08495);
  color: var(--color-text-white);
  border-color: var(--color-main, #e08495);
}
footer .custom-google-map-container {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
footer .feedback-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--color-border-gray);
  padding: 0.7em;
  font-size: 1rem;
  resize: vertical;
  background: var(--color-input-bg);
  color: var(--color-text-black);
}
footer .feedback-form { text-align: left; max-width: 100%; margin: 0 auto; }
footer .feedback-form .form-label { text-align: left; display: block; margin-left: 0; }
footer .custom-google-map-container iframe { width: 100%; height: 100%; display: block; }
footer .feedback-form .btn-primary {
  background: var(--color-main, #e08495);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5em 2em;
  font-size: 1rem;
  margin-top: 0.7em;
  transition: background 0.2s;
}
footer .feedback-form .btn-primary:hover {
  background: var(--color-btn-secondary);
}

/* Responsive */
@media (max-width: 900px) {
  footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .col-md-4 {
    width: 100%;
    max-width: 500px;
  }
  footer .custom-google-map-container {
    height: 140px;
  }
}
@media (max-width: 600px) {
  footer .container {
    padding: 0 12px;
  }
  footer .custom-google-map-container {
    height: 100px;
  }
  .footer-text {
    font-size: 0.9rem;
    padding: 0.7em 0;
  }
  footer .feedback-form textarea { width: 100%; box-sizing: border-box; }
}

/* elevator types section */

.elevator-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 18px;
  justify-items: center;
  align-items: center;
  margin-top: 16px;
}
.elevator-type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(156, 12, 12, 0.06);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 18px 0 12px 0;
  min-width: 60px;
  min-height: 70px;
  transition: background 0.2s, box-shadow 0.2s;
  gap: 10px;
}
.elevator-type-item:hover {
  background: var(--color-main, #e08495);
  box-shadow: 0 4px 16px rgba(183, 110, 121, 0.13);
}
.elevator-type-item .btn-floating {
  margin-bottom: 8px;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
}
.elevator-type-item p {
  margin: 0;
  font-size: 1rem;
  color: var(--color-accent);
  text-align: center;
}
.elevator-type-item:hover p {
  color: var(--color-text-white);
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .footer-social-icons {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
    margin-top: 8px;
  }
  .footer-social-icons .btn-floating {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-social-icons .btn-floating {
  border: 1.5px solid var(--color-text-white);
  background: transparent;
  color: var(--color-text-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: 0.2s ease;
  box-shadow: none;
}
.footer-social-icons .btn-floating:hover {
  background: var(--color-main, #e08495);
  color: var(--color-text-gray-muted);
  border-color: var(--color-main, #e08495);
}
.footer-social-icons .btn-floating i {
  text-decoration: none !important;
  border: none !important;
}
.footer-social-icons .btn-floating,
.footer-social-icons .btn-floating i,
.footer-social-icons .btn-outline-light,
.footer-social-icons .btn-outline-light i {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 900px) {
  .elevator-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
  .elevator-type-item {
    min-width: 120px;
    min-height: 100px;
    padding: 14px 0 10px 0;
  }
}
@media (max-width: 600px) {
  .elevator-types-grid {
    grid-template-columns: 2fr 2fr;
    gap: 14px 0;
  }
  .elevator-type-item {
    min-width: 40px;
    min-height: 30px;
    padding: 10px 0 8px 0;
  }
}

/* footer section close */

/* =====================
   About Content Section
====================== */
.about-content-section {
  padding: 4rem 0;
  background: var(--color-bg);
  min-height: 100vh;
  position: relative;
  z-index: 10;
  margin-top: 0;
}

.about-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-content-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.about-content-image:hover {
  transform: translateY(-10px);
}

.about-content-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about-content-image:hover img {
  transform: scale(1.05);
}

.about-content-text {
  padding: 2rem 0;
}

.about-content-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 1.5rem;
  font-family: var(--font-heading);
}

.about-content-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
  text-align: justify;
}

.about-intro {
  font-weight: 600;
  color: var(--color-main) !important;
  font-size: 1.2rem !important;
}

.about-details {
  color: var(--color-secondary) !important;
}

.about-expertise {
  font-weight: 500;
  color: var(--color-accent) !important;
}

.about-quality {
  color: var(--color-secondary) !important;
}

.about-cta {
  background: var(--color-main);
  color: var(--color-white);
  border: 2px solid var(--color-main);
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-cta:hover {
  background: transparent;
  color: var(--color-main);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(183, 110, 121, 0.3);
}

/* About Slider Specific Styles */
#aboutSlider .slide-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

#aboutSlider .slide-content h2 {
  font-size: 2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  font-weight: 400;
}

#aboutSlider .slide-content p {
  font-size: 1.2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  max-width: 600px;
}

/* Responsive Design for About Content */
@media (max-width: 900px) {
  .about-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-content-image img {
    height: 400px;
  }

  .about-content-text h2 {
    font-size: 2rem;
  }

  .about-content-text p {
    font-size: 1rem;
  }

  #aboutSlider .slide-content h1 {
    font-size: 2.5rem;
  }

  #aboutSlider .slide-content h2 {
    font-size: 1.5rem;
  }

  #aboutSlider .slide-content p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .about-content-section {
    padding: 2rem 0;
  }

  .about-content-container {
    padding: 0 1rem;
  }

  .about-content-image img {
    height: 300px;
  }

  .about-content-text h2 {
    font-size: 1.8rem;
  }

  .about-content-text p {
    font-size: 0.95rem;
  }

  #aboutSlider .slide-content h1 {
    font-size: 2rem;
  }

  #aboutSlider .slide-content h2 {
    font-size: 1.2rem;
  }

  .about-cta {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

/* =====================
   Services Content Section
====================== */
.services-content-section {
  padding: 4rem 0;
  background: #f7f5ef;
  min-height: 100vh;
  position: relative;
  z-index: 10;
  margin-top: 0;
  display: block !important;
  visibility: visible !important;
}
.services-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block !important;
  visibility: visible !important;
}

.services-header {
  text-align: center;
  margin-bottom: 3rem;
}

.services-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: #b76e79;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.services-intro {
  font-size: 1.2rem;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-card {
  background: var(--color-white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--color-main);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: var(--color-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: var(--color-secondary);
  transform: scale(1.1);
}

.service-icon i {
  font-size: 1.5rem;
  color: var(--color-white);
}

.service-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #b76e79;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-align: center;
}

.service-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-align: center;
}

.services-cta {
  text-align: center;
  background: linear-gradient(
    135deg,
    var(--color-main) 0%,
    var(--color-main-light) 100%
  );
  padding: 3rem;
  border-radius: 12px;
  color: var(--color-white);
  margin-top: 2rem;
}

.services-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.services-cta p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.services-cta-btn {
  background: var(--color-white);
  color: var(--color-main);
  border: 2px solid var(--color-white);
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-cta-btn:hover {
  background: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
}

/* Services Slider Specific Styles */
#servicesSlider .slide-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

#servicesSlider .slide-content h2 {
  font-size: 2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  font-weight: 400;
}

#servicesSlider .slide-content p {
  font-size: 1.2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  max-width: 600px;
}

/* Responsive Design for Services Content */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .services-main-title {
    font-size: 2.5rem;
  }

  .services-intro {
    font-size: 1.1rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  #servicesSlider .slide-content h1 {
    font-size: 2.5rem;
  }

  #servicesSlider .slide-content h2 {
    font-size: 1.5rem;
  }

  #servicesSlider .slide-content p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .services-content-section {
    padding: 2rem 0;
  }

  .services-content-container {
    padding: 1rem;
  }

  .services-main-title {
    font-size: 2rem;
  }

  .services-intro {
    font-size: 1rem;
  }

  .service-card {
    padding: 1rem;
  }

  .service-icon {
    width: 50px;
    height: 50px;
  }

  .service-icon i {
    font-size: 1.2rem;
  }

  .service-card h3 {
    font-size: 1.2rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }

  #servicesSlider .slide-content h1 {
    font-size: 2rem;
  }

  #servicesSlider .slide-content h2 {
    font-size: 1.2rem;
  }

  .services-cta {
    padding: 2rem 1rem;
  }

  .services-cta h3 {
    font-size: 1.5rem;
  }

  .services-cta p {
    font-size: 1rem;
  }

  .services-cta-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

/* =====================
   FAQ Content Section
====================== */
.faq-content-section {
  padding: 4rem 0;
  background: #fff;
  min-height: 100vh;
  position: relative;
  z-index: 10;
  margin-top: 0;
  display: block !important;
  visibility: visible !important;
}

.faq-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;

  display: block !important;
  visibility: visible !important;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq-intro {
  font-size: 1.2rem;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 100%;
}

.faq-item {
  background: var(--color-white);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #b76e79;
}

.faq-question {
  padding: 1.5rem;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid #dee2e6;
  position: relative;
  z-index: 2;
}

.faq-question:hover {
  background: #e9ecef;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #b76e79;
}

.faq-question h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b76e79;
  margin: 0;
  font-family: var(--font-heading);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq-question i {
  font-size: 1.2rem;
  color: #b76e79;
  transition: transform 0.3s ease;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  background: rgba(183, 110, 121, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-question i:hover {
  background: rgba(183, 110, 121, 0.2);
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(183, 110, 121, 0.3);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
  background: rgba(183, 110, 121, 0.3);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.faq-item.active .faq-answer {
  padding: 1.5rem !important;
  max-height: 500px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  display: block !important;
}

.faq-answer p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq-cta {
  text-align: center;
  background: linear-gradient(--color-accent);
  padding: 3rem;
  border-radius: 12px;
  color: var(--color-white);
  margin-top: 2rem;
}

.faq-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.faq-cta p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.faq-cta-btn {
  background: var(--color-white);
  color: var(--color-main);
  border: 2px solid var(--color-white);
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-cta-btn:hover {
  background: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
}

/* FAQ Slider Specific Styles */
#faqSlider .slide-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

#faqSlider .slide-content h2 {
  font-size: 2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  font-weight: 400;
}

#faqSlider .slide-content p {
  font-size: 1.2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  max-width: 600px;
}

/* Responsive Design for FAQ Content */
@media (max-width: 900px) {
  .faq-main-title {
    font-size: 2.5rem;
  }

  .faq-intro {
    font-size: 1.1rem;
  }

  .faq-question h3 {
    font-size: 1rem;
  }

  #faqSlider .slide-content h1 {
    font-size: 2.5rem;
  }

  #faqSlider .slide-content h2 {
    font-size: 1.5rem;
  }

  #faqSlider .slide-content p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .faq-content-section {
    padding: 2rem 0;
  }

  .faq-content-container {
    padding: 1rem;
  }

  .faq-main-title {
    font-size: 2rem;
  }

  .faq-intro {
    font-size: 1rem;
  }

  .faq-question {
    padding: 1rem;
  }

  .faq-question h3 {
    font-size: 0.95rem;
  }

  .faq-item.active .faq-answer {
    padding: 1rem;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }

  #faqSlider .slide-content h1 {
    font-size: 2rem;
  }

  #faqSlider .slide-content h2 {
    font-size: 1.2rem;
  }

  .faq-cta {
    padding: 2rem 1rem;
  }

  .faq-cta h3 {
    font-size: 1.5rem;
  }

  .faq-cta p {
    font-size: 1rem;
  }

  .faq-cta-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

/* =====================
   Contact Page Styles
====================== */

/* Contact Hero Section */
.contact-hero {
  background: linear-gradient(135deg, --color-main 0%, --color-bg 100%);
  padding: 8rem 2rem 4rem 2rem;
  text-align: center;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../assets/luxury elevator.jpg") center/cover;
  opacity: 0.1;
  z-index: 1;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.contact-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color-white) !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-hero p {
  font-size: 1.3rem;
  margin-bottom: 0;
  opacity: 0.95;
  line-height: 1.6;
}

/* Contact Content Section */
.contact-content-section {
  padding: 4rem 0;
  background: var(--color-bg);
}

.contact-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Contact Info Items */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-info-item i {
  font-size: 1.5rem;
  color: var(--color-main);
  margin-right: 1rem;
  margin-top: 0.2rem;
  min-width: 24px;
}

.contact-info-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color-secondary);
}

.contact-info-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Contact Quote */
.contact-quote {
  background: linear-gradient(
    135deg,
    var(--color-main) 0%,
    var(--color-bg) 100%
  );
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  margin: 2rem 0;
  color: var(--color-white);
}

.contact-quote p {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
  font-weight: 500;
}

/* Contact Social Links */
.contact-social-links {
  margin-top: 2rem;
  text-align: center;
}

.contact-social-links h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--color-secondary);
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.social-icons a:hover {
  background: var(--color-secondary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Map Section */
.contact-map-section {
  margin-top: 4rem;
  text-align: center;
}

.contact-map-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--color-main);
}

.contact-map-section h3 i {
  margin-right: 0.5rem;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Emergency Contact */
.emergency-contact {
  margin-top: 4rem;
  text-align: center;
}

.emergency-card {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: var(--color-white);
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
}

.emergency-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(255, 107, 107, 0.4);
}

.emergency-card i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.emergency-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.emergency-card p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.emergency-btn {
  background: var(--color-white);
  color: #ff6b6b;
  border: 2px solid var(--color-white);
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.emergency-btn:hover {
  background: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Enhanced Form Styles */
.enquiry-form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  transition: all 0.3s ease;
  background: var(--color-white);
}

.enquiry-form textarea:focus {
  outline: none;
  border-color: var(--color-main);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.1);
}

.enquiry-form select {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--color-white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.enquiry-form select:focus {
  outline: none;
  border-color: var(--color-main);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.1);
}

/* Responsive Design for Contact Page */
@media (max-width: 900px) {
  .contact-hero h1 {
    font-size: 2.5rem;
  }

  .contact-hero p {
    font-size: 1.1rem;
  }

  .contact-content-container {
    padding: 0 1rem;
  }

  .contact-info-item {
    padding: 1rem;
  }

  .emergency-card {
    padding: 2rem 1rem;
  }

  .emergency-card h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .contact-hero {
    padding: 6rem 1rem 3rem 1rem;
  }

  .contact-hero h1 {
    font-size: 2rem;
  }

  .contact-hero p {
    font-size: 1rem;
  }

  .contact-content-section {
    padding: 2rem 0;
  }

  .contact-content-container {
    padding: 0 1rem;
  }

  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-info-item i {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .social-icons {
    gap: 0.5rem;
  }

  .social-icons a {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .emergency-card h3 {
    font-size: 1.3rem;
  }

  .emergency-card p {
    font-size: 1rem;
  }

  .emergency-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

/* =====================
   Products Page Styles
====================== */

/* Products Content Section */
.products-content-section {
  padding: 4rem 0;
  background: var(--color-bg);
}

.products-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.products-header {
  text-align: center;
  margin-bottom: 3rem;
}

.products-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.products-intro {
  font-size: 1.2rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Enhanced Product Cards */
.product-card {
  background: var(--color-white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

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

.product-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.product-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
}

/* Product Features */
.product-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.product-features span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-main);
  font-weight: 500;
}

.product-features i {
  font-size: 1rem;
  color: var(--color-main);
}

/* Products CTA */
.products-cta {
  text-align: center;
  background: var(--color-main-gradient);
  padding: 3rem;
  border-radius: 12px;
  color: var(--color-white);
  margin-top: 3rem;
}

.products-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.products-cta p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.products-cta-btn {
  background: var(--color-white);
  color: var(--color-main);
  border: 2px solid var(--color-white);
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.products-cta-btn:hover {
  background: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
}

/* Products Slider Specific Styles */
#productsSlider .slide-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

#productsSlider .slide-content h2 {
  font-size: 2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  font-weight: 400;
}

#productsSlider .slide-content p {
  font-size: 1.2rem;
  color: var(--color-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  max-width: 600px;
}

/* Responsive Design for Products Page */
@media (max-width: 900px) {
  .products-main-title {
    font-size: 2.5rem;
  }

  .products-intro {
    font-size: 1.1rem;
  }

  .product-card {
    padding: 1.5rem;
  }

  .product-card h3 {
    font-size: 1.3rem;
  }

  #productsSlider .slide-content h1 {
    font-size: 2.5rem;
  }

  #productsSlider .slide-content h2 {
    font-size: 1.5rem;
  }

  #productsSlider .slide-content p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .products-content-section {
    padding: 2rem 0;
  }

  .products-content-container {
    padding: 0 1rem;
  }

  .products-main-title {
    font-size: 2rem;
  }

  .products-intro {
    font-size: 1rem;
  }

  .product-card {
    padding: 1rem;
  }

  .product-card h3 {
    font-size: 1.2rem;
  }

  .product-card p {
    font-size: 0.95rem;
  }

  .product-features span {
    font-size: 0.85rem;
  }

  #productsSlider .slide-content h1 {
    font-size: 2rem;
  }

  #productsSlider .slide-content h2 {
    font-size: 1.2rem;
  }

  .products-cta {
    padding: 2rem 1rem;
  }

  .products-cta h3 {
    font-size: 1.5rem;
  }

  .products-cta p {
    font-size: 1rem;
  }

  .products-cta-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

/* =====================
   Enhanced Responsive Design
====================== */

/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 575.98px) {
  .elevator-navbar {
    padding: 0 1rem;
  }

  .elevator-logo {
    height: 120px;
  }

  .elevator-menu {
    width: 100%;
  }

  .elevator-menu-header {
    padding: 1rem;
  }

  .elevator-menu-list {
    padding: 1rem;
  }

  .elevator-menu-btn {
    font-size: 1.3rem;
    padding: 0.5rem 0;
  }

  .slide-content h1 {
    font-size: 1.8rem;
  }

  .slide-content h2 {
    font-size: 1.2rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
  }

  .contact-hero {
    padding: 6rem 1rem 3rem 1rem;
  }

  .contact-hero h1 {
    font-size: 1.8rem;
  }

  .contact-hero p {
    font-size: 0.9rem;
  }

  .contact-content-container {
    padding: 0 1rem;
  }

  .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .enquiry-form-container,
  .contact-info-container {
    padding: 1.5rem;
  }

  .contact-info-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .contact-info-item i {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .social-icons {
    gap: 0.5rem;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .emergency-card {
    padding: 1.5rem 1rem;
  }

  .emergency-card h3 {
    font-size: 1.2rem;
  }

  .emergency-card p {
    font-size: 0.9rem;
  }

  .emergency-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
  }

  .map-container iframe {
    height: 300px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .product-card {
    padding: 1rem;
  }

  .product-card h3 {
    font-size: 1.1rem;
  }

  .product-card p {
    font-size: 0.9rem;
  }

  .product-features span {
    font-size: 0.8rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-card {
    padding: 1rem;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }

  .faq-question h3 {
    font-size: 0.9rem;
  }

  .faq-answer p {
    font-size: 0.85rem;
  }

  .about-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-content-image img {
    height: 250px;
  }

  .about-content-text h2 {
    font-size: 1.5rem;
  }

  .about-content-text p {
    font-size: 0.9rem;
  }

  .footer .row {
    flex-direction: column;
  }

  .footer .col-md-4 {
    margin-bottom: 2rem;
  }

  .elevator-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .elevator-type-item p {
    font-size: 0.8rem;
  }

  .footer-social-icons .btn-floating {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .about-content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .elevator-types-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .about-content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .elevator-types-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .contact-section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .about-content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .elevator-types-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-height: 500px) {
  .contact-hero {
    padding: 4rem 2rem 2rem 2rem;
  }

  .contact-hero h1 {
    font-size: 2rem;
  }

  .contact-hero p {
    font-size: 1rem;
  }

  .slide-content h1 {
    font-size: 2.5rem;
  }

  .slide-content h2 {
    font-size: 1.5rem;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .elevator-logo {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Print Styles */
@media print {
  .elevator-navbar,
  .elevator-menu,
  .vertical-dots,
  .btn,
  .emergency-contact {
    display: none !important;
  }

  .contact-hero {
    background: none !important;
    color: #000 !important;
  }

  .contact-hero h1 {
    color: #000 !important;
  }

  .contact-hero p {
    color: #333 !important;
  }

  .contact-content-section {
    padding: 1rem 0;
  }

  .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .enquiry-form-container,
  .contact-info-container {
    border: 1px solid #ccc;
    padding: 1rem;
  }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #1a1a1a;
    --color-white: #2d2d2d;
    --color-secondary: #ffffff;
  }

  .contact-hero {
    background: linear-gradient(135deg, #8b5a6b 0%, #c49a9a 100%);
  }

  .contact-info-item,
  .product-card,
  .service-card {
    background: #2d2d2d;
    color: #ffffff;
  }

  .enquiry-form input,
  .enquiry-form textarea,
  .enquiry-form select {
    background: #2d2d2d;
    color: #ffffff;
    border-color: #555;
  }
}

/* Focus Styles for Accessibility */
.btn:focus,
.elevator-menu-btn:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--color-main);
  outline-offset: 2px;
}

/* Skip to Content Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--color-main);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}

.skip-link:focus {
  top: 6px;
}

/* =====================
   Home Page Contact Section Responsive Styles
====================== */

/* Contact Info Items for Home Page */
.contact-info-items {
  margin: 2rem 0;
}

.contact-info-items .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-info-items .contact-info-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.contact-info-items .contact-info-item i {
  font-size: 1.2rem;
  color: var(--color-main);
  margin-right: 1rem;
  margin-top: 0.2rem;
  min-width: 20px;
}

.contact-info-items .contact-info-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--color-white);
}

.contact-info-items .contact-info-item p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Enhanced Contact Section Grid */
.contact-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #b76e79 0%, #e6b7a9 100%);
  color: var(--color-white);
}

.enquiry-form-container,
.contact-info-container {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.enquiry-form-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.enquiry-form-container h3 i {
  color: var(--color-main);
}

.contact-info-container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--color-white);
}

.contact-info-container p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

/* Enhanced Form Styles */
.enquiry-form .form-group {
  margin-bottom: 1.5rem;
}

.enquiry-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--color-white);
}

.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  transition: all 0.3s ease;
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.enquiry-form input:focus,
.enquiry-form textarea:focus,
.enquiry-form select:focus {
  outline: none;
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.enquiry-form select {
  cursor: pointer;
}

.enquiry-form select option {
  background: var(--color-main);
  color: var(--color-white);
}

.btn.enquiry-submit {
  background: var(--color-white);
  color: var(--color-main);
  border: 2px solid var(--color-white);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
}

.btn.enquiry-submit:hover {
  background: transparent;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Contact Quote */
.contact-quote {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  margin: 2rem 0;
  border-left: 4px solid var(--color-main);
}

.contact-quote p {
  font-size: 1.1rem;
  font-style: italic;
  margin: 0;
  font-weight: 500;
  color: var(--color-white);
}

/* Social Links */
.contact-social-links h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--color-white);
  text-align: center;
}

.contact-social-links .social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-social-links .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.contact-social-links .social-icons a:hover {
  background: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Home Contact Section */
@media (max-width: 991.98px) {
  .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
  }

  .enquiry-form-container,
  .contact-info-container {
    padding: 1.5rem;
  }

  .contact-info-items .contact-info-item {
    padding: 0.8rem;
  }

  .contact-info-items .contact-info-item i {
    font-size: 1rem;
  }

  .contact-info-items .contact-info-item h4 {
    font-size: 0.9rem;
  }

  .contact-info-items .contact-info-item p {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .contact-section-grid {
    padding: 2rem 1rem;
  }

  .enquiry-form-container,
  .contact-info-container {
    padding: 1rem;
  }

  .enquiry-form-container h3 {
    font-size: 1.3rem;
  }

  .contact-info-container h2 {
    font-size: 1.5rem;
  }

  .contact-info-container p {
    font-size: 0.9rem;
  }

  .contact-info-items .contact-info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-info-items .contact-info-item i {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .contact-quote {
    padding: 1rem;
  }

  .contact-quote p {
    font-size: 1rem;
  }

  .contact-social-links .social-icons {
    gap: 0.8rem;
  }

  .contact-social-links .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .btn.enquiry-submit {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .contact-section-grid {
    padding: 1.5rem 0.5rem;
  }

  .enquiry-form-container,
  .contact-info-container {
    padding: 0.8rem;
  }

  .enquiry-form-container h3 {
    font-size: 1.2rem;
  }

  .contact-info-container h2 {
    font-size: 1.3rem;
  }

  .contact-info-container p {
    font-size: 0.85rem;
  }

  .enquiry-form input,
  .enquiry-form textarea,
  .enquiry-form select {
    padding: 0.7rem;
    font-size: 0.9rem;
  }

  .contact-info-items .contact-info-item {
    padding: 0.6rem;
  }

  .contact-info-items .contact-info-item h4 {
    font-size: 0.85rem;
  }

  .contact-info-items .contact-info-item p {
    font-size: 0.75rem;
  }

  .contact-quote p {
    font-size: 0.9rem;
  }

  .contact-social-links h4 {
    font-size: 1rem;
  }

  .contact-social-links .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .btn.enquiry-submit {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }
}

/* Landscape Orientation for Mobile */
@media (orientation: landscape) and (max-height: 500px) {
  .contact-section-grid {
    padding: 1rem 2rem;
  }

  .enquiry-form-container,
  .contact-info-container {
    padding: 1rem;
  }

  .contact-info-items .contact-info-item {
    margin-bottom: 1rem;
    padding: 0.5rem;
  }

  .contact-quote {
    margin: 1rem 0;
    padding: 1rem;
  }
}

/* Lamborghini-style Models Slider Section */
.models-slider-section {
  width: 100vw;
  min-height: 70vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .models-slider-section {
    padding-bottom: 40px;
  }
}
.models-slider-header {
  width: 90vw;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}
.models-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #222;
  margin: 0;
}
.models-discover-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #222;
  padding-bottom: 0.2em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.2s, border-color 0.2s;
}
.models-discover-link:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.models-slider-wrapper {
  width: 100vw;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 400px;
}
.models-slider-arrow {
  /* background: #fff; */
  border: 2px solid #222;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  font-size: 2.5rem;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  z-index: 2;
  margin: 0 2vw;
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.07); */
}
.models-slider-arrow:hover {
  color: #fff;
  border-color: var(--color-main);
}
.models-slider-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  position: relative;
}
.models-slider-logo {
  margin-bottom: 1.2rem;
  text-align: center;
}
.models-slider-tagline h1 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #444;
  letter-spacing: 2px;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.models-slider-image {
  width: 100vw;
  max-width: 900px;
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .models-slider-image {
    width: 100vw;
    max-width: 600px;
    height: 200px;
  }
}
@media (max-width: 700px) {
  .models-slider-image {
    width: 98vw;
    max-width: 98vw;
    height: 120px;
  }
}
.models-slider-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.98) translateX(60px);
  transition: opacity 0.7s, transform 0.7s;
  z-index: 1;
  pointer-events: none;
}
.models-slider-image img.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 2;
  pointer-events: auto;
}
@media (max-width: 1100px) {
  .models-slider-image {
    width: 600px;
    height: 200px;
  }
  .models-slider-tagline h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 700px) {
  .models-slider-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    width: 98vw;
  }
  .models-title {
    font-size: 2rem;
  }
  .models-slider-image {
    width: 95vw;
    height: 120px;
  }
  .models-slider-tagline h1 {
    font-size: 1.2rem;
  }
  .models-slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    margin: 0 1vw;
  }
}

/* Hexagon Arrow Buttons for Models Slider */
.models-slider-arrow {
  background: none;
  border: none;
  padding: 0;
  margin: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 3;
  transition: filter 0.2s;
}
.models-slider-arrow svg {
  width: 70px;
  height: 80px;
  display: block;
}
.models-slider-arrow:hover svg polygon,
.models-slider-arrow:focus svg polygon {
  stroke: var(--color-main);
}
.models-slider-arrow:hover svg polyline,
.models-slider-arrow:focus svg polyline {
  stroke: var(--color-main);
}

/* Side Images for Models Slider */
.models-slider-side-image {
  width: 260px;
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s;
}
.models-slider-side-image.left {
  margin-right: 1vw;
}
.models-slider-side-image.right {
  margin-left: 1vw;
}
.models-slider-side-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0.2) blur(0.5px);
}
@media (max-width: 1100px) {
  .models-slider-side-image {
    width: 120px;
    height: 70px;
  }
}
@media (max-width: 700px) {
  .models-slider-side-image {
    width: 60px;
    height: 40px;
  }
  .models-slider-arrow {
    width: 50px;
    height: 50px;
  }
  .models-slider-arrow svg {
    width: 40px;
    height: 45px;
  }
}

/* Models Slider Details (Name & Tagline) */
.models-slider-details {
  text-align: center;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
.models-slider-name {
  font-size: 2.2rem;
  font-weight: 800;
  color: #232323;
  letter-spacing: 1.5px;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.models-slider-tagline {
  font-size: 1.3rem;
  font-weight: 500;
  color: #b76e79;
  letter-spacing: 1px;
  margin-bottom: 0.2em;
}
@media (max-width: 700px) {
  .models-slider-name {
    font-size: 1.1rem;
  }
  .models-slider-tagline {
    font-size: 0.9rem;
  }
}

/* Models Slider Buttons */
.models-slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 2.2rem 0 1.2rem 0;
}
.explore-model-btn {
  background: var(--color-main);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.2rem 2.8rem;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
.explore-model-btn:hover {
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.download-brochure-btn {
  background: #fff;
  color: #232323;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.2rem 2.8rem;
  border: 2px solid #232323;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: none;
}
.download-brochure-btn:hover {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
.download-icon {
  font-size: 1.5rem;
  margin-left: 0.5em;
  display: inline-block;
}
.models-slider-tagline {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #232323;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
@media (max-width: 900px) {
  .models-slider-buttons {
    flex-direction: column;
    gap: 1.2rem;
  }
  .explore-model-btn,
  .download-brochure-btn {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}

/* Models Slider Info Alignment */
.models-slider-info {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  margin-top: 88px;
}
@media (max-width: 900px) {
  .models-slider-info {
    max-width: 98vw;
    padding: 0 0.5rem;
    margin-top: 28px;
  }
}
.models-slider-name {
  font-size: 2.2rem;
  font-weight: 800;
  color: #232323;
  letter-spacing: 1.5px;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.models-slider-underline {
  width: 120px;
  height: 3px;
  background: var(--color-main);
  margin: 0.5rem auto 2.2rem auto;
  border-radius: 2px;
}
.models-slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 0 0 1.2rem 0;
  width: 100%;
}
.models-slider-tagline {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #232323;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  max-width: 700px;
}
@media (max-width: 900px) {
  .models-slider-info {
    max-width: 98vw;
    padding: 0 0.5rem;
  }
  .models-slider-buttons {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
  }
  .explore-model-btn,
  .download-brochure-btn {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}

/* Place arrows over the image at 30% from the top */
.models-slider-wrapper {
  position: relative;
}
.models-slider-arrow {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  z-index: 4;
}
.models-slider-arrow.left {
  left: 300px;
}
.models-slider-arrow.right {
  right: 300px;
}
.models-slider-arrow {
  top: 10%;
}
@media (max-width: 900px) {
  .models-slider-arrow {
    top: 35%;
  }
  .models-slider-arrow.left {
    left: 16px;
  }
  .models-slider-arrow.right {
    right: 16px;
  }
}

@media (max-width: 600px) {
  .models-slider-arrow.top {
    top: 350px;
  }
}

/* Responsive arrow positioning for all devices */
.models-slider-arrow.left {
  left: 6%;
}
.models-slider-arrow.right {
  right: 6%;
}
.models-slider-arrow {
  top: 25%;
}
@media (max-width: 1100px) {
  .models-slider-arrow.left {
    left: 3%;
  }
  .models-slider-arrow.right {
    right: 3%;
  }
  .models-slider-arrow {
    top: 30%;
  }
}
@media (max-width: 700px) {
  .models-slider-arrow.left {
    left: 2vw;
  }
  .models-slider-arrow.right {
    right: 2vw;
  }
  .models-slider-arrow {
    top: 35%;
  }
}

/* --- FIX: Models Slider Arrow Positioning --- */
.models-slider-arrow.left {
  left: 2vw !important;
}
.models-slider-arrow.right {
  right: 2vw !important;
}
@media (max-width: 1100px) {
  .models-slider-arrow.left {
    left: 2vw !important;
  }
  .models-slider-arrow.right {
    right: 2vw !important;
  }
}
@media (max-width: 700px) {
  .models-slider-arrow.left {
    left: 2vw !important;
  }
  .models-slider-arrow.right {
    right: 2vw !important;
  }
}

/* --- FIX: Navbar Logo Responsive Height --- */
.elevator-logo {
  height: 150px;
  width: auto;
  transition: opacity 0.4s, filter 0.4s;
}
@media (max-width: 900px) {
  .elevator-logo {
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .elevator-logo {
    height: 60px;
  }
}

/* --- FIX: Responsive Search Input --- */
.navbar-search-input {
  font-size: 1.1rem;
  padding: 0.4em 1em;
  border-radius: 1em;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 180px;
  outline: none;
  margin-right: 8px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .navbar-search-input {
    max-width: 120px;
  }
}

/* Fix for vertical dots in product slider */
#productsSlider .vertical-dots {
  right: 12px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10;
}
@media (max-width: 600px) {
  #productsSlider .vertical-dots {
    right: 4px !important;
    gap: 8px !important;
  }
}

/* =====================
   Blog Section Styles
====================== */
.blog-section {
  padding: 4rem 2rem;
  background: var(--color-bg);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.blog-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--color-main);
  font-size: 2.5rem;
  font-weight: 700;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--color-shadow-black-light);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px var(--color-shadow-black-strong);
}

.blog-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-content h3 {
  color: var(--color-main);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-content p {
  color: var(--color-gray-dark);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.blog-read-more {
  color: var(--color-main);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-read-more:hover {
  color: var(--color-pink-dark);
  transform: translateX(5px);
}

.blog-read-more .arrow {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.blog-read-more:hover .arrow {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .blog-section {
    padding: 3rem 1.5rem;
  }

  .blog-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .blog-section {
    padding: 2rem 1rem;
  }

  .blog-section h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .blog-content {
    padding: 1rem;
  }

  .blog-content h3 {
    font-size: 1.1rem;
  }

  .blog-content p {
    font-size: 0.9rem;
  }
}

/* Enquiry Card Section (Puppy Onboarding Style) */
:root {
  --enquiry-peach-bg: #eac1b0;
  --enquiry-mauve-bg: #a18ca4;
  --enquiry-card-radius: 1.5rem;
  --enquiry-shadow: 0 8px 32px rgba(60, 30, 30, 0.12);
  --enquiry-btn-female: #f7b6b0;
  --enquiry-btn-male: #b0c4f7;
  --enquiry-btn-active: var(--color-main);
  --enquiry-btn-inactive: #fff;
  --enquiry-btn-border: #d9a9a9;
}

.enquiry-card-section {
  background: var(--enquiry-shadow);
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enquiry-card {
  display: flex;
  background: var(--color-white);
  border-radius: var(--enquiry-card-radius);
  box-shadow: var(--enquiry-shadow);
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  min-height: 480px;
}

.enquiry-card-left {
  background: var(--color-main);
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 3rem 2.5rem;
  min-width: 320px;
}

.enquiry-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 2.5rem;
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin-top: 0;
}

.enquiry-card-image {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
}

.enquiry-card-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.13);
  border: 3px solid var(--color-main-accent);
  background: var(--color-white);
  transition: box-shadow 0.2s, border 0.2s;
  margin-top: 0;
}

/* Enquiry Card Social Icons */
.enquiry-card-social {
  margin-top: 2rem;
  text-align: center;
}

.enquiry-card-social h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.enquiry-card-social .social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.enquiry-card-social .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color-white);
  border: 2px solid var(--color-gray-mid);
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.enquiry-card-social .social-icons a.btn { padding: 0; }

.enquiry-card-social .social-icons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: var(--color-main);
}

.enquiry-card-social .social-icons i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.enquiry-card-social .social-icons a:hover i {
  transform: scale(1.1);
}

.enquiry-card-right {
  flex: 1 1 50%;
  background: var(--color-bg3);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquiry-card-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-main-dark);
  margin-bottom: 1.5rem;
}

.enquiry-modern-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.enquiry-form-row {
  display: flex;
  gap: 1rem;
}

.enquiry-form-group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.enquiry-form-group.full-width {
  flex: 1 1 100%;
}

.enquiry-modern-form label {
  font-size: 0.98rem;
  color: var(--color-main-dark);
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.enquiry-modern-form input[type="text"],
.enquiry-modern-form input[type="email"],
.enquiry-modern-form textarea {
  border: 1.5px solid var(--color-main-accent);
  border-radius: 0.6rem;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-family: var(--font-body);
  background: var(--color-white);
  color: var(--color-black);
  transition: border 0.2s;
}

.enquiry-modern-form input:focus,
.enquiry-modern-form textarea:focus {
  outline: none;
  border-color: var(--color-main);
}

.upload-photo-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-main-light);
  color: var(--color-main-dark);
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  border: 1.5px solid var(--color-main-accent);
  transition: background 0.2s;
}
.upload-photo-label:hover {
  background: var(--color-main-accent);
}

.enquiry-btn-group {
  display: flex;
  gap: 0.5rem;
}

.enquiry-btn {
  border: 1.5px solid var(--enquiry-btn-border);
  background: var(--enquiry-btn-inactive);
  color: var(--color-main-dark);
  border-radius: 0.6rem;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  font-family: var(--font-button);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.enquiry-btn.active,
.enquiry-btn:focus {
  background: var(--enquiry-btn-active);
  color: var(--color-white);
  border-color: var(--color-main-dark);
}

.weight-group .enquiry-btn {
  min-width: 90px;
}

.enquiry-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 0.5rem;
}

.enquiry-btn-primary {
  background: var(--color-main);
  color: var(--color-white);
  border: none;
  border-radius: 0.6rem;
  padding: 0.7rem 2.2rem;
  font-size: 1.1rem;
  font-family: var(--font-button);
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(186, 109, 119, 0.1);
  transition: background 0.2s;
}
.enquiry-btn-primary:hover {
  background: var(--color-main-dark);
}

.enquiry-btn-secondary {
  background: var(--color-gray-light);
  color: var(--color-main-dark);
  border: none;
  border-radius: 0.6rem;
  padding: 0.7rem 2.2rem;
  font-size: 1.1rem;
  font-family: var(--font-button);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.enquiry-btn-secondary:hover {
  background: var(--color-main-accent);
}

@media (max-width: 900px) {
  .enquiry-card {
    flex-direction: column;
    min-width: 0;
    max-width: 98vw;
  }
  .enquiry-card-left,
  .enquiry-card-right {
    padding: 2rem 1rem;
  }
  .enquiry-card-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    min-width: 0;
    width: 100%;
  }
  .enquiry-card-image img {
    width: min(90%, 340px);
    height: auto;
  }
  .enquiry-card-social {
    margin-top: 1rem;
  }
  .enquiry-card-social h4 {
    font-size: 1rem;
  }
  .enquiry-card-social .social-icons a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .enquiry-card-social .social-icons i {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .enquiry-card-section {
    padding: 1.5rem 0.2rem;
  }
  .enquiry-card {
    min-height: unset;
    box-shadow: 0 2px 8px rgba(60, 30, 30, 0.1);
  }
  .enquiry-card-left,
  .enquiry-card-right {
    padding: 1.2rem 0.5rem;
  }
  .enquiry-logo {
    width: 60px;
    height: 60px;
  }
  .enquiry-card-image img {
    width: min(92%, 320px);
    height: auto;
  }
  .enquiry-card-title {
    font-size: 1.1rem;
  }
  .enquiry-form-row {
    flex-direction: column;
    gap: 0.5rem;
  }
  .enquiry-btn-group {
    flex-wrap: wrap;
  }
  .weight-group .enquiry-btn {
    min-width: 70px;
    font-size: 0.95rem;
  }
  .enquiry-card-social {
    margin-top: 0.5rem;
  }
  .enquiry-card-social h4 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .enquiry-card-social .social-icons {
    gap: 0.5rem;
  }
  .enquiry-card-social .social-icons a {
    width: 2.4rem;
    height: 2.4rem;
  }
  .enquiry-card-social .social-icons i {
    font-size: 1rem;
  }
}

/* Contact Info Box Styles */
.contact-info-section {
  padding: 4rem 0;
  background: var(--color-bg1);
}

.contact-info-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-info-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* background: var(--color-white); */
  border-radius: 20px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  margin: 2rem 0;
  gap: 2rem;
  padding: 2rem;
}

.contact-info-box .contact-info-item {
  flex: 1;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid var(--color-gray-mid);
  border-radius: 15px;
  transition: all 0.3s ease;
  position: relative;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-info-box .contact-info-item:last-child {
  border: 1px solid var(--color-gray-mid);
}

.contact-info-box .contact-info-item:hover {
  background: var(--color-bg2);
  transform: translateY(-5px);
}

.contact-info-box .contact-info-item i {
  font-size: 2.5rem;
  color: var(--color-main);
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
}

.contact-info-box .contact-info-item h4 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  width: 100%;
}

.contact-info-box .contact-info-item p {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-gray-dark);
  margin: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 900px) {
  .contact-info-box {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .contact-info-box .contact-info-item {
    border: 1px solid var(--color-gray-mid);
  }

  .contact-info-box .contact-info-item:last-child {
    border: 1px solid var(--color-gray-mid);
  }
}

@media (max-width: 600px) {
  .contact-info-section {
    padding: 2rem 0;
  }

  .contact-info-container {
    padding: 0 1rem;
  }

  .contact-info-box {
    margin: 1rem 0;
    border-radius: 15px;
    gap: 1rem;
    padding: 1rem;
  }

  .contact-info-box .contact-info-item {
    padding: 1.5rem 1rem;
  }

  .contact-info-box .contact-info-item i {
    font-size: 2rem;
  }

  .contact-info-box .contact-info-item h4 {
    font-size: 1.1rem;
  }

  .contact-info-box .contact-info-item p {
    font-size: 0.9rem;
  }
}

.elevator-menu-btn.active,
.elevator-menu-btn.active:hover,
.elevator-menu-btn.active:focus {
  color: var(--color-secondary) !important;
  background: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
  border: none !important;
  box-shadow: none !important;
}
.elevator-menu-btn.active::after,
.elevator-menu-btn.active:hover::after,
.elevator-menu-btn.active:focus::after {
  width: 0 !important;
}

/* =====================
   BLOG HERO SECTION
   ====================== */
.blog-hero {
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("/assets/Lift hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
  text-align: center;
  color: var(--color-white);
}

.blog-hero-content h1 {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-hero-content p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}

/* =====================
   BLOG CONTENT SECTION
   ====================== */
.blog-content-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.blog-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =====================
   FEATURED BLOG POST
   ====================== */
.featured-blog-post {
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}

.featured-blog-image {
  position: relative;
  overflow: hidden;
}

.featured-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-blog-post:hover .featured-blog-image img {
  transform: scale(1.05);
}

.featured-blog-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
}

.featured-blog-category {
  background: var(--color-accent);
  color: var(--color-white);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.featured-blog-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: var(--color-gray-dark);
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-meta i {
  color: var(--color-accent);
}

.featured-blog-content h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 20px;
  line-height: 1.3;
}

.featured-blog-content p {
  color: var(--color-gray-dark);
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

/* =====================
   BLOG CATEGORIES
   ====================== */
.blog-categories {
  margin: 60px 0;
  text-align: center;
}

.blog-categories h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 30px;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.category-tag {
  background: var(--color-white);
  color: var(--color-main);
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--color-gray-light);
}

.category-tag:hover {
  background: var(--color-main);
  color: var(--color-white);
  border-color: var(--color-main);
  transform: translateY(-2px);
}

/* =====================
   BLOG NEWSLETTER
   ====================== */
.blog-newsletter {
  background: linear-gradient(
    135deg,
    var(--color-main) 0%,
    var(--color-accent) 100%
  );
  padding: 60px;
  border-radius: 20px;
  text-align: center;
  color: var(--color-white);
  margin-top: 60px;
}

.newsletter-content h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.newsletter-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  outline: none;
}

.newsletter-form button {
  background: var(--color-accent);
  color: var(--color-white);
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: var(--color-accent-light);
  transform: translateY(-2px);
}

/* =====================
   ARTICLE HERO SECTION
   ====================== */
.article-hero {
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("/assets/Lift hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
  text-align: center;
  color: var(--color-white);
}

.article-hero-content h1 {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.article-hero-content p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}

.article-breadcrumb {
  margin-bottom: 30px;
}

.article-breadcrumb a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.article-breadcrumb a:hover {
  opacity: 1;
}

/* =====================
   FEATURED ARTICLE SECTION
   ====================== */
.featured-article-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.featured-article-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.featured-article {
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.featured-article-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.featured-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-article-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.featured-article-content {
  padding: 40px;
}

.article-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: var(--color-gray-dark);
  flex-wrap: wrap;
}

.article-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-meta i {
  color: var(--color-accent);
}

.featured-article-content h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-excerpt {
  color: var(--color-gray-dark);
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-style: italic;
}

.article-content {
  margin: 30px 0;
}

.article-content h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-main);
  margin: 30px 0 15px;
}

.article-content p {
  color: var(--color-gray-dark);
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.article-content ul {
  margin: 20px 0;
  padding-left: 20px;
}

.article-content li {
  color: var(--color-gray-dark);
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.article-tags {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.tag {
  background: var(--color-gray-light);
  color: var(--color-main);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* =====================
   RELATED ARTICLES SECTION
   ====================== */
.related-articles-section {
  padding: 80px 0;
  background: var(--color-bg2);
}

.related-articles-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.related-articles-container h3 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  margin-bottom: 50px;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.related-article-card {
  background: var(--color-white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.related-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.related-article-image {
  height: 200px;
  overflow: hidden;
}

.related-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-article-card:hover .related-article-image img {
  transform: scale(1.1);
}

.related-article-content {
  padding: 25px;
}

.related-article-content h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 15px;
  line-height: 1.4;
}

.related-article-content p {
  color: var(--color-gray-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more-link {
  color: var(--color-main);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.read-more-link:hover {
  color: var(--color-accent);
  transform: translateX(5px);
}

/* =====================
   ARTICLE CATEGORIES SECTION
   ====================== */
.article-categories-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.article-categories-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-categories-container h3 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  margin-bottom: 50px;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.category-card {
  background: var(--color-white);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.category-icon {
  width: 80px;
  height: 80px;
  background: var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.category-icon i {
  font-size: 2rem;
  color: var(--color-white);
}

.category-card h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 15px;
}

.category-card p {
  color: var(--color-gray-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}

.category-link {
  color: var(--color-main);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.category-link:hover {
  color: var(--color-accent);
}

/* =====================
   ARTICLE NEWSLETTER SECTION
   ====================== */
.article-newsletter-section {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--color-main) 0%,
    var(--color-accent) 100%
  );
  position: relative;
  overflow: hidden;
}

.article-newsletter-section:before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: pulse 15s infinite alternate;
}

.article-newsletter-section:after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: pulse 20s infinite alternate-reverse;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.article-newsletter-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: var(--color-white);
}

.newsletter-content h3 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.newsletter-content p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
  transition: all 0.3s ease;
  transform-origin: center;
}

.newsletter-form:hover {
  transform: scale(1.02);
}

.form-group {
  width: 100%;
}

.newsletter-form input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.newsletter-form input:focus {
  border-color: var(--color-accent);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-btn {
  background: var(--color-accent);
  color: var(--color-white);
  border: 2px solid transparent;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.newsletter-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-white);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
}

.newsletter-btn:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
  background: transparent;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-btn:hover:before {
  width: 100%;
}

.newsletter-note {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 20px;
}

/* =====================
   RESPONSIVE DESIGN FOR BLOG
   ====================== */
@media (max-width: 900px) {
  .blog-hero-content h1,
  .article-hero-content h1 {
    font-size: 2.5rem;
  }

  .featured-blog-post {
    grid-template-columns: 1fr;
  }

  .featured-blog-content {
    padding: 30px;
  }

  .featured-blog-content h2 {
    font-size: 1.8rem;
  }

  .featured-article-content h2 {
    font-size: 2rem;
  }

  .related-articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .category-cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .newsletter-form {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .blog-hero,
  .article-hero {
    padding: 80px 0 60px;
  }

  .blog-hero-content h1,
  .article-hero-content h1 {
    font-size: 2rem;
  }

  .blog-hero-content p,
  .article-hero-content p {
    font-size: 1rem;
  }

  .featured-blog-content,
  .featured-article-content {
    padding: 20px;
  }

  .featured-blog-content h2,
  .featured-article-content h2 {
    font-size: 1.5rem;
  }

  .article-excerpt {
    font-size: 1rem;
  }

  .article-content h3 {
    font-size: 1.3rem;
  }

  .article-content p,
  .article-content li {
    font-size: 1rem;
  }

  .related-articles-grid {
    grid-template-columns: 1fr;
  }

  .category-cards {
    grid-template-columns: 1fr;
  }

  .blog-newsletter,
  .article-newsletter-section {
    padding: 40px 20px;
  }

  .newsletter-content h3 {
    font-size: 2rem;
  }

  .newsletter-content p {
    font-size: 1rem;
  }
}

/* =====================
   3D CAROUSEL STYLES
   ====================== */

/* Import Montserrat font for carousel */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

/* 3D Carousel Container */
.carousel {
  transform: perspective(1000px) rotateX(70deg);
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
  animation: rotate 15s linear infinite;
  transition: all 1s;
  background-image: radial-gradient(
    circle at 50% 50%,
    #222 30%,
    transparent 40%
  );
  margin: 2rem auto;
  position: relative;
  z-index: 1;
}

.carousel:hover {
  animation-play-state: paused;
}

/* Carousel Cards */
.carousel .cardb {
  display: grid;
  place-items: center;
  width: 190px;
  height: 225px;
  background-color: #1f1f1f;
  position: absolute;
  border-radius: 5px;
}

.carousel .card {
  display: grid;
  place-items: center;
  width: 190px;
  height: 225px;
  background-color: #333;
  position: absolute;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-box-reflect: below 3px
    linear-gradient(transparent 75%, rgba(255, 255, 255, 0.125));
}

.carousel .card .img {
  width: 180px;
  height: 100px;
  border-radius: 3px;
  margin-bottom: -10px;
  filter: brightness(0.7);
  background-size: cover;
  background-position: center;
}

.carousel .card p {
  font-size: 16px;
  margin-bottom: -5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.carousel .card span {
  font-size: 12px;
  text-align: center;
  padding: 8px;
  font-family: "Montserrat", sans-serif;
  color: #ccc;
}

/* Card Positions */
.c1 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(45deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c1 .img {
  background-image: url("../assets/Home Elevators.jpg");
  background-size: 190px 190px;
}

.cb1 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(45deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c2 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(90deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c2 .img {
  background-image: url("../assets/Automobile Elevator.png");
  background-size: 190px 190px;
}

.cb2 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(90deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c3 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(135deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c3 .img {
  background-image: url("../assets/chair elevator.png");
  background-size: 190px 190px;
}

.cb3 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(135deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c4 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(180deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c4 .img {
  background-image: url("../assets/Hospital Elevators.png");
  background-size: 190px 190px;
}

.cb4 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(180deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c5 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(225deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c5 .img {
  background-image: url("../assets/Goods Elevators.png");
  background-size: 190px 190px;
}

.cb5 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(225deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c6 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(270deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c6 .img {
  background-image: url("../assets/Dumbwaiters.png");
  background-size: 190px 190px;
}

.cb6 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(270deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c7 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(315deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c7 .img {
  background-image: url("../assets/Canty lever.png");
  background-size: 190px 190px;
}

.cb7 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(315deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

.c8 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(360deg) rotateX(90deg) translateY(120px) translateZ(280px)
    rotateZ(180deg);
}

.c8 .img {
  background-image: url("../assets/Lift hero.png");
  background-size: 190px 190px;
}

.cb8 {
  padding: 0;
  transform-origin: center center;
  transform: rotateZ(360deg) rotateX(90deg) translateY(120px) translateZ(279px);
}

/* Carousel Animation */
@-moz-keyframes rotate {
  to {
    transform: perspective(1000px) rotateX(70deg) rotateZ(360deg);
  }
}

@-webkit-keyframes rotate {
  to {
    transform: perspective(1000px) rotateX(70deg) rotateZ(360deg);
  }
}

@-o-keyframes rotate {
  to {
    transform: perspective(1000px) rotateX(70deg) rotateZ(360deg);
  }
}

@keyframes rotate {
  to {
    transform: perspective(1000px) rotateX(70deg) rotateZ(360deg);
  }
}

/* Responsive Design for Carousel */
@media screen and (max-width: 1200px) {
  .carousel {
    scale: 0.8;
  }
}

@media screen and (max-width: 992px) {
  .carousel {
    scale: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .carousel {
    scale: 0.6;
  }
}

@media screen and (max-width: 576px) {
  .carousel {
    scale: 0.5;
  }
}

@media screen and (max-width: 480px) {
  .carousel {
    scale: 0.4;
  }
}

/* Integration with existing why-choose-section */
.why-choose-section .carousel {
  margin: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  overflow: hidden;
}

/* Ensure carousel doesn't interfere with other elements */
.why-choose-section {
  position: relative;
  overflow: hidden;
}

/* Dark theme compatibility */
@media (prefers-color-scheme: dark) {
  .carousel {
    background-image: radial-gradient(
      circle at 50% 50%,
      #333 30%,
      transparent 40%
    );
  }

  .carousel .card {
    background-color: #444;
  }

  .carousel .cardb {
    background-color: #2a2a2a;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .carousel {
    animation: none;
  }

  .carousel:hover {
    animation-play-state: running;
  }
}

/* Square Button Styles */
.btn-square {
  background: var(--color-main);
  color: var(--color-white);
  border: 2px solid var(--color-main);
  border-radius: 0;
  padding: 1rem 2rem;
  font-family: var(--font-button);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 200px;
}

.btn-square:hover {
  background: var(--color-white);
  color: var(--color-main);
  border-color: var(--color-main);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-square:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-square:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Square Button Variants */
.btn-square-outline {
  background: transparent;
  color: var(--color-main);
  border: 2px solid var(--color-main);
}

.btn-square-outline:hover {
  background: var(--color-main);
  color: var(--color-white);
}

.btn-square-dark {
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-black);
}

.btn-square-dark:hover {
  background: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-black);
}

/* Responsive Square Buttons */
@media (max-width: 768px) {
  .btn-square {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
    min-width: 180px;
  }
}

@media (max-width: 480px) {
  .btn-square {
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
    min-width: 160px;
  }
}

/* =====================
   BEAUTIFUL APPLICATION FORMS
   ====================== */

   .application-form-section {
    margin: 4rem 0 4rem 0;
    padding: 3rem 0;
  }
  .application-form {
    margin: 0 auto;
    padding: 2.5rem 2rem;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.07);
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
    max-width: 520px;
    width: 100%;
    box-sizing: border-box;
  }
  .form-group {
    width: 100%;
    margin-bottom: 1.2rem;
    gap: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 8px;
    margin: 0;
  }
  .form-group textarea {
    min-height: 70px;
    max-height: 180px;
    resize: vertical;
  }
  .form-step-actions {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #e0e0e0;
  }
  .btn-square {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: 1.05rem;
    padding: 0.8rem 0;
    border-radius: 8px;
    margin: 0;
    box-sizing: border-box;
  }
  
  @media (max-width: 1200px) {
    .application-form {
      max-width: 480px;
      padding: 2rem 1.2rem;
    }
  }
  @media (max-width: 992px) {
    .application-form {
      max-width: 420px;
      padding: 1.5rem 0.8rem;
    }
  }
  @media (max-width: 768px) {
    .application-form-section {
      margin: 2.5rem 0 2.5rem 0;
      padding: 1.5rem 0;
    }
    .application-form {
      max-width: 98vw;
      padding: 1rem 0.3rem;
    }
    .form-step-actions {
      flex-direction: column;
      align-items: center;
      gap: 0.7rem;
      padding-top: 1rem;
      margin-top: 1rem;
    }
  }
  @media (max-width: 480px) {
    .application-form-section {
      margin: 1.2rem 0 1.2rem 0;
      padding: 0.7rem 0;
    }
    .application-form {
      max-width: 100vw;
      padding: 0.5rem 0.1rem;
    }
    .form-group {
      margin-bottom: 0.7rem;
      gap: 0.2rem;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
      padding: 0.5rem 0.5rem;
      font-size: 0.95rem;
    }
    .btn-square {
      font-size: 0.98rem;
      padding: 0.7rem 0;
    }
  }
/* Stepper Styles */
.stepper-container {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  border: 3px solid var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  position: relative;
}

.step.active .step-circle,
.step.completed .step-circle {
  background: var(--color-main);
  border-color: var(--color-main);
  color: var(--color-white);
}

.step-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 120px;
  line-height: 1.3;
}

.step.active .step-label,
.step.completed .step-label {
  color: var(--color-main);
}

@media (max-width: 768px) {
  .application-form {
    padding: 1.2rem 0.5rem;
    margin: 0 0.5rem;
  }
  .stepper {
    flex-direction: column;
    gap: 1.2rem;
  }
  .form-step h3 {
    font-size: 1.5rem;
  }
  .btn-square {
    min-width: 100px;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}

@media (max-width: 480px) {
  .application-form-section {
    margin: 1rem 0;
    padding: 1rem 0;
  }
.application-form {
    padding: 0.7rem 0.1rem;
    margin: 0 0.1rem;
  }
  .stepper {
  max-width: 100%;
  }
  .form-step h3 {
  font-size: 1.1rem;
  }
}

/* Remove unused/duplicate stepper and form rules below this line */
