.elementor-kit-4787{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4787 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ----- COURSE HERO SECTION ----- */
.course-hero {
  position: relative;
  padding: 60px 0;
  background: #f7f9fc;
  border-bottom: 1px solid #e5e7eb;
}

/* Container of Title + Info */
.course-hero .elementor-container {
  align-items: center;
}

/* Title Style */
.course-hero h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 20px;
}

/* Subtitle (excerpt) */
.course-hero .course-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
  max-width: 600px;
}

/* Info boxes (level, students, duration) */
.course-hero .info-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
  font-size: 14px;
  color: #444;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: all .25s ease;
}

.course-hero .info-badge i {
  margin-left: 8px;
  font-size: 16px;
  color: #4a6cf7; /* accent */
}

.course-hero .info-badge:hover {
  border-color: #4a6cf7;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* Right side course card (price box) */
.course-hero .course-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.course-hero .course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .course-hero {
    padding: 40px 0;
  }

  .course-hero h1 {
    font-size: 28px;
  }

  .course-hero .info-badge {
    margin-bottom: 8px;
    display: inline-flex;
  }
}/* End custom CSS */