body{
    margin:0;
    /* background:#9dc0dd; */
    font-family:Arial, sans-serif;
}

/* MAIN WRAPPER */
/* =========================
   TOP MENU
========================= */
/* ==========================
   TOP MENU
========================== */

/* HERO */

.hero{

    position:relative;

    height:520px;

    background:
    linear-gradient(
        90deg,
        rgba(10,45,80,.90),
        rgba(10,45,80,.30)
    ),
    url('hero-bg.jpg');

    background-size:cover;
    background-position:center;

    /*overflow:hidden;*/
}

.hero-content{

    padding-top:90px;
    padding-left:2px;

    color:#fff;

    position:relative;
    z-index:5;
}

.hero h1{

    font-size:62px;
    font-weight:700;
    line-height:1.1;

    max-width:700px;

    text-shadow:0 2px 10px rgba(0,0,0,.4);
}

.hero h2{

    color:#e3c063;

    margin-top:20px;

    font-size:38px;
    font-weight:700;
}

.hero p{

    font-size:28px;
    margin-top:20px;
}

/* MOLECULE IMAGE */

.molecule{

    position:absolute;

    left:-40px;
    bottom:-30px;

    width:380px;

    z-index:2;
}

.molecule img{
    width:100%;
}

/* BOTTOM MENU */

.bottom-menu{

    background:#0e3153;

    padding:15px 0;
}

.bottom-menu .menu-list{
    justify-content:center;
}

.bottom-menu a{
    color:#fff !important;
}

/* BOTTOM MENU RESPONSIVE */

@media(max-width:1199px){
    .bottom-menu .menu-list{
        margin-right:150px !important;
    }
    
    .bottom-menu .menu-list li a{
        font-size:13px;
    }
}

@media(max-width:991px){
    .bottom-menu .menu-list{
        margin-right:0 !important;
        flex-wrap:wrap;
        gap:5px;
    }
    
    .bottom-menu .menu-list li{
        display:inline;
    }
    
    .bottom-menu .menu-list li a{
        font-size:12px;
        padding:0 5px;
    }
    
    .bottom-menu .menu-list span{
        margin:0 2px;
        font-size:12px;
    }
    
    .bottom-menu{
        padding:10px 0;
    }
}

@media(max-width:767px){
    .bottom-menu .menu-list{
        margin-right:0 !important;
        flex-wrap:wrap;
        gap:0;
        justify-content:flex-start;
        padding:0 10px;
    }
    
    .bottom-menu .menu-list li{
        display:inline;
        font-size:11px;
    }
    
    .bottom-menu .menu-list li a{
        font-size:11px;
        padding:0 3px;
    }
    
    .bottom-menu .menu-list span{
        margin:0 1px;
        font-size:10px;
    }
    
    .bottom-menu{
        padding:8px 0;
    }
}

@media(max-width:576px){
    .bottom-menu .menu-list{
        margin-right:0 !important;
        flex-wrap:wrap;
        gap:0;
        justify-content:flex-start;
        padding:0 5px;
    }
    
    .bottom-menu .menu-list li{
        display:inline;
    }
    
    .bottom-menu .menu-list li a{
        font-size:10px;
        padding:0 2px;
    }
    
    .bottom-menu .menu-list span{
        margin:0 1px;
        font-size:9px;
    }
    
    .bottom-menu{
        padding:6px 0;
    }
}

.speaker-card{

    background:#edf5fb;

    border-radius:12px;

    text-align:center;

    padding:110px 20px 25px;

    position:relative;

    min-height:260px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.speaker-image{

    position:absolute;

    top:-90px;

    left:50%;

    transform:translateX(-50%);

    width: 190px;

    height:190px;

    border-radius:50%;

    border:4px solid #d5c08d;

    overflow:hidden;

    background:#555;

    box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.speaker-image img{

    width:100%;

    height:100%;

    object-fit:cover;
}

.speaker-card h4{

    font-size:32px;

    font-weight:700;

    margin-bottom:8px;

    color:#222;
}

.designation{

    display:block;

    font-size:13px;

    color:#666;

    margin-bottom:15px;
}

.speaker-card h6{

    font-weight:700;

    color:#111;

    margin-bottom:10px;
}

.speaker-card p{

    font-size:13px;

    color:#555;

    line-height:1.5;
}

.schedule-section{
    background:#f6f9fc;
}

.schedule-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
    height:100%;
}

.schedule-header{
    background:linear-gradient(180deg,#0b3a67,#285f93);
    color:#fff;
    text-align:center;
    padding:14px;
    font-size:22px;
    font-weight:700;
}

.schedule-body{
    padding:25px;
}

.schedule-body ul{
    padding-left:20px;
}

.schedule-body li{
    margin-bottom:18px;
    color:#444;
}

.schedule-body strong{
    color:#222;
    font-size:18px;
}

.sub-list{
    margin-top:8px;
}

.sub-list li{
    margin-bottom:4px;
    font-size:15px;
}

.highlight-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
    height:100%;
}

.highlight-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.highlight-card h5{
    font-weight:700;
    font-size:20px;
}

.highlight-card p{
    margin-bottom:0;
    color:#666;
}


.session-highlights{
    background:#f5f9fc;
    position:relative;
}

.highlightSwiper{
    padding:10px 5px 30px;
}

.highlight-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.highlight-card:hover{
    transform:translateY(-6px);
}

.highlight-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.highlight-content{
    padding:18px;
}

.highlight-content h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#222;
}

