.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-23700c1 */.seed-pro-page {
  width: 100%;
  background: #f6f4ef;
  font-family: "Poppins", Arial, sans-serif;
  color: #163b2c;
  overflow: hidden;
}

.seed-pro-page * {
  box-sizing: border-box;
}

.seed-pro-container {
  width: 88%;
  max-width: 1180px;
  margin: 0 auto;
}

/* HERO */
.seed-pro-hero {
  position: relative;
  padding: 95px 0;
  background: linear-gradient(135deg, #f8f5ef 0%, #eef7ed 100%);
}

.seed-pro-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(4, 150, 57, 0.09);
  border-radius: 50%;
  top: -160px;
  right: -120px;
}

.seed-pro-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(214, 180, 92, 0.12);
  border-radius: 50%;
  bottom: -120px;
  left: -80px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 55px;
  align-items: center;
}

.seed-eyebrow {
  display: inline-block;
  background: #e5f4e7;
  color: #029838;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}

.hero-content h1 {
  margin: 0;
  color: #029838;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -1.5px;
}

.hero-content p {
  max-width: 670px;
  margin: 24px 0 32px;
  color: #485c50;
  font-size: 18px;
  line-height: 1.8;
}

.hero-buttons,
.final-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn,
.card-btn,
.final-cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.primary-btn {
  background: #029838;
  color: #fff;
  padding: 15px 30px;
  box-shadow: 0 12px 28px rgba(2, 152, 56, 0.24);
}

.secondary-btn {
  background: #ffffff;
  color: #029838;
  padding: 15px 30px;
  border: 1px solid #cce6d1;
}

.primary-btn:hover,
.secondary-btn:hover,
.card-btn:hover,
.final-cta-buttons a:hover {
  transform: translateY(-3px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
  max-width: 680px;
}

.hero-stats div {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(2, 152, 56, 0.12);
  border-radius: 18px;
  padding: 18px;
}

.hero-stats strong {
  display: block;
  color: #029838;
  font-size: 24px;
  margin-bottom: 4px;
}

.hero-stats span {
  color: #4f6559;
  font-size: 13px;
  font-weight: 600;
}

.hero-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(2, 152, 56, 0.15);
  border-radius: 30px;
  padding: 38px;
  box-shadow: 0 24px 60px rgba(28, 68, 43, 0.12);
}

.hero-card-icon {
  width: 72px;
  height: 72px;
  background: #029838;
  color: #fff;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 24px;
}

.hero-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.3;
  color: #173b2b;
}

.hero-card p {
  margin: 0 0 22px;
  color: #52685b;
  line-height: 1.7;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.hero-card li {
  padding: 10px 0 10px 26px;
  position: relative;
  color: #173b2b;
  font-weight: 700;
  border-bottom: 1px solid #edf2ec;
}

.hero-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #029838;
  font-weight: 900;
}

.card-btn {
  width: 100%;
  background: #029838;
  color: #ffffff;
  padding: 15px 22px;
}

/* COMMON HEADING */
.section-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-heading span {
  display: inline-block;
  color: #029838;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
}

.section-heading h2 {
  margin: 0 0 14px;
  color: #173b2b;
  font-size: 42px;
  line-height: 1.22;
  letter-spacing: -0.7px;
}

.section-heading p {
  margin: 0;
  color: #5c6f63;
  font-size: 16px;
  line-height: 1.8;
}

/* FOUNDER */
.seed-founder-pro {
  padding: 100px 0;
  background: #ffffff;
}

.founder-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.founder-image-box {
  position: relative;
  text-align: center;
}

.founder-image-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 32px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.14);
  display: block;
}

.founder-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  background: #029838;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 12px 30px rgba(2,152,56,0.25);
}

.founder-book-btn:hover {
  background: #027a2d;
  transform: translateY(-4px);
  color: #ffffff;
}

.founder-book-btn i {
  font-size: 18px;
}

.founder-badge {
  position: absolute;
  right: -22px;
  bottom: 90px;
  background: #029838;
  color: #fff;
  padding: 20px 24px;
  border-radius: 22px;
  box-shadow: 0 16px 32px rgba(2,152,56,0.28);
}

@media (max-width: 767px) {
  .founder-badge {
    position: static;
    margin-top: 20px;
  }

  .founder-book-btn {
    width: 100%;
  }
}

.founder-content-box {
  background: #f8fbf7;
  border: 1px solid #e5eee2;
  border-radius: 32px;
  padding: 45px;
}

