/* ============================================
   CoinCell Enhanced Stylesheet
   Visual Design Overhaul - Tech Industrial Luxury
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  /* Primary Palette - Deep Ocean Tech */
  --primary-900: #050d1f;
  --primary-800: #0a1628;
  --primary-700: #0f2744;
  --primary-600: #1a365d;
  --primary-500: #2563eb;
  --primary-400: #3b82f6;
  
  /* Accent - Electric Cyan */
  --accent-500: #00d4ff;
  --accent-400: #22d3ee;
  --accent-300: #67e8f9;
  --accent-glow: rgba(0, 212, 255, 0.3);
  
  /* Neutrals */
  --surface-50: #f8fafc;
  --surface-100: #f1f5f9;
  --surface-200: #e2e8f0;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  
  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #0a1628 0%, #1a365d 50%, #0f2744 100%);
  --gradient-accent: linear-gradient(135deg, #00d4ff 0%, #3b82f6 100%);
  --gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  --gradient-dark: linear-gradient(180deg, #0a1628 0%, #050d1f 100%);
  
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
  --shadow-glow: 0 0 40px rgba(0, 212, 255, 0.15);
  --shadow-card-hover: 0 25px 50px -12px rgba(10, 22, 40, 0.25);
  
  /* Typography */
  --font-display: 'Space Grotesk', 'Plus Jakarta Sans', -apple-system, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  
  /* Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  
  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Base Overrides
   ============================================ */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--surface-50);
  line-height: 1.7;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

p {
  color: var(--text-secondary);
  line-height: 1.8;
}

a {
  color: var(--primary-500);
  transition: var(--transition-base);
}

a:hover {
  color: var(--accent-500);
  text-decoration: none;
}

/* ============================================
   Section Title Enhancement
   ============================================ */

.section-title {
  font-family: var(--font-display);
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.5em !important;
  padding-bottom: 0.8em !important;
  position: relative;
  text-align: center;
  text-transform: none !important;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

.section-title::before {
  display: none !important;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--gradient-accent);
  border-radius: 2px;
}

/* ============================================
   Header / Navigation Enhancement
   ============================================ */

#site-header {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(10, 22, 40, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all var(--transition-base);
}

#site-header header {
  padding: 18px 40px !important;
}

#site-header.nav-fixed {
  background: rgba(10, 22, 40, 0.95) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  padding: 10px 40px !important;
}

.navbar .navbar-brand img {
  filter: brightness(1.1);
  transition: var(--transition-base);
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8) !important;
  position: relative;
  padding: 8px 0 !important;
  margin: 0 4px;
  opacity: 1 !important;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-500);
  transition: all var(--transition-base);
  transform: translateX(-50%);
  border-radius: 1px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  width: 100%;
  background: var(--accent-500);
}

/* ============================================
   Banner / Hero Section Enhancement
   ============================================ */

.banner {
  background: 
    linear-gradient(135deg, #030a1a 0%, #0a1628 25%, #0f2744 50%, #1a365d 75%, #0c1e3a 100%) !important;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Layer 1: Deep radial glow orbs */
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 15% 65%, rgba(0, 212, 255, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 85% 25%, rgba(59, 130, 246, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 50% 90%, rgba(0, 180, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
  animation: bannerGlow 12s ease-in-out infinite alternate;
}

@keyframes bannerGlow {
  0% {
    background: 
      radial-gradient(circle at 15% 65%, rgba(0, 212, 255, 0.18) 0%, transparent 40%),
      radial-gradient(circle at 85% 25%, rgba(59, 130, 246, 0.15) 0%, transparent 45%),
      radial-gradient(circle at 50% 90%, rgba(0, 180, 255, 0.08) 0%, transparent 50%);
  }
  100% {
    background: 
      radial-gradient(circle at 20% 70%, rgba(0, 212, 255, 0.22) 0%, transparent 45%),
      radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.18) 0%, transparent 50%),
      radial-gradient(circle at 45% 85%, rgba(0, 180, 255, 0.12) 0%, transparent 55%);
  }
}

/* Layer 2: Grid pattern - removed by user request */

/* Layer 3: Diagonal light beams */
.banner-beams {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}

.banner-beams:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: 
    linear-gradient(110deg, transparent 30%, rgba(0, 212, 255, 0.04) 45%, rgba(0, 212, 255, 0.08) 50%, rgba(0, 212, 255, 0.04) 55%, transparent 70%);
  transform: rotate(-5deg);
  animation: beamMove 8s ease-in-out infinite alternate;
}

.banner-beams:after {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 160%;
  background: 
    linear-gradient(125deg, transparent 40%, rgba(59, 130, 246, 0.05) 50%, transparent 60%);
  transform: rotate(10deg);
  animation: beamMove 10s ease-in-out infinite alternate-reverse;
}

@keyframes beamMove {
  0% { transform: translateX(0) rotate(-5deg); opacity: 0.6; }
  100% { transform: translateX(40px) rotate(-3deg); opacity: 1; }
}

/* Layer 4: Particle dots (star-like) */
.banner-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 4;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: particleTwinkle 3s ease-in-out infinite;
}

