
/* Banner div Start CSS*/

.event-info-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 950px;
    margin: 10px auto 0;
    padding: 18px 24px;
    background: rgb(0 0 0 / 36%);
    border: 1px solid rgb(0 0 0 / 70%);
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.10);
}

.event-info-item {
    transition: transform 0.25s ease;
}

.event-info-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.event-info-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #b30000;
    color: #f1f5ff;
    font-size: 19px;
}

.event-info-content span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff;
    margin-bottom: 4px;
}

.event-info-content strong {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.event-info-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}


@media (max-width: 767px) {
    .event-info-content strong {
        white-space: normal;
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .event-info-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin-top: 25px;
        padding: 8px 18px;
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .event-info-item {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .event-info-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .event-info-content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .event-info-content strong {
        white-space: normal;
        font-size: 14px;
    }
}


/* Banner div End CSS*/


/* =========================================================
    /* MEET OUR GUESTS & HOST Start CSS*/
========================================================= */

.chief-guest-host-section {
    position: relative;
    width: 100%;
}

.chief-guest-host-section .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* SECTION HEADING */
.cg-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 32px;
}

    .cg-section-heading h2 {
        margin: 0;
        color: #08244b;
        font-size: 36px;
        line-height: 1.15;
        font-weight: 800;
        text-align: center;
    }

        .cg-section-heading h2 span {
            color: #b57913;
        }

        .cg-section-heading h2 b {
            color: #08244b;
            margin: 0 5px;
        }

/* CARDS ROW WRAPPER */
.cg-cards-row {
    display: flex;
    flex-wrap: wrap;
}

/* CARD INNER STRUCTURE */
.cg-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(8, 36, 75, 0.06);
}

/* BALANCED IMAGE BOX RATIO */
.cg-image-box {
    position: relative;
    width: 38%;
    flex: 0 0 38%;
    background: #0d1726;
    overflow: hidden;
}

.cg-person-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* BALANCED CONTENT BOX RATIO */
.cg-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 62%;
    flex: 0 0 62%;
    padding: 24px 28px;
    background: #ffffff;
}

.cg-label {
    color: #c70404;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cg-content h3 {
    margin: 0 0 8px;
    color: #08244b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.cg-designation,
.cg-host-designation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #18385e;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.4;
}

    .cg-designation i,
    .cg-host-designation i,
    .cg-sub-designation i {
        display: inline-block;
        width: 1px;
        height: 12px;
        background: #bd8b27;
    }

.cg-sub-designation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
    color: #526b88;
    font-size: 11px;
}

.cg-description {
    width: 100%;
    margin-top: 12px;
    padding: 10px 12px;
    color: #425670;
    background: #f2f5f9;
    border-radius: 10px;
    font-size: 11.5px;
    line-height: 1.45;
}

/* LINKEDIN BUTTON */
.cg-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 14px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #a30c10 0%, #5c0003 100%);
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    width: fit-content;
    transition: all 0.3s ease;
}

    .cg-linkedin:hover {
        background: #d09a2d;
        color: #06244c !important;
    }

.linkedin-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #ffffff;
    color: #06244c;
    border-radius: 3px;
    font-weight: 800;
    font-size: 12px;
}