.green-label {
  color: #029838;
  font-weight: 800;
  font-size: 14px;
}

.founder-content-box h3 {
  margin: 16px 0 20px;
  color: #173b2b;
  font-size: 30px;
  line-height: 1.35;
}

.founder-content-box p {
  color: #516559;
  font-size: 15px;
  line-height: 1.85;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
}

.highlight-grid div {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #e6eee2;
}

.highlight-grid i {
  color: #029838;
  margin-top: 2px;
}

/* SERVICES */
.seed-services-pro {
  padding: 100px 0;
  background: #f6f4ef;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 34px;
  border: 1px solid #e5eee2;
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.1);
}

.service-card i {
  width: 62px;
  height: 62px;
  background: #e6f6e9;
  color: #029838;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.service-card h3 {
  margin: 0 0 12px;
  color: #173b2b;
  font-size: 22px;
}

.service-card p {
  margin: 0;
  color: #596d60;
  line-height: 1.75;
  font-size: 15px;
}

/* WHY */
.seed-why-pro {
  padding: 100px 0;
  background: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 55px;
  align-items: center;
}

.why-left h2 {
  margin: 0 0 20px;
  color: #173b2b;
  font-size: 42px;
  line-height: 1.2;
}

.why-left p {
  color: #596d60;
  line-height: 1.85;
  font-size: 16px;
  margin-bottom: 28px;
}

.process-box {
  background: #f8fbf7;
  border: 1px solid #e5eee2;
  border-radius: 24px;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.process-box span {
  background: #ffffff;
  padding: 11px 14px;
  border-radius: 40px;
  color: #173b2b;
  font-size: 13px;
  font-weight: 800;
}

.process-box i {
  color: #029838;
  font-size: 12px;
}

.why-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.why-card {
  background: #f8fbf7;
  border: 1px solid #e5eee2;
  border-radius: 24px;
  padding: 28px;
}

.why-card i {
  color: #029838;
  font-size: 30px;
  margin-bottom: 18px;
}

.why-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #173b2b;
}

.why-card p {
  margin: 0;
  color: #596d60;
  line-height: 1.65;
}

/* TESTIMONIAL */
.seed-testimonial-pro {
  padding: 100px 0;
  background: #f6f4ef;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid #e5eee2;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.stars {
  color: #f5b800;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.testimonial-card p {
  color: #596d60;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.testimonial-card h4 {
  color: #029838;
  margin: 0;
  font-size: 15px;
}

/* ASSOCIATION */
.seed-association-pro {
  padding: 100px 0;
  background: #ffffff;
}

.association-card {
  background: linear-gradient(135deg, #f8fbf7, #eef8ef);
  border: 1px solid #dcebdd;
  border-radius: 34px;
  padding: 55px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.association-content h2 {
  margin: 0 0 14px;
  color: #173b2b;
  font-size: 38px;
}

.association-content p {
  color: #596d60;
  line-height: 1.8;
}

.association-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.association-list span {
  background: #ffffff;
  color: #173b2b;
  padding: 13px 18px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid #dcebdd;
}

/* FINAL CTA */
.seed-final-cta {
  padding: 90px 0;
  background: #029838;
  color: #ffffff;
  text-align: center;
}

.seed-final-cta h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.2;
}

.seed-final-cta p {
  margin: 0 auto 30px;
  max-width: 640px;
  line-height: 1.8;
  opacity: 0.92;
}

.final-cta-buttons {
  justify-content: center;
}

.final-cta-buttons a {
  background: #ffffff;
  color: #029838;
  padding: 15px 28px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-grid,
  .founder-grid,
  .why-grid,
  .association-card {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .founder-badge {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .seed-pro-container {
    width: 92%;
  }

  .seed-pro-hero,
  .seed-founder-pro,
  .seed-services-pro,
  .seed-why-pro,
  .seed-testimonial-pro,
  .seed-association-pro {
    padding: 70px 0;
  }

  .hero-content h1,
  .section-heading h2,
  .why-left h2,
  .seed-final-cta h2 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .founder-content-box,
  .association-card {
    padding: 28px;
  }

  .founder-image-box img {
    height: auto;
  }

  .founder-badge {
    position: static;
    margin-top: 18px;
  }

  .highlight-grid,
  .services-grid,
  .why-right,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .process-box {
    align-items: flex-start;
  }

  .process-box i {
    display: none;
  }

  .hero-buttons,
  .final-cta-buttons {
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn,
  .final-cta-buttons a {
    width: 100%;
  }
}/* End custom CSS */