.particle.accent {
  background: var(--accent-400);
  box-shadow: 0 0 6px var(--accent-glow);
}

@keyframes particleTwinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

/* Layer 5: Floating orbs */
.banner-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.banner-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(0, 212, 255, 0.12);
  top: -100px;
  right: 5%;
  animation: orbFloat1 15s ease-in-out infinite;
}

.banner-orb-2 {
  width: 350px;
  height: 350px;
  background: rgba(59, 130, 246, 0.1);
  bottom: -80px;
  left: 0%;
  animation: orbFloat2 18s ease-in-out infinite;
}

.banner-orb-3 {
  width: 200px;
  height: 200px;
  background: rgba(100, 200, 255, 0.08);
  top: 40%;
  left: 60%;
  animation: orbFloat3 12s ease-in-out infinite;
}

@keyframes orbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, 20px) scale(1.1); }
  66% { transform: translate(-20px, 40px) scale(0.95); }
}

@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, -30px) scale(1.15); }
}

@keyframes orbFloat3 {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  50% { transform: translate(60px, -20px); opacity: 0.8; }
}

/* Layer 6: Circuit/tech pattern overlay */
.banner-circuit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.06;
  background-image: 
    radial-gradient(circle at 25% 25%, #00d4ff 2px, transparent 2px),
    radial-gradient(circle at 75% 75%, #00d4ff 2px, transparent 2px),

   
  background-size: 120px 120px;
  
 
}

/* Layer 7: Noise texture for depth */
.banner-noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
  opacity: 0.03;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

#home {
  padding-top: 8em !important;
  padding-bottom: 6em;
  position: relative;
  z-index: 10;
}

/* Banner product image */
.banner-product-img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}


@media (min-width: 992px) {
  .banner-product-img {
    max-width: 110%;
  }
}


h1.title {
  font-family: var(--font-display);
  font-size: 3.5rem !important;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem !important;
  background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 50%, #bae6fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h1.title strong {
  font-weight: 800;
  display: inline-block;
  position: relative;
}

.banner p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: 560px;
  margin-bottom: 2rem;
}

/* Buttons Enhancement */
.btn-style {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  padding: 16px 36px !important;
  background: var(--gradient-accent) !important;
  border: none !important;
  border-radius: var(--radius-md) !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-base) !important;
  box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
  text-transform: uppercase;
}

.btn-style::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn-style:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
}

.btn-style:hover::before {
  left: 100%;
}

.btn-outline-style {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  padding: 14px 34px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: var(--radius-md) !important;
  color: #fff !important;
  background: transparent !important;
  transition: all var(--transition-base) !important;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.btn-outline-style:hover {
  border-color: var(--accent-500) !important;
  color: var(--accent-500) !important;
  background: rgba(0, 212, 255, 0.08) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.2);
}

/* Hero Image */
.banner .rounded-circle {
  border-radius: var(--radius-xl) !important;
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(0, 212, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* ============================================
   Box Blue / Stats Cards Enhancement
   ============================================ */

.box-blue {
  background: var(--gradient-primary) !important;
  border-radius: var(--radius-lg) !important;
  padding: 36px 32px !important;
  margin-top: 30px !important;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all var(--transition-base) !important;
  box-shadow: 0 10px 40px rgba(10, 22, 40, 0.2);
}

.box-blue:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(30%, -30%);
}

.box-blue:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(10, 22, 40, 0.3);
  border-color: rgba(0, 212, 255, 0.3);
}

