.elementor .e-9dd225b{padding:0px;flex-direction:column;}.elementor .e-474f8e5-a88438d{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE HERO SECTION
========================================= */

.jmc-heygen-hero {
position: relative;
overflow: hidden;
width: 100%;
color: #17233d;
font-family: "Times New Roman", Times, serif;
background:
  radial-gradient(
    circle at 0% 100%,
    rgba(79, 124, 255, 0.14),
    transparent 30%
  ),
  radial-gradient(
    circle at 100% 0%,
    rgba(122, 92, 250, 0.13),
    transparent 28%
  ),
  linear-gradient(
    135deg,
    #f8fafc 0%,
    #ffffff 46%,
    #eaf4ff 74%,
    #f2eeff 100%
  );
border-bottom: 1px solid rgba(79, 124, 255, 0.11);
}

.jmc-heygen-hero *,
.jmc-heygen-hero *::before,
.jmc-heygen-hero *::after {
box-sizing: border-box;
}

/* Decorative Rings */

.jmc-heygen-hero::before,
.jmc-heygen-hero::after {
content: "";
position: absolute;
left: 50%;
border-radius: 50%;
pointer-events: none;
transform: translateX(-50%);
}

.jmc-heygen-hero::before {
top: -350px;
width: 800px;
height: 800px;
border: 1px solid rgba(79, 124, 255, 0.14);
box-shadow:
  0 0 0 55px rgba(79, 124, 255, 0.018),
  0 0 0 110px rgba(32, 184, 212, 0.014);
}

.jmc-heygen-hero::after {
top: -430px;
width: 980px;
height: 980px;
border: 1px solid rgba(122, 92, 250, 0.11);
}

/* Container */

.jmc-heygen-hero__container {
position: relative;
z-index: 2;
width: min(1180px, calc(100% - 40px));
min-height: 650px;
margin: 0 auto;
padding: 76px 20px 72px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.jmc-heygen-hero__content {
width: min(1080px, 100%);
margin: 0 auto;
}

/* Eyebrow */

.jmc-heygen-hero__eyebrow {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin: 0 0 27px;
color: #6547df;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 3.2px;
text-transform: uppercase;
}

.jmc-heygen-hero__eyebrow::before,
.jmc-heygen-hero__eyebrow::after {
content: "";
width: 76px;
height: 1px;
background: linear-gradient(
  90deg,
  rgba(79, 124, 255, 0.28),
  rgba(122, 92, 250, 0.72),
  rgba(32, 184, 212, 0.55)
);
}

/* Main Heading */

.jmc-heygen-hero__title {
margin: 0;
color: #17233d;
font-size: clamp(62px, 7vw, 108px);
font-weight: 700;
line-height: 0.96;
letter-spacing: -3px;
}

.jmc-heygen-hero__title-line {
display: block;
}

.jmc-heygen-hero__title-accent {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 54%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-hero__title-small {
display: inline-block;
margin-right: 14px;
color: #6547df;
font-size: 0.46em;
font-style: italic;
font-weight: 400;
vertical-align: middle;
}

/* Divider */

.jmc-heygen-hero__divider {
width: min(360px, 72%);
margin: 33px auto 22px;
display: flex;
align-items: center;
justify-content: center;
gap: 17px;
}

.jmc-heygen-hero__divider-line {
flex: 1;
height: 1px;
background: linear-gradient(
  90deg,
  rgba(79, 124, 255, 0.3),
  rgba(122, 92, 250, 0.48),
  rgba(32, 184, 212, 0.5)
);
}

.jmc-heygen-hero__divider-icon {
width: 36px;
height: 36px;
display: grid;
place-items: center;
border: 1px solid rgba(79, 124, 255, 0.21);
border-radius: 11px;
color: #4f7cff;
background: #ffffff;
box-shadow:
  0 8px 18px rgba(23, 35, 61, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-hero__divider-icon .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Description */

.jmc-heygen-hero__description {
width: min(880px, 100%);
margin: 0 auto;
color: #5e6878;
font-family: Arial, sans-serif;
font-size: 19px;
line-height: 1.75;
}

/* Buttons */

.jmc-heygen-hero__actions {
margin-top: 34px;
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
flex-wrap: wrap;
}

.jmc-heygen-hero__button {
min-height: 58px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 11px;
padding: 15px 30px;
border: 1px solid transparent;
border-radius: 12px;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
transition:
  transform 0.25s ease,
  background 0.25s ease,
  color 0.25s ease,
  border-color 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-heygen-hero__button-primary {
min-width: 310px;
color: #ffffff;
background: linear-gradient(
  135deg,
  #4f7cff 0%,
  #7a5cfa 62%,
  #20b8d4 100%
);
box-shadow:
  0 14px 30px rgba(79, 124, 255, 0.28),
  inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.jmc-heygen-hero__button-primary:hover,
.jmc-heygen-hero__button-primary:focus-visible {
color: #ffffff;
background: linear-gradient(
  135deg,
  #7a5cfa 0%,
  #4f7cff 52%,
  #20b8d4 100%
);
transform: translateY(-2px);
box-shadow:
  0 18px 38px rgba(122, 92, 250, 0.31),
  inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.jmc-heygen-hero__button-secondary {
min-width: 250px;
color: #4f7cff;
border-color: rgba(79, 124, 255, 0.3);
background: rgba(255, 255, 255, 0.84);
box-shadow:
  0 10px 24px rgba(23, 35, 61, 0.07),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-hero__button-secondary:hover,
.jmc-heygen-hero__button-secondary:focus-visible {
color: #17233d;
border-color: rgba(122, 92, 250, 0.45);
background: #f2eeff;
transform: translateY(-2px);
box-shadow:
  0 14px 30px rgba(23, 35, 61, 0.1),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-hero__button:focus-visible {
outline: 3px solid rgba(79, 124, 255, 0.25);
outline-offset: 3px;
}

.jmc-heygen-hero__button .dashicons {
width: auto;
height: auto;
font-size: 21px;
line-height: 1;
}

/* Tablet */

@media (max-width: 1024px) {
.jmc-heygen-hero__container {
  min-height: 600px;
  padding-top: 68px;
  padding-bottom: 64px;
}

.jmc-heygen-hero__title {
  font-size: clamp(56px, 8vw, 86px);
}

.jmc-heygen-hero__description {
  font-size: 18px;
}
}

/* Mobile */

@media (max-width: 767px) {
.jmc-heygen-hero::before {
  top: -225px;
  width: 530px;
  height: 530px;
}

.jmc-heygen-hero::after {
  top: -280px;
  width: 640px;
  height: 640px;
}

.jmc-heygen-hero__container {
  width: calc(100% - 24px);
  min-height: auto;
  padding: 58px 6px 54px;
}

.jmc-heygen-hero__eyebrow {
  gap: 11px;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 1.9px;
}

.jmc-heygen-hero__eyebrow::before,
.jmc-heygen-hero__eyebrow::after {
  width: 32px;
}

.jmc-heygen-hero__title {
  font-size: clamp(46px, 14vw, 68px);
  line-height: 0.98;
  letter-spacing: -1.7px;
}

.jmc-heygen-hero__title-small {
  display: block;
  margin: 8px 0 2px;
  font-size: 0.43em;
}

.jmc-heygen-hero__divider {
  margin-top: 27px;
  margin-bottom: 18px;
}

.jmc-heygen-hero__description {
  font-size: 16px;
  line-height: 1.65;
}

.jmc-heygen-hero__actions {
  margin-top: 28px;
  gap: 12px;
}

.jmc-heygen-hero__button,
.jmc-heygen-hero__button-primary,
.jmc-heygen-hero__button-secondary {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 14px 20px;
  font-size: 15px;
}
}

/* Small Mobile */

@media (max-width: 420px) {
.jmc-heygen-hero__container {
  width: calc(100% - 18px);
  padding-top: 48px;
  padding-bottom: 48px;
}

.jmc-heygen-hero__title {
  font-size: 45px;
}

.jmc-heygen-hero__description {
  font-size: 15px;
}

.jmc-heygen-hero__eyebrow {
  letter-spacing: 1.4px;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-hero__button {
  transition: none;
}

.jmc-heygen-hero__button:hover {
  transform: none;
}
}\n}.elementor .e-f4685f7-43cfabb{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE SNAPSHOT
 Desktop: 6 Cards in One Row
 Tablet: 3 × 2 Grid
 Mobile: 2 × 3 Grid
========================================= */

.jmc-heygen-snapshot,
.jmc-heygen-snapshot * {
box-sizing: border-box;
}

.jmc-heygen-snapshot {
--snapshot-bg: #f8fafc;
--snapshot-text: #17233d;
--snapshot-muted: #5e6878;
--snapshot-blue: #4f7cff;
--snapshot-violet: #7a5cfa;
--snapshot-cyan: #20b8d4;
--snapshot-navy: #17233d;

position: relative;
width: 100%;
overflow: hidden;
padding: 88px 20px;
color: var(--snapshot-text);
font-family: Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 15%,
    rgba(79, 124, 255, 0.1),
    transparent 26%
  ),
  radial-gradient(
    circle at 92% 85%,
    rgba(122, 92, 250, 0.09),
    transparent 28%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%
  );
}

.jmc-heygen-snapshot::before {
content: "";
position: absolute;
top: -230px;
right: -120px;
width: 410px;
height: 410px;
border: 1px solid rgba(79, 124, 255, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 50px rgba(79, 124, 255, 0.02),
  0 0 0 100px rgba(32, 184, 212, 0.014);
pointer-events: none;
}

.jmc-heygen-snapshot::after {
content: "";
position: absolute;
bottom: -180px;
left: -120px;
width: 300px;
height: 300px;
border: 1px solid rgba(122, 92, 250, 0.11);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-snapshot__container {
position: relative;
z-index: 2;
width: min(1280px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-heygen-snapshot__header {
width: min(820px, 100%);
margin: 0 auto 48px;
text-align: center;
}

.jmc-heygen-snapshot__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.17);
border-radius: 999px;
color: #355ed8;
background: #eaf4ff;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.6px;
text-transform: uppercase;
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
}

.jmc-heygen-snapshot__eyebrow .dashicons {
width: auto;
height: auto;
font-size: 17px;
line-height: 1;
}

.jmc-heygen-snapshot__heading {
margin: 0;
color: #17233d;
font-family: "Times New Roman", Times, serif;
font-size: clamp(42px, 5vw, 68px);
font-weight: 700;
line-height: 1.05;
letter-spacing: -1.8px;
}

.jmc-heygen-snapshot__heading span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 55%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-snapshot__heading span::after {
content: "";
width: 66px;
height: 3px;
display: block;
margin: 12px auto 0;
border-radius: 999px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-snapshot__intro {
width: min(720px, 100%);
margin: 22px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* Card Grid */

.jmc-heygen-snapshot__grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 18px;
}

/* Cards */

.jmc-heygen-snapshot-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.17);

position: relative;
min-width: 0;
min-height: 275px;
overflow: hidden;
padding: 24px 20px 23px;
border: 1px solid var(--card-border);
border-radius: 20px;
background: #ffffff;
box-shadow:
  0 18px 40px rgba(23, 35, 61, 0.08),
  0 6px 14px rgba(23, 35, 61, 0.04);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-heygen-snapshot-card::before {
content: "";
position: absolute;
top: -65px;
right: -55px;
width: 125px;
height: 125px;
border-radius: 50%;
background: var(--card-soft);
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-heygen-snapshot-card::after {
content: "";
position: absolute;
left: 20px;
bottom: 0;
width: 0;
height: 3px;
border-radius: 999px;
background: var(--card-accent);
transition: width 0.4s ease;
}

.jmc-heygen-snapshot-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 28px 58px rgba(23, 35, 61, 0.14),
  0 10px 22px rgba(23, 35, 61, 0.07);
}

.jmc-heygen-snapshot-card:hover::before {
transform: scale(1.18);
}

.jmc-heygen-snapshot-card:hover::after {
width: calc(100% - 40px);
}

.jmc-heygen-snapshot-card__top {
position: relative;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
margin-bottom: 21px;
}

.jmc-heygen-snapshot-card__icon {
width: 52px;
height: 52px;
flex: 0 0 52px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 15px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow: 0 8px 18px rgba(23, 35, 61, 0.06);
}

.jmc-heygen-snapshot-card__icon .dashicons {
width: auto;
height: auto;
font-size: 26px;
line-height: 1;
}

.jmc-heygen-snapshot-card__number {
color: var(--card-accent);
font-size: 14px;
font-weight: 800;
line-height: 1;
}

.jmc-heygen-snapshot-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #17233d;
font-family: "Times New Roman", Times, serif;
font-size: 21px;
font-weight: 700;
line-height: 1.25;
}

.jmc-heygen-snapshot-card__line {
width: 100%;
height: 1px;
margin: 13px 0 15px;
background: linear-gradient(
  90deg,
  var(--card-accent),
  transparent
);
opacity: 0.38;
}

.jmc-heygen-snapshot-card__value {
position: relative;
z-index: 2;
margin: 0 0 10px;
color: var(--card-accent);
font-family: "Times New Roman", Times, serif;
font-size: 23px;
font-weight: 700;
line-height: 1.2;
}

.jmc-heygen-snapshot-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5e6878;
font-size: 14px;
line-height: 1.65;
}

/* Card Variations */

.jmc-heygen-snapshot-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.19);
}

.jmc-heygen-snapshot-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.19);
}

.jmc-heygen-snapshot-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.19);
}

.jmc-heygen-snapshot-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.17);
}

/* Topic Strip */

.jmc-heygen-snapshot__strip {
display: flex;
align-items: center;
justify-content: center;
gap: 13px;
flex-wrap: wrap;
margin-top: 36px;
padding: 18px 22px;
border: 1px solid rgba(79, 124, 255, 0.14);
border-radius: 18px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 13px 30px rgba(23, 35, 61, 0.06);
}

.jmc-heygen-snapshot__strip-item {
display: inline-flex;
align-items: center;
gap: 7px;
color: #465160;
font-size: 13px;
font-weight: 800;
}

.jmc-heygen-snapshot__strip-item::after {
content: "•";
margin-left: 6px;
color: #7a5cfa;
}

.jmc-heygen-snapshot__strip-item:last-child::after {
display: none;
}

/* Tablet */

@media (max-width: 1100px) {
.jmc-heygen-snapshot__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jmc-heygen-snapshot-card {
  min-height: 260px;
}
}

/* Mobile */

@media (max-width: 700px) {
.jmc-heygen-snapshot {
  padding: 66px 14px;
}

.jmc-heygen-snapshot__header {
  margin-bottom: 36px;
}

.jmc-heygen-snapshot__eyebrow {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.2px;
}

.jmc-heygen-snapshot__heading {
  font-size: clamp(38px, 11vw, 52px);
  letter-spacing: -1px;
}

.jmc-heygen-snapshot__intro {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.jmc-heygen-snapshot__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jmc-heygen-snapshot-card {
  min-height: 245px;
  padding: 20px 16px;
  border-radius: 17px;
}

.jmc-heygen-snapshot-card__top {
  margin-bottom: 17px;
}

.jmc-heygen-snapshot-card__icon {
  width: 45px;
  height: 45px;
  flex-basis: 45px;
  border-radius: 13px;
}

.jmc-heygen-snapshot-card__icon .dashicons {
  font-size: 23px;
}

.jmc-heygen-snapshot-card__title {
  font-size: 18px;
}

.jmc-heygen-snapshot-card__value {
  font-size: 20px;
}

.jmc-heygen-snapshot-card__description {
  font-size: 13px;
  line-height: 1.55;
}

.jmc-heygen-snapshot__strip {
  gap: 8px;
  margin-top: 26px;
  padding: 16px;
}

.jmc-heygen-snapshot__strip-item {
  font-size: 12px;
}
}

/* Small Mobile */

@media (max-width: 430px) {
.jmc-heygen-snapshot__grid {
  grid-template-columns: 1fr;
}

.jmc-heygen-snapshot-card {
  width: calc(100% - 20px);
  max-width: 390px;
  min-height: auto;
  justify-self: center;
}

.jmc-heygen-snapshot__strip {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

.jmc-heygen-snapshot__strip-item {
  width: 100%;
  justify-content: center;
}

.jmc-heygen-snapshot__strip-item::after {
  display: none;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-snapshot-card,
.jmc-heygen-snapshot-card::before,
.jmc-heygen-snapshot-card::after {
  transition: none;
}

.jmc-heygen-snapshot-card:hover {
  transform: none;
}
}\n}.elementor .e-0b70ebf{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE OVERVIEW VIDEO
 Desktop: Video + Details
 Tablet/Mobile: Single Column
========================================= */

.jmc-heygen-video,
.jmc-heygen-video * {
box-sizing: border-box;
}

.jmc-heygen-video {
position: relative;
width: 100%;
overflow: hidden;
padding: 92px 22px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 6% 14%,
    rgba(79, 124, 255, 0.11),
    transparent 25%
  ),
  radial-gradient(
    circle at 94% 86%,
    rgba(122, 92, 250, 0.1),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #eaf4ff 0%,
    #f8fafc 52%,
    #f2eeff 100%
  );
}

.jmc-heygen-video::before {
content: "";
position: absolute;
top: -190px;
right: -145px;
width: 420px;
height: 420px;
border: 1px solid rgba(79, 124, 255, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(79, 124, 255, 0.02),
  0 0 0 110px rgba(32, 184, 212, 0.014);
pointer-events: none;
}

.jmc-heygen-video::after {
content: "";
position: absolute;
bottom: -190px;
left: -140px;
width: 340px;
height: 340px;
border: 1px solid rgba(122, 92, 250, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-video__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-heygen-video__header {
width: min(830px, 100%);
margin: 0 auto 50px;
text-align: center;
}

.jmc-heygen-video__badge {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: rgba(255, 255, 255, 0.88);
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.5px;
text-transform: uppercase;
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
}

.jmc-heygen-video__badge .dashicons {
width: auto;
height: auto;
color: #4f7cff;
font-size: 18px;
line-height: 1;
}

.jmc-heygen-video__heading {
margin: 0;
color: #17233d;
font-family: "Times New Roman", Times, serif;
font-size: clamp(42px, 5vw, 68px);
font-weight: 700;
line-height: 1.06;
letter-spacing: -1.8px;
}

.jmc-heygen-video__heading span {
display: block;
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 54%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-video__heading span::after {
content: "";
display: block;
width: 70px;
height: 3px;
margin: 14px auto 0;
border-radius: 999px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-video__intro {
width: min(750px, 100%);
margin: 22px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* Main Layout */

.jmc-heygen-video__layout {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
align-items: stretch;
gap: 30px;
}

/* Video Player */

.jmc-heygen-video__player-card {
position: relative;
min-width: 0;
padding: 11px;
border: 1px solid rgba(79, 124, 255, 0.2);
border-radius: 27px;
background: rgba(255, 255, 255, 0.95);
box-shadow:
  0 28px 62px rgba(23, 35, 61, 0.14),
  0 10px 24px rgba(23, 35, 61, 0.07);
}

.jmc-heygen-video__player-card::before {
content: "";
position: absolute;
inset: 14px -13px -13px 14px;
z-index: -1;
border: 1px solid rgba(122, 92, 250, 0.22);
border-radius: 27px;
background: rgba(242, 238, 255, 0.68);
}

.jmc-heygen-video__responsive {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
border-radius: 18px;
background: linear-gradient(
  135deg,
  #17233d,
  #29255b 58%,
  #124b57
);
}

.jmc-heygen-video__responsive iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}

/* Details Panel */

.jmc-heygen-video__details {
position: relative;
display: flex;
min-width: 0;
flex-direction: column;
padding: 33px 29px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 24px;
background:
  radial-gradient(
    circle at 100% 0%,
    rgba(122, 92, 250, 0.1),
    transparent 32%
  ),
  rgba(255, 255, 255, 0.95);
box-shadow:
  0 22px 48px rgba(23, 35, 61, 0.1),
  0 7px 16px rgba(23, 35, 61, 0.04);
}

.jmc-heygen-video__details::before {
content: "";
position: absolute;
top: 0;
left: 29px;
width: 70px;
height: 4px;
border-radius: 0 0 999px 999px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-video__details-label {
margin: 0 0 12px;
color: #6547df;
font-size: 12px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-heygen-video__details-title {
margin: 0;
color: #17233d;
font-family: "Times New Roman", Times, serif;
font-size: 34px;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.7px;
}

.jmc-heygen-video__details-text {
margin: 17px 0 0;
color: #5e6878;
font-size: 15px;
line-height: 1.72;
}

/* Learning Points */

.jmc-heygen-video__points {
display: flex;
flex-direction: column;
gap: 14px;
margin: 25px 0 0;
padding: 0;
list-style: none;
}

.jmc-heygen-video__point {
display: flex;
align-items: flex-start;
gap: 12px;
color: #465160;
font-size: 14px;
font-weight: 600;
line-height: 1.55;
}

.jmc-heygen-video__point-icon {
width: 37px;
height: 37px;
flex: 0 0 37px;
display: grid;
place-items: center;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 11px;
color: #4f7cff;
background: #eaf4ff;
}

.jmc-heygen-video__point:nth-child(2)
.jmc-heygen-video__point-icon {
color: #7a5cfa;
border-color: rgba(122, 92, 250, 0.19);
background: #f2eeff;
}

.jmc-heygen-video__point:nth-child(3)
.jmc-heygen-video__point-icon {
color: #20b8d4;
border-color: rgba(32, 184, 212, 0.19);
background: #e9fafd;
}

.jmc-heygen-video__point:nth-child(4)
.jmc-heygen-video__point-icon {
color: #17233d;
border-color: rgba(23, 35, 61, 0.16);
background: #edf1f7;
}

.jmc-heygen-video__point-icon .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Setup Note */

.jmc-heygen-video__note {
margin: auto 0 0;
padding: 15px 16px;
border: 1px solid rgba(79, 124, 255, 0.15);
border-radius: 13px;
color: #5e6878;
background: #eaf4ff;
font-size: 13px;
line-height: 1.55;
}

.jmc-heygen-video__note strong {
color: #4f7cff;
}

/* Tablet */

@media screen and (max-width: 980px) {
.jmc-heygen-video {
  padding: 78px 22px;
}

.jmc-heygen-video__layout {
  grid-template-columns: 1fr;
  max-width: 850px;
  margin: 0 auto;
}

.jmc-heygen-video__details {
  padding: 30px 28px;
}

.jmc-heygen-video__note {
  margin-top: 24px;
}
}

/* Mobile */

@media screen and (max-width: 620px) {
.jmc-heygen-video {
  padding: 64px 14px;
}

.jmc-heygen-video__header {
  margin-bottom: 38px;
}

.jmc-heygen-video__badge {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.2px;
}

.jmc-heygen-video__heading {
  font-size: 39px;
  letter-spacing: -1px;
}

.jmc-heygen-video__intro {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.68;
}

.jmc-heygen-video__layout {
  width: calc(100% - 20px);
  max-width: 430px;
  gap: 22px;
  margin: 0 auto;
}

.jmc-heygen-video__player-card {
  padding: 7px;
  border-radius: 20px;
}

.jmc-heygen-video__player-card::before {
  display: none;
}

.jmc-heygen-video__responsive {
  border-radius: 14px;
}

.jmc-heygen-video__details {
  padding: 27px 21px 22px;
  border-radius: 20px;
}

.jmc-heygen-video__details::before {
  left: 21px;
}

.jmc-heygen-video__details-title {
  font-size: 29px;
}

.jmc-heygen-video__details-text {
  font-size: 14px;
  line-height: 1.68;
}

.jmc-heygen-video__point {
  font-size: 13px;
}

.jmc-heygen-video__note {
  font-size: 12px;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-video__player-card,
.jmc-heygen-video__details {
  transition: none;
}
}\n}.elementor .e-42c034e-be901c9{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE INTRODUCTION
========================================= */

.jmc-heygen-introduction,
.jmc-heygen-introduction * {
box-sizing: border-box;
}

.jmc-heygen-introduction {
--intro-text: #17233d;
--intro-muted: #5e6878;
--intro-blue: #4f7cff;
--intro-violet: #7a5cfa;
--intro-cyan: #20b8d4;
--intro-navy: #17233d;
--intro-blue-soft: #eaf4ff;
--intro-violet-soft: #f2eeff;
--intro-cyan-soft: #e9fafd;
--intro-navy-soft: #edf1f7;

position: relative;
width: 100%;
overflow: hidden;
padding: 94px 20px;
color: var(--intro-text);
font-family: "Times New Roman", Times, serif;
background:
  radial-gradient(
    circle at 5% 12%,
    rgba(79, 124, 255, 0.09),
    transparent 25%
  ),
  radial-gradient(
    circle at 95% 88%,
    rgba(122, 92, 250, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%
  );
}

.jmc-heygen-introduction p,
.jmc-heygen-introduction h2,
.jmc-heygen-introduction h3,
.jmc-heygen-introduction span:not(.dashicons),
.jmc-heygen-introduction strong {
font-family: "Times New Roman", Times, serif;
}

.jmc-heygen-introduction .dashicons {
display: inline-block;
width: 1em;
height: 1em;
font-family: dashicons !important;
font-style: normal;
font-weight: normal;
line-height: 1;
text-align: center;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
}

.jmc-heygen-introduction::before {
content: "";
position: absolute;
top: -270px;
left: -180px;
width: 410px;
height: 410px;
border: 1px solid rgba(79, 124, 255, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 50px rgba(79, 124, 255, 0.018),
  0 0 0 100px rgba(32, 184, 212, 0.012);
pointer-events: none;
}

.jmc-heygen-introduction::after {
content: "";
position: absolute;
right: -210px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(122, 92, 250, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-introduction__container {
position: relative;
z-index: 2;
width: min(1240px, 100%);
margin: 0 auto;
}

/* Main Layout */

.jmc-heygen-introduction__main {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(400px, 0.95fr);
align-items: center;
gap: 70px;
}

.jmc-heygen-introduction__content {
min-width: 0;
}

/* Badge */

.jmc-heygen-introduction__badge {
display: inline-flex;
align-items: center;
gap: 9px;
margin: 0 0 24px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: #eaf4ff;
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
font-size: 13px;
font-weight: 700;
line-height: 1;
letter-spacing: 1.6px;
text-transform: uppercase;
}

.jmc-heygen-introduction__badge .dashicons {
width: auto;
height: auto;
color: #4f7cff;
font-size: 18px;
}

/* Heading */

.jmc-heygen-introduction__heading {
margin: 0;
color: #17233d;
font-size: clamp(47px, 5.3vw, 76px);
font-weight: 700;
line-height: 1.02;
letter-spacing: -2px;
}

.jmc-heygen-introduction__heading-accent {
display: block;
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 54%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-introduction__divider {
width: 230px;
margin: 27px 0;
display: flex;
align-items: center;
gap: 16px;
}

.jmc-heygen-introduction__divider-line {
flex: 1;
height: 1px;
background: linear-gradient(
  90deg,
  rgba(79, 124, 255, 0.55),
  rgba(122, 92, 250, 0.5),
  rgba(32, 184, 212, 0.5)
);
}

.jmc-heygen-introduction__divider-symbol {
color: #7a5cfa;
font-size: 20px;
line-height: 1;
}

/* Introduction Text */

.jmc-heygen-introduction__text {
margin: 0;
color: #5e6878;
font-size: 18px;
line-height: 1.8;
}

.jmc-heygen-introduction__text +
.jmc-heygen-introduction__text {
margin-top: 19px;
}

.jmc-heygen-introduction__text strong {
color: #355ed8;
}

/* Image Area */

.jmc-heygen-introduction__visual {
position: relative;
min-width: 0;
perspective: 1200px;
}

.jmc-heygen-introduction__image-frame {
position: relative;
padding: 12px;
border: 1px solid rgba(79, 124, 255, 0.21);
border-radius: 42px 42px 42px 105px;
background: rgba(255, 255, 255, 0.94);
box-shadow:
  0 32px 70px rgba(23, 35, 61, 0.15),
  0 10px 24px rgba(23, 35, 61, 0.07);
transform: rotateY(-2deg) rotateX(1deg);
transition:
  transform 0.45s ease,
  box-shadow 0.45s ease;
}

.jmc-heygen-introduction__image-frame:hover {
transform: rotateY(0deg) rotateX(0deg) translateY(-7px);
box-shadow:
  0 42px 85px rgba(23, 35, 61, 0.19),
  0 14px 30px rgba(23, 35, 61, 0.09);
}

.jmc-heygen-introduction__image-frame::before {
content: "";
position: absolute;
inset: -14px 14px 14px -14px;
z-index: -1;
border: 1px solid rgba(122, 92, 250, 0.25);
border-radius: 42px 42px 42px 105px;
}

.jmc-heygen-introduction__image {
display: block;
width: 100%;
min-height: 410px;
object-fit: cover;
border-radius: 31px 31px 31px 90px;
}

/* Floating Note */

.jmc-heygen-introduction__floating-note {
position: absolute;
left: -55px;
bottom: 52px;
width: 190px;
padding: 23px 18px;
border: 1px solid rgba(79, 124, 255, 0.19);
border-radius: 50%;
color: #17233d;
text-align: center;
background: linear-gradient(
  145deg,
  #eaf4ff 0%,
  #f2eeff 54%,
  #e9fafd 100%
);
box-shadow:
  0 22px 45px rgba(23, 35, 61, 0.18),
  inset 0 1px 0 rgba(255, 255, 255, 0.92);
animation: jmcHeyGenIntroFloat 4s ease-in-out infinite;
}

.jmc-heygen-introduction__floating-note .dashicons {
display: block;
width: auto;
height: auto;
margin: 0 auto 9px;
color: #4f7cff;
font-size: 34px;
}

.jmc-heygen-introduction__floating-note strong {
display: block;
color: #17233d;
font-size: 18px;
line-height: 1.25;
}

.jmc-heygen-introduction__floating-note span {
display: block;
margin-top: 5px;
color: #5e6878;
font-size: 14px;
line-height: 1.4;
}

/* Benefit Cards */

.jmc-heygen-introduction__cards {
margin-top: 65px;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 21px;
}

.jmc-heygen-intro-benefit {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.17);

position: relative;
min-height: 235px;
padding: 28px 20px 24px;
border: 1px solid var(--card-border);
border-radius: 22px;
background: #ffffff;
text-align: center;
box-shadow:
  0 22px 40px rgba(23, 35, 61, 0.09),
  0 8px 16px rgba(23, 35, 61, 0.04);
transition:
  transform 0.4s ease,
  box-shadow 0.4s ease,
  border-color 0.4s ease;
}

.jmc-heygen-intro-benefit::before {
content: "";
position: absolute;
inset: 9px -7px -9px 7px;
z-index: -1;
border-radius: 22px;
background: var(--card-soft);
opacity: 0.7;
transition:
  transform 0.4s ease,
  opacity 0.4s ease;
}

.jmc-heygen-intro-benefit:hover {
border-color: var(--card-accent);
transform: translateY(-10px);
box-shadow:
  0 34px 58px rgba(23, 35, 61, 0.15),
  0 12px 20px rgba(23, 35, 61, 0.07);
}

.jmc-heygen-intro-benefit:hover::before {
transform: translate(4px, 7px);
opacity: 0.95;
}

.jmc-heygen-intro-benefit__icon {
width: 64px;
height: 64px;
margin: 0 auto 18px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 50%;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 12px 24px rgba(23, 35, 61, 0.07),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.jmc-heygen-intro-benefit__icon .dashicons {
width: auto;
height: auto;
font-size: 31px;
}

.jmc-heygen-intro-benefit__title {
margin: 0;
color: #17233d;
font-size: 21px;
font-weight: 700;
line-height: 1.25;
}

.jmc-heygen-intro-benefit__line {
width: 42px;
height: 2px;
margin: 13px auto;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-heygen-intro-benefit__description {
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.55;
}

/* Card Colours */

.jmc-heygen-intro-benefit--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.19);
}

.jmc-heygen-intro-benefit--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.19);
}

.jmc-heygen-intro-benefit--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.19);
}

.jmc-heygen-intro-benefit--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.17);
}

/* Floating Animation */

@keyframes jmcHeyGenIntroFloat {
0%,
100% {
  transform: translateY(0);
}

50% {
  transform: translateY(-10px);
}
}

/* Tablet */

@media (max-width: 1100px) {
.jmc-heygen-introduction__main {
  grid-template-columns: 1fr 0.9fr;
  gap: 45px;
}

.jmc-heygen-introduction__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 850px) {
.jmc-heygen-introduction__main {
  grid-template-columns: 1fr;
}

.jmc-heygen-introduction__visual {
  width: min(650px, 100%);
  margin: 10px auto 0;
}

.jmc-heygen-introduction__floating-note {
  left: 18px;
  bottom: 25px;
}

.jmc-heygen-introduction__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jmc-heygen-intro-benefit:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 11px);
  justify-self: center;
}
}

/* Mobile */

@media (max-width: 600px) {
.jmc-heygen-introduction {
  padding: 68px 15px;
}

.jmc-heygen-introduction__main {
  gap: 35px;
}

.jmc-heygen-introduction__badge {
  margin-bottom: 20px;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.jmc-heygen-introduction__heading {
  font-size: clamp(42px, 13vw, 57px);
  letter-spacing: -1px;
}

.jmc-heygen-introduction__divider {
  width: 190px;
  margin: 23px 0;
}

.jmc-heygen-introduction__text {
  font-size: 16px;
  line-height: 1.7;
}

.jmc-heygen-introduction__image-frame {
  padding: 8px;
  border-radius: 25px 25px 25px 60px;
  transform: none;
}

.jmc-heygen-introduction__image-frame::before {
  display: none;
}

.jmc-heygen-introduction__image {
  min-height: 290px;
  border-radius: 18px 18px 18px 50px;
}

.jmc-heygen-introduction__floating-note {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  animation: none;
}

.jmc-heygen-introduction__floating-note .dashicons {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 24px;
}

.jmc-heygen-introduction__floating-note strong,
.jmc-heygen-introduction__floating-note span {
  display: inline;
  font-size: 15px;
}

.jmc-heygen-introduction__cards {
  margin-top: 42px;
  grid-template-columns: 1fr;
  gap: 17px;
}

.jmc-heygen-intro-benefit,
.jmc-heygen-intro-benefit:last-child {
  width: calc(100% - 18px);
  min-height: 0;
  grid-column: auto;
  justify-self: center;
  padding: 24px 20px;
}

.jmc-heygen-intro-benefit:hover {
  transform: translateY(-5px);
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-introduction__floating-note {
  animation: none;
}

.jmc-heygen-intro-benefit,
.jmc-heygen-intro-benefit::before,
.jmc-heygen-introduction__image-frame {
  transition: none;
}
}\n}.elementor .e-e5c4529-09a9b97{padding:0px;flex-direction:column;/* =========================================
 HEYGEN — PROBLEM THIS COURSE SOLVES
 Desktop: 4 Cards
 Tablet: 2 Cards
 Mobile: 1 Card
========================================= */

.jmc-heygen-problems,
.jmc-heygen-problems * {
box-sizing: border-box;
}

.jmc-heygen-problems {
--problem-text: #17233d;
--problem-muted: #5e6878;
--problem-blue: #4f7cff;
--problem-violet: #7a5cfa;
--problem-cyan: #20b8d4;
--problem-navy: #17233d;

position: relative;
width: 100%;
overflow: hidden;
padding: 92px 20px 76px;
color: var(--problem-text);
font-family: "Times New Roman", Times, serif;
background:
  radial-gradient(
    circle at 8% 12%,
    rgba(79, 124, 255, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 94% 88%,
    rgba(122, 92, 250, 0.1),
    transparent 27%
  ),
  linear-gradient(
    135deg,
    #eaf4ff 0%,
    #f8fafc 50%,
    #f2eeff 100%
  );
}

.jmc-heygen-problems::before,
.jmc-heygen-problems::after {
content: "";
position: absolute;
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-problems::before {
top: 180px;
left: -145px;
width: 230px;
height: 230px;
border: 30px solid rgba(79, 124, 255, 0.045);
}

.jmc-heygen-problems::after {
right: -190px;
bottom: 30px;
width: 310px;
height: 310px;
border: 1px solid rgba(122, 92, 250, 0.13);
box-shadow:
  0 0 0 42px rgba(32, 184, 212, 0.025),
  0 0 0 84px rgba(79, 124, 255, 0.015);
}

.jmc-heygen-problems__container {
position: relative;
z-index: 2;
width: min(1240px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-heygen-problems__header {
width: min(900px, 100%);
margin: 0 auto 50px;
text-align: center;
}

.jmc-heygen-problems__eyebrow {
display: flex;
align-items: center;
justify-content: center;
gap: 13px;
margin-bottom: 18px;
}

.jmc-heygen-problems__eyebrow-line {
width: 42px;
height: 2px;
border-radius: 999px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-problems__eyebrow strong {
color: #6547df;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-heygen-problems__heading {
margin: 0;
color: #17233d;
font-size: clamp(43px, 5vw, 68px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -1.6px;
}

.jmc-heygen-problems__heading span {
display: block;
margin-top: 5px;
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 54%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-problems__intro {
width: min(810px, 100%);
margin: 23px auto 0;
color: #5e6878;
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
line-height: 1.75;
}

/* Card Grid */

.jmc-heygen-problems__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 25px;
}

/* Problem Card */

.jmc-heygen-problem-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.18);

position: relative;
min-height: 318px;
overflow: hidden;
padding: 28px 23px 26px;
border: 1px solid var(--card-border);
border-top: 5px solid var(--card-accent);
border-radius: 21px;
background: #ffffff;
text-align: center;
box-shadow:
  0 21px 42px rgba(23, 35, 61, 0.1),
  0 7px 16px rgba(23, 35, 61, 0.05);
transition:
  transform 0.32s ease,
  border-color 0.32s ease,
  box-shadow 0.32s ease;
}

.jmc-heygen-problem-card::before {
content: "";
position: absolute;
top: -65px;
right: -55px;
width: 135px;
height: 135px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.8;
transition: transform 0.4s ease;
}

.jmc-heygen-problem-card::after {
content: "";
position: absolute;
right: 14%;
bottom: -13px;
left: 14%;
height: 22px;
border-radius: 50%;
background: rgba(23, 35, 61, 0.13);
filter: blur(13px);
opacity: 0.55;
pointer-events: none;
}

.jmc-heygen-problem-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 31px 55px rgba(23, 35, 61, 0.16),
  0 11px 22px rgba(23, 35, 61, 0.08);
}

.jmc-heygen-problem-card:hover::before {
transform: scale(1.17);
}

.jmc-heygen-problem-card__icon {
position: relative;
z-index: 2;
width: 82px;
height: 82px;
margin: 0 auto 22px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 23px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 12px 24px rgba(23, 35, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.jmc-heygen-problem-card__icon .dashicons {
width: auto;
height: auto;
font-size: 39px;
line-height: 1;
}

.jmc-heygen-problem-card__title {
position: relative;
z-index: 2;
min-height: 57px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
color: #17233d;
font-size: 22px;
font-weight: 700;
line-height: 1.3;
}

.jmc-heygen-problem-card__line {
position: relative;
z-index: 2;
display: block;
width: 44px;
height: 3px;
margin: 15px auto 17px;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-heygen-problem-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5e6878;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.65;
}

/* Card Variations */

.jmc-heygen-problem-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);
}

.jmc-heygen-problem-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.2);
}

.jmc-heygen-problem-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.2);
}

.jmc-heygen-problem-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
}

/* Closing Highlight */

.jmc-heygen-problems__closing {
width: min(900px, 100%);
margin: 46px auto 0;
padding: 24px 29px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 19px;
background: rgba(255, 255, 255, 0.93);
box-shadow:
  0 18px 34px rgba(23, 35, 61, 0.1),
  0 6px 14px rgba(23, 35, 61, 0.05);
}

.jmc-heygen-problems__closing-icon {
width: 60px;
height: 60px;
flex: 0 0 60px;
display: grid;
place-items: center;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 18px;
color: #4f7cff;
background: linear-gradient(
  145deg,
  #eaf4ff,
  #f2eeff,
  #e9fafd
);
}

.jmc-heygen-problems__closing-icon .dashicons {
width: auto;
height: auto;
font-size: 30px;
line-height: 1;
}

.jmc-heygen-problems__closing h3 {
margin: 0 0 6px;
color: #17233d;
font-size: 23px;
line-height: 1.3;
}

.jmc-heygen-problems__closing p {
margin: 0;
color: #5e6878;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.6;
}

/* Tablet */

@media (max-width: 1024px) {
.jmc-heygen-problems {
  padding: 76px 22px 62px;
}

.jmc-heygen-problems__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jmc-heygen-problem-card {
  min-height: 300px;
}
}

/* Mobile */

@media (max-width: 650px) {
.jmc-heygen-problems {
  padding: 65px 15px 52px;
}

.jmc-heygen-problems__header {
  margin-bottom: 36px;
}

.jmc-heygen-problems__eyebrow {
  gap: 8px;
}

.jmc-heygen-problems__eyebrow-line {
  width: 25px;
}

.jmc-heygen-problems__eyebrow strong {
  font-size: 11px;
  letter-spacing: 1.1px;
}

.jmc-heygen-problems__heading {
  font-size: clamp(38px, 11vw, 50px);
  letter-spacing: -0.8px;
}

.jmc-heygen-problems__intro {
  margin-top: 19px;
  font-size: 15px;
  line-height: 1.65;
}

.jmc-heygen-problems__grid {
  grid-template-columns: 1fr;
  gap: 17px;
}

.jmc-heygen-problem-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: 0;
  justify-self: center;
  padding: 25px 20px;
  border-radius: 18px;
}

.jmc-heygen-problem-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 20px;
}

.jmc-heygen-problem-card__icon .dashicons {
  font-size: 34px;
}

.jmc-heygen-problem-card__title {
  min-height: 0;
  font-size: 20px;
}

.jmc-heygen-problem-card__description {
  font-size: 14px;
}

.jmc-heygen-problems__closing {
  width: calc(100% - 18px);
  margin-top: 34px;
  padding: 21px 19px;
  align-items: flex-start;
}

.jmc-heygen-problems__closing h3 {
  font-size: 20px;
}

.jmc-heygen-problems__closing p {
  font-size: 14px;
}
}

@media (max-width: 430px) {
.jmc-heygen-problems__closing {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-problem-card,
.jmc-heygen-problem-card::before {
  transition: none;
}

.jmc-heygen-problem-card:hover {
  transform: none;
}
}\n}.elementor .e-ff5ba2f-76b7533{padding:0px;flex-direction:column;/* =========================================
 HEYGEN LEARNER OUTCOMES SECTION
 Desktop: 4 Cards
 Tablet: 2 × 2
 Mobile: 1 Column
========================================= */

.jmc-heygen-outcomes {
position: relative;
overflow: hidden;
padding: 90px 20px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(79, 124, 255, 0.08),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 84%,
    rgba(122, 92, 250, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%
  );
}

.jmc-heygen-outcomes *,
.jmc-heygen-outcomes *::before,
.jmc-heygen-outcomes *::after {
box-sizing: border-box;
}

.jmc-heygen-outcomes::before {
content: "";
position: absolute;
top: -230px;
right: -130px;
width: 410px;
height: 410px;
border: 1px solid rgba(79, 124, 255, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(79, 124, 255, 0.018),
  0 0 0 96px rgba(32, 184, 212, 0.012);
pointer-events: none;
}

.jmc-heygen-outcomes::after {
content: "";
position: absolute;
bottom: -190px;
left: -120px;
width: 310px;
height: 310px;
border: 1px solid rgba(122, 92, 250, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-outcomes__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Header */

.jmc-heygen-outcomes__header {
max-width: 820px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-heygen-outcomes__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
color: #6547df;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-heygen-outcomes__eyebrow::before,
.jmc-heygen-outcomes__eyebrow::after {
content: "";
width: 40px;
height: 1px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-outcomes__title {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(38px, 4.7vw, 62px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-heygen-outcomes__title span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 55%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-outcomes__intro {
max-width: 760px;
margin: 20px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* Grid */

.jmc-heygen-outcomes__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
}

/* Cards */

.jmc-heygen-outcome-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.17);
--card-second: #20b8d4;

position: relative;
min-width: 0;
min-height: 345px;
overflow: hidden;
padding: 32px 28px 30px;
border: 1px solid var(--card-border);
border-radius: 24px;
background: #ffffff;
box-shadow:
  0 20px 45px rgba(23, 35, 61, 0.09),
  0 6px 16px rgba(23, 35, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-heygen-outcome-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(
  90deg,
  var(--card-accent),
  var(--card-second)
);
}

.jmc-heygen-outcome-card::after {
content: "";
position: absolute;
right: -65px;
bottom: -75px;
width: 180px;
height: 180px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.75;
transition: transform 0.4s ease;
}

.jmc-heygen-outcome-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 30px 65px rgba(23, 35, 61, 0.14),
  0 12px 24px rgba(23, 35, 61, 0.08);
}

.jmc-heygen-outcome-card:hover::after {
transform: scale(1.25);
}

.jmc-heygen-outcome-card__top {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 26px;
}

.jmc-heygen-outcome-card__icon {
width: 62px;
height: 62px;
flex: 0 0 62px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 18px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 14px 24px rgba(23, 35, 61, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-outcome-card__icon .dashicons {
width: auto;
height: auto;
font-size: 29px;
line-height: 1;
}

.jmc-heygen-outcome-card__number {
color: var(--card-accent);
font-family: Georgia, "Times New Roman", serif;
font-size: 42px;
font-weight: 700;
line-height: 1;
opacity: 0.18;
}

.jmc-heygen-outcome-card__content {
position: relative;
z-index: 2;
}

.jmc-heygen-outcome-card__label {
display: block;
margin-bottom: 10px;
color: var(--card-accent);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.13em;
text-transform: uppercase;
}

.jmc-heygen-outcome-card__title {
margin: 0 0 16px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 21px;
line-height: 1.28;
letter-spacing: -0.015em;
}

.jmc-heygen-outcome-card__text {
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.72;
}

/* Card Variations */

.jmc-heygen-outcome-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);
--card-second: #20b8d4;
}

.jmc-heygen-outcome-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.2);
--card-second: #4f7cff;
}

.jmc-heygen-outcome-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.2);
--card-second: #4f7cff;
}

.jmc-heygen-outcome-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
--card-second: #7a5cfa;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-heygen-outcomes {
  padding: 78px 24px;
}

.jmc-heygen-outcomes__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jmc-heygen-outcome-card {
  min-height: 315px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-heygen-outcomes {
  padding: 64px 15px;
}

.jmc-heygen-outcomes__header {
  margin-bottom: 38px;
}

.jmc-heygen-outcomes__eyebrow {
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-heygen-outcomes__eyebrow::before,
.jmc-heygen-outcomes__eyebrow::after {
  width: 24px;
}

.jmc-heygen-outcomes__title {
  font-size: 39px;
}

.jmc-heygen-outcomes__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-heygen-outcomes__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-heygen-outcome-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 28px 24px;
}

.jmc-heygen-outcome-card__top {
  margin-bottom: 22px;
}

.jmc-heygen-outcome-card__title {
  font-size: 22px;
}

.jmc-heygen-outcome-card__text {
  font-size: 15px;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-outcome-card,
.jmc-heygen-outcome-card::after {
  transition: none;
}

.jmc-heygen-outcome-card:hover {
  transform: none;
}
}\n}.elementor .e-749f19d-dca8f40{padding:0px;flex-direction:column;/* =========================================
 HEYGEN LEARNING JOURNEY SECTION
 Desktop: 5 Cards
 Tablet: 2 Columns + Final Card Centred
 Mobile: 1 Column
========================================= */

.jmc-heygen-journey {
position: relative;
overflow: hidden;
padding: 92px 20px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 10% 15%,
    rgba(79, 124, 255, 0.13),
    transparent 27%
  ),
  radial-gradient(
    circle at 88% 82%,
    rgba(122, 92, 250, 0.11),
    transparent 28%
  ),
  linear-gradient(
    180deg,
    #eaf4ff 0%,
    #f8fafc 52%,
    #f2eeff 100%
  );
}

.jmc-heygen-journey *,
.jmc-heygen-journey *::before,
.jmc-heygen-journey *::after {
box-sizing: border-box;
}

/* Decorative Background Circles */

.jmc-heygen-journey::before {
content: "";
position: absolute;
top: -225px;
left: -145px;
width: 410px;
height: 410px;
border: 1px solid rgba(79, 124, 255, 0.15);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(79, 124, 255, 0.025),
  0 0 0 96px rgba(32, 184, 212, 0.018);
pointer-events: none;
}

.jmc-heygen-journey::after {
content: "";
position: absolute;
right: -170px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(122, 92, 250, 0.14);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-journey__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* =========================================
 SECTION HEADING
========================================= */

.jmc-heygen-journey__header {
max-width: 810px;
margin: 0 auto 58px;
text-align: center;
}

.jmc-heygen-journey__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 17px;
color: #6547df;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-heygen-journey__eyebrow::before,
.jmc-heygen-journey__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-journey__title {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(38px, 4.8vw, 62px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-heygen-journey__title span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-journey__intro {
max-width: 740px;
margin: 20px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* =========================================
 JOURNEY GRID
========================================= */

.jmc-heygen-journey__timeline {
position: relative;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
}

/* Connecting Line */

.jmc-heygen-journey__timeline::before {
content: "";
position: absolute;
top: 62px;
left: 9%;
right: 9%;
z-index: 0;
height: 2px;
background: linear-gradient(
  90deg,
  rgba(79, 124, 255, 0.28),
  rgba(122, 92, 250, 0.48),
  rgba(32, 184, 212, 0.3)
);
}

/* =========================================
 JOURNEY CARDS
========================================= */

.jmc-heygen-journey-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);

position: relative;
z-index: 2;
min-width: 0;
min-height: 325px;
overflow: hidden;
padding: 28px 22px;
border: 1px solid var(--card-border);
border-radius: 24px;
background: #ffffff;
text-align: center;
box-shadow:
  0 20px 45px rgba(23, 35, 61, 0.1),
  0 7px 18px rgba(23, 35, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-heygen-journey-card::before {
content: "";
position: absolute;
right: -52px;
bottom: -62px;
width: 145px;
height: 145px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.78;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-heygen-journey-card::after {
content: "";
position: absolute;
top: 0;
left: 22%;
width: 56%;
height: 3px;
border-radius: 0 0 6px 6px;
background: var(--card-accent);
opacity: 0.85;
}

.jmc-heygen-journey-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 30px 65px rgba(23, 35, 61, 0.15),
  0 12px 25px rgba(23, 35, 61, 0.08);
}

.jmc-heygen-journey-card:hover::before {
transform: scale(1.22);
}

/* Step Icon */

.jmc-heygen-journey-card__step {
position: relative;
z-index: 3;
display: grid;
place-items: center;
width: 68px;
height: 68px;
margin: 0 auto 23px;
border: 7px solid #f8fafc;
border-radius: 50%;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 25px rgba(23, 35, 61, 0.11),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-journey-card__step .dashicons {
width: auto;
height: auto;
font-size: 28px;
line-height: 1;
}

/* Card Content */

.jmc-heygen-journey-card__number {
position: relative;
z-index: 2;
display: block;
margin-bottom: 9px;
color: var(--card-accent);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.13em;
text-transform: uppercase;
}

.jmc-heygen-journey-card__title {
position: relative;
z-index: 2;
margin: 0 0 14px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 26px;
line-height: 1.2;
}

.jmc-heygen-journey-card__text {
position: relative;
z-index: 2;
margin: 0;
color: #5e6878;
font-size: 14px;
line-height: 1.68;
}

/* =========================================
 CARD COLOUR VARIATIONS
========================================= */

.jmc-heygen-journey-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);
}

.jmc-heygen-journey-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.2);
}

.jmc-heygen-journey-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.2);
}

.jmc-heygen-journey-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
}

/* =========================================
 TABLET
========================================= */

@media (max-width: 980px) {
.jmc-heygen-journey {
  padding: 78px 24px;
}

.jmc-heygen-journey__timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.jmc-heygen-journey__timeline::before {
  display: none;
}

.jmc-heygen-journey-card {
  min-height: 290px;
}

.jmc-heygen-journey-card:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 12px);
  justify-self: center;
}
}

/* =========================================
 MOBILE
========================================= */

@media (max-width: 620px) {
.jmc-heygen-journey {
  padding: 64px 15px;
}

.jmc-heygen-journey__header {
  margin-bottom: 40px;
}

.jmc-heygen-journey__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-heygen-journey__eyebrow::before,
.jmc-heygen-journey__eyebrow::after {
  width: 24px;
}

.jmc-heygen-journey__title {
  font-size: 39px;
}

.jmc-heygen-journey__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-heygen-journey__timeline {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-heygen-journey-card,
.jmc-heygen-journey-card:last-child {
  grid-column: auto;
  justify-self: center;
  width: calc(100% - 10px);
  max-width: 430px;
  min-height: auto;
  padding: 28px 24px;
}

.jmc-heygen-journey-card__step {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}

.jmc-heygen-journey-card__step .dashicons {
  font-size: 26px;
}

.jmc-heygen-journey-card__title {
  font-size: 25px;
}

.jmc-heygen-journey-card__text {
  font-size: 15px;
}
}

/* Small Mobile */

@media (max-width: 380px) {
.jmc-heygen-journey {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-heygen-journey__title {
  font-size: 35px;
}

.jmc-heygen-journey-card,
.jmc-heygen-journey-card:last-child {
  width: 100%;
  padding: 26px 20px;
  border-radius: 21px;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-journey-card,
.jmc-heygen-journey-card::before {
  transition: none;
}

.jmc-heygen-journey-card:hover {
  transform: none;
}
}\n}.elementor .e-e6ac1aa-a8be67a{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE CURRICULUM SECTION
 Desktop: 3 × 2 Grid
 Tablet: 2 × 3 Grid
 Mobile: 1 Column
========================================= */

.jmc-heygen-curriculum {
position: relative;
width: 100%;
overflow: hidden;
padding: 92px 20px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 16%,
    rgba(79, 124, 255, 0.09),
    transparent 26%
  ),
  radial-gradient(
    circle at 92% 84%,
    rgba(122, 92, 250, 0.09),
    transparent 28%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%
  );
}

.jmc-heygen-curriculum *,
.jmc-heygen-curriculum *::before,
.jmc-heygen-curriculum *::after {
box-sizing: border-box;
}

.jmc-heygen-curriculum::before {
content: "";
position: absolute;
top: -230px;
right: -140px;
width: 420px;
height: 420px;
border: 1px solid rgba(79, 124, 255, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 52px rgba(79, 124, 255, 0.018),
  0 0 0 104px rgba(32, 184, 212, 0.012);
pointer-events: none;
}

.jmc-heygen-curriculum::after {
content: "";
position: absolute;
bottom: -190px;
left: -130px;
width: 320px;
height: 320px;
border: 1px solid rgba(122, 92, 250, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-curriculum__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-heygen-curriculum__header {
width: min(820px, 100%);
margin: 0 auto 52px;
text-align: center;
}

.jmc-heygen-curriculum__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: #eaf4ff;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.5px;
text-transform: uppercase;
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
}

.jmc-heygen-curriculum__eyebrow .dashicons {
width: auto;
height: auto;
font-size: 18px;
line-height: 1;
}

.jmc-heygen-curriculum__heading {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(40px, 5vw, 66px);
font-weight: 700;
line-height: 1.07;
letter-spacing: -0.035em;
}

.jmc-heygen-curriculum__heading span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-curriculum__intro {
width: min(750px, 100%);
margin: 21px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* Curriculum Grid */

.jmc-heygen-curriculum__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}

/* Module Card */

.jmc-heygen-curriculum-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.19);

position: relative;
min-width: 0;
min-height: 285px;
overflow: hidden;
padding: 30px 27px 27px;
border: 1px solid var(--card-border);
border-radius: 24px;
background: #ffffff;
box-shadow:
  0 20px 44px rgba(23, 35, 61, 0.09),
  0 7px 17px rgba(23, 35, 61, 0.05);
transition:
  transform 0.35s ease,
  border-color 0.35s ease,
  box-shadow 0.35s ease;
}

.jmc-heygen-curriculum-card::before {
content: "";
position: absolute;
top: -68px;
right: -58px;
width: 145px;
height: 145px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.8;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-heygen-curriculum-card::after {
content: "";
position: absolute;
left: 27px;
bottom: 0;
width: 0;
height: 4px;
border-radius: 999px;
background: var(--card-accent);
transition: width 0.4s ease;
}

.jmc-heygen-curriculum-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 31px 62px rgba(23, 35, 61, 0.15),
  0 12px 24px rgba(23, 35, 61, 0.08);
}

.jmc-heygen-curriculum-card:hover::before {
transform: scale(1.18);
}

.jmc-heygen-curriculum-card:hover::after {
width: calc(100% - 54px);
}

/* Card Top */

.jmc-heygen-curriculum-card__top {
position: relative;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 18px;
margin-bottom: 24px;
}

.jmc-heygen-curriculum-card__icon {
width: 66px;
height: 66px;
flex: 0 0 66px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 19px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 25px rgba(23, 35, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-curriculum-card__icon .dashicons {
width: auto;
height: auto;
font-size: 31px;
line-height: 1;
}

.jmc-heygen-curriculum-card__module {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 31px;
padding: 7px 12px;
border: 1px solid var(--card-border);
border-radius: 999px;
color: var(--card-accent);
background: var(--card-soft);
font-size: 11px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
}

/* Card Content */

.jmc-heygen-curriculum-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
font-weight: 700;
line-height: 1.25;
letter-spacing: -0.02em;
}

.jmc-heygen-curriculum-card__line {
position: relative;
z-index: 2;
display: block;
width: 52px;
height: 3px;
margin: 16px 0;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-heygen-curriculum-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.68;
}

/* Lecture Count */

.jmc-heygen-curriculum-card__footer {
position: relative;
z-index: 2;
margin-top: 23px;
padding-top: 17px;
border-top: 1px solid rgba(23, 35, 61, 0.09);
}

.jmc-heygen-curriculum-card__lectures {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--card-accent);
font-size: 14px;
font-weight: 800;
line-height: 1.2;
}

.jmc-heygen-curriculum-card__lectures .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Card Colours */

.jmc-heygen-curriculum-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);
}

.jmc-heygen-curriculum-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.2);
}

.jmc-heygen-curriculum-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.2);
}