/* BOTTOM TAGLINE */
.cg-bottom-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

    .cg-bottom-line > span {
        display: block;
        width: 80px;
        height: 1px;
        background: #c70404;
    }

    .cg-bottom-line p {
        margin: 0;
        color: #c70404;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }

        .cg-bottom-line p b {
            margin: 0 8px;
            color: #08244b;
        }

/* RESPONSIVE LAYOUT (TABLET & MOBILE) */
@media (max-width: 991px) {
    .cg-card {
        flex-direction: column;
    }

    .cg-image-box {
        width: 100% !important;
        flex: 0 0 280px !important;
        height: 280px;
    }

    .cg-content {
        width: 100% !important;
        flex: 1 1 auto !important;
        padding: 20px;
    }

    .cg-bottom-line > span {
        display: none;
        width: 80px;
        height: 1px;
        background: #c70404;
    }

    .cg-bottom-line p {
        text-align: center;
    }
}
/* FIXED MOBILE RESPONSIVE (SIDE-BY-SIDE LAYOUT) */
@media (max-width: 768px) {
    .cg-card {
        flex-direction: row !important; /* Forces Side-by-Side on Mobile */
        align-items: stretch;
    }

    .cg-image-box {
        width: 40% !important;
        flex: 0 0 40% !important;
        height: auto !important;
        min-height: 100%;
        background: #0d1726;
    }

    .cg-person-image {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center top !important;
    }

    .cg-content {
        width: 60% !important;
        flex: 0 0 60% !important;
        padding: 12px 14px !important; /* Compact padding for small screens */
    }

        .cg-content h3 {
            font-size: 15px !important;
            margin-bottom: 4px !important;
        }

    .cg-label {
        font-size: 9px !important;
        letter-spacing: 1px !important;
        margin-bottom: 4px !important;
    }

    .cg-designation,
    .cg-host-designation {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .cg-sub-designation {
        font-size: 9.5px !important;
        margin-top: 3px !important;
    }

    .cg-description {
        font-size: 10px !important;
        line-height: 1.35 !important;
        padding: 6px 8px !important;
        margin-top: 8px !important;
    }

    .cg-linkedin {
        font-size: 8.5px !important;
        padding: 5px 8px !important;
        margin-top: 8px !important;
        gap: 5px !important;
    }

    .linkedin-box {
        width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
    }

    .cg-bottom-line > span {
        display: none;
        width: 80px;
        height: 1px;
        background: #c70404;
    }

    .cg-bottom-line p {
        text-align: center;
    }
}


/* MEET OUR GUESTS & HOST END CSS*/


/* Founder Meet - Three Experiences  Start  CSS*/
/* Header Styles */
.fm-header {
    text-align: center;
    margin-bottom: 35px;
}

.fm-main-title {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fm-gold-text {
    background: linear-gradient(180deg, #fff3a7 0%, #dca842 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.fm-subtitle-pill {
    display: inline-block;
    border-top: 1px solid var(--fm-gold-dark);
    border-bottom: 1px solid var(--fm-gold-dark);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 4px 18px;
    margin-top: 10px;
    text-transform: uppercase;
}

/* Continuous Up & Down Floating Keyframe Animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Card Container & Smooth Hover Transitions */
.fm-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    /* Mouse Hover: Trigger Up & Down Floating Effect */
    .fm-card:hover {
        animation: floatUpDown 2s ease-in-out infinite;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
    }

/* Image Wrapper & Zoom Transition */
.fm-card-img-wrapper {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.fm-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.fm-card:hover .fm-card-img {
    transform: scale(1.08);
}

/* Middle Overlapping Circle Icon Transition */
.fm-circle-icon-box {
    width: 65px;
    height: 65px;
    background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
    color: #ffffff;
    border: 2px solid var(--fm-gold-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -33px auto 10px auto;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}

    .fm-circle-icon-box i {
        color: #ffffff;
        font-size: 1.6rem;
        transition: transform 0.4s ease;
    }

.fm-card:hover .fm-circle-icon-box {
    background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
    color: #ffffff;
}

    .fm-card:hover .fm-circle-icon-box i {
        transform: scale(1.15);
    }

/* Card Content Area */
.fm-card-body {
    padding: 10px 20px 25px 20px;
    text-align: center;
    color: #222222;
    flex-grow: 1;
}

.fm-card-title {
    color: var(--fm-red-title);
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.fm-card-subtitle {
    color: #111111;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 12px;
}

.fm-card-description {
    color: #444444;
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0;
}

/* Bottom Highlights Bar Transitions */
.fm-bottom-bar {
    margin-top: 40px;
    border-top: 1px solid #990000;
    padding-top: 25px;
}

.fm-bottom-item {
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    /* Bottom Item Hover Animation */
    .fm-bottom-item:hover {
        animation: floatUpDown 1.5s ease-in-out infinite;
    }

    .fm-bottom-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background: #990000;
    }

.fm-bottom-icon {
    color: #990000;
    font-size: 1.8rem;
    margin-bottom: 8px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.fm-bottom-item:hover .fm-bottom-icon {
    transform: scale(1.2);
}

.fm-bottom-text {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Responsive Fixes */
@media (max-width: 767px) {
    .fm-main-title {
        font-size: 1.8rem;
    }

    .fm-bottom-item {
        margin-bottom: 25px;
    }

        .fm-bottom-item:not(:last-child)::after {
            display: none;
        }
}

/* Founder Meet - Three Experiences  END CSS*/



/* Choose Your Access Start CSS*/
:root {
    --ns-red-dark: #3a0003;
    --ns-red-mid: #7d090d;
    --ns-red-bright: #b31217;
    --ns-gold-light: #fff2a3;
    --ns-gold-dark: #d29b26;
    --ns-blue-dark: #072a4d;
    --ns-blue-header: #0d4b85;
}

.ns-fm-pricing-section {
    overflow: hidden;
}

/* Section Header */
.ns-fm-header {
    text-align: center;
    margin-bottom: 45px;
}

.ns-fm-title {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.15;
    text-transform: uppercase;
}

.ns-fm-gold-gradient {
    background: linear-gradient(180deg, var(--ns-gold-light) 0%, var(--ns-gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.ns-fm-pill {
    display: inline-block;
    border-top: 1px solid var(--ns-gold-dark);
    border-bottom: 1px solid var(--ns-gold-dark);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 20px;
    margin-top: 12px;
    text-transform: uppercase;
}

/* Continuous Hover Float Effect */
@keyframes nsFmFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Pricing Card Design */
.ns-fm-pricing-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .ns-fm-pricing-card:hover {
        animation: nsFmFloat 2s ease-in-out infinite;
        box-shadow: 0 20px 45px rgba(0,0,0,0.6);
    }

/* Card Headers */
.ns-fm-pr-header {
    padding: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

    .ns-fm-pr-header.gold-bg {
        background: linear-gradient(135deg, #fbe789 0%, #dca842 100%);
        color: #000000;
    }

    .ns-fm-pr-header.red-bg {
        background: linear-gradient(135deg, #a30c10 0%, #5c0003 100%);
    }

    .ns-fm-pr-header.blue-bg {
        background: linear-gradient(135deg, #0b457b 0%, #031b33 100%);
    }

.ns-fm-pr-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.gold-bg .ns-fm-pr-icon {
    background-color: #0f1c2e;
    color: #ffffff;
}

.ns-fm-pr-title-box h3 {
    font-size: 0.95rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.ns-fm-pr-title-box p {
    font-size: 0.7rem;
    margin: 0;
    font-weight: 600;
    opacity: 0.9;
}

/* Card Features List */
.ns-fm-pr-body {
    padding: 18px;
    flex-grow: 1;
    color: #222222;
}

.ns-fm-pr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ns-fm-pr-list li {
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
    }

        .ns-fm-pr-list li i {
            width: 20px;
            color: var(--ns-red-bright);
            font-size: 14px;
            margin-top: 2px;
            margin-right: 10px;
        }

.blue-card .ns-fm-pr-list li i {
    color: var(--ns-blue-header);
}

/* Card 1: Exact Split Price Styling */
.ns-fm-split-container {
    background-color: #fff9e6;
    border-radius: 12px;
    padding: 10px;
    border: 1px dashed #e5c158;
}

.ns-fm-split-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ns-fm-split-col {
    flex: 1;
    text-align: center;
}

.ns-fm-split-title {
    font-size: 0.65rem;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.ns-fm-btn-free {
    background-color: #0b457b;
    color: #ffffff !important;
    font-weight: 900;
    font-size: 13px;
    padding: 4px 4px;
    border-radius: 6px;
    display: block;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.ns-fm-btn-paid {
    background-color: #b31217;
    color: #ffffff !important;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 4px 4px;
    border-radius: 6px;
    display: block;
    text-decoration: none !important;
    line-height: 1.1;
    transition: opacity 0.3s ease;
}

    .ns-fm-btn-paid span {
        font-size: 0.55rem;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
    }

.ns-fm-divider {
    width: 1px;
    height: 35px;
    background-color: #ccc;
}

.ns-fm-reg-note {
    font-size: 0.6rem;
    color: #666666;
    text-align: center;
    margin-top: 6px;
    font-weight: 600;
}

/* Card 2, 3, 4: Exact Full Width Price Anchor Buttons */
.ns-fm-pr-footer {
    padding: 12px 15px 15px 15px;
    background-color: #ffffff;
}

.ns-fm-full-price-btn {
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

    .ns-fm-full-price-btn:hover,
    .ns-fm-btn-free:hover,
    .ns-fm-btn-paid:hover {
        opacity: 0.9;
    }

.ns-fm-amount {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 8px;
}

.ns-fm-unit {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

/* Card Colors */
.ns-fm-full-price-btn.red-btn {
    background: linear-gradient(180deg, #b31217 0%, #7d090d 100%);
    color: #ffffff !important;
}

.ns-fm-full-price-btn.blue-btn {
    background: linear-gradient(180deg, #0b457b 0%, #031b33 100%);
    color: #ffffff !important;
}

.ns-fm-full-price-btn.gold-btn {
    background: linear-gradient(180deg, #fbe789 0%, #dca842 100%);
    color: #000000 !important;
}



@media (max-width: 767px) {
    .ns-fm-title {
        font-size: 1.7rem;
    }

    .ns-fm-amount {
        font-size: 1.5rem;
    }

    .ns-fm-unit {
        font-size: 0.65rem;
    }
}

/* Choose Your Access End CSS*/



/* Event Schedule Start CSS*/
.max-w-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.event-schedule-section {
    background-color: #f8f4f4;
    padding: 40px 15px;
}

/* HEADER SECTION */
.es-header h2 {
    color: #b8860b;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.es-subtext {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.es-divider {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

    .es-divider::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 15%;
        width: 70%;
        height: 1px;
        background: #d4a343;
        z-index: 1;
    }

    .es-divider span {
        position: relative;
        z-index: 2;
        background: #f8f4f4;
        padding: 0 15px;
        color: #b8860b;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }

/* CONTAINER & TOUCH SCROLL */
.es-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e2dcdc;
}

    .es-table-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .es-table-wrapper::-webkit-scrollbar-track {
        background: #f8f4f4;
    }

    .es-table-wrapper::-webkit-scrollbar-thumb {
        background: #d4a343;
        border-radius: 4px;
    }

/* TABLE GRID LAYOUT */
.es-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
}

    .es-table th,
    .es-table td {
        border-right: 1px solid #e0d8d8;
        border-bottom: 1px solid #e0d8d8;
        vertical-align: top;
        padding: 12px 14px;
        font-size: 12px;
        color: #333333;
        word-wrap: break-word;
    }

/* DESKTOP COLUMN WIDTHS */
.col-time {
    width: 140px;
}

.col-speaker {
    width: calc((100% - 140px) / 3);
}

.col-pitching {
    width: calc((100% - 140px) / 3);
}

.col-investor {
    width: calc((100% - 140px) / 3);
}

/* STICKY TIME COLUMN */
.col-time, .time-cell {
    position: sticky;
    left: 0;
    z-index: 10;
    background: linear-gradient(135deg, #a30c10 0%, #5c0003 100%);
    color: #ffffff !important;
    border-right: 2px solid #d4a343 !important;
}

.es-table thead .col-time {
    z-index: 11;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.time-cell {
    font-weight: 800;
    text-align: center;
    vertical-align: middle !important;
    font-size: 12px;
    line-height: 1.3;
}

/* TABLE HEADERS */
.es-table thead th {
    color: #ffffff;
    padding: 14px 12px;
    border-bottom: none;
}

.bg-speaker {
    background: linear-gradient(135deg, #fbe789 0%, #dca842 100%);
    color: #000 !important;
}

.bg-pitching {
    background-color: #a8131d;
}

.bg-investor {
    background: linear-gradient(135deg, #fbe789 0%, #dca842 100%);
    color: #000 !important;
}

.th-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .th-content i {
        font-size: 20px;
    }

.th-title {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.th-sub {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 2px;
}

.text-navy {
    color: #0a2540;
}

.text-red {
    color: #a8131d;
}

.cell-desc {
    margin-top: 4px;
    margin-bottom: 0;
    color: #555555;
    font-size: 11px;
}

.cell-list {
    margin: 6px 0 0 0;
    padding-left: 15px;
    color: #444444;
    font-size: 11px;
}

    .cell-list li {
        margin-bottom: 3px;
    }

/* BREAK ROWS (LUNCH & TEA) */
.bg-break {
    background: linear-gradient(135deg, #fbe789 0%, #dca842 100%);
}

.time-break {
    background: linear-gradient(135deg, #fbe789 0%, #dca842 100%);
    color: #0a2540 !important;
}

.break-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.break-box {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #e0d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0a2540;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
}

    .break-box:last-child {
        border-right: none;
    }

/* CLOSING CEREMONY FOOTER FIXED */
.es-table tfoot td {
    background: linear-gradient(135deg, #a30c10 0%, #5c0003 100%);
    border-top: 2px solid #d4a343 !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0;
}

.footer-banner-cell {
    display: flex;
    color: #ffffff;
    background: linear-gradient(135deg, #a30c10 0%, #5c0003 100%) width: 100%;
    min-height: 80px;
}

.ef-time {
    width: 140px;
    min-width: 140px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    border-right: 2px solid #d4a343;
    padding: 15px 10px;
    position: sticky;
    left: 0;
    z-index: 10;
    background: linear-gradient(135deg, #a30c10 0%, #5c0003 100%);
}

.ef-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
}

.trophy-icon {
    font-size: 28px;
    color: #e5be6b;
    flex-shrink: 0;
}

.ef-content h4 {
    margin: 0 0 6px 0;
    color: #e5be6b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    font-size: 11px;
    color: #ffffff;
}

    .footer-list li {
        display: flex;
        align-items: center;
    }

        .footer-list li::before {
            content: "•";
            color: #e5be6b;
            margin-right: 5px;
            font-weight: bold;
        }

.ef-tagline {
    width: 160px;
    min-width: 160px;
    text-align: right;
    color: #e5be6b;
    font-size: 13px;
    line-height: 1.2;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    flex-shrink: 0;
}

    .ef-tagline em {
        font-family: 'Georgia', serif;
        font-size: 15px;
        color: #ffffff;
    }

/* MOBILE RESPONSIVE MEDIA QUERIES */
@media (max-width: 768px) {
    .es-header h2 {
        font-size: 22px;
    }

    .es-subtext {
        font-size: 10px;
    }

    .event-schedule-section {
        padding: 15px 5px;
    }

    .es-table {
        width: 900px;
    }

    .col-time, .ef-time {
        width: 120px;
        min-width: 120px;
        font-size: 11px;
    }

    .col-speaker, .col-pitching, .col-investor {
        width: 260px;
    }

    .footer-list {
        gap: 6px 10px;
    }

        .footer-list li {
            font-size: 10px;
        }

    .ef-tagline {
        width: 130px;
        min-width: 130px;
        font-size: 11px;
        padding: 10px;
    }

        .ef-tagline em {
            font-size: 13px;
        }
}

/* Event Schedule End CSS*/
