.elementor .e-9dd225b{padding:0px;flex-direction:column;}.elementor .e-474f8e5-a88438d{padding:0px;flex-direction:column;}.elementor .e-f4685f7-43cfabb{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING COURSE SNAPSHOT
 Desktop: 6 Cards
 Tablet: 2 Columns
 Mobile: 1 Column
========================================= */

.jmc-publish-snapshot {
position: relative;
overflow: hidden;
padding: 90px 20px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 7% 13%,
    rgba(195, 145, 63, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 93% 87%,
    rgba(23, 107, 91, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f7f3 100%
  );
}

.jmc-publish-snapshot *,
.jmc-publish-snapshot *::before,
.jmc-publish-snapshot *::after {
box-sizing: border-box;
}

.jmc-publish-snapshot::before {
content: "";
position: absolute;
top: -185px;
left: -155px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(23, 107, 91, 0.02),
  0 0 0 105px rgba(195, 145, 63, 0.015);
pointer-events: none;
}

.jmc-publish-snapshot::after {
content: "";
position: absolute;
right: -170px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(195, 145, 63, 0.12);
border-radius: 50%;
pointer-events: none;
}

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

/* Section Header */

.jmc-publish-snapshot__header {
max-width: 790px;
margin: 0 auto 54px;
text-align: center;
}

.jmc-publish-snapshot__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 17px;
color: #176b5b;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-publish-snapshot__eyebrow .dashicons {
width: auto;
height: auto;
color: #c3913f;
font-size: 19px;
line-height: 1;
}

.jmc-publish-snapshot__heading {
margin: 0;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 5vw, 64px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-publish-snapshot__heading span {
color: #176b5b;
}

.jmc-publish-snapshot__intro {
max-width: 700px;
margin: 20px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* Snapshot Grid */

.jmc-publish-snapshot__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 23px;
align-items: stretch;
}

/* Snapshot Card */

.jmc-publish-snapshot-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.16);

position: relative;
min-width: 0;
min-height: 315px;
overflow: hidden;
padding: 27px 25px;
border: 1px solid var(--card-border);
border-radius: 23px;
background: #ffffff;
box-shadow:
  0 19px 42px rgba(23, 35, 60, 0.09),
  0 6px 16px rgba(23, 35, 60, 0.05);
transition:
  transform 0.35s ease,
  border-color 0.35s ease,
  box-shadow 0.35s ease;
}

.jmc-publish-snapshot-card::before {
content: "";
position: absolute;
right: -72px;
bottom: -80px;
width: 185px;
height: 185px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.78;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-publish-snapshot-card::after {
content: "";
position: absolute;
top: 0;
left: 26px;
width: calc(100% - 52px);
height: 4px;
border-radius: 0 0 999px 999px;
background:
  linear-gradient(
    90deg,
    var(--card-accent),
    #c3913f
  );
}

.jmc-publish-snapshot-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 29px 60px rgba(23, 35, 60, 0.14),
  0 11px 23px rgba(23, 35, 60, 0.08);
}

.jmc-publish-snapshot-card:hover::before {
transform: scale(1.22);
}

/* Card Themes */

.jmc-publish-snapshot-card--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.17);
}

.jmc-publish-snapshot-card--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.2);
}

.jmc-publish-snapshot-card--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.17);
}

/* Card Top */

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

.jmc-publish-snapshot-card__icon {
width: 62px;
height: 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 13px 24px rgba(23, 35, 60, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

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

.jmc-publish-snapshot-card__number {
color: rgba(23, 35, 60, 0.11);
font-family: Georgia, "Times New Roman", serif;
font-size: 37px;
font-weight: 700;
line-height: 1;
}

/* Card Content */

.jmc-publish-snapshot-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
line-height: 1.25;
}

.jmc-publish-snapshot-card__line {
position: relative;
z-index: 2;
width: 50px;
height: 3px;
margin: 15px 0;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-publish-snapshot-card__value {
position: relative;
z-index: 2;
margin: 0 0 10px;
color: var(--card-accent);
font-size: 16px;
font-weight: 800;
line-height: 1.4;
}

.jmc-publish-snapshot-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #626b78;
font-size: 14px;
line-height: 1.7;
}

/* Topic Strip */

.jmc-publish-snapshot__strip {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 38px;
padding: 19px 22px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 18px;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 13px 30px rgba(23, 35, 60, 0.07);
}

.jmc-publish-snapshot__strip-item {
display: inline-flex;
min-height: 34px;
align-items: center;
padding: 7px 14px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 999px;
color: #176b5b;
background: #eef4f0;
font-size: 12px;
font-weight: 800;
}

.jmc-publish-snapshot__strip-item:nth-child(even) {
color: #9a6925;
border-color: rgba(195, 145, 63, 0.2);
background: #f6eedc;
}

/* Tablet */

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

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

.jmc-publish-snapshot-card {
  min-height: 300px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-publish-snapshot {
  padding: 64px 14px;
}

.jmc-publish-snapshot__header {
  margin-bottom: 38px;
}

.jmc-publish-snapshot__eyebrow {
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-publish-snapshot__heading {
  font-size: 39px;
}

.jmc-publish-snapshot__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-publish-snapshot__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-publish-snapshot-card {
  width: calc(100% - 22px);
  max-width: 410px;
  min-height: auto;
  justify-self: center;
  padding: 25px 22px;
  border-radius: 21px;
}

.jmc-publish-snapshot-card__icon {
  width: 57px;
  height: 57px;
}

.jmc-publish-snapshot-card__icon .dashicons {
  font-size: 26px;
}

.jmc-publish-snapshot-card__number {
  font-size: 33px;
}

.jmc-publish-snapshot-card__title {
  font-size: 22px;
}

.jmc-publish-snapshot-card__description {
  font-size: 14px;
  line-height: 1.65;
}

.jmc-publish-snapshot__strip {
  width: calc(100% - 22px);
  max-width: 410px;
  margin: 28px auto 0;
  padding: 17px 14px;
}
}

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

.jmc-publish-snapshot-card:hover {
  transform: none;
}
}\n}.elementor .e-0b70ebf{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING COURSE OVERVIEW VIDEO
========================================= */

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

.jmc-publish-video {
--video-text: #17233c;
--video-muted: #626b78;
--video-emerald: #176b5b;
--video-teal: #278a7a;
--video-gold: #c3913f;
--video-navy: #253b63;

position: relative;
width: 100%;
overflow: hidden;
padding: 94px 20px;
color: var(--video-text);
font-family: Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(195, 145, 63, 0.1),
    transparent 28%
  ),
  radial-gradient(
    circle at 92% 82%,
    rgba(23, 107, 91, 0.1),
    transparent 28%
  ),
  linear-gradient(
    135deg,
    #f6eedc 0%,
    #f8f7f3 50%,
    #eef4f0 100%
  );
}