.jmc-heygen-curriculum-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
}

/* Curriculum Summary */

.jmc-heygen-curriculum__summary {
width: min(760px, 100%);
margin: 40px auto 0;
padding: 20px 26px;
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
border: 1px solid rgba(79, 124, 255, 0.17);
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 16px 34px rgba(23, 35, 61, 0.08),
  0 6px 14px rgba(23, 35, 61, 0.04);
}

.jmc-heygen-curriculum__summary-icon {
width: 52px;
height: 52px;
flex: 0 0 52px;
display: grid;
place-items: center;
border-radius: 15px;
color: #4f7cff;
background: linear-gradient(
  145deg,
  #eaf4ff,
  #f2eeff
);
}

.jmc-heygen-curriculum__summary-icon .dashicons {
width: auto;
height: auto;
font-size: 26px;
line-height: 1;
}

.jmc-heygen-curriculum__summary-text {
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.6;
}

.jmc-heygen-curriculum__summary-text strong {
color: #17233d;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-heygen-curriculum {
  padding: 78px 22px;
}

.jmc-heygen-curriculum__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-heygen-curriculum {
  padding: 64px 15px;
}

.jmc-heygen-curriculum__header {
  margin-bottom: 38px;
}

.jmc-heygen-curriculum__eyebrow {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.jmc-heygen-curriculum__heading {
  font-size: 39px;
}

.jmc-heygen-curriculum__intro {
  font-size: 15px;
  line-height: 1.68;
}

.jmc-heygen-curriculum__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-heygen-curriculum-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 27px 23px 25px;
  border-radius: 21px;
}

