.elementor-87 .elementor-element.elementor-element-307169d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-87 .elementor-element.elementor-element-e4ecf63{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-87 .elementor-element.elementor-element-e4ecf63 img{width:100%;}.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 );}.elementor-87 .elementor-element.elementor-element-bc0fb29{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;text-align:center;color:#19922A;}.elementor-87 .elementor-element.elementor-element-bc0fb29.elementor-element{--align-self:center;}.elementor-87 .elementor-element.elementor-element-5b8031f{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;text-align:start;color:#19922A;}.elementor-87 .elementor-element.elementor-element-5b8031f.elementor-element{--align-self:center;}.elementor-87 .elementor-element.elementor-element-22365b8{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;text-align:start;color:#19922A;}.elementor-87 .elementor-element.elementor-element-22365b8.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-bc0fb29 */.training-intro-section {
  width: 100%;
  padding: 70px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.training-intro-container {
  max-width: 1150px;
  margin: 0 auto;
}

.training-intro-content {
  max-width: 650px;
}

.training-intro-content h2 {
  font-family: 'Georgia', serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #222222;
  margin: 0;
}

.training-intro-content h2 span {
  color: #3f8c35;
}

.leaf-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 30px;
}

.leaf-divider span {
  width: 45px;
  height: 1px;
  background: #d7d7c8;
}

.leaf-divider i {
  font-style: normal;
  color: #4d963f;
  font-size: 22px;
  line-height: 1;
}

.training-intro-content p {
  font-size: 12px;
  line-height: 1.9;
  color: #3f3f3f;
  margin: 0;
  max-width: 620px;
}

/* Responsive */
@media (max-width: 768px) {
  .training-intro-section {
    padding: 50px 18px;
  }

  .training-intro-content h2 {
    font-size: 30px;
  }

  .training-intro-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .training-intro-content h2 {
    font-size: 26px;
  }

  .leaf-divider span {
    width: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5b8031f */.training-cards-section {
  width: 100%;
  padding: 40px 20px 80px;
  background: #fffdf8;
  font-family: 'Poppins', sans-serif;
}

.training-cards-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.training-card {
  background: #ffffff;
  border: 1px solid #e7e2d6;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 12px 35px rgba(63, 112, 49, 0.09);
  transition: all 0.3s ease;
}

.training-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(63, 112, 49, 0.16);
  border-color: #b8d6a9;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.card-icon {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #8fbd62, #4f913f);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 18px rgba(79, 145, 63, 0.25);
}

.card-number {
  width: 28px;
  height: 28px;
  background: #4f913f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.training-card h3 {
  font-family: 'Georgia', serif;
  font-size: 22px;
  line-height: 1.3;
  color: #222222;
  margin: 0 0 18px;
}

.training-card h4 {
  font-size: 15px;
  color: #4f913f;
  margin: 18px 0 8px;
  font-weight: 700;
}

.training-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

.training-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.training-card ul li {
  position: relative;
  font-size: 14px;
  color: #333333;
  margin-bottom: 9px;
  padding-left: 26px;
  line-height: 1.5;
}

.training-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: #6fa84f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-for {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e6e0d5;
}

.best-for strong {
  display: block;
  font-size: 14px;
  color: #4f913f;
  margin-bottom: 6px;
}

.best-for p {
  font-size: 14px;
  color: #222222;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
  .training-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .training-cards-section {
    padding: 35px 16px 60px;
  }

  .training-cards-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .training-card {
    padding: 24px 22px;
  }

  .training-card h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-22365b8 */.learning-cta-section {
  width: 100%;
  padding: 70px 20px;
  
  font-family: 'Poppins', sans-serif;
}

.learning-cta-box {
  max-width: 1180px;
  margin: 0 auto;
  padding: 55px 40px;
  text-align: center;
  border: 2px solid #bdd8a9;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(128, 177, 90, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(128, 177, 90, 0.12), transparent 30%),
    #fffdf7;
  box-shadow: 0 15px 45px rgba(69, 112, 48, 0.12);
  position: relative;
  overflow: hidden;
}

.cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border: 2px solid #a8c98f;
  border-radius: 50%;
  background: #f8fbf3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f913f;
  font-size: 32px;
}

.learning-cta-box h2 {
  font-family: 'Georgia', serif;
  font-size: 42px;
  line-height: 1.25;
  color: #222222;
  font-weight: 600;
  margin: 0;
}

.learning-cta-box h2 span {
  color: #3f8c35;
}

.cta-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 16px 0 20px;
}

.cta-divider span {
  width: 42px;
  height: 1px;
  background: #d9d5c9;
}

.cta-divider i {
  font-style: normal;
  color: #4f913f;
  font-size: 21px;
}

.cta-text {
  max-width: 620px;
  margin: 0 auto 34px;
  color: #444444;
  font-size: 15px;
  line-height: 1.8;
}

.cta-info-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 35px;
}

.cta-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  min-height: 48px;
  border-right: 1px solid #d8d8c9;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.cta-info-item:last-child {
  border-right: none;
}

.info-icon {
  width: 42px;
  height: 42px;
  border: 2px solid #8dbb70;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f913f;
  font-size: 18px;
  background: #f8fbf3;
  flex-shrink: 0;
}

.cta-info-item strong {
  color: #222222;
  font-weight: 700;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 330px;
  padding: 17px 34px;
  background: linear-gradient(135deg, #5b9f43, #3f842f);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 12px 25px rgba(63, 132, 47, 0.25);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #3f842f, #2f6f24);
  color: #ffffff;
}

.cta-button span {
  font-size: 22px;
  line-height: 1;
}

/* Tablet */
@media (max-width: 991px) {
  .learning-cta-box {
    padding: 45px 25px;
  }

  .learning-cta-box h2 {
    font-size: 34px;
  }

  .cta-info-row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .cta-info-item {
    border-right: none;
    padding: 0 12px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .learning-cta-section {
    padding: 45px 15px;
  }

  .learning-cta-box {
    padding: 38px 18px;
    border-radius: 18px;
  }

  .cta-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .learning-cta-box h2 {
    font-size: 28px;
  }

  .cta-text {
    font-size: 14px;
  }

  .cta-info-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
  }

  .cta-info-item {
    justify-content: center;
    text-align: center;
  }

  .cta-button {
    min-width: auto;
    width: 100%;
    font-size: 15px;
    padding: 15px 22px;
  }
}/* End custom CSS */