/*
=========================================================================
  SMART CONSTRUCTION & RENOVATION LIMITED - MODERN STYLESHEET
  Ultra-Modern Design with Advanced CSS Effects & Animations
  Version: 2.0 - 2026 Edition
=========================================================================
*/

/* =========================================================================
   IMPORTS & CUSTOM FONTS
========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* =========================================================================
   CSS CUSTOM PROPERTIES - MODERN COLOR PALETTE & DESIGN TOKENS
========================================================================= */
:root {
  /* Primary Brand Colors */
  --primary-50: #ffebee;
  --primary-100: #ffcdd2;
  --primary-200: #ef9a9a;
  --primary-300: #e57373;
  --primary-400: #ef5350;
  --primary-500: #bd0100;
  --primary-600: #9a0100;
  --primary-700: #7c0100;
  --primary-800: #5f0100;
  --primary-900: #3d0000;
  
  /* Secondary Colors */
  --secondary-50: #e3f2fd;
  --secondary-100: #bbdefb;
  --secondary-200: #90caf9;
  --secondary-300: #64b5f6;
  --secondary-400: #42a5f5;
  --secondary-500: #344f68;
  --secondary-600: #2a3f54;
  --secondary-700: #1e2f40;
  --secondary-800: #14202d;
  --secondary-900: #0a1018;
  
  /* Neutral Palette */
  --white: #ffffff;
  --black: #000000;
  --gray-50: #fafbfc;
  --gray-100: #f4f6f8;
  --gray-200: #e6e8eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  
  /* Semantic Colors */
  --success: #10b981;
  --warning: #f59e0b;
  --error: #ef4444;
  --info: #3b82f6;
  
  /* Gradient Definitions */
  --gradient-primary: linear-gradient(135deg, #bd0100 0%, #ff4757 100%);
  --gradient-secondary: linear-gradient(135deg, #344f68 0%, #5f7c99 100%);
  --gradient-mixed: linear-gradient(135deg, #bd0100 0%, #344f68 50%, #5f7c99 100%);
  --gradient-sunset: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 50%, #ffb347 100%);
  --gradient-ocean: linear-gradient(135deg, #2e3192 0%, #1bffff 100%);
  --gradient-fire: linear-gradient(135deg, #ff0844 0%, #ffb199 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  
  /* Mesh Gradients for Backgrounds */
  --mesh-gradient-1: radial-gradient(at 40% 20%, hsla(0,98%,37%,0.2) 0px, transparent 50%),
                      radial-gradient(at 80% 0%, hsla(209,62%,31%,0.2) 0px, transparent 50%),
                      radial-gradient(at 0% 50%, hsla(0,98%,37%,0.15) 0px, transparent 50%),
                      radial-gradient(at 80% 50%, hsla(209,62%,31%,0.15) 0px, transparent 50%);
  
  /* Shadows - Multi-layered for depth */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  
  /* Brand Shadows */
  --shadow-primary: 0 10px 40px -10px rgba(189, 1, 0, 0.4);
  --shadow-primary-lg: 0 20px 60px -15px rgba(189, 1, 0, 0.5);
  --shadow-secondary: 0 10px 40px -10px rgba(52, 79, 104, 0.3);
  
  /* Neumorphic Shadows */
  --neu-shadow-light: 8px 8px 16px rgba(0, 0, 0, 0.1), -8px -8px 16px rgba(255, 255, 255, 0.8);
  --neu-shadow-dark: 8px 8px 16px rgba(0, 0, 0, 0.3), -8px -8px 16px rgba(255, 255, 255, 0.1);
  
  /* Border Radius */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-3xl: 48px;
  --radius-full: 9999px;
  
  /* Spacing Scale */
  --space-1: 0.25rem;   /* 4px */
  --space-2: 0.5rem;    /* 8px */
  --space-3: 0.75rem;   /* 12px */
  --space-4: 1rem;      /* 16px */
  --space-5: 1.25rem;   /* 20px */
  --space-6: 1.5rem;    /* 24px */
  --space-8: 2rem;      /* 32px */
  --space-10: 2.5rem;   /* 40px */
  --space-12: 3rem;     /* 48px */
  --space-16: 4rem;     /* 64px */
  --space-20: 5rem;     /* 80px */
  --space-24: 6rem;     /* 96px */
  --space-32: 8rem;     /* 128px */
  
  /* Typography */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Font Weights */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  
  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slower: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Easing Functions */
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  
  /* Z-Index Scale */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  
  /* Backdrop Filters */
  --backdrop-blur-sm: blur(4px);
  --backdrop-blur-md: blur(8px);
  --backdrop-blur-lg: blur(12px);
  --backdrop-blur-xl: blur(16px);
}

/* =========================================================================
   GLOBAL RESET & BASE STYLES
========================================================================= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================================================================
   BOOTSTRAP GRID SYSTEM FIX
========================================================================= */
/* Ensure Bootstrap 5 grid works properly */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* Column widths for all breakpoints */
.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 { flex: 0 0 auto; width: 16.66666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.33333333%; }
.col-5 { flex: 0 0 auto; width: 41.66666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; width: 66.66666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.33333333%; }
.col-11 { flex: 0 0 auto; width: 91.66666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-sm-3 { flex: 0 0 auto; width: 25%; }
  .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-sm-6 { flex: 0 0 auto; width: 50%; }
  .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-sm-9 { flex: 0 0 auto; width: 75%; }
  .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-sm-12 { flex: 0 0 auto; width: 100%; }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-md-3 { flex: 0 0 auto; width: 25%; }
  .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-xl-6 { flex: 0 0 auto; width: 50%; }
  .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-xl-9 { flex: 0 0 auto; width: 75%; }
  .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-xl-12 { flex: 0 0 auto; width: 100%; }
}

/* Gap utilities */
.g-0, .gx-0 { --bs-gutter-x: 0; }
.g-0, .gy-0 { --bs-gutter-y: 0; }
.g-1, .gx-1 { --bs-gutter-x: 0.25rem; }
.g-1, .gy-1 { --bs-gutter-y: 0.25rem; }
.g-2, .gx-2 { --bs-gutter-x: 0.5rem; }
.g-2, .gy-2 { --bs-gutter-y: 0.5rem; }
.g-3, .gx-3 { --bs-gutter-x: 1rem; }
.g-3, .gy-3 { --bs-gutter-y: 1rem; }
.g-4, .gx-4 { --bs-gutter-x: 1.5rem; }
.g-4, .gy-4 { --bs-gutter-y: 1.5rem; }
.g-5, .gx-5 { --bs-gutter-x: 3rem; }
.g-5, .gy-5 { --bs-gutter-y: 3rem; }

/* Container */
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}

@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Disable smooth scrolling on mobile to prevent scroll conflicts */
@media (max-width: 767px) {
  html {
    scroll-behavior: auto;
    overflow-x: hidden;
  }
  
  body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    max-width: 100vw;
    /* Add padding-top to compensate for fixed navbar (60px) */
    padding-top: 60px;
  }
  
  /* Remove padding when modal/lightbox is open */
  body.modal-open,
  body.lightbox-open {
    padding-top: 0;
  }
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-normal);
  line-height: 1.75;
  color: var(--gray-800);
  background-color: var(--white);
  overflow-x: hidden;
  position: relative;
  /* Improve mobile scrolling performance */
  -webkit-overflow-scrolling: touch;
}

/* Prevent body scroll when modals/lightboxes are open - Mobile friendly */
body.modal-open,
body.lightbox-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* Modern Scrollbar */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary-500), var(--secondary-500));
  border-radius: var(--radius-full);
  border: 2px solid var(--gray-100);
  transition: background var(--transition-base);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--primary-600), var(--secondary-600));
}

::selection {
  background-color: var(--primary-500);
  color: var(--white);
}

/* =========================================================================
   TYPOGRAPHY - MODERN HEADING & TEXT STYLES
========================================================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  line-height: 1.2;
  color: var(--gray-900);
  margin: 0 0 var(--space-4) 0;
  letter-spacing: -0.02em;
}

h1, .display-1, .display-2, .display-3, .display-4, .display-5 {
  font-weight: var(--font-extrabold);
  background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.display-1 { font-size: clamp(3.5rem, 8vw, 6rem); }
.display-2 { font-size: clamp(3rem, 6vw, 5rem); }
.display-3 { font-size: clamp(2.5rem, 5vw, 4rem); }
.display-4 { font-size: 2.5rem; }
.display-5 { font-size: clamp(1.75rem, 3.5vw, 3rem); }

h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
h2 { font-size: clamp(2rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
h4 { font-size: clamp(1.5rem, 2.5vw, 1.875rem); }
h5 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h6 { font-size: clamp(1.125rem, 1.5vw, 1.25rem); }

p {
  margin: 0 0 var(--space-4) 0;
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.75;
}

.lead {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: var(--font-normal);
  line-height: 1.7;
  color: var(--gray-600);
}

.text-gradient-primary {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-secondary {
  background: var(--gradient-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Text Utilities */
.text-primary { color: var(--primary-500) !important; }
.text-secondary { color: var(--secondary-500) !important; }
.text-white { color: var(--white) !important; }
.text-muted { color: var(--gray-500) !important; }
.text-dark { color: var(--gray-900) !important; }

.fw-light { font-weight: var(--font-light) !important; }
.fw-normal { font-weight: var(--font-normal) !important; }
.fw-medium { font-weight: var(--font-medium) !important; }
.fw-semibold { font-weight: var(--font-semibold) !important; }
.fw-bold { font-weight: var(--font-bold) !important; }
.fw-extrabold { font-weight: var(--font-extrabold) !important; }
.fw-black { font-weight: var(--font-black) !important; }