.box-blue h4 {
  font-family: var(--font-display);
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--accent-400) !important;
  text-align: center !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

.box-blue h5 {
  font-family: var(--font-display);
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
}

/* ============================================
   Box Wrap / Product Cards Enhancement
   ============================================ */

.box-wrap {
  background: #fff !important;
  border-radius: var(--radius-lg) !important;
  padding: 32px 28px !important;
  margin-top: 30px !important;
  transition: all var(--transition-base) !important;
  border: 1px solid var(--surface-200);
  box-shadow: var(--shadow-sm) !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.box-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-base);
}

.box-wrap:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover) !important;
  border-color: transparent;
}

.box-wrap:hover::before {
  transform: scaleX(1);
}

.box-wrap h4 a {
  font-family: var(--font-display);
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--text-primary) !important;
  margin-top: 20px !important;
  margin-bottom: 4px !important;
  transition: var(--transition-base);
  letter-spacing: -0.01em;
  order: 2;
  position: relative;
  z-index: 2;
}

.box-wrap h4 {
  margin: 0 !important;
}

.box-wrap h4:first-of-type,
.box-wrap > h4:first-of-type {
  margin-top: 18px !important;
  margin-bottom: 4px !important;
  font-family: var(--font-display);
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--text-primary) !important;
  order: 2;
  position: relative;
  z-index: 2;
}

.box-wrap h4:nth-of-type(2),
.box-wrap > h4:nth-of-type(2) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: var(--font-body);
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: var(--text-secondary) !important;
  order: 3;
  position: relative;
  z-index: 2;
}

.box-wrap:hover h4:first-of-type,
.box-wrap:hover > h4:first-of-type {
  color: var(--primary-500) !important;
}

.box-wrap:hover h4 a {
  color: var(--primary-500) !important;
}

/* Product image showcase area */
.box-wrap .product-image-wrap {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #ffffff;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  transition: all var(--transition-base);
  order: 1;
}

.box-wrap .product-image-wrap::before {
  display: none;
}

.box-wrap .product-image-wrap::after {
  display: none;
}

.box-wrap:hover .product-image-wrap {
  background: #ffffff;
}

.box-wrap:hover .product-image-wrap::after {
  display: none;
}

.box-wrap img {
  border-radius: 0;
  transition: all var(--transition-base);
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.box-wrap:hover img {
  transform: scale(1.05);
}

.img-shadow {
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* ============================================
   Sections Background Enhancement
   ============================================ */

section {
  padding: 100px 0 !important;
  position: relative;
}

.bg-light {
  background: var(--surface-100) !important;
  position: relative;
}

.bg-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--surface-200), transparent);
}

.w3l-about {
  background: #fff;
}

.testimonials {
  background: #fff;
}

/* ============================================
   Team / Equipment Cards
   ============================================ */

.team-colomn {
  margin-bottom: 40px;
}

.team-colomn > div {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--transition-base);
  border: 1px solid var(--surface-200);
}

.team-colomn > div:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.team-colomn img {
  border-radius: var(--radius-md);
  transition: var(--transition-base);
}

.team-colomn:hover img {
  transform: scale(1.03);
}

.team-colomn h6 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 16px;
  letter-spacing: -0.01em;
}

/* ============================================
   Footer Enhancement
   ============================================ */

#site-footer .top-footer {
  background: var(--gradient-dark) !important;
  padding: 80px 0 50px !important;
  position: relative;
  overflow: hidden;
}

#site-footer .top-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 10% 0%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 100%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

#site-footer .footer-logo a {
  font-family: var(--font-display);
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, #bae6fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#site-footer .footer-title {
  font-family: var(--font-display);
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 1.5em !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#site-footer .footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--accent-500);
  border-radius: 1px;
}

#site-footer p,
#site-footer a {
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.8;
}

#site-footer a:hover {
  color: var(--accent-400) !important;
}

#site-footer .footer-list li {
  padding: 6px 0 !important;
}

#site-footer .footer-list a {
  position: relative;
  transition: var(--transition-base);
}

#site-footer .footer-list a:hover {
  padding-left: 6px;
}

#site-footer .bottom-footer {
  background: var(--primary-900) !important;
  padding: 24px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#site-footer .copyright {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.875rem;
  margin: 0;
}

#site-footer .social-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 8px;
  transition: all var(--transition-base);
  color: rgba(255, 255, 255, 0.7) !important;
}

