.elementor-5230 .elementor-element.elementor-element-4aa63a0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:-12px;--padding-right:-14px;}.elementor-5230 .elementor-element.elementor-element-4aa63a0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5230 .elementor-element.elementor-element-a015e34{--display:flex;--overlay-opacity:1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5230 .elementor-element.elementor-element-a015e34::before, .elementor-5230 .elementor-element.elementor-element-a015e34 > .elementor-background-video-container::before, .elementor-5230 .elementor-element.elementor-element-a015e34 > .e-con-inner > .elementor-background-video-container::before, .elementor-5230 .elementor-element.elementor-element-a015e34 > .elementor-background-slideshow::before, .elementor-5230 .elementor-element.elementor-element-a015e34 > .e-con-inner > .elementor-background-slideshow::before, .elementor-5230 .elementor-element.elementor-element-a015e34 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0D1942;--background-overlay:'';}@media(max-width:767px){.elementor-5230 .elementor-element.elementor-element-7b9967a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5230 .elementor-element.elementor-element-a015e34{--width:500px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-5230 .elementor-element.elementor-element-4aa63a0{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7b9967a */.bloom-hero{

position:relative;
overflow:hidden;
background:#081028;
padding:120px 6%;
}

.hero-container{

display:flex;
align-items:center;
justify-content:space-between;
gap:70px;
max-width:1400px;
margin:auto;
z-index:2;
position:relative;
}

.hero-left{

flex:60%;
}

.hero-right{

flex:40%;
text-align:center;
}

.hero-tag{

display:inline-block;
padding:10px 22px;
border-radius:50px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(15px);
color:#06B6D4;
font-weight:600;
margin-bottom:25px;
}

.hero-left h1{

font-size:68px;
line-height:1.1;
font-weight:800;
color:#fff;
margin-bottom:30px;
}

.hero-left h1 span{

background:linear-gradient(90deg,#4F46E5,#06B6D4,#8B5CF6);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.hero-subtitle{

font-size:22px;
color:#d5d5d5;
line-height:1.8;
margin-bottom:25px;
}

.hero-content{

font-size:18px;
line-height:1.9;
color:#bdbdbd;
margin-bottom:40px;
}

.hero-buttons{

display:flex;
gap:20px;
margin-bottom:50px;
flex-wrap:wrap;
}

.btn-primary{

padding:18px 34px;
background:linear-gradient(135deg,#4F46E5,#06B6D4);
border-radius:60px;
color:#fff;
font-weight:700;
transition:.4s;
text-decoration:none;
}

.btn-primary:hover{

transform:translateY(-5px);
box-shadow:0 20px 50px rgba(79,70,229,.4);

}

.btn-secondary{

padding:18px 34px;
border:1px solid rgba(255,255,255,.15);
border-radius:60px;
color:#fff;
backdrop-filter:blur(20px);
background:rgba(255,255,255,.05);
transition:.4s;
text-decoration:none;
}

.btn-secondary:hover{

background:#fff;
color:#111;
}

.hero-stats{

display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.stat-card{

background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.12);
backdrop-filter:blur(25px);
border-radius:20px;
padding:25px;
text-align:center;
transition:.4s;
}

.stat-card:hover{

transform:translateY(-10px);
}

.stat-card h2,
.stat-card h3{

color:#fff;
font-size:34px;
margin-bottom:10px;
}

.stat-card p{

color:#d4d4d4;
font-size:15px;
}

.hero-image{

position:relative;
display:inline-block;
animation:floatImage 5s ease-in-out infinite;
}

.hero-image img{

width:100%;
max-width:520px;
}

.glass-card{

position:absolute;
padding:15px 22px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
border-radius:18px;
backdrop-filter:blur(20px);
color:#fff;
font-weight:600;
transition:.4s;
}

.glass-card:hover{

transform:scale(1.05);
}

.card1{

top:5%;
left:-30px;
}

.card2{

top:30%;
right:-40px;
}

.card3{

bottom:20%;
left:-40px;
}

.card4{

bottom:5%;
right:-30px;
}

.blob{

position:absolute;
border-radius:50%;
filter:blur(120px);
opacity:.45;
animation:blob 10s infinite alternate;
}

.blob1{

width:300px;
height:300px;
background:#4F46E5;
top:-80px;
left:-60px;
}

.blob2{

width:280px;
height:280px;
background:#06B6D4;
right:-100px;
top:200px;
}

.blob3{

width:260px;
height:260px;
background:#8B5CF6;
bottom:-100px;
left:40%;
}

@keyframes floatImage{

0%{transform:translateY(0px);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0px);}

}

@keyframes blob{

100%{

transform:translate(60px,-50px) scale(1.2);

}

}

@media(max-width:1024px){

.hero-container{

flex-direction:column;
}

.hero-left,
.hero-right{

flex:100%;
text-align:center;
}

.hero-left h1{

font-size:52px;
}

.hero-buttons{

justify-content:center;
}

.hero-stats{

grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.bloom-hero{

padding:80px 25px;
}

.hero-left h1{

font-size:36px;
}

.hero-subtitle{

font-size:18px;
}

.hero-content{

font-size:16px;
}

.hero-buttons{

flex-direction:column;
}

.btn-primary,
.btn-secondary{

width:100%;
text-align:center;
}

.hero-stats{

grid-template-columns:repeat(2,1fr);
gap:15px;
}

.hero-image img{

width:100%;
max-width:820px;
}

.glass-card{

display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3410d0 *//* ================================================
   CSS VARIABLES — Bloom Design System
   ================================================ */
:root {
  --primary:        #4F46E5;
  --secondary:      #06B6D4;
  --accent:         #8B5CF6;
  --highlight:      #38BDF8;
  --bg:             #081028;
  --card-bg:        rgba(255, 255, 255, 0.06);
  --card-border:    rgba(255, 255, 255, 0.12);
  --text:           #FFFFFF;
  --text-secondary: #BFC7D5;
  --ff-heading:     'Poppins', sans-serif;
  --ff-body:        'Inter', sans-serif;
  --radius-card:    20px;
  --radius-btn:     999px;
  --transition:     0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================================
   SECTION SHELL
   ================================================ */
.about-design-section {
  position: relative;
  background: var(--bg);
  padding: 110px 0 120px;
  overflow: hidden;
}

/* ================================================
   BACKGROUND ORBS
   ================================================ */
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.bg-orb--1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.20) 0%, transparent 70%);
  top: -140px;
  left: -100px;
  animation: orb-drift 12s ease-in-out infinite;
}
.bg-orb--2 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.14) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
  animation: orb-drift 16s ease-in-out infinite reverse;
}
@keyframes orb-drift {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-22px); }
}

/* ================================================
   CONTAINER — Two Column Layout
   ================================================ */
.about-design-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* ================================================
   LEFT CONTENT COLUMN
   ================================================ */
.about-design-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Badge */
.section-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: var(--radius-btn);
  background: rgba(79, 70, 229, 0.15);
  border: 1px solid rgba(79, 70, 229, 0.40);
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #A5B4FC;
  width: fit-content;
}

