.elementor-96 .elementor-element.elementor-element-31e8449{--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-96 .elementor-element.elementor-element-bf8fa4f{--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-96 .elementor-element.elementor-element-7c3a9be{--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-96 .elementor-element.elementor-element-845184c{--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-96 .elementor-element.elementor-element-277a8e5{--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-96 .elementor-element.elementor-element-07bfe4c{--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-25faf0a */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&family=Lato:wght@400;700&display=swap');

.toon-hero-section {
  --bg-color: #FEFDFF;
  --text-dark: #0A0118;
  --text-gray: #645E6E;
  --brand-purple: #C581F1;
  --brand-cyan: #00D4FF;
  
  background-color: var(--bg-color);
  font-family: 'Lato', sans-serif;
  color: var(--text-dark);
  
  /* FIXED: Min-height removed and padding reduced so header ke turant baad start ho */
  min-height: auto; 
  padding: 40px 5% 40px; /* Top padding 100px se 40px kar di */
  
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Background Ambient Glows */
.toon-glow { position: absolute; border-radius: 50%; filter: blur(140px); opacity: 0.15; z-index: 0; animation: bgBreathe 12s infinite alternate ease-in-out; }
.glow-purple { width: 600px; height: 600px; background: var(--brand-purple); top: -20%; left: -10%; }
.glow-cyan { width: 500px; height: 500px; background: var(--brand-cyan); bottom: -10%; right: -10%; animation-delay: -5s; }
@keyframes bgBreathe { 0% { transform: scale(1); } 100% { transform: scale(1.3) translate(50px, -30px); } }

/* Layout Container */
.toon-container { width: 100%; max-width: 1350px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; gap: 20px; }

/* --- LEFT SIDE: TEXT --- */
.toon-text-content { width: 45%; max-width: 600px; z-index: 10; }

.toon-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 20px; border-radius: 50px; background: #ffffff; border: 1px solid rgba(0,0,0,0.05); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 2px; margin-bottom: 25px; box-shadow: 0 10px 20px rgba(0,0,0,0.04); }
.toon-dot { width: 8px; height: 8px; background: var(--brand-cyan); border-radius: 50%; animation: pulseLight 2s infinite; }

.toon-title { font-family: 'Montserrat', sans-serif; font-size: 64px; font-weight: 900; line-height: 1.1; margin: 0 0 20px 0; letter-spacing: -2px; }
.toon-gradient { background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.toon-subtitle { font-size: 19px; color: var(--text-gray); line-height: 1.7; margin: 0 0 40px 0; font-weight: 400; }

/* --- THE SINGLE BUTTON WITH NEW SHINE MOTION --- */
.toon-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 45px; border-radius: 50px;
  background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan));
  color: #ffffff !important; 
  font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 800;
  text-decoration: none !important; border: none !important; outline: none !important;
  box-shadow: 0 15px 30px rgba(0, 212, 255, 0.3); transition: all 0.3s ease; cursor: pointer;
  position: relative; overflow: hidden; /* For Shine */
}
.toon-btn:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(197, 129, 241, 0.5); }
.toon-btn svg { width: 22px; transition: transform 0.3s ease; }
.toon-btn:hover svg { transform: translateX(6px); }

/* Shine Effect Animation */
.toon-btn::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); animation: btnShine 3s infinite;
}
@keyframes btnShine { 0% { left: -100%; } 20% { left: 200%; } 100% { left: 200%; } }

/* --- RIGHT SIDE: THE CHARACTER UNIVERSE --- */
.toon-visuals { width: 55%; height: 650px; position: relative; perspective: 1200px; } /* Height reduced to fit better */

.toon-sparkle { position: absolute; color: var(--brand-cyan); font-size: 24px; opacity: 0.6; z-index: 1; animation: sparkleTwinkle 3s infinite alternate ease-in-out; }
@keyframes sparkleTwinkle { 0% { transform: scale(0.8) rotate(0deg); opacity: 0.3; } 100% { transform: scale(1.5) rotate(45deg); opacity: 0.8; filter: drop-shadow(0 0 10px var(--brand-cyan)); } }

.toon-parallax { position: absolute; will-change: transform; }
.toon-float { width: 100%; height: 100%; filter: drop-shadow(0 30px 40px rgba(10, 1, 24, 0.1)); }
.toon-svg { width: 100%; height: 100%; overflow: visible; }

/* Dynamic Animations */
.float-1 { animation: charFloatComplex 6s ease-in-out infinite alternate; }
.float-2 { animation: charFloatComplex 7s ease-in-out infinite alternate-reverse; }
.float-3 { animation: charFloatComplex 8s ease-in-out infinite alternate; }
.float-4 { animation: charFloatComplex 5s ease-in-out infinite alternate-reverse; }
.float-5 { animation: charFloatComplex 9s ease-in-out infinite alternate; }

@keyframes charFloatComplex {
  0% { transform: translateY(0px) translateX(0px) rotate(0deg) scale(1); }
  50% { transform: translateY(-20px) translateX(10px) rotate(3deg) scale(1.03); }
  100% { transform: translateY(10px) translateX(-5px) rotate(-2deg) scale(0.98); }
}

/* Micro-Animations */
.toon-blink { animation: eyeBlink 4s infinite; transform-origin: center; }
.toon-blink-fast { animation: eyeBlink 3s infinite; transform-origin: center; }
@keyframes eyeBlink { 0%, 96%, 98%, 100% { transform: scaleY(1); } 97% { transform: scaleY(0.1); } }
.toon-pulse { animation: pulseLight 1.5s infinite alternate; }
@keyframes pulseLight { 0% { opacity: 0.5; } 100% { opacity: 1; filter: drop-shadow(0 0 12px var(--brand-cyan)); } }
.toon-parallax:hover .toon-float { animation-play-state: paused; transform: scale(1.1) rotate(0deg) !important; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: grab; }

/* 🔥 NEW LOAD-IN ANIMATIONS 🔥 */
.animate-slide-up { opacity: 0; transform: translateY(30px); animation: slideUp 0.8s forwards cubic-bezier(0.2, 0.8, 0.2, 1); }
@keyframes slideUp { to { opacity: 1; transform: translateY(0); } }

.pop-in { opacity: 0; transform: scale(0.5); animation: popIn 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes popIn { to { opacity: 1; transform: scale(1); } }

/* =========================================
   📱 MOBILE & TABLET OPTIMIZATION (SPACING FIXED)
   ========================================= */

@media (max-width: 1024px) {
  .toon-container { flex-direction: column; text-align: center; gap: 30px; }
  .toon-text-content { width: 100%; margin-top: 50px; }
  .toon-title { font-size: 52px; }
  .toon-visuals { width: 100%; height: 500px; margin-top: 0; }
}

@media (max-width: 768px) {
  /* Reduced top padding significantly for mobile so it attaches below header */
  .toon-hero-section { padding: 20px 5% 40px; } 
  
  .toon-badge { margin-bottom: 20px; }
  .toon-title { font-size: 38px; line-height: 1.2; }
  .toon-subtitle { font-size: 16px; margin-bottom: 30px; padding: 0 10px; }
  .toon-btn { width: 100%; justify-content: center; padding: 16px 20px; }
  
  .toon-visuals { height: 400px; perspective: none; }
  
  .toon-parallax { transform: none !important; transition: none !important; }
  .toon-sparkle.sp-1, .toon-sparkle.sp-3 { display: none; }
  .char-stylus, .char-drone { display: none; } 

  /* Perfect Mobile Cluster */
  .char-designer { width: 160px !important; top: 50% !important; left: 50% !important; margin-top: -80px; margin-left: -80px; z-index: 10; bottom: auto !important; right: auto !important; }
  .char-pencil { width: 120px !important; top: 5% !important; right: 5% !important; left: auto !important; bottom: auto !important; }
  .char-robot { width: 90px !important; top: 10% !important; left: 5% !important; right: auto !important; bottom: auto !important; }
  .char-cat { width: 110px !important; bottom: 5% !important; left: 10% !important; top: auto !important; right: auto !important; }
  .char-mouse { width: 110px !important; bottom: 5% !important; right: 10% !important; top: auto !important; left: auto !important; }
  .char-palette { width: 80px !important; top: 45% !important; left: -2% !important; right: auto !important; bottom: auto !important; z-index: 4; }
}

@media (max-width: 480px) {
  .toon-title { font-size: 32px; }
  .toon-visuals { height: 350px; }
  .char-designer { width: 140px !important; margin-top: -70px; margin-left: -70px; }
  .char-pencil { width: 100px !important; }
  .char-robot { width: 80px !important; }
  .char-cat { width: 90px !important; }
  .char-mouse { width: 90px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d73eac3 */:root {
  --theme-purple: #C581F1;
  --theme-cyan: #7FFAFF;
  --theme-dark: #15151A;
  --theme-light: #FFFFFF;
  --theme-bg: #FCFBFF;
}

.holographic-section {
  background: var(--theme-bg);
  padding: 90px 20px;
  font-family: 'Outfit', sans-serif;
  overflow: hidden;
}

.holographic-container {
  max-width: 1350px;
  margin: 0 auto;
}

/* Header */
.holo-header {
  text-align: center;
  margin-bottom: 60px;
}

.holo-badge {
  display: inline-block;
  background: rgba(197, 129, 241, 0.1);
  color: var(--theme-purple);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  border: 1px solid rgba(197, 129, 241, 0.3);
  margin-bottom: 15px;
}

.holo-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 15px 0;
  color: var(--theme-dark);
  line-height: 1.1;
}

.holo-gradient {
  background: linear-gradient(135deg, var(--theme-purple), var(--theme-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.holo-header p { color: #666; font-size: 18px; }

/* ==========================================================================
   STRICT GRID & ALIGNMENT (DO NOT TOUCH)
   ========================================================================== */
.holo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: stretch; 
}

.holo-card {
  height: 100%; 
  display: flex; 
  position: relative;
  perspective: 1200px;
}

.holo-inner {
  background: var(--theme-light);
  border: 1px solid rgba(197, 129, 241, 0.2);
  border-radius: 20px;
  padding: 35px 25px;
  width: 100%;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2;
  overflow: hidden; /* For Glare Effect */
}

/* NEW ANIMATION 1: GLASS GLARE SWEEP ON HOVER */
.holo-inner::after {
  content: "";
  position: absolute;
  top: 0; left: -150%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-25deg);
  transition: 0.6s ease;
  z-index: 10;
  pointer-events: none;
}

.holo-card:hover .holo-inner::after { left: 150%; }

/* Aura Effect */
.holo-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--theme-purple), var(--theme-cyan));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
  filter: blur(15px);
}

.holo-card:hover .holo-inner {
  transform: translateY(-12px);
  border-color: transparent;
  background: #FFFFFF;
  box-shadow: 0 20px 40px rgba(197, 129, 241, 0.15);
}

.holo-card:hover .holo-inner::before {
  opacity: 0.25;
  transform: translateY(15px) scale(0.95);
}

/* Typography & NEW DESCRIPTION CONTENT */
.holo-inner h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: var(--theme-dark);
  margin: 0 0 10px 0;
  position: relative;
  z-index: 2;
}

.holo-desc {
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

/* 8-Points Layout */
.holo-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.holo-points span {
  font-size: 11.5px;
  font-weight: 600;
  color: #555;
  background: #F8F9FA;
  padding: 7px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.holo-points span::before {
  content: "✦";
  color: var(--theme-cyan);
  margin-right: 6px;
  font-size: 10px;
}

.holo-card:hover .holo-points span {
  background: rgba(197, 129, 241, 0.08);
  color: var(--theme-purple);
  transform: translateX(3px);
}
.holo-card:hover .holo-points span::before { color: var(--theme-purple); }

/* STRICT BUTTON ALIGNMENT (DO NOT TOUCH) */
.holo-btn {
  margin-top: auto; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  background: var(--theme-light) !important;
  color: var(--theme-dark) !important;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none !important;
  border: 2px solid var(--theme-dark);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.holo-btn::after {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: var(--theme-dark); z-index: -1; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease;
}

.holo-card:hover .holo-btn { color: var(--theme-light) !important; border-color: var(--theme-dark); }
.holo-card:hover .holo-btn::after { transform: scaleX(1); transform-origin: left; }
.holo-btn span { font-size: 16px; transition: 0.3s; }
.holo-card:hover .holo-btn span { transform: translateX(5px); }


/* ==========================================================================
   NEW ANIMATION 2: ANTI-GRAVITY 3D ICONS
   ========================================================================== */
.holo-icon-wrapper {
  width: 65px; height: 65px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
}

.css-3d-icon {
  width: 45px; height: 45px;
  position: relative;
  transform-style: preserve-3d;
  animation: float3D 4s ease-in-out infinite;
}

@keyframes float3D {
  0%, 100% { transform: translateY(0) rotateX(10deg) rotateY(-10deg); }
  50% { transform: translateY(-8px) rotateX(-5deg) rotateY(15deg); }
}

/* Speed up and intensify rotation on card hover */
.holo-card:hover .css-3d-icon { animation: spin3D 3s linear infinite; }
@keyframes spin3D {
  100% { transform: rotateY(360deg) rotateX(20deg); }
}

/* ==========================================================================
   PURE CSS 3D SHAPES (12 UNIQUE DESIGNS)
   ========================================================================== */

/* 1. Branding: 3D Glowing Sphere */
.icon-sphere {
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--theme-cyan) 30%, var(--theme-purple) 70%);
  box-shadow: inset -10px -10px 20px rgba(0,0,0,0.2), 0 10px 15px rgba(197, 129, 241, 0.4);
}

/* 2. Social Media: 3D Layered Heart */
.icon-heart {
  background: var(--theme-purple);
  clip-path: polygon(50% 100%, 0 40%, 0 0, 50% 20%, 100% 0, 100% 40%);
  box-shadow: -5px 5px 0 var(--theme-cyan);
}
.icon-heart::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.5), transparent);
}