.jmc-publish-video::before {
content: "";
position: absolute;
top: -280px;
left: -170px;
width: 460px;
height: 460px;
border: 1px solid rgba(195, 145, 63, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(195, 145, 63, 0.018),
  0 0 0 96px rgba(23, 107, 91, 0.012);
pointer-events: none;
}

.jmc-publish-video::after {
content: "";
position: absolute;
right: -170px;
bottom: -230px;
width: 370px;
height: 370px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 50%;
pointer-events: none;
}

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

/* Header */

.jmc-publish-video__header {
width: min(840px, 100%);
margin: 0 auto 46px;
text-align: center;
}

.jmc-publish-video__badge {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin: 0 auto 18px;
padding: 9px 17px;
border: 1px solid rgba(23, 107, 91, 0.17);
border-radius: 999px;
color: #176b5b;
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 8px 20px rgba(23, 35, 60, 0.05);
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.6px;
text-transform: uppercase;
}

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

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

.jmc-publish-video__heading span {
color: #176b5b;
}

.jmc-publish-video__heading span::after {
content: "";
display: block;
width: 68px;
height: 3px;
margin: 12px auto 0;
border-radius: 999px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

.jmc-publish-video__intro {
width: min(760px, 100%);
margin: 22px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* Main Layout */

.jmc-publish-video__layout {
display: grid;
grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.75fr);
align-items: stretch;
gap: 30px;
}

/* Video Player */

.jmc-publish-video__player-card {
position: relative;
padding: 14px;
border: 1px solid rgba(23, 107, 91, 0.15);
border-radius: 26px;
background: rgba(255, 255, 255, 0.94);
box-shadow:
  0 26px 68px rgba(23, 35, 60, 0.14),
  0 8px 22px rgba(23, 35, 60, 0.06);
}

.jmc-publish-video__player-card::before {
content: "";
position: absolute;
inset: -1px;
z-index: -1;
border-radius: 27px;
background:
  linear-gradient(
    135deg,
    rgba(23, 107, 91, 0.28),
    rgba(195, 145, 63, 0.22),
    transparent 65%
  );
}

.jmc-publish-video__responsive {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 56.25%;
border-radius: 18px;
background: #17233c;
}

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

/* Details Card */

.jmc-publish-video__details {
display: flex;
flex-direction: column;
justify-content: center;
padding: 34px 30px;
border: 1px solid rgba(37, 59, 99, 0.14);
border-radius: 24px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 20px 52px rgba(23, 35, 60, 0.11),
  0 6px 16px rgba(23, 35, 60, 0.05);
}

.jmc-publish-video__details-label {
margin: 0 0 12px;
color: #b57f2f;
font-size: 13px;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-publish-video__details-title {
margin: 0;
color: #17233c;
font-family: "Times New Roman", Times, serif;
font-size: 34px;
line-height: 1.15;
}

.jmc-publish-video__details-text {
margin: 17px 0 24px;
color: #626b78;
font-size: 15px;
line-height: 1.7;
}

.jmc-publish-video__points {
display: grid;
gap: 14px;
margin: 0;
padding: 0;
list-style: none;
}

.jmc-publish-video__point {
display: flex;
align-items: flex-start;
gap: 12px;
color: #46515f;
font-size: 15px;
line-height: 1.55;
}

.jmc-publish-video__point-icon {
width: 35px;
height: 35px;
flex: 0 0 35px;
display: grid;
place-items: center;
border: 1px solid rgba(23, 107, 91, 0.16);
border-radius: 11px;
color: #176b5b;
background: #eef4f0;
}

.jmc-publish-video__point:nth-child(even)
.jmc-publish-video__point-icon {
color: #a8732d;
border-color: rgba(195, 145, 63, 0.2);
background: #f6eedc;
}

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

.jmc-publish-video__note {
margin: 24px 0 0;
padding-top: 20px;
border-top: 1px solid rgba(23, 107, 91, 0.12);
color: #727987;
font-size: 13px;
line-height: 1.55;
}

.jmc-publish-video__note strong {
color: #253b63;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-publish-video__layout {
  grid-template-columns: 1fr;
}

.jmc-publish-video__details {
  padding: 30px;
}

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

/* Mobile */

@media (max-width: 767px) {
.jmc-publish-video {
  padding: 68px 15px;
}

.jmc-publish-video__header {
  margin-bottom: 32px;
}

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

.jmc-publish-video__heading {
  font-size: clamp(39px, 12vw, 52px);
  letter-spacing: -1px;
}

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

.jmc-publish-video__layout {
  gap: 20px;
}

.jmc-publish-video__player-card {
  padding: 8px;
  border-radius: 18px;
}

.jmc-publish-video__responsive {
  border-radius: 13px;
}

.jmc-publish-video__details {
  padding: 25px 21px;
  border-radius: 18px;
}

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

.jmc-publish-video__points {
  grid-template-columns: 1fr;
}
}

@media (max-width: 420px) {
.jmc-publish-video {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-publish-video__player-card,
.jmc-publish-video__details {
  width: calc(100% - 10px);
  margin-right: auto;
  margin-left: auto;
}
}\n}.elementor .e-42c034e-be901c9{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING COURSE INTRODUCTION
========================================= */

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

.jmc-publish-introduction {
--intro-text: #17233c;
--intro-muted: #626b78;
--intro-emerald: #176b5b;
--intro-teal: #278a7a;
--intro-gold: #c3913f;
--intro-navy: #253b63;
--intro-sage: #eef4f0;
--intro-gold-soft: #f6eedc;
--intro-navy-soft: #eef1f7;

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(23, 107, 91, 0.08),
    transparent 25%
  ),
  radial-gradient(
    circle at 95% 88%,
    rgba(195, 145, 63, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f7f3 100%
  );
}

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

.jmc-publish-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-publish-introduction::before {
content: "";
position: absolute;
top: -270px;
left: -180px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 50px rgba(23, 107, 91, 0.018),
  0 0 0 100px rgba(195, 145, 63, 0.012);
pointer-events: none;
}

.jmc-publish-introduction::after {
content: "";
position: absolute;
right: -210px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(195, 145, 63, 0.14);
border-radius: 50%;
pointer-events: none;
}

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

/* Main Layout */

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

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

/* Badge */

.jmc-publish-introduction__badge {
display: inline-flex;
align-items: center;
gap: 9px;
margin: 0 0 24px;
padding: 9px 17px;
border: 1px solid rgba(23, 107, 91, 0.17);
border-radius: 999px;
color: #176b5b;
background: #eef4f0;
box-shadow: 0 8px 20px rgba(23, 35, 60, 0.05);
font-size: 13px;
font-weight: 700;
line-height: 1;
letter-spacing: 1.6px;
text-transform: uppercase;
}

.jmc-publish-introduction__badge .dashicons {
width: auto;
height: auto;
color: #c3913f;
font-size: 18px;
}

/* Heading */

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

.jmc-publish-introduction__heading-accent {
display: block;
color: #176b5b;
}

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

.jmc-publish-introduction__divider-line {
flex: 1;
height: 1px;
background:
  linear-gradient(
    90deg,
    rgba(23, 107, 91, 0.5),
    rgba(195, 145, 63, 0.55)
  );
}

.jmc-publish-introduction__divider-symbol {
color: #c3913f;
font-size: 20px;
line-height: 1;
}

/* Text */

.jmc-publish-introduction__text {
margin: 0;
color: #626b78;
font-size: 18px;
line-height: 1.8;
}

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

.jmc-publish-introduction__text strong {
color: #253b63;
}

/* Image Area */

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

.jmc-publish-introduction__image-frame {
position: relative;
padding: 12px;
border: 1px solid rgba(23, 107, 91, 0.2);
border-radius: 42px 42px 42px 105px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 32px 70px rgba(23, 35, 60, 0.15),
  0 10px 24px rgba(23, 35, 60, 0.07);
transform: rotateY(-2deg) rotateX(1deg);
transition:
  transform 0.45s ease,
  box-shadow 0.45s ease;
}

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

.jmc-publish-introduction__image-frame::before {
content: "";
position: absolute;
inset: -14px 14px 14px -14px;
z-index: -1;
border: 1px solid rgba(195, 145, 63, 0.28);
border-radius: 42px 42px 42px 105px;
}

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

/* Floating Note */

.jmc-publish-introduction__floating-note {
position: absolute;
left: -55px;
bottom: 52px;
width: 190px;
padding: 23px 18px;
border: 1px solid rgba(23, 107, 91, 0.18);
border-radius: 50%;
color: #17233c;
text-align: center;
background:
  linear-gradient(
    145deg,
    #eef4f0 0%,
    #f6eedc 100%
  );
box-shadow:
  0 22px 45px rgba(23, 35, 60, 0.18),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
animation: jmcPublishIntroFloat 4s ease-in-out infinite;
}

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

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

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

/* Benefit Cards */

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

.jmc-publish-intro-benefit {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.16);

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, 60, 0.09),
  0 8px 16px rgba(23, 35, 60, 0.04);
transition:
  transform 0.4s ease,
  box-shadow 0.4s ease,
  border-color 0.4s ease;
}

.jmc-publish-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-publish-intro-benefit:hover {
border-color: var(--card-accent);
transform: translateY(-10px);
box-shadow:
  0 34px 58px rgba(23, 35, 60, 0.15),
  0 12px 20px rgba(23, 35, 60, 0.07);
}

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

.jmc-publish-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, 60, 0.07),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

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

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

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

.jmc-publish-intro-benefit__description {
margin: 0;
color: #626b78;
font-size: 15px;
line-height: 1.55;
}

/* Card Colours */

.jmc-publish-intro-benefit--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-intro-benefit--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.2);
}

