.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-33405 .elementor-element.elementor-element-e482a4e .dbl__subtitle{text-align:left;}.elementor-33405 .elementor-element.elementor-element-e482a4e .dbl__title-wrapper{text-align:left;}.elementor-33405 .elementor-element.elementor-element-54bd9e8e{margin-top:-5px;margin-bottom:0px;}.elementor-widget-text-editor{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-33405 .elementor-element.elementor-element-74f7bd3{margin-top:-20px;margin-bottom:0px;}.elementor-33405 .elementor-element.elementor-element-c84d29f{margin-top:0px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-33405 .elementor-element.elementor-element-1db10585 .elementor-heading-title{color:#2B2F31;}.elementor-33405 .elementor-element.elementor-element-6b25485a > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-33405 .elementor-element.elementor-element-1c523562 > .elementor-widget-container{margin:5px 0px 0px 0px;}.elementor-33405 .elementor-element.elementor-element-f1ea215{--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 text-editor, class: .elementor-element-4623b3c *//* Container for the module */
.course-container {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  color: #333;
  line-height: 1.6;
}

/* Headings */
.course-container h3 {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 15px;
  border-bottom: 3px solid #3498db;
  display: inline-block;
  padding-bottom: 5px;
}

.course-container h4 {
  color: #2980b9;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

/* Intro Text */
.lead-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

/* Benefits List (Grid Layout) */
.benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.benefit-list li {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border-left: 5px solid #3498db;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.benefit-list .icon {
  font-size: 24px;
  margin-right: 15px;
  line-height: 1;
}

.benefit-list .text {
  font-size: 16px;
  font-weight: 500;
}

/* Divider */
.divider {
  border: 0;
  height: 1px;
  background: #e1e4e8;
  margin: 30px 0;
}

/* Sections */
.course-section {
  margin-bottom: 30px;
}

/* Suitability List */
.simple-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.simple-list li {
  margin-bottom: 8px;
}

/* Content List (Numbered with styling) */
.content-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
}

.content-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.content-list li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  background: #2c3e50;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
}/* End custom CSS */