.elementor-26970 .elementor-element.elementor-element-d5dc9d9{--display:flex;--margin-top:-95px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26970 .elementor-element.elementor-element-d5dc9d9.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-26970 .elementor-element.elementor-element-d5dc9d9{--width:100.507%;}}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --primary:      #5E0CBC;
  --primary-dark: #4a0999;
  --primary-light:#7B2FE0;
  --primary-glow: rgba(94,12,188,0.15);
  --primary-soft: rgba(94,12,188,0.08);
  --dark:         #0F0520;
  --dark-2:       #180830;
  --card-dark:    #1C0B35;
  --border-dark:  rgba(255,255,255,0.08);
  --light-bg:     #FFFFFF;
  --light-bg-2:   #F7F3FF;
  --light-bg-3:   #F0E9FF;
  --card-light:   #FFFFFF;
  --border-light: rgba(94,12,188,0.12);
  --text-dark:    #1A0A2E;
  --text-muted:   #6B7280;
  --white: #FFFFFF;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1A0A2E;
  line-height: 1.7;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }

.label-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 14px;
}
.label-tag::before {
  content: ''; display: inline-block;
  width: 24px; height: 2px; background: var(--primary);
  border-radius: 2px;
}
.label-tag.light { color: var(--white); }
.label-tag.light::before { background: rgba(255,255,255,0.6); }

h1,h2,h3,h4 { font-weight: 800; line-height: 1.15; }
h1 { font-size: clamp(36px, 5vw, 62px); }
h2 { font-size: clamp(28px, 3.5vw, 44px); }
h3 { font-size: 20px; }
p  { font-size: 16px; line-height: 1.8; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--primary); color: #fff;
  padding: 15px 34px; border-radius: 50px;
  font-size: 15px; font-weight: 700; letter-spacing: .3px;
  border: none; cursor: pointer;
  transition: background .3s, transform .25s, box-shadow .3s;
  box-shadow: 0 8px 28px rgba(94,12,188,0.35);
}
.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(94,12,188,0.45);
}
.btn-outline-dark {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: #fff;
  padding: 14px 32px; border-radius: 50px;
  font-size: 15px; font-weight: 700;
  border: 2px solid rgba(255,255,255,0.25);
  transition: border-color .3s, background .3s, transform .25s;
  cursor: pointer;
}
.btn-outline-dark:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.07);
  transform: translateY(-3px);
}
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--primary);
  padding: 13px 28px; border-radius: 50px;
  font-size: 14px; font-weight: 700;
  border: none; cursor: pointer;
  transition: transform .25s, box-shadow .3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.2); }