/* 3. Video: 3D Play Button Extrusion */
.icon-play {
  background: linear-gradient(135deg, var(--theme-cyan), var(--theme-purple));
  clip-path: polygon(10% 0, 10% 100%, 100% 50%);
  filter: drop-shadow(-8px 8px 0px rgba(197, 129, 241, 0.5));
}

/* 4. Marketing: 3D Target */
.icon-target {
  border-radius: 50%;
  border: 12px solid var(--theme-purple);
  background: var(--theme-cyan);
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.3), 0 10px 20px rgba(127, 255, 255, 0.4);
}

/* 5. Packaging: Isometric 3D Box */
.icon-box { background: transparent; transform: rotateX(20deg) rotateY(30deg); }
.icon-box::before { /* Front */
  content: ''; position: absolute; width: 30px; height: 30px; left: 10px; top: 15px;
  background: var(--theme-purple); border: 1px solid #fff;
}
.icon-box::after { /* Top */
  content: ''; position: absolute; width: 30px; height: 15px; left: 10px; top: 0;
  background: var(--theme-cyan); transform: skewX(-45deg); transform-origin: bottom; border: 1px solid #fff;
}

/* 6. UI/UX: 3D Floating Layers */
.icon-layers {
  background: rgba(197, 129, 241, 0.8);
  border-radius: 8px;
  box-shadow: -10px 10px 0 rgba(127, 255, 255, 0.6), -20px 20px 0 rgba(197, 129, 241, 0.3);
  transform: rotateZ(20deg);
}

