.elementor-10725 .elementor-element.elementor-element-9bc61ba{--display:flex;}.elementor-10725 .elementor-element.elementor-element-136b3f1{--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-10725 .elementor-element.elementor-element-fc5ff22{--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-10725 .elementor-element.elementor-element-ddd1fb9{--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-10725 .elementor-element.elementor-element-3f3f102{--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-10725 .elementor-element.elementor-element-fbe67e8{--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-10725 .elementor-element.elementor-element-018fe4b{--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-10725 .elementor-element.elementor-element-e725a31{--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-10725 .elementor-element.elementor-element-e7e76a4{--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-10725 .elementor-element.elementor-element-a4bfcef{--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-10725 .elementor-element.elementor-element-e5b9c91{--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-7389c70 */.hero-validate {
  padding: 120px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* EXACT GRADIENT */
  background: linear-gradient(135deg, #9333ea 0%, #7c3aed 40%, #4f46e5 100%);
}

/* 🔥 Force WHITE text everywhere */
.hero-validate,
.hero-validate * {
  color: #ffffff !important;
}

/* CONTAINER */
.hero-container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.hero-validate h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

/* SUBTEXT */
.hero-subtext {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 40px;
}

/* BUTTON WRAPPER */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* WHITE BUTTON */
.btn.primary {
  background: #ffffff;
  color: #6d28d9 !important;
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1.5px solid #ffffff;
  background: transparent;
  color: #ffffff !important;
}

/* HOVER EFFECT */
.btn.primary:hover {
  background: #f3f4f6;
}

.btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-validate h1 {
    font-size: 34px;
  }

  .hero-subtext {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04749ca *//* SECTION */
.discovery-section {
  padding: 90px 20px;
  background: #f9fafb;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.discovery-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* SUBTITLE */
.subtitle {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 25px;
}

/* DESCRIPTION */
.desc {
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* CARD */
.discovery-card {
  background: #f3f0ff;
  padding: 25px 30px;
  border-radius: 12px;
  margin-top: 30px;
  text-align: left;
}

/* CARD TITLE */
.discovery-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 15px;
}

/* LIST */
.list {
  list-style: none;
  padding: 0;
}

/* LIST ITEMS */
.list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #374151;
  font-size: 14px;
}

/* PURPLE CHECK ICON */
.list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #7c3aed;
  border: 2px solid #7c3aed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #7c3aed;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .discovery-section h2 {
    font-size: 26px;
  }

  .desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-872a65b *//* SECTION */
.why-discovery {
  padding: 90px 20px;
  background: #f9fafb;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.why-discovery h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* SUBTITLE */
.subtitle {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 15px;
}

/* DESCRIPTION */
.desc {
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 40px;
}

/* GRID */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.card:hover {
  transform: translateY(-4px);
}

/* ICON */
.icon {
  font-size: 22px;
  color: #7c3aed;
}

/* TEXT */
.card p {
  font-size: 15px;
  color: #374151;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 40px;
  font-size: 15px;
  color: #374151;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .why-discovery h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1febc8c */.product-discovery-services {
  padding: 90px 20px;
  background: #f9fafb;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.product-discovery-services h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 40px;
}

/* LIST */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.service-card {
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 12px;
  text-align: left;

  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);

  transition: 0.3s ease;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-3px);
}

/* TITLE */
.service-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #7c3aed; /* purple */
  margin-bottom: 6px;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 30px;
  font-size: 14px;
  color: #6b7280;
}

/* PURPLE HIGHLIGHT */
.bottom-text span {
  color: #7c3aed;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .product-discovery-services h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc8b3f5 */.deliverables-section {
  padding: 90px 20px;
  background: #f9fafb;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.deliverables-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
}

/* SUBTITLE */
.subtitle {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 40px;
}

/* GRID */
.deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
}

/* LIST */
.deliver-list {
  list-style: none;
  padding: 0;
}

/* ITEM */
.deliver-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

/* PURPLE CHECK ICON */
.deliver-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 20px;
  height: 20px;

  border: 2px solid #7c3aed;
  border-radius: 50%;

  color: #7c3aed;
  font-size: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .deliverables-section h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ef4f67 */.why-avaantra {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.why-avaantra h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  text-align: left;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 26px;
  margin-bottom: 15px;
  color: #7c3aed;
}

/* TITLE */
.card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 8px;
}

/* TEXT */
.card p {
  font-size: 14px;
  color: #6b7280;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 40px;
  font-size: 15px;
  color: #374151;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .why-avaantra h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f28b10 */.discovery-process {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;

  /* FIX */
  text-align: left;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE (center hi rahega) */
.discovery-process h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* CARD */
.process-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  overflow: hidden;

  /* FIX */
  text-align: left;
}

/* HEADER STRIP */
.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ede9fe;
  padding: 18px 20px;

  /* FIX */
  text-align: left;
}

/* STEP CIRCLE */
.step-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* STEP TEXT */
.step-label {
  font-size: 13px;
  color: #7c3aed;
  font-weight: 600;
}

.card-header h3 {
  font-size: 18px;
  margin: 2px 0 0;
  color: #1e3a5f;

  /* FIX */
  text-align: left;
}

/* BODY */
.card-body {
  padding: 20px;

  /* FIX */
  text-align: left;
}

.card-body p {
  color: #374151;
  margin-bottom: 12px;
  text-align: left;
}

/* LIST */
.card-body ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.card-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #6b7280;
  text-align: left;
}

/* ARROW BULLET */
.card-body ul li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-size: 14px;
}

/* OUTCOME BOX */
.outcome-box {
  background: #ede9fe;
  padding: 20px;
  border-radius: 12px;

  /* FIX */
  text-align: left;

  font-size: 15px;
  color: #1e3a5f;
  margin-top: 30px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8441c9b */.case-studies {
  padding: 90px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.case-studies h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.case-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  text-align: left;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.case-card:hover {
  transform: translateY(-6px);
}

/* TITLE */
.case-card h3 {
  font-size: 18px;
  color: #7c3aed;
  font-weight: 600;
  margin-bottom: 18px;
}

/* LABEL */
.label {
  font-weight: 600;
  color: #374151;
  margin-top: 10px;
  margin-bottom: 4px;
}

/* TEXT */
.case-card p {
  font-size: 14px;
  color: #6b7280;
}

/* OUTCOME HIGHLIGHT */
.highlight {
  color: #7c3aed !important;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-studies h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ce8569 */.security-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* ICON */
.top-icon {
  font-size: 40px;
  color: #7c3aed;
  margin-bottom: 15px;
}

/* TITLE */
.security-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 10px;
}

/* SUBTITLE */
.subtitle {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 40px;
}

/* GRID */
.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
  text-align: left;
}

/* ITEM */
.security-item {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #374151;
}

/* CHECK ICON */
.security-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #7c3aed;
  font-weight: bold;
}

/* 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-1a91e6f */.faq-section {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

/* container */
.container {
  max-width: 1000px;
  margin: auto;
}

/* heading */
.faq-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 40px;
}

/* card */
.faq-card {
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 16px;
  margin-bottom: 20px;

  text-align: left; /* 🔥 MOST IMPORTANT FIX */

  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* question */
.faq-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #7c3aed;
  margin-bottom: 6px;
}

/* answer */
.faq-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-946794a */.hero-discovery {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* EXACT GRADIENT */
  background: linear-gradient(135deg, #a100ff 0%, #7c3aed 40%, #4c1d95 100%);
  color: #ffffff;
}

.hero-container {
  max-width: 900px;
  margin: auto;
}

/* Heading */
.hero-discovery h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff; /* 🔥 FIXED */
}

/* Subtitle */
.hero-discovery p {
  font-size: 16px;
  color: #e9d5ff;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Buttons */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.btn {
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* Primary Button */
.btn.primary {
  background: #ffffff;
  color: #7c3aed;
}

/* Outline Button */
.btn.outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

/* Hover */
.btn.primary:hover {
  background: #f3f4f6;
}

.btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* Stats line */
.hero-stats {
  font-size: 13px;
  color: #ddd6fe;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}/* End custom CSS */