/* =========================================================
   ① HERO
========================================================= */
.hero-banner {
    background: url(https://fabercre8tive.ca/wp-content/uploads/2026/04/Graphic-Design-2.jpg.jpeg);
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner::before {
  content: '';
  position: absolute; top: -180px; right: -180px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(94,12,188,0.35) 0%, transparent 65%);
  pointer-events: none;
}
.hero-banner::after {
  content: '';
  position: absolute; bottom: -120px; left: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(123,47,224,0.20) 0%, transparent 65%);
  pointer-events: none;
}
.hero-banner .dots {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  position: relative; z-index: 1;
}
.hero-breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 18px; }
.hero-breadcrumb span { color: rgba(255,255,255,0.9); font-weight: 600; }
.hero-banner h1 { color: #fff; }
.hero-banner h1 span { color: #C084FC; }
.hero-desc { font-size: 18px; color: rgba(255,255,255,0.72); margin: 22px 0 38px; max-width: 520px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-visual {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border-radius: 24px; padding: 44px 36px;
  position: relative;
}
.hero-badge {
  position: absolute; top: -14px; right: 28px;
  background: linear-gradient(90deg, var(--primary), #9333ea);
  color: #fff; font-size: 11px; font-weight: 800;
  padding: 6px 18px; border-radius: 50px; letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-visual-icon {
  width: 88px; height: 88px;
  background: linear-gradient(135deg, var(--primary), #9333ea);
  border-radius: 22px;
  display: flex; align-items: center; justify-content: center;
  font-size: 38px; color: #fff;
  margin: 0 auto 24px;
  box-shadow: 0 16px 40px rgba(94,12,188,0.5);
}
.hero-visual h3 { color: #fff; text-align: center; font-size: 20px; margin-bottom: 8px; }
.hero-visual p  { color: rgba(255,255,255,0.6); text-align: center; font-size: 14px; }
.hero-stats {
  display: flex; gap: 0; margin-top: 30px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  justify-content: space-around;
}
.hero-stat-num { font-size: 28px; font-weight: 900; color: #fff; text-align: center; }
.hero-stat-lbl { font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; margin-top: 4px; }

/* =========================================================
   ② WHY CHOOSE US
========================================================= */
.card-section {
  padding: 80px 0;
  background: linear-gradient(160deg, #ffffff 0%, #F7F3FF 60%, #EDE0FF 100%);
  position: relative; overflow: hidden;
  display: flex
  ;
}
.why-section {
  padding: 80px 0;
  background: linear-gradient(160deg, #ffffff 0%, #F7F3FF 60%, #EDE0FF 100%);
  position: relative; overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(94,12,188,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.why-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.why-left p { margin-top: 18px; margin-bottom: 28px; color: var(--text-muted); }
.why-checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.why-checklist li {
  display: flex; align-items: center; gap: 14px;
  font-size: 15px; color: var(--text-dark); font-weight: 500;
}
.why-check-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.why-check-icon i { color: #fff; font-size: 12px; }
.why-right { display: flex; flex-direction: column; gap: 18px; }
.why-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 18px; padding: 26px 24px;
  display: flex; gap: 18px; align-items: flex-start;
  box-shadow: 0 4px 20px rgba(94,12,188,0.06);
  transition: box-shadow .3s, transform .3s, border-color .3s;
  width:100%;
}
.why-card:hover {
  border-color: rgba(94,12,188,0.30);
  box-shadow: 0 12px 36px rgba(94,12,188,0.12);
  transform: translateY(-4px);
}
.why-card-icon {
  width: 52px; height: 52px; flex-shrink: 0;
  background: var(--primary-soft);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--primary);
}
.why-card h4 { font-size: 16px; margin-bottom: 6px; color: var(--text-dark); }
.why-card p  { font-size: 14px; color: var(--text-muted); line-height: 1.7; }


.card-section .why-card {
  display: flex; gap: 18px; 
  flex-direction: column;
  justify-content: center;
}
.card-section .container {
  display: flex; gap: 18px; 
}

.why-right img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(94, 12, 188, 0.12);
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-right img.image:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(94, 12, 188, 0.18);
}
/* =========================================================
   ③ SERVICES GRID – DARK PURPLE
========================================================= */
.services-section {
  padding: 80px 0;
  background: linear-gradient(160deg, #0F0520 0%, #1E0840 50%, #180636 100%);
  position: relative; overflow: hidden;
}
.services-section::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(94,12,188,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.section-header { text-align: center; margin-bottom: 60px; position: relative; z-index: 1; }
.section-header.dark h2 { color: #fff; }
.section-header.dark p  { color: rgba(255,255,255,0.6); max-width: 580px; margin: 16px auto 0; font-size: 17px; }
.section-header.light h2 { color: var(--text-dark); }
.section-header.light p  { color: var(--text-muted); max-width: 580px; margin: 16px auto 0; font-size: 17px; }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; position: relative; z-index: 1;
}
.service-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px; padding: 38px 28px 32px;
  position: relative; overflow: hidden;
  transition: background .3s, border-color .3s, transform .3s;
}
.service-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), #9333ea);
  transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.service-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(94,12,188,0.45);
  transform: translateY(-6px);
}
.service-card:hover::after { transform: scaleX(1); }
.service-card-num {
  position: absolute; top: 18px; right: 22px;
  font-size: 52px; font-weight: 900;
  color: rgba(255,255,255,0.03); line-height: 1;
}
.service-icon {
  width: 62px; height: 62px;
  background: linear-gradient(135deg, rgba(94,12,188,0.4), rgba(147,51,234,0.3));
  border: 1px solid rgba(94,12,188,0.3);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: #C084FC;
  margin-bottom: 22px;
}
.service-card h3 { color: #fff; margin-bottom: 12px; font-size: 18px; }
.service-card p  { font-size: 14px; color: rgba(255,255,255,0.58); line-height: 1.78; }
.service-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #A855F7; font-size: 14px; font-weight: 600;
  margin-top: 20px; transition: gap .2s;
}
.service-card:hover .service-card-link { gap: 10px; }

/* =========================================================
   ④ STATS BAR
========================================================= */
.stats-bar {
  background: linear-gradient(135deg, var(--primary) 0%, #9333ea 100%);
  padding: 60px 0;
  position: relative; overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute; top: -50%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, transparent 65%);
}
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; text-align: center; position: relative; z-index: 1;
}
.stat-item { padding: 0 16px; }
.stat-num {
  font-size: 52px; font-weight: 900; color: #fff; line-height: 1;
  text-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.stat-lbl { font-size: 14px; color: rgba(255,255,255,0.78); margin-top: 8px; font-weight: 500; }

/* =========================================================
   ⑤ HOW IT WORKS
========================================================= */
.how-section {
  padding: 80px 0;
  background: linear-gradient(160deg, #F7F3FF 0%, #FFFFFF 50%, #F0E9FF 100%);
  position: relative; overflow: hidden;
}
.how-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.how-steps { display: flex; flex-direction: column; }
.how-step {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(94,12,188,0.08);
  transition: padding-left .3s;
}
.how-step:last-child { border-bottom: none; }
.how-step:hover { padding-right: 8px; }
.how-step-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--primary-soft);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--primary);
}
.how-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--text-dark); }
.how-step p  { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.how-right { position: sticky; top: 100px; }
.how-right-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 22px; padding: 38px;
  box-shadow: 0 8px 40px rgba(94,12,188,0.08);
}
.how-right-card h3 { font-size: 22px; margin-bottom: 8px; color: var(--text-dark); }
.how-right-card > p { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.tool-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.tool-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; color: var(--text-dark); font-weight: 500;
  padding: 10px 14px;
  background: var(--primary-soft);
  border-radius: 10px;
  transition: background .2s;
}
.tool-list li:hover { background: rgba(94,12,188,0.12); }
.tool-list li i { color: var(--primary); font-size: 16px; width: 20px; text-align: center; }
.how-cta-card {
  background: linear-gradient(135deg, var(--primary) 0%, #9333ea 100%);
  border-radius: 22px; padding: 36px;
  margin-top: 24px; text-align: center;
  position: relative; overflow: hidden;
}
.how-cta-card::before {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
}
.how-cta-card h3 { font-size: 20px; color: #fff; margin-bottom: 10px; position: relative; }
.how-cta-card p  { font-size: 14px; color: rgba(255,255,255,0.80); margin-bottom: 22px; position: relative; }

/* =========================================================
   ⑥ FAQ
========================================================= */
.faq-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F3FF 100%);
  position: relative; overflow: hidden;
}
.faq-section::before {
  content: '';
  position: absolute; bottom: -60px; left: -60px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(94,12,188,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.faq-inner {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 72px; align-items: start;
}
.faq-left p { margin-top: 18px; margin-bottom: 32px; color: var(--text-muted); }
.faq-cta-card {
  background: linear-gradient(135deg, var(--primary), #9333ea);
  border-radius: 20px; padding: 32px;
  position: relative; overflow: hidden;
}
.faq-cta-card::before {
  content: '';
  position: absolute; top: -30px; right: -30px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
}
.faq-cta-card h3 { font-size: 18px; color: #fff; margin-bottom: 8px; position: relative; }
.faq-cta-card p  { font-size: 13px; color: rgba(255,255,255,0.80); margin-bottom: 20px; position: relative; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(94,12,188,0.05);
  transition: box-shadow .3s;
}
.faq-item.open { box-shadow: 0 6px 28px rgba(94,12,188,0.12); border-color: rgba(94,12,188,0.25); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; cursor: pointer;
  font-size: 15px; font-weight: 600; color: var(--text-dark);
  transition: color .3s;
  user-select: none;
}
.faq-question:hover { color: var(--primary); }
.faq-icon {
  width: 30px; height: 30px; flex-shrink: 0;
  background: var(--primary-soft); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.faq-icon i { color: var(--primary); font-size: 12px; transition: transform .35s; }
.faq-item.open .faq-icon i { transform: rotate(180deg); }
.faq-item.open .faq-icon { background: var(--primary); }
.faq-item.open .faq-icon i { color: #fff; }
.faq-answer {
  padding: 0 24px 22px;
  font-size: 14px; line-height: 1.8; color: var(--text-muted);
  display: none;
}
.faq-item.open .faq-answer { display: block; }

/* =========================================================
   ⑦ FINAL CTA
========================================================= */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0A0118 0%, #1E0840 50%, #0A0118 100%);
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(94,12,188,0.28) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.cta-inner {
  text-align: center; max-width: 720px; margin: 0 auto;
  position: relative; z-index: 1;
}
.cta-inner h2 { color: #fff; margin-bottom: 20px; }
.cta-inner h2 span { color: #C084FC; }
.cta-inner > p { font-size: 18px; color: rgba(255,255,255,0.68); margin-bottom: 42px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-contact-row {
  display: flex; gap: 36px; justify-content: center;
  flex-wrap: wrap; margin-top: 48px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cta-contact-item { display: flex; align-items: center; gap: 14px; }
.cta-icon-wrap {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(94,12,188,0.3);
  border: 1px solid rgba(94,12,188,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.cta-icon-wrap i { color: #C084FC; font-size: 18px; }
.cta-contact-item strong { color: #fff; display: block; font-size: 15px; font-weight: 700; }
.cta-contact-item span  { font-size: 13px; color: rgba(255,255,255,0.45); }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .hero-inner, .why-inner, .how-inner, .faq-inner { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .hero-visual { display: none; }
  .how-right { position: static; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .hero-banner { padding: 80px 0 60px; }
}/* End custom CSS */