/* Heading */
.section-title {
  font-family: var(--ff-heading);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--text);
  margin: 0;
}
.title-highlight {
  background: linear-gradient(120deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.section-description {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.80;
  color: var(--text-secondary);
  margin: 0;
  max-width: 520px;
}

/* ================================================
   FEATURE CARDS GRID — 2×2
   ================================================ */
.about-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.about-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
  cursor: default;
}
.about-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(79, 70, 229, 0.45);
  box-shadow:
    0 20px 48px rgba(79, 70, 229, 0.16),
    0 0 0 1px rgba(79, 70, 229, 0.10);
}
.about-feature-card:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.feature-card-icon {
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.22), rgba(6, 182, 212, 0.14));
  border: 1px solid rgba(79, 70, 229, 0.25);
  transition: box-shadow var(--transition);
}
.about-feature-card:hover .feature-card-icon {
  box-shadow: 0 0 18px rgba(79, 70, 229, 0.35);
}

.feature-card-title {
  font-family: var(--ff-heading);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 5px;
}
.feature-card-desc {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.60;
  margin: 0;
}

/* ================================================
   CTA BUTTON
   ================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 32px;
  border-radius: var(--radius-btn);
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  font-family: var(--ff-heading);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  width: fit-content;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  box-shadow: 0 8px 30px rgba(79, 70, 229, 0.38);
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 48px rgba(79, 70, 229, 0.52);
}
.btn-primary:hover::before { opacity: 1; }
.btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.btn-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.btn-primary:hover .btn-arrow { transform: translateX(4px); }

/* ================================================
   RIGHT IMAGE COLUMN
   ================================================ */