#site-footer .social-item:hover {
  background: var(--accent-500);
  border-color: var(--accent-500);
  color: #fff !important;
  transform: translateY(-3px);
}

/* ============================================
   Inner Banner / Breadcrumb
   ============================================ */

.inner-banner {
  background: var(--gradient-primary) !important;
  height: 320px !important;
  position: relative;
  overflow: hidden;
}

.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 30% 50%, rgba(0, 212, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.breadcrumb {
  background: #fff !important;
  padding: 16px 24px !important;
  border-radius: var(--radius-md);
  margin: -24px 0 0 !important;
  box-shadow: var(--shadow-md);
  position: relative;
  z-index: 10;
}

.breadcrumb-padding {
  padding: 0 24px !important;
}

.breadcrumb-item a {
  color: var(--text-secondary);
  font-weight: 500;
}

.breadcrumb-item.active {
  color: var(--primary-500);
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
}

/* ============================================
   Scroll Animations
   ============================================ */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ============================================
   Back to Top Button
   ============================================ */

#movetop {
  background: var(--gradient-accent) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 48px;
  height: 48px;
  bottom: 30px !important;
  right: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);
  transition: all var(--transition-base) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#movetop:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.4);
}

#movetop span {
  color: #fff;
  font-size: 18px;
}

/* ============================================
   Inner Banner / Page Header Enhancement
   ============================================ */

.inner-banner {
  background: var(--gradient-primary) !important;
  height: 340px !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 60%, rgba(0, 212, 255, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 30%, rgba(59, 130, 246, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
}

/* Inner banner content */
.inner-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.inner-banner-title {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 50%, #bae6fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out;
}

.inner-banner-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: fadeInUp 0.8s ease-out 0.15s both;
}

/* Decorative floating shapes */
.inner-banner-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.inner-banner-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  border: 2px solid var(--accent-400);
}

.inner-banner-shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
  animation: floatShape 8s ease-in-out infinite;
}

.inner-banner-shape-2 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 10%;
  animation: floatShape 10s ease-in-out infinite reverse;
}

.inner-banner-shape-3 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 15%;
  animation: floatShape 7s ease-in-out infinite;
}

.inner-banner-shape-4 {
  width: 60px;
  height: 60px;
  top: 25%;
  right: 25%;
  background: var(--accent-500);
  border-radius: 12px;
  transform: rotate(45deg);
  opacity: 0.05;
  animation: spinShape 15s linear infinite;
}

@keyframes floatShape {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

@keyframes spinShape {
  from { transform: rotate(45deg); }
  to { transform: rotate(405deg); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Bottom wave divider */
.inner-banner-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 3;
  line-height: 0;
}

.inner-banner-wave svg {
  width: 100%;
  height: 100%;
}

.inner-banner-wave path {
  fill: #fff;
}

/* Light orbs */
.inner-banner-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  pointer-events: none;
}

.inner-banner-orb-1 {
  width: 300px;
  height: 300px;
  background: var(--accent-500);
  top: -100px;
  right: 10%;
  animation: orbFloat 12s ease-in-out infinite;
}

.inner-banner-orb-2 {
  width: 250px;
  height: 250px;
  background: var(--primary-400);
  bottom: -80px;
  left: 5%;
  animation: orbFloat 10s ease-in-out infinite reverse;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  50% { transform: translate(30px, -20px); opacity: 0.6; }
}

/* ============================================
   Mobile Responsive
   ============================================ */

/* ============================================
   Responsive Design - Tablet (≤1024px)
   ============================================ */

@media (max-width: 1024px) {
  #site-header header {
    padding: 16px 30px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 8px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }

  h1.title {
    font-size: 2.75rem !important;
  }

  .section-title {
    font-size: 2.1rem !important;
  }

  section {
    padding: 80px 0 !important;
  }

  .box-blue {
    padding: 28px 24px !important;
  }

  .box-blue h4 {
    font-size: 1.1rem !important;
  }

  .box-blue h5 {
    font-size: 1rem !important;
  }
}

/* ============================================
   Responsive Design - Tablet Small (≤992px)
   ============================================ */

