/* CSS Document */
html body {
    background-color: #FAFBFF;
    font-family: 'Playfair Display', serif;
}

.bg-nav {
    background-color: #00719D;
}

.bg-footer {
    background-color: #00719D;
}

.bg-div {
    background-color: #00719D;
}

.border-blue {
    border-style: solid;
    border-color: #00719D;

}


.text-header {

    color: #00719D;
    transition: all .2s ease-in-out;
}

.text-nav-header {
    color: #005980 !important;
}

.text-bod {
    color: #00719D;
}

.bg-banner {
    background-image: url("https://www.toptal.com/designers/subtlepatterns/uploads/greek-vase.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.text-header:hover {
    transform: scale(1.05);
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*Print */

@media print {
    .noprint {
        visibility: hidden;
    }
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.dropshadow {
    -ms-box-shadow: 0px 3px 5px #444444 !important;
    -moz-box-shadow: 0px 3px 5px #444444 !important;
    -webkit-box-shadow: 0px 3px 5px #444444 !important;
    box-shadow: 0px 3px 5px #444444 !important;
}

@media screen and (max-width: 1060px) {
    #leftsidebar {
        display: none;
    }


}

@media screen and (min-width: 1061px) {
    #socialbar {
        display: none;
    }

}

/*navbar link */
/* Full Width Menu Options */
.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
    color: white !important;
    background-color: #FAFBFF;
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.border-biteme {
    border-style: solid;
    border-color: #11518C;
}


.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: thick;
    line-height: 1.428571429;
    color: #11518C;
    white-space: normal;
    text-decoration: none;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: white;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #11518CFF;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #cccccc;
    }
}

#infoi {
    position: absolute;
    top: 5 !important;
    left: 0;
}

#infoi {
    z-index: 10;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #11518C !important;
    background-color: #cccccc;
    border-radius: 5px;
}

/* end of mega menu */

/* ============================================================
   MODERN REDESIGN — SELA 2026
   ============================================================ */

/* --- Hero --- */
.hero-banner {
    background-color: #f4f9fc;
    padding: 4.5rem 0;
    border-bottom: 1px solid rgba(0, 113, 157, 0.12);
}

.hero-logo {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto !important;
    margin: 0 auto;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.12));
}

.hero-title {
    color: #00719D;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.hero-subtitle {
    color: #555;
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 0;
}

.btn-hero {
    display: inline-block;
    background: #00719D;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.65rem 2.2rem;
    border-radius: 50px;
    border: 2px solid #00719D;
    text-decoration: none;
    transition: background 0.22s ease, color 0.22s ease;
}

.btn-hero:hover,
.btn-hero:focus {
    background: transparent;
    color: #00719D;
}

/* --- Section Tag --- */
.section-tag {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #00719D;
    background: rgba(0, 113, 157, 0.1);
    padding: 0.28rem 0.9rem;
    border-radius: 20px;
    margin-bottom: 0.6rem;
    font-style: normal;
}

/* --- Schedule --- */
.schedule-list {
    display: flex;
    flex-direction: column;
}

.schedule-entry {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.65rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.schedule-entry:hover {
    box-shadow: 0 5px 18px rgba(0, 113, 157, 0.14);
}

.schedule-badge {
    background: #00719D;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 1rem 0.85rem;
    min-width: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    flex-shrink: 0;
}

.schedule-body {
    padding: 0.9rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule-title {
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 0.15rem;
    line-height: 1.4;
}

.schedule-sub {
    font-size: 0.83rem;
    color: #888;
    margin: 0;
}

.schedule-divider {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.1rem 0 0.65rem 0;
}

.schedule-divider::before,
.schedule-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e5e5;
}

.schedule-divider span {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #bbb;
    font-style: normal;
}

/* --- Panel Speakers --- */
.bg-panel {
    background-color: #eef6fb;
}

.speaker-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.speaker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 113, 157, 0.16);
}

.speaker-card .card-body {
    padding: 1.25rem 1.5rem;
}

.speaker-placeholder {
    height: 240px;
    background: linear-gradient(135deg, #005f85, #00719D);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
}

.speaker-name {
    color: #00719D;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.speaker-bio {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.68;
    margin: 0;
}

.badge-unconfirmed {
    background-color: #e9ecef;
    color: #888;
    font-size: 0.68rem;
    font-weight: 500;
    padding: 0.2em 0.65em;
    border-radius: 20px;
    letter-spacing: 0.03em;
}

.moderator-card {
    background: linear-gradient(135deg, #e6f3f9, #d4eaf5);
    border: 1.5px solid rgba(0, 113, 157, 0.18);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 113, 157, 0.08);
}

/* --- Nav link hover refinement --- */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
}

/* --- Footer top accent --- */
.bg-footer {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
}