/* =========================================================================
   TOP BAR - CONTACT INFORMATION HEADER
========================================================================= */
.top-bar {
  background: var(--primary-500);
  color: var(--white);
  padding: 5px 0;
  font-size: 13px;
  border-bottom: 2px solid var(--primary-700);
  position: relative;
  z-index: 1050;
}

.top-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255,255,255,0.05) 50%, 
    transparent 100%);
  animation: shimmer 3s infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

.top-bar a {
  color: var(--white);
  text-decoration: none;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-bar a:hover {
  color: var(--primary-100);
  transform: translateY(-1px);
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-bar-left i {
  font-size: 14px;
  opacity: 0.9;
}

.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.top-bar-right .address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-bar-right .social-link {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
  border: 1px solid rgba(255,255,255,0.2);
}

.top-bar-right .social-link:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px) scale(1.05);
}

.top-bar-right .social-link i {
  font-size: 16px;
}

/* Top Bar Mobile Responsive */
@media (max-width: 991px) {
  .top-bar {
    padding: 10px 0;
    font-size: 12px;
  }
  
  .top-bar-left,
  .top-bar-right {
    justify-content: center;
    gap: 12px;
    text-align: center;
  }
  
  .top-bar-left {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .top-bar-left {
    flex-direction: row;
    gap: 0;
  }
  
  .top-bar-right {
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================================================================
   MODERN NAVIGATION BAR - GLASSMORPHISM & ANIMATIONS
========================================================================= */
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--backdrop-blur-lg);
  -webkit-backdrop-filter: var(--backdrop-blur-lg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  box-shadow: none;
  min-height: 70px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

/* Hide navbar on scroll down */
.navbar.navbar-hidden {
  transform: translate3d(0, -100%, 0);
}

.navbar .container {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  min-height: 60px;
}

.navbar-brand {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: var(--font-black);
  color: var(--gray-900);
  transition: all var(--transition-base);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  position: relative;
  padding: 0;
  letter-spacing: -0.03em;
}

.navbar-brand::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gradient-primary);
  transition: width var(--transition-slow);
  border-radius: var(--radius-full);
}

.navbar-brand:hover::after {
  width: 100%;
}

.navbar-brand:hover {
  transform: translateY(-2px);
}

.navbar-toggler {
  border: 2px solid var(--primary-500);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  background: transparent;
  position: relative;
  overflow: hidden;
}

.navbar-toggler::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--primary-500);
  border-radius: var(--radius-full);
  transform: translate(-50%, -50%);
  transition: all var(--transition-slow);
  z-index: -1;
}

.navbar-toggler:hover::before {
  width: 300px;
  height: 300px;
}

.navbar-toggler:hover {
  border-color: var(--primary-600);
  transform: scale(1.05);
}

.navbar-toggler:hover .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(189, 1, 0, 0.1);
}

.navbar-nav {
  gap: var(--space-1);
  align-items: center;
}

.nav-link {
  color: var(--gray-700) !important;
  font-weight: var(--font-medium);
  font-size: 0.9375rem;
  padding: var(--space-3) var(--space-5) !important;
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  background: transparent !important;
}

/* Underline indicator - hidden by default */
.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transform: translateX(-50%);
  transition: width var(--transition-base);
}

/* Hover state - show underline only on hover for non-active links */
.nav-link:hover:not(.active)::before {
  width: 80%;
}

.nav-link:hover:not(.active) {
  color: var(--primary-500) !important;
  background: rgba(189, 1, 0, 0.05) !important;
  transform: translateY(-2px);
}

/* Active state - ONLY for links with .active class */
.nav-link.active {
  color: var(--primary-500) !important;
  font-weight: var(--font-semibold);
  background: rgba(189, 1, 0, 0.08) !important;
}

.nav-link.active::before {
  width: 80%;
}

/* Ensure dropdown toggle doesn't get active state unless explicitly set */
.nav-link.dropdown-toggle:not(.active) {
  color: var(--gray-700) !important;
  font-weight: var(--font-medium);
  background: transparent !important;
}

.nav-link.dropdown-toggle:not(.active)::before {
  width: 0;
}

/* Modern Dropdown */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: var(--backdrop-blur-xl);
  -webkit-backdrop-filter: var(--backdrop-blur-xl);
  border: none;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-2xl);
  padding: var(--space-4);
  margin-top: var(--space-3);
  min-width: 280px;
  animation: dropdownSlideIn var(--transition-slow) var(--ease-out-expo);
  overflow: hidden;
}

@keyframes dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dropdown-item {
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
  font-weight: var(--font-medium);
  color: var(--gray-700);
  transition: all var(--transition-base);
  margin-bottom: var(--space-1);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  position: relative;
  overflow: hidden;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--gradient-primary);
  transition: width var(--transition-base);
  z-index: -1;
}

.dropdown-item:hover::before {
  width: 100%;
}

.dropdown-item::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: all var(--transition-base);
  margin-left: auto;
}

.dropdown-item:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.dropdown-item:hover {
  background: transparent;
  color: var(--white) !important;
  transform: translateX(8px);
  padding-left: var(--space-5);
}

.dropdown-divider {
  margin: var(--space-3) 0;
  border-top: 2px solid var(--gray-200);
  opacity: 0.5;
}

/* =========================================================================
   MEGA MENU - 2 COLUMN LAYOUT WITH HOVER ACTIVATION
========================================================================= */
.mega-dropdown .dropdown-menu.mega-menu {
  width: 600px;
  max-width: 95vw;
  padding: var(--space-3);
}

.mega-dropdown .dropdown-menu.mega-menu .row {
  --bs-gutter-x: 1rem;
}

.mega-dropdown .dropdown-menu.mega-menu .dropdown-item {
  padding: 8px 12px;
  margin-bottom: 4px;
  font-size: 14px;
}

.mega-dropdown .dropdown-menu.mega-menu .dropdown-item i {
  width: 18px;
  text-align: center;
  color: var(--primary-500);
  transition: all var(--transition-base);
}

.mega-dropdown .dropdown-menu.mega-menu .dropdown-item:hover i {
  color: var(--white);
  transform: scale(1.1);
}

/* Hover activation for desktop */
@media (min-width: 992px) {
  .mega-dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
  .mega-dropdown > .dropdown-toggle::after {
    transition: transform var(--transition-fast);
  }
  
  .mega-dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* Mobile default open state */
@media (max-width: 991px) {
  .mega-dropdown .dropdown-menu.mega-menu {
    display: block !important;
    position: static !important;
    margin-left: 0;
    width: 100%;
    padding: var(--space-2) 0;
    background: transparent;
  }
  
  .mega-dropdown .dropdown-menu.mega-menu .row {
    --bs-gutter-x: 0;
  }
  
  .mega-dropdown .dropdown-menu.mega-menu .col-md-6 {
    width: 100%;
    padding-left: var(--space-3);
  }
  
  .mega-dropdown .dropdown-menu.mega-menu .dropdown-item {
    padding: 10px 12px;
    font-size: 15px;
  }
  
  .mega-dropdown .dropdown-toggle {
    pointer-events: none;
  }
  
  .mega-dropdown .dropdown-toggle::after {
    display: none;
  }
}

/* Mobile Navigation */
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: var(--backdrop-blur-xl);
    padding: var(--space-6);
    margin-top: var(--space-4);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
  }
  
  .dropdown-menu {
    background: var(--gray-50);
    margin-left: var(--space-4);
    box-shadow: none;
  }
  
  .nav-link::before {
    display: none;
  }
}

/* =========================================================================
   HERO CAROUSEL - ULTRA-MODERN WITH PARALLAX & ANIMATIONS
========================================================================= */
/* Remove padding from hero section */
#hero {
  padding: 0 !important;
  margin: 0 !important;
}

section#hero {
  padding: 0 !important;
  margin: 0 !important;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.carousel-item {
  height: clamp(500px, 70vh, 700px);
  position: relative;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  animation: kenBurns 20s ease-in-out infinite alternate;
}

@keyframes kenBurns {
  0% {
    transform: scale(1.1) translateX(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px);
  }
}

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background: linear-gradient(
    135deg,
    rgba(189, 1, 0, 0.85) 0%,
    rgba(52, 79, 104, 0.75) 50%,
    rgba(95, 124, 153, 0.7) 100%
  );
  z-index: 1;
  mix-blend-mode: multiply;
}

.carousel-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  padding: 0 var(--space-6);
}

.carousel-caption h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: var(--font-black);
  color: var(--white);
  margin-bottom: var(--space-6);
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6),
               0 4px 10px rgba(0, 0, 0, 0.4);
  letter-spacing: -0.03em;
  line-height: 1.1;
  animation: fadeInUp 1s ease-out both;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.carousel-caption p {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: var(--space-8);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease-out 0.2s both;
  font-weight: var(--font-medium);
  letter-spacing: 0.01em;
}

.carousel-caption .btn {
  animation: fadeInUp 1s ease-out 0.4s both;
  margin: 0 var(--space-2);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modern Carousel Controls - Always Visible */
.carousel-control-prev,
.carousel-control-next {
  width: 80px;
  opacity: 1;
  transition: all var(--transition-base);
  z-index: 3;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--backdrop-blur-md);
  border-radius: var(--radius-full);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all var(--transition-base);
  background-size: 50%;
  background-position: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: var(--primary-500);
  border-color: var(--white);
  transform: scale(1.15);
  box-shadow: var(--shadow-primary-lg);
}

