.elementor-10721 .elementor-element.elementor-element-5692efe{--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-10721 .elementor-element.elementor-element-e6875a4{--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-10721 .elementor-element.elementor-element-b005ce7{--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-10721 .elementor-element.elementor-element-bbb4bdc{--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-10721 .elementor-element.elementor-element-86e5f2f{--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-10721 .elementor-element.elementor-element-986bd22{--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-10721 .elementor-element.elementor-element-9e53530{--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-10721 .elementor-element.elementor-element-e1426ae{--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-10721 .elementor-element.elementor-element-4b3ebc6{--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-3611c55 *//* SECTION BACKGROUND */
.growth-hero {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  background: linear-gradient(135deg, #6d28d9, #ec4899);

  position: relative;
  z-index: 1;
}

/* 🔥 HARD FIX — APPLY WHITE TO EVERYTHING INSIDE */
.growth-hero,
.growth-hero * {
  color: #ffffff !important;
}

/* CONTAINER */
.growth-hero .container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.growth-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* SUBTEXT */
.growth-hero .subtitle {
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 35px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

/* PRIMARY BUTTON */
.btn.primary {
  background: #ffffff;
  color: #111827 !important; /* button text dark */
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1.5px solid #ffffff;
  background: transparent;
  color: #ffffff !important;
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 14px;
  opacity: 0.95;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .growth-hero h1 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c32c2f3 */.it-consulting {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.it-consulting h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

/* SUBTITLE */
.subtitle {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}

/* HIGHLIGHT BOX */
.highlight-box {
  border: 2px solid rgba(124, 58, 237, 0.25);
  border-radius: 16px;
  padding: 40px 30px;
}

/* HIGHLIGHT TEXT */
.highlight-text {
  color: #f97316;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* MINI GRID */
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* MINI CARD */
.mini-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* MINI TITLE */
.mini-card h3 {
  color: #7c3aed;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* MINI TEXT */
.mini-card p {
  font-size: 13px;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0cb260 */.core-challenge {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* HEADING */
.core-challenge h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* SUBTITLE */
.subtitle {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 50px;
}

/* GRID */
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.challenge-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  text-align: left;
}

/* FULL WIDTH LAST CARD */
.challenge-card.full {
  grid-column: span 2;
}

/* DOT */
.dot {
  width: 8px;
  height: 8px;
  background: #7c3aed;
  border-radius: 50%;
  flex-shrink: 0;
}

/* TEXT */
.challenge-card p {
  font-size: 14px;
  color: #334155;
  margin: 0;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 40px;
  font-size: 16px;
  color: #f97316;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .challenge-grid {
    grid-template-columns: 1fr;
  }

  .challenge-card.full {
    grid-column: span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00e62fc */.it-services {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.it-services h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 60px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.service-card {
  background: #ffffff;
  padding: 25px 28px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  border-left: 4px solid #7c3aed;
  transition: 0.3s ease;
}

/* HOVER (subtle like original) */
.service-card:hover {
  transform: translateY(-3px);
}

/* TITLE */
.service-card h3 {
  color: #6d28d9;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.service-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a7793b */.why-avaantra {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.why-avaantra h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* SUBTEXT */
.subtitle {
  text-align: center;
  color: #64748b;
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* LIST */
.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.why-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-3px);
}

/* ICON */
.icon {
  font-size: 22px;
  color: #7c3aed;
  margin-top: 2px;
}

/* TITLE */
.why-card h3 {
  color: #f97316;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* TEXT */
.why-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-card {
    flex-direction: row;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-156dbc0 */.benefits-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.benefits-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* LIST */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

/* HOVER */
.benefit-card:hover {
  transform: translateY(-3px);
}

/* CHECK ICON */
.check {
  color: #22c55e;
  font-size: 18px;
  margin-top: 3px;
}

/* TITLE */
.benefit-card h3 {
  color: #f97316;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* TEXT */
.benefit-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae882e5 */.process-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.process-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* LIST */
.process-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* CARD */
.process-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.process-card:hover {
  transform: translateY(-3px);
}

/* STEP CIRCLE */
.step {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

/* TITLE */
.process-card h3 {
  color: #6d28d9;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* TEXT */
.process-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-339aa9c */.engagement-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.engagement-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 60px;
}

/* GRID */
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.engagement-card {
  background: #ffffff;
  padding: 25px 28px;
  border-radius: 14px;
  border: 1px solid #e9d5ff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

/* HOVER */
.engagement-card:hover {
  transform: translateY(-4px);
}

/* TITLE */
.engagement-card h3 {
  color: #7c3aed;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* TEXT */
.engagement-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .engagement-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e566a48 */.cta-transform {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  background: linear-gradient(135deg, #7c3aed, #f97316);

  /* 🔥 FORCE WHITE TEXT */
  color: #ffffff !important;
}

/* 🔥 Ensure ALL children are white */
.cta-transform h2,
.cta-transform p,
.cta-transform span {
  color: #ffffff !important;
}

/* CONTAINER */
.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.cta-transform h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* SUBTEXT */
.subtitle {
  font-size: 16px;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 35px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

/* PRIMARY BUTTON */
.btn.primary {
  background: #ffffff;
  color: #0f172a !important; /* dark text inside white button */
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1.5px solid #ffffff;
  color: #ffffff !important;
}

/* FEATURES */
.cta-features {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 13px;
  flex-wrap: wrap;
  opacity: 0.95;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-transform h2 {
    font-size: 32px;
  }
}/* End custom CSS */