/* 7. eCommerce: 3D Price Tag */
.icon-tag {
  background: linear-gradient(to bottom right, var(--theme-purple), var(--theme-cyan));
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  border-radius: 4px;
  box-shadow: inset 2px 2px 5px rgba(255,255,255,0.5);
}
.icon-tag::before { content:''; position:absolute; top:8px; left:50%; transform:translateX(-50%); width:8px; height:8px; background:#fff; border-radius:50%; }

/* 8. Presentation: 3D Chart Bars */
.icon-chart { display: flex; align-items: flex-end; justify-content: space-between; background: transparent; }
.icon-chart::before { content:''; width:12px; height:20px; background:var(--theme-cyan); box-shadow: 5px -5px 0 rgba(197, 129, 241, 0.5); }
.icon-chart::after { content:''; width:12px; height:35px; background:var(--theme-purple); box-shadow: 5px -5px 0 rgba(127, 255, 255, 0.5); }

/* 9. Visuals: 3D Cylinder */
.icon-cylinder {
  width: 30px; height: 40px; left: 7px;
  background: linear-gradient(to right, var(--theme-purple), var(--theme-cyan), var(--theme-purple));
  border-radius: 15px / 8px;
  box-shadow: 0 10px 15px rgba(197, 129, 241, 0.3);
}
.icon-cylinder::before { content:''; position:absolute; top:0; left:0; width:100%; height:15px; background:var(--theme-cyan); border-radius:50%; opacity:0.8;}

/* 10. Print: 3D Folded Paper */
.icon-paper {
  background: var(--theme-purple);
  border-radius: 2px;
  box-shadow: inset -10px -10px 20px rgba(0,0,0,0.2);
}
.icon-paper::after {
  content:''; position:absolute; top:0; right:0; width:15px; height:15px;
  background: var(--theme-cyan); border-bottom-left-radius: 4px; box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
}

/* 11. Corporate: 3D Briefcase Layer */
.icon-briefcase {
  width: 40px; height: 30px; top: 10px; left: 2px;
  background: linear-gradient(135deg, var(--theme-cyan), var(--theme-purple));
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.icon-briefcase::before { content:''; position:absolute; top:-6px; left:12px; width:16px; height:6px; border:3px solid var(--theme-purple); border-bottom:none; border-radius:4px 4px 0 0; }

/* 12. Custom: 3D Crystal / Diamond */
.icon-crystal {
  background: transparent;
  transform: rotate(45deg);
}
.icon-crystal::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--theme-cyan) 0%, transparent 50%, var(--theme-purple) 100%);
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0 0 20px rgba(127, 255, 255, 0.4);
}


/* Responsive */
@media (max-width: 1200px) { .holo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .holo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { 
  .holo-grid { grid-template-columns: 1fr; }
  .holo-title { font-size: 38px; }
  .holo-points { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fda09d */:root {
  --theme-purple: #C581F1;
  --theme-cyan: #7FFAFF;
  --theme-dark: #15151A;
  --theme-light: #FFFFFF;
  --theme-bg: #FCFBFF;
  --error-red: #FF4D4D;
  --error-light: #FFF5F5;
}

.ps-section-wrapper {
  background: var(--theme-bg);
  padding: 100px 20px;
  font-family: 'Outfit', sans-serif;
  overflow: hidden;
  position: relative; 
}

/* --- BACKGROUND MOTION BLOBS --- */
.ps-bg-blob {
  position: absolute; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(197,129,241,0.08) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%; z-index: 0; filter: blur(40px);
  animation: blobFloat 20s infinite alternate ease-in-out; pointer-events: none;
}
.blob-1 { top: -100px; left: -100px; }
.blob-2 { bottom: -100px; right: -100px; animation-delay: -5s; }

@keyframes blobFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, 50px) scale(1.2); }
}

.ps-container-main { max-width: 1250px; margin: 0 auto; position: relative; z-index: 1; }

/* --- HEADER WITH NEW ENTRANCE MOTION --- */
.ps-header-box { text-align: center; margin-bottom: 70px; }

/* New Entrance Animation for Header Elements */
.ps-header-box > * { animation: headerFadeUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) backwards; }
.ps-header-box .ps-badge { animation-delay: 0.1s; }
.ps-header-box .ps-title { animation-delay: 0.2s; }
.ps-header-box .ps-subtitle { animation-delay: 0.3s; }

@keyframes headerFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.ps-badge {
  display: inline-block; background: rgba(255, 77, 77, 0.1); color: var(--error-red);
  padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 800;
  letter-spacing: 2px; border: 1px solid rgba(255, 77, 77, 0.3); margin-bottom: 15px;
}
.ps-title { font-family: 'Montserrat', sans-serif; font-size: 50px; font-weight: 900; color: var(--theme-dark); line-height: 1.1; margin: 0 0 15px 0;}

/* NEW: Animated Gradient Text Shine */
.ps-gradient-text { 
  background: linear-gradient(135deg, var(--error-red), #FF8C00, var(--error-red)); 
  background-size: 200% auto;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  animation: textShine 3s linear infinite; /* New Shine Motion */
}
@keyframes textShine {
  to { background-position: 200% center; }
}

.ps-subtitle { color: #666; font-size: 18px; max-width: 650px; margin: 0 auto; line-height: 1.6; }

/* --- GRID LAYOUT --- */
.ps-grid-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; align-items: stretch;}

/* --- THE CARDS --- */
.ps-card-box {
  background: var(--theme-light); border-radius: 24px; display: flex; flex-direction: column;
  position: relative; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0,0,0,0.05); margin-top: 20px;
  animation: cardAppear 0.8s backwards; 
}

.ps-card-box:nth-child(1) { animation-delay: 0.1s; }
.ps-card-box:nth-child(2) { animation-delay: 0.2s; }
.ps-card-box:nth-child(3) { animation-delay: 0.3s; }
.ps-card-box:nth-child(4) { animation-delay: 0.4s; }
.ps-card-box:nth-child(5) { animation-delay: 0.5s; }
.ps-card-box:nth-child(6) { animation-delay: 0.6s; }
.ps-card-box:nth-child(8) { animation-delay: 0.7s; }

@keyframes cardAppear {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.ps-card-box:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 40px 80px rgba(197, 129, 241, 0.18);
  border-color: var(--theme-purple);
}

/* --- TOPIC HEADING BADGE WITH NEW FLOAT MOTION --- */
.ps-card-topic {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  background: var(--theme-dark); color: #fff; padding: 6px 20px; border-radius: 30px;
  font-size: 14px; font-weight: 700; letter-spacing: 1px; z-index: 20; white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1); border: 2px solid var(--theme-bg); transition: 0.5s ease;
  animation: topicFloat 4s infinite ease-in-out; /* New Float Motion */
}
.ps-card-box:hover .ps-card-topic { background: linear-gradient(135deg, var(--theme-purple), var(--theme-cyan)); color: var(--theme-dark); }

@keyframes topicFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-3px); }
}

/* --- 3D FLOATING COIN --- */
.ps-3d-divider {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 55px; height: 55px; perspective: 1000px; z-index: 10;
  animation: coinFloat 3s infinite ease-in-out; 
}
@keyframes coinFloat {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, -65%); }
}