.jmc-heygen-curriculum-card__icon {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
  border-radius: 17px;
}

.jmc-heygen-curriculum-card__icon .dashicons {
  font-size: 28px;
}

.jmc-heygen-curriculum-card__title {
  font-size: 23px;
}

.jmc-heygen-curriculum-card__description {
  font-size: 14px;
}

.jmc-heygen-curriculum__summary {
  width: calc(100% - 18px);
  margin-top: 30px;
  padding: 19px;
  align-items: flex-start;
}
}

@media (max-width: 430px) {
.jmc-heygen-curriculum__summary {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-curriculum-card,
.jmc-heygen-curriculum-card::before,
.jmc-heygen-curriculum-card::after {
  transition: none;
}

.jmc-heygen-curriculum-card:hover {
  transform: none;
}
}\n}.elementor .e-6eac4dd-f7d3e9d{padding:0px;flex-direction:column;/* =========================================
 HEYGEN — WHAT IS INCLUDED SECTION
 Desktop: 4 × 2 Grid
 Tablet: 2 × 4 Grid
 Mobile: 1 Column
========================================= */

.jmc-heygen-included {
position: relative;
width: 100%;
overflow: hidden;
padding: 92px 20px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 14%,
    rgba(79, 124, 255, 0.1),
    transparent 26%
  ),
  radial-gradient(
    circle at 92% 86%,
    rgba(122, 92, 250, 0.09),
    transparent 28%
  ),
  linear-gradient(
    135deg,
    #eaf4ff 0%,
    #f8fafc 50%,
    #f2eeff 100%
  );
}

