.elementor-4317 .elementor-element.elementor-element-4a26f122{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-4317 .elementor-element.elementor-element-4a26f122::before, .elementor-4317 .elementor-element.elementor-element-4a26f122 > .elementor-background-video-container::before, .elementor-4317 .elementor-element.elementor-element-4a26f122 > .e-con-inner > .elementor-background-video-container::before, .elementor-4317 .elementor-element.elementor-element-4a26f122 > .elementor-background-slideshow::before, .elementor-4317 .elementor-element.elementor-element-4a26f122 > .e-con-inner > .elementor-background-slideshow::before, .elementor-4317 .elementor-element.elementor-element-4a26f122 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-4317 .elementor-element.elementor-element-4a26f122 > .elementor-shape-top svg, .elementor-4317 .elementor-element.elementor-element-4a26f122 > .e-con-inner > .elementor-shape-top svg{width:calc(100% + 1.3px);height:500px;}.elementor-4317 .elementor-element.elementor-element-4a26f122.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4317 .elementor-element.elementor-element-6cd588f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--border-radius:15px 15px 15px 15px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;overflow:visible;}.elementor-4317 .elementor-element.elementor-element-6cd588f > .elementor-shape-top svg, .elementor-4317 .elementor-element.elementor-element-6cd588f > .e-con-inner > .elementor-shape-top svg{width:calc(0% + 1.3px);height:0px;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4317 .elementor-element.elementor-element-edbb5e6{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4317 .elementor-element.elementor-element-7905739{text-align:center;}.elementor-4317 .elementor-element.elementor-element-7905739 .elementor-heading-title{font-family:var( --e-global-typography-b060735-font-family ), Sans-serif;font-size:var( --e-global-typography-b060735-font-size );font-weight:var( --e-global-typography-b060735-font-weight );line-height:var( --e-global-typography-b060735-line-height );}.elementor-4317 .elementor-element.elementor-element-fb7e509{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-4317 .elementor-element.elementor-element-7905739 .elementor-heading-title{font-size:var( --e-global-typography-b060735-font-size );line-height:var( --e-global-typography-b060735-line-height );}}@media(min-width:768px){.elementor-4317 .elementor-element.elementor-element-4a26f122{--width:90.645%;}.elementor-4317 .elementor-element.elementor-element-6cd588f{--width:100%;}}@media(max-width:767px){.elementor-4317 .elementor-element.elementor-element-4a26f122{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4317 .elementor-element.elementor-element-6cd588f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-4317 .elementor-element.elementor-element-7905739 .elementor-heading-title{font-size:var( --e-global-typography-b060735-font-size );line-height:var( --e-global-typography-b060735-line-height );}}/* Start custom CSS for html, class: .elementor-element-fb7e509 *//* ==========================================================
   AI WASHINGTON CONFERENCE
   AGENDA CARDS
   Primary Color: #182974
========================================================== */

.agenda-card{
    display:flex;
    gap:30px;
    background:#ffffff;
    border-radius:18px;
    padding:30px;
    margin-bottom:25px;
    border:1px solid #E5E7EB;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    position:relative;
    overflow:hidden;
}

.agenda-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 55px rgba(24,41,116,.18);
}

.agenda-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:linear-gradient(180deg,#182974,#2441A8);
}

/*============================
TIME
============================*/

.agenda-time{
    min-width:170px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.agenda-time span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 22px;
    border-radius:50px;
    background:linear-gradient(135deg,#182974,#2441A8);
    color:#fff;
    font-weight:700;
    font-size:17px;
    letter-spacing:.3px;
    white-space:nowrap;
}

/*============================
CONTENT
============================*/

.agenda-content{
    flex:1;
}

.agenda-content h3{
    font-size:28px;
    font-weight:700;
    color:#111827;
    margin:18px 0 14px;
}

.agenda-content p{
    margin:0;
    color:#6B7280;
    line-height:1.8;
    font-size:16px;
}

/*============================
BADGE
============================*/

.agenda-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:.6px;
    color:#182974;
    background:#EEF3FF;
}

/*============================
SPEAKER
============================*/

.speaker{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #ECECEC;
}

.speaker img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid #182974;
    transition:.35s;
    box-shadow:0 8px 24px rgba(24,41,116,.18);
}

.agenda-card:hover .speaker img{
    transform:scale(1.08);
}

.speaker strong{
    display:block;
    font-size:18px;
    color:#111827;
}

.speaker span{
    display:block;
    margin-top:5px;
    font-size:14px;
    color:#6B7280;
}

/*============================
ROOM
============================*/

.room{
    margin-top:18px;
    display:inline-block;
    background:#F3F4F6;
    color:#374151;
    padding:10px 18px;
    border-radius:30px;
    font-weight:600;
}

/*============================
DAY TITLE
============================*/

.agenda-day{
    margin:70px 0 35px;
    font-size:40px;
    font-weight:800;
    color:#111827;
    position:relative;
}

.agenda-day::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    background:linear-gradient(135deg,#182974,#2441A8);
    margin-top:12px;
    border-radius:10px;
}

/*============================
BADGE COLORS
============================*/

.badge-keynote{
    background:#EEF3FF;
    color:#182974;
}

.badge-opening{
    background:#EEF3FF;
    color:#182974;
}

.badge-presentation{
    background:#EEF3FF;
    color:#182974;
}

.badge-registration{
    background:#EEF3FF;
    color:#182974;
}

.badge-panel{
    background:#F3E8FF;
    color:#7E22CE;
}

.badge-network{
    background:#DCFCE7;
    color:#15803D;
}

.badge-break{
    background:#FEF3C7;
    color:#B45309;
}

.badge-lunch{
    background:#FFE4E6;
    color:#E11D48;
}

.badge-ceremony{
    background:#FEE2E2;
    color:#DC2626;
}

/*============================
FLAGS
============================*/

.flags{
    font-size:26px;
    margin-right:10px;
}

/*============================
RESPONSIVE
============================*/

/* ==========================================
TABLETS
========================================== */

@media (max-width:1024px){

    .agenda-card{
        gap:22px;
        padding:24px;
    }

    .agenda-time{
        min-width:150px;
    }

    .agenda-time span{
        font-size:15px;
        padding:12px 18px;
    }

    .agenda-content h3{
        font-size:24px;
        line-height:1.4;
    }

    .speaker img{
        width:100px;
        height:100px;
    }

}


/* ==========================================
MOBILE
========================================== */

@media (max-width:767px){

    .agenda-card{
        flex-direction:column;
        gap:18px;
        padding:20px;
        border-radius:16px;
    }

    .agenda-time{
        min-width:100%;
        justify-content:flex-start;
    }

    .agenda-time span{
        display:inline-flex;
        width:auto;
        font-size:14px;
        padding:10px 16px;
    }

    .agenda-content{
        width:100%;
    }

    .agenda-content h3{
        font-size:22px;
        line-height:1.4;
        margin:15px 0 12px;
    }

    .agenda-content p{
        font-size:15px;
        line-height:1.7;
    }

    .agenda-badge{
        font-size:11px;
        padding:7px 14px;
    }

    .speaker{
        display:flex;
        align-items:center;
        gap:14px;
        margin-top:18px;
        padding-top:18px;
    }

    .speaker img{
        width:100px;
        height:100px;
        flex-shrink:0;
    }

    .speaker strong{
        font-size:16px;
    }

    .speaker span{
        font-size:13px;
    }

    .agenda-day{
        font-size:30px;
        margin:45px 0 25px;
    }

}


/* ==========================================
SMALL PHONES
========================================== */

@media (max-width:480px){

    .agenda-card{
        padding:20px;
    }

    .agenda-time span{
        width:100%;
        justify-content:center;
        font-size:16px;
    }

    .agenda-content h3{
        font-size:20px;
    }

    .agenda-content p{
        font-size:14px;
    }

    .speaker img{
        width:110px;
        height:110px;
    }

    .speaker strong{
        font-size:16px;
    }

    .speaker span{
        font-size:13px;
        line-height: 18px;
    }
}


.agenda-talks p{
    margin:0 0 20px;
    line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3133cc0 *//* Desktop */
.speaker-grid{
    display:flex;
    gap:30px;
    margin-bottom:80px; /* Adjust as needed */
}
/* End Desktop */

/* ==========================================
   SPEAKER GRID (Mobile)
========================================== */

.speaker-grid{
    display:flex;
    gap:30px;
    margin-bottom:30px;
}

.speaker-box{
    text-align:center;
}

.speaker-box img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    margin:0 auto 12px;
    display:block;
}

.speaker-box strong{
    display:block;
    font-size:18px;
    margin-bottom:6px;
}

.speaker-box span{
    display:block;
    font-size:14px;
    line-height:1.5;
}

/* Mobile */
@media (max-width:768px){

    .speaker-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px;
        margin-bottom:30px;
    }

    .speaker-box img{
        width:120px;
        height:120px;
    }

    .speaker-box strong{
        font-size:14px;
    }

    .speaker-box span{
        font-size:10px;
    }

}/* End custom CSS */