.elementor-10639 .elementor-element.elementor-element-d74ced3{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-10639 .elementor-element.elementor-element-d756138{--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;overflow:visible;}.elementor-10639 .elementor-element.elementor-element-a831195{--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;--justify-content:space-evenly;overflow:visible;}.elementor-10639 .elementor-element.elementor-element-a831195.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10639 .elementor-element.elementor-element-66304a8{width:var( --container-widget-width, 101.371% );max-width:101.371%;--container-widget-width:101.371%;--container-widget-flex-grow:0;}.elementor-10639 .elementor-element.elementor-element-66304a8.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-10639 .elementor-element.elementor-element-d74ced3{--content-width:1453px;}.elementor-10639 .elementor-element.elementor-element-d756138{--width:33.3333%;}.elementor-10639 .elementor-element.elementor-element-a831195{--width:64%;}}/* Start custom CSS for html, class: .elementor-element-66304a8 */.course-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  font-family: "Poppins", Arial, sans-serif;
  color: #333;
  line-height: 1.7;
}

.course-title {
  font-size: 32px;
  color: #192f59;
  margin-bottom: 20px;
}

.course-section {
  margin-bottom: 30px;
}

.course-section h4 {
  font-size: px;
  color: #a0043c;
  margin-bottom: 12px;
}

.course-section ul,
.course-section ol {
  padding-left: 20px;
}

.course-section li {
  margin-bottom: 10px;
}

.course-details ul {
  list-style: none;
  padding-left: 0;
}

.course-details li {
  padding: 6px 0;
}

.apply-box {
  text-align: center;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 10px;
  margin: 40px 0;
}

.apply-btn {
  display: inline-block;
  background: #c19978;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.apply-btn:hover {
  background: #003151;
}

.apply-note {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}

.contact-section a {
  color: #192f59;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .course-title {
    font-size: 26px;
  }

  .course-section h4 {
    font-size: 20px;
  }
}/* End custom CSS */