.jmc-heygen-included *,
.jmc-heygen-included *::before,
.jmc-heygen-included *::after {
box-sizing: border-box;
}

.jmc-heygen-included::before {
content: "";
position: absolute;
top: -240px;
left: -150px;
width: 420px;
height: 420px;
border: 1px solid rgba(79, 124, 255, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 52px rgba(79, 124, 255, 0.02),
  0 0 0 104px rgba(32, 184, 212, 0.014);
pointer-events: none;
}

.jmc-heygen-included::after {
content: "";
position: absolute;
right: -170px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(122, 92, 250, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-included__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-heygen-included__header {
width: min(820px, 100%);
margin: 0 auto 52px;
text-align: center;
}

.jmc-heygen-included__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: rgba(255, 255, 255, 0.86);
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-heygen-included__eyebrow .dashicons {
width: auto;
height: auto;
font-size: 18px;
line-height: 1;
}

.jmc-heygen-included__heading {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(40px, 5vw, 66px);
font-weight: 700;
line-height: 1.07;
letter-spacing: -0.035em;
}

.jmc-heygen-included__heading span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-included__intro {
width: min(750px, 100%);
margin: 21px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* Included Grid */

.jmc-heygen-included__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 23px;
}

/* Included Card */

.jmc-heygen-included-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.18);

position: relative;
min-width: 0;
min-height: 270px;
overflow: hidden;
padding: 29px 24px 26px;
border: 1px solid var(--card-border);
border-radius: 23px;
background: rgba(255, 255, 255, 0.95);
box-shadow:
  0 20px 44px rgba(23, 35, 61, 0.09),
  0 7px 16px rgba(23, 35, 61, 0.05);
transition:
  transform 0.35s ease,
  border-color 0.35s ease,
  box-shadow 0.35s ease;
}

.jmc-heygen-included-card::before {
content: "";
position: absolute;
top: -62px;
right: -52px;
width: 130px;
height: 130px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.82;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-heygen-included-card::after {
content: "";
position: absolute;
right: 24px;
bottom: 0;
left: 24px;
height: 4px;
border-radius: 999px 999px 0 0;
background: var(--card-accent);
transform: scaleX(0);
transform-origin: center;
transition: transform 0.35s ease;
}

.jmc-heygen-included-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 31px 62px rgba(23, 35, 61, 0.15),
  0 12px 24px rgba(23, 35, 61, 0.08);
}

.jmc-heygen-included-card:hover::before {
transform: scale(1.18);
}

.jmc-heygen-included-card:hover::after {
transform: scaleX(1);
}

.jmc-heygen-included-card__icon {
position: relative;
z-index: 2;
width: 66px;
height: 66px;
margin-bottom: 23px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 19px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 25px rgba(23, 35, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-included-card__icon .dashicons {
width: auto;
height: auto;
font-size: 31px;
line-height: 1;
}

.jmc-heygen-included-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
font-weight: 700;
line-height: 1.25;
letter-spacing: -0.02em;
}

.jmc-heygen-included-card__line {
position: relative;
z-index: 2;
display: block;
width: 46px;
height: 3px;
margin: 15px 0;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-heygen-included-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.68;
}

/* Card Colours */

.jmc-heygen-included-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);
}

