.elementor-98 .elementor-element.elementor-element-22d736b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-98 .elementor-element.elementor-element-4bef0b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-98 .elementor-element.elementor-element-ce97651{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-98 .elementor-element.elementor-element-3ec2b65{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-98 .elementor-element.elementor-element-9b18be1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-98 .elementor-element.elementor-element-0d1c80a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2345a7d */:root {
  --bg-white: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #7FFAFF;
  --text-dark: #1A1A1A;
  --text-grey: #555566;
}

/* --- MAIN HERO SECTION --- */
.dm-hero-section {
  position: relative; background-color: var(--bg-white);
  /* Added more top padding so "Performance Driven" doesn't hit the top */
  padding: 120px 20px 60px; 
  font-family: 'Lato', sans-serif;
  overflow: hidden; display: flex; justify-content: center; align-items: center;
  min-height: 80vh;
}

/* Background Ambient Glows */
.dm-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.25; z-index: 0; animation: breatheGlow 8s infinite alternate; }
.glow-purple { width: 50vw; height: 50vw; max-width: 500px; max-height: 500px; background: var(--brand-purple); top: -10%; left: -10%; }
.glow-cyan { width: 45vw; height: 45vw; max-width: 450px; max-height: 450px; background: var(--brand-cyan); bottom: -10%; right: -10%; animation-delay: -4s; }

@keyframes breatheGlow {
  0% { transform: scale(1) translate(0, 0); opacity: 0.2; }
  100% { transform: scale(1.2) translate(30px, -30px); opacity: 0.4; }
}

.dm-hero-grid {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr;
  align-items: center; gap: 60px; max-width: 1200px; width: 100%;
}

/* ===================================================
   LEFT: CONTENT & BUTTON
=================================================== */
@keyframes slideUpFade { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translateY(0); } }

.dm-content-col { perspective: 1000px; }

.dm-badge {
  display: inline-block; padding: 8px 18px; margin-bottom: 25px;
  background: rgba(197, 129, 241, 0.1); border: 1px solid rgba(197, 129, 241, 0.4);
  border-radius: 50px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 800;
  color: var(--brand-purple); letter-spacing: 1.5px;
  opacity: 0; animation: slideUpFade 0.8s forwards; animation-delay: 0.1s;
}

.dm-content-col h1 {
  font-family: 'Montserrat', sans-serif; font-size: 64px; font-weight: 900; color: var(--text-dark); margin: 0 0 20px 0; line-height: 1.1;
  opacity: 0; animation: slideUpFade 0.8s forwards; animation-delay: 0.3s;
}
.dm-gradient-text { background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.dm-content-col p {
  font-size: 20px; color: var(--text-grey); margin-bottom: 40px; line-height: 1.6; max-width: 90%; font-weight: 400;
  opacity: 0; animation: slideUpFade 0.8s forwards; animation-delay: 0.5s;
}

.dm-btn-group { display: flex; opacity: 0; animation: slideUpFade 0.8s forwards; animation-delay: 0.7s; }

.dm-btn {
  position: relative; display: flex; align-items: center; justify-content: center;
  padding: 18px 40px; border-radius: 12px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 800;
  text-decoration: none !important; cursor: pointer; overflow: hidden; border: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-solid-primary {
  background: var(--text-dark); color: #FFF; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: pulsePrimary 3s infinite alternate;
}
@keyframes pulsePrimary { 0% { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); transform: scale(1); } 100% { box-shadow: 0 15px 35px rgba(197, 129, 241, 0.4); transform: scale(1.02); } }
.btn-solid-primary:hover {
  animation: none; background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  transform: translateY(-5px) scale(1.05); color: #FFF; box-shadow: 0 20px 40px rgba(127, 255, 255, 0.5);
}

.liquid-sweep { position: absolute; top: 0; left: -150%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); transform: skewX(-25deg); transition: 0s; }
.btn-solid-primary:hover .liquid-sweep { left: 200%; transition: 0.8s ease-in-out; }

/* ===================================================
   RIGHT: PURE CSS DIGITAL MARKETING 3D ART
=================================================== */
.dm-visual-col { display: flex; flex-direction: column; align-items: center; position: relative; opacity: 0; animation: slideUpFade 1s forwards; animation-delay: 0.2s; }
.dm-css-art-container { width: 380px; height: 380px; position: relative; perspective: 1200px; transform-style: preserve-3d; animation: floatContainer 6s ease-in-out infinite alternate; }

/* Cinematic Light Flare */
.dm-cinematic-flare { position: absolute; width: 120px; height: 120px; background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(127,255,255,0.2) 40%, transparent 70%); top: 10%; left: 20%; z-index: 7; mix-blend-mode: overlay; pointer-events: none; animation: pulseFlare 4s infinite alternate; }
@keyframes pulseFlare { 0% { transform: scale(0.8); opacity: 0.5; } 100% { transform: scale(1.2); opacity: 1; } }

/* 3D Rotating Data Crystal */
.css-data-crystal { position: absolute; top: 20px; left: -10px; z-index: 6; transform-style: preserve-3d; animation: spinCrystal 8s linear infinite; }
.crystal-top { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 25px solid rgba(127, 255, 255, 0.8); }
.crystal-bottom { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 35px solid rgba(197, 129, 241, 0.8); }
@keyframes spinCrystal { 0% { transform: rotateY(0deg) translateY(0); } 50% { transform: rotateY(180deg) translateY(-15px); } 100% { transform: rotateY(360deg) translateY(0); } }