.about-design-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image-glow {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.22) 0%, transparent 68%);
  filter: blur(50px);
  z-index: 0;
  pointer-events: none;
  animation: orb-drift 9s ease-in-out infinite;
}

.about-design-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid var(--card-border);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.40),
    0 0 0 1px rgba(79, 70, 229, 0.10);
  animation: img-float 7s ease-in-out infinite;
}
@keyframes img-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}

/* Floating badge */
.about-floating-badge {
  position: absolute;
  bottom: 32px;
  left: -16px;
  z-index:3;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: rgba(15, 20, 50, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-btn);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.30);
  animation: badge-float 6s ease-in-out infinite 1s;
}
@keyframes badge-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
.floating-badge-icon {
  font-size: 16px;
  color: var(--highlight);
}
.floating-badge-text {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

/* ================================================
   SCROLL REVEAL — JS-driven classes
   ================================================ */
.reveal-fade-left,
.reveal-fade-right {
  opacity: 0;
  transition: opacity 0.70s ease, transform 0.70s ease;
}
.reveal-fade-left  { transform: translateX(-40px); }
.reveal-fade-right { transform: translateX(40px); }

.reveal-fade-left.is-visible,
.reveal-fade-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .about-design-container {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }
  .section-badge,
  .section-description,
  .btn-primary { margin-left: auto; margin-right: auto; }
  .section-description { max-width: 100%; }
  .about-design-image-wrap { order: -1; }
  .about-design-img { max-width: 440px; }
  .about-floating-badge { left: 0%; transform: translateX(0%); bottom: -18px; }
  .about-floating-badge:hover { transform: translateX(-50%) translateY(-8px); }
  
  .about-floating-badge {

display:none;
}
}

@media (max-width: 640px) {
  .about-design-section { padding: 72px 0 88px; }
  .about-design-container { padding: 0 20px; gap: 44px; }
  .about-cards-grid { grid-template-columns: 1fr; }
  .about-design-img { max-width: 100%; border-radius: 18px; }
  .about-floating-badge { position: static; margin-top: 16px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .bg-orb--1, .bg-orb--2,
  .about-image-glow,
  .about-design-img,
  .about-floating-badge { animation: none; }
  .reveal-fade-left,
  .reveal-fade-right,
  .about-feature-card,
  .btn-primary { transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f532ea *//* ================================================
   SECTION 4 — OUR DESIGN SOLUTIONS
   ================================================ */

.solutions-section {
  position: relative;
  background: var(--bg);
  padding: 110px 0 120px;
  overflow: hidden;
}

/* ── Background orbs ── */
.solutions-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.solutions-bg-orb--1 {
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.20) 0%, transparent 70%);
  top: -120px;
  right: -100px;
  animation: sol-orb-drift 13s ease-in-out infinite;
}
.solutions-bg-orb--2 {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
  bottom: -80px;
  left: -80px;
  animation: sol-orb-drift 17s ease-in-out infinite reverse;
}
@keyframes sol-orb-drift {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-24px); }
}

/* ── Grid overlay ── */
.solutions-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 56px 56px;
  z-index: 0;
  pointer-events: none;
}

/* ── Container ── */
.solutions-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ================================================
   HEADER
   ================================================ */
.solutions-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.solutions-header .section-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.15);
  border: 1px solid rgba(79, 70, 229, 0.40);
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #A5B4FC;
  margin-bottom: 20px;
}