.jmc-publish-intro-benefit--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.18);
}

/* Floating Animation */

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

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

/* Tablet */

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

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

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

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

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

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

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmc-publish-intro-benefit,
.jmc-publish-intro-benefit::before,
.jmc-publish-introduction__image-frame {
  transition: none;
}
}\n}.elementor .e-e5c4529-09a9b97{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING — PROBLEMS SOLVED
 Desktop: 4 Cards
 Tablet: 2 Cards
 Mobile: 1 Card
========================================= */

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

.jmc-publish-problems {
--problem-text: #17233c;
--problem-muted: #626b78;
--problem-emerald: #176b5b;
--problem-teal: #278a7a;
--problem-gold: #c3913f;
--problem-navy: #253b63;

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(23, 107, 91, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 94% 88%,
    rgba(195, 145, 63, 0.1),
    transparent 27%
  ),
  linear-gradient(
    135deg,
    #eef4f0 0%,
    #f8f7f3 50%,
    #f6eedc 100%
  );
}

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

.jmc-publish-problems::before {
top: 180px;
left: -145px;
width: 230px;
height: 230px;
border: 30px solid rgba(23, 107, 91, 0.045);
}

.jmc-publish-problems::after {
right: -190px;
bottom: 30px;
width: 310px;
height: 310px;
border: 1px solid rgba(195, 145, 63, 0.13);
box-shadow:
  0 0 0 42px rgba(195, 145, 63, 0.025),
  0 0 0 84px rgba(23, 107, 91, 0.015);
}

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

/* Section Heading */

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

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

.jmc-publish-problems__eyebrow-line {
width: 42px;
height: 2px;
border-radius: 999px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

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

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

.jmc-publish-problems__heading span {
display: block;
margin-top: 5px;
color: #176b5b;
}

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

/* Card Grid */

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

/* Problem Card */

.jmc-publish-problem-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.17);

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, 60, 0.1),
  0 7px 16px rgba(23, 35, 60, 0.05);
transition:
  transform 0.32s ease,
  border-color 0.32s ease,
  box-shadow 0.32s ease;
}

.jmc-publish-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-publish-problem-card::after {
content: "";
position: absolute;
right: 14%;
bottom: -13px;
left: 14%;
height: 22px;
border-radius: 50%;
background: rgba(23, 35, 60, 0.13);
filter: blur(13px);
opacity: 0.55;
pointer-events: none;
}

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

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

.jmc-publish-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, 60, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

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

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

.jmc-publish-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-publish-problem-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #626b78;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.65;
}

/* Card Variations */

.jmc-publish-problem-card--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-problem-card--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.21);
}

.jmc-publish-problem-card--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.19);
}

/* Closing Highlight */

.jmc-publish-problems__closing {
width: min(880px, 100%);
margin: 46px auto 0;
padding: 24px 29px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
border: 1px solid rgba(23, 107, 91, 0.17);
border-radius: 19px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 18px 34px rgba(23, 35, 60, 0.1),
  0 6px 14px rgba(23, 35, 60, 0.05);
}

.jmc-publish-problems__closing-icon {
width: 60px;
height: 60px;
flex: 0 0 60px;
display: grid;
place-items: center;
border: 1px solid rgba(23, 107, 91, 0.17);
border-radius: 18px;
color: #176b5b;
background:
  linear-gradient(
    145deg,
    #eef4f0,
    #f6eedc
  );
}

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

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

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

/* Tablet */

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

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

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmc-publish-outcomes {
position: relative;
overflow: hidden;
padding: 90px 20px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(23, 107, 91, 0.08),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 84%,
    rgba(195, 145, 63, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f7f3 100%
  );
}

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

.jmc-publish-outcomes::before {
content: "";
position: absolute;
top: -230px;
right: -130px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.12);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(23, 107, 91, 0.018),
  0 0 0 96px rgba(195, 145, 63, 0.012);
pointer-events: none;
}

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

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

/* Header */

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

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

.jmc-publish-outcomes__eyebrow::before,
.jmc-publish-outcomes__eyebrow::after {
content: "";
width: 40px;
height: 1px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

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

.jmc-publish-outcomes__title span {
color: #176b5b;
}

.jmc-publish-outcomes__intro {
max-width: 740px;
margin: 20px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* Grid */

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

/* Cards */

.jmc-publish-outcome-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.16);

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, 60, 0.09),
  0 6px 16px rgba(23, 35, 60, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

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

.jmc-publish-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-publish-outcome-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 30px 65px rgba(23, 35, 60, 0.14),
  0 12px 24px rgba(23, 35, 60, 0.08);
}

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

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

.jmc-publish-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, 60, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

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

.jmc-publish-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-publish-outcome-card__content {
position: relative;
z-index: 2;
}

.jmc-publish-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-publish-outcome-card__title {
margin: 0 0 16px;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 19px;
line-height: 1.28;
letter-spacing: -0.015em;
}

.jmc-publish-outcome-card__text {
margin: 0;
color: #626b78;
font-size: 15px;
line-height: 1.72;
}

/* Card Variations */

.jmc-publish-outcome-card--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-outcome-card--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.2);
}

.jmc-publish-outcome-card--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.18);
}

/* Tablet */

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

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

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmc-publish-journey {
position: relative;
overflow: hidden;
padding: 90px 20px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 10% 15%,
    rgba(23, 107, 91, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 90% 85%,
    rgba(195, 145, 63, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #eef4f0 0%,
    #f8f7f3 52%,
    #f6eedc 100%
  );
}

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

.jmc-publish-journey::before {
content: "";
position: absolute;
top: -230px;
left: -150px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(23, 107, 91, 0.018),
  0 0 0 96px rgba(195, 145, 63, 0.012);
pointer-events: none;
}

.jmc-publish-journey::after {
content: "";
position: absolute;
right: -170px;
bottom: -220px;
width: 340px;
height: 340px;
border: 1px solid rgba(195, 145, 63, 0.13);
border-radius: 50%;
pointer-events: none;
}

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

/* Section Heading */

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

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

.jmc-publish-journey__eyebrow::before,
.jmc-publish-journey__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

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

.jmc-publish-journey__title span {
color: #176b5b;
}

.jmc-publish-journey__intro {
max-width: 730px;
margin: 20px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* Journey Grid */

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

/* Horizontal Connecting Line */

.jmc-publish-journey__timeline::before {
content: "";
position: absolute;
top: 62px;
left: 9%;
right: 9%;
z-index: 0;
height: 2px;
background:
  linear-gradient(
    90deg,
    rgba(23, 107, 91, 0.25),
    rgba(195, 145, 63, 0.55),
    rgba(37, 59, 99, 0.25)
  );
}

/* Journey Cards */

.jmc-publish-journey-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.17);

position: relative;
z-index: 2;
min-width: 0;
min-height: 315px;
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, 60, 0.1),
  0 7px 18px rgba(23, 35, 60, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

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

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

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

/* Step Icon */

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

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

/* Card Content */

.jmc-publish-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-publish-journey-card__title {
position: relative;
z-index: 2;
margin: 0 0 14px;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 26px;
line-height: 1.2;
}

.jmc-publish-journey-card__text {
position: relative;
z-index: 2;
margin: 0;
color: #626b78;
font-size: 14px;
line-height: 1.65;
}

/* Card Variations */

.jmc-publish-journey-card--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-journey-card--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.2);
}