@media (max-width: 992px) {
  h1.title {
    font-size: 2.25rem !important;
  }
  
  .section-title {
    font-size: 1.875rem !important;
  }
  
  section {
    padding: 64px 0 !important;
  }
  
  #home {
    padding-top: 7em !important;
    padding-bottom: 4em;
    min-height: auto;
  }

  .banner p {
    font-size: 1rem;
  }

  .btn-style,
  .btn-outline-style {
    padding: 14px 28px !important;
    font-size: 13px !important;
  }

  /* Navigation mobile menu */
  .navbar-collapse {
    background: rgba(10, 22, 40, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-lg);
    margin-top: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    padding: 8px 12px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link::after {
    display: none;
  }

  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 8px 12px !important;
    border-radius: var(--radius-sm) !important;
  }

  /* Cards grid */
  .box-wrap {
    padding: 24px 20px !important;
  }

  .box-wrap h4 a {
    font-size: 1.1rem !important;
  }

  /* Footer */
  #site-footer .top-footer {
    padding: 60px 0 40px !important;
  }

  #site-footer .footer-logo a {
    font-size: 1.5rem !important;
  }

  /* Breadcrumbs */
  .breadcrumb-padding {
    padding: 0 15px !important;
  }

  .breadcrumb {
    padding: 12px 18px !important;
    font-size: 0.875rem;
  }

  .inner-banner {
    height: 280px !important;
  }

  .inner-banner-title {
    font-size: 2rem;
  }

  .inner-banner-subtitle {
    font-size: 0.85rem;
  }

  .inner-banner-wave {
    height: 40px;
  }

  .inner-banner-shape-1 {
    width: 140px;
    height: 140px;
  }

  .inner-banner-shape-2 {
    width: 80px;
    height: 80px;
  }

  .inner-banner-orb-1 {
    width: 200px;
    height: 200px;
  }

  .inner-banner-orb-2 {
    width: 160px;
    height: 160px;
  }

  /* Team columns */
  .team-colomn {
    margin-bottom: 30px;
  }
}

/* ============================================
   Responsive Design - Mobile Large (≤768px)
   ============================================ */

@media (max-width: 768px) {
  :root {
    --radius-lg: 16px;
    --radius-xl: 20px;
  }

  h1.title {
    font-size: 2rem !important;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  
  .inner-banner {
    height: 220px !important;
  }
  
  #site-header header {
    padding: 12px 16px !important;
  }

  #site-header.nav-fixed {
    padding: 8px 16px !important;
  }

  .navbar .navbar-brand img {
    max-width: 48px !important;
    height: auto !important;
  }

  section {
    padding: 56px 0 !important;
  }

  #home {
    padding-top: 6em !important;
    padding-bottom: 3.5em;
  }

  /* Banner/Hero */
  .banner {
    min-height: auto;
    padding-bottom: 40px;
  }

  .banner p {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 100%;
  }

  .banner .rounded-circle {
    max-width: 240px;
    margin: 0 auto;
    border-radius: var(--radius-lg) !important;
  }

  /* Reduce decorative elements on mobile for performance */
  .banner-circuit,
  .banner-noise {
    display: none;
  }

  .banner-orb-1,
  .banner-orb-2,
  .banner-orb-3 {
    filter: blur(50px);
  }

  .banner-orb-1 {
    width: 250px;
    height: 250px;
  }

  .banner-orb-2 {
    width: 200px;
    height: 200px;
  }

  .banner-orb-3 {
    width: 150px;
    height: 150px;
  }

  .banner-particles {
    opacity: 0.6;
  }

  /* Buttons */
  .btn-style,
  .btn-outline-style {
    padding: 12px 24px !important;
    font-size: 13px !important;
    width: 100%;
    max-width: 280px;
    display: block;
    text-align: center;
    margin: 0 auto 12px !important;
  }

  .mt-5 .btn + .btn {
    margin-left: 0 !important;
  }

  /* Section titles */
  .section-title {
    font-size: 1.6rem !important;
    margin-bottom: 1.2em !important;
  }

  .section-title::after {
    width: 48px;
    height: 3px;
  }

  /* Stats boxes */
  .box-blue {
    padding: 24px 20px !important;
    margin-top: 20px !important;
  }

  .box-blue h4 {
    font-size: 1rem !important;
    margin-bottom: 12px !important;
  }

  .box-blue h5 {
    font-size: 0.9rem !important;
    margin: 8px 0 !important;
  }

  /* Product cards */
  .box-wrap {
    padding: 16px 14px !important;
    margin-top: 20px !important;
  }

  .box-wrap h4 a {
    font-size: 1rem !important;
    margin-top: 14px !important;
    margin-bottom: 6px !important;
  }

  .box-wrap .product-image-wrap {
    padding: 18px 14px !important;
    min-height: 140px;
  }

  .box-wrap img {
    max-width: 100%;
    height: auto;
  }

  /* Team/Equipment cards */
  .team-colomn > div {
    padding: 16px;
  }

  .team-colomn h6 {
    font-size: 0.9rem;
    margin-top: 12px;
  }

  .team-colomn {
    margin-bottom: 24px;
  }

  /* Footer */
  #site-footer .top-footer {
    padding: 48px 0 32px !important;
  }

  #site-footer .footer-logo a {
    font-size: 1.35rem !important;
  }

  #site-footer .footer-title {
    font-size: 0.875rem !important;
    margin-bottom: 1.2em !important;
  }

  #site-footer p,
  #site-footer a {
    font-size: 0.9rem;
  }

  #site-footer .bottom-footer {
    padding: 20px 0 !important;
  }

  #site-footer .copyright {
    font-size: 0.8rem !important;
  }

  #site-footer .social-item {
    width: 36px;
    height: 36px;
  }

  .col-lg-3,
  .col-lg-4,
  .col-lg-5 {
    margin-bottom: 32px;
  }

  .col-lg-3:last-child,
  .col-lg-4:last-child,
  .col-lg-5:last-child {
    margin-bottom: 0;
  }

  /* Back to top button */
  #movetop {
    width: 42px;
    height: 42px;
    bottom: 20px !important;
    right: 20px !important;
  }

  /* Breadcrumbs */
  .breadcrumb {
    padding: 10px 14px !important;
    font-size: 0.8rem;
  }

  .breadcrumb-padding {
    padding: 0 12px !important;
  }

  /* Grid columns - single column on mobile */
  .row.grid-col-4 .col-lg-4,
  .row.grid-col-4 .col-md-6,
  .row .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Reveal animations disabled for performance on mobile */
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ============================================
   Responsive Design - Mobile Medium (≤576px)
   ============================================ */