.jmc-heygen-included-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.2);
}

.jmc-heygen-included-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.2);
}

.jmc-heygen-included-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
}

/* Information Strip */

.jmc-heygen-included__strip {
width: min(920px, 100%);
margin: 42px auto 0;
padding: 22px 27px;
display: flex;
align-items: center;
justify-content: center;
gap: 19px;
border: 1px solid rgba(79, 124, 255, 0.17);
border-radius: 19px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 17px 36px rgba(23, 35, 61, 0.09),
  0 6px 14px rgba(23, 35, 61, 0.04);
}

.jmc-heygen-included__strip-icon {
width: 56px;
height: 56px;
flex: 0 0 56px;
display: grid;
place-items: center;
border-radius: 17px;
color: #4f7cff;
background: linear-gradient(
  145deg,
  #eaf4ff,
  #f2eeff,
  #e9fafd
);
}

.jmc-heygen-included__strip-icon .dashicons {
width: auto;
height: auto;
font-size: 28px;
line-height: 1;
}

.jmc-heygen-included__strip-content h3 {
margin: 0 0 6px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
line-height: 1.3;
}

.jmc-heygen-included__strip-content p {
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.6;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-heygen-included {
  padding: 78px 22px;
}

.jmc-heygen-included__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jmc-heygen-included-card {
  min-height: 250px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-heygen-included {
  padding: 64px 15px;
}

.jmc-heygen-included__header {
  margin-bottom: 38px;
}

.jmc-heygen-included__eyebrow {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.jmc-heygen-included__heading {
  font-size: 39px;
}

.jmc-heygen-included__intro {
  font-size: 15px;
  line-height: 1.68;
}

.jmc-heygen-included__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-heygen-included-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 26px 22px 24px;
  border-radius: 20px;
}

.jmc-heygen-included-card__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 17px;
}

.jmc-heygen-included-card__icon .dashicons {
  font-size: 28px;
}

.jmc-heygen-included-card__title {
  font-size: 22px;
}

.jmc-heygen-included-card__description {
  font-size: 14px;
}

.jmc-heygen-included__strip {
  width: calc(100% - 18px);
  margin-top: 32px;
  padding: 20px;
  align-items: flex-start;
}
}