.jmc-publish-journey-card--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.18);
}

/* Tablet */

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

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

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

.jmc-publish-journey-card {
  min-height: 285px;
}

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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

.jmc-publish-journey-card:hover {
  transform: none;
}
}\n}.elementor .e-e6ac1aa-a8be67a{padding:0px;flex-direction:column;/* =========================================
 COMPACT RESEARCH PUBLISHING CURRICULUM
 Desktop: 4 Cards
 Tablet: 2 × 2
 Mobile: 1 Column
========================================= */

.jmc-publish-curriculum {
position: relative;
width: 100%;
overflow: hidden;
padding: 84px 20px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 15%,
    rgba(23, 107, 91, 0.08),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 86%,
    rgba(195, 145, 63, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f7f3 100%
  );
}

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

.jmc-publish-curriculum::before {
content: "";
position: absolute;
top: -190px;
left: -160px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(23, 107, 91, 0.018),
  0 0 0 105px rgba(195, 145, 63, 0.012);
pointer-events: none;
}

.jmc-publish-curriculum::after {
content: "";
position: absolute;
right: -180px;
bottom: -210px;
width: 350px;
height: 350px;
border: 1px solid rgba(195, 145, 63, 0.12);
border-radius: 50%;
pointer-events: none;
}

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

/* Header */

.jmc-publish-curriculum__header {
max-width: 800px;
margin: 0 auto 48px;
text-align: center;
}

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

.jmc-publish-curriculum__eyebrow::before,
.jmc-publish-curriculum__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #176b5b,
  #c3913f
);
}

.jmc-publish-curriculum__title {
margin: 0;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 5vw, 64px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-publish-curriculum__title span {
color: #176b5b;
}

.jmc-publish-curriculum__intro {
max-width: 730px;
margin: 19px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.7;
}

/* Grid */

.jmc-publish-curriculum__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 23px;
align-items: stretch;
}

/* Compact Card */

.jmc-publish-curriculum-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);

position: relative;
min-width: 0;
min-height: 285px;
overflow: hidden;
padding: 29px 23px 26px;
border: 1px solid var(--card-border);
border-radius: 23px;
background: #ffffff;
text-align: center;
box-shadow:
  0 19px 42px rgba(23, 35, 60, 0.09),
  0 6px 16px rgba(23, 35, 60, 0.05);
transition:
  transform 0.35s ease,
  border-color 0.35s ease,
  box-shadow 0.35s ease;
}

.jmc-publish-curriculum-card::before {
content: "";
position: absolute;
right: -60px;
bottom: -70px;
width: 160px;
height: 160px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.75;
pointer-events: none;
transition: transform 0.4s ease;
}

.jmc-publish-curriculum-card::after {
content: "";
position: absolute;
top: 0;
left: 24px;
width: calc(100% - 48px);
height: 4px;
border-radius: 0 0 999px 999px;
background: linear-gradient(
  90deg,
  var(--card-accent),
  #c3913f
);
}

.jmc-publish-curriculum-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 29px 58px rgba(23, 35, 60, 0.14),
  0 11px 23px rgba(23, 35, 60, 0.08);
}

.jmc-publish-curriculum-card:hover::before {
transform: scale(1.2);
}

/* Card Colours */

.jmc-publish-curriculum-card--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-curriculum-card--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.21);
}

.jmc-publish-curriculum-card--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.19);
}

/* Icon */

.jmc-publish-curriculum-card__icon {
position: relative;
z-index: 2;
width: 70px;
height: 70px;
display: grid;
place-items: center;
margin: 0 auto 20px;
border: 1px solid var(--card-border);
border-radius: 21px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 14px 25px rgba(23, 35, 60, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

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

/* Unit Name */

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

.jmc-publish-curriculum-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
line-height: 1.25;
letter-spacing: -0.015em;
}

/* Description */

.jmc-publish-curriculum-card__text {
position: relative;
z-index: 2;
margin: 16px 0 0;
color: #626b78;
font-size: 14px;
line-height: 1.65;
}

/* Summary */

.jmc-publish-curriculum__summary {
display: flex;
max-width: 820px;
align-items: center;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
margin: 38px auto 0;
padding: 18px 23px;
border: 1px solid rgba(23, 107, 91, 0.15);
border-radius: 18px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 13px 30px rgba(23, 35, 60, 0.07);
}

.jmc-publish-curriculum__summary-item {
display: inline-flex;
align-items: center;
gap: 8px;
color: #4e5968;
font-size: 14px;
font-weight: 700;
}

.jmc-publish-curriculum__summary-item .dashicons {
width: auto;
height: auto;
color: #176b5b;
font-size: 20px;
line-height: 1;
}

.jmc-publish-curriculum__summary-item:nth-child(2) .dashicons {
color: #b57f2f;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-publish-curriculum {
  padding: 76px 24px;
}

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

.jmc-publish-curriculum-card {
  min-height: 270px;
}
}

/* Mobile */

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

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

.jmc-publish-curriculum__eyebrow {
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-publish-curriculum__eyebrow::before,
.jmc-publish-curriculum__eyebrow::after {
  width: 24px;
}

.jmc-publish-curriculum__title {
  font-size: 39px;
}

.jmc-publish-curriculum__intro {
  font-size: 15px;
}

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

.jmc-publish-curriculum-card {
  width: calc(100% - 22px);
  max-width: 410px;
  min-height: auto;
  justify-self: center;
  padding: 26px 21px 24px;
  border-radius: 20px;
}

.jmc-publish-curriculum-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
}

.jmc-publish-curriculum-card__icon .dashicons {
  font-size: 29px;
}

.jmc-publish-curriculum-card__title {
  font-size: 22px;
}

.jmc-publish-curriculum-card__text {
  font-size: 14px;
}

.jmc-publish-curriculum__summary {
  width: calc(100% - 22px);
  margin-top: 29px;
  gap: 12px;
  padding: 17px;
}

.jmc-publish-curriculum__summary-item {
  width: 100%;
  justify-content: center;
  text-align: center;
}
}

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

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

.jmc-publish-included {
position: relative;
overflow: hidden;
padding: 90px 20px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 5% 10%,
    rgba(23, 107, 91, 0.09),
    transparent 24%
  ),
  radial-gradient(
    circle at 95% 85%,
    rgba(195, 145, 63, 0.08),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #eef4f0 0%,
    #f8f7f3 52%,
    #f6eedc 100%
  );
}

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

.jmc-publish-included::before {
content: "";
position: absolute;
top: -180px;
right: -150px;
width: 420px;
height: 420px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(23, 107, 91, 0.02),
  0 0 0 105px rgba(195, 145, 63, 0.014);
pointer-events: none;
}

.jmc-publish-included::after {
content: "";
position: absolute;
bottom: -210px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(195, 145, 63, 0.12);
border-radius: 50%;
pointer-events: none;
}

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

/* Section Header */

.jmc-publish-included__header {
max-width: 810px;
margin: 0 auto 54px;
text-align: center;
}

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

.jmc-publish-included__eyebrow::before,
.jmc-publish-included__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #176b5b,
  #c3913f
);
}

.jmc-publish-included__title {
margin: 0;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 5vw, 64px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-publish-included__title span {
color: #176b5b;
}

.jmc-publish-included__intro {
max-width: 740px;
margin: 20px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* Cards Grid */

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

.jmc-publish-included-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.17);

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

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

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

.jmc-publish-included-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 29px 62px rgba(23, 35, 60, 0.14),
  0 11px 24px rgba(23, 35, 60, 0.08);
}

.jmc-publish-included-card:hover::after {
transform: scale(1.24);
}

/* Card Variations */

.jmc-publish-included-card--emerald {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-included-card--gold {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.2);
}

.jmc-publish-included-card--navy {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.18);
}

/* Card Icon */

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

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

/* Card Content */

.jmc-publish-included-card__title {
position: relative;
z-index: 2;
min-height: 58px;
display: flex;
align-items: center;
margin: 0 0 13px;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
line-height: 1.28;
letter-spacing: -0.012em;
}

