/* ====================================================
   NexGen Changemakers Hub — Color Override for Ashley
   Dark: rgba(0,0,0,1) → Forest Green #2E5F3B
   Accent: rgba(255,152,0,1) → Vibrant Orange #E97D25
   Body BG → Off-White #FAFAFA
   ==================================================== */

/* Body background */
body { background-color: #FAFAFA; }

/* ---- DARK backgrounds: black → forest green ---- */
.mil-dark-bg:before  { background: #2E5F3B !important; }
.mil-preloader       { background: #2E5F3B !important; }
.mil-curtain         { background-color: #2E5F3B !important; }
.mil-menu-frame      { background-color: #2E5F3B !important; }

/* ---- ACCENT: ashley orange → NexGen orange ---- */
.mil-accent                         { color: #E97D25 !important; }
.mil-marker                         { background-color: #E97D25 !important; }
.mil-progress-track .mil-progress   { background: #E97D25 !important; }
.mil-button                         { background-color: #E97D25 !important; }
.mil-service-card-sm:before         { background-color: #E97D25 !important; }
blockquote                          { border-left-color: #E97D25 !important; }

/* Soft-bg: very light tint of forest green */
.mil-soft-bg { background-color: #F2F7F3 !important; }

/* ---- Utility: NexGen list style (used in content) ---- */
.nexgen-list             { list-style: none; padding-left: 0; }
.nexgen-list li          { position: relative; padding-left: 20px; margin-bottom: 8px; }
.nexgen-list li:before   { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #E97D25; position: absolute; left: 0; top: 8px; }

/* ---- FullCalendar NexGen theme ---- */
.fc .fc-button-primary                        { background: #2E5F3B !important; border-color: #2E5F3B !important; font-family: 'Outfit', sans-serif !important; }
.fc .fc-button-primary:hover                  { background: #3d7a4e !important; border-color: #3d7a4e !important; }
.fc .fc-button-primary:not(:disabled).fc-button-active { background: #1e3f27 !important; border-color: #1e3f27 !important; }
.fc .fc-toolbar-title                         { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1.1rem; }
.fc .fc-daygrid-day.fc-day-today              { background: rgba(46,95,59,.06) !important; }
.fc .fc-event                                 { background: #E97D25; border-color: #E97D25; border-radius: 5px !important; cursor: pointer; }
.fc .fc-event:hover                           { background: #c96a1a !important; border-color: #c96a1a !important; }
.fc .fc-col-header-cell-cushion               { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px; }
.fc .fc-daygrid-day-number                    { font-family: 'Outfit', sans-serif; font-size: .82rem; }
.fc .fc-list-event:hover td                   { background: rgba(46,95,59,.05) !important; }
.fc .fc-list-event-dot                        { border-color: #E97D25 !important; }

/* ── Phase Slide Stage ────────────────────────────────────────── */
.ng-phases-header {
    padding-top: 60px;
    padding-bottom: 0;
}
#ng-phases-stage {
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-top: 30px;
}
.ng-phase-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}
.ng-phase-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(233,125,37,.15);
    border: 1px solid rgba(233,125,37,.45);
    color: #E97D25;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.ng-phase-badge span { opacity: .5; }
.ng-phase-divider {
    width: 50px;
    height: 3px;
    background: #E97D25;
    border-radius: 2px;
    margin-bottom: 20px;
}
.ng-phase-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
    font-family: 'Outfit', sans-serif;
}
.ng-phase-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255,255,255,.55);
    max-width: 520px;
    margin-bottom: 28px;
}
.ng-phase-big-num {
    font-size: clamp(6rem, 11vw, 11rem);
    font-weight: 900;
    color: rgba(255,255,255,.05);
    font-family: 'Outfit', sans-serif;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}
/* Phase progress dots */
#ng-phases-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 32px 0 52px;
}
.ng-phase-dot {
    height: 4px;
    width: 28px;
    border-radius: 2px;
    background: rgba(255,255,255,.2);
    transition: background .35s ease, width .35s ease;
}
.ng-phase-dot.active {
    background: #E97D25;
    width: 48px;
}
@media (max-width: 767px) {
    #ng-phases-stage { height: 480px; }
    .ng-phase-title  { font-size: 1.8rem; }
}

/* ── Session Cards (image-free) ─────────────────────────────────── */
.ng-session-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(46,95,59,.13);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    cursor: pointer;
}
.ng-session-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(46,95,59,.11);
    border-color: rgba(233,125,37,.4);
    text-decoration: none;
}
/* Green header stripe */
.ng-session-card-top {
    background: #2E5F3B;
    padding: 22px 24px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
}
/* Faint large session number watermark */
.ng-session-num {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(255,255,255,.06);
    font-family: 'Outfit', sans-serif;
    position: absolute;
    top: 4px;
    right: 14px;
    pointer-events: none;
    user-select: none;
}
.ng-session-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ng-session-date {
    font-size: .78rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    font-family: 'Outfit', sans-serif;
    letter-spacing: .3px;
}
.ng-session-time {
    font-size: .72rem;
    color: rgba(255,255,255,.45);
    font-family: 'Outfit', sans-serif;
}
.ng-session-time::before { content: '·'; margin-right: 5px; }
.ng-session-category {
    display: inline-block;
    background: rgba(233,125,37,.2);
    border: 1px solid rgba(233,125,37,.45);
    color: #f5a96d;
    font-size: .63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 3px 11px;
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
    align-self: flex-start;
}
/* Card body */
.ng-session-card-body {
    padding: 22px 24px 14px;
    flex: 1;
}
.ng-session-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.45;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}
.ng-session-desc {
    font-size: .84rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0;
}
/* Card footer */
.ng-session-card-footer {
    padding: 12px 24px 16px;
    border-top: 1px solid rgba(46,95,59,.08);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: .77rem;
    color: #6b7280;
    font-family: 'Outfit', sans-serif;
}
.ng-session-speaker,
.ng-session-platform {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ng-session-speaker svg { color: #2E5F3B; flex-shrink: 0; }
.ng-session-platform svg { color: #2E5F3B; flex-shrink: 0; }
.ng-session-cta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    color: #E97D25;
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: gap .2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.ng-session-card:hover .ng-session-cta { gap: 9px; }

/* ── Featured Next Session Card ─────────────────────────────────── */
.ng-featured-session {
    display: grid;
    grid-template-columns: 420px 1fr;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 64px rgba(46,95,59,.10);
    min-height: 480px;
}
/* Speaker image */
.ng-fs-image {
    position: relative;
    overflow: hidden;
}
.ng-fs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .5s ease;
}
.ng-featured-session:hover .ng-fs-image img { transform: scale(1.04); }
.ng-fs-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(46,95,59,.35) 0%, transparent 60%);
    pointer-events: none;
}
/* Content */
.ng-fs-content {
    padding: 52px 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.ng-fs-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.ng-fs-category {
    background: rgba(233,125,37,.12);
    border: 1px solid rgba(233,125,37,.4);
    color: #E97D25;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
}
.ng-fs-session-num {
    font-size: .72rem;
    font-weight: 600;
    color: #aab5ab;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ng-fs-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: 'Outfit', sans-serif;
}
.ng-fs-desc {
    font-size: .95rem;
    color: #5a6472;
    line-height: 1.75;
    margin-bottom: 28px;
}
.ng-fs-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 36px;
}
.ng-fs-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .87rem;
    color: #374151;
    font-family: 'Outfit', sans-serif;
}
.ng-fs-detail-item svg { color: #2E5F3B; flex-shrink: 0; }
/* Responsive */
@media (max-width: 991px) {
    .ng-featured-session { grid-template-columns: 1fr; }
    .ng-fs-image { display: none; }
    .ng-fs-content { padding: 36px 28px 36px; }
}
@media (max-width: 575px) {
    .ng-fs-content { padding: 28px 20px 28px; }
    .ng-fs-title { font-size: 1.4rem; }
}