/* Dashboard Base */
.css-dashboard { width: 260px; height: 180px; position: absolute; top: 80px; left: 60px; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 16px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: -20px 30px 50px rgba(197, 129, 241, 0.2), inset 0 0 20px rgba(255,255,255,0.8); transform: rotateX(15deg) rotateY(-20deg) rotateZ(5deg); z-index: 2; animation: dashboardTilt 8s ease-in-out infinite alternate; }
.dash-header { display: flex; gap: 6px; position: absolute; top: 15px; left: 15px; }
.dash-dot { width: 10px; height: 10px; border-radius: 50%; background: #E0E0E0; }
.dash-dot:nth-child(1) { background: #FF5F56; } .dash-dot:nth-child(2) { background: #FFBD2E; } .dash-dot:nth-child(3) { background: #27C93F; }
.dash-chart { display: flex; gap: 12px; align-items: flex-end; height: 100px; margin-top: auto; }
.bar { flex: 1; border-radius: 6px 6px 0 0; background: #EEE; transform-origin: bottom; animation: growBar 3s ease-out forwards; }
.bar-1 { height: 40%; background: linear-gradient(to top, rgba(197,129,241,0.5), var(--brand-purple)); animation-delay: 0.5s; }
.bar-2 { height: 65%; background: linear-gradient(to top, rgba(127,255,255,0.5), var(--brand-cyan)); animation-delay: 0.7s; }
.bar-3 { height: 50%; background: linear-gradient(to top, rgba(197,129,241,0.5), var(--brand-purple)); animation-delay: 0.9s; }
.bar-4 { height: 90%; background: linear-gradient(to top, var(--brand-purple), var(--brand-cyan)); animation-delay: 1.1s; box-shadow: 0 0 15px var(--brand-cyan); }

/* Target & Arrow */
.css-target { width: 90px; height: 90px; position: absolute; top: 10px; right: 10px; background: var(--bg-white); border-radius: 50%; border: 10px solid var(--brand-purple); display: flex; justify-content: center; align-items: center; box-shadow: 0 15px 30px rgba(197, 129, 241, 0.3); z-index: 3; transform: rotateY(-15deg); animation: floatTarget 5s ease-in-out infinite alternate; }
.target-inner { width: 45px; height: 45px; border-radius: 50%; border: 8px solid var(--brand-cyan); display: flex; justify-content: center; align-items: center; }
.target-center { width: 12px; height: 12px; background: var(--text-dark); border-radius: 50%; }
.css-growth-arrow { width: 70px; height: 22px; position: absolute; bottom: 90px; right: -15px; background: var(--brand-cyan); border-radius: 10px; z-index: 1; transform: rotate(-35deg) translateZ(-20px); box-shadow: 0 10px 20px rgba(127, 255, 255, 0.4); animation: shootArrow 4s infinite cubic-bezier(0.2, 0.8, 0.2, 1); }
.css-growth-arrow::after { content: ""; position: absolute; right: -8px; top: -11px; border-top: 22px solid transparent; border-bottom: 22px solid transparent; border-left: 25px solid var(--brand-cyan); }

/* Social Media Nodes */
.css-social-3d { position: absolute; display: flex; justify-content: center; align-items: center; border-radius: 14px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); box-shadow: 0 12px 30px rgba(0,0,0,0.1), inset 0 0 12px rgba(255,255,255,0.9); border: 1px solid rgba(255, 255, 255, 0.8); }
.ig-node { width: 60px; height: 60px; bottom: 20px; left: 10px; z-index: 4; animation: floatNode 5.5s infinite alternate; }
.ig-camera-border { width: 36px; height: 36px; border: 3px solid var(--brand-purple); border-radius: 10px; position: absolute; }
.ig-camera-lens { width: 16px; height: 16px; border: 3px solid var(--brand-purple); border-radius: 50%; position: absolute; }
.ig-camera-flash { width: 4px; height: 4px; background: var(--brand-purple); border-radius: 50%; position: absolute; top: 15px; right: 15px; }

.yt-node { width: 65px; height: 45px; top: 130px; left: -10px; z-index: 5; animation: floatNodeRev 6s infinite alternate; }
.yt-node::before { content: ''; position: absolute; width: 40px; height: 28px; background: var(--brand-cyan); border-radius: 6px; }
.yt-play-triangle { position: absolute; width: 0; height: 0; margin-left: 4px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #FFF; z-index: 2; }

.fb-node { width: 55px; height: 55px; top: 20px; left: 30px; z-index: 1; animation: floatNode 6.5s infinite alternate; }
.fb-icon { position: relative; width: 6px; height: 26px; background: var(--brand-purple); border-radius: 3px 3px 0 0; border-top-left-radius: 10px; margin-left: 6px; margin-top: 4px; }
.fb-icon::after { content: ''; position: absolute; width: 16px; height: 5px; background: var(--brand-purple); top: 10px; left: -5px; border-radius: 2px; }

.x-node { width: 55px; height: 55px; bottom: 40px; right: 20px; z-index: 6; animation: floatNodeRev 5s infinite alternate; }
.x-icon { position: relative; width: 24px; height: 24px; }
.x-icon::before, .x-icon::after { content: ''; position: absolute; width: 4px; height: 28px; top: -2px; left: 10px; border-radius: 2px; }
.x-icon::before { background: var(--text-dark); transform: rotate(45deg); }
.x-icon::after { background: var(--brand-cyan); transform: rotate(-45deg); }

.in-node { width: 55px; height: 55px; top: -20px; right: 50px; z-index: 5; animation: floatNode 7s infinite alternate-reverse; }
.in-icon { position: relative; width: 22px; height: 22px; }
.in-dot { position: absolute; top: 0; left: 0; width: 6px; height: 6px; background: var(--brand-purple); border-radius: 50%; }
.in-line { position: absolute; bottom: 0; left: 0; width: 6px; height: 14px; background: var(--brand-cyan); border-radius: 2px; }
.in-arch { position: absolute; bottom: 0; right: 0; width: 11px; height: 12px; border: 4px solid var(--brand-purple); border-bottom: none; border-left: none; border-radius: 0 8px 0 0; }

/* Motions */
@keyframes floatContainer { 0% { transform: translateY(0); } 100% { transform: translateY(-15px); } }
@keyframes dashboardTilt { 0% { transform: rotateX(15deg) rotateY(-20deg) rotateZ(5deg); } 100% { transform: rotateX(10deg) rotateY(-10deg) rotateZ(8deg); } }
@keyframes floatTarget { 0% { transform: rotateY(-15deg) translateY(0); } 100% { transform: rotateY(-25deg) translateY(-20px); } }
@keyframes floatNode { 0% { transform: rotate(-10deg) translateZ(30px) translateY(0); } 100% { transform: rotate(5deg) translateZ(40px) translateY(-15px) scale(1.05); } }
@keyframes floatNodeRev { 0% { transform: rotate(10deg) translateZ(20px) translateY(0); } 100% { transform: rotate(-5deg) translateZ(30px) translateY(15px) scale(1.05); } }
@keyframes growBar { 0% { transform: scaleY(0); } 100% { transform: scaleY(1); } }
@keyframes shootArrow { 0% { transform: rotate(-35deg) translateX(-30px); opacity: 0; } 50% { opacity: 1; } 100% { transform: rotate(-35deg) translateX(30px); opacity: 0; } }

/* Shadow */
.dm-shadow { width: 250px; height: 20px; margin-top: 20px; background: radial-gradient(ellipse at center, rgba(197, 129, 241, 0.15) 0%, transparent 70%); border-radius: 50%; animation: shadowPulse 6s ease-in-out infinite alternate; }
@keyframes shadowPulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(0.8); opacity: 0.5; } }

/* ===================================================
   RESPONSIVE DESIGN (TABLET & MOBILE FIXES)
=================================================== */

/* Tablet View */
@media (max-width: 1024px) {
  .dm-hero-section { padding-top: 130px; }
  .dm-hero-grid { gap: 40px; }
  .dm-content-col h1 { font-size: 52px; }
  .dm-css-art-container { transform: scale(0.85); }
}

/* Mobile View (Below 768px) */
@media (max-width: 768px) {
  /* Added more top padding and gap so nothing overlaps */
  .dm-hero-section { padding: 140px 15px 60px; min-height: auto; }
  .dm-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 60px; margin-top: -20px; }
  
  .dm-content-col { display: flex; flex-direction: column; align-items: center; }
  .dm-content-col h1 { font-size: 40px; }
  .dm-content-col p { font-size: 16px; margin: 0 auto 30px; padding: 0 10px; }
  
  .dm-btn-group { justify-content: center; width: 100%; margin-bottom: 20px; }
  .dm-btn { width: 100%; max-width: 320px; padding: 16px 20px; font-size: 15px; }

  /* Visual Container Safe Scale Down */
  .dm-visual-col { margin-top: 30px; }
  .dm-css-art-container { transform: scale(0.65); margin: 0 auto; height: 320px; width: 100%; max-width: 380px; }
  
  /* Reset dashboard for mobile centering */
  .css-dashboard { left: 50%; transform: translateX(-50%) rotateX(15deg) rotateY(-15deg) rotateZ(5deg); }
  @keyframes dashboardTilt { 0% { transform: translateX(-50%) rotateX(15deg) rotateY(-15deg) rotateZ(5deg); } 100% { transform: translateX(-50%) rotateX(10deg) rotateY(-5deg) rotateZ(8deg); } }
  
  /* Kept nodes safely inside the box */
  .fb-node { left: 5%; }
  .yt-node { left: 0; top: 150px; }
  .css-target { right: 0; }
  .x-node { right: 5%; }
  .in-node { right: 10%; top: -10px; }
  .css-data-crystal { left: 10%; top: 10px; }
  .dm-shadow { width: 200px; }
}