@media (max-width: 576px) {
  h1.title {
    font-size: 1.75rem !important;
  }

  .section-title {
    font-size: 1.5rem !important;
  }

  section {
    padding: 48px 0 !important;
  }

  #home {
    padding-top: 5.5em !important;
    padding-bottom: 3em;
  }

  .banner p {
    font-size: 0.9rem;
  }

  .banner .rounded-circle {
    max-width: 200px;
  }

  /* Buttons full width */
  .btn-style,
  .btn-outline-style {
    padding: 14px 20px !important;
    font-size: 14px !important;
    width: 100%;
    max-width: 100%;
  }

  .mt-5 {
    margin-top: 1.5rem !important;
  }

  /* Header */
  #site-header header {
    padding: 10px 12px !important;
  }

  .navbar .navbar-brand img {
    max-width: 44px !important;
  }

  .navbar-toggler {
    padding: 6px 10px !important;
  }

  /* Cards */
  .box-wrap {
    padding: 18px 14px !important;
  }

  .box-blue {
    padding: 20px 16px !important;
  }

  .box-blue h4 {
    font-size: 0.95rem !important;
  }

  .box-blue h5 {
    font-size: 0.85rem !important;
  }

  /* Equipment images */
  .team-colomn > div {
    padding: 12px;
  }

  .team-colomn h6 {
    font-size: 0.85rem;
  }

  /* Footer */
  #site-footer .top-footer {
    padding: 40px 0 28px !important;
  }

  #site-footer .bottom-footer {
    padding: 16px 0 !important;
  }

  #site-footer .copyright {
    font-size: 0.75rem !important;
    line-height: 1.5;
  }

  /* Inner banner */
  .inner-banner {
    height: 220px !important;
  }

  .inner-banner-title {
    font-size: 1.6rem;
  }

  .inner-banner-subtitle {
    font-size: 0.75rem;
  }

  .inner-banner-wave {
    height: 30px;
  }

  .inner-banner-shape-1,
  .inner-banner-shape-2,
  .inner-banner-shape-3,
  .inner-banner-shape-4 {
    display: none;
  }

  /* Back to top */
  #movetop {
    width: 38px;
    height: 38px;
    bottom: 16px !important;
    right: 16px !important;
  }

  /* Inner banner */
  .inner-banner {
    height: 180px !important;
  }
}

