.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-14675eb */* {
  box-sizing: border-box;
}

.cmtp-page {
  width: 100%;
  overflow: hidden;
  font-family: "Poppins", Arial, sans-serif;
  color: #087c2c;
  background:
    radial-gradient(circle at top left, rgba(7, 155, 54, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fff8f5 45%, #ffffff 100%);
}

.cmtp-page p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.cmtp-page strong {
  color: #008f32;
  font-weight: 800;
}

/* HERO */
.cmtp-hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 20px 45px;
  text-align: center;
  position: relative;
}

.cmtp-hero::before,
.cmtp-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 145, 52, 0.08);
  z-index: 0;
}

.cmtp-hero::before {
  width: 180px;
  height: 180px;
  top: 20px;
  left: -80px;
}

.cmtp-hero::after {
  width: 120px;
  height: 120px;
  right: -50px;
  bottom: 10px;
}

.cmtp-hero > * {
  position: relative;
  z-index: 1;
}

.cmtp-badge {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 18px;
  border-radius: 100px;
  background: #ecfff2;
  color: #008f32;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: 1px solid rgba(0, 145, 52, 0.18);
}

.cmtp-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  color: #009a35;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.cmtp-hero h4 {
  margin: 0 0 22px;
  font-size: clamp(16px, 2vw, 22px);
  color: #006d28;
  font-weight: 800;
}

.cmtp-hero p {
  max-width: 920px;
  margin: 0 auto 12px;
}

/* VIDEO */
.cmtp-video-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 20px 45px;
  text-align: center;
}

.cmtp-video-card {
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 154, 53, 0.14), rgba(213, 24, 0, 0.10));
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.13);
}

.cmtp-video-card video {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #111;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cmtp-video-wrap h3 {
  margin: 28px 0 20px;
  font-size: clamp(22px, 3vw, 36px);
  color: #008f32;
  font-weight: 900;
}

.cmtp-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 680px);
  min-height: 58px;
  padding: 15px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d51b00, #b81400);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 15px 35px rgba(213, 27, 0, 0.28);
  transition: 0.3s ease;
}

.cmtp-main-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(213, 27, 0, 0.36);
}

/* GENERAL SECTION */
.cmtp-section {
  max-width: 980px;
  margin: 0 auto;
  padding: 35px 20px;
}

.cmtp-center {
  text-align: center;
}

.cmtp-center h4 {
  margin: 25px 0 0;
  color: #00792c;
  font-size: 18px;
  font-weight: 900;
}

/* STEPS */
.cmtp-steps {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cmtp-step {
  position: relative;
  padding: 28px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 145, 52, 0.14);
  box-shadow: 0 18px 45px rgba(0, 92, 32, 0.08);
  overflow: hidden;
  transition: 0.3s ease;
}

.cmtp-step::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  background: rgba(0, 154, 53, 0.08);
}

.cmtp-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 92, 32, 0.14);
}

.cmtp-step span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #009a35;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.cmtp-step p {
  font-weight: 700;
  color: #087c2c;
}

/* HIGHLIGHT */
.cmtp-highlight {
  max-width: 980px;
  margin: 10px auto 55px;
  padding: 28px 35px;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ecfff2, #ffffff);
  border: 1px solid rgba(0, 145, 52, 0.14);
  box-shadow: 0 18px 45px rgba(0, 92, 32, 0.07);
}

.cmtp-highlight p {
  font-weight: 600;
}

/* TESTIMONIALS */
.cmtp-testimonials {
  padding: 70px 20px;
  background:
    linear-gradient(180deg, #fff8f5 0%, #ffffff 100%);
}

.cmtp-section-title {
  max-width: 1080px;
  margin: 0 auto 38px;
  text-align: center;
}

.cmtp-section-title span,
.mini-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #d51b00;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.cmtp-section-title h2,
.cmtp-join h2,
.cmtp-contact h2 {
  margin: 0 0 18px;
  color: #009a35;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.cmtp-section-title p {
  max-width: 1060px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 2;
  font-weight: 700;
}

.cmtp-testimonial-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cmtp-review {
  position: relative;
  padding: 38px 30px 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 145, 52, 0.13);
  box-shadow: 0 18px 50px rgba(0, 92, 32, 0.09);
  transition: 0.3s ease;
}

