.elementor-86 .elementor-element.elementor-element-b5ec683{--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;}.elementor-86 .elementor-element.elementor-element-b5ec683.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-86 .elementor-element.elementor-element-0e7f92b.elementor-element{--flex-grow:0;--flex-shrink:1;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-86 .elementor-element.elementor-element-b5ec683{--width:102.876%;}}/* Start custom CSS for html, class: .elementor-element-1f36652 *//* ===== StepUp Quick Stats (Global CSS) ===== */
.stepup-qs{padding:64px 0;background:#fff;position:relative;overflow:hidden}
.stepup-qs .stepup-container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;box-sizing:border-box}

.stepup-qs__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  list-style:none;
  padding:0;
  margin:0;
}
@media(min-width:768px){
  .stepup-qs__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
}

.stepup-qs__card{
  border-radius:18px;
  padding:22px;
  text-align:center;
  height:100%;
  box-sizing:border-box;
  background-clip:padding-box;
  transition:transform .18s ease,box-shadow .22s ease;
  outline:none;
}
.stepup-qs__card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(0,0,0,.10)}
.stepup-qs__card:focus-visible{outline:3px solid rgba(99,102,241,.12);outline-offset:4px}

.stepup-qs__icon{
  width:56px;height:56px;border-radius:14px;
  margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:26px;
  box-shadow:0 12px 24px rgba(0,0,0,.12)
}

.stepup-qs__val{
  font-weight:900;
  color:#0f172a;
  font-size:22px;
  line-height:1.2;
  margin-bottom:6px;
  word-break:keep-all
}
@media(min-width:768px){.stepup-qs__val{font-size:28px}}