.highlight-content p{
    color:#666;
    font-size:14px;
    line-height:1.7;
    margin-bottom:0;
}



.session-highlights{
    background:#f8fafc;
}

.highlight-card{
    background:#fff;
    padding:30px 25px;
    text-align:center;
    border-radius:15px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:.3s;
    border-top:4px solid #2e6ea5;
}

.highlight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.highlight-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#eaf3fb;
    display:flex;
    align-items:center;
    justify-content:center;
}

.highlight-icon i{
    font-size:30px;
    color:#2e6ea5;
}

.highlight-card h5{
    font-weight:700;
    margin-bottom:12px;
}

.highlight-card p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.7;
}











/* WHO SHOULD ATTEND */

.attendees-section{
    background:#ffffff;
}

.attendee-card{
    text-align:center;
    transition:.3s;
}

.attendee-card img{
    width:250px;
    height:120px;
    border-radius:12px;
    object-fit:cover;
    margin-bottom:15px;
}

.attendee-card h5{
    font-size:20px;
    font-weight:700;
    color:#222;
    margin-bottom:6px;
}

.attendee-card p{
    font-size:13px;
    color:#666;
    line-height:1.5;
    margin:0;
}

/* LATEST NEWS */

.news-section{
    background:#eef5fa;
}

.news-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.news-card:hover{
    transform:translateY(-5px);
}

.news-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.news-content{
    padding:15px;
}

.news-tag{
    display:inline-block;
    color:#2b5d8f;
    font-size:12px;
    font-weight:600;
    margin-bottom:8px;
}

.news-content h5{
    font-size:18px;
    font-weight:700;
    color:#222;
    line-height:1.4;
    margin-bottom:15px;
    min-height:70px;
}

.news-content a{
    text-decoration:none;
    color:#2b5d8f;
    font-size:13px;
    font-weight:600;
}

.news-content a:hover{
    color:#0b3a67;
}

/* ==========================
   CONFERENCE HIGHLIGHTS
========================== */
/* ==========================
   CONFERENCE HIGHLIGHTS
========================== */

.conference-highlights{
    position:relative;
    overflow:hidden;
    background:#d8e9f5;
    padding:60px 0;
     z-index:2;
}

.conference-highlights .container{
    position:relative;
    z-index:2;
}

.conference-highlights h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:40px;
    color:#1c3554;
}

.highlight-info h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:8px;
    color:#111;
}

.highlight-info p{
    font-size:15px;
    color:#333;
    margin-bottom:20px;
}

.highlight-info ul{
    padding-left:18px;
}

.highlight-info li{
    font-size:14px;
    margin-bottom:5px;
}

.icon-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.icon-title i{
    font-size:20px;
    color:#4b6b88;
}

.icon-title span{
    font-weight:700;
}

/* Right Side Background Image */
.highlight-bg{
    position:absolute;
    top:-40px;
    right:-80px;

    width:350px;
    height:auto;

    opacity:0.5;
    border-radius:85px;
    z-index:1;
    pointer-events:none;
}

/* Tablet */

@media(max-width:991px){

    .highlight-bg{
        width:320px;
        right:-60px;
        opacity:0.10;
    }

    .conference-highlights{
        text-align:center;
    }

    .icon-title{
        justify-content:center;
    }
}

/* Mobile */

@media(max-width:767px){

    .highlight-bg{
        width:220px;
        right:-80px;
        opacity:0.08;
    }

    .highlight-info{
        margin-bottom:25px;
    }
}

/* ==========================
   SPONSORS
========================== */

.sponsors-section{
    background:#fff;
}

.sponsor-group{
    margin-bottom:40px;
    text-align:center;
}

.sponsor-group h5{
    font-weight:700;
    margin-bottom:25px;
    color:#444;
}

.sponsor-logos{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:35px;
}

.sponsor-logos img{
    max-height:120px;
    width:auto;
    object-fit:contain;
    transition:.3s;
}

.sponsor-logos img:hover{
    transform:scale(1.08);
}


/* ==========================
   FOOTER
========================== */

.conference-footer{
    background:#072847;
    color:#fff;
    padding-top:60px;
    position:relative;
}

.conference-footer h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.conference-footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.conference-footer ul li{
    margin-bottom:8px;
    font-size:14px;
}

.conference-footer ul li a{
    color:#dbe8f2;
    text-decoration:none;
}

.conference-footer ul li a:hover{
    color:#fff;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    color:#fff;
    font-size:20px;
}

.footer-bottom{
    text-align:center;
    padding:25px 0;
    margin-top:25px;
    border-top:1px solid rgba(255,255,255,.15);
    font-size:13px;
    color:#d8d8d8;
}