/* ==========================================================================
   DREAM2DIGITAL - PREMIUM WEBPULSE-INSPIRED NEON CORPORATE SYSTEM (CSS3)
   Exact Prompt Specifications:
   - Background: Dark Black (#070B14)
   - Accent Colors: Electric Blue (#00D4FF), Purple (#7B2EFF), Cyan Gradients
   - Aesthetics: Apple + Awwwards International Startup UI/UX
   ========================================================================== */

:root {
  --bg-dark: #070B14;
  --bg-card: rgba(15, 23, 42, 0.6);
  --border-glass: rgba(0, 198, 255, 0.18);
  --border-glow: #00C6FF;
  
  --color-electric-blue: #00C6FF;
  --color-purple: #0072FF;
  --color-cyan: #00E5FF;
  
  --text-main: #ffffff;
  --text-muted: #8AB4F8;
  --text-dim: #5F7D9C;
  
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body {
  background: var(--bg-dark);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

/* Mouse Follow Glow */
.custom-cursor {
  position: fixed;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-electric-blue);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 18px var(--color-electric-blue);
  transition: width 0.2s, height 0.2s, background 0.2s;
}
.custom-cursor-follower {
  position: fixed;
  width: 6px;
  height: 6px;
  background: var(--color-purple);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px var(--color-purple);
}

/* Background Particle Canvas */
#bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.content-wrapper {
  position: relative;
  z-index: 2;
}

/* Brand Typography & Blue Gradients matching Logo */
.gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, var(--color-electric-blue) 60%, #0072ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purple-gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, var(--color-electric-blue) 50%, var(--color-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-panel {
  background: var(--bg-card);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.glass-panel:hover {
  border-color: var(--color-electric-blue);
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.25);
  transform: translateY(-6px);
}

/* Sticky Transparent Header with Mega Menu */
.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 11, 20, 0.75);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 8%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.brand-logo {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo img {
  height: 40px;
  border-radius: 8px;
  background: #fff;
  padding: 2px;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: var(--color-electric-blue);
}

.btn-glow {
  background: linear-gradient(135deg, var(--color-electric-blue), var(--color-purple));
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.4);
  transition: all 0.3s;
}
.btn-glow:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(123, 46, 255, 0.6);
  color: #fff;
}

/* Full Screen Hero Section */
.hero-section {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.hero-title {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 25px;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 600px;
}

/* 3D Animated Hero Mockup Right Side */
.hero-mockup-card {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--border-glass);
  background: radial-gradient(circle at center, rgba(123, 46, 255, 0.15) 0%, rgba(7, 11, 20, 0.9) 100%);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.2);
  text-align: center;
}
.hero-mockup-card img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.8);
}

/* Scroll Down Indicator */
.scroll-down-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.8rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -10px); }
  60% { transform: translate(-50%, -5px); }
}

/* Sections Styling */
.section-padding {
  padding: 100px 0;
}
.section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px auto;
}
.section-tag {
  color: var(--color-electric-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
.section-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
}

/* Interactive Hover Cards Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.service-card {
  padding: 35px;
  position: relative;
  overflow: hidden;
}
.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid var(--color-electric-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--color-electric-blue);
  margin-bottom: 25px;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
}

/* Progress Bars */
.progress-bar-container {
  margin-bottom: 20px;
}
.progress-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.progress-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-electric-blue), var(--color-purple));
  border-radius: 100px;
  transition: width 1.5s ease-in-out;
}

/* Technology Stack Glowing Icons */
.tech-stack-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.tech-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid var(--border-glass);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 1.6rem;
  color: var(--color-electric-blue);
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
  transition: all 0.3s;
}
.tech-icon-box:hover {
  transform: scale(1.15) rotate(5deg);
  border-color: var(--color-purple);
  color: var(--color-purple);
  box-shadow: 0 0 25px rgba(123, 46, 255, 0.5);
}
.tech-icon-box span {
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 0 25px rgba(37, 211, 102, 0.6);
  z-index: 9000;
  text-decoration: none;
  animation: pulse-whatsapp 2s infinite;
}
@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Multi-Column Footer */
.footer-custom {
  background: #04070e;
  border-top: 1px solid var(--border-glass);
  padding: 80px 0 40px 0;
}

@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