/* ============================================
   Responsive Design - Mobile Small (≤420px)
   ============================================ */

@media (max-width: 420px) {
  h1.title {
    font-size: 1.5rem !important;
  }

  .section-title {
    font-size: 1.35rem !important;
  }

  p {
    font-size: 0.9rem;
  }

  section {
    padding: 40px 0 !important;
  }

  #home {
    padding-top: 5em !important;
    padding-bottom: 2.5em;
  }

  .banner .rounded-circle {
    max-width: 160px;
  }

  .banner p {
    font-size: 0.85rem;
  }

  .btn-style,
  .btn-outline-style {
    padding: 12px 18px !important;
    font-size: 13px !important;
  }

  /* Navigation */
  .navbar .navbar-brand img {
    max-width: 40px !important;
  }

  .navbar-collapse {
    padding: 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 6px 10px !important;
  }

  /* Cards */
  .box-wrap {
    padding: 16px 12px !important;
    border-radius: var(--radius-md) !important;
  }

  .box-wrap h4 a {
    font-size: 0.95rem !important;
    margin-top: 12px !important;
  }

  .box-blue {
    padding: 18px 14px !important;
    border-radius: var(--radius-md) !important;
  }

  /* Footer */
  #site-footer .top-footer {
    padding: 32px 0 24px !important;
  }

  #site-footer .footer-logo a {
    font-size: 1.2rem !important;
  }

  #site-footer .footer-title {
    font-size: 0.8rem !important;
    margin-bottom: 1em !important;
  }

  #site-footer p,
  #site-footer a {
    font-size: 0.85rem;
  }

  .col-lg-3,
  .col-lg-4,
  .col-lg-5 {
    margin-bottom: 24px;
  }

  /* Breadcrumbs */
  .breadcrumb {
    padding: 8px 12px !important;
    font-size: 0.75rem;
  }

  .inner-banner {
    height: 160px !important;
  }
}

/* ============================================
   Touch / Mobile Interaction Optimizations
   ============================================ */

/* Remove hover effects on touch devices */
@media (hover: none) and (pointer: coarse) {
  .box-wrap:hover {
    transform: none;
  }

  .box-blue:hover {
    transform: none;
  }

  .team-colomn > div:hover {
    transform: none;
  }

  .btn-style:hover {
    transform: none;
  }

  .btn-outline-style:hover {
    transform: none;
  }

  #site-footer .social-item:hover {
    transform: none;
  }

  /* Active state for touch feedback */
  .box-wrap:active {
    transform: scale(0.98);
  }

  .box-blue:active {
    transform: scale(0.98);
  }

  .btn-style:active {
    transform: scale(0.97);
  }

  .btn-outline-style:active {
    transform: scale(0.97);
  }
}

/* Prevent zoom on iOS form inputs */
@supports (-webkit-touch-callout: none) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* Smooth scrolling on iOS */
@supports (-webkit-overflow-scrolling: touch) {
  html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}

/* Safe area for notched phones */
@supports (padding: env(safe-area-inset-top)) {
  #site-header {
    padding-top: env(safe-area-inset-top) !important;
  }

  #site-footer .bottom-footer {
    padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
  }

  #movetop {
    bottom: calc(20px + env(safe-area-inset-bottom)) !important;
  }
}

/* ============================================
   Large Desktop Optimization (≥1400px)
   ============================================ */

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }

  h1.title {
    font-size: 4rem !important;
  }

  .section-title {
    font-size: 2.75rem !important;
  }

  section {
    padding: 110px 0 !important;
  }
}

/* ============================================
   Print Styles
   ============================================ */

@media print {
  #site-header,
  #site-footer,
  #movetop {
    display: none !important;
  }

  section {
    padding: 20px 0 !important;
    page-break-inside: avoid;
  }

  .box-wrap,
  .box-blue {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}

/* ============================================
   Additional Decorative Elements
   ============================================ */

.gradient-text {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glow-border {
  position: relative;
}

.glow-border::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: var(--gradient-accent);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition-base);
}

.glow-border:hover::before {
  opacity: 1;
}

/* Number counter style */
.stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