/* Extra Small Phones (Below 480px) */
@media (max-width: 480px) {
  .dm-hero-section { padding-top: 120px; }
  .dm-content-col h1 { font-size: 34px; }
  .dm-css-art-container { transform: scale(0.55); height: 280px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bceeefa */:root {
  /* YOUR BRAND COLORS - UNTOUCHED */
  --brand-bg: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA; 
  
  --card-bg: #FFFFFF;
  --text-dark: #1A1A2E;
  --text-gray: #4A4A68;
  
  --tag-bg: rgba(197, 129, 241, 0.1);
  --tag-text: #9B51E0;
}

.dm-vfx-section * { text-decoration: none !important; box-sizing: border-box; }

.dm-vfx-section {
  position: relative; background-color: var(--brand-bg);
  padding: 80px 20px; overflow: hidden; color: var(--text-dark);
}

/* Typography Rules */
.dm-main-heading, .dm-title { font-family: 'Montserrat', sans-serif; font-weight: 800; }
.dm-main-desc, .dm-desc, .dm-tag-grid, .dm-brand-btn, .dm-badge { font-family: 'Lato', sans-serif; font-weight: 700; }

/* Header Styling */
.dm-section-header { text-align: center; margin-bottom: 60px; position: relative; z-index: 2; animation: fade-in-down 1s cubic-bezier(0.16, 1, 0.3, 1); }
.dm-badge { display: inline-block; background: rgba(0, 127, 250, 0.1); color: var(--brand-cyan); padding: 8px 18px; border-radius: 30px; font-size: 14px; margin-bottom: 15px; border: 1px solid rgba(0, 127, 250, 0.2); }
.dm-main-heading { font-size: 46px; margin: 0 0 15px 0; letter-spacing: -1px; color: var(--text-dark); }
.dm-main-heading span { background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.dm-main-desc { font-size: 16px; color: var(--text-gray); max-width: 600px; margin: 0 auto; line-height: 1.6; }

@keyframes fade-in-down { 0% { opacity: 0; transform: translateY(-40px); } 100% { opacity: 1; transform: translateY(0); } }

/* Light Theme Ambient Glows */
.vfx-bg-glow { position: absolute; border-radius: 50%; filter: blur(120px); z-index: 0; opacity: 0.15; animation: ambient-drift 10s infinite alternate cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; }
.glow-1 { width: 500px; height: 500px; background: var(--brand-purple); top: -50px; left: -50px; }
.glow-2 { width: 600px; height: 600px; background: var(--brand-cyan); bottom: -100px; right: -100px; animation-delay: -5s; }
@keyframes ambient-drift { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(50px, 50px) scale(1.1); } }

.dm-container { max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }
.dm-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }

/* 🌟 IMPROVED: Buttery Smooth Glassmorphism Cards 🌟 */
.dm-vfx-card {
  position: relative; background: var(--card-bg); 
  border-radius: 24px; padding: 30px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); border: 1px solid rgba(197, 129, 241, 0.2);
  display: flex; flex-direction: column; 
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); /* Smoother transition */
  opacity: 0; animation: card-enter 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; overflow: hidden;
}