.solutions-header .section-title {
  font-family: var(--ff-heading);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--text);
  margin: 0 0 18px;
}

.solutions-header .section-description {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.80;
  color: var(--text-secondary);
  margin: 0;
}

/* ================================================
   SOLUTIONS GRID — 3×3
   ================================================ */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 56px;
}

/* ── Card base ── */
.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px 28px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: default;
  overflow: hidden;
  transition:
    transform 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.34s cubic-bezier(0.4, 0, 0.2, 1);

  /* Stagger animation start state */
  opacity: 0;
  transform: translateY(32px);
}

/* Inner glow layer */
.solution-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.08) 0%,
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}

.solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(79, 70, 229, 0.50);
  box-shadow:
    0 24px 60px rgba(79, 70, 229, 0.20),
    0 0 0 1px rgba(79, 70, 229, 0.12);
}
.solution-card:hover::before { opacity: 1; }

.solution-card:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* ── Accent card (last) ── */
.solution-card--accent {
  border-color: rgba(139, 92, 246, 0.30);
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.12) 0%,
    rgba(6, 182, 212, 0.06) 100%
  );
}
.solution-card--accent:hover {
  border-color: rgba(139, 92, 246, 0.60);
  box-shadow:
    0 24px 60px rgba(139, 92, 246, 0.22),
    0 0 0 1px rgba(139, 92, 246, 0.14);
}

/* ── Icon ── */
.solution-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.22) 0%,
    rgba(6, 182, 212, 0.12) 100%
  );
  border: 1px solid rgba(79, 70, 229, 0.28);
  color: #fff;
  flex-shrink: 0;
  transition:
    transform 0.30s ease,
    box-shadow 0.30s ease,
    background 0.30s ease;
}
.solution-card:hover .solution-card-icon {
  transform: scale(1.12);
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.38) 0%,
    rgba(6, 182, 212, 0.22) 100%
  );
  box-shadow: 0 0 22px rgba(79, 70, 229, 0.40);
}
.solution-card--accent .solution-card-icon {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.28) 0%,
    rgba(79, 70, 229, 0.18) 100%
  );
  border-color: rgba(139, 92, 246, 0.35);
}
.solution-card--accent:hover .solution-card-icon {
  box-shadow: 0 0 22px rgba(139, 92, 246, 0.45);
}

/* ── Text ── */
.solution-card-title {
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.30;
}
.solution-card-desc {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* ── Animated state ── */
.solution-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================================================
   CTA
   ================================================ */
.solutions-cta {
  display: flex;
  justify-content: center;
}

.solutions-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  font-family: var(--ff-heading);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.30s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.30s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(79, 70, 229, 0.38);
}
.solutions-cta .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.30s ease;
}
.solutions-cta .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 48px rgba(79, 70, 229, 0.52);
}
.solutions-cta .btn-primary:hover::before { opacity: 1; }
.solutions-cta .btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.btn-arrow {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.solutions-cta .btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .solutions-section { padding: 72px 0 88px; }
  .solutions-container { padding: 0 20px; }
  .solutions-header { margin-bottom: 44px; }
  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .solution-card { padding: 26px 22px; }
  .solutions-cta .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-bg-orb--1,
  .solutions-bg-orb--2 { animation: none; }
  .solution-card,
  .solution-card-icon,
  .solutions-cta .btn-primary { transition: none; }
  .solution-card {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17b4e7e *//* ================================================
   SECTION 5 — OUR DESIGN PROCESS
   ================================================ */

.process-section {
  position: relative;
  background: var(--bg);
  padding: 110px 0 120px;
  overflow: hidden;
}

/* ── Background orbs ── */
.process-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.process-bg-orb--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.18) 0%, transparent 70%);
  top: -100px;
  left: -80px;
  animation: proc-orb 13s ease-in-out infinite;
}
.process-bg-orb--2 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.14) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
  animation: proc-orb 17s ease-in-out infinite reverse;
}
@keyframes proc-orb {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-22px); }
}

