.elementor-10719 .elementor-element.elementor-element-09b7876{--display:flex;}.elementor-10719 .elementor-element.elementor-element-435aab2{--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-10719 .elementor-element.elementor-element-9c20cb7{--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-10719 .elementor-element.elementor-element-4d2f1b6{--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-10719 .elementor-element.elementor-element-f7c0614{--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-10719 .elementor-element.elementor-element-05f2148{--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-10719 .elementor-element.elementor-element-5a01f62{--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-10719 .elementor-element.elementor-element-f03982f{--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-10719 .elementor-element.elementor-element-9ad212f{--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-7334e53 */.growth-hero {
  position: relative;
  background: linear-gradient(135deg, #7c3aed, #9333ea, #f97316);
  padding: 120px 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* DOTTED BACKGROUND EFFECT */
.growth-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.4;
}

/* CONTENT */
.hero-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  z-index: 2;
}

/* HEADING */
.growth-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* SUBTEXT */
.hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 40px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

/* PRIMARY */
.btn-primary {
  background: #ffffff;
  color: #1e293b;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

/* OUTLINE */
.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #ffffff;
  color: #1e293b;
}

/* FEATURES */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* FEATURE ITEM */
.feature {
  text-align: center;
}

/* ICON */
.feature .icon {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

/* TEXT */
.feature p {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .growth-hero h1 {
    font-size: 32px;
  }

  .hero-features {
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-322f380 */.eng-growth {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.eng-growth h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

/* SUBTEXT */
.subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* OUTER BOX */
.growth-box {
  border: 2px solid #d8b4fe;
  border-radius: 16px;
  padding: 40px 30px;
  background: #ffffff;
}

/* HIGHLIGHT TEXT */
.highlight {
  color: #f97316;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 16px;
}

/* CARDS GRID */
.growth-cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* SMALL CARDS */
.growth-card {
  background: #f9fafb;
  padding: 22px;
  border-radius: 12px;
  width: 210px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.growth-card:hover {
  transform: translateY(-5px);
}

/* TEXT */
.growth-card p {
  font-size: 14px;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .growth-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6147fd */.founders-model {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.founders-model h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* SUBTEXT */
.subtitle {
  color: #64748b;
  margin-bottom: 50px;
  font-size: 16px;
}

/* GRID */
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

/* CARD */
.model-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* TITLE */
.model-card h3 {
  color: #7c3aed;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* LIST */
.model-card ul {
  padding-left: 18px;
}

.model-card li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #475569;
  position: relative;
}

/* PURPLE BULLET */
.model-card li::marker {
  color: #7c3aed;
}

/* BOTTOM TEXT */
.bottom-text {
  color: #f97316;
  font-weight: 600;
  margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .model-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e64f807 */.growth-services {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.growth-services h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.service-card {
  background: #ffffff;
  padding: 26px 28px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  position: relative;
  transition: 0.3s;
}

/* LEFT PURPLE BORDER */
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #7c3aed, #9333ea);
  border-radius: 14px 0 0 14px;
}

/* TITLE */
.service-card h3 {
  color: #7c3aed;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31e6e2f */.advantage-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.advantage-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
}

.subtitle {
  text-align: center;
  color: #475569;
  margin-top: 12px;
  margin-bottom: 50px;
  font-size: 15px;
}

/* LIST */
.advantage-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* CARD */
.adv-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: 0.3s;
}

/* ICON */
.icon {
  font-size: 22px;
  color: #7c3aed;
  margin-top: 2px;
  min-width: 28px;
}

/* TITLE */
.adv-card h3 {
  color: #f97316;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* TEXT */
.adv-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* HOVER */
.adv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-614339f */.benefits-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 950px;
  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: 22px;
}

/* CARD */
.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  padding: 24px 26px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: 0.3s;
}

/* CHECK ICON */
.check {
  color: #16a34a;
  font-size: 20px;
  font-weight: bold;
  margin-top: 2px;
  min-width: 22px;
}

/* TITLE */
.benefit-card h3 {
  color: #f97316;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* TEXT */
.benefit-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* HOVER EFFECT */
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34ec19e */.process-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 950px;
  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: 24px;
}

/* CARD */
.process-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  padding: 24px 26px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: 0.3s;
}

/* STEP CIRCLE */
.step {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* TITLE */
.process-card h3 {
  color: #7c3aed;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* TEXT */
.process-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* HOVER */
.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b6d31e */.engagement-section {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.engagement-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* GRID */
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.eng-card {
  background: #ffffff;
  padding: 26px 28px;
  border-radius: 14px;
  border: 1.5px solid rgba(124, 58, 237, 0.25);
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.08);
  transition: 0.3s;
}

/* TITLE */
.eng-card h3 {
  color: #7c3aed;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* TEXT */
.eng-card p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* STRONG LABEL */
.eng-card strong {
  color: #0f172a;
  font-weight: 600;
}

/* HOVER */
.eng-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.12);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .engagement-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d54701a */.cta-growth {
  padding: 110px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  background: linear-gradient(135deg, #7c3aed 0%, #f97316 60%, #1e293b 100%);
  color: #ffffff;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.cta-growth h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* SUBTITLE */
.subtitle {
  font-size: 16px;
  color: #f1f5f9;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn {
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* WHITE BUTTON */
.btn.primary {
  background: #ffffff;
  color: #0f172a;
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1.5px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

/* HOVER */
.btn.primary:hover {
  background: #f1f5f9;
}

.btn.outline:hover {
  background: #ffffff;
  color: #0f172a;
}

/* POINTS */
.cta-points {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #e2e8f0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-growth h2 {
    font-size: 28px;
  }

  .cta-points {
    gap: 16px;
  }
}/* End custom CSS */