@keyframes card-enter { 0% { opacity: 0; transform: translateY(60px) scale(0.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.card-delay-1 { animation-delay: 0.05s; } .card-delay-2 { animation-delay: 0.15s; }
.card-delay-3 { animation-delay: 0.25s; } .card-delay-4 { animation-delay: 0.35s; }
.card-delay-5 { animation-delay: 0.45s; } .card-delay-6 { animation-delay: 0.55s; }
.card-delay-7 { animation-delay: 0.65s; } .card-delay-8 { animation-delay: 0.75s; }
.card-delay-9 { animation-delay: 0.85s; } .card-delay-10 { animation-delay: 0.95s; }
.card-delay-11 { animation-delay: 1.05s; } .card-delay-12 { animation-delay: 1.15s; }

/* Enhanced Card Hover */
.dm-vfx-card:hover {
  transform: translateY(-12px) scale(1.02); /* Added slight scale */
  border-color: var(--brand-purple);
  box-shadow: 0 25px 60px rgba(197, 129, 241, 0.2), 0 10px 20px rgba(0, 127, 250, 0.1);
}

.dm-vfx-shine {
  position: absolute; top: 0; left: -150%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 1; pointer-events: none;
}
.dm-vfx-card:hover .dm-vfx-shine { animation: shine-sweep 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes shine-sweep { 100% { left: 200%; } }

/* =======================================================
   🌟 IMPROVED: 3D THEMES WITH MICRO-INTERACTIONS 🌟
======================================================== */
.dm-card-top { height: 80px; margin-bottom: 15px; position: relative; z-index: 2; display: flex; align-items: center; }
.css-3d-wrapper { width: 60px; height: 60px; position: relative; perspective: 1000px; animation: float-obj 4s infinite ease-in-out alternate; }
@keyframes float-obj { 0% { transform: translateY(0); } 100% { transform: translateY(-8px); } }

/* 1. Phone */
.css-art-phone { width: 35px; height: 55px; background: linear-gradient(145deg, var(--brand-purple), var(--brand-cyan)); border-radius: 8px; border: 2px solid #FFF; box-shadow: 5px 5px 15px rgba(197, 129, 241, 0.4); position: absolute; left: 10px; top: 5px; transform: rotate(-10deg); transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
.phone-screen { width: 25px; height: 40px; background: rgba(255,255,255,0.9); position: absolute; top: 5px; left: 3px; border-radius: 4px; transition: background 0.4s; }
.phone-badge { width: 14px; height: 14px; background: var(--brand-cyan); border-radius: 50%; position: absolute; top: -5px; right: -5px; border: 2px solid #fff; transition: transform 0.4s; }
.dm-vfx-card:hover .css-art-phone { transform: rotate(0deg) scale(1.1); } /* Hover Action */
.dm-vfx-card:hover .phone-screen { background: #FFF; box-shadow: inset 0 0 10px rgba(197, 129, 241, 0.3); }

/* 2. Ads Target */
.css-art-ads { width: 45px; height: 45px; border-radius: 50%; background: radial-gradient(circle, var(--brand-purple) 20%, #FFF 22%, #FFF 40%, var(--brand-cyan) 42%, var(--brand-cyan) 60%, #FFF 62%); box-shadow: 0 10px 20px rgba(0, 127, 250, 0.3); position: absolute; left: 10px; top: 10px; transform: rotateX(20deg); transition: transform 0.5s; }
.ads-cursor { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 20px solid var(--text-dark); position: absolute; top: 20px; left: 30px; transform: rotate(45deg); filter: drop-shadow(-2px 4px 5px rgba(0,0,0,0.2)); transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
.dm-vfx-card:hover .css-art-ads { transform: rotateX(0deg) scale(1.1); }
.dm-vfx-card:hover .ads-cursor { top: 10px; left: 15px; transform: rotate(0deg); } /* Cursor moves to center */

/* 3. Magnet */
.css-art-magnet { width: 40px; height: 45px; border: 10px solid var(--brand-cyan); border-bottom: 0; border-radius: 20px 20px 0 0; position: absolute; left: 10px; top: 10px; box-shadow: 0 10px 15px rgba(0, 127, 250, 0.3); transition: transform 0.5s; }
.mag-poles { width: 40px; height: 10px; position: absolute; bottom: -10px; left: -10px; background: linear-gradient(90deg, var(--brand-purple) 0%, var(--brand-purple) 10px, transparent 10px, transparent 30px, var(--brand-purple) 30px, var(--brand-purple) 40px); }
.mag-spark { content: ''; position: absolute; width: 6px; height: 6px; background: var(--brand-purple); border-radius: 50%; bottom: -20px; left: 17px; opacity: 0; transition: all 0.3s; }
.dm-vfx-card:hover .css-art-magnet { transform: rotate(-15deg); }
.dm-vfx-card:hover .mag-spark { opacity: 1; animation: spark-pop 0.6s infinite alternate; }
@keyframes spark-pop { 0% { transform: scale(1); box-shadow: 0 0 5px var(--brand-purple); } 100% { transform: scale(1.5); box-shadow: 0 0 15px var(--brand-cyan); } }

/* 4. Strategy */
.css-art-strategy { width: 45px; height: 45px; position: absolute; left: 10px; top: 15px; }
.strat-block { width: 25px; height: 15px; position: absolute; border: 2px solid #FFF; box-shadow: 2px 5px 10px rgba(197, 129, 241, 0.4); transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
.b1 { bottom: 0; left: 0; background: var(--brand-purple); }
.b2 { bottom: 15px; left: 10px; background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); z-index: 2; }
.b3 { bottom: 30px; left: 20px; background: var(--brand-cyan); z-index: 3; }
.dm-vfx-card:hover .b1 { transform: translate(-5px, 5px); }
.dm-vfx-card:hover .b3 { transform: translate(5px, -5px); }

/* 5. Content */
.css-art-content { width: 40px; height: 50px; background: #FFF; border: 2px solid var(--brand-purple); border-radius: 4px; position: absolute; left: 10px; top: 5px; transform: rotate(5deg); box-shadow: 5px 10px 15px rgba(197, 129, 241, 0.2); padding: 8px; transition: transform 0.4s; }
.doc-line { height: 4px; border-radius: 2px; margin-bottom: 6px; transition: width 0.5s ease-out; }
.l1 { width: 100%; background: var(--brand-purple); } .l2 { width: 80%; background: var(--brand-cyan); } .l3 { width: 60%; background: var(--text-dark); }
.dm-vfx-card:hover .css-art-content { transform: rotate(0deg) scale(1.1); }
.dm-vfx-card:hover .l2 { width: 100%; } .dm-vfx-card:hover .l3 { width: 80%; } /* Lines animate text writing */

/* 6. Email */
.css-art-email { width: 50px; height: 35px; background: linear-gradient(145deg, var(--brand-cyan), var(--brand-purple)); border-radius: 4px; position: absolute; left: 5px; top: 15px; box-shadow: 0 10px 20px rgba(197, 129, 241, 0.3); overflow: visible; }
.env-flap { position: absolute; top: 0; left: 0; width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 20px solid rgba(255,255,255,0.4); z-index: 3; transform-origin: top; transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
.env-letter { position: absolute; top: 5px; left: 5px; width: 40px; height: 25px; background: #FFF; z-index: 1; transition: transform 0.5s ease; border-radius: 2px; }
.dm-vfx-card:hover .env-flap { transform: rotateX(180deg); } /* Flap opens */
.dm-vfx-card:hover .env-letter { transform: translateY(-15px); z-index: 4; } /* Letter pops out */

/* 7. Chart */
.css-art-chart { width: 50px; height: 45px; border-bottom: 3px solid var(--brand-purple); border-left: 3px solid var(--brand-purple); position: absolute; left: 5px; top: 10px; display: flex; align-items: flex-end; gap: 5px; padding-left: 5px; }
.bar { width: 10px; border-radius: 2px 2px 0 0; transition: height 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }
.bar1 { height: 15px; background: var(--brand-cyan); }
.bar2 { height: 25px; background: var(--brand-purple); }
.bar3 { height: 35px; background: linear-gradient(to top, var(--brand-purple), var(--brand-cyan)); }
.dm-vfx-card:hover .bar1 { height: 25px; } .dm-vfx-card:hover .bar2 { height: 35px; } .dm-vfx-card:hover .bar3 { height: 45px; } /* Bars grow */

/* 8. Video */
.css-art-video { width: 55px; height: 40px; background: var(--brand-cyan); border-radius: 8px; position: absolute; left: 5px; top: 10px; display: flex; justify-content: center; align-items: center; box-shadow: 0 10px 20px rgba(0, 127, 250, 0.3); border: 2px solid #FFF; transition: transform 0.4s; }
.play-btn { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 14px solid #FFF; transition: transform 0.3s; }
.dm-vfx-card:hover .css-art-video { transform: scale(1.1); background: var(--brand-purple); }
.dm-vfx-card:hover .play-btn { transform: scale(1.2); }

/* 9. Influencer */
.css-art-influencer { width: 45px; height: 45px; position: absolute; left: 5px; top: 15px; transform: rotate(-20deg); transition: transform 0.4s; }
.mega-body { width: 35px; height: 25px; background: linear-gradient(90deg, var(--brand-purple), var(--brand-cyan)); border-radius: 5px 15px 15px 5px; position: absolute; top: 10px; left: 10px; box-shadow: 0 5px 10px rgba(197, 129, 241, 0.3); }
.mega-cone { width: 10px; height: 15px; background: var(--text-dark); position: absolute; top: 15px; left: 0; border-radius: 3px; }
.dm-vfx-card:hover .css-art-influencer { transform: rotate(0deg) scale(1.1); animation: shake 0.5s ease-in-out; }
@keyframes shake { 0%, 100% { transform: rotate(0deg); } 25% { transform: rotate(-10deg); } 75% { transform: rotate(10deg); } }

/* 10. eCommerce */
.css-art-ecom { width: 40px; height: 40px; background: var(--brand-purple); border-radius: 4px 4px 8px 8px; position: absolute; left: 10px; top: 15px; box-shadow: 0 10px 15px rgba(197, 129, 241, 0.3); transition: transform 0.4s; }
.bag-handle { width: 16px; height: 12px; border: 3px solid var(--brand-cyan); border-bottom: 0; border-radius: 8px 8px 0 0; position: absolute; top: -12px; left: 12px; transition: height 0.3s, top 0.3s; }
.dm-vfx-card:hover .css-art-ecom { transform: translateY(-5px); }
.dm-vfx-card:hover .bag-handle { height: 16px; top: -16px; } /* Handle stretches */

/* 11. SEO */
.css-art-seo { width: 25px; height: 25px; border: 5px solid var(--brand-cyan); border-radius: 50%; position: absolute; left: 10px; top: 10px; box-shadow: 0 5px 15px rgba(0, 127, 250, 0.3); background: #FFF; transition: transform 0.5s ease; }
.glass-handle { width: 6px; height: 20px; background: var(--brand-purple); position: absolute; bottom: -20px; right: -8px; transform: rotate(-45deg); border-radius: 3px; }
.dm-vfx-card:hover .css-art-seo { transform: translate(10px, -5px) scale(1.1); } /* Glass moves as if searching */

/* 12. Local SEO */
.css-art-local { width: 30px; height: 30px; background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); position: absolute; left: 15px; top: 10px; box-shadow: 5px 5px 15px rgba(197, 129, 241, 0.4); display: flex; justify-content: center; align-items: center; transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
.pin-hole { width: 12px; height: 12px; background: #FFF; border-radius: 50%; transition: transform 0.3s; }
.dm-vfx-card:hover .css-art-local { transform: rotate(-45deg) translateY(-10px) scale(1.1); } /* Pin bounces up */
.dm-vfx-card:hover .pin-hole { transform: scale(1.3); }

/* --- TYPOGRAPHY & TAGS --- */
.dm-title { font-size: 19px; color: var(--text-dark); margin: 0 0 10px 0; z-index: 2; transition: color 0.3s ease; }
.dm-vfx-card:hover .dm-title { color: var(--brand-cyan); } /* Title color changes on hover */

.dm-desc { font-size: 13px; color: var(--text-gray); line-height: 1.6; margin: 0 0 20px 0; z-index: 2;}

.dm-tag-grid { list-style: none; padding: 0; margin: 0 0 25px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; flex-grow: 1; z-index: 2;}
.dm-tag-grid li { font-size: 11px; padding: 8px; border-radius: 6px; display: flex; align-items: center; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); background: var(--tag-bg); color: var(--text-dark); border: 1px solid rgba(197, 129, 241, 0.1); }
.dm-vfx-card:hover .dm-tag-grid li { border-color: rgba(197, 129, 241, 0.3); } /* Tags become slightly clearer on card hover */
.dm-tag-grid li:hover { transform: scale(1.08) translateY(-2px); background: var(--brand-purple); color: #FFF; border-color: var(--brand-purple); box-shadow: 0 5px 15px rgba(197, 129, 241, 0.3); }

/* BUTTON MOTION */
.dm-brand-btn {
  background: var(--text-dark); color: #FFF !important; font-size: 14px;
  padding: 14px 20px; border-radius: 12px; display: flex; justify-content: space-between; align-items: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; z-index: 2; overflow: hidden;
}
.dm-brand-btn .arrow { font-size: 16px; transition: transform 0.3s ease; display: inline-block; }
.dm-brand-btn:hover { background: linear-gradient(90deg, var(--brand-purple), var(--brand-cyan)); transform: translateY(-3px); box-shadow: 0 12px 25px rgba(197, 129, 241, 0.4); }
.dm-brand-btn:hover .arrow { animation: arrow-glide 0.8s ease-in-out infinite alternate; }
@keyframes arrow-glide { 0% { transform: translateX(0); } 100% { transform: translateX(8px); } }

/* RESPONSIVE */
@media (max-width: 1200px) { .dm-card-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 992px) { .dm-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { 
  .dm-card-grid { grid-template-columns: 1fr; } 
  .dm-main-heading { font-size: 32px; }
  .dm-vfx-card { opacity: 1; animation: none; transform: none; } /* Disable heavy enter anim on mobile */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2212134 *//* Color Variables (Agar tere main file me nahi hain toh ye zaroori hain) */
:root {
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA;
  --text-dark: #111827;
}

.dm-ps-section {
  position: relative;
  background-color: #F8F9FA; /* Ultra clean SaaS background */
  padding: 120px 20px;
  overflow: hidden;
  color: var(--text-dark);
  font-family: 'Lato', sans-serif; /* Tu apna font laga sakta hai */
}

/* Premium Soft Glows */
.glow-3 { position: absolute; width: 600px; height: 600px; background: var(--brand-cyan); top: -5%; right: -200px; filter: blur(160px); opacity: 0.15; border-radius: 50%; }
.glow-4 { position: absolute; width: 700px; height: 700px; background: var(--brand-purple); bottom: 5%; left: -200px; filter: blur(160px); opacity: 0.15; border-radius: 50%; }

.dm-container {
  max-width: 1200px;
  margin: 0 auto;
}

.dm-section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.dm-main-heading {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.dm-ps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.dm-ps-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  animation: fade-in-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  padding: 10px; 
}

/* Staggered entry */
.row-delay-1 { animation-delay: 0.1s; } .row-delay-2 { animation-delay: 0.2s; }
.row-delay-3 { animation-delay: 0.3s; } .row-delay-4 { animation-delay: 0.4s; }
.row-delay-5 { animation-delay: 0.5s; } .row-delay-6 { animation-delay: 0.6s; }
.row-delay-7 { animation-delay: 0.7s; }

@keyframes fade-in-up {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Common Box - Elevated Design */
.ps-box {
  flex: 1;
  padding: 40px 35px;
  border-radius: 20px; 
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-title {
  font-weight: 800;
  font-size: 24px; 
  letter-spacing: -0.5px; 
  margin: 0 0 12px 0;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

.ps-desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

.ps-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* =======================================================
   🔴 PROBLEM SIDE 
======================================================== */
.problem-box {
  background: #FFFFFF; 
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}
.problem-box .ps-title { color: #111827; }
.problem-box .ps-desc { color: #6B7280; font-weight: 500; }
.problem-box .ps-icon.cross {
  background: #F3F4F6;
  color: #9CA3AF;
}

/* =======================================================
   ✅ SOLUTION SIDE (Premium Glowing Border)
======================================================== */
.solution-box {
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
              linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)) border-box;
  border: 2px solid transparent; 
  box-shadow: 0 10px 30px rgba(197, 129, 241, 0.08); 
}

.solution-box .gradient-text {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900; 
  text-shadow: 0px 4px 15px rgba(197, 129, 241, 0.2);
}

.solution-box .ps-desc { color: #374151; font-weight: 600; }
.solution-box .ps-icon.check {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  color: #FFF;
  box-shadow: 0 8px 20px rgba(197, 129, 241, 0.3), inset 0 -2px 5px rgba(0,0,0,0.15); 
}

/* =======================================================
   🔗 CONNECTOR & CSS ARROW
======================================================== */
.ps-connector {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ps-line {
  position: absolute;
  width: 100%;
  height: 4px; 
  background: #E5E7EB;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
}

.ps-line-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-purple), var(--brand-cyan));
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-arrow {
  width: 44px;
  height: 44px;
  background: #FFF;
  border: 2px solid #E5E7EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* 🔥 THE NEW CSS-ONLY ARROW (100% Centered) */
.ps-arrow::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #9CA3AF;
  border-right: 3px solid #9CA3AF;
  transform: rotate(45deg);
  margin-left: -3px; 
  transition: all 0.4s ease;
}

/* =======================================================
   🌟 HOVER INTERACTIONS & SHOOTING ANIMATION 🌟
======================================================== */

.dm-ps-row:hover .problem-box {
  transform: scale(0.98) translateX(-5px);
  background: #FEF2F2; 
  border-color: #FECACA;
}
.dm-ps-row:hover .problem-box .ps-icon.cross {
  background: #FEE2E2;
  color: #EF4444; 
  transform: scale(0.9);
}

.dm-ps-row:hover .solution-box {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02), 0 0 0 4px rgba(197, 129, 241, 0.15);
}
.dm-ps-row:hover .solution-box .ps-icon.check {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 25px rgba(0, 127, 250, 0.4);
}

.dm-ps-row:hover .ps-arrow {
  transform: translateX(18px) scale(1.1);
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(197, 129, 241, 0.5);
}
.dm-ps-row:hover .ps-line-fill { width: 100%; }

/* Arrow turns white and shoots */
.dm-ps-row:hover .ps-arrow::after {
  border-color: #FFF;
  animation: shoot-arrow 0.6s infinite alternate cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes shoot-arrow {
  0% { transform: rotate(45deg) translate(-2px, 2px); }
  100% { transform: rotate(45deg) translate(2px, -2px); }
}

/* Super smooth glass shine on Solution Box */
.dm-vfx-shine {
  position: absolute; top: 0; left: -150%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 1; pointer-events: none;
}
.dm-ps-row:hover .solution-box .dm-vfx-shine {
  animation: premium-shine 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes premium-shine { 100% { left: 200%; } }

/* =======================================================
   📱 RESPONSIVE (MOBILE)
======================================================== */
@media (max-width: 992px) {
  .dm-ps-row {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 40px;
    border-bottom: 2px dotted rgba(197, 129, 241, 0.2);
  }
  .dm-ps-row:last-child { border-bottom: none; }
  .ps-box { width: 100%; text-align: center; align-items: center; padding: 30px 20px; }
  .ps-icon { margin: 0 auto 20px auto; }
  
  .ps-connector { width: 50px; height: 60px; transform: rotate(90deg); margin: 5px 0; }
  .dm-ps-row:hover .problem-box { transform: scale(0.98); }
  .dm-ps-row:hover .solution-box { transform: scale(1.02) translateY(-4px); }
  .dm-ps-row:hover .ps-arrow { transform: translateX(12px) scale(1.1); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb74034 *//* Core Variables if not already in your file */
:root {
  --brand-purple: #C581F1;
  --brand-cyan: #007FFA;
  --text-dark: #111827;
  --bg-light: #FAFAFC;
}

.dm-process-section {
  position: relative;
  background-color: var(--bg-light); 
  padding: 120px 20px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  z-index: 1;
}

/* Ambient Background Glows */
.glow-5 { position: absolute; width: 600px; height: 600px; background: var(--brand-purple); top: 10%; right: -10%; filter: blur(180px); opacity: 0.06; border-radius: 50%; pointer-events: none; z-index: -1; }
.glow-6 { position: absolute; width: 700px; height: 700px; background: var(--brand-cyan); bottom: 10%; left: -10%; filter: blur(180px); opacity: 0.06; border-radius: 50%; pointer-events: none; z-index: -1; }

.dm-container { max-width: 1200px; margin: 0 auto; }
.dm-section-header { text-align: center; margin-bottom: 80px; position: relative; }
.dm-main-heading { font-family: 'Montserrat', sans-serif; font-size: 42px; font-weight: 800; margin-bottom: 15px; color: var(--text-dark); }
.dm-main-desc { font-size: 18px; color: #6B7280; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* Timeline Wrapper */
.dm-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

/* The Central Glowing Line */
.dm-timeline-line {
  position: absolute;
  top: 0; bottom: 0; left: 50%; width: 4px;
  background: rgba(229, 231, 235, 0.6);
  transform: translateX(-50%);
  border-radius: 4px;
  overflow: hidden; 
}

/* Shooting Energy inside the line */
.dm-timeline-orb {
  position: absolute; top: -100px; left: 0; width: 100%; height: 150px;
  background: linear-gradient(to bottom, transparent, var(--brand-cyan), var(--brand-purple), transparent);
  animation: energy-flow 3.5s infinite linear;
}
@keyframes energy-flow {
  0% { top: -150px; }
  100% { top: 100%; }
}

/* Individual Steps */
.dm-step {
  display: flex; justify-content: flex-end; align-items: center;
  position: relative; width: 50%;
  padding-right: 60px; 
  margin-bottom: 60px;
}
.dm-step.right-step {
  justify-content: flex-start; margin-left: 50%;
  padding-right: 0; padding-left: 60px;
}

/* =======================================================
   🔴 THE NEW DATA NODES (Replacing boring dots)
======================================================== */
.dm-step-node {
  position: absolute; right: -16px; /* Aligns dead center on line */
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
}
.dm-step.right-step .dm-step-node { right: auto; left: -16px; }

.node-core {
  width: 14px; height: 14px; background: #FFF;
  border: 3px solid #D1D5DB; border-radius: 50%;
  position: relative; z-index: 2;
  transition: all 0.4s ease;
}
.node-ring {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  border-radius: 50%; background: var(--brand-purple); opacity: 0;
  transition: all 0.4s ease;
}

/* =======================================================
   🃏 THE UPGRADED CARDS
======================================================== */
.dm-step-card {
  background: #FFFFFF;
  border: 1px solid #F3F4F6;
  border-radius: 24px;
  padding: 40px;
  width: 100%; max-width: 460px;
  position: relative; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

/* Phase Header */
.card-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px; position: relative; z-index: 2;
}
.phase-badge {
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  background: #F3F4F6; color: #6B7280; padding: 6px 14px; border-radius: 50px;
  transition: all 0.4s ease;
}
.phase-icon { font-size: 24px; transition: transform 0.4s ease; }

.step-title {
  font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800;
  color: var(--text-dark); margin: 0 0 12px 0; position: relative; z-index: 2;
}
.step-title.gradient-text {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.step-desc { font-size: 16px; line-height: 1.6; color: #6B7280; margin: 0; font-weight: 500; position: relative; z-index: 2; }

/* Giant Watermark Number */
.giant-num {
  position: absolute; right: -5px; bottom: -20px;
  font-family: 'Montserrat', sans-serif; font-size: 160px; font-weight: 900;
  color: #F9FAFB; /* Very light grey */
  line-height: 1; z-index: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.dm-step.right-step .giant-num { right: auto; left: -5px; } /* Shifts to left on right steps */

/* =======================================================
   🌟 THE MAGIC HOVER EFFECTS 🌟
======================================================== */

/* Card Lifts Up & Glows */
.dm-step:hover .dm-step-card {
  transform: translateY(-10px);
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
              linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)) border-box;
  border-color: transparent; 
  box-shadow: 0 25px 50px -12px rgba(197, 129, 241, 0.2);
}

/* Phase Badge lights up */
.dm-step:hover .phase-badge {
  background: rgba(197, 129, 241, 0.1); color: var(--brand-purple);
}
.dm-step:hover .phase-icon { transform: scale(1.2) rotate(5deg); }

/* Giant Number turns into a beautiful gradient */
.dm-step:hover .giant-num {
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 127, 250, 0.1);
  background: linear-gradient(135deg, rgba(197, 129, 241, 0.15), rgba(0, 127, 250, 0.15));
  -webkit-background-clip: text;
  transform: scale(1.05) translateY(-10px);
}

/* Node Rings activate and pulse */
.dm-step:hover .node-core { border-color: var(--brand-cyan); background: var(--brand-purple); transform: scale(1.2); }
.dm-step:hover .node-ring { animation: pulse-ring 1.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes pulse-ring {
  0% { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(2.5); opacity: 0; }
}

/* Glass Shine passing over the card */
.card-glass-shine {
  position: absolute; top: 0; left: -150%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 5; pointer-events: none;
}
.dm-step:hover .card-glass-shine { animation: shine-pass 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes shine-pass { 100% { left: 200%; } }

/* =======================================================
   📱 RESPONSIVE (MOBILE) - Transforms beautifully
======================================================== */
@media (max-width: 992px) {
  .dm-timeline-line { left: 20px; transform: none; }
  .dm-timeline-orb { width: 4px; }
  
  .dm-step, .dm-step.right-step {
    width: 100%; margin-left: 0; padding-left: 60px; padding-right: 0; margin-bottom: 40px;
  }
  
  /* Nodes align perfectly to the left line */
  .dm-step-node, .dm-step.right-step .dm-step-node { left: 4px; right: auto; }
  
  .dm-step-card { max-width: 100%; padding: 30px; }
  
  /* Keeps the giant number on the right for mobile so it doesn't block text */
  .giant-num, .dm-step.right-step .giant-num { right: -5px; left: auto; font-size: 120px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-244e9dd *//* Section & Background */
.dm-wcu-section {
  position: relative;
  background-color: #FAFAFC; 
  padding: 120px 20px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

.glow-6 { 
  position: absolute; width: 900px; height: 500px; 
  background: var(--brand-purple); 
  top: 50%; left: 50%; transform: translate(-50%, -50%); 
  filter: blur(200px); opacity: 0.05; border-radius: 50%; pointer-events: none;
}

/* =======================================================
   🔳 THE BENTO GRID (Perfect 5-item layout)
======================================================== */
.dm-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Base Card Styling - Polished */
.bento-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

/* Spans 2 columns out of 3 */
.bento-span-2 {
  grid-column: span 2;
}

/* Background Emoji/Watermark */
.bento-bg-watermark {
  position: absolute;
  bottom: -30px;
  right: -20px;
  font-size: 160px;
  opacity: 0.03; /* Kept very subtle for clean reading */
  line-height: 1;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  pointer-events: none;
  filter: grayscale(100%);
}

/* Top Icon */
.bento-icon {
  width: 56px;
  height: 56px;
  background: #F3F4F6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  z-index: 2;
  position: relative;
  transition: all 0.4s ease;
}

.bento-content {
  position: relative;
  z-index: 2;
}

/* SEO Friendly H3 Tag */
.bento-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.bento-title.gradient-text {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Easy to read text */
.bento-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4B5563; /* Slightly darker gray for better readability */
  margin: 0;
  font-weight: 400;
}

/* =======================================================
   🌟 ULTRA-PREMIUM HOVER EFFECTS
======================================================== */
.bento-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
              linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)) border-box;
  border-color: transparent;
  box-shadow: 0 20px 40px -10px rgba(197, 129, 241, 0.12), 0 10px 20px -5px rgba(0, 127, 250, 0.08);
}

.bento-card:hover .bento-icon {
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  transform: scale(1.1) rotate(-8deg);
  box-shadow: 0 10px 20px rgba(197, 129, 241, 0.25);
}

/* Make emojis inside look vibrant on hover */
.bento-card:hover .bento-icon {
  filter: grayscale(0%) brightness(1.1) drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.bento-card:hover .bento-bg-watermark {
  transform: scale(1.15) translateY(-15px) rotate(-5deg);
  opacity: 0.08;
  filter: grayscale(0%);
}

.bento-card:hover .bento-desc {
  color: #1F2937; /* Gets slightly darker on hover for focus */
}

/* =======================================================
   📱 RESPONSIVE DESIGN (Perfect for 5 items)
======================================================== */

@media (max-width: 992px) {
  /* On Tablet: 2 Column Grid */
  .dm-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Row 1: Span 2 (Full Width) */
  .bento-span-2 { grid-column: span 2; }
  
  /* Make the 5th card span 2 on tablet so it doesn't look empty at the bottom */
  .bento-card:nth-child(5) {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  /* On Mobile: Stack vertically */
  .dm-bento-grid {
    grid-template-columns: 1fr;
  }
  
  .bento-span-2, .bento-card:nth-child(5) {
    grid-column: span 1;
  }
  
  .bento-card {
    padding: 30px 25px;
  }
  
  .bento-bg-watermark {
    font-size: 120px;
    bottom: -15px;
    right: -10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b51482 */:root {
  --lh-bg: #FEFDFF;
  --lh-purple: #C581F1;
  --lh-cyan: #007FFA; 
  --lh-dark: #111827;
  --lh-gray: #6B7280;
}

/* ==========================================
   🚀 MAIN CTA STYLES
=========================================== */
.loophix-cta-section {
  background-color: var(--lh-bg);
  padding: 100px 20px;
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: center;
}

.cta-container { max-width: 1100px; width: 100%; }

.cta-floating-box {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(197, 129, 241, 0.15), 0 0 0 1px rgba(197, 129, 241, 0.1);
}

.cta-glow {
  position: absolute; width: 400px; height: 400px; border-radius: 50%;
  filter: blur(100px); z-index: 0; opacity: 0.15;
  animation: float-glow 8s infinite alternate ease-in-out;
}
.glow-left { background: var(--lh-purple); top: -100px; left: -100px; }
.glow-right { background: var(--lh-cyan); bottom: -100px; right: -100px; animation-delay: -4s; }

@keyframes float-glow {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.3) translate(50px, 50px); }
}

.cta-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }

.cta-badge {
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase;
  letter-spacing: 1px; color: var(--lh-purple); padding: 8px 16px; border-radius: 50px;
  display: inline-block; margin-bottom: 24px; border: 1px solid rgba(197,129,241,0.2);
  background: linear-gradient(135deg, rgba(197,129,241,0.1), rgba(0,127,250,0.1));
}

.cta-heading {
  font-family: 'Montserrat', sans-serif; font-size: 48px; font-weight: 800;
  color: var(--lh-dark); line-height: 1.2; margin-bottom: 20px; letter-spacing: -1px;
}

.cta-desc { font-size: 18px; color: var(--lh-gray); margin-bottom: 40px; line-height: 1.6; }

/* ==========================================
   🎯 BUTTONS (NO UNDERLINES!)
=========================================== */
.cta-button-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.cta-btn, .loophix-cta-section a.cta-btn {
  font-family: 'Montserrat', sans-serif; 
  font-weight: 700; 
  font-size: 16px;
  padding: 16px 28px; 
  border-radius: 12px; 
  display: flex; 
  align-items: center;
  justify-content: center; 
  gap: 10px; 
  cursor: pointer; 
  text-decoration: none !important; /* 🔥 Fix: Forces underlines away */
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--lh-purple), var(--lh-cyan));
  color: #FFFFFF !important; 
  border: none; 
  box-shadow: 0 10px 25px rgba(197, 129, 241, 0.4);
}
.btn-primary:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(0, 127, 250, 0.5); }
.btn-primary .btn-icon { transition: transform 0.3s ease; }
.btn-primary:hover .btn-icon { transform: translateX(5px); }

.btn-outline { 
  background: #FFFFFF; 
  color: var(--lh-dark) !important; 
  border: 2px solid #E5E7EB; 
}
.btn-outline:hover {
  border-color: var(--lh-purple); 
  color: var(--lh-purple) !important; 
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(197, 129, 241, 0.1);
}

/* ==========================================
   ✉️ MODAL & FORM STYLES
=========================================== */
.loophix-modal-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(17, 24, 39, 0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all 0.4s ease; padding: 20px;
}
.loophix-modal-overlay.active { opacity: 1; visibility: visible; }

.loophix-modal-box {
  background: var(--lh-bg); width: 100%; max-width: 500px;
  border-radius: 20px; padding: 35px; position: relative;
  transform: translateY(30px) scale(0.95); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(197, 129, 241, 0.2);
  max-height: 90vh; overflow-y: auto; /* Scroll fix */
}
.loophix-modal-overlay.active .loophix-modal-box { transform: translateY(0) scale(1); }

/* Custom Sleek Scrollbar */
.loophix-modal-box::-webkit-scrollbar { width: 6px; }
.loophix-modal-box::-webkit-scrollbar-track { background: transparent; }
.loophix-modal-box::-webkit-scrollbar-thumb { background: #E5E7EB; border-radius: 10px; }

.modal-close-btn {
  position: absolute; top: 20px; right: 20px; background: #F3F4F6; border: none;
  width: 32px; height: 32px; border-radius: 50%; font-size: 14px; color: var(--lh-gray);
  cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center;
}
.modal-close-btn:hover { background: #FEE2E2; color: #EF4444; transform: rotate(90deg); }

.modal-title { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; margin-bottom: 8px; line-height: 1.2; }
.gradient-text {
  background: linear-gradient(135deg, var(--lh-purple), var(--lh-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block;
}
.modal-desc { font-family: 'Lato', sans-serif; color: var(--lh-gray); font-size: 14px; margin-bottom: 24px; }

/* Input Aesthetics */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.input-group { margin-bottom: 16px; text-align: left; }
.input-group label {
  display: block; font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 12px; color: #374151; margin-bottom: 6px; letter-spacing: 0.5px;
}

.loophix-form input, .loophix-form select, .loophix-form textarea {
  width: 100%; font-family: 'Lato', sans-serif; padding: 12px 14px;
  border: 1px solid #D1D5DB; border-radius: 10px; background: #FAFAFA;
  color: var(--lh-dark); font-size: 14px; transition: all 0.3s ease; outline: none;
}
.loophix-form input:focus, .loophix-form select:focus, .loophix-form textarea:focus {
  border-color: var(--lh-purple); background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(197, 129, 241, 0.15); 
}

.loophix-form select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px;
}

.submit-btn {
  width: 100%; background: linear-gradient(135deg, var(--lh-purple), var(--lh-cyan));
  color: #FFF; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 16px;
  padding: 14px; border: none; border-radius: 10px; cursor: pointer; transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(197, 129, 241, 0.3); margin-top: 8px;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0, 127, 250, 0.4); }

/* ==========================================
   📱 MOBILE FIXES
=========================================== */
@media (max-width: 768px) {
  .cta-heading { font-size: 32px; }
  .cta-floating-box { padding: 40px 20px; border-radius: 20px; }
  
  .cta-button-group { flex-direction: column; width: 100%; }
  .cta-btn { width: 100%; justify-content: center; }

  .loophix-modal-overlay { padding: 15px; }
  .loophix-modal-box { padding: 25px 20px; max-height: 92vh; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .modal-title { font-size: 24px; }
}/* End custom CSS */