/* ── Grid overlay ── */
.process-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}

/* ── Container ── */
.process-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ================================================
   HEADER
   ================================================ */
.process-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
}

.process-header .section-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.15);
  border: 1px solid rgba(79, 70, 229, 0.40);
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #A5B4FC;
  margin-bottom: 20px;
}

.process-header .section-title {
  font-family: var(--ff-heading);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--text);
  margin: 0 0 18px;
}

.process-header .section-description {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.80;
  color: var(--text-secondary);
  margin: 0;
}

/* ================================================
   PROCESS TRACK
   ================================================ */
.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
  align-items: start;
}

/* ── Connector line ── */
.process-connector {
  position: absolute;
  top: 54px;
  left: calc(12.5% + 4px);
  right: calc(12.5% + 4px);
  height: 2px;
  z-index: 0;
  pointer-events: none;
}
.process-connector-line {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}
.process-connector-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 10px rgba(79, 70, 229, 0.50);
  transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-connector-progress.is-animated {
  width: 100%;
}

/* ================================================
   PROCESS CARD
   ================================================ */
.process-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 26px 28px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  text-align: center;
  cursor: default;

  /* Stagger start state */
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.60s ease,
    transform 0.60s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

/* Inner glow on hover */
.process-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(79, 70, 229, 0.09) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.process-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(79, 70, 229, 0.48);
  box-shadow:
    0 24px 60px rgba(79, 70, 229, 0.20),
    0 0 0 1px rgba(79, 70, 229, 0.10);
}
.process-card:hover::before { opacity: 1; }

.process-card:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.process-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Card top row: number + icon ── */
.process-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Step number */
.process-step-number {
  font-family: var(--ff-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--primary);
  background: rgba(79, 70, 229, 0.12);
  border: 1px solid rgba(79, 70, 229, 0.28);
  border-radius: 8px;
  padding: 4px 10px;
  line-height: 1;
  flex-shrink: 0;
}

/* Icon container */
.process-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.22) 0%,
    rgba(6, 182, 212, 0.12) 100%
  );
  border: 1px solid rgba(79, 70, 229, 0.26);
  color: #fff;
  flex-shrink: 0;
  transition:
    transform 0.30s ease,
    box-shadow 0.30s ease,
    background 0.30s ease;
}
.process-card:hover .process-card-icon {
  transform: scale(1.12);
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.38) 0%,
    rgba(6, 182, 212, 0.22) 100%
  );
  box-shadow: 0 0 22px rgba(79, 70, 229, 0.42);
}

/* ── Card text ── */
.process-card-title {
  font-family: var(--ff-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.process-card-desc {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* ── Arrow chevron between cards (desktop) ── */
.process-card:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 54px;
  right: -13px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(79, 70, 229, 0.55);
  border-top: 2px solid rgba(79, 70, 229, 0.55);
  transform: rotate(45deg);
  z-index: 2;
}

/* ================================================
   CTA
   ================================================ */
.process-cta {
  display: flex;
  justify-content: center;
}

.process-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  font-family: var(--ff-heading);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.30s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.30s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(79, 70, 229, 0.38);
}
.process-cta .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.30s ease;
}
.process-cta .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 48px rgba(79, 70, 229, 0.52);
}
.process-cta .btn-primary:hover::before { opacity: 1; }
.process-cta .btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.process-cta .btn-arrow {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.process-cta .btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .process-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .process-connector { display: none; }
  .process-card:not(:last-child)::after { display: none; }
}

@media (max-width: 640px) {
  .process-section { padding: 72px 0 88px; }
  .process-container { padding: 0 20px; }
  .process-header { margin-bottom: 48px; }
  .process-track {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .process-card { padding: 28px 22px; }
  .process-cta .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-bg-orb--1,
  .process-bg-orb--2 { animation: none; }
  .process-card,
  .process-card-icon,
  .process-cta .btn-primary,
  .process-connector-progress { transition: none; }
  .process-card {
    opacity: 1;
    transform: none;
  }
  .process-connector-progress { width: 100%; }
}/* End custom CSS */