.elementor-706 .elementor-element.elementor-element-0b556d1{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-f4199c8 */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,900;1,700;1,900&family=Barlow:wght@400;500;600;700&display=swap');

/* ── Hero ── */
.mo__hero {
    background: #111111;
    border-radius: 16px;
    padding: 48px 52px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
}
.mo__hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 6px; height: 100%;
    background: #e10600;
    border-radius: 16px 0 0 16px;
}
.mo__label,
.mo__section-label {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #e10600 !important;
    display: block !important;
    margin-bottom: 8px !important;
}
.mo__hero-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    line-height: 0.92 !important;
    margin: 0 0 20px !important;
}
.mo__hero-body p {
    font-size: 0.96em;
    line-height: 1.75;
    color: rgba(255,255,255,0.65) !important;
    margin-bottom: 0 !important;
}

/* ── Section titles ── */
.mo__section-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    margin: 0 0 20px !important;
}

/* ── Section body ── */
.mo__section-body {
    font-size: 0.96em;
    line-height: 1.75;
    color: rgba(255,255,255,0.65) !important;
    border-left: 3px solid #e10600;
    padding-left: 22px;
    margin-bottom: 24px;
}

/* ── Divider ── */
.mo__divider {
    height: 1px;
    background: rgba(255,255,255,0.07);
    margin: 44px 0;
}

/* ── Two col pathway cards ── */
.mo__two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.mo__pathway-card {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 26px 24px;
    position: relative;
    overflow: hidden;
}
.mo__pathway-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #e10600;
}
.mo__pathway-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e10600;
    display: block;
    margin-bottom: 8px;
}
.mo__pathway-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1;
}
.mo__pathway-text {
    font-size: 0.9em;
    line-height: 1.65;
    color: rgba(255,255,255,0.55);
    margin-bottom: 20px;
}
.mo__pathway-divider {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin-bottom: 16px;
}
.mo__pathway-contact-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 4px;
}
.mo__pathway-contact-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

/* ── Buttons ── */
.mo__btn {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff !important;
    background: #e10600;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 14px rgba(225,6,0,0.3);
}
.mo__btn:hover {
    background: #ff1a0e;
    transform: translateY(-1px);
    color: #ffffff !important;
}
.mo__btn--outline {
    background: transparent;
    color: #e10600 !important;
    border: 0.5px solid #e10600;
    box-shadow: none;
}
.mo__btn--outline:hover {
    background: #e10600;
    color: #ffffff !important;
}

/* ── Dev pool cards ── */
.mo__dev-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}
.mo__dev-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 18px 20px;
    position: relative;
    overflow: hidden;
}
.mo__dev-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #e10600;
}
.mo__dev-card-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
}
.mo__dev-card-grades {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e10600;
    margin-bottom: 10px;
}
.mo__dev-card-text {
    font-size: 0.87em;
    line-height: 1.55;
    color: rgba(255,255,255,0.5);
}

/* ── Dev pathway links ── */
.mo__dev-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mo__dev-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.mo__dev-link:hover {
    border-color: rgba(225,6,0,0.3);
    background: #222222;
}
.mo__dev-link-icon {
    width: 28px;
    height: 28px;
    background: rgba(225,6,0,0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mo__dev-link span {
    font-size: 0.88em;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    transition: color 0.2s ease;
}
.mo__dev-link:hover span { color: #ffffff; }

/* ── Resource rows ── */
.mo__resources {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.07);
}
.mo__resource {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.18s ease, padding-left 0.18s ease;
    cursor: pointer;
}
.mo__resource:last-child { border-bottom: none; }
.mo__resource:nth-child(odd) { background: #111111; }
.mo__resource:nth-child(even) { background: #171717; }
.mo__resource:hover {
    background: rgba(225,6,0,0.06) !important;
    padding-left: 24px;
}
.mo__resource-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: rgba(225,6,0,0.08);
    border: 0.5px solid rgba(225,6,0,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mo__resource-body { flex: 1; }
.mo__resource-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
}
.mo__resource-arrow {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.2);
    flex-shrink: 0;
    transition: color 0.18s ease;
}
.mo__resource:hover .mo__resource-arrow { color: #e10600; }

/* ── Clinic Pathway ── */
.mo__clinic-intro {
    font-size: 0.96em;
    line-height: 1.75;
    color: rgba(255,255,255,0.65);
    border-left: 3px solid #e10600;
    padding-left: 22px;
    margin-bottom: 24px;
}
.mo__clinic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}
.mo__clinic-card {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    overflow: hidden;
}
.mo__clinic-header {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    background: #1a1a1a;
    padding: 14px 20px;
    border-bottom: 3px solid #e10600;
    letter-spacing: 0.04em;
}
.mo__clinic-body { padding: 8px 0; }
.mo__clinic-item {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.mo__clinic-item:last-child { border-bottom: none; }
.mo__clinic-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    font-style: italic;
    color: #e10600;
    flex-shrink: 0;
    width: 18px;
    text-align: right;
    line-height: 1;
}
.mo__clinic-text {
    font-size: 0.9em;
    line-height: 1.5;
    color: rgba(255,255,255,0.75);
}
.mo__clinic-meta {
    font-size: 0.85em;
    color: rgba(255,255,255,0.35);
    margin-left: 4px;
}
.mo__clinic-notes {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 6px 0;
}
.mo__clinic-note {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mo__clinic-note:last-child { border-bottom: none; }
.mo__clinic-note-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #e10600;
    flex-shrink: 0;
    min-width: 180px;
    letter-spacing: 0.04em;
}
.mo__clinic-note-text {
    font-size: 0.88em;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}

/* ── Contact bar ── */
.mo__contact-bar {
    background: #1a1a1a;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    padding: 24px 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.mo__contact-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
}
.mo__contact-sub {
    font-size: 0.87em;
    color: rgba(255,255,255,0.45);
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .mo__hero { padding: 28px 20px; }
    .mo__two-col { grid-template-columns: 1fr; }
    .mo__dev-cards { grid-template-columns: 1fr; }
    .mo__clinic-grid { grid-template-columns: 1fr; }
    .mo__contact-bar { flex-direction: column; align-items: flex-start; }
    .mo__clinic-note { flex-direction: column; gap: 4px; }
    .mo__clinic-note-label { min-width: unset; }
    .mo__section-title { font-size: 1.6rem !important; }
}

.mo__clinic-note-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.mo__clinic-note-sub {
    font-size: 0.85em;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
    padding-left: 14px;
    border-left: 2px solid rgba(225,6,0,0.2);
    margin-top: 2px;
}
.mo__clinic-note strong {
    color: rgba(255,255,255,0.8);
    font-weight: 700;
}/* End custom CSS */