/* Modern Indicators */
.carousel-indicators {
  margin-bottom: var(--space-8);
  z-index: 3;
  gap: var(--space-3);
  display: flex;
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: var(--radius-full);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all var(--transition-base);
  opacity: 1;
}

.carousel-indicators .active {
  width: 48px;
  background-color: var(--white);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4);
}

/* =========================================================================
   MODERN BUTTONS - ADVANCED EFFECTS
========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.65rem 1.5rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: var(--font-semibold);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: var(--radius-full);
  transform: translate(-50%, -50%);
  transition: all var(--transition-slower);
  z-index: -1;
}

.btn:hover::before {
  width: 400px;
  height: 400px;
}

/* Primary Button */
.btn-primary {
  background: var(--gradient-primary);
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow-primary);
}

.btn-primary::before {
  background: var(--gradient-fire);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-primary-lg);
  color: var(--white);
}

.btn-primary:active {
  transform: translateY(-1px) scale(0.98);
}

/* Secondary Button */
.btn-secondary {
  background: var(--gradient-secondary);
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow-secondary);
}

.btn-secondary::before {
  background: linear-gradient(135deg, var(--secondary-600) 0%, var(--secondary-800) 100%);
}

.btn-secondary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 60px -15px rgba(52, 79, 104, 0.5);
  color: var(--white);
}

/* Outline Primary */
.btn-outline-primary {
  background: transparent;
  color: var(--primary-500);
  border-color: var(--primary-500);
  box-shadow: inset 0 0 0 0 var(--primary-500);
  transition: all var(--transition-base), box-shadow var(--transition-slower);
}

.btn-outline-primary::before {
  background: var(--primary-500);
}

.btn-outline-primary:hover {
  color: var(--white);
  border-color: var(--primary-600);
  box-shadow: inset 0 0 0 50px var(--primary-500), var(--shadow-primary);
  transform: translateY(-3px);
}

/* Outline Light */
.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: var(--backdrop-blur-sm);
}

.btn-outline-light::before {
  background: var(--white);
}

.btn-outline-light:hover {
  color: var(--primary-500);
  border-color: var(--white);
  background: var(--white);
  box-shadow: var(--shadow-xl);
  transform: translateY(-3px);
}

/* Light Button */
.btn-light {
  background: var(--white);
  color: var(--primary-500);
  border-color: var(--white);
  box-shadow: var(--shadow-lg);
}

.btn-light::before {
  background: var(--gray-100);
}

.btn-light:hover {
  color: var(--primary-600);
  box-shadow: var(--shadow-xl);
  transform: translateY(-3px);
}

/* Button Sizes */
.btn-lg {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
}

.btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
}

/* =========================================================================
   SECTIONS - MODERN LAYOUTS
========================================================================= */
section {
  padding: var(--space-24) 0;
  position: relative;
  overflow: hidden;
}

section.py-5 {
  padding: var(--space-20) 0 !important;
}

.bg-light {
  background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);
  position: relative;
}

.bg-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(189, 1, 0, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(52, 79, 104, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* =========================================================================
   SERVICE CARDS - 3D MODERN DESIGN
========================================================================= */
.service-card {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: 1rem;
  text-align: center;
  height: 100%;
  transition: all var(--transition-slower) var(--ease-spring);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
}

.service-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--gradient-mixed);
  border-radius: var(--radius-2xl);
  opacity: 0;
  transition: opacity var(--transition-base);
  z-index: -1;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(189, 1, 0, 0.05) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity var(--transition-base);
}

.service-card:hover {
  transform: translateY(-20px) scale(1.02);
  box-shadow: var(--shadow-2xl);
  border-color: transparent;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  opacity: 1;
}

.service-icon {
  width: 100px;
  height: 100px;
  background: var(--gradient-primary);
  border-radius: var(--radius-2xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-6);
  transition: all var(--transition-slower) var(--ease-spring);
  position: relative;
  box-shadow: var(--shadow-primary);
}

.service-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  background: var(--gradient-primary);
  border-radius: var(--radius-2xl);
  opacity: 0;
  filter: blur(20px);
  transition: opacity var(--transition-base);
  z-index: -1;
}

.service-card:hover .service-icon {
  transform: rotateY(360deg) scale(1.1);
  box-shadow: var(--shadow-primary-lg);
}

.service-card:hover .service-icon::before {
  opacity: 0.6;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.service-icon i {
  font-size: 2.5rem;
  color: var(--white);
  position: relative;
  z-index: 1;
}

/* Service Image (replacement for service icon) */
.service-image {
  width: 100%;
  height: 200px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin: 0 auto var(--space-6);
  transition: all var(--transition-slower) var(--ease-spring);
  position: relative;
  box-shadow: var(--shadow-md);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slower);
}

.service-card:hover .service-image {
  box-shadow: var(--shadow-primary-lg);
  transform: scale(1.05);
}

.service-card:hover .service-image img {
  transform: scale(1.15);
}

.service-card h4 {
  color: var(--gray-900);
  font-weight: var(--font-bold);
  font-size: 1.25rem;
  margin-bottom: var(--space-3);
  transition: color var(--transition-base);
}

.service-card:hover h4 {
  color: var(--white) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.service-card p {
  color: var(--gray-600);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: var(--space-6);
  transition: color var(--transition-base);
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.service-card .btn {
  position: relative;
  z-index: 2;
}

.service-card:hover .btn-outline-primary {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary-500);
  box-shadow: var(--shadow-xl);
}

.service-card:hover .btn-outline-primary:hover,
.service-card .btn-outline-primary:hover {
  background: var(--primary-500) !important;
  border-color: var(--primary-600) !important;
  color: var(--white) !important;
  box-shadow: inset 0 0 0 50px var(--primary-500), var(--shadow-primary) !important;
  transform: translateY(-3px);
}

/* Service Card Full (variant for services page) */
.service-card-full {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-10) var(--space-8);
  text-align: center;
  height: 100%;
  transition: all var(--transition-slower) var(--ease-spring);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
}

.service-card-full::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--gradient-mixed);
  border-radius: var(--radius-2xl);
  opacity: 0;
  transition: opacity var(--transition-base);
  z-index: -1;
}

.service-card-full::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(189, 1, 0, 0.05) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity var(--transition-base);
}

.service-card-full:hover {
  transform: translateY(-20px) scale(1.02);
  box-shadow: var(--shadow-2xl);
  border-color: transparent;
}

.service-card-full:hover::before {
  opacity: 1;
}

.service-card-full:hover::after {
  opacity: 1;
}

.service-card-full .service-icon {
  width: 100px;
  height: 100px;
  background: var(--gradient-primary);
  border-radius: var(--radius-2xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-6);
  transition: all var(--transition-slower) var(--ease-spring);
  position: relative;
  box-shadow: var(--shadow-primary);
}

.service-card-full .service-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  background: var(--gradient-primary);
  border-radius: var(--radius-2xl);
  opacity: 0;
  filter: blur(20px);
  transition: opacity var(--transition-base);
  z-index: -1;
}

.service-card-full:hover .service-icon {
  transform: rotateY(360deg) scale(1.1);
  box-shadow: var(--shadow-primary-lg);
}

.service-card-full:hover .service-icon::before {
  opacity: 0.6;
  animation: pulse-glow 2s ease-in-out infinite;
}

.service-card-full .service-icon i {
  color: var(--white);
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
}

.service-card-full h3 {
  color: var(--gray-900);
  font-weight: var(--font-bold);
  font-size: 1.5rem;
  margin-bottom: var(--space-4);
  transition: color var(--transition-base);
}

.service-card-full:hover h3 {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-card-full p {
  color: var(--gray-600);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: var(--space-6);
}

.service-card-full .btn {
  margin-top: var(--space-2);
}

/* =========================================================================
   MODERN SECTION TITLES
========================================================================= */
.text-center {
  text-align: center;
}

.mb-5, .mb-4 {
  margin-bottom: var(--space-16) !important;
}

.display-4 {
  position: relative;
  display: inline-block;
}

.display-4::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
  box-shadow: 0 4px 20px rgba(189, 1, 0, 0.3);
}

/* =========================================================================
   GALLERY - MODERN GRID WITH HOVER EFFECTS
========================================================================= */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  display: block;
  text-decoration: none;
}

.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-mixed);
  opacity: 0;
  transition: opacity var(--transition-base);
  z-index: 1;
  mix-blend-mode: multiply;
}

.gallery-item::after {
  content: '\f065';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: var(--white);
  font-size: 3rem;
  z-index: 2;
  transition: all var(--transition-slower) var(--ease-spring);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-2xl);
}

.gallery-item:hover::before {
  opacity: 0.8;
}

.gallery-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slower);
}

.gallery-item:hover img {
  transform: scale(1.15);
}

/* GLightbox Custom Styles */
.glightbox-clean .gslide-description {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
}

.glightbox-clean .gdesc-inner {
  padding: var(--space-6);
  color: var(--white);
}

.glightbox-clean .gslide-title {
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  font-size: 1.5rem;
  margin-bottom: var(--space-3);
}

/* =========================================================================
   CUSTOM LIGHTBOX - SIMPLE & CLEAN
========================================================================= */
.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.custom-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}

.lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 20px;
}