.jmc-publish-included-card__text {
position: relative;
z-index: 2;
margin: 0;
color: #626b78;
font-size: 14px;
line-height: 1.7;
}

/* Supporting Feature Strip */

.jmc-publish-included__extras {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
overflow: hidden;
margin-top: 36px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 20px;
background: rgba(23, 107, 91, 0.12);
box-shadow: 0 13px 32px rgba(23, 35, 60, 0.07);
}

.jmc-publish-included__extra {
min-width: 0;
min-height: 82px;
padding: 18px 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 11px;
color: #46515f;
background: rgba(255, 255, 255, 0.96);
text-align: center;
}

.jmc-publish-included__extra-icon {
width: 39px;
height: 39px;
flex: 0 0 39px;
display: grid;
place-items: center;
border: 1px solid rgba(23, 107, 91, 0.16);
border-radius: 12px;
color: #176b5b;
background: #eef4f0;
}

.jmc-publish-included__extra:nth-child(even)
.jmc-publish-included__extra-icon {
color: #a8732d;
border-color: rgba(195, 145, 63, 0.19);
background: #f6eedc;
}

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

.jmc-publish-included__extra-text {
font-size: 15px;
font-weight: 600;
line-height: 1.35;
}

/* Tablet */

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

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

.jmc-publish-included-card {
  min-height: 265px;
}

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

/* Mobile */

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

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

.jmc-publish-included__eyebrow {
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-publish-included__eyebrow::before,
.jmc-publish-included__eyebrow::after {
  width: 24px;
}

.jmc-publish-included__title {
  font-size: 39px;
}

.jmc-publish-included__intro {
  font-size: 15px;
  line-height: 1.7;
}

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

.jmc-publish-included-card {
  width: calc(100% - 24px);
  max-width: 400px;
  min-height: auto;
  justify-self: center;
  padding: 25px 22px;
  border-radius: 21px;
}

.jmc-publish-included-card__icon {
  width: 57px;
  height: 57px;
  margin-bottom: 19px;
}

.jmc-publish-included-card__icon .dashicons {
  font-size: 26px;
}

.jmc-publish-included-card__title {
  min-height: auto;
  margin-bottom: 10px;
  font-size: 22px;
}

.jmc-publish-included-card__text {
  font-size: 14px;
  line-height: 1.65;
}

.jmc-publish-included__extras {
  width: calc(100% - 24px);
  max-width: 400px;
  grid-template-columns: 1fr;
  margin: 28px auto 0;
  border-radius: 18px;
}

.jmc-publish-included__extra {
  justify-content: flex-start;
  min-height: 68px;
  padding: 14px 17px;
  text-align: left;
}
}

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

