.elementor-516 .elementor-element.elementor-element-0469750{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0402c1d */.course-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  background: #f3f4f6;
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
}

/* TOP SECTION */
.course-top {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

/* IMAGE */
.course-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 12px;
}

/* RIGHT SIDE */
.course-info {
  flex: 1;
  min-width: 250px;
}

.course-info h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

/* BUTTON */
.start-btn {
  display: block;
  text-align: center;
  background: #169c6b;
  color: white;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.start-btn:hover {
  background: #12845a;
}

/* TABS */
.tabs {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}

.tabs span {
  padding-bottom: 10px;
  cursor: pointer;
  color: #666;
}

.tabs .active {
  color: #169c6b;
  border-bottom: 2px solid #169c6b;
  font-weight: 500;
}

/* DESCRIPTION */
.course-description {
  margin-top: 20px;
  color: #444;
  line-height: 1.7;
}

.course-description .bold {
  font-weight: 600;
}

.course-description ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.course-description li {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .course-top {
    flex-direction: column;
  }

  .course-info {
    text-align: center;
  }
}/* End custom CSS */