.elementor-10728 .elementor-element.elementor-element-70801b2{--display:flex;}.elementor-10728 .elementor-element.elementor-element-d3824f1{--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-10728 .elementor-element.elementor-element-5f04829{--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-10728 .elementor-element.elementor-element-d7758f7{--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-10728 .elementor-element.elementor-element-01edf74{--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-10728 .elementor-element.elementor-element-55457ca{--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-10728 .elementor-element.elementor-element-1646f47{--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-10728 .elementor-element.elementor-element-d722266{--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-10728 .elementor-element.elementor-element-7dd33a7{--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-10728 .elementor-element.elementor-element-039e5e0{--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-10728 .elementor-element.elementor-element-034a765{--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-10728 .elementor-element.elementor-element-cea2a1d{--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;}/* Start custom CSS for html, class: .elementor-element-884a58a */.mvp-hero {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* EXACT GRADIENT */
  background: linear-gradient(135deg, #a21caf, #4c1d95);
  color: #ffffff;
}

/* CONTENT WIDTH CONTROL */
.hero-content {
  max-width: 850px;
  margin: auto;
}

/* HEADING */
.mvp-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

/* SUBTEXT */
.mvp-hero p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #e9d5ff;
}

/* BUTTON WRAPPER */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn-primary {
  background: #ffffff;
  color: #6d28d9;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #f3f4f6;
}

/* OUTLINE BUTTON */
.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mvp-hero h1 {
    font-size: 32px;
  }

  .mvp-hero p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bee589b */.mvp-info {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.mvp-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.mvp-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 25px;
}

/* PARAGRAPH */
.mvp-info .desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* HIGHLIGHT TEXT */
.highlight {
  color: #7c3aed;
  font-weight: 600;
}

/* BOX */
.goal-box {
  background: #ede9fe;
  padding: 22px;
  border-radius: 12px;
  margin: 30px 0;
  text-align: left;
}

.goal-box h4 {
  font-size: 18px;
  color: #1e3a5f;
  margin-bottom: 8px;
}

.goal-box p {
  font-size: 15px;
  color: #374151;
}

/* BOTTOM LINE */
.bottom-line {
  font-size: 16px;
  font-weight: 600;
  color: #7c3aed;
  margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mvp-info h2 {
    font-size: 24px;
  }

  .mvp-info .desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ea97a1 */.mvp-audience {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.mvp-audience .container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.mvp-audience h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.audience-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* HOVER EFFECT */
.audience-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.audience-card .icon {
  font-size: 40px;
  color: #7c3aed;
  margin-bottom: 15px;
}

/* TITLE */
.audience-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 10px;
}

/* TEXT */
.audience-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d142ba */.mvp-why {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.mvp-why .container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.mvp-why h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.why-card .icon {
  font-size: 28px;
  color: #7c3aed;
  margin-bottom: 10px;
}

/* TITLE */
.why-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 6px;
}

/* TEXT */
.why-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* TESTIMONIAL */
.testimonial-box {
  margin-top: 40px;
  background: #ede9fe;
  border-radius: 14px;
  padding: 25px;
  text-align: left;
}

/* QUOTE */
.testimonial-box .quote {
  font-size: 15px;
  color: #374151;
  margin-bottom: 10px;
}

/* AUTHOR */
.testimonial-box .author {
  font-size: 14px;
  color: #7c3aed;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .mvp-why h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9117cdf */.mvp-services {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.mvp-services .container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.mvp-services h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* CARD */
.service-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  gap: 20px;
}

/* LEFT CONTENT */
.service-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #7c3aed;
  margin-bottom: 6px;
}

.service-content p {
  font-size: 14px;
  color: #6b7280;
}

/* RIGHT TAG */
.tag {
  background: #ede9fe;
  color: #7c3aed;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .tag {
    margin-top: 10px;
  }

  .mvp-services h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0614289 */.mvp-process {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.mvp-process .container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.mvp-process h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 40px;
}

/* CARD */
.process-card {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* HEADER STRIP */
.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ede9fe;
  padding: 18px 20px;
}

/* STEP CIRCLE */
.step {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* STEP TEXT */
.label {
  font-size: 13px;
  color: #7c3aed;
  font-weight: 600;
}

.card-header h3 {
  font-size: 18px;
  margin: 2px 0 0;
  color: #1e3a5f;
}

/* BODY */
.card-body {
  padding: 20px;
}

.card-body p {
  color: #374151;
  margin-bottom: 12px;
}

/* LIST */
.card-body ul {
  list-style: none;
  padding: 0;
}

.card-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #6b7280;
}

/* CHECK ICON */
.card-body ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-size: 13px;
}

/* DELIVERABLE */
.deliverable {
  margin-top: 15px;
  background: #ede9fe;
  color: #7c3aed;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mvp-process h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ebcf41 */.mvp-deliverables {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.mvp-deliverables .container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.mvp-deliverables h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 40px;
}

/* GRID */
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* LIST */
.deliverables-list {
  list-style: none;
  padding: 0;
}

/* ITEM */
.deliverables-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #374151;
}

/* ICON */
.deliverables-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ede9fe;
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .mvp-deliverables h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f51d9f */.tech-stack {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.tech-stack .container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* TOP ICON */
.top-icon {
  font-size: 32px;
  color: #7c3aed;
  margin-bottom: 10px;
}

/* HEADING */
.tech-stack h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 10px;
}

/* SUBTEXT */
.subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

/* CARD */
.stack-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: left;
}

/* LABEL */
.label {
  min-width: 140px;
  font-weight: 600;
  color: #7c3aed;
}

/* CONTENT */
.content {
  color: #374151;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .stack-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .label {
    margin-bottom: 5px;
  }

  .tech-stack h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc128b9 */.case-proof {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.case-proof .container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.case-proof h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.case-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* HOVER EFFECT (optional but pro look) */
.case-card:hover {
  transform: translateY(-5px);
}

/* TITLE */
.case-card h3 {
  color: #7c3aed;
  font-size: 16px;
  margin-bottom: 15px;
}

/* TEXT */
.case-card p {
  font-size: 14px;
  color: #374151;
  margin-bottom: 12px;
}

/* RESULT HIGHLIGHT */
.case-card .result {
  color: #7c3aed;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-proof h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a87ef1 */.security-section {
  padding: 80px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.security-section .container {
  max-width: 900px;
  margin: auto;
}

/* ICON */
.icon-box {
  font-size: 36px;
  color: #7c3aed;
  margin-bottom: 15px;
}

/* TITLE */
.security-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 10px;
}

/* SUBTEXT */
.subtitle {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 40px;
}

/* GRID */
.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
}

/* LIST */
.security-grid ul {
  list-style: none;
  padding: 0;
}

.security-grid li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #374151;
}

/* PURPLE CHECK ICON */
.security-grid li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #7c3aed;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .security-grid {
    grid-template-columns: 1fr;
  }

  .security-section h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02bdc42 */.faq-section {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.faq-section .container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.faq-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* CARD */
.faq-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 25px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* HOVER (same SaaS feel) */
.faq-card:hover {
  transform: translateY(-3px);
}

/* QUESTION */
.faq-card h3 {
  font-size: 16px;
  color: #7c3aed;
  margin-bottom: 8px;
}

/* ANSWER */
.faq-card p {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-636f85d */.mvp-cta {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* EXACT GRADIENT */
  background: linear-gradient(135deg, #9333ea, #6d28d9);
  color: #ffffff;
}

/* CONTAINER */
.mvp-container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.mvp-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff !important; /* FIX */
}

/* SUBTEXT */
.mvp-cta p {
  font-size: 16px;
  color: #ffffff !important; /* FIX */
  opacity: 0.95;
  margin-bottom: 30px;
}

/* BUTTON WRAP */
.mvp-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.btn {
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

/* PRIMARY BUTTON */
.btn.primary {
  background: #ffffff;
  color: #6d28d9;
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* HOVER */
.btn.primary:hover {
  background: #f3f4f6;
}

.btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* STATS LINE */
.mvp-stats {
  font-size: 13px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mvp-cta h2 {
    font-size: 28px;
  }
}/* End custom CSS */