.lightbox-image {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  display: block;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.lightbox-close:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: translateY(-50%) scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .custom-lightbox {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .lightbox-content {
    padding: 80px 10px 10px;
    -webkit-overflow-scrolling: touch;
  }
  
  .lightbox-image {
    max-width: 95%;
    max-height: 80%;
    will-change: transform;
  }
  
  .lightbox-close {
    width: 45px;
    height: 45px;
    font-size: 1.75rem;
    top: 15px;
    right: 15px;
    -webkit-tap-highlight-color: transparent;
  }
  
  .lightbox-prev,
  .lightbox-next {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
    -webkit-tap-highlight-color: transparent;
  }
  
  .lightbox-prev {
    left: 10px;
  }
  
  .lightbox-next {
    right: 10px;
  }
}

/* =========================================================================
   SERVICE HERO - ULTRA-MODERN
========================================================================= */
.service-hero {
  background: var(--gradient-mixed);
  padding: var(--space-32) 0 var(--space-24);
  position: relative;
  overflow: hidden;
}

.service-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: var(--radius-full);
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

.service-hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: var(--radius-full);
  animation: float 15s ease-in-out infinite reverse;
}

.service-hero-icon {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--backdrop-blur-lg);
  border-radius: var(--radius-3xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-8);
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: pulse-scale 3s ease-in-out infinite;
  position: relative;
}

@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
  }
}

.service-hero-icon i {
  color: var(--white);
  font-size: 4.5rem;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.service-hero h1 {
  color: var(--white);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: var(--space-6);
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-hero p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.375rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* =========================================================================
   SERVICE PAGE SIDEBAR
========================================================================= */
.service-sidebar {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  position: sticky;
  top: 100px;
  transition: all var(--transition-base);
}

.service-sidebar:hover {
  box-shadow: var(--shadow-2xl);
  transform: translateY(-5px);
}

.service-sidebar h4 {
  color: var(--gray-900);
  font-weight: var(--font-bold);
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: 3px solid var(--gray-200);
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  transition: all var(--transition-base);
  color: var(--gray-700);
}

.benefits-list li:last-child {
  border-bottom: none;
}

.benefits-list li i {
  color: var(--primary-500);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.benefits-list li:hover {
  padding-left: var(--space-4);
  color: var(--primary-500);
}

.service-cta {
  background: linear-gradient(135deg, #bd0100 0%, #8b0100 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  color: var(--white);
  box-shadow: var(--shadow-primary);
  margin-top: var(--space-8);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Construction Scaffolding Pattern */
.service-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.05) 48%, rgba(255, 255, 255, 0.05) 52%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255, 255, 255, 0.05) 48%, rgba(255, 255, 255, 0.05) 52%, transparent 52%);
  background-size: 60px 60px;
  animation: scaffoldMove 20s linear infinite;
  z-index: 0;
}

@keyframes scaffoldMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

/* Rotating Construction Tools Shadow */
.service-cta::after {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: 
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 10%),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.06) 0%, transparent 12%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 8%);
  animation: toolRotate 25s linear infinite;
  z-index: 0;
}

@keyframes toolRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.service-cta h5 {
  color: var(--white);
  font-weight: var(--font-bold);
  margin-bottom: var(--space-3);
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.service-cta p {
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: var(--space-5);
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.service-cta .btn {
  position: relative;
  z-index: 1;
}

/* =========================================================================
   CUSTOM LISTS
========================================================================= */
.custom-list {
  list-style: none;
  padding: 0;
  margin: var(--space-6) 0;
}

.custom-list li {
  padding: var(--space-3) 0 var(--space-3) var(--space-10);
  position: relative;
  color: var(--gray-700);
  line-height: 1.7;
  transition: all var(--transition-base);
}

.custom-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: var(--space-3);
  width: 32px;
  height: 32px;
  background: var(--gradient-primary);
  color: var(--white);
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  box-shadow: var(--shadow-sm);
}

.custom-list li:hover {
  padding-left: var(--space-12);
  color: var(--primary-500);
}

/* =========================================================================
   FORMS - MODERN INPUTS
========================================================================= */
.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid var(--gray-300);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
  font-size: 1rem;
  transition: all var(--transition-base);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px rgba(189, 1, 0, 0.1), var(--shadow-md);
  outline: none;
  transform: translateY(-2px);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

.contact-form .form-label {
  font-weight: var(--font-semibold);
  color: var(--gray-700);
  margin-bottom: var(--space-2);
}

/* =========================================================================
   FOOTER - MODERN DARK FOOTER
========================================================================= */
footer {
  background: linear-gradient(135deg, var(--gray-900) 0%, #0a0a0a 100%);
  color: var(--gray-400);
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%
  );
}

footer h5 {
  color: var(--white);
  font-weight: var(--font-bold);
  margin-bottom: var(--space-5);
  position: relative;
  display: inline-block;
}

footer h5::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
}

footer a {
  color: var(--gray-400);
  text-decoration: none;
  transition: all var(--transition-base);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

footer a:hover {
  color: var(--primary-500);
  transform: translateX(5px);
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: var(--space-3);
}

footer .social-links a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--space-3);
  transition: all var(--transition-base);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .social-links a:hover {
  background: var(--gradient-primary);
  color: var(--why);
  transform: translateY(-5px) rotate(360deg);
  box-shadow: var(--shadow-primary);
  border-color: transparent;
}

/* =========================================================================
   CONTACT CARDS
========================================================================= */
.contact-card {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-10);
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  transition: all var(--transition-slower);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
}

.contact-card:hover::before {
  transform: scaleX(1);
}

.contact-card i {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(189, 1, 0, 0.1) 0%, rgba(52, 79, 104, 0.1) 100%);
  color: var(--primary-500);
  border-radius: var(--radius-2xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6);
  transition: all var(--transition-slower);
  box-shadow: var(--shadow-md);
}

.contact-card:hover i {
  background: var(--gradient-primary);
  color: var(--white);
  transform: rotateY(360deg) scale(1.1);
  box-shadow: var(--shadow-primary);
}

.contact-card h4 {
  color: var(--gray-900);
  margin-bottom: var(--space-4);
}

.contact-card p, .contact-card a {
  color: var(--gray-600);
  text-decoration: none;
  display: block;
  margin-bottom: var(--space-2);
  transition: color var(--transition-base);
}

.contact-card a:hover {
  color: var(--primary-500);
}

/* Contact Info Box (variant) */
.contact-info-box {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-10);
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  transition: all var(--transition-slower);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-info-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform var(--transition-base);
}

.contact-info-box:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
}

.contact-info-box:hover::before {
  transform: scaleX(1);
}

.contact-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(189, 1, 0, 0.1) 0%, rgba(52, 79, 104, 0.1) 100%);
  color: var(--primary-500);
  border-radius: var(--radius-2xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6);
  transition: all var(--transition-slower);
  box-shadow: var(--shadow-md);
}

.contact-info-box:hover .contact-icon {
  background: var(--gradient-primary);
  color: var(--white);
  transform: rotateY(360deg) scale(1.1);
  box-shadow: var(--shadow-primary);
}

.contact-info-box h4 {
  color: var(--gray-900);
  font-weight: var(--font-bold);
  font-size: 1.25rem;
  margin-bottom: var(--space-4);
}

.contact-info-box p, .contact-info-box a {
  color: var(--gray-600);
  text-decoration: none;
  transition: color var(--transition-base);
}

.contact-info-box a {
  display: inline-block;
  margin-bottom: var(--space-2);
}

.contact-info-box a:hover {
  color: var(--primary-500);
}

/* =========================================================================
   MODERN CONTACT FORM - ULTRA SLEEK DESIGN
========================================================================= */
.modern-contact-form {
  background: var(--white);
  border-radius: var(--radius-3xl);
  padding: var(--space-12);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-100);
  position: relative;
  overflow: hidden;
}

.modern-contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--gradient-primary);
}

.form-header .form-tag {
  display: inline-block;
  background: linear-gradient(135deg, rgba(189, 1, 0, 0.1) 0%, rgba(52, 79, 104, 0.1) 100%);
  color: var(--primary-500);
  padding: var(--space-2) var(--space-6);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: var(--font-semibold);
  margin-bottom: var(--space-4);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.modern-form .modern-input {
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-6);
  font-size: 1rem;
  transition: all var(--transition-base);
  background: var(--gray-50);
  height: 60px;
}

.modern-form .modern-input:focus {
  border-color: var(--primary-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(189, 1, 0, 0.1);
  outline: none;
}

.modern-form select.modern-input {
  padding-top: 1.8rem;
  height: 70px;
}

.modern-form .form-floating > label {
  padding: 1.2rem 1.5rem;
  color: var(--gray-500);
  font-weight: var(--font-medium);
}

.modern-form .form-floating > .form-control:focus ~ label,
.modern-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.modern-form .form-floating > .form-select ~ label {
  color: var(--primary-500);
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.modern-form textarea.modern-input {
  min-height: 150px;
  resize: vertical;
  padding-top: 1.5rem;
}

.modern-submit-btn {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: var(--space-5) var(--space-10);
  font-weight: var(--font-bold);
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  transition: all var(--transition-base);
  border: none;
  background: var(--gradient-primary);
}

.modern-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.modern-submit-btn:hover::before {
  left: 100%;
}

.modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(189, 1, 0, 0.3);
}

.modern-submit-btn:active {
  transform: translateY(0);
}

/* Modern Map Card */
.modern-map-card {
  background: var(--white);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-100);
}

.map-header {
  padding: var(--space-6);
  background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
  border-bottom: 1px solid var(--gray-100);
}

.modern-map-card iframe {
  display: block;
  width: 100%;
}

