.elementor-114 .elementor-element.elementor-element-01819b8{--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-114 .elementor-element.elementor-element-01819b8:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-01819b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #810CA8 5%, #E5B8F4 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-114 .elementor-element.elementor-element-d4fa9e0{text-align:center;}.elementor-114 .elementor-element.elementor-element-d4fa9e0 .elementor-heading-title{color:#2D033B;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-114 .elementor-element.elementor-element-42e37eb{text-align:center;color:#2D033B;}.elementor-114 .elementor-element.elementor-element-fc25208{--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-114 .elementor-element.elementor-element-fc25208:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-fc25208 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #810CA8 2%, #E5B8F4 93%);}.elementor-114 .elementor-element.elementor-element-8e4fc22{--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-114 .elementor-element.elementor-element-8e4fc22:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-8e4fc22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #810CA8 0%, #E5B8F4 100%);}.elementor-114 .elementor-element.elementor-element-2ce0462{--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-114 .elementor-element.elementor-element-2ce0462:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-2ce0462 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5B8F4;}.elementor-114 .elementor-element.elementor-element-41e4d1a{--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-114 .elementor-element.elementor-element-41e4d1a:not(.elementor-motion-effects-element-type-background), .elementor-114 .elementor-element.elementor-element-41e4d1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #2D033B 0%, #810CA8 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5cc2aaa */.seo-hero {
  background: linear-gradient(180deg, #810CA8 0%, #E9C6F3 100%);
  padding: 80px 20px 60px;
}

.seo-hero-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.seo-badge {
  font-size: 14px;
  color: #E5B8F4;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.seo-hero h1 {
  font-size: 46px;
  line-height: 1.2;
  color: #2D033B;
  font-weight: 700;
  margin-bottom: 18px;
}

.seo-subtext {
  font-size: 18px;
  color: #1E293B;
  max-width: 720px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.seo-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #810CA8;
  color: #ffffff;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #C147E9;
}

.btn-secondary {
  border: 2px solid #0F172A;
  color: #0F172A;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.seo-proof {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #810CA8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .seo-hero {
    padding: 50px 16px 40px;
  }

  .seo-hero h1 {
    font-size: 30px;
  }

  .seo-subtext {
    font-size: 15px;
  }

  .seo-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4121a2e */.seo-why {
    background: linear-gradient(180deg, #810CA8 0%, #E9C6F3 100%);
  padding: 80px 20px 60px;
}

}

.seo-why-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.seo-why h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2D033B;
  margin-bottom: 18px;
}

.seo-why-intro {
  font-size: 16px;
  color: #E5B8F4;
  max-width: 850px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.seo-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.seo-card {
  background: #F8FAFC;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 12px;
}

.seo-card p {
  font-size: 15px;
  color: #1E293B;
  line-height: 1.6;
}

.seo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .seo-why {
    padding: 50px 16px;
  }

  .seo-why h2 {
    font-size: 24px;
  }

  .seo-why-intro {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .seo-why-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c11a334 */.seo-process {
  background: #E5B8F4;
  padding: 80px 20px;
}

.seo-process-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.seo-process h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2D033B;
  margin-bottom: 16px;
}

.seo-process-intro {
  font-size: 16px;
  color: #2D033B;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.seo-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-card {
  background: #810CA8;
  padding: 30px 24px;
  border-radius: 18px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 15px;
  color: #E5B8F4;
  line-height: 1.6;
}

.step-number {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(45, 3, 59, 0.35);
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .seo-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .seo-process {
    padding: 60px 16px;
  }

  .seo-process h2 {
    font-size: 24px;
  }

  .seo-process-intro {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .seo-process-steps {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-320e9e5 */.seo-cta {
  background: linear-gradient(135deg, #2D033B 0%, #810CA8 100%);
  padding: 90px 20px;
}

.seo-cta-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.seo-cta h2 {
  font-size: 36px;
  font-weight: 700;
  color: #E5B8F4;
  margin-bottom: 18px;
}

.seo-cta-text {
  font-size: 17px;
  color: #E5B8F4;
  line-height: 1.7;
  margin-bottom: 36px;
}

.seo-cta-button {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  padding: 18px 36px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(193, 71, 233, 0.45);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .seo-cta {
    padding: 70px 16px;
  }

  .seo-cta h2 {
    font-size: 26px;
  }

  .seo-cta-text {
    font-size: 15px;
  }

  .seo-cta-button {
    width: 100%;
    padding: 16px;
  }
}/* End custom CSS */