.jmc-publish-included-card:hover {
  transform: none;
}
}\n}.elementor .e-2e490d3-1cd6060{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING COURSE EDUCATOR
 Academic Navy + Emerald + Gold Theme
========================================= */

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

.jmc-publish-educator {
position: relative;
width: 100%;
overflow: hidden;
padding: 82px 20px 0;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(23, 107, 91, 0.09),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 88%,
    rgba(195, 145, 63, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f7f3 100%
  );
}

.jmc-publish-educator::before {
content: "";
position: absolute;
top: -180px;
right: -150px;
width: 420px;
height: 420px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(23, 107, 91, 0.02),
  0 0 0 105px rgba(195, 145, 63, 0.014);
pointer-events: none;
}

.jmc-publish-educator::after {
content: "";
position: absolute;
bottom: -210px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(195, 145, 63, 0.12);
border-radius: 50%;
pointer-events: none;
}

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

/* Eyebrow */

.jmc-publish-educator__eyebrow {
width: max-content;
max-width: 100%;
margin: 0 auto 50px;
padding: 10px 28px;
border: 1px solid rgba(23, 107, 91, 0.17);
border-radius: 999px;
color: #176b5b;
background: #eef4f0;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.15em;
text-align: center;
text-transform: uppercase;
box-shadow:
  0 10px 24px rgba(23, 35, 60, 0.06),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Main Grid */

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

/* Educator Image */

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

.jmc-publish-educator__circle {
position: absolute;
top: 35px;
left: 50%;
width: 465px;
height: 465px;
border: 3px solid rgba(23, 107, 91, 0.58);
border-radius: 50%;
background:
  radial-gradient(
    circle at 35% 28%,
    rgba(255, 255, 255, 0.98),
    transparent 32%
  ),
  linear-gradient(
    145deg,
    #eef4f0 0%,
    #dce9e3 52%,
    #f6eedc 100%
  );
box-shadow:
  0 25px 50px rgba(23, 35, 60, 0.15),
  inset 0 3px 6px rgba(255, 255, 255, 0.85);
transform: translateX(-50%);
}

.jmc-publish-educator__circle::before {
content: "";
position: absolute;
inset: 18px;
border: 1px dashed rgba(195, 145, 63, 0.48);
border-radius: 50%;
}

.jmc-publish-educator__circle::after {
content: "";
position: absolute;
inset: 44px;
border: 1px solid rgba(37, 59, 99, 0.12);
border-radius: 50%;
}

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

/* Content */

.jmc-publish-educator__content {
position: relative;
}

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

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

.jmc-publish-educator__heading span {
color: #176b5b;
}

.jmc-publish-educator__line {
width: 82px;
height: 4px;
margin: 20px 0 24px;
border-radius: 30px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

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

.jmc-publish-educator__designation {
margin: 0;
color: #505b6a;
font-size: 16px;
font-weight: 700;
line-height: 1.55;
}

.jmc-publish-educator__intro {
max-width: 720px;
margin: 19px 0 0;
color: #626b78;
font-size: 16px;
line-height: 1.75;
}

.jmc-publish-educator__divider {
position: relative;
width: 100%;
height: 1px;
margin: 27px 0;
border-top: 2px dotted rgba(23, 107, 91, 0.25);
}

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

/* Credentials */

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

.jmc-publish-educator__credential {
display: flex;
min-height: 58px;
align-items: center;
gap: 12px;
padding: 13px 15px;
border: 1px solid rgba(23, 107, 91, 0.13);
border-radius: 13px;
color: #303b49;
background: rgba(255, 255, 255, 0.86);
font-size: 15px;
font-weight: 800;
line-height: 1.4;
box-shadow:
  0 8px 18px rgba(23, 35, 60, 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-publish-educator__credential:hover {
transform: translateY(-4px);
border-color: rgba(195, 145, 63, 0.38);
box-shadow:
  0 14px 27px rgba(23, 35, 60, 0.1),
  0 6px 14px rgba(23, 35, 60, 0.05);
}

.jmc-publish-educator__credential .dashicons {
width: auto;
height: auto;
flex: 0 0 auto;
color: #176b5b;
font-size: 24px;
line-height: 1;
}

.jmc-publish-educator__credential:nth-child(even) .dashicons {
color: #b57f2f;
}

/* Expertise Tags */

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

.jmc-publish-educator__tag {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 7px 13px;
border: 1px solid rgba(23, 107, 91, 0.15);
border-radius: 999px;
color: #176b5b;
background: #eef4f0;
font-size: 12px;
font-weight: 800;
}

.jmc-publish-educator__tag:nth-child(even) {
color: #9a6925;
border-color: rgba(195, 145, 63, 0.18);
background: #f6eedc;
}

/* Educator Message */

.jmc-publish-educator__message {
position: relative;
margin: 0 0 36px;
padding: 23px 25px 23px 30px;
border: 1px solid rgba(23, 107, 91, 0.22);
border-left: 5px solid #176b5b;
border-radius: 0 15px 15px 0;
color: #293544;
background:
  linear-gradient(
    135deg,
    rgba(238, 244, 240, 0.92),
    rgba(246, 238, 220, 0.82)
  );
font-family: Georgia, "Times New Roman", serif;
font-size: 19px;
font-style: italic;
line-height: 1.55;
box-shadow:
  0 13px 28px rgba(23, 35, 60, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Tablet */

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

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

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

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

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

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

.jmc-publish-educator__credential,
.jmc-publish-educator__message {
  text-align: left;
}

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmc-publish-educator__message {
  padding: 20px 18px 20px 22px;
  font-size: 17px;
  text-align: left;
}
}

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

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

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

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

.jmc-publish-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;/* =========================================
 RESEARCH PUBLISHING COURSE ENROLMENT
 Desktop: 4 Cards in One Row
 Tablet: 2 × 2 Grid
 Mobile: Vertical Column
========================================= */

.jmc-publish-enrolment,
.jmc-publish-enrolment * {
box-sizing: border-box;
}

.jmc-publish-enrolment {
position: relative;
width: 100%;
overflow: hidden;
padding: 90px 24px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 5% 10%,
    rgba(23, 107, 91, 0.1),
    transparent 24%
  ),
  radial-gradient(
    circle at 95% 85%,
    rgba(195, 145, 63, 0.09),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #eef4f0 0%,
    #f8f7f3 52%,
    #f6eedc 100%
  );
}

.jmc-publish-enrolment::before {
content: "";
position: absolute;
top: 60px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(23, 107, 91, 0.09);
border-radius: 50%;
pointer-events: none;
}

.jmc-publish-enrolment::after {
content: "";
position: absolute;
right: -160px;
bottom: -170px;
width: 390px;
height: 390px;
border: 1px solid rgba(195, 145, 63, 0.1);
border-radius: 50%;
box-shadow:
  0 0 0 45px rgba(195, 145, 63, 0.02),
  0 0 0 90px rgba(23, 107, 91, 0.012);
pointer-events: none;
}

.jmc-publish-enrolment__wrap {
position: relative;
z-index: 2;
width: 100%;
max-width: 1320px;
margin: 0 auto;
}

/* Section Heading */

.jmc-publish-enrolment__heading {
max-width: 850px;
margin: 0 auto 54px;
text-align: center;
}

.jmc-publish-enrolment__label {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
margin-bottom: 18px;
color: #176b5b;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-publish-enrolment__label span {
display: block;
width: 42px;
height: 1px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

.jmc-publish-enrolment__heading h2 {
margin: 0;
color: #17233c;
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-publish-enrolment__heading h2 strong {
color: #176b5b;
font-weight: 700;
}

.jmc-publish-enrolment__heading-line {
width: 68px;
height: 4px;
margin: 21px auto;
border-radius: 10px;
background:
  linear-gradient(
    90deg,
    #176b5b,
    #c3913f
  );
}

.jmc-publish-enrolment__heading p {
max-width: 720px;
margin: 0 auto;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* Cards Grid */

.jmc-publish-enrolment__grid {
display: grid;
grid-template-columns:
  minmax(0, 1fr)
  48px
  minmax(0, 1fr)
  48px
  minmax(0, 1fr)
  48px
  minmax(0, 1fr);
align-items: center;
gap: 12px;
width: 100%;
}

.jmc-publish-enrolment-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);

position: relative;
display: flex;
width: 100%;
min-height: 360px;
flex-direction: column;
align-items: center;
overflow: hidden;
padding: 56px 24px 0;
border: 1px solid var(--card-border);
border-radius: 22px;
color: var(--card-accent);
background: #ffffff;
text-align: center;
box-shadow:
  0 20px 42px rgba(23, 35, 60, 0.1),
  0 7px 17px rgba(23, 35, 60, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-publish-enrolment-card::before {
content: "";
position: absolute;
top: -58px;
right: -54px;
width: 155px;
height: 155px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.9;
pointer-events: none;
}

.jmc-publish-enrolment-card:hover {
z-index: 4;
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 30px 62px rgba(23, 35, 60, 0.15),
  0 12px 24px rgba(23, 35, 60, 0.08);
}

/* Step Badge */

.jmc-publish-enrolment-card__step {
position: absolute;
top: 16px;
left: 16px;
padding: 8px 13px;
border: 1px solid var(--card-border);
border-radius: 9px;
color: var(--card-accent);
background: var(--card-soft);
font-size: 12px;
font-weight: 800;
line-height: 1;
box-shadow: 0 7px 14px rgba(23, 35, 60, 0.08);
}

/* Icon */

.jmc-publish-enrolment-card__icon {
display: flex;
width: 84px;
height: 84px;
flex: 0 0 84px;
align-items: center;
justify-content: center;
margin-bottom: 22px;
border: 2px solid var(--card-accent);
border-radius: 22px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 22px rgba(23, 35, 60, 0.1),
  inset 0 2px 3px rgba(255, 255, 255, 0.95);
}

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

.jmc-publish-enrolment-card h3 {
margin: 0;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 29px;
font-weight: 700;
line-height: 1.15;
}

.jmc-publish-enrolment-card__line {
width: 44px;
height: 3px;
margin: 14px 0 16px;
border-radius: 10px;
background: var(--card-accent);
}

.jmc-publish-enrolment-card p {
margin: 0;
color: #626b78;
font-size: 15px;
line-height: 1.7;
}

.jmc-publish-enrolment-card__bottom {
display: flex;
width: calc(100% + 48px);
min-height: 50px;
align-items: center;
justify-content: center;
margin-top: auto;
padding: 10px 16px;
color: #ffffff;
background: var(--card-accent);
font-size: 14px;
font-weight: 800;
line-height: 1.25;
}

/* Card Themes */

.jmc-publish-enrolment-card--choose {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);
}

.jmc-publish-enrolment-card--purchase {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.18);
}

.jmc-publish-enrolment-card--access {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.21);
}

.jmc-publish-enrolment-card--learn {
--card-accent: #278a7a;
--card-soft: #edf7f4;
--card-border: rgba(39, 138, 122, 0.2);
}

/* Arrows */

.jmc-publish-enrolment__arrow {
position: relative;
display: flex;
width: 48px;
height: 48px;
align-items: center;
justify-content: center;
border: 2px dashed rgba(23, 107, 91, 0.28);
border-radius: 50%;
color: #176b5b;
background: rgba(255, 255, 255, 0.9);
}

.jmc-publish-enrolment__arrow .dashicons {
width: auto;
height: auto;
font-size: 24px;
line-height: 1;
}

/* Support Strip */

.jmc-publish-enrolment__support {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
overflow: hidden;
margin-top: 38px;
border: 1px solid rgba(23, 107, 91, 0.13);
border-radius: 18px;
background: rgba(23, 107, 91, 0.12);
box-shadow: 0 13px 30px rgba(23, 35, 60, 0.07);
}

.jmc-publish-enrolment__support-item {
display: flex;
min-height: 78px;
align-items: center;
justify-content: center;
gap: 10px;
padding: 16px;
color: #434d5b;
background: rgba(255, 255, 255, 0.95);
text-align: center;
}

.jmc-publish-enrolment__support-item .dashicons {
width: auto;
height: auto;
color: #176b5b;
font-size: 22px;
line-height: 1;
}

.jmc-publish-enrolment__support-item:nth-child(even) .dashicons {
color: #b57f2f;
}

.jmc-publish-enrolment__support-item span:last-child {
font-size: 14px;
font-weight: 800;
line-height: 1.35;
}

/* Help Box */

.jmc-publish-enrolment__help {
display: flex;
max-width: 860px;
align-items: center;
justify-content: space-between;
gap: 24px;
margin: 34px auto 0;
padding: 22px 26px;
border: 1px solid rgba(23, 107, 91, 0.18);
border-radius: 17px;
background: rgba(255, 255, 255, 0.9);
box-shadow:
  0 13px 28px rgba(23, 35, 60, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-publish-enrolment__help-content h3 {
margin: 0 0 5px;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
}

.jmc-publish-enrolment__help-content p {
margin: 0;
color: #626b78;
font-size: 14px;
line-height: 1.6;
}

.jmc-publish-enrolment__help-button {
flex: 0 0 auto;
display: inline-flex;
min-height: 45px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 11px 20px;
border-radius: 999px;
color: #ffffff;
background:
  linear-gradient(
    135deg,
    #176b5b,
    #253b63
  );
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(23, 107, 91, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-publish-enrolment__help-button:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(23, 107, 91, 0.3);
}

/* Tablet */

@media screen and (max-width: 1050px) {
.jmc-publish-enrolment__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 850px;
  margin: 0 auto;
}

.jmc-publish-enrolment__arrow {
  display: none;
}

.jmc-publish-enrolment-card {
  min-height: 345px;
}

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

/* Mobile */

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

.jmc-publish-enrolment__heading {
  margin-bottom: 38px;
}

.jmc-publish-enrolment__label {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jmc-publish-enrolment__label span {
  width: 24px;
}

.jmc-publish-enrolment__heading h2 {
  font-size: 38px;
}

.jmc-publish-enrolment__heading p {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-publish-enrolment__grid {
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 420px;
}

.jmc-publish-enrolment-card {
  width: calc(100% - 24px);
  min-height: 325px;
  justify-self: center;
  padding: 52px 22px 0;
}

.jmc-publish-enrolment-card__icon {
  width: 74px;
  height: 74px;
  flex-basis: 74px;
  margin-bottom: 18px;
}

.jmc-publish-enrolment-card__icon .dashicons {
  font-size: 37px;
}

.jmc-publish-enrolment-card h3 {
  font-size: 26px;
}

.jmc-publish-enrolment-card p {
  font-size: 14px;
}

.jmc-publish-enrolment__support {
  width: calc(100% - 24px);
  max-width: 396px;
  grid-template-columns: 1fr;
  margin: 28px auto 0;
}

.jmc-publish-enrolment__support-item {
  justify-content: flex-start;
  min-height: 66px;
  padding: 14px 18px;
  text-align: left;
}

.jmc-publish-enrolment__help {
  width: calc(100% - 24px);
  max-width: 396px;
  flex-direction: column;
  align-items: stretch;
  padding: 21px 19px;
  text-align: center;
}

.jmc-publish-enrolment__help-button {
  width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-publish-enrolment-card,
.jmc-publish-enrolment__help-button {
  transition: none;
}

.jmc-publish-enrolment-card:hover,
.jmc-publish-enrolment__help-button:hover {
  transform: none;
}
}\n}.elementor .e-e21290b-f2d4c6a{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING COURSE FAQ
 Desktop/Tablet: Two Columns
 Mobile: One Column
========================================= */

.jmc-publish-faq,
.jmc-publish-faq * {
box-sizing: border-box;
}

.jmc-publish-faq {
position: relative;
width: 100%;
overflow: hidden;
padding: 90px 22px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 7% 15%,
    rgba(23, 107, 91, 0.09),
    transparent 24%
  ),
  radial-gradient(
    circle at 93% 85%,
    rgba(195, 145, 63, 0.08),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f7f3 100%
  );
}

.jmc-publish-faq::before {
content: "";
position: absolute;
top: -170px;
right: -150px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(23, 107, 91, 0.022),
  0 0 0 105px rgba(195, 145, 63, 0.017);
pointer-events: none;
}

.jmc-publish-faq::after {
content: "";
position: absolute;
bottom: -200px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(195, 145, 63, 0.12);
border-radius: 50%;
pointer-events: none;
}

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

/* Section Header */

.jmc-publish-faq__header {
max-width: 800px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-publish-faq__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 17px;
color: #176b5b;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-publish-faq__eyebrow::before,
.jmc-publish-faq__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #176b5b,
  #c3913f
);
}

.jmc-publish-faq__title {
margin: 0;
color: #17233c;
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-publish-faq__title span {
color: #176b5b;
}

.jmc-publish-faq__intro {
max-width: 740px;
margin: 20px auto 0;
color: #626b78;
font-size: 17px;
line-height: 1.75;
}

/* FAQ Columns */

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

.jmc-publish-faq__column {
display: flex;
min-width: 0;
flex-direction: column;
gap: 16px;
}

/* FAQ Item */

.jmc-publish-faq-item {
--faq-accent: #176b5b;
--faq-soft: #eef4f0;
--faq-border: rgba(23, 107, 91, 0.16);

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

.jmc-publish-faq-item:nth-child(even) {
--faq-accent: #b57f2f;
--faq-soft: #f6eedc;
--faq-border: rgba(195, 145, 63, 0.18);
}

.jmc-publish-faq-item:hover {
border-color: var(--faq-accent);
box-shadow:
  0 20px 40px rgba(23, 35, 60, 0.1),
  0 8px 16px rgba(23, 35, 60, 0.05);
transform: translateY(-2px);
}

.jmc-publish-faq-item[open] {
border-color: var(--faq-accent);
background:
  linear-gradient(
    145deg,
    #ffffff,
    var(--faq-soft)
  );
}

/* FAQ Question */

.jmc-publish-faq-item__question {
position: relative;
display: flex;
min-height: 82px;
align-items: center;
gap: 15px;
padding: 20px 60px 20px 21px;
color: #263140;
font-family: Georgia, "Times New Roman", serif;
font-size: 16px;
font-weight: 700;
line-height: 1.4;
list-style: none;
cursor: pointer;
transition:
  color 0.3s ease,
  background-color 0.3s ease;
}

.jmc-publish-faq-item__question::-webkit-details-marker {
display: none;
}

.jmc-publish-faq-item__number {
width: 36px;
height: 36px;
flex: 0 0 36px;
display: grid;
place-items: center;
border-radius: 11px;
color: #ffffff;
background: var(--faq-accent);
font-family: "Inter", Arial, sans-serif;
font-size: 12px;
font-weight: 800;
line-height: 1;
box-shadow: 0 8px 16px rgba(23, 35, 60, 0.16);
}

/* Plus and Minus */

.jmc-publish-faq-item__question::before,
.jmc-publish-faq-item__question::after {
content: "";
position: absolute;
top: 50%;
right: 23px;
width: 18px;
height: 2px;
border-radius: 999px;
background: var(--faq-accent);
transform: translateY(-50%);
transition: transform 0.3s ease;
}

.jmc-publish-faq-item__question::after {
transform: translateY(-50%) rotate(90deg);
}

.jmc-publish-faq-item[open]
.jmc-publish-faq-item__question::after {
transform: translateY(-50%) rotate(0deg);
}

.jmc-publish-faq-item[open]
.jmc-publish-faq-item__question {
color: var(--faq-accent);
background: rgba(23, 107, 91, 0.025);
}

/* FAQ Answer */

.jmc-publish-faq-item__answer {
padding: 0 24px 22px 72px;
}

.jmc-publish-faq-item__answer p {
margin: 0;
padding-top: 17px;
border-top: 1px solid var(--faq-border);
color: #626b78;
font-size: 15px;
line-height: 1.75;
}

/* Support Box */

.jmc-publish-faq__support {
display: flex;
max-width: 860px;
align-items: center;
justify-content: space-between;
gap: 24px;
margin: 38px auto 0;
padding: 23px 26px;
border: 1px solid rgba(23, 107, 91, 0.18);
border-radius: 18px;
background: rgba(255, 255, 255, 0.9);
box-shadow:
  0 14px 30px rgba(23, 35, 60, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-publish-faq__support-content {
display: flex;
align-items: center;
gap: 15px;
}

.jmc-publish-faq__support-icon {
width: 50px;
height: 50px;
flex: 0 0 50px;
display: grid;
place-items: center;
border-radius: 15px;
color: #ffffff;
background:
  linear-gradient(
    145deg,
    #176b5b,
    #253b63
  );
box-shadow: 0 11px 20px rgba(23, 107, 91, 0.22);
}

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

.jmc-publish-faq__support-text h3 {
margin: 0 0 5px;
color: #17233c;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
}

.jmc-publish-faq__support-text p {
margin: 0;
color: #626b78;
font-size: 14px;
line-height: 1.55;
}

.jmc-publish-faq__support-button {
flex: 0 0 auto;
display: inline-flex;
min-height: 44px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 11px 20px;
border-radius: 999px;
color: #ffffff;
background:
  linear-gradient(
    135deg,
    #176b5b,
    #253b63
  );
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(23, 107, 91, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-publish-faq__support-button:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(23, 107, 91, 0.3);
}

/* Tablet */

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

.jmc-publish-faq__columns {
  gap: 18px;
}

.jmc-publish-faq-item__question {
  min-height: 88px;
  padding-right: 52px;
  font-size: 18px;
}
}

/* Mobile */

@media screen and (max-width: 680px) {
.jmc-publish-faq {
  padding: 62px 14px;
}

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

.jmc-publish-faq__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jmc-publish-faq__eyebrow::before,
.jmc-publish-faq__eyebrow::after {
  width: 24px;
}

.jmc-publish-faq__title {
  font-size: 38px;
}

.jmc-publish-faq__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-publish-faq__columns {
  width: calc(100% - 20px);
  max-width: 420px;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 auto;
}

.jmc-publish-faq__column {
  gap: 16px;
}

.jmc-publish-faq-item {
  border-radius: 16px;
}

.jmc-publish-faq-item__question {
  min-height: 76px;
  gap: 12px;
  padding: 17px 48px 17px 17px;
  font-size: 17px;
  line-height: 1.4;
}

.jmc-publish-faq-item__number {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  font-size: 11px;
}

.jmc-publish-faq-item__question::before,
.jmc-publish-faq-item__question::after {
  right: 18px;
  width: 15px;
}

.jmc-publish-faq-item__answer {
  padding: 0 18px 19px;
}

.jmc-publish-faq-item__answer p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}

.jmc-publish-faq__support {
  width: calc(100% - 20px);
  max-width: 420px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 28px;
  padding: 20px 18px;
  text-align: center;
}

.jmc-publish-faq__support-content {
  flex-direction: column;
}

.jmc-publish-faq__support-button {
  width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-publish-faq-item,
.jmc-publish-faq-item__question,
.jmc-publish-faq-item__question::after,
.jmc-publish-faq__support-button {
  transition: none;
}

.jmc-publish-faq-item:hover,
.jmc-publish-faq__support-button:hover {
  transform: none;
}
}\n}.elementor .e-cbc7086-90e4b12{padding:0px;flex-direction:column;/* =========================================
 JMC EXPLORE MORE COURSES
 RESEARCH PUBLISHING PAGE THEME
 Desktop: 4 Cards
 Tablet: 2 × 2
 Mobile: 1 Column
========================================= */

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

.jmc-more-courses {
position: relative;
width: 100%;
overflow: hidden;
padding: 90px 22px;
color: #17233c;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 7% 14%,
    rgba(23, 107, 91, 0.09),
    transparent 24%
  ),
  radial-gradient(
    circle at 93% 86%,
    rgba(195, 145, 63, 0.08),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #eef4f0 0%,
    #f8f7f3 52%,
    #f6eedc 100%
  );
}

.jmc-more-courses::before {
content: "";
position: absolute;
top: -170px;
left: -150px;
width: 410px;
height: 410px;
border: 1px solid rgba(23, 107, 91, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(23, 107, 91, 0.022),
  0 0 0 105px rgba(195, 145, 63, 0.017);
pointer-events: none;
}

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

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

/* Section Header */

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

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

.jmc-more-courses__eyebrow::before,
.jmc-more-courses__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #176b5b,
  #c3913f
);
}

.jmc-more-courses__title {
margin: 0;
color: #17233c;
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-more-courses__title span {
color: #176b5b;
}

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

/* Course Grid */

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

/* Course Card */

.jmc-more-course-card {
--card-accent: #176b5b;
--card-soft: #eef4f0;
--card-border: rgba(23, 107, 91, 0.18);

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

/* Individual Card Colours */

.jmc-more-course-card:nth-child(2) {
--card-accent: #b57f2f;
--card-soft: #f6eedc;
--card-border: rgba(195, 145, 63, 0.2);
}

.jmc-more-course-card:nth-child(3) {
--card-accent: #253b63;
--card-soft: #eef1f7;
--card-border: rgba(37, 59, 99, 0.19);
}

.jmc-more-course-card:nth-child(4) {
--card-accent: #278a7a;
--card-soft: #edf7f4;
--card-border: rgba(39, 138, 122, 0.2);
}

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

/* Thumbnail */

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

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

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

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

.jmc-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.93);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.07em;
text-transform: uppercase;
box-shadow: 0 7px 17px rgba(23, 35, 60, 0.12);
backdrop-filter: blur(6px);
}

/* Card Content */

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

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

.jmc-more-course-card__description {
margin: 0;
color: #626b78;
font-size: 14px;
line-height: 1.7;
}

/* Card Button */

.jmc-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: var(--card-accent);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 10px 20px rgba(23, 35, 60, 0.17);
transition:
  transform 0.25s ease,
  filter 0.25s ease,
  box-shadow 0.25s ease;
}

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

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

/* Bottom CTA */

.jmc-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(23, 107, 91, 0.16);
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 14px 32px rgba(23, 35, 60, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

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

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

.jmc-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,
    #176b5b,
    #253b63
  );
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(23, 107, 91, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-more-courses__footer-button:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(23, 107, 91, 0.3);
}

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

/* Tablet */

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

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

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmc-more-course-card:hover,
.jmc-more-course-card__button:hover,
.jmc-more-courses__footer-button:hover {
  transform: none;
}
}\n}.elementor .e-9436c73-1a1acfc{padding:0px;flex-direction:column;/* =========================================
 RESEARCH PUBLISHING FINAL CONVERSION
 Dark Academic Navy + Emerald + Gold
========================================= */

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

.jmc-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(39, 138, 122, 0.24),
    transparent 29%
  ),
  radial-gradient(
    circle at 88% 82%,
    rgba(195, 145, 63, 0.2),
    transparent 31%
  ),
  linear-gradient(
    135deg,
    #101827 0%,
    #17233c 48%,
    #104d42 100%
  );
}

.jmc-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(23, 107, 91, 0.04),
  0 0 0 120px rgba(195, 145, 63, 0.025);
pointer-events: none;
}

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

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

/* Eyebrow */

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

.jmc-final-conversion__eyebrow::before,
.jmc-final-conversion__eyebrow::after {
content: "";
width: 44px;
height: 1px;
background:
  linear-gradient(
    90deg,
    #55b8a7,
    #d8aa5d
  );
}

/* Heading */

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

.jmc-final-conversion__title span {
display: block;
color: #72d0bd;
}

/* Supporting Text */

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

/* CTA Button */

.jmc-final-conversion__button {
display: inline-flex;
min-height: 56px;
align-items: center;
justify-content: center;
gap: 11px;
margin-top: 34px;
padding: 15px 31px;
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 999px;
color: #17233c;
background:
  linear-gradient(
    135deg,
    #ffffff,
    #f6eedc
  );
text-decoration: none;
font-size: 15px;
font-weight: 800;
box-shadow:
  0 18px 38px rgba(0, 0, 0, 0.3),
  0 8px 22px rgba(23, 107, 91, 0.2),
  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-final-conversion__button:hover,
.jmc-final-conversion__button:focus-visible {
color: #101827;
background:
  linear-gradient(
    135deg,
    #dff5ef,
    #f3dcae
  );
transform: translateY(-3px);
box-shadow:
  0 24px 48px rgba(0, 0, 0, 0.36),
  0 10px 28px rgba(195, 145, 63, 0.24);
}

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

/* Supporting Trust Points */

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

.jmc-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-final-conversion__feature .dashicons {
width: auto;
height: auto;
color: #d8aa5d;
font-size: 19px;
line-height: 1;
}

/* Tablet */

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

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

/* Mobile */

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

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

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

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

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

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

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

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

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

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

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

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