/* Modern Info Cards */
.modern-info-card {
  background: var(--white);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-100);
  transition: all var(--transition-base);
}

.modern-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.info-card-header {
  padding: var(--space-6);
  background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%);
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.info-card-header .icon-box {
  width: 50px;
  height: 50px;
  background: var(--gradient-primary);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(189, 1, 0, 0.3);
}

.info-card-body {
  padding: var(--space-6);
}

/* Hours List */
.hours-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.hour-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-4);
  background: var(--gray-50);
  border-radius: var(--radius-xl);
  transition: all var(--transition-base);
}

.hour-item:hover {
  background: linear-gradient(135deg, rgba(189, 1, 0, 0.05) 0%, rgba(52, 79, 104, 0.05) 100%);
  transform: translateX(5px);
}

.day-group {
  display: flex;
  align-items: center;
  color: var(--gray-700);
  font-weight: var(--font-semibold);
}

.day-group i {
  color: var(--primary-500);
  font-size: 1.125rem;
}

.time-badge {
  background: var(--white);
  color: var(--gray-800);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-lg);
  font-weight: var(--font-semibold);
  font-size: 0.875rem;
  border: 1px solid var(--gray-200);
}

.hour-item.closed {
  opacity: 0.6;
}

.closed-badge {
  background: var(--gray-200);
  color: var(--gray-600);
}

/* Social Button */
.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-8);
  border-radius: var(--radius-xl);
  font-weight: var(--font-bold);
  text-decoration: none;
  transition: all var(--transition-base);
  border: 2px solid transparent;
}

.social-button.facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.social-button.facebook:hover {
  background: linear-gradient(135deg, #0d5dbf 0%, #1877f2 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4);
}

.social-button i {
  font-size: 1.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-contact-form {
    padding: var(--space-8);
  }
  
  .form-header h2 {
    font-size: 2rem;
  }
  
  .modern-submit-btn {
    font-size: 1rem;
    padding: var(--space-4) var(--space-8);
  }
  
  .modern-info-card {
    margin-bottom: var(--space-4);
  }
}

/* =========================================================================
   RELATED SERVICES - MODERN CARD DESIGN
========================================================================= */
.related-services-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.related-service-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4);
  background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%);
  border: 2px solid var(--gray-100);
  border-radius: var(--radius-xl);
  text-decoration: none;
  color: var(--gray-800);
  font-weight: var(--font-semibold);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.related-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(189, 1, 0, 0.05), transparent);
  transition: left 0.5s;
}

.related-service-card:hover::before {
  left: 100%;
}

.related-service-card:hover {
  border-color: var(--primary-500);
  background: linear-gradient(135deg, var(--white) 0%, rgba(189, 1, 0, 0.03) 100%);
  transform: translateX(8px);
  box-shadow: 0 4px 15px rgba(189, 1, 0, 0.15);
}

.related-service-card i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  color: var(--white);
  border-radius: var(--radius-lg);
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(189, 1, 0, 0.2);
  transition: all var(--transition-base);
}

.related-service-card:hover i {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 15px rgba(189, 1, 0, 0.3);
}

.related-service-card span {
  flex: 1;
  position: relative;
  z-index: 1;
}

/* =========================================================================
   PAGE HEADER - WITH CONSTRUCTION ANIMATION
========================================================================= */
.page-header {
  background: var(--gradient-mixed);
  padding: var(--space-20) 0 var(--space-20);
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Brick Pattern Animation */
.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 30px,
      rgba(255, 255, 255, 0.02) 30px,
      rgba(255, 255, 255, 0.02) 33px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 60px,
      rgba(255, 255, 255, 0.02) 60px,
      rgba(255, 255, 255, 0.02) 63px
    );
  animation: brickSlide 30s linear infinite;
  z-index: 1;
}

@keyframes brickSlide {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 30px 30px, 60px 60px; }
}

/* Diagonal Construction Lines */
.page-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 100px,
      rgba(255, 255, 255, 0.015) 100px,
      rgba(255, 255, 255, 0.015) 102px
    );
  z-index: 1;
}

.page-header > .container {
  position: relative;
  z-index: 2;
}

.page-header h1 {
  color: var(--white);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: var(--space-4);
  position: relative;
  z-index: 2;
}

.page-header p {
  color: rgba(255, 255, 255, 0.98);
  font-size: 1.25rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

/* =========================================================================
   FEATURE BOXES
========================================================================= */
.feature-box {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-10) var(--space-8);
  text-align: center;
  height: 100%;
  border: 2px solid var(--gray-200);
  transition: all var(--transition-slower);
  position: relative;
  overflow: hidden;
}

.feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(189, 1, 0, 0.05) 50%,
    transparent 100%
  );
  transition: left 0.6s;
}

.feature-box:hover::before {
  left: 100%;
}

.feature-box:hover {
  border-color: var(--primary-500);
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
}

.feature-icon {
  margin-bottom: var(--space-6);
  display: block;
}

.feature-icon i {
  font-size: 4rem;
  color: var(--primary-500);
  display: block;
  transition: all var(--transition-slower);
}

.feature-box:hover .feature-icon i {
  transform: scale(1.2) rotate(5deg);
  filter: drop-shadow(0 10px 20px rgba(189, 1, 0, 0.3));
}

.feature-box i {
  font-size: 4rem;
  color: var(--primary-500);
  display: block;
  transition: all var(--transition-slower);
}

.feature-box:hover i {
  transform: scale(1.2) rotate(5deg);
  filter: drop-shadow(0 10px 20px rgba(189, 1, 0, 0.3));
}

.feature-box h4 {
  color: var(--gray-900);
  font-weight: var(--font-bold);
  font-size: 1.25rem;
  margin-bottom: var(--space-3);
}

.feature-box p {
  color: var(--gray-600);
  margin-bottom: 0;
}

/* =========================================================================
   STATS COUNTER SECTION
========================================================================= */
#stats-counter {
  position: relative;
  background-image: url('/images/countdown.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

#stats-counter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

#stats-counter .container {
  position: relative;
  z-index: 2;
}

.stats-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-2xl);
  padding: var(--space-10) var(--space-8);
  text-align: center;
  transition: all 0.4s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.stats-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.stats-box:hover::before {
  transform: scaleX(1);
}

.stats-box:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(189, 1, 0, 0.5);
  box-shadow: 0 20px 40px rgba(189, 1, 0, 0.4);
}

.stats-icon {
  margin-bottom: var(--space-6);
  position: relative;
}

.stats-icon i {
  color: var(--white);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  transition: var(--transition-base);
}

.stats-box:hover .stats-icon i {
  transform: scale(1.1) rotate(5deg);
  color: var(--primary-500);
  filter: drop-shadow(0 0 15px rgba(189, 1, 0, 0.6));
}

.stats-number {
  margin-bottom: var(--space-4);
}

.stats-number .counter {
  font-size: 3.5rem;
  font-weight: var(--font-bold);
  color: var(--white);
  line-height: 1;
  display: block;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.stats-box h4 {
  color: var(--white);
  font-weight: var(--font-bold);
  font-size: 1.1rem;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* =========================================================================
   VALUE CARDS
========================================================================= */
.value-card {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--space-10) var(--space-8);
  text-align: center;
  height: 100%;
  border: 2px solid var(--gray-200);
  transition: all var(--transition-slower);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(52, 79, 104, 0.05) 50%,
    transparent 100%
  );
  transition: left 0.6s;
}

.value-card:hover::before {
  left: 100%;
}

.value-card:hover {
  border-color: var(--secondary-500);
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
}

.value-icon {
  margin-bottom: var(--space-6);
  display: block;
}

.value-icon i {
  font-size: 4rem;
  color: var(--secondary-500);
  display: block;
  transition: all var(--transition-slower);
}

.value-card:hover .value-icon i {
  transform: scale(1.2) rotate(-5deg);
  filter: drop-shadow(0 10px 20px rgba(52, 79, 104, 0.3));
}

.value-card h4 {
  color: var(--gray-900);
  font-weight: var(--font-bold);
  font-size: 1.25rem;
  margin-bottom: var(--space-3);
}

.value-card p {
  color: var(--gray-600);
  margin-bottom: 0;
}

/* =========================================================================
   CTA SECTION - ANIMATED CONSTRUCTION THEME
========================================================================= */
.cta-section {
  background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1920&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: var(--space-32) 0;
  position: relative;
  overflow: hidden;
}

/* Dark Overlay for CTA Section */
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}



.cta-section > .container {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
  color: var(--white);
  margin-bottom: var(--space-6);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.98);
  font-size: 1.25rem;
  margin-bottom: var(--space-8);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.cta-section .btn {
  position: relative;
  z-index: 2;
}

