.elementor-13 .elementor-element.elementor-element-c1c8fe8{--display:flex;}.elementor-13 .elementor-element.elementor-element-674f77d{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-674f77d */.mh-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

body {
  font-family: 'Georgia', serif;
  margin: 0;
  padding: 0;
}

/* HERO SECTION */

.mh-hero {
  padding: 80px 0;
  background: #f7f9fb;
}

.mh-hero-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

.mh-hero-image img {
  width: 100%;
  border-radius: 8px;
}

.mh-hero-card {
  background: #0f3b4c;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
}

.mh-subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.mh-hero-card h1 {
  font-size: 32px;
  margin: 15px 0;
}

.mh-description {
  font-size: 14px;
  margin-bottom: 25px;
}

.mh-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #ffffff;
  color: #0f3b4c;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

/* COUNTDOWN BAR */

.mh-countdown-bar {
  background: #103847;
  color: #fff;
  padding: 20px 0;
}

.mh-countdown-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mh-timer {
  display: flex;
  gap: 30px;
}

.mh-timer div {
  text-align: center;
}

.mh-timer strong {
  display: block;
  font-size: 20px;
}

.mh-btn-small {
  background: #fff;
  color: #103847;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

/* FEATURES SECTION */

.mh-features {
  padding: 80px 0;
}

.mh-features-grid {
  display: flex;
  align-items: center;
  gap: 50px;
}

.mh-feature-image img {
  width: 100%;
  border-radius: 8px;
}

.mh-feature-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.mh-feature-list {
  list-style: none;
  padding: 0;
}

.mh-feature-list li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.mh-feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0f3b4c;
  font-weight: bold;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .mh-hero-grid,
  .mh-features-grid,
  .mh-countdown-content {
    flex-direction: column;
    text-align: center;
  }

  .mh-hero-card {
    max-width: 100%;
  }
}


.mc-course-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.mc-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.mc-heading h1 {
  font-size: 42px;
  line-height: 1.3;
  font-family: 'Georgia', serif;
  margin-bottom: 20px;
}

.mc-highlight {
  color: #e63946;
  font-style: italic;
}

.mc-subtext {
  max-width: 750px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Image */
.mc-image img {
  width: 100%;
  max-width: 900px;
  border-radius: 6px;
}

/* Divider */
.mc-divider {
  width: 80px;
  height: 3px;
  background: #e63946;
  margin: 40px auto;
}

/* Steps */
.mc-steps {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}

.mc-step {
  flex: 1;
  text-align: left;
}

.mc-step h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.mc-step em {
  font-style: italic;
}

.mc-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.mc-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #e63946;
}

/* Responsive */
@media (max-width: 768px) {
  .mc-heading h1 {
    font-size: 28px;
  }

  .mc-steps {
    flex-direction: column;
    text-align: center;
  }

  .mc-step {
    text-align: center;
  }
}/* End custom CSS */