.ps-3d-coin { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; transition: transform 0.8s cubic-bezier(0.4, -0.3, 0.2, 1.5); }
.ps-card-box:hover .ps-3d-coin { transform: rotateY(180deg); }
.ps-coin-front, .ps-coin-back {
  position: absolute; width: 100%; height: 100%; backface-visibility: hidden;
  display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 3px solid white; font-size: 22px; font-weight: 900; box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.ps-coin-front { background: linear-gradient(135deg, #FF4D4D, #CC0000); color: white; }
.ps-coin-back { background: linear-gradient(135deg, var(--theme-purple), var(--theme-cyan)); color: white; transform: rotateY(180deg); }

/* --- PROBLEM & SOLUTION AREAS --- */
.ps-problem-area, .ps-solution-area { padding: 45px 30px; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transition: all 0.5s ease; }
.ps-problem-area { background: var(--error-light); border-radius: 24px 24px 0 0; position: relative; overflow: hidden; }
.ps-heading-bad { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 800; color: #333; margin: 0 0 10px 0; }
.ps-problem-area p { color: #666; font-size: 14.5px; line-height: 1.6; margin: 0; }

.ps-solution-area { background: var(--theme-light); border-radius: 0 0 24px 24px; position: relative; overflow: hidden; }
.ps-heading-good { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 800; color: var(--theme-dark); margin: 0 0 10px 0; transition: 0.4s; }
.ps-solution-area p { color: #555; font-size: 14.5px; line-height: 1.6; margin: 0; position: relative; z-index: 2; transform: translateY(0); transition: 0.5s ease; }

.ps-card-box:hover .ps-problem-area { opacity: 0.3; filter: grayscale(100%); background: #f0f0f0; }
.ps-solution-area::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(197, 129, 241, 0.1), rgba(127, 255, 255, 0.15)); opacity: 0; transition: opacity 0.5s ease; z-index: 0; }
.ps-card-box:hover .ps-solution-area::before { opacity: 1; }
.ps-card-box:hover .ps-heading-good { color: var(--theme-purple); }
.ps-card-box:hover .ps-solution-area p { transform: translateY(-5px); }

/* --- 3D CSS CARTOONS (LEFT & RIGHT) --- */
.ps-side-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; min-height: 250px; perspective: 800px; }

/* NEW: Label Pulse Motion */
.visual-label { 
  margin-top: 35px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; 
  padding: 8px 16px; border-radius: 30px; background: var(--theme-light); box-shadow: 0 10px 20px rgba(0,0,0,0.05); 
  animation: labelPulse 2s infinite alternate ease-in-out; /* New Pulse Motion */
}
@keyframes labelPulse {
  from { transform: scale(1); }
  to { transform: scale(1.05); }
}

.label-red { color: var(--error-red); border: 1px solid rgba(255, 77, 77, 0.2); }
.label-neon { color: var(--theme-purple); border: 1px solid rgba(197, 129, 241, 0.3); }

/* 1. Left Sad Glitchy Block */
.css-cute-sad {
  width: 80px; height: 80px; background: var(--error-red); border-radius: 18px; position: relative;
  box-shadow: inset -12px -12px 20px rgba(150, 0, 0, 0.6), inset 8px 8px 15px rgba(255, 150, 150, 0.7), 15px 15px 0px rgba(0, 0, 0, 0.08);
  transform: rotateX(15deg) rotateY(-20deg);
  animation: sadGlitch 4s infinite ease-in-out;
}
.sad-eyes { position: absolute; top: 25px; left: 0; width: 100%; text-align: center; color: white; font-size: 16px; font-weight: 900; text-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.sad-mouth { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); width: 20px; height: 10px; border-top: 3.5px solid white; border-radius: 50%; filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2)); }

@keyframes sadGlitch {
  0%, 90%, 100% { transform: rotateX(15deg) rotateY(-20deg) translate(0,0); }
  92% { transform: rotateX(15deg) rotateY(-20deg) translate(3px, -2px) skewX(5deg); filter: hue-rotate(90deg); }
  94% { transform: rotateX(15deg) rotateY(-20deg) translate(-3px, 2px); }
}

/* 2. Right Happy Sphere with Rotating Ring */
.css-cute-happy {
  width: 85px; height: 85px;
  background: radial-gradient(circle at 35% 35%, #ffffff 0%, var(--theme-cyan) 40%, var(--theme-purple) 90%);
  border-radius: 50%; position: relative; transform-style: preserve-3d;
  box-shadow: -10px 15px 25px rgba(0,0,0,0.1), 0 0 35px rgba(127, 255, 255, 0.6);
  animation: happyFloat 4s infinite ease-in-out;
}
.css-cute-happy::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 130px; height: 130px; border: 3px solid rgba(255, 255, 255, 0.8); border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(75deg);
  animation: ringRotate 3s infinite linear;
  box-shadow: 0 0 15px var(--theme-cyan);
}
.happy-eyes { position: absolute; top: 32px; left: 24px; width: 10px; height: 16px; background: white; border-radius: 50%; box-shadow: 28px 0 0 white; }
.happy-mouth { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); width: 22px; height: 12px; background: transparent; border-bottom: 3.5px solid white; border-radius: 50%; }

@keyframes ringRotate {
  from { transform: translate(-50%, -50%) rotateX(75deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateX(75deg) rotateZ(360deg); }
}
@keyframes happyFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

/* --- RESPONSIVE FIXES (PERFECT FOR TABLET & MOBILE) --- */

@media (max-width: 1024px) {
  .ps-grid-layout { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .hide-on-mobile { display: flex !important; }
  .ps-side-visual.visual-left { order: 7; min-height: 200px; }
  .ps-side-visual.visual-right { order: 8; min-height: 200px; }
  .ps-card-box:nth-child(8) { 
    order: 9; grid-column: 1 / -1; max-width: 600px; 
    margin-left: auto; margin-right: auto; width: 100%; 
  }
}

@media (max-width: 768px) {
  .ps-grid-layout { grid-template-columns: 1fr; }
  .ps-title { font-size: 36px; }
  .ps-section-wrapper { padding: 60px 15px; }
  .ps-bg-blob { width: 300px; height: 300px; }
  .ps-side-visual.visual-left { order: 7; min-height: 180px; }
  .ps-card-box:nth-child(8) { order: 8; grid-column: auto; max-width: 100%; }
  .ps-side-visual.visual-right { order: 9; min-height: 180px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-732c1bc */:root {
  --color-bg: #FEFDFF;
  --color-purple: #C581F1;
  --color-cyan: #7FFAFF;
  --color-text-dark: #1A1A24;
  --color-text-light: #555566;
  --color-card-border: rgba(197, 129, 241, 0.2);
}

.brand-process-wrapper {
  background-color: var(--color-bg);
  padding: 100px 20px;
  overflow: hidden;
  position: relative;
  perspective: 1200px; 
}

/* --- TIMELINE CENTER LINE --- */
.timeline-center-line {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 2px; height: 100%;
  background: linear-gradient(to bottom, transparent, var(--color-purple), var(--color-cyan), transparent);
  opacity: 0.3; z-index: 1;
}

.brand-container { 
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; 
}

/* --- ROW LAYOUT --- */
.step-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 100px; width: 100%;
}
.step-row:last-child { margin-bottom: 0; }

.step-card-col { width: 45%; display: flex; transform-style: preserve-3d; }
.step-visual-col { width: 45%; display: flex; justify-content: center; align-items: center; position: relative; }

.left-align { justify-content: flex-end; }
.right-align { justify-content: flex-start; }

/* --- CARD DESIGN (Ultra Clean Glassmorphism) --- */
.brand-card-inner {
  width: 100%; max-width: 500px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--color-card-border);
  border-radius: 24px;
  padding: 45px 40px;
  position: relative;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.03), inset 0 0 20px rgba(255, 255, 255, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.step-card-col.left-align .brand-card-inner:hover {
  transform: translateY(-10px) rotateY(4deg);
  border-color: var(--color-cyan);
  box-shadow: -15px 30px 50px rgba(127, 255, 255, 0.15), 0 10px 30px rgba(197, 129, 241, 0.1);
}
.step-card-col.right-align .brand-card-inner:hover {
  transform: translateY(-10px) rotateY(-4deg);
  border-color: var(--color-purple);
  box-shadow: 15px 30px 50px rgba(197, 129, 241, 0.15), 0 10px 30px rgba(127, 255, 255, 0.1);
}

/* --- CARD CONTENT --- */
.brand-huge-number {
  position: absolute;
  top: 10px; right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 130px;
  line-height: 1;
  background: linear-gradient(135deg, var(--color-purple), var(--color-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  opacity: 0.1; transition: opacity 0.4s, transform 0.5s;
  pointer-events: none; z-index: 0;
}
.brand-card-inner:hover .brand-huge-number { opacity: 0.25; transform: scale(1.05); }

.brand-content { position: relative; z-index: 2; }
.brand-step-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 28px; color: var(--color-text-dark); margin: 0 0 15px 0;
}
.brand-step-desc {
  font-family: 'Lato', sans-serif;
  font-weight: 700; font-size: 15px; color: var(--color-text-light); line-height: 1.6; margin: 0;
}


/* ======================================================
   5 UNIQUE UNQIUE ADVANCED CSS BOT CHARACTERS (NO IMAGES)
   ====================================================== */

/* Common Bot Base Styling (3D Depth) */
.char-body {
  position: relative;
  transform-style: preserve-3d;
  box-shadow: inset -8px -8px 20px rgba(0,0,0,0.08), inset 8px 8px 15px rgba(255,255,255,0.8);
}

/* Shadow on the ground */
.bot-shadow {
  position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 15px;
  background: rgba(0,0,0,0.08); border-radius: 50%; filter: blur(5px);
  animation: shadowScale 4s ease-in-out infinite; z-index: 0;
}

/* Common Eyes */
.char-eyes {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; gap: 18px; align-items: center; justify-content: center;
  width: 100%;
}
.eye {
  width: 16px; height: 30px; background: var(--color-text-dark);
  border-radius: 50px; position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.eye.round { width: 20px; height: 20px; border-radius: 50%; }
.char-eyes .pupil {
  position: absolute; top: 4px; right: 4px;
  width: 5px; height: 5px; background: #fff; border-radius: 50%;
}

/* Common Blink Keyframes */
@keyframes eyeBlink {
  0%, 90%, 96%, 100% { transform: scaleY(1); }
  93%, 98% { transform: scaleY(0.1); }
}

/* --- BOT 1: DISCOVER (Magnifying Glass Bot) --- */
.css-char-discover {
  position: relative;
  perspective: 800px;
}
.css-char-discover .char-body {
  width: 130px; height: 130px;
  background: linear-gradient(135deg, #ffffff, var(--color-cyan));
  border-radius: 30px;
  transform: rotateY(-15deg);
}
.discover-lens {
  position: absolute; top: 50%; left: -30px;
  transform: translateZ(20px) translateY(-50%);
  width: 60px; height: 60px;
  background: rgba(127, 255, 255, 0.2);
  border: 4px solid #fff; border-radius: 50%;
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 10px 20px rgba(127, 255, 255, 0.4);
}
/* Discover Blinking Single Eye (Lens is the eye) */
.discovery-blink { top: 50%; left: 50%; }
.discovery-blink.char-eyes { transform: translate(-50%, -50%) translateZ(30px); gap: 0; }
.discovery-blink.char-eyes .pupil { width: 10px; height: 10px; background: var(--color-text-dark); top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: none; border-radius: 50%; }
.discovery-blink .pupil::after { content:""; position: absolute; top: 2px; right: 2px; width: 3px; height: 3px; background:#fff; border-radius: 50%; }

.discover-antenna {
  position: absolute; top: -15px; right: 15px;
  width: 30px; height: 30px;
  background: #CC0000; border-radius: 50%;
  box-shadow: inset -5px -5px 10px rgba(0,0,0,0.2), 0 5px 15px rgba(204,0,0,0.3);
}

.float-smooth { animation: floatBot 4s ease-in-out infinite; }
@keyframes floatBot { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }


/* --- BOT 2: PLAN (Clipboard/Map Bot) --- */
.css-char-plan {
  position: relative;
  perspective: 800px;
}
.css-char-plan .char-body {
  width: 140px; height: 100px;
  background: linear-gradient(135deg, #ffffff, var(--color-purple));
  border-radius: 20px;
  transform: rotateX(15deg);
}
.plan-map {
  position: absolute; top: -20px; left: 50%;
  transform: translateX(-50%) translateZ(10px);
  width: 100px; height: 80px;
  background: var(--color-bg);
  border: 2px solid #fff; border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.plan-points {
  position: absolute; top: 15px; left: 15px;
  width: 10px; height: 10px; background: #CC0000; border-radius: 50%;
  box-shadow: 20px 10px 0 #555, 40px 0px 0 var(--color-cyan), 10px 30px 0 var(--color-purple), 35px 25px 0 #555;
}
.plan-blink .eye { animation: eyeBlink 4s infinite 0.5s; }

.float-reverse { animation: floatBotReverse 5s ease-in-out infinite reverse; }
@keyframes floatBotReverse { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }


/* --- BOT 3: DESIGN (Creative Palette Bot) --- */
.css-char-design {
  position: relative;
}
.css-char-design .char-body {
  width: 150px; height: 130px;
  background: radial-gradient(circle at 35% 35%, #ffffff, var(--color-cyan));
  border-radius: 40% 40% 55% 45% / 50% 50% 60% 50%; /* Smooth random creative shape */
}
.design-palette {
  position: absolute; bottom: 10px; right: 10px;
  width: 50px; height: 50px;
  background: #964B00; border-radius: 50%;
  transform: rotate(15deg);
  box-shadow: inset -5px -5px 10px rgba(0,0,0,0.2), 0 5px 15px rgba(150,75,0,0.3);
}
.palette-colors {
  position: absolute; top: 10px; left: 10px;
  width: 8px; height: 8px; background: #CC0000; border-radius: 50%;
  box-shadow: 12px 2px 0 var(--color-cyan), 6px 14px 0 var(--color-purple), 15px 12px 0 #555, 3px 8px 0 #fff;
}
.design-blink .eye { animation: eyeBlink 4s infinite 1s; }

.creative-float { animation: floatMorph 6s ease-in-out infinite; }
@keyframes floatMorph { 0%, 100% { transform: translateY(0); border-radius: 40% 40% 55% 45% / 50% 50% 60% 50%; } 50% { transform: translateY(-20px); border-radius: 50%; } }


/* --- BOT 4: REFINE (Polish/Glow Bot) --- */
.css-char-refine {
  position: relative; perspective: 800px;
}
.css-char-refine .char-body {
  width: 140px; height: 140px;
  background: radial-gradient(circle at 35% 35%, #ffffff, var(--color-purple));
  border-radius: 50%; /* Sphere */
}
.refine-surface {
  position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px;
  border-radius: 50%;
  box-shadow: inset 0 0 15px rgba(255,255,255,0.8);
}
.refine-glow-effects {
  position: absolute; inset: 0; border-radius: 50%;
  background: transparent;
  border: 4px solid var(--color-cyan);
  filter: blur(10px); opacity: 0.1;
  animation: surfaceRefine 3s infinite alternate;
}
@keyframes surfaceRefine { from { opacity: 0.1; filter: blur(10px); } to { opacity: 0.4; filter: blur(5px); } }
.refine-blink .eye { animation: eyeBlink 4s infinite 1.5s; }

.polish-float { animation: floatBotPolish 5s ease-in-out infinite; }
@keyframes floatBotPolish { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-18px) scale(1.03); } }


/* --- BOT 5: DELIVER (Rocket Boost Bot) --- */
.css-char-deliver {
  position: relative; perspective: 800px;
}
.css-char-deliver .char-body {
  width: 120px; height: 120px;
  background: linear-gradient(135deg, #ffffff, var(--color-cyan));
  border-radius: 20px;
  transform: rotateY(15deg);
}
.deliver-base {
  position: absolute; bottom: 10px; left: 50%;
  transform: translateX(-50%) translateZ(10px);
  width: 60px; height: 15px;
  background: var(--color-dark); border-radius: 50px;
  box-shadow: inset -3px -3px 5px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.15);
}
.deliver-boost {
  position: absolute; bottom: -15px; left: 50%;
  transform: translateX(-50%) translateZ(15px);
  width: 40px; height: 10px;
  background: #CC0000; border-radius: 50px;
  filter: blur(3px);
  animation: deliverFlame 0.5s infinite alternate;
  box-shadow: 0 0 15px rgba(204,0,0,0.5);
}
@keyframes deliverFlame { from { transform: translateX(-50%) scaleX(1) translateY(0); opacity: 0.8; } to { transform: translateX(-50%) scaleX(1.1) translateY(2px); opacity: 1; } }
.deliver-wings {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 2px; background: rgba(0,0,0,0.1); border-radius: 50px;
}
.deliver-blink .eye { animation: eyeBlink 4s infinite 2s; }

.launch-float { animation: floatBotLaunch 4s ease-in-out infinite; }
@keyframes floatBotLaunch { 0%, 100% { transform: translateY(0) rotateX(5deg); } 50% { transform: translateY(-25px) rotateX(10deg); } }

/* Shared Shadow Animation */
@keyframes shadowScale {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.08; }
  50% { transform: translateX(-50%) scale(0.7); opacity: 0.03; }
}


/* --- PERFRECT RESPONSIVE FIXED FOR MOBILE & TABLET --- */

@media (max-width: 900px) {
  .timeline-center-line { display: none; }
  
  .step-row, .step-row.reverse-mobile {
    flex-direction: column; text-align: center; margin-bottom: 60px;
  }
  
  .step-card-col { width: 100%; order: 2; align-items: center; justify-content: center !important; }
  .step-visual-col { width: 100%; order: 1; margin-bottom: 30px; }
  
  .brand-card-inner { padding: 35px 25px; }
  .brand-huge-number { right: 50%; transform: translateX(50%); top: 0; font-size: 100px;}
  
  /* Less intense 3D movement on mobile */
  .step-card-col.left-align .brand-card-inner:hover,
  .step-card-col.right-align .brand-card-inner:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 500px) {
  .brand-process-wrapper { padding: 80px 15px; }
  .brand-step-title { font-size: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-529cf8f */:root {
  --bg-color: #FEFDFF;
  --brand-purple: #C581F1;
  --brand-cyan: #7FFAFF;
  --text-dark: #1A1A1A;
  --text-body: #555566;
  --card-bg: rgba(255, 255, 255, 0.75);
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Lato', sans-serif;
}

.cinematic-design-bento {
  background-color: var(--bg-color);
  padding: 100px 20px;
  font-family: var(--font-body);
  position: relative;
  overflow: hidden;
  perspective: 1200px; /* Crucial for 3D Depth */
}

/* --- CINEMATIC LIGHT BLOBS (Background Animation) --- */
.cine-light-blob {
  position: absolute; width: 400px; height: 400px; border-radius: 50%;
  filter: blur(80px); z-index: 0; opacity: 0.4; animation: floatBlob 10s infinite alternate ease-in-out;
}
.purple-blob { background: var(--brand-purple); top: -100px; left: -100px; }
.cyan-blob { background: var(--brand-cyan); bottom: -100px; right: -100px; animation-delay: -5s; }
@keyframes floatBlob { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(50px, 50px) scale(1.2); } }

/* Canvas Grid */
.canvas-dot-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(197, 129, 241, 0.3) 1px, transparent 1px);
  background-size: 30px 30px; z-index: 1; opacity: 0.6;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.ld-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

/* Header */
.ld-header { text-align: center; margin-bottom: 70px; }
.ld-badge {
  display: inline-block; padding: 8px 18px; background: rgba(197, 129, 241, 0.1);
  color: var(--brand-purple); border: 1px solid rgba(197, 129, 241, 0.4);
  border-radius: 50px; font-family: var(--font-heading); font-size: 13px; font-weight: 800; letter-spacing: 2px;
  margin-bottom: 20px; box-shadow: 0 0 20px rgba(197, 129, 241, 0.2);
}
.ld-header h2 { font-family: var(--font-heading); font-size: 50px; font-weight: 900; color: var(--text-dark); margin: 0 0 15px 0; }
.ld-gradient { background: linear-gradient(135deg, var(--brand-purple), var(--brand-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 4px 10px rgba(197, 129, 241, 0.3)); }
.ld-header p { font-size: 18px; font-weight: 700; color: var(--text-body); max-width: 650px; margin: 0 auto; line-height: 1.6; }

/* Grid Layout */
.ld-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px; }
.span-3 { grid-column: span 3; } .span-2 { grid-column: span 2; }

/* --- 3D CARDS WITH CINEMATIC TILT --- */
.perspective-card {
  background: var(--card-bg); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  border-radius: 24px; padding: 40px; position: relative;
  display: flex; flex-direction: column; gap: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255,255,255,0.8);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;
  transform-style: preserve-3d; /* Allows inner elements to pop out in 3D */
}

/* Hover 3D Lift & Shadow Dispersal */
.perspective-card:hover {
  transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 
    -20px 20px 40px rgba(197, 129, 241, 0.15), 
    20px 20px 40px rgba(127, 255, 255, 0.15),
    inset 0 0 0 1px rgba(197, 129, 241, 0.4);
}

.ld-content { transform: translateZ(20px); } /* Pushes text forward in 3D */
.ld-content h3 { font-family: var(--font-heading); font-size: 24px; font-weight: 800; color: var(--text-dark); margin: 0 0 10px 0; }
.ld-content p { font-size: 15px; font-weight: 700; color: var(--text-body); line-height: 1.6; margin: 0; }

/* UI Tags */
.ui-measure {
  position: absolute; top: 12px; left: 12px; background: var(--brand-cyan); color: var(--text-dark);
  font-family: var(--font-heading); font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 6px;
  opacity: 0; transform: translateZ(30px) translateY(-10px); transition: all 0.4s ease; z-index: 10;
  box-shadow: 0 5px 15px rgba(127, 255, 255, 0.6);
}
.ui-measure.z-index { background: var(--brand-purple); color: #FFF; box-shadow: 0 5px 15px rgba(197, 129, 241, 0.6); }
.perspective-card:hover .ui-measure { opacity: 1; transform: translateZ(40px) translateY(0); }

/* ========================================================
   CINEMATIC 3D CSS ART (The Magic Happens Here)
======================================================== */
.ld-visual {
  height: 160px; width: 100%; border-radius: 16px;
  background: radial-gradient(circle at center, rgba(255,255,255,1) 0%, rgba(240,240,245,0.5) 100%);
  display: flex; justify-content: center; align-items: center; position: relative;
  box-shadow: inset 0 5px 20px rgba(0,0,0,0.03); transform: translateZ(30px); /* 3D pop */
  transform-style: preserve-3d;
}

/* 1. Vectors (Glowing Path & Ring) */
.css-art-vector-3d { position: relative; width: 120px; height: 80px; transform-style: preserve-3d; }
.node-3d { position: absolute; width: 16px; height: 16px; background: #FFF; border: 4px solid var(--brand-cyan); border-radius: 50%; box-shadow: 0 0 15px var(--brand-cyan); }
.n1 { bottom: 0; left: 0; transform: translateZ(10px); }
.n2 { top: 0; right: 0; transform: translateZ(40px); animation: hoverNode 3s infinite alternate ease-in-out; }
.vector-path-glow {
  position: absolute; bottom: 8px; left: 8px; width: 104px; height: 72px;
  border-bottom: 4px solid var(--brand-purple); border-right: 4px solid var(--brand-purple);
  border-bottom-right-radius: 80px; filter: drop-shadow(0 0 8px var(--brand-purple));
}
.glow-ring { position: absolute; top: -10px; left: -10px; width: 36px; height: 36px; border: 2px solid rgba(127,255,255,0.8); border-radius: 50%; animation: pulseRing 2s infinite; }

/* 2. Layers (Deep Z-Index & Laser Scan) */
.css-art-layers-3d { position: relative; width: 100px; height: 100px; transform: rotateX(60deg) rotateZ(-45deg); transform-style: preserve-3d; }
.layer-3d {
  position: absolute; width: 100px; height: 100px; border-radius: 15px; backdrop-filter: blur(8px);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.l1-3d { background: rgba(197, 129, 241, 0.1); border: 2px solid var(--brand-purple); transform: translateZ(-20px); box-shadow: -15px 15px 30px rgba(197, 129, 241, 0.15); }
.l2-3d { background: rgba(127, 255, 255, 0.15); border: 2px solid var(--brand-cyan); transform: translateZ(10px); }
.l3-3d { background: linear-gradient(135deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1)); border: 2px solid #FFF; transform: translateZ(40px); overflow: hidden; }
.perspective-card:hover .l3-3d { transform: translateZ(60px); box-shadow: 0 0 30px rgba(127,255,255,0.4); }
/* Laser scan moving across the top layer */
.laser-scan { width: 150%; height: 4px; background: var(--brand-cyan); box-shadow: 0 0 10px var(--brand-cyan); transform: rotate(45deg) translateY(-50px); animation: laser 3s infinite linear; }

/* 3. Volumetric Colors (3D Spheres & Orbit) */
.css-art-colors-3d { position: relative; width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; }
.sphere-3d {
  position: absolute; width: 50px; height: 50px; border-radius: 50%;
  box-shadow: 0 15px 25px rgba(0,0,0,0.1); animation: floatSphere 4s infinite alternate ease-in-out;
}
/* Shading magic using radial gradients */
.s-cyan { background: radial-gradient(circle at 30% 30%, #FFFFFF 0%, var(--brand-cyan) 60%, #008888 100%); top: 15px; left: 15px; transform: translateZ(30px); }
.s-purple { background: radial-gradient(circle at 30% 30%, #FFFFFF 0%, var(--brand-purple) 60%, #551188 100%); bottom: 15px; right: 15px; animation-delay: -2s; transform: translateZ(10px); }
.orbit-ring { position: absolute; width: 110px; height: 110px; border: 2px dashed rgba(197, 129, 241, 0.4); border-radius: 50%; transform: rotateX(75deg); animation: spinOrbit 8s linear infinite; }

/* 4. Typography (3D Text & Spotlight) */
.css-art-typo-3d { position: relative; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; }
.typo-letter-3d {
  font-family: var(--font-heading); font-size: 65px; font-weight: 900; color: transparent;
  -webkit-text-stroke: 2px var(--brand-purple); position: relative; transform: translateZ(20px);
}
.typo-letter-3d::before { content: attr(data-text); position: absolute; top: 0; left: 0; color: var(--text-dark); clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); animation: textReveal 3s infinite alternate ease-in-out; }
.spotlight { position: absolute; top: -20px; left: -20px; width: 60px; height: 60px; background: radial-gradient(circle, rgba(127,255,255,0.6) 0%, transparent 70%); border-radius: 50%; filter: blur(5px); animation: spotMove 4s infinite alternate; }

/* 5. Grid (3D Cubes) */
.css-art-grid-3d { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; transform: rotateX(45deg) rotateZ(45deg); transform-style: preserve-3d; }
.grid-cube { width: 35px; height: 35px; background: rgba(255,255,255,0.8); border: 2px solid rgba(197,129,241,0.2); border-radius: 6px; box-shadow: -5px 5px 10px rgba(0,0,0,0.05); transition: 0.4s; }
.active-glow { background: rgba(127,255,255,0.2); border-color: var(--brand-cyan); transform: translateZ(20px); box-shadow: -10px 10px 20px rgba(127,255,255,0.4); animation: cubeFloat 3s infinite alternate; }
.active-purple { background: rgba(197,129,241,0.2); border-color: var(--brand-purple); transform: translateZ(15px); box-shadow: -10px 10px 20px rgba(197,129,241,0.4); animation: cubeFloat 3s infinite alternate-reverse; }

/* --- KEYFRAMES (The Motion Magic) --- */
@keyframes hoverNode { from { transform: translateZ(40px) translateY(0); } to { transform: translateZ(40px) translateY(-10px); } }
@keyframes pulseRing { 0% { transform: scale(0.8); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes laser { 0% { transform: rotate(45deg) translateY(-80px); } 100% { transform: rotate(45deg) translateY(80px); } }
@keyframes floatSphere { from { transform: translateZ(30px) translateY(0); } to { transform: translateZ(30px) translateY(-15px); } }
@keyframes spinOrbit { to { transform: rotateX(75deg) rotateZ(360deg); } }
@keyframes textReveal { 0% { clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); } 100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@keyframes spotMove { 0% { transform: translate(0, 0); } 100% { transform: translate(60px, 60px); } }
@keyframes cubeFloat { from { transform: translateZ(10px); } to { transform: translateZ(25px); } }

/* --- RESPONSIVE --- */
@media (max-width: 990px) { .span-3, .span-2 { grid-column: span 3; } }
@media (max-width: 768px) { .ld-grid { grid-template-columns: 1fr; } .span-3, .span-2 { grid-column: span 1; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-419d752 */:root {
  --bg-color: #FAFAFC;
  --accent-magenta: #FF2E93;
  --accent-cyan: #08F7FE;
  --accent-yellow: #F5D300;
  --text-dark: #0D0D0D;
  --text-grey: #555;
}

/* --- MAIN CTA SECTION --- */
.creative-agency-cta {
  position: relative; padding: 100px 20px;
  background-color: var(--bg-color);
  font-family: 'Lato', sans-serif; overflow: hidden;
  display: flex; justify-content: center; align-items: center;
}

/* Abstract Graphic Blobs */
.art-blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.15; z-index: 0; animation: morphBlob 12s infinite alternate; }
.blob-magenta { width: 400px; height: 400px; background: var(--accent-magenta); top: -100px; right: -50px; }
.blob-cyan { width: 350px; height: 350px; background: var(--accent-cyan); bottom: -50px; left: -100px; animation-delay: -4s; }
.blob-yellow { width: 300px; height: 300px; background: var(--accent-yellow); top: 30%; left: 40%; opacity: 0.1; animation-delay: -8s; }

@keyframes morphBlob {
  0% { transform: scale(1) translate(0, 0) rotate(0deg); }
  100% { transform: scale(1.2) translate(40px, -40px) rotate(20deg); }
}

.creative-grid-wrapper {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1.2fr;
  align-items: center; gap: 60px;
  max-width: 1100px; width: 100%;
}

/* ===================================================
   NEW: ENTRANCE ANIMATIONS (SMOOTH REVEAL)
=================================================== */
@keyframes slideUpFade {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

.agency-badge { opacity: 0; animation: slideUpFade 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; animation-delay: 0.1s; }
.cta-text-col h2 { opacity: 0; animation: slideUpFade 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; animation-delay: 0.3s; }
.cta-text-col p { opacity: 0; animation: slideUpFade 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; animation-delay: 0.5s; }
.creative-btn-group { opacity: 0; animation: slideUpFade 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; animation-delay: 0.7s; }
.cta-visual-col { opacity: 0; animation: slideUpFade 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; animation-delay: 0.2s; }


/* ===================================================
   PURE CSS 3D ART VISUAL (IMPROVED MOTION)
=================================================== */
.cta-visual-col {
  display: flex; flex-direction: column; align-items: center; position: relative;
}

.css-art-container {
  width: 320px; height: 350px; position: relative;
  animation: floatArt 6s ease-in-out infinite alternate;
  perspective: 1000px; transform-style: preserve-3d;
}

/* Floating Ring - Upgraded Spin */
.floating-ring {
  width: 140px; height: 140px; border: 20px solid var(--accent-cyan);
  border-radius: 50%; position: absolute; top: 10px; right: 20px;
  box-shadow: 0 15px 30px rgba(8, 247, 254, 0.3), inset 0 10px 20px rgba(0,0,0,0.1);
  animation: floatRingSpin 10s linear infinite; z-index: 1;
}

/* 3D Sphere - Upgraded Pulsating Glow */
.art-sphere {
  width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 10%, var(--accent-magenta) 60%, #8A2BE2 100%);
  position: absolute; bottom: 60px; left: 10px;
  z-index: 3; animation: bounceSpherePulse 5s ease-in-out infinite alternate;
}

/* Glassmorphism Palette Card - Upgraded Hover Tilt */
.glass-palette {
  width: 180px; height: 230px; position: absolute; bottom: 20px; right: 10px;
  background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 20px;
  padding: 15px; box-shadow: -15px 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 2; display: flex; flex-direction: column; gap: 12px;
  animation: floatPalette 7s ease-in-out infinite alternate;
}

.swatch-header { display: flex; gap: 5px; margin-bottom: 5px; }
.swatch-dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; }
.swatch-dot:nth-child(1) { background: #FF5F56; }
.swatch-dot:nth-child(2) { background: #FFBD2E; }
.swatch-dot:nth-child(3) { background: #27C93F; }
.color-swatch { flex: 1; border-radius: 12px; }
.s1 { background: linear-gradient(135deg, var(--accent-magenta), #8A2BE2); }
.s2 { background: linear-gradient(135deg, var(--accent-cyan), #00A3A3); }
.s3 { background: linear-gradient(135deg, var(--accent-yellow), #FF9900); }

/* Vector Triangle - Upgraded 3D Flip */
.vector-triangle {
  width: 0; height: 0; border-left: 40px solid transparent; border-right: 40px solid transparent;
  border-bottom: 70px solid var(--accent-yellow);
  position: absolute; top: 40px; left: 40px; 
  filter: drop-shadow(0 10px 15px rgba(245, 211, 0, 0.4)); z-index: 4;
  animation: flipTriangle 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
.vector-triangle::after {
  content: ''; position: absolute; top: 70px; left: -40px; width: 8px; height: 8px;
  background: #FFF; border: 2px solid var(--text-dark); border-radius: 50%;
}

/* --- THE MOTION KEYFRAMES --- */
@keyframes floatArt { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } }
@keyframes floatRingSpin { 0% { transform: rotateX(60deg) rotateY(20deg) rotateZ(0deg); } 100% { transform: rotateX(60deg) rotateY(20deg) rotateZ(360deg); } }
@keyframes bounceSpherePulse { 0% { transform: translateY(0) scale(1); box-shadow: 0 15px 30px rgba(255, 46, 147, 0.3), inset -10px -10px 20px rgba(0,0,0,0.2); } 100% { transform: translateY(-15px) scale(1.05); box-shadow: 0 30px 50px rgba(255, 46, 147, 0.6), inset -10px -10px 20px rgba(0,0,0,0.2); } }
@keyframes floatPalette { 0% { transform: rotate(15deg) translateZ(40px) translateY(0); } 100% { transform: rotate(10deg) translateZ(60px) translateY(-15px); } }
@keyframes flipTriangle { 0% { transform: rotate(-25deg) rotateY(0deg) translateY(0); } 50% { transform: rotate(-25deg) rotateY(180deg) translateY(-20px); } 100% { transform: rotate(-25deg) rotateY(360deg) translateY(0); } }

/* Shadow */
.art-shadow {
  width: 200px; height: 15px; margin-top: 10px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.12) 0%, transparent 70%);
  border-radius: 50%; animation: shadowArt 6s ease-in-out infinite alternate;
}
@keyframes shadowArt { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(0.8); opacity: 0.4; } }


/* ===================================================
   RIGHT CONTENT & BUTTONS (UNCHANGED DESIGN, ADDED MOTION)
=================================================== */
.agency-badge {
  display: inline-block; padding: 6px 16px; margin-bottom: 20px;
  background: #FFF; border: 1px solid #EAEAEA; border-radius: 50px;
  font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800;
  color: var(--text-dark); letter-spacing: 1.5px; box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.cta-text-col h2 { font-family: 'Montserrat', sans-serif; font-size: 52px; font-weight: 900; color: var(--text-dark); margin: 0 0 15px 0; line-height: 1.1; }
.art-highlight { background: linear-gradient(135deg, var(--accent-magenta), #8A2BE2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.cta-text-col p { font-size: 18px; color: var(--text-grey); margin-bottom: 40px; line-height: 1.6; max-width: 90%; }

.creative-btn-group { display: flex; flex-wrap: wrap; gap: 20px; }
.agency-btn {
  position: relative; display: flex; align-items: center; gap: 10px;
  padding: 16px 32px; 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-icon { font-size: 18px; }

.btn-outline-call, .btn-outline-wa { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); color: var(--text-dark); box-shadow: 0 8px 20px rgba(0,0,0,0.04); }
.btn-outline-call { border: 2px solid #EAEAEA; }
.btn-outline-call:hover { border-color: #8A2BE2; transform: translateY(-6px); box-shadow: 0 15px 25px rgba(138, 43, 226, 0.2); }

.btn-outline-wa { border: 2px solid rgba(37, 211, 102, 0.3); }
.wa-color { color: #25D366; }
.btn-outline-wa:hover { border-color: #25D366; transform: translateY(-6px); box-shadow: 0 15px 25px rgba(37, 211, 102, 0.2); }

/* Main Button - Upgraded Constant Pulse Glow */
.btn-solid-email { 
  background: var(--text-dark); color: #FFF; border: 2px solid transparent; 
  padding: 18px 40px; font-size: 17px; 
  animation: buttonIdlePulse 3s infinite alternate; /* NEW CONTINUOUS MOTION */
}
@keyframes buttonIdlePulse {
  0% { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); transform: scale(1); }
  100% { box-shadow: 0 15px 35px rgba(138, 43, 226, 0.3); transform: scale(1.02); }
}

.btn-solid-email:hover { 
  animation: none; /* Stops idle pulse on hover */
  background: linear-gradient(135deg, var(--accent-magenta), #8A2BE2); 
  transform: translateY(-8px) scale(1.05); 
  box-shadow: 0 20px 35px rgba(255, 46, 147, 0.4); 
}

.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-email:hover .liquid-sweep { left: 200%; transition: 0.8s ease-in-out; }
.agency-btn:visited, .agency-btn:active { text-decoration: none !important; }

/* ===================================================
   THE FORM CSS (UNCHANGED, AS REQUESTED)
=================================================== */
.dock-modal-overlay { position: fixed; inset: 0; background: rgba(10, 10, 15, 0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; justify-content: center; align-items: center; z-index: 99999; opacity: 0; visibility: hidden; transition: all 0.4s ease; perspective: 1500px; }
.dock-modal-overlay.show-modal { opacity: 1; visibility: visible; }
.dock-form-box { background: #FEFDFF; width: 90%; max-width: 500px; padding: 40px; border-radius: 24px; position: relative; box-shadow: 0 30px 60px rgba(0,0,0,0.2), 0 0 0 8px rgba(255,255,255,0.4); transform: rotateX(15deg) translateY(40px) scale(0.9); opacity: 0; transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.dock-modal-overlay.show-modal .dock-form-box { transform: rotateX(0deg) translateY(0) scale(1); opacity: 1; }
.close-dock-btn { position: absolute; top: 15px; right: 20px; background: none; border: none; font-size: 32px; color: var(--text-grey); cursor: pointer; transition: 0.3s; }
.close-dock-btn:hover { color: #8A2BE2; transform: rotate(90deg); }
.form-header-3d h3 { font-family: 'Montserrat', sans-serif; font-size: 26px; font-weight: 900; margin: 0 0 5px 0; color: var(--text-dark); }
.form-header-3d p { font-size: 14px; color: var(--text-grey); margin-bottom: 25px; }
.gradient-text { background: linear-gradient(135deg, #FF2E93, #8A2BE2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.input-row { display: flex; gap: 15px; }
.input-wrap { position: relative; margin-bottom: 20px; width: 100%; }
.sleek-3d-form input, .sleek-3d-form textarea, .sleek-3d-form select { width: 100%; padding: 14px; background: rgba(0,0,0,0.03); border: 1px solid transparent; border-bottom: 2px solid rgba(138, 43, 226, 0.2); border-radius: 8px 8px 0 0; font-family: 'Lato', sans-serif; font-size: 15px; color: var(--text-dark); outline: none; transition: 0.3s; }
.sleek-3d-form label { position: absolute; top: 15px; left: 14px; font-size: 15px; color: var(--text-grey); pointer-events: none; transition: 0.3s; }
.sleek-3d-form input:focus ~ label, .sleek-3d-form input:not(:placeholder-shown) ~ label, .sleek-3d-form textarea:focus ~ label, .sleek-3d-form textarea:not(:placeholder-shown) ~ label { top: -20px; left: 0; font-size: 12px; font-weight: 700; color: #8A2BE2; }
.glow-border { position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: linear-gradient(90deg, #FF2E93, #8A2BE2); transition: 0.4s ease; transform: translateX(-50%); }
.sleek-3d-form input:focus ~ .glow-border, .sleek-3d-form textarea:focus ~ .glow-border, .sleek-3d-form select:focus ~ .glow-border { width: 100%; box-shadow: 0 0 8px rgba(255, 46, 147, 0.5); }
.submit-action-btn { width: 100%; padding: 16px; border: none; border-radius: 12px; background: var(--text-dark); color: #FFF; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 800; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 10px; transition: 0.4s; margin-top: 10px; }
.submit-action-btn:hover { background: linear-gradient(135deg, #FF2E93, #8A2BE2); box-shadow: 0 10px 25px rgba(255, 46, 147, 0.4); transform: translateY(-3px); }

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
  .creative-grid-wrapper { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .cta-visual-col { margin-bottom: 20px; }
  .css-art-container { transform: scale(0.85); margin: 0 auto; height: 300px; }
  .cta-text-col p { margin: 0 auto 30px; }
  .creative-btn-group { justify-content: center; flex-direction: column; width: 100%; }
  .agency-btn { width: 100%; justify-content: center; }
  .cta-text-col h2 { font-size: 42px; }
  .input-row { flex-direction: column; gap: 0; }
}/* End custom CSS */