.stepup-qs__lbl{color:#475569;font-weight:700;font-size:14px}

/* Card backgrounds (prefixed to avoid conflicts) */
.stepup-qs--blue{background:#eff6ff}
.stepup-qs--green{background:#ecfdf5}
.stepup-qs--amber{background:#fffbeb}
.stepup-qs--purple{background:#faf5ff}

/* Icon gradients (prefixed to avoid conflicts) */
.stepup-qs__grad-blue{background:linear-gradient(90deg,#3b82f6,#6366f1)}
.stepup-qs__grad-green{background:linear-gradient(90deg,#10b981,#14b8a6)}
.stepup-qs__grad-amber{background:linear-gradient(90deg,#f59e0b,#f97316)}
.stepup-qs__grad-purple{background:linear-gradient(90deg,#a855f7,#ec4899)}

@media (prefers-reduced-motion: reduce){
  .stepup-qs__card{transition:none}
  .stepup-qs__card:hover{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e7f92b *//* ===== STEPUP: Courses (Global CSS) ===== */
.stepup-courses{padding:80px 0;background:#fff}
.stepup-courses .stepup-container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;box-sizing:border-box}

.stepup-courses__title{text-align:center;max-width:720px;margin:0 auto 50px}
.stepup-courses__subtitle{display:inline-block;margin-bottom:8px;color:#2563eb;font-weight:800}
.stepup-courses__h2{margin:0 0 10px;font-size:34px;font-weight:900;color:#0f172a}
.stepup-courses__desc{margin:0;color:#475569;font-size:16px}

.stepup-courses__grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:768px){.stepup-courses__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.stepup-courses__grid{grid-template-columns:repeat(4,1fr)}}

.stepup-course-card{
  border-radius:18px;overflow:hidden;
  border:1px solid #f1f5f9;background:#fff;
  display:flex;flex-direction:column;
  transition:transform .2s ease,box-shadow .25s ease;
  word-break:keep-all;
}
.stepup-course-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.10)}
.stepup-course-card:focus-within{outline:3px solid rgba(37,99,235,.14);outline-offset:4px}

.stepup-course__head{padding:24px;color:#fff}
.stepup-course__icon{font-size:34px}
.stepup-course__h3{margin:8px 0 4px;font-size:20px;font-weight:800}
.stepup-course__meta{margin:0;font-size:14px;opacity:.9}

.stepup-course__body{padding:22px;display:flex;flex-direction:column;flex:1}
.stepup-course__text{flex:1;color:#475569;font-size:15px;line-height:1.6;margin:0 0 16px}

.stepup-course__btn{
  display:inline-block;text-align:center;
  padding:12px 14px;border-radius:12px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;font-weight:900;text-decoration:none;
}
.stepup-course__btn:hover{opacity:.92}
.stepup-course__btn:focus-visible{outline:3px solid rgba(245,158,11,.22);outline-offset:3px}

.stepup-course__head--blue{background:linear-gradient(135deg,#3b82f6,#6366f1)}
.stepup-course__head--green{background:linear-gradient(135deg,#10b981,#14b8a6)}
.stepup-course__head--amber{background:linear-gradient(135deg,#f59e0b,#f97316)}
.stepup-course__head--purple{background:linear-gradient(135deg,#a855f7,#ec4899)}

.stepup-courses__center{text-align:center;margin-top:40px}
.stepup-courses__all{color:#2563eb;font-weight:800;text-decoration:none}
.stepup-courses__all:hover{text-decoration:underline}
.stepup-courses__all:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}

@media(max-width:767px){.stepup-courses{padding:60px 0}}

@media (prefers-reduced-motion: reduce){
  .stepup-course-card{transition:none}
  .stepup-course-card:hover{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f617d33 *//* ===== STEPUP: Why Choose Us (Global CSS) ===== */
.stepup-why{padding:80px 0;background:#f8fafc}
.stepup-why .stepup-container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;box-sizing:border-box}

.stepup-why__title{text-align:center;max-width:720px;margin:0 auto 50px}
.stepup-why__subtitle{display:inline-block;margin-bottom:8px;color:#2563eb;font-weight:800}
.stepup-why__h2{margin:0 0 10px;font-size:34px;font-weight:900;color:#0f172a}
.stepup-why__desc{margin:0;color:#475569;font-size:16px}

.stepup-why__grid{display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:768px){.stepup-why__grid{grid-template-columns:repeat(2,1fr);gap:22px}}
@media(min-width:1024px){.stepup-why__grid{grid-template-columns:repeat(3,1fr);gap:26px}}

.stepup-why__card{
  background:#fff;
  border:1px solid #f1f5f9;
  border-radius:18px;
  padding:26px;
  transition:transform .2s ease,box-shadow .25s ease;
}
.stepup-why__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.10)}
.stepup-why__card:focus-within{outline:3px solid rgba(37,99,235,.14);outline-offset:4px}

.stepup-why__ico{
  width:56px;height:56px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;margin-bottom:16px;
}

.stepup-why__h3{margin:0 0 10px;font-size:20px;font-weight:900;color:#0f172a}
.stepup-why__text{margin:0;color:#475569;line-height:1.65;font-size:15px}

/* Icon color variants (prefixed; avoids global bg-* conflicts) */
.stepup-why__ico--blue{background:#eff6ff;color:#2563eb}
.stepup-why__ico--green{background:#ecfdf5;color:#059669}
.stepup-why__ico--amber{background:#fffbeb;color:#d97706}
.stepup-why__ico--purple{background:#faf5ff;color:#7c3aed}
.stepup-why__ico--rose{background:#fff1f2;color:#e11d48}
.stepup-why__ico--cyan{background:#ecfeff;color:#0891b2}

@media(max-width:767px){.stepup-why{padding:60px 0}}

@media (prefers-reduced-motion: reduce){
  .stepup-why__card{transition:none}
  .stepup-why__card:hover{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bc6870 *//* ===== STEPUP: Batch Schedule (Global CSS) ===== */
.stepup-batch{padding:80px 0;background:#f8fafc}
.stepup-batch .stepup-container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;box-sizing:border-box}

.stepup-batch__title{text-align:center;max-width:720px;margin:0 auto 30px}
.stepup-batch__subtitle{display:inline-block;margin-bottom:8px;color:#2563eb;font-weight:800}
.stepup-batch__h2{margin:0 0 8px;font-size:28px;font-weight:900;color:#0f172a}
.stepup-batch__intro{margin:0;color:#475569;font-size:15px}

.stepup-batch__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin:0 0 28px;
  padding:0;
  list-style:none;
}
@media(min-width:768px){.stepup-batch__grid{grid-template-columns:repeat(2,1fr);gap:22px}}
@media(min-width:1024px){.stepup-batch__grid{grid-template-columns:repeat(4,1fr);gap:22px}}

.stepup-batch__card{
  border-radius:18px;
  padding:22px;
  border:1px solid rgba(0,0,0,.03);
  background-clip:padding-box;
  transition:transform .18s ease,box-shadow .22s ease;
  outline:none;
}
.stepup-batch__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(2,6,23,.06)}
.stepup-batch__card:focus-visible{outline:3px solid rgba(37,99,235,.14);outline-offset:4px}

.stepup-batch__ico{
  width:52px;height:52px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;color:#fff;margin-bottom:14px;
  box-shadow:0 12px 24px rgba(2,6,23,.06)
}
.stepup-batch__time{margin:0 0 8px;font-size:18px;font-weight:900;color:#0f172a}
.stepup-batch__desc{margin:0;color:#475569;font-weight:700;font-size:14px}

/* card panels */
.stepup-batch__card--amber{background:#fffbeb}
.stepup-batch__card--blue{background:#eff6ff}
.stepup-batch__card--purple{background:#faf5ff}
.stepup-batch__card--green{background:#ecfdf5}

/* icon gradients */
.stepup-batch__ico--amber{background:linear-gradient(90deg,#fbbf24,#fb923c)}
.stepup-batch__ico--blue{background:linear-gradient(90deg,#60a5fa,#818cf8)}
.stepup-batch__ico--purple{background:linear-gradient(90deg,#c4b5fd,#f472b6)}
.stepup-batch__ico--green{background:linear-gradient(90deg,#6ee7b7,#2dd4bf)}

/* CTA */
.stepup-batch__cta{
  background:linear-gradient(90deg,#2563eb,#4f46e5);
  border-radius:18px;
  padding:22px;
  text-align:center;
  color:#fff
}
.stepup-batch__ctaTitle{margin:0 0 8px;font-size:20px;font-weight:900}
.stepup-batch__ctaText{margin:0 0 16px;color:rgba(219,234,254,.90);font-weight:700;line-height:1.6}

.stepup-batch__ctaBtns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}

.stepup-batch__btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:14px;
  text-decoration:none;font-weight:900;
  transition:background .18s ease,transform .12s ease;
  color:#fff
}
.stepup-batch__btn--wa{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14)
}
.stepup-batch__btn--wa:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}
.stepup-batch__btn--schedule{background:rgba(255,255,255,.20)}
.stepup-batch__btn--schedule:hover{background:rgba(255,255,255,.26);transform:translateY(-2px)}
.stepup-batch__btn:focus-visible{outline:3px solid rgba(255,255,255,.25);outline-offset:3px}

@media(max-width:767px){
  .stepup-batch{padding:60px 0}
  .stepup-batch__h2{font-size:24px}
}

@media (prefers-reduced-motion: reduce){
  .stepup-batch__card,.stepup-batch__btn{transition:none}
  .stepup-batch__card:hover,.stepup-batch__btn:hover{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b385af *//* ===== STEPUP: Teachers (Global CSS) ===== */
.stepup-teachers{padding:80px 0;background:#fff}
.stepup-teachers .stepup-container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;box-sizing:border-box}

.stepup-teachers__title{text-align:center;max-width:720px;margin:0 auto 50px}
.stepup-teachers__subtitle{display:inline-block;margin-bottom:8px;color:#2563eb;font-weight:800}
.stepup-teachers__h2{margin:0 0 10px;font-size:34px;font-weight:900;color:#0f172a}
.stepup-teachers__desc{margin:0;color:#475569;font-size:16px}

.stepup-teachers__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  list-style:none;
  padding:0;
  margin:0;
}
@media(min-width:768px){.stepup-teachers__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.stepup-teachers__grid{grid-template-columns:repeat(4,1fr)}}

.stepup-teachers__card{
  background:#fff;
  border:1px solid #f1f5f9;
  border-radius:18px;
  overflow:hidden;
  transition:transform .2s ease,box-shadow .25s ease;
  outline:none;
}
.stepup-teachers__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(2,6,23,.06)}
.stepup-teachers__card:focus-visible{outline:3px solid rgba(37,99,235,.14);outline-offset:4px}

/* Image */
.stepup-teachers__img{position:relative;aspect-ratio:1/1;overflow:hidden}
.stepup-teachers__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.stepup-teachers__card:hover .stepup-teachers__img img{transform:scale(1.06)}
.stepup-teachers__overlay{
  position:absolute;inset:0;
  opacity:0;
  transition:opacity .3s ease;
  pointer-events:none;
}
.stepup-teachers__card:hover .stepup-teachers__overlay{opacity:.22}

/* Body */
.stepup-teachers__body{text-align:center;padding:18px}
.stepup-teachers__name{margin:0 0 6px;font-size:17px;font-weight:900;color:#0f172a}
.stepup-teachers__role{font-size:14px;font-weight:800;margin:0 0 6px}
.stepup-teachers__bio{font-size:14px;color:#475569;line-height:1.6;margin:0}

/* Overlay gradients (prefixed) */
.stepup-teachers__overlay--blue{background:linear-gradient(180deg,#3b82f6,#6366f1)}
.stepup-teachers__overlay--green{background:linear-gradient(180deg,#10b981,#14b8a6)}
.stepup-teachers__overlay--amber{background:linear-gradient(180deg,#f59e0b,#f97316)}
.stepup-teachers__overlay--purple{background:linear-gradient(180deg,#a855f7,#ec4899)}

/* Gradient role text (prefixed) */
.stepup-teachers__role--blue{background:linear-gradient(90deg,#3b82f6,#6366f1)}
.stepup-teachers__role--green{background:linear-gradient(90deg,#10b981,#14b8a6)}
.stepup-teachers__role--amber{background:linear-gradient(90deg,#f59e0b,#f97316)}
.stepup-teachers__role--purple{background:linear-gradient(90deg,#a855f7,#ec4899)}
.stepup-teachers__role--blue,
.stepup-teachers__role--green,
.stepup-teachers__role--amber,
.stepup-teachers__role--purple{
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.stepup-teachers__center{text-align:center;margin-top:40px}
.stepup-teachers__all{color:#2563eb;font-weight:900;text-decoration:none}
.stepup-teachers__all:hover{text-decoration:underline}
.stepup-teachers__all:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}

@media(max-width:767px){.stepup-teachers{padding:60px 0}}

@media (prefers-reduced-motion: reduce){
  .stepup-teachers__card,
  .stepup-teachers__img img,
  .stepup-teachers__overlay{transition:none}
  .stepup-teachers__card:hover{transform:none}
  .stepup-teachers__card:hover .stepup-teachers__img img{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b47d68e *//* ===== STEPUP: Results (Global CSS) ===== */
.stepup-results{
  padding:90px 0;
  background:linear-gradient(180deg,#1e3a8a 0%,#1e40af 100%);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto;
}
.stepup-results__inner{max-width:1200px;margin:auto;padding:0 16px}

.stepup-results__title{text-align:center;max-width:720px;margin:0 auto 48px}
.stepup-results__subtitle{display:inline-block;margin-bottom:8px;color:#bfdbfe;font-weight:900}
.stepup-results__h2{margin:0 0 10px;font-size:36px;font-weight:900;color:#fff}
.stepup-results__lead{margin:0;color:rgba(255,255,255,.85);font-size:16px}

.stepup-results__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin:0 0 36px;
  padding:0;
  list-style:none;
}
@media(min-width:1024px){.stepup-results__grid{grid-template-columns:repeat(4,1fr)}}

.stepup-results__card{
  text-align:center;
  padding:28px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
  transition:transform .2s ease,background .25s ease;
  will-change:transform;
  outline:none;
}
.stepup-results__card:hover{transform:translateY(-4px);background:rgba(255,255,255,.22)}
.stepup-results__card:focus-visible{outline:3px solid rgba(255,255,255,.22);outline-offset:4px}

.stepup-results__ico{
  width:64px;height:64px;border-radius:18px;
  margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  font-size:30px;color:#fff;
  box-shadow:0 18px 36px rgba(0,0,0,.25)
}
.stepup-results__h3{margin:0 0 4px;font-size:22px;font-weight:900;color:#fff}
.stepup-results__txt{margin:0;font-size:14px;color:rgba(255,255,255,.75);font-weight:700}

/* gradients (prefixed) */
.stepup-results__grad-amber{background:linear-gradient(135deg,#fbbf24,#f97316)}
.stepup-results__grad-blue{background:linear-gradient(135deg,#60a5fa,#6366f1)}
.stepup-results__grad-green{background:linear-gradient(135deg,#34d399,#14b8a6)}
.stepup-results__grad-purple{background:linear-gradient(135deg,#c4b5fd,#ec4899)}

.stepup-results__center{text-align:center}
.stepup-results__btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:14px;
  background:#fff;
  color:#1e3a8a;
  font-weight:900;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.stepup-results__btn:hover{background:#dbeafe;transform:translateY(-2px)}
.stepup-results__btn:focus-visible{outline:3px solid rgba(255,255,255,.24);outline-offset:3px}

@media(max-width:767px){
  .stepup-results{padding:70px 0}
  .stepup-results__h2{font-size:30px}
}

@media (prefers-reduced-motion: reduce){
  .stepup-results__card,
  .stepup-results__btn{transition:none}
  .stepup-results__card:hover,
  .stepup-results__btn:hover{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1474b26 *//* ===== STEPUP: Testimonials (Global CSS) ===== */
.stepup-testimonials{padding:80px 0;background:#f8fafc}
.stepup-testimonials .stepup-container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px;box-sizing:border-box}
.stepup-testimonials__inner{max-width:1200px;margin:0 auto;padding:0 16px}

.stepup-testimonials__title{text-align:center;max-width:720px;margin:0 auto 50px}
.stepup-testimonials__subtitle{display:inline-block;margin-bottom:8px;color:#2563eb;font-weight:800}
.stepup-testimonials__h2{margin:0 0 10px;font-size:34px;font-weight:900;color:#0f172a}
.stepup-testimonials__desc{margin:0;color:#475569;font-size:16px}

/* Desktop Grid */
.suT-grid{display:none;gap:18px}
@media(min-width:768px){
  .suT-grid{display:grid;grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1024px){
  .suT-grid{grid-template-columns:repeat(3,1fr)}
}

/* Cards */
.suT-card{
  background:#fff;
  border:1px solid #f1f5f9;
  border-radius:18px;
  padding:22px;
  transition:transform .2s ease,box-shadow .25s ease;
  display:flex;
  flex-direction:column;
}
.suT-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.10)}
.suT-card:focus-within{outline:3px solid rgba(37,99,235,.14);outline-offset:4px}

.suT-quote{font-size:38px;line-height:1;color:#bfdbfe;margin-bottom:10px}
.suT-text{margin:0 0 16px;color:#334155;line-height:1.7;font-size:15px;flex:1}
.suT-stars{color:#f59e0b;font-weight:900;letter-spacing:2px;margin-bottom:14px}
.suT-user{display:flex;align-items:center;gap:12px}

.suT-avatar{
  width:48px;height:48px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:900;
}
.suT-avatar--student{background:linear-gradient(90deg,#3b82f6,#6366f1)}
.suT-avatar--parent{background:linear-gradient(90deg,#10b981,#14b8a6)}

.suT-name{margin:0;font-weight:900;color:#0f172a;font-size:15px;line-height:1.2}
.suT-role{font-size:13px;color:#64748b;font-weight:700}

/* Carousel (mobile) */
.suT-carousel{display:block}
@media(min-width:768px){.suT-carousel{display:none}}

.suT-slide{background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:22px}
.suT-controls{display:flex;justify-content:center;gap:14px;margin-top:14px}

.suT-btn{
  width:46px;height:46px;border-radius:999px;
  background:#fff;border:1px solid #e2e8f0;
  font-size:24px;font-weight:900;color:#475569;cursor:pointer;
  transition:background .18s ease,transform .12s ease;
}
.suT-btn:hover{background:#f8fafc;transform:translateY(-1px)}
.suT-btn:focus-visible{outline:3px solid rgba(37,99,235,.16);outline-offset:3px}

.suT-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}
.suT-dot{
  width:8px;height:8px;border-radius:999px;
  background:#cbd5e1;border:none;cursor:pointer;
  transition:all .2s ease;
}
.suT-dot.is-active{width:22px;background:#2563eb}

@media(max-width:767px){
  .stepup-testimonials{padding:60px 0}
  .stepup-testimonials__inner{padding-left:14px;padding-right:14px}
}

@media (prefers-reduced-motion: reduce){
  .suT-card,.suT-btn,.suT-dot{transition:none}
  .suT-card:hover{transform:none}
  .suT-btn:hover{transform:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2bba3e *//* ✅ Updated color (softer light purple, still high-contrast) */

/* Replace ONLY these lines in your current CSS */
.su-admcta{
  position:relative;
  overflow:hidden;
  padding:80px 0;
  background:linear-gradient(135deg,#c4b5fd 0%, #8b5cf6 42%, #4f46e5 100%);
}
.su-admcta .su-num{font-size:26px;font-weight:950;color:#5b21b6}
.su-admcta .su-btn.form{background:#fff;color:#5b21b6}
.su-admcta .su-btn.form:hover{background:#f5f3ff}

/* Background pattern bubbles */
.su-admcta .su-bubbles{position:absolute;inset:0;opacity:.12;pointer-events:none}
.su-admcta .su-bubble{position:absolute;width:380px;height:380px;background:#fff;border-radius:999px}
.su-admcta .su-bubble.one{top:-20px;left:-20px;transform:translate(-50%,-50%)}
.su-admcta .su-bubble.two{bottom:-20px;right:-20px;transform:translate(50%,50%)}

.su-admcta .su-container{max-width:1200px;margin:0 auto;padding:0 18px;position:relative;z-index:2}
.su-admcta .su-head{text-align:center;margin-bottom:34px}
.su-admcta .su-badge{
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-weight:800;
  font-size:13px;
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(8px);
  margin-bottom:14px
}
.su-admcta h2{margin:0;color:#fff;font-weight:900;line-height:1.1;font-size:38px}
.su-admcta .su-desc{margin:12px auto 0;max-width:680px;color:rgba(255,255,255,.82);font-size:17px;line-height:1.7}

.su-admcta .su-steps{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:18px;margin:34px 0 34px}
.su-admcta .su-stepWrap{position:relative}
.su-admcta .su-step{
  height:100%;
  text-align:center;
  padding:22px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  box-shadow:0 18px 40px rgba(2,6,23,.18);
}
.su-admcta .su-numWrap{
  width:64px;height:64px;margin:0 auto 14px;
  border-radius:999px;background:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 30px rgba(2,6,23,.22)
}
.su-admcta .su-num{font-size:26px;font-weight:950;color:#6d28d9}
.su-admcta .su-step h3{margin:0 0 8px;color:#fff;font-size:20px;font-weight:900}
.su-admcta .su-step p{margin:0;color:rgba(255,255,255,.72);font-size:15px}

/* Arrow between cards (desktop only) */
.su-admcta .su-arrow{position:absolute;top:50%;right:-14px;transform:translateY(-50%);display:none;opacity:.6}
.su-admcta .su-arrow svg{width:24px;height:24px}

/* Buttons */
.su-admcta .su-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:6px}
.su-admcta .su-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 22px;border-radius:14px;
  font-weight:900;font-size:16px;text-decoration:none;
  box-shadow:0 18px 34px rgba(2,6,23,.22);
  transition:transform .2s ease,filter .2s ease,background .2s ease,opacity .2s ease;
}
.su-admcta .su-btn:hover{transform:translateY(-2px);filter:saturate(1.05)}
.su-admcta .su-btn svg{width:22px;height:22px}

.su-admcta .su-btn.form{background:#fff;color:#6d28d9}
.su-admcta .su-btn.form:hover{background:#f5f3ff}

.su-admcta .su-btn.wa{background:#059669;color:#fff}
.su-admcta .su-btn.wa:hover{background:#047857}

/* Responsive */
@media (min-width:768px){
  .su-admcta .su-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  .su-admcta .su-arrow{display:block}
  .su-admcta h2{font-size:44px}
}
@media (min-width:1024px){
  .su-admcta{padding:90px 0}
  .su-admcta h2{font-size:52px}
}
@media (max-width:480px){
  .su-admcta{padding:70px 0}
  .su-admcta h2{font-size:30px}
  .su-admcta .su-desc{font-size:16px}
  .su-admcta .su-btn{width:100%;justify-content:center}
}

@media (prefers-reduced-motion: reduce){
  .su-admcta .su-btn{transition:none}
  .su-admcta .su-btn:hover{transform:none}
}/* End custom CSS */