@media (max-width: 430px) {
.jmc-heygen-included__strip {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-included-card,
.jmc-heygen-included-card::before,
.jmc-heygen-included-card::after {
  transition: none;
}

.jmc-heygen-included-card:hover {
  transform: none;
}
}\n}.elementor .e-2e490d3-1cd6060{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE EDUCATOR SECTION
========================================= */

.jmc-heygen-educator,
.jmc-heygen-educator * {
box-sizing: border-box;
}

.jmc-heygen-educator {
position: relative;
width: 100%;
overflow: hidden;
padding: 84px 20px 0;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(79, 124, 255, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 88%,
    rgba(122, 92, 250, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 50%,
    #eef4ff 100%
  );
}

.jmc-heygen-educator::before {
content: "";
position: absolute;
top: -180px;
right: -150px;
width: 420px;
height: 420px;
border: 1px solid rgba(122, 92, 250, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(122, 92, 250, 0.02),
  0 0 0 105px rgba(79, 124, 255, 0.014);
pointer-events: none;
}

.jmc-heygen-educator::after {
content: "";
position: absolute;
bottom: -210px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(32, 184, 212, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-educator__wrap {
position: relative;
z-index: 2;
width: min(1200px, 100%);
margin: 0 auto;
}

/* Eyebrow */

.jmc-heygen-educator__eyebrow {
width: max-content;
max-width: 100%;
margin: 0 auto 50px;
padding: 10px 28px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: #eaf4ff;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.15em;
text-align: center;
text-transform: uppercase;
box-shadow:
  0 10px 24px rgba(23, 35, 61, 0.06),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Main Grid */

.jmc-heygen-educator__grid {
display: grid;
grid-template-columns: 42% 58%;
align-items: stretch;
gap: 60px;
}

/* Educator Image */

.jmc-heygen-educator__image-box {
position: relative;
display: flex;
min-height: 550px;
align-self: stretch;
align-items: flex-end;
justify-content: center;
margin-bottom: 0;
}

.jmc-heygen-educator__circle {
position: absolute;
top: 50px;
left: 50%;
width: 465px;
height: 465px;
border: 3px solid rgba(79, 124, 255, 0.46);
border-radius: 50%;
background:
  radial-gradient(
    circle at 35% 28%,
    rgba(255, 255, 255, 0.98),
    transparent 32%
  ),
  linear-gradient(
    145deg,
    #eaf4ff 0%,
    #f2eeff 52%,
    #e9fafd 100%
  );
box-shadow:
  0 25px 50px rgba(23, 35, 61, 0.15),
  inset 0 3px 6px rgba(255, 255, 255, 0.85);
transform: translateX(-50%);
}

.jmc-heygen-educator__circle::before {
content: "";
position: absolute;
inset: 18px;
border: 1px dashed rgba(122, 92, 250, 0.43);
border-radius: 50%;
}

.jmc-heygen-educator__circle::after {
content: "";
position: absolute;
inset: 44px;
border: 1px solid rgba(32, 184, 212, 0.16);
border-radius: 50%;
}

.jmc-heygen-educator__img {
position: relative;
z-index: 2;
width: 100%;
max-width: 430px;
object-fit: contain;
object-position: center bottom;
}

/* Content */

.jmc-heygen-educator__content {
position: relative;
padding-bottom: 42px;
}

.jmc-heygen-educator__content::after {
content: "“";
position: absolute;
top: -48px;
right: 5px;
color: rgba(122, 92, 250, 0.075);
font-family: Georgia, "Times New Roman", serif;
font-size: 180px;
font-weight: 700;
line-height: 1;
pointer-events: none;
}

.jmc-heygen-educator__heading {
position: relative;
z-index: 2;
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(40px, 4.4vw, 54px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-heygen-educator__heading span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-educator__line {
width: 82px;
height: 4px;
margin: 20px 0 24px;
border-radius: 30px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-educator__name {
margin: 0 0 6px;
color: #4f7cff;
font-family: Georgia, "Times New Roman", serif;
font-size: 34px;
font-weight: 700;
}

.jmc-heygen-educator__designation {
margin: 0;
color: #525d70;
font-size: 18px;
font-weight: 700;
line-height: 1.55;
}

.jmc-heygen-educator__intro {
max-width: 720px;
margin: 19px 0 0;
color: #5e6878;
font-size: 16px;
line-height: 1.75;
}

.jmc-heygen-educator__divider {
position: relative;
width: 100%;
height: 1px;
margin: 27px 0;
border-top: 2px dotted rgba(79, 124, 255, 0.24);
}

.jmc-heygen-educator__divider::after {
content: "";
position: absolute;
top: -6px;
left: 50%;
width: 10px;
height: 10px;
border-radius: 50%;
background: #20b8d4;
}

/* Credentials */

.jmc-heygen-educator__credentials {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 13px;
margin-bottom: 27px;
}

.jmc-heygen-educator__credential {
display: flex;
min-height: 58px;
align-items: center;
gap: 12px;
padding: 13px 15px;
border: 1px solid rgba(79, 124, 255, 0.13);
border-radius: 13px;
color: #303a4a;
background: rgba(255, 255, 255, 0.88);
font-size: 15px;
font-weight: 800;
line-height: 1.4;
box-shadow:
  0 8px 18px rgba(23, 35, 61, 0.055),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
transition:
  transform 0.3s ease,
  border-color 0.3s ease,
  box-shadow 0.3s ease;
}

.jmc-heygen-educator__credential:hover {
transform: translateY(-4px);
border-color: rgba(122, 92, 250, 0.4);
box-shadow:
  0 14px 27px rgba(23, 35, 61, 0.1),
  0 6px 14px rgba(23, 35, 61, 0.05);
}

.jmc-heygen-educator__credential .dashicons {
width: auto;
height: auto;
flex: 0 0 auto;
color: #4f7cff;
font-size: 24px;
line-height: 1;
}

.jmc-heygen-educator__credential:nth-child(2) .dashicons {
color: #7a5cfa;
}

.jmc-heygen-educator__credential:nth-child(3) .dashicons {
color: #20b8d4;
}

.jmc-heygen-educator__credential:nth-child(4) .dashicons {
color: #17233d;
}

/* Expertise Tags */

.jmc-heygen-educator__expertise {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 0;
}

.jmc-heygen-educator__tag {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 7px 13px;
border: 1px solid rgba(79, 124, 255, 0.17);
border-radius: 999px;
color: #355ed8;
background: #eaf4ff;
font-size: 12px;
font-weight: 800;
}

.jmc-heygen-educator__tag:nth-child(2),
.jmc-heygen-educator__tag:nth-child(5) {
color: #6547df;
border-color: rgba(122, 92, 250, 0.18);
background: #f2eeff;
}

.jmc-heygen-educator__tag:nth-child(3),
.jmc-heygen-educator__tag:nth-child(6) {
color: #12879c;
border-color: rgba(32, 184, 212, 0.18);
background: #e9fafd;
}

.jmc-heygen-educator__tag:nth-child(4) {
color: #17233d;
border-color: rgba(23, 35, 61, 0.15);
background: #edf1f7;
}

/* Tablet */

@media (max-width: 1024px) {
.jmc-heygen-educator {
  padding: 76px 24px 0;
}

.jmc-heygen-educator__grid {
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: center;
}

.jmc-heygen-educator__image-box {
  min-height: 490px;
}

.jmc-heygen-educator__content {
  max-width: 820px;
  margin: 0 auto;
}

.jmc-heygen-educator__line {
  margin-right: auto;
  margin-left: auto;
}

.jmc-heygen-educator__intro {
  margin-right: auto;
  margin-left: auto;
}

.jmc-heygen-educator__credential {
  text-align: left;
}

.jmc-heygen-educator__expertise {
  justify-content: center;
}
}

/* Mobile */

@media (max-width: 767px) {
.jmc-heygen-educator {
  padding: 62px 16px 0;
}

.jmc-heygen-educator__eyebrow {
  margin-bottom: 32px;
  padding: 8px 19px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.jmc-heygen-educator__image-box {
  min-height: 370px;
}

.jmc-heygen-educator__circle {
  width: 315px;
  height: 315px;
}

.jmc-heygen-educator__img {
  max-width: 310px;
}

.jmc-heygen-educator__content {
  padding-bottom: 34px;
}

.jmc-heygen-educator__heading {
  font-size: 37px;
}

.jmc-heygen-educator__name {
  font-size: 29px;
}

.jmc-heygen-educator__designation {
  font-size: 16px;
}

.jmc-heygen-educator__intro {
  font-size: 15px;
}

.jmc-heygen-educator__content::after {
  top: -15px;
  right: 0;
  font-size: 95px;
}

.jmc-heygen-educator__credentials {
  grid-template-columns: 1fr;
}

.jmc-heygen-educator__credential {
  min-height: 54px;
  font-size: 14px;
  text-align: left;
}

.jmc-heygen-educator__expertise {
  justify-content: center;
}
}

@media (max-width: 370px) {
.jmc-heygen-educator__circle {
  width: 280px;
  height: 280px;
}

.jmc-heygen-educator__img {
  max-width: 280px;
}

.jmc-heygen-educator__image-box {
  min-height: 330px;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-educator__credential {
  transition: none;
}

.jmc-heygen-educator__credential:hover {
  transform: none;
}
}

/* UGC-NET qualified text */
.jmc-net-qualified-item {
overflow: visible;
}

.jmc-net-qualified-label {
position: relative;
display: inline-block;
padding-right: 48px;

font-family: Georgia, "Times New Roman", serif;
}

/* x²-style superscript */
.jmc-net-qualified-count {
position: absolute;
top: -8px;
right: 0;

margin: 0;

color: #d79a00;

font-family: Georgia, "Times New Roman", serif;
font-size: 11px;
line-height: 1;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
white-space: nowrap;
}

@media (max-width: 767px) {
.jmc-net-qualified-label {
  padding-right: 43px;
}

.jmc-net-qualified-count {
  top: -7px;
  font-size: 10px;
}
}\n}.elementor .e-d0706b5-0531e44{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE ENROLMENT PROCESS
 Desktop: 4 Steps in One Row
 Tablet: 2 × 2 Grid
 Mobile: 1 Column
========================================= */

.jmc-heygen-enrolment {
position: relative;
width: 100%;
overflow: hidden;
padding: 92px 20px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 15%,
    rgba(79, 124, 255, 0.11),
    transparent 26%
  ),
  radial-gradient(
    circle at 92% 85%,
    rgba(122, 92, 250, 0.1),
    transparent 28%
  ),
  linear-gradient(
    135deg,
    #eaf4ff 0%,
    #f8fafc 50%,
    #f2eeff 100%
  );
}

.jmc-heygen-enrolment *,
.jmc-heygen-enrolment *::before,
.jmc-heygen-enrolment *::after {
box-sizing: border-box;
}

.jmc-heygen-enrolment::before {
content: "";
position: absolute;
top: -240px;
right: -150px;
width: 430px;
height: 430px;
border: 1px solid rgba(79, 124, 255, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 52px rgba(79, 124, 255, 0.02),
  0 0 0 104px rgba(32, 184, 212, 0.014);
pointer-events: none;
}

.jmc-heygen-enrolment::after {
content: "";
position: absolute;
left: -170px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(122, 92, 250, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-enrolment__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-heygen-enrolment__header {
width: min(820px, 100%);
margin: 0 auto 56px;
text-align: center;
}

.jmc-heygen-enrolment__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-heygen-enrolment__eyebrow .dashicons {
width: auto;
height: auto;
font-size: 18px;
line-height: 1;
}

.jmc-heygen-enrolment__heading {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(40px, 5vw, 66px);
font-weight: 700;
line-height: 1.07;
letter-spacing: -0.035em;
}

.jmc-heygen-enrolment__heading span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-enrolment__intro {
width: min(740px, 100%);
margin: 21px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* Process Grid */

.jmc-heygen-enrolment__grid {
position: relative;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
}

/* Connecting Line */

.jmc-heygen-enrolment__grid::before {
content: "";
position: absolute;
top: 62px;
right: 9%;
left: 9%;
z-index: 0;
height: 2px;
background: linear-gradient(
  90deg,
  rgba(79, 124, 255, 0.3),
  rgba(122, 92, 250, 0.48),
  rgba(32, 184, 212, 0.32)
);
}

/* Step Card */

.jmc-heygen-enrolment-card {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.19);

position: relative;
z-index: 2;
min-width: 0;
min-height: 320px;
overflow: hidden;
padding: 28px 24px 27px;
border: 1px solid var(--card-border);
border-radius: 24px;
background: #ffffff;
text-align: center;
box-shadow:
  0 20px 44px rgba(23, 35, 61, 0.1),
  0 7px 17px rgba(23, 35, 61, 0.05);
transition:
  transform 0.35s ease,
  border-color 0.35s ease,
  box-shadow 0.35s ease;
}

.jmc-heygen-enrolment-card::before {
content: "";
position: absolute;
right: -58px;
bottom: -68px;
width: 155px;
height: 155px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.8;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-heygen-enrolment-card::after {
content: "";
position: absolute;
top: 0;
left: 22%;
width: 56%;
height: 4px;
border-radius: 0 0 999px 999px;
background: var(--card-accent);
}

.jmc-heygen-enrolment-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 31px 62px rgba(23, 35, 61, 0.15),
  0 12px 24px rgba(23, 35, 61, 0.08);
}

.jmc-heygen-enrolment-card:hover::before {
transform: scale(1.2);
}

/* Icon */

.jmc-heygen-enrolment-card__icon {
position: relative;
z-index: 3;
width: 72px;
height: 72px;
margin: 0 auto 23px;
display: grid;
place-items: center;
border: 7px solid #f8fafc;
border-radius: 50%;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 25px rgba(23, 35, 61, 0.11),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-enrolment-card__icon .dashicons {
width: auto;
height: auto;
font-size: 30px;
line-height: 1;
}

/* Step Number */

.jmc-heygen-enrolment-card__number {
position: relative;
z-index: 2;
display: block;
margin-bottom: 10px;
color: var(--card-accent);
font-size: 11px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.13em;
text-transform: uppercase;
}

/* Card Content */

.jmc-heygen-enrolment-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 27px;
font-weight: 700;
line-height: 1.2;
}

.jmc-heygen-enrolment-card__line {
position: relative;
z-index: 2;
display: block;
width: 46px;
height: 3px;
margin: 15px auto 17px;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-heygen-enrolment-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.68;
}

/* Card Colours */

.jmc-heygen-enrolment-card--blue {
--card-accent: #4f7cff;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.2);
}

.jmc-heygen-enrolment-card--violet {
--card-accent: #7a5cfa;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.2);
}

.jmc-heygen-enrolment-card--cyan {
--card-accent: #20b8d4;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.2);
}

.jmc-heygen-enrolment-card--navy {
--card-accent: #17233d;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
}

/* CTA Panel */

.jmc-heygen-enrolment__cta {
width: min(900px, 100%);
margin: 44px auto 0;
padding: 24px 27px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 20px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 18px 38px rgba(23, 35, 61, 0.09),
  0 6px 15px rgba(23, 35, 61, 0.04);
}

.jmc-heygen-enrolment__cta-content {
min-width: 0;
}

.jmc-heygen-enrolment__cta-title {
margin: 0 0 6px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
line-height: 1.3;
}

.jmc-heygen-enrolment__cta-text {
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.6;
}

.jmc-heygen-enrolment__button {
flex: 0 0 auto;
min-height: 52px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
padding: 14px 25px;
border: 1px solid rgba(79, 124, 255, 0.22);
border-radius: 12px;
color: #ffffff;
background: linear-gradient(
  135deg,
  #4f7cff 0%,
  #7a5cfa 58%,
  #20b8d4 100%
);
box-shadow:
  0 13px 28px rgba(79, 124, 255, 0.26),
  inset 0 1px 0 rgba(255, 255, 255, 0.22);
font-size: 15px;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-heygen-enrolment__button:hover,
.jmc-heygen-enrolment__button:focus-visible {
color: #ffffff;
transform: translateY(-2px);
box-shadow:
  0 18px 36px rgba(122, 92, 250, 0.3),
  inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.jmc-heygen-enrolment__button:focus-visible {
outline: 3px solid rgba(79, 124, 255, 0.25);
outline-offset: 3px;
}

.jmc-heygen-enrolment__button .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-heygen-enrolment {
  padding: 78px 22px;
}

.jmc-heygen-enrolment__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jmc-heygen-enrolment__grid::before {
  display: none;
}

.jmc-heygen-enrolment-card {
  min-height: 290px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-heygen-enrolment {
  padding: 64px 15px;
}

.jmc-heygen-enrolment__header {
  margin-bottom: 40px;
}

.jmc-heygen-enrolment__eyebrow {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.jmc-heygen-enrolment__heading {
  font-size: 39px;
}

.jmc-heygen-enrolment__intro {
  font-size: 15px;
  line-height: 1.68;
}

.jmc-heygen-enrolment__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-heygen-enrolment-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 27px 23px 25px;
  border-radius: 21px;
}

.jmc-heygen-enrolment-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.jmc-heygen-enrolment-card__icon .dashicons {
  font-size: 27px;
}

.jmc-heygen-enrolment-card__title {
  font-size: 25px;
}

.jmc-heygen-enrolment-card__description {
  font-size: 14px;
}

.jmc-heygen-enrolment__cta {
  width: calc(100% - 18px);
  margin-top: 34px;
  padding: 22px 20px;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.jmc-heygen-enrolment__button {
  width: 100%;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-enrolment-card,
.jmc-heygen-enrolment-card::before,
.jmc-heygen-enrolment__button {
  transition: none;
}

.jmc-heygen-enrolment-card:hover,
.jmc-heygen-enrolment__button:hover {
  transform: none;
}
}\n}.elementor .e-e21290b-f2d4c6a{padding:0px;flex-direction:column;/* =========================================
 HEYGEN COURSE FAQ SECTION
 CSS-Only Accordion — No JavaScript
 Desktop: 2 Columns
 Mobile: 1 Column
========================================= */

.jmc-heygen-faq {
position: relative;
width: 100%;
overflow: hidden;
padding: 92px 20px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 15%,
    rgba(79, 124, 255, 0.09),
    transparent 26%
  ),
  radial-gradient(
    circle at 92% 86%,
    rgba(122, 92, 250, 0.09),
    transparent 28%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%
  );
}

.jmc-heygen-faq *,
.jmc-heygen-faq *::before,
.jmc-heygen-faq *::after {
box-sizing: border-box;
}

.jmc-heygen-faq::before {
content: "";
position: absolute;
top: -230px;
right: -140px;
width: 420px;
height: 420px;
border: 1px solid rgba(79, 124, 255, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 50px rgba(79, 124, 255, 0.018),
  0 0 0 100px rgba(32, 184, 212, 0.012);
pointer-events: none;
}

.jmc-heygen-faq::after {
content: "";
position: absolute;
bottom: -190px;
left: -125px;
width: 320px;
height: 320px;
border: 1px solid rgba(122, 92, 250, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-faq__container {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}

/* Header */

.jmc-heygen-faq__header {
width: min(820px, 100%);
margin: 0 auto 52px;
text-align: center;
}

.jmc-heygen-faq__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(79, 124, 255, 0.18);
border-radius: 999px;
color: #355ed8;
background: #eaf4ff;
box-shadow: 0 8px 20px rgba(23, 35, 61, 0.05);
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-heygen-faq__eyebrow .dashicons {
width: auto;
height: auto;
font-size: 18px;
line-height: 1;
}

.jmc-heygen-faq__heading {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(40px, 5vw, 66px);
font-weight: 700;
line-height: 1.07;
letter-spacing: -0.035em;
}

.jmc-heygen-faq__heading span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-faq__intro {
width: min(750px, 100%);
margin: 21px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* FAQ Grid */

.jmc-heygen-faq__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: start;
gap: 18px 22px;
}

.jmc-heygen-faq__column {
display: flex;
flex-direction: column;
gap: 18px;
}

/* FAQ Item */

.jmc-heygen-faq__item {
--faq-accent: #4f7cff;
--faq-soft: #eaf4ff;
--faq-border: rgba(79, 124, 255, 0.18);

position: relative;
overflow: hidden;
border: 1px solid var(--faq-border);
border-radius: 18px;
background: rgba(255, 255, 255, 0.96);
box-shadow:
  0 14px 34px rgba(23, 35, 61, 0.08),
  0 5px 14px rgba(23, 35, 61, 0.04);
transition:
  border-color 0.3s ease,
  box-shadow 0.3s ease,
  transform 0.3s ease;
}

.jmc-heygen-faq__item::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--faq-accent);
}

.jmc-heygen-faq__item:hover {
border-color: var(--faq-accent);
transform: translateY(-3px);
box-shadow:
  0 20px 44px rgba(23, 35, 61, 0.12),
  0 8px 18px rgba(23, 35, 61, 0.06);
}

.jmc-heygen-faq__item[open] {
border-color: var(--faq-accent);
box-shadow:
  0 20px 44px rgba(23, 35, 61, 0.12),
  0 8px 18px rgba(23, 35, 61, 0.06);
}

/* Remove Default Marker */

.jmc-heygen-faq__question {
position: relative;
display: flex;
align-items: center;
gap: 14px;
min-height: 76px;
padding: 19px 58px 19px 22px;
color: #17233d;
cursor: pointer;
list-style: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 16px;
font-weight: 700;
line-height: 1.4;
}

.jmc-heygen-faq__question::-webkit-details-marker {
display: none;
}

.jmc-heygen-faq__question::marker {
display: none;
content: "";
}

.jmc-heygen-faq__question-icon {
width: 40px;
height: 40px;
flex: 0 0 40px;
display: grid;
place-items: center;
border: 1px solid var(--faq-border);
border-radius: 12px;
color: var(--faq-accent);
background: var(--faq-soft);
}

.jmc-heygen-faq__question-icon .dashicons {
width: auto;
height: auto;
font-size: 20px;
line-height: 1;
}

/* Plus and Minus Icon */

.jmc-heygen-faq__toggle {
position: absolute;
top: 50%;
right: 20px;
width: 30px;
height: 30px;
border: 1px solid var(--faq-border);
border-radius: 50%;
background: var(--faq-soft);
transform: translateY(-50%);
}

.jmc-heygen-faq__toggle::before,
.jmc-heygen-faq__toggle::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
border-radius: 999px;
background: var(--faq-accent);
transform: translate(-50%, -50%);
transition: transform 0.3s ease;
}

.jmc-heygen-faq__toggle::before {
width: 12px;
height: 2px;
}

.jmc-heygen-faq__toggle::after {
width: 2px;
height: 12px;
}

.jmc-heygen-faq__item[open]
.jmc-heygen-faq__toggle::after {
transform: translate(-50%, -50%) rotate(90deg);
}

/* Answer */

.jmc-heygen-faq__answer {
padding: 0 23px 22px 77px;
}

.jmc-heygen-faq__answer p {
margin: 0;
padding-top: 17px;
border-top: 1px solid rgba(23, 35, 61, 0.09);
color: #5e6878;
font-size: 15px;
line-height: 1.72;
}

.jmc-heygen-faq__answer strong {
color: #17233d;
}

/* Item Variations */

.jmc-heygen-faq__item--blue {
--faq-accent: #4f7cff;
--faq-soft: #eaf4ff;
--faq-border: rgba(79, 124, 255, 0.19);
}

.jmc-heygen-faq__item--violet {
--faq-accent: #7a5cfa;
--faq-soft: #f2eeff;
--faq-border: rgba(122, 92, 250, 0.19);
}

.jmc-heygen-faq__item--cyan {
--faq-accent: #20b8d4;
--faq-soft: #e9fafd;
--faq-border: rgba(32, 184, 212, 0.19);
}

.jmc-heygen-faq__item--navy {
--faq-accent: #17233d;
--faq-soft: #edf1f7;
--faq-border: rgba(23, 35, 61, 0.17);
}

/* Support Strip */

.jmc-heygen-faq__support {
width: min(860px, 100%);
margin: 42px auto 0;
padding: 22px 26px;
display: flex;
align-items: center;
justify-content: center;
gap: 19px;
border: 1px solid rgba(79, 124, 255, 0.17);
border-radius: 19px;
background: linear-gradient(
  135deg,
  rgba(234, 244, 255, 0.9),
  rgba(242, 238, 255, 0.9),
  rgba(233, 250, 253, 0.9)
);
box-shadow:
  0 17px 36px rgba(23, 35, 61, 0.09),
  0 6px 14px rgba(23, 35, 61, 0.04);
}

.jmc-heygen-faq__support-icon {
width: 56px;
height: 56px;
flex: 0 0 56px;
display: grid;
place-items: center;
border: 1px solid rgba(79, 124, 255, 0.16);
border-radius: 17px;
color: #4f7cff;
background: #ffffff;
}

.jmc-heygen-faq__support-icon .dashicons {
width: auto;
height: auto;
font-size: 28px;
line-height: 1;
}

.jmc-heygen-faq__support-content h3 {
margin: 0 0 5px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
line-height: 1.3;
}

.jmc-heygen-faq__support-content p {
margin: 0;
color: #5e6878;
font-size: 15px;
line-height: 1.6;
}

/* Tablet */

@media (max-width: 900px) {
.jmc-heygen-faq {
  padding: 78px 22px;
}

.jmc-heygen-faq__grid {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-heygen-faq {
  padding: 64px 15px;
}

.jmc-heygen-faq__header {
  margin-bottom: 38px;
}

.jmc-heygen-faq__eyebrow {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.jmc-heygen-faq__heading {
  font-size: 39px;
}

.jmc-heygen-faq__intro {
  font-size: 15px;
  line-height: 1.68;
}

.jmc-heygen-faq__column {
  gap: 15px;
}

.jmc-heygen-faq__question {
  min-height: 70px;
  padding: 17px 51px 17px 17px;
  gap: 11px;
  font-size: 17px;
}

.jmc-heygen-faq__question-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 10px;
}

.jmc-heygen-faq__question-icon .dashicons {
  font-size: 18px;
}

.jmc-heygen-faq__toggle {
  right: 15px;
  width: 27px;
  height: 27px;
}

.jmc-heygen-faq__answer {
  padding: 0 18px 19px;
}

.jmc-heygen-faq__answer p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.68;
}

.jmc-heygen-faq__support {
  width: calc(100% - 18px);
  margin-top: 32px;
  padding: 20px;
  align-items: flex-start;
}
}

@media (max-width: 430px) {
.jmc-heygen-faq__support {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-faq__item,
.jmc-heygen-faq__toggle::before,
.jmc-heygen-faq__toggle::after {
  transition: none;
}

.jmc-heygen-faq__item:hover {
  transform: none;
}
}\n}.elementor .e-cbc7086-90e4b12{padding:0px;flex-direction:column;/* =========================================
 HEYGEN EXPLORE MORE COURSES SECTION
 Desktop: 4 Cards
 Tablet: 2 × 2
 Mobile: 1 Column
========================================= */

.jmc-heygen-more-courses,
.jmc-heygen-more-courses * {
box-sizing: border-box;
}

.jmc-heygen-more-courses {
position: relative;
width: 100%;
overflow: hidden;
padding: 88px 22px;
color: #17233d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 7% 14%,
    rgba(79, 124, 255, 0.1),
    transparent 24%
  ),
  radial-gradient(
    circle at 93% 86%,
    rgba(122, 92, 250, 0.09),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #eaf4ff 0%,
    #f8fafc 52%,
    #f2eeff 100%
  );
}

.jmc-heygen-more-courses::before {
content: "";
position: absolute;
top: -170px;
left: -150px;
width: 410px;
height: 410px;
border: 1px solid rgba(79, 124, 255, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(79, 124, 255, 0.022),
  0 0 0 105px rgba(32, 184, 212, 0.017);
pointer-events: none;
}

.jmc-heygen-more-courses::after {
content: "";
position: absolute;
right: -170px;
bottom: -210px;
width: 350px;
height: 350px;
border: 1px solid rgba(122, 92, 250, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-heygen-more-courses__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* =========================================
 SECTION HEADER
========================================= */

.jmc-heygen-more-courses__header {
max-width: 800px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-heygen-more-courses__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 17px;
color: #4f7cff;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-heygen-more-courses__eyebrow::before,
.jmc-heygen-more-courses__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

.jmc-heygen-more-courses__title {
margin: 0;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 4.8vw, 62px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-heygen-more-courses__title span {
background: linear-gradient(
  90deg,
  #4f7cff 0%,
  #7a5cfa 52%,
  #20b8d4 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-heygen-more-courses__intro {
max-width: 720px;
margin: 20px auto 0;
color: #5e6878;
font-size: 17px;
line-height: 1.75;
}

/* =========================================
 COURSE GRID
========================================= */

.jmc-heygen-more-courses__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
}

/* =========================================
 COURSE CARD
========================================= */

.jmc-heygen-more-course-card {
--card-accent: #4f7cff;
--card-secondary: #20b8d4;
--card-soft: #eaf4ff;
--card-border: rgba(79, 124, 255, 0.18);

position: relative;
min-width: 0;
min-height: 430px;
overflow: hidden;
display: flex;
flex-direction: column;
border: 1px solid var(--card-border);
border-radius: 24px;
background: rgba(255, 255, 255, 0.97);
box-shadow:
  0 20px 44px rgba(23, 35, 61, 0.09),
  0 7px 17px rgba(23, 35, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-heygen-more-course-card:nth-child(2) {
--card-accent: #7a5cfa;
--card-secondary: #9d7cff;
--card-soft: #f2eeff;
--card-border: rgba(122, 92, 250, 0.19);
}

.jmc-heygen-more-course-card:nth-child(3) {
--card-accent: #20b8d4;
--card-secondary: #4f7cff;
--card-soft: #e9fafd;
--card-border: rgba(32, 184, 212, 0.19);
}

.jmc-heygen-more-course-card:nth-child(4) {
--card-accent: #17233d;
--card-secondary: #4f7cff;
--card-soft: #edf1f7;
--card-border: rgba(23, 35, 61, 0.18);
}

.jmc-heygen-more-course-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 30px 62px rgba(23, 35, 61, 0.14),
  0 12px 24px rgba(23, 35, 61, 0.08);
}

/* Thumbnail */

.jmc-heygen-more-course-card__media {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
background: var(--card-soft);
}

.jmc-heygen-more-course-card__media::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
  180deg,
  transparent 48%,
  rgba(23, 35, 61, 0.34) 100%
);
pointer-events: none;
}

.jmc-heygen-more-course-card__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.45s ease;
}

.jmc-heygen-more-course-card:hover
.jmc-heygen-more-course-card__image {
transform: scale(1.045);
}

.jmc-heygen-more-course-card__type {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
display: inline-flex;
min-height: 30px;
align-items: center;
padding: 6px 11px;
border: 1px solid var(--card-border);
border-radius: 999px;
color: var(--card-accent);
background: rgba(255, 255, 255, 0.94);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.07em;
text-transform: uppercase;
box-shadow: 0 7px 17px rgba(23, 35, 61, 0.12);
backdrop-filter: blur(6px);
}

/* Card Content */

.jmc-heygen-more-course-card__content {
display: flex;
flex: 1;
flex-direction: column;
padding: 24px 22px 22px;
}

.jmc-heygen-more-course-card__title {
margin: 0 0 12px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
line-height: 1.25;
letter-spacing: -0.015em;
}

.jmc-heygen-more-course-card__description {
margin: 0;
color: #5e6878;
font-size: 14px;
line-height: 1.68;
}

/* Card Button */

.jmc-heygen-more-course-card__button {
display: inline-flex;
width: 100%;
min-height: 46px;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: auto;
padding: 12px 16px;
border-radius: 13px;
color: #ffffff;
background: linear-gradient(
  135deg,
  var(--card-accent),
  var(--card-secondary)
);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 10px 20px rgba(23, 35, 61, 0.16);
transition:
  transform 0.25s ease,
  filter 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-heygen-more-course-card__button:hover,
.jmc-heygen-more-course-card__button:focus-visible {
color: #ffffff;
transform: translateY(-2px);
filter: brightness(0.94);
box-shadow: 0 14px 26px rgba(23, 35, 61, 0.23);
}

.jmc-heygen-more-course-card__button:focus-visible {
outline: 3px solid var(--card-soft);
outline-offset: 3px;
}

.jmc-heygen-more-course-card__button .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* =========================================
 BOTTOM CTA
========================================= */

.jmc-heygen-more-courses__footer {
display: flex;
max-width: 900px;
align-items: center;
justify-content: space-between;
gap: 26px;
margin: 40px auto 0;
padding: 24px 27px;
border: 1px solid rgba(79, 124, 255, 0.15);
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 14px 32px rgba(23, 35, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-heygen-more-courses__footer-content {
min-width: 0;
}

.jmc-heygen-more-courses__footer-content h3 {
margin: 0 0 6px;
color: #17233d;
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
line-height: 1.25;
}

.jmc-heygen-more-courses__footer-content p {
margin: 0;
color: #5e6878;
font-size: 14px;
line-height: 1.6;
}

.jmc-heygen-more-courses__footer-button {
flex: 0 0 auto;
display: inline-flex;
min-height: 46px;
align-items: center;
justify-content: center;
gap: 9px;
padding: 12px 21px;
border-radius: 999px;
color: #ffffff;
background: linear-gradient(
  135deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(79, 124, 255, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-heygen-more-courses__footer-button:hover,
.jmc-heygen-more-courses__footer-button:focus-visible {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(122, 92, 250, 0.3);
}

.jmc-heygen-more-courses__footer-button:focus-visible {
outline: 3px solid rgba(79, 124, 255, 0.24);
outline-offset: 3px;
}

.jmc-heygen-more-courses__footer-button .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* =========================================
 TABLET
========================================= */

@media screen and (max-width: 980px) {
.jmc-heygen-more-courses {
  padding: 76px 22px;
}

.jmc-heygen-more-courses__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 850px;
  margin: 0 auto;
}

.jmc-heygen-more-course-card {
  min-height: 420px;
}
}

/* =========================================
 MOBILE
========================================= */

@media screen and (max-width: 620px) {
.jmc-heygen-more-courses {
  padding: 62px 14px;
}

.jmc-heygen-more-courses__header {
  margin-bottom: 38px;
}

.jmc-heygen-more-courses__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jmc-heygen-more-courses__eyebrow::before,
.jmc-heygen-more-courses__eyebrow::after {
  width: 24px;
}

.jmc-heygen-more-courses__title {
  font-size: 38px;
}

.jmc-heygen-more-courses__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-heygen-more-courses__grid {
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 430px;
}

.jmc-heygen-more-course-card {
  width: calc(100% - 10px);
  min-height: auto;
  justify-self: center;
  border-radius: 20px;
}

.jmc-heygen-more-course-card__content {
  padding: 22px 20px 20px;
}

.jmc-heygen-more-course-card__title {
  font-size: 22px;
}

.jmc-heygen-more-course-card__description {
  font-size: 14px;
  line-height: 1.65;
}

.jmc-heygen-more-course-card__button {
  margin-top: 22px;
}

.jmc-heygen-more-courses__footer {
  width: calc(100% - 10px);
  max-width: 420px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  padding: 21px 19px;
  text-align: center;
}

.jmc-heygen-more-courses__footer-button {
  width: 100%;
}
}

@media screen and (max-width: 380px) {
.jmc-heygen-more-courses {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-heygen-more-courses__title {
  font-size: 35px;
}

.jmc-heygen-more-course-card,
.jmc-heygen-more-courses__footer {
  width: 100%;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-more-course-card,
.jmc-heygen-more-course-card__image,
.jmc-heygen-more-course-card__button,
.jmc-heygen-more-courses__footer-button {
  transition: none;
}

.jmc-heygen-more-course-card:hover,
.jmc-heygen-more-course-card__button:hover,
.jmc-heygen-more-courses__footer-button:hover {
  transform: none;
}
}\n}.elementor .e-9436c73-1a1acfc{padding:0px;flex-direction:column;/* =========================================
 HEYGEN FINAL CONVERSION SECTION
 Dark Navy + Blue + Violet + Cyan Theme
========================================= */

.jmc-heygen-final-conversion,
.jmc-heygen-final-conversion * {
box-sizing: border-box;
}

.jmc-heygen-final-conversion {
position: relative;
width: 100%;
overflow: hidden;
padding: 96px 22px;
color: #ffffff;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 12% 18%,
    rgba(79, 124, 255, 0.25),
    transparent 29%
  ),
  radial-gradient(
    circle at 88% 82%,
    rgba(122, 92, 250, 0.25),
    transparent 31%
  ),
  radial-gradient(
    circle at 50% 105%,
    rgba(32, 184, 212, 0.19),
    transparent 34%
  ),
  linear-gradient(
    135deg,
    #0d152b 0%,
    #17233d 44%,
    #272052 72%,
    #0f3b49 100%
  );
}

.jmc-heygen-final-conversion::before {
content: "";
position: absolute;
top: -180px;
right: -120px;
width: 430px;
height: 430px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 50%;
box-shadow:
  0 0 0 60px rgba(122, 92, 250, 0.04),
  0 0 0 120px rgba(79, 124, 255, 0.025);
pointer-events: none;
}

.jmc-heygen-final-conversion::after {
content: "";
position: absolute;
bottom: -210px;
left: -160px;
width: 430px;
height: 430px;
border: 1px solid rgba(32, 184, 212, 0.14);
border-radius: 50%;
background: rgba(255, 255, 255, 0.025);
pointer-events: none;
}

.jmc-heygen-final-conversion__container {
position: relative;
z-index: 2;
width: min(1040px, 100%);
margin: 0 auto;
text-align: center;
}

/* Eyebrow */

.jmc-heygen-final-conversion__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 22px;
color: #c8d7ff;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.17em;
text-transform: uppercase;
}

.jmc-heygen-final-conversion__eyebrow::before,
.jmc-heygen-final-conversion__eyebrow::after {
content: "";
width: 44px;
height: 1px;
background: linear-gradient(
  90deg,
  #4f7cff,
  #7a5cfa,
  #20b8d4
);
}

/* Main Heading */

.jmc-heygen-final-conversion__title {
max-width: 980px;
margin: 0 auto;
color: #ffffff;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(45px, 6vw, 50px);
font-weight: 700;
line-height: 1.05;
letter-spacing: -0.04em;
}

.jmc-heygen-final-conversion__title span {
display: block;
background: linear-gradient(
  90deg,
  #89a8ff 0%,
  #b8a4ff 52%,
  #6ddbea 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

/* Supporting Text */

.jmc-heygen-final-conversion__text {
max-width: 800px;
margin: 25px auto 0;
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
line-height: 1.75;
}

/* CTA Button */

.jmc-heygen-final-conversion__button {
display: inline-flex;
min-height: 57px;
align-items: center;
justify-content: center;
gap: 11px;
margin-top: 34px;
padding: 15px 32px;
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 999px;
color: #17233d;
background: linear-gradient(
  135deg,
  #ffffff 0%,
  #eaf4ff 35%,
  #f2eeff 68%,
  #e9fafd 100%
);
text-decoration: none;
font-size: 15px;
font-weight: 800;
box-shadow:
  0 18px 38px rgba(0, 0, 0, 0.3),
  0 8px 22px rgba(79, 124, 255, 0.22),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
transition:
  transform 0.3s ease,
  box-shadow 0.3s ease,
  background 0.3s ease;
}

.jmc-heygen-final-conversion__button:hover,
.jmc-heygen-final-conversion__button:focus-visible {
color: #0d152b;
background: linear-gradient(
  135deg,
  #dbe7ff,
  #ddd4ff,
  #c9f2f8
);
transform: translateY(-3px);
box-shadow:
  0 24px 48px rgba(0, 0, 0, 0.36),
  0 10px 28px rgba(79, 124, 255, 0.22),
  0 10px 28px rgba(122, 92, 250, 0.2);
}

.jmc-heygen-final-conversion__button:focus-visible {
outline: 3px solid rgba(255, 255, 255, 0.68);
outline-offset: 4px;
}

.jmc-heygen-final-conversion__button .dashicons {
width: auto;
height: auto;
font-size: 20px;
line-height: 1;
}

/* Supporting Benefits */

.jmc-heygen-final-conversion__features {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px 24px;
margin-top: 30px;
}

.jmc-heygen-final-conversion__feature {
display: inline-flex;
align-items: center;
gap: 8px;
color: rgba(255, 255, 255, 0.84);
font-size: 14px;
font-weight: 700;
}

.jmc-heygen-final-conversion__feature .dashicons {
width: auto;
height: auto;
color: #89a8ff;
font-size: 19px;
line-height: 1;
}

.jmc-heygen-final-conversion__feature:nth-child(2) .dashicons {
color: #6ddbea;
}

.jmc-heygen-final-conversion__feature:nth-child(3) .dashicons {
color: #b8a4ff;
}

/* Tablet */

@media screen and (max-width: 900px) {
.jmc-heygen-final-conversion {
  padding: 82px 22px;
}

.jmc-heygen-final-conversion__title {
  max-width: 780px;
}
}

/* Mobile */

@media screen and (max-width: 767px) {
.jmc-heygen-final-conversion {
  padding: 68px 18px;
}

.jmc-heygen-final-conversion__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.jmc-heygen-final-conversion__eyebrow::before,
.jmc-heygen-final-conversion__eyebrow::after {
  width: 24px;
}

.jmc-heygen-final-conversion__title {
  font-size: 42px;
  line-height: 1.08;
}

.jmc-heygen-final-conversion__text {
  max-width: 520px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.jmc-heygen-final-conversion__button {
  width: min(100%, 330px);
  min-height: 52px;
  margin-top: 28px;
  padding: 14px 23px;
}

.jmc-heygen-final-conversion__features {
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
}
}

@media screen and (max-width: 390px) {
.jmc-heygen-final-conversion {
  padding: 60px 15px;
}

.jmc-heygen-final-conversion__title {
  font-size: 37px;
}

.jmc-heygen-final-conversion__text {
  font-size: 15px;
}

.jmc-heygen-final-conversion__button {
  width: 100%;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-heygen-final-conversion__button {
  transition: none;
}

.jmc-heygen-final-conversion__button:hover {
  transform: none;
}
}\n}