/* BG-Primary CTA Sections (Alternative CTA styling) */
section.bg-primary {
  background-image: url('/images/cta.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/* Dark Overlay for bg-primary CTA Sections */
section.bg-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

section.bg-primary > .container {
  position: relative;
  z-index: 2;
}

section.bg-primary h2,
section.bg-primary h3,
section.bg-primary h4,
section.bg-primary h5 {
  color: var(--white) !important;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

section.bg-primary p,
section.bg-primary .lead {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* CTA Banner Variant (same as bg-primary but with specific identifier) */
#cta,
.cta-banner,
section[class*="cta"] {
  position: relative;
  overflow: hidden;
}

#cta > .container,
.cta-banner > .container {
  position: relative;
  z-index: 2;
}

/* Enhanced text visibility for all dark CTA backgrounds */
.bg-primary .btn,
.cta-section .btn,
.service-cta .btn,
.page-header .btn,
#cta .btn,
.cta-banner .btn {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-primary .btn:hover,
.cta-section .btn:hover,
#cta .btn:hover,
.cta-banner .btn:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

/* =========================================================================
   RESPONSIVE DESIGN
========================================================================= */
@media (max-width: 991px) {
  :root {
    --space-24: 4rem;
    --space-32: 5rem;
  }
  
  section {
    padding: var(--space-16) 0;
  }
  
  .service-sidebar {
    margin-top: var(--space-8);
    position: relative;
    top: 0;
  }
  
  .carousel-item {
    height: clamp(400px, 60vh, 550px);
  }
  
  .service-hero {
    padding: var(--space-20) 0 var(--space-16);
  }
}

@media (max-width: 767px) {
  :root {
    --space-16: 2.5rem;
    --space-20: 3rem;
    --space-24: 3.5rem;
  }
  
  .carousel-item {
    height: clamp(350px, 50vh, 450px);
  }
  
  .carousel-caption {
    width: 95%;
    padding: 0 var(--space-4);
  }
  
  .carousel-caption .btn {
    margin: var(--space-2) 0;
    width: 100%;
    max-width: 300px;
  }
  
  .btn {
    padding: var(--space-3) var(--space-6);
  }
  
  .btn-lg {
    padding: var(--space-4) var(--space-8);
  }
}

/* =========================================================================
   UTILITY CLASSES
========================================================================= */
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-2xl { box-shadow: var(--shadow-2xl); }

/* =========================================================================
   COMPREHENSIVE MOBILE RESPONSIVE DESIGN - APP-LIKE EXPERIENCE
   Optimized for Mobile Devices with Reduced Spacing & Typography
========================================================================= */

/* Tablet Devices (768px - 991px) */
@media (max-width: 991px) {
  /* Typography Scaling */
  h1, .h1, .display-1 { font-size: 2.5rem !important; line-height: 1.2; }
  h2, .h2, .display-2 { font-size: 2rem !important; line-height: 1.3; }
  h3, .h3, .display-3 { font-size: 1.75rem !important; line-height: 1.3; }
  h4, .h4 { font-size: 1.5rem !important; line-height: 1.4; }
  h5, .h5, .display-5 { font-size: 1.25rem !important; line-height: 1.4; }
  h6, .h6 { font-size: 1rem !important; line-height: 1.5; }
  .display-4 { font-size: 2rem !important; }
  
  .lead { font-size: 1.125rem !important; }
  
  /* Section Padding */
  section { padding: 3rem 0 !important; }
  .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  
  /* Container Padding */
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  
  /* Service Cards */
  .service-card { padding: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .service-card h4 { font-size: 1.25rem !important; margin-top: 1rem !important; }
  .service-card p { font-size: 0.95rem !important; }
  
  /* Feature Boxes */
  .feature-box { padding: 1.5rem !important; }
  .feature-box h4 { font-size: 1.25rem !important; }
  .feature-box p { font-size: 0.95rem !important; }
  
  /* Value Cards */
  .value-card { padding: 1.5rem !important; }
  .value-card h4 { font-size: 1.25rem !important; }
  .value-card p { font-size: 0.95rem !important; }
  
  /* Contact Cards */
  .contact-info-box { padding: 1.5rem !important; }
  .contact-info-box h4 { font-size: 1.25rem !important; }
  
  /* Stats Boxes */
  #stats-counter { background-attachment: scroll !important; }
  .stats-box { padding: 1.5rem !important; }
  .stats-icon i { font-size: 3rem !important; }
  .stats-number .counter { font-size: 3rem !important; }
  .stats-box h4 { font-size: 1rem !important; }
  
  /* CTA Sections - Mobile Optimization */
  .cta-section,
  section.bg-primary,
  #cta { background-attachment: scroll !important; }
  
  /* Modern Contact Form */
  .modern-contact-form { padding: 2rem !important; }
  .form-header h2 { font-size: 1.75rem !important; }
  .form-header p { font-size: 0.95rem !important; }
  
  /* About Section - Center Alignment on Tablet */
  #about .col-lg-6:last-child {
    text-align: center !important;
    margin-top: 1.5rem !important;
  }
  #about .col-lg-6:last-child h2,
  #about .col-lg-6:last-child p {
    text-align: center !important;
  }
  
  /* Gallery Preview - 2 Column Layout on Tablet */
  #gallery-preview .col-md-4 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  #gallery-preview .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

/* Mobile Devices (576px - 767px) */
@media (max-width: 767px) {
  /* Base Typography */
  body { font-size: 14px !important; }
  
  /* Headings - Mobile Optimized */
  h1, .h1 { font-size: 1.75rem !important; line-height: 1.2; margin-bottom: 0.75rem !important; }
  h2, .h2 { font-size: 1.5rem !important; line-height: 1.3; margin-bottom: 0.75rem !important; }
  .display-4 { font-size: 1.75rem !important; }
  h3, .h3 { font-size: 1.25rem !important; line-height: 1.3; margin-bottom: 0.5rem !important; }
  h4, .h4 { font-size: 1.125rem !important; line-height: 1.4; margin-bottom: 0.5rem !important; }
  h5, .h5 { font-size: 1rem !important; line-height: 1.4; margin-bottom: 0.5rem !important; }
  h6, .h6 { font-size: 0.875rem !important; line-height: 1.5; margin-bottom: 0.5rem !important; }
  
  /* Display Classes */
  .display-1 { font-size: 2.5rem !important; }
  .display-2 { font-size: 2.25rem !important; }
  .display-3 { font-size: 2rem !important; }
  .display-4 { font-size: 1.75rem !important; }
  .display-5 { font-size: 1.5rem !important; }
  .display-6 { font-size: 1.25rem !important; }
  
  /* Paragraph & Text */
  p { font-size: 0.9rem !important; line-height: 1.6; margin-bottom: 0.75rem !important; }
  .lead { font-size: 1rem !important; line-height: 1.6; }
  .text-muted { font-size: 0.875rem !important; }
  
  /* Section Spacing */
  section { padding: 2rem 0 !important; }
  .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
  .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  
  .mb-5 { margin-bottom: 2rem !important; }
  .mb-4 { margin-bottom: 1.5rem !important; }
  .mb-3 { margin-bottom: 1rem !important; }
  .mt-5 { margin-top: 2rem !important; }
  .mt-4 { margin-top: 1.5rem !important; }
  
  /* Container Padding */
  .container { padding-left: 15px !important; padding-right: 15px !important; }
  
  /* Top Bar - Hidden on mobile */
  .top-bar { 
    display: none !important;
  }
  
  /* Navigation */
  .navbar {
    padding: 0.5rem 0 !important;
    min-height: 60px !important;
  }
  .navbar .container {
    min-height: 50px;
  }
  .navbar-brand { font-size: 1.25rem !important; }
  .nav-link { font-size: 0.95rem !important; padding: 0.5rem 0.75rem !important; }
  .btn-sm { font-size: 0.8rem !important; padding: 0.4rem 0.8rem !important; }
  
  /* Hero Carousel */
  .carousel-item { height: 400px !important; }
  .carousel-caption { padding: 1rem !important; }
  .carousel-caption h1 { font-size: 1.75rem !important; margin-bottom: 0.75rem !important; }
  .carousel-caption .lead { font-size: 0.95rem !important; margin-bottom: 1rem !important; }
  .carousel-caption .btn { font-size: 0.9rem !important; padding: 0.6rem 1.5rem !important; }
  
  /* Page Header */
  .page-header { padding: 3rem 0 2rem !important; }
  .page-header h1 { font-size: 1.75rem !important; margin-bottom: 0.5rem !important; }
  .page-header .lead { font-size: 0.95rem !important; }
  
  /* Service Cards */
  .service-card { padding: 1rem !important; margin-bottom: 1rem !important; border-radius: 12px !important; }
  .service-card h4 { font-size: 1.125rem !important; margin-top: 0.75rem !important; margin-bottom: 0.5rem !important; }
  .service-card p { font-size: 0.875rem !important; margin-bottom: 0.75rem !important; }
  .service-card .btn { font-size: 0.85rem !important; padding: 0.5rem 1.25rem !important; }
  .service-image { margin-bottom: 0.75rem !important; border-radius: 8px !important; }
  
  /* Feature Boxes */
  .feature-box { padding: 1.25rem !important; border-radius: 12px !important; }
  .feature-icon { width: 60px !important; height: 60px !important; margin: 0 auto 1rem !important; }
  .feature-icon i { font-size: 2rem !important; }
  .feature-box h4 { font-size: 1.125rem !important; margin-bottom: 0.5rem !important; }
  .feature-box p { font-size: 0.875rem !important; }
  
  /* Value Cards */
  .value-card { padding: 1.25rem !important; border-radius: 12px !important; }
  .value-icon { width: 60px !important; height: 60px !important; margin: 0 auto 1rem !important; }
  .value-icon i { font-size: 2rem !important; }
  .value-card h4 { font-size: 1.125rem !important; margin-bottom: 0.5rem !important; }
  .value-card p { font-size: 0.875rem !important; }
  
  /* Stats Boxes - Mobile */
  #stats-counter { background-attachment: scroll !important; }
  .stats-box { padding: 1.25rem !important; border-radius: 12px !important; }
  .stats-icon { margin-bottom: 1rem !important; }
  .stats-icon i { font-size: 2.5rem !important; }
  .stats-number .counter { font-size: 2.5rem !important; }
  .stats-box h4 { font-size: 0.95rem !important; }
  
  /* CTA Sections - Mobile Optimization */
  .cta-section,
  section.bg-primary,
  #cta { background-attachment: scroll !important; }
  
  /* Contact Info Boxes */
  .contact-info-box { padding: 1.25rem !important; margin-bottom: 1rem !important; border-radius: 12px !important; }
  .contact-icon { width: 60px !important; height: 60px !important; margin: 0 auto 0.75rem !important; }
  .contact-icon i { font-size: 1.75rem !important; }
  .contact-info-box h4 { font-size: 1.125rem !important; margin-bottom: 0.5rem !important; }
  .contact-info-box p { font-size: 0.875rem !important; }
  .contact-info-box a { font-size: 0.875rem !important; }
  
  /* Modern Contact Form */
  .modern-contact-form { padding: 1.5rem !important; border-radius: 16px !important; }
  .form-header { margin-bottom: 1.5rem !important; }
  .form-header .form-tag { font-size: 0.75rem !important; padding: 0.4rem 0.8rem !important; margin-bottom: 0.5rem !important; }
  .form-header h2 { font-size: 1.5rem !important; margin-bottom: 0.5rem !important; }
  .form-header p { font-size: 0.875rem !important; }
  
  .modern-input { 
    font-size: 0.9rem !important; 
    padding: 0.75rem 1rem !important; 
    height: 50px !important;
    border-radius: 12px !important;
  }
  select.modern-input { height: 60px !important; padding-top: 1.5rem !important; }
  textarea.modern-input { 
    min-height: 120px !important; 
    padding: 1rem !important; 
    font-size: 0.9rem !important;
  }
  
  .form-floating > label { 
    font-size: 0.85rem !important; 
    padding: 1rem !important;
  }
  
  .modern-submit-btn { 
    font-size: 0.95rem !important; 
    padding: 0.875rem 1.5rem !important; 
    border-radius: 12px !important;
  }
  
  /* Modern Info Cards */
  .modern-info-card { 
    margin-bottom: 1rem !important; 
    border-radius: 16px !important;
  }
  .info-card-header { padding: 1rem !important; }
  .info-card-header .icon-box { width: 45px !important; height: 45px !important; font-size: 1.25rem !important; }
  .info-card-header h4 { font-size: 1.125rem !important; }
  .info-card-body { padding: 1rem !important; }
  
  /* Hours List */
  .hour-item { 
    padding: 0.75rem !important; 
    border-radius: 12px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
  .day-group { font-size: 0.9rem !important; }
  .time-badge { font-size: 0.8rem !important; padding: 0.35rem 0.75rem !important; }
  
  /* Map Card */
  .modern-map-card { border-radius: 16px !important; margin-top: 2rem !important; }
  .map-header { padding: 1rem !important; }
  .map-header h3 { font-size: 1.125rem !important; }
  
  /* Related Services */
  .related-service-card { 
    padding: 0.875rem !important; 
    border-radius: 12px !important;
    font-size: 0.9rem !important;
  }
  .related-service-card i { 
    width: 40px !important; 
    height: 40px !important; 
    font-size: 1.125rem !important; 
  }
  
  /* Service Sidebar */
  .service-sidebar { padding: 1.25rem !important; margin-top: 1.5rem !important; }
  .service-sidebar h4, .service-sidebar h5 { font-size: 1.125rem !important; margin-bottom: 0.75rem !important; }
  .benefits-list li, .related-services ul li { font-size: 0.875rem !important; padding: 0.4rem 0 !important; }
  .service-cta { padding: 1rem !important; border-radius: 12px !important; }
  .service-cta h5 { font-size: 1rem !important; margin-bottom: 0.5rem !important; }
  .service-cta p { font-size: 0.85rem !important; margin-bottom: 0.75rem !important; }
  
  /* Buttons */
  .btn { 
    font-size: 0.85rem !important; 
    padding: 0.5rem 1rem !important; 
    border-radius: 10px !important;
  }
  .btn-lg { 
    font-size: 0.9rem !important; 
    padding: 0.6rem 1.25rem !important; 
    border-radius: 12px !important;
  }
  .btn-sm {
    font-size: 0.8rem !important;
    padding: 0.4rem 0.85rem !important;
  }
  .btn i { font-size: 0.85rem !important; }
  
  /* Gallery */
  .gallery-item { margin-bottom: 1rem !important; border-radius: 12px !important; }
  
  /* About Section - Mobile Center Alignment */
  #about .col-lg-6:last-child {
    text-align: center !important;
  }
  #about .col-lg-6:last-child h2,
  #about .col-lg-6:last-child p {
    text-align: center !important;
  }
  #about .col-lg-6:first-child {
    margin-bottom: 1.5rem !important;
  }
  
  /* Gallery Preview - 2 Column Layout for Mobile */
  #gallery-preview .col-md-4 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  #gallery-preview .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  /* Footer */
  footer { padding: 2rem 0 1rem !important; }
  footer h5 { font-size: 1.125rem !important; margin-bottom: 0.75rem !important; }
  footer p, footer li, footer a { font-size: 0.85rem !important; }
  footer .social-links a { font-size: 1.5rem !important; }
  
  /* CTA Sections */
  #cta, .cta-section { padding: 2rem 0 !important; }
  #cta h2, .cta-section h2 { font-size: 1.5rem !important; margin-bottom: 0.75rem !important; }
  #cta .lead, .cta-section .lead { font-size: 0.95rem !important; margin-bottom: 1rem !important; }
  
  /* Custom Lists */
  .custom-list li { font-size: 0.9rem !important; margin-bottom: 0.5rem !important; }
  
  /* Row Gaps */
  .g-4 { gap: 1rem !important; }
  .g-5 { gap: 1.5rem !important; }
  
  /* Floating Action Button - Mobile Optimized */
  .fab-trigger { 
    width: 50px !important; 
    height: 50px !important; 
    font-size: 1.25rem !important;
  }
  .fab-action { 
    width: 45px !important; 
    height: 45px !important; 
    font-size: 1.125rem !important;
  }
  .fab-action::after { font-size: 0.75rem !important; }
}

/* Small Mobile Devices (Below 576px) */
@media (max-width: 575px) {
  /* Ultra Compact Typography */
  body { font-size: 13px !important; }
  
  h1, .h1 { font-size: 1.5rem !important; }
  h2, .h2 { font-size: 1.35rem !important; }
  h3, .h3 { font-size: 1.15rem !important; }
  h4, .h4 { font-size: 1rem !important; }
  h5, .h5 { font-size: 0.95rem !important; }
  
  .display-1, .display-2, .display-3 { font-size: 1.75rem !important; }
  .display-4 { font-size: 1.5rem !important; }
  .display-5 { font-size: 1.35rem !important; }
  
  p { font-size: 0.875rem !important; }
  .lead { font-size: 0.95rem !important; }
  
  /* Ultra Compact Spacing */
  section { padding: 1.5rem 0 !important; }
  .py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .container { padding-left: 12px !important; padding-right: 12px !important; }
  
  /* Top Bar - Mobile */
  .top-bar { font-size: 0.7rem !important; padding: 0.4rem 0 !important; }
  .top-bar a, .top-bar span { font-size: 0.7rem !important; }
  .top-bar-right { display: none !important; }
  
  /* Carousel - Compact */
  .carousel-item { height: 450px !important; }
  .carousel-caption h2 { font-size: 1.5rem !important; }
  .carousel-caption .lead { font-size: 0.875rem !important; }
  
  /* Cards - Ultra Compact */
  .service-card, .feature-box, .value-card, .contact-info-box, .stats-box { padding: 1rem !important; }
  
  /* Stats Box - Small Mobile */
  .stats-icon i { font-size: 2rem !important; }
  .stats-number .counter { font-size: 2rem !important; }
  .stats-box h4 { font-size: 0.875rem !important; letter-spacing: 0.5px !important; }
  
  .modern-contact-form { padding: 1.25rem !important; }
  .modern-input { height: 48px !important; font-size: 0.875rem !important; }
  select.modern-input { height: 58px !important; }
  
  /* About Section - Mobile Center Alignment */
  #about .col-lg-6:last-child {
    text-align: center !important;
  }
  #about .col-lg-6:last-child h2,
  #about .col-lg-6:last-child p {
    text-align: center !important;
  }
  
  /* Gallery Preview - 2 Column Layout */
  #gallery-preview .col-md-4 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  #gallery-preview .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  /* Buttons - Compact */
  .btn { font-size: 0.8rem !important; padding: 0.45rem 0.9rem !important; }
  .btn-lg { font-size: 0.85rem !important; padding: 0.55rem 1.1rem !important; }
  .btn-sm { font-size: 0.75rem !important; padding: 0.35rem 0.75rem !important; }
}

/* =========================================================================
   MOBILE NAVIGATION & MEGA MENU OPTIMIZATION
========================================================================= */
@media (max-width: 991px) {
  /* Mega Menu Mobile */
  .mega-menu { 
    max-height: 70vh !important; 
    overflow-y: auto !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
  }
  
  .mega-menu .dropdown-item { 
    padding: 0.65rem 1rem !important; 
    font-size: 0.9rem !important;
  }
  
  .mega-menu .dropdown-item i { 
    font-size: 0.85rem !important; 
    margin-right: 0.5rem !important;
  }
  
  /* Mobile Menu Toggle - Enhanced Sticky Fix with Hide/Show */
  .navbar {
    /* Fixed positioning on mobile for better hide/show control */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    /* Hardware acceleration for smoother scrolling */
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Prevent paint issues */
    will-change: transform;
  }
  
  /* Hide navbar on mobile when scrolling down */
  .navbar.navbar-hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .navbar-toggler { 
    padding: 0.5rem !important; 
    font-size: 1.25rem !important;
    border-radius: 8px !important;
  }
  
  /* Mobile Dropdown */
  .navbar-collapse { 
    max-height: 80vh !important; 
    overflow-y: auto !important;
    margin-top: 0.5rem !important;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Back to Top Button - Prevent Overflow */
  .btn-back-to-top {
    bottom: 20px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    min-height: 45px !important;
    /* Ensure button stays within viewport */
    margin: 0 !important;
  }
  
  /* Carousel Controls - Smaller on Mobile */
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px !important;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

/* =========================================================================
   MOBILE IMAGE OPTIMIZATION
========================================================================= */
@media (max-width: 767px) {
  /* Service Images */
  .service-image img { 
    max-height: 180px !important; 
    object-fit: cover !important;
    border-radius: 8px !important;
  }
  
  /* Gallery Images */
  .gallery-item img { 
    border-radius: 12px !important;
  }
  
  /* Content Images */
  section img.img-fluid { 
    margin: 1rem 0 !important; 
    border-radius: 12px !important;
  }
  
  /* Feature Icons - Compact */
  .feature-icon i, .contact-icon i { 
    font-size: 2.75rem !important;
  }
}

/* =========================================================================
   MOBILE FORM OPTIMIZATION
========================================================================= */
@media (max-width: 767px) {
  /* Form Groups */
  .row.g-3 { gap: 0.75rem !important; }
  
  /* Form Validation */
  .form-control:focus { 
    box-shadow: 0 0 0 3px rgba(189, 1, 0, 0.1) !important;
  }
  
  /* Select Dropdowns */
  select.form-control, 
  select.form-select { 
    background-size: 16px 12px !important;
  }
}

/* =========================================================================
   PRINT STYLES
========================================================================= */
@media print {
  .top-bar, 
  .navbar, 
  footer, 
  .floating-action-button,
  .btn,
  .carousel-control-prev,
  .carousel-control-next { 
    display: none !important; 
  }
  
  body { 
    font-size: 12pt !important; 
    color: #000 !important;
  }
  
  h1, h2, h3, h4, h5, h6 { 
    page-break-after: avoid !important;
    color: #000 !important;
  }
  
  img { 
    max-width: 100% !important; 
    page-break-inside: avoid !important;
  }
}

.rounded { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }
.rounded-3xl { border-radius: var(--radius-3xl); }
.rounded-full { border-radius: var(--radius-full); }

.img-fluid {
  max-width: 100%;
  height: auto;
}

.h-100 {
  height: 100% !important;
}

/* Ensure no extra margins/padding on column children */
.row > [class*="col-"] {
  position: relative;
}

/* Bootstrap Display utilities */
.d-flex { display: flex !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }

.mb-3 { margin-bottom: var(--space-4) !important; }
.mb-4 { margin-bottom: var(--space-6) !important; }
.mb-5 { margin-bottom: var(--space-8) !important; }
.mt-3 { margin-top: var(--space-4) !important; }
.mt-4 { margin-top: var(--space-6) !important; }
.me-2 { margin-right: var(--space-2) !important; }

.pt-5 { padding-top: var(--space-12) !important; }
.pb-3 { padding-bottom: var(--space-4) !important; }

/* Custom Padding Classes */
.p-4 { padding: var(--space-6); }
.p-5 { padding: var(--space-8); }

/* Map Container */
.map-container {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* =========================================================================
   ADVANCED ANIMATIONS
========================================================================= */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Smooth transitions for all interactive elements */
a, button, input, select, textarea {
  transition: all var(--transition-base);
}

/* Focus states for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(189, 1, 0, 0.5);
  outline-offset: 2px;
}

/* =========================================================================
   FLOATING ACTION BUTTON (FAB) - MODERN EXPANDABLE MENU
========================================================================= */
.floating-action-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
}

/* Main Trigger Button */
.fab-trigger {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: var(--white);
  border: none;
  box-shadow: 0 8px 25px rgba(189, 1, 0, 0.35);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all var(--transition-base);
  overflow: hidden;
  z-index: 1001;
}

.fab-trigger::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.fab-trigger:hover::before {
  opacity: 1;
}

.fab-trigger:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(189, 1, 0, 0.45);
}

.fab-trigger:active {
  transform: scale(0.95);
}

/* Icon Animation */
.fab-trigger i {
  font-size: 1.5rem;
  position: absolute;
  transition: all var(--transition-base);
}

.fab-trigger .fa-phone {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.fab-trigger .fa-times {
  opacity: 0;
  transform: rotate(180deg) scale(0);
}

.fab-trigger.active .fa-phone {
  opacity: 0;
  transform: rotate(-180deg) scale(0);
}

.fab-trigger.active .fa-times {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.fab-trigger.active {
  background: var(--gradient-fire);
}

/* Menu Container */
.fab-menu {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 65px;
  pointer-events: none;
}

.fab-menu.active {
  pointer-events: all;
}

/* Action Buttons */
.fab-action {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary-500);
  border: 2px solid var(--primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all var(--transition-base);
  opacity: 0;
  transform: translateY(20px) scale(0.3);
  position: relative;
}

.fab-action::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 70px;
  background: var(--gray-900);
  color: var(--white);
  padding: 8px 15px;
  border-radius: var(--radius-lg);
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  opacity: 0;
  transform: translateX(-10px);
  transition: all var(--transition-fast);
  pointer-events: none;
  box-shadow: var(--shadow-lg);
}

.fab-action::after {
  content: '';
  position: absolute;
  left: 60px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid var(--gray-900);
  opacity: 0;
  transform: translateX(-10px);
  transition: all var(--transition-fast);
}

.fab-action:hover::before,
.fab-action:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.fab-action.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fab-action i {
  font-size: 1.25rem;
  transition: all var(--transition-base);
}

.fab-action:hover {
  background: var(--primary-500);
  color: var(--white);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(189, 1, 0, 0.35);
}

/* Specific Action Styles */
.fab-action:nth-child(1):hover {
  background: #25D366;
  border-color: #25D366;
  color: var(--white);
}

.fab-action:nth-child(2):hover {
  background: var(--primary-500);
  border-color: var(--primary-600);
}

.fab-action:nth-child(3):hover {
  background: var(--secondary-500);
  border-color: var(--secondary-600);
}

.fab-action:nth-child(4):hover {
  background: var(--primary-500);
  border-color: var(--primary-600);
}

/* Pulse Animation */
@keyframes fabPulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(189, 1, 0, 0.35);
  }
  50% {
    box-shadow: 0 8px 25px rgba(189, 1, 0, 0.35), 0 0 0 15px rgba(189, 1, 0, 0.1), 0 0 0 30px rgba(189, 1, 0, 0.05);
  }
}

.fab-trigger {
  animation: fabPulse 2s infinite;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .floating-action-button {
    bottom: 20px;
    left: 20px;
  }
  
  .fab-trigger {
    width: 60px;
    height: 60px;
  }
  
  .fab-trigger i {
    font-size: 1.35rem;
  }
  
  .fab-action {
    width: 50px;
    height: 50px;
  }
  
  .fab-action i {
    font-size: 1.15rem;
  }
  
  .fab-action::before {
    left: 65px;
    font-size: 0.8125rem;
    padding: 6px 12px;
  }
  
  .fab-action::after {
    right: 55px;
  }
}

/* =========================================================================
   CONSISTENT BUTTON & SECTION PADDING - GLOBAL FIXES
========================================================================= */
/* Ensure all buttons have consistent padding */
.btn,
a.btn,
button.btn {
  padding: var(--space-4) var(--space-8) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.btn-lg,
a.btn-lg,
button.btn-lg {
  padding: var(--space-5) var(--space-12) !important;
  font-size: 1.125rem !important;
}

.btn-sm,
a.btn-sm,
button.btn-sm {
  padding: var(--space-2) var(--space-6) !important;
  font-size: 0.875rem !important;
}

/* Section Consistent Padding */
section {
  padding: var(--space-24) 0 !important;
}

section.py-5 {
  padding: var(--space-20) 0 !important;
}

/* Heading Consistent Font Sizes */
h1, .h1 { font-size: clamp(2.5rem, 5vw, 3.5rem) !important; }
h2, .h2 { font-size: clamp(2rem, 4vw, 2.75rem) !important; }
h3, .h3 { font-size: clamp(1.75rem, 3.5vw, 2.25rem) !important; }
h4, .h4 { font-size: clamp(1.5rem, 3vw, 1.875rem) !important; }
h5, .h5 { font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important; }
h6, .h6 { font-size: clamp(1.125rem, 2vw, 1.25rem) !important; }

/* Paragraph Consistent Sizing */
p {
  font-size: clamp(1rem, 1.5vw, 1.125rem) !important;
  line-height: 1.7 !important;
}

.lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem) !important;
}
.heading-design{
    -webkit-text-fill-color: white;
    background-color: var(--primary-500);
    width: 100%;
}

/* H1 Strip Section - SEO H1 Banner */
.py-4 h1 {
    background-color: var(--primary-500);
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

@media (max-width: 991px) {
    .py-4 h1 {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 767px) {
    .py-4 h1 {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 575px) {
    .py-4 h1 {
        font-size: 1rem !important;
    }
}