.cmtp-review:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 92, 32, 0.14);
}

.quote-mark {
  position: absolute;
  top: 12px;
  right: 24px;
  color: rgba(0, 154, 53, 0.12);
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
}

.cmtp-review h4 {
  margin: 0 0 18px;
  color: #008f32;
  font-size: 18px;
  font-weight: 900;
}

.cmtp-review p {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}

.cmtp-review strong {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  color: #008f32;
}

/* WHO SHOULD JOIN */
.cmtp-join {
  padding: 80px 20px;
  background:
    radial-gradient(circle at right top, rgba(0, 154, 53, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #ecfff2);
}

.cmtp-join-content {
  max-width: 950px;
  margin: 0 auto;
  padding: 45px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 145, 52, 0.14);
  box-shadow: 0 25px 75px rgba(0, 92, 32, 0.10);
}

.cmtp-join-content p {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
}

.cmtp-join-content ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.cmtp-join-content li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  color: #00792c;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.cmtp-join-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #009a35;
  font-size: 24px;
  font-weight: 900;
}

.cmtp-belief {
  margin: 28px 0 !important;
  padding: 20px;
  border-radius: 18px;
  background: #ecfff2;
  text-align: center;
  font-size: 16px !important;
}

/* CONTACT */
.cmtp-contact {
  padding: 70px 20px 85px;
  text-align: center;
  background: #fff8f5;
}

.contact-box {
  max-width: 520px;
  margin: 30px auto 0;
  padding: 38px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 145, 52, 0.15);
  box-shadow: 0 18px 55px rgba(0, 92, 32, 0.09);
}

.contact-box h3 {
  margin: 0 0 16px;
  color: #008f32;
  font-size: 25px;
  font-weight: 900;
}

.contact-box a {
  display: block;
  color: #087c2c;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  margin: 8px 0;
}

.contact-box a:hover {
  color: #d51b00;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .cmtp-steps,
  .cmtp-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cmtp-join-content {
    padding: 35px 28px;
  }
}

@media (max-width: 767px) {
  .cmtp-hero {
    padding: 50px 16px 30px;
  }

  .cmtp-page p {
    font-size: 14px;
    line-height: 1.75;
  }

  .cmtp-steps,
  .cmtp-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cmtp-video-wrap {
    padding: 20px 16px 35px;
  }

  .cmtp-video-card {
    padding: 8px;
    border-radius: 18px;
  }

  .cmtp-video-card video {
    border-radius: 14px;
  }

  .cmtp-main-btn {
    width: 100%;
    min-height: 54px;
    font-size: 15px;
    border-radius: 12px;
  }

  .cmtp-testimonials,
  .cmtp-join,
  .cmtp-contact {
    padding: 50px 16px;
  }

  .cmtp-review {
    padding: 32px 22px 26px;
  }

  .cmtp-review p {
    font-size: 13.5px;
    line-height: 1.85;
  }

  .cmtp-join-content {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .cmtp-join-content p,
  .cmtp-join-content li {
    font-size: 15.5px;
  }

  .contact-box {
    padding: 32px 22px;
  }
}

@media (max-width: 480px) {
  .cmtp-hero h1 {
    font-size: 32px;
  }

  .cmtp-section-title h2,
  .cmtp-join h2,
  .cmtp-contact h2 {
    font-size: 30px;
  }

  .cmtp-badge {
    font-size: 11px;
    padding: 9px 14px;
  }

  .cmtp-step {
    padding: 24px 20px;
  }

  .cmtp-highlight {
    padding: 24px 20px;
    margin-left: 16px;
    margin-right: 16px;
  }
}/* End custom CSS */