html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

    .navbar-nav .nav-link:hover {
        color: #57b395 !important;
    }

.profile-menu {
    background: #439575;
    color: white !important;
    padding: 8px 16px;
    border-radius: 25px;
}

/* =========================================================
   CONFERENCE SMART HEADER
========================================================= */

.conference-topbar {
    background: linear-gradient( 135deg, #ffffff 0%, #f7fcfa 50%, #ffffff 100% );
    border-bottom: 1px solid #dcebe6;
    box-shadow: 0 4px 18px rgba(0, 70, 53, .06);
    position: relative;
    z-index: 100;
}


    .conference-topbar::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: linear-gradient( 90deg, #00765C 0%, #f2b84b 50%, #00765C 100% );
    }


.conference-header {
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 18px 35px;
}


/* =========================================================
   LOGOS
========================================================= */

.conference-logo {
    flex: 0 0 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


    .conference-logo img {
        max-width: 165px;
        max-height: 145px;
        width: auto;
        height: auto;
        object-fit: contain;
        transition: transform .25s ease;
    }


    .conference-logo:hover img {
        transform: scale(1.04);
    }


.conference-logo-left {
    justify-content: flex-start;
}


.conference-logo-right {
    justify-content: flex-end;
}


/* =========================================================
   CENTER CONTENT
========================================================= */

.conference-header-content {
    flex: 1;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}


.conference-kicker {
    color: #00765C;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 4px;
}


.conference-name {
    margin: 0;
    color: #07513f;
    font-size: clamp( 1.7rem, 3vw, 2.6rem );
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.5px;
}


    .conference-name span {
        color: #00765C;
        font-weight: 700;
        white-space: nowrap;
    }


    .conference-name strong {
        color: #c48a20;
        font-weight: 900;
        margin-left: 5px;
    }


.conference-title {
    max-width: 820px;
    margin: 10px auto 0;
    color: #4f625c;
    font-size: clamp( .82rem, 1.2vw, 1rem );
    line-height: 1.5;
    font-weight: 600;
}


.conference-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    color: #00765C;
    font-size: .82rem;
    font-weight: 700;
}


    .conference-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }


    .conference-meta i {
        color: #c48a20;
        font-size: .95rem;
    }


.meta-divider {
    color: #b6c9c2;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .conference-header {
        min-height: 135px;
        gap: 18px;
        padding: 16px 20px;
    }


    .conference-logo {
        flex-basis: 110px;
    }


        .conference-logo img {
            max-width: 105px;
            max-height: 80px;
        }


    .conference-title {
        font-size: .78rem;
    }


    .conference-meta {
        font-size: .75rem;
    }
}


@media (max-width: 767px) {

    .conference-header {
        display: grid;
        grid-template-columns: 75px 1fr 75px;
        gap: 10px;
        padding: 14px 12px;
    }


    .conference-logo {
        flex-basis: auto;
    }


        .conference-logo img {
            max-width: 70px;
            max-height: 65px;
        }


    .conference-logo-left {
        justify-content: center;
    }


    .conference-logo-right {
        justify-content: center;
    }


    .conference-kicker {
        font-size: .58rem;
        letter-spacing: 2px;
    }


    .conference-name {
        font-size: 1.35rem;
    }


    .conference-title {
        font-size: .68rem;
        line-height: 1.4;
        margin-top: 6px;
    }


    .conference-meta {
        font-size: .65rem;
        gap: 7px;
        margin-top: 8px;
    }


    .meta-divider {
        display: none !important;
    }
}


@media (max-width: 480px) {

    .conference-header {
        grid-template-columns: 55px 1fr 55px;
    }


    .conference-logo img {
        max-width: 52px;
        max-height: 52px;
    }


    .conference-name {
        font-size: 1.05rem;
    }


    .conference-title {
        font-size: .58rem;
    }


    .conference-meta {
        display: none;
    }
}



/* Mobile */
@media (max-width: 767px) {
    .hero-title {
        margin-top: 14px;
    }

    .event-name {
        font-size: 2.5rem;
        letter-spacing: -1.2px;
    }

    .event-hindi {
        margin-top: 8px;
        font-size: 1.25rem;
    }
}


/* =========================================================
   CONFERENCE HEADER
========================================================= */

.conference-topbar {
    background: #fff;
    border-bottom: 1px solid #e3eee9;
}


.conference-header {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 14px 25px;
}


/* =========================================================
   LOGOS
========================================================= */

.conference-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 90px;
    text-decoration: none;
}


    .conference-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }


.conference-logo-left {
    width: 115px;
}


.conference-logo-right {
    width: 145px;
}


/* =========================================================
   CENTER CONTENT
========================================================= */

.conference-header-content {
    flex: 1;
    text-align: center;
    min-width: 0;
}


.conference-name {
    margin: 0;
    color: #07513f;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.7px;
}


    .conference-name span {
        color: #00765C;
        font-size: .55em;
        font-weight: 700;
        white-space: nowrap;
    }


    .conference-name strong {
        color: #d99b22;
        font-weight: 900;
    }


.conference-title {
    max-width: 900px;
    margin: 9px auto 0;
    color: #566861;
    font-size: clamp(.72rem, 1.1vw, .92rem);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .1px;
}


/* =========================================================
   NAVBAR
========================================================= */

.conference-navbar {
    min-height: 50px;
    padding: 0;
    background: linear-gradient( 90deg, #064d3d, #00765C );
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
}


    .conference-navbar .navbar-nav {
        gap: 3px;
    }


    .conference-navbar .nav-link {
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 0 12px !important;
        color: rgba(255,255,255,.9) !important;
        font-size: .76rem;
        font-weight: 700;
        border-bottom: 2px solid transparent;
        transition: all .2s ease;
    }


        .conference-navbar .nav-link:hover,
        .conference-navbar .nav-link:focus {
            color: #fff !important;
            background: rgba(255,255,255,.08);
            border-bottom-color: #f2b84b;
        }


    /* =========================================================
   DROPDOWN
========================================================= */

    .conference-navbar .dropdown-menu {
        min-width: 190px;
        margin-top: 0;
        padding: 7px;
        border: 1px solid #dcebe6;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,.12);
    }


    .conference-navbar .dropdown-item {
        padding: 8px 10px;
        color: #29483f;
        font-size: .75rem;
        font-weight: 600;
        border-radius: 7px;
    }


        .conference-navbar .dropdown-item:hover {
            color: #07513f;
            background: #eaf7f3;
        }


/* =========================================================
   LOGIN
========================================================= */

.login-item {
    margin-left: 8px;
}


.btn-login {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px;
    color: #fff !important;
    background: #198754;
    border: 1px solid #198754;
    border-radius: 7px;
    font-size: .74rem;
    font-weight: 700;
}


    .btn-login:hover {
        background: #157347;
        border-color: #157347;
    }


/* =========================================================
   USER MENU
========================================================= */

.user-menu {
    margin-left: 8px;
}


.user-link {
    color: #ffd76a !important;
    font-weight: 700 !important;
}


/* =========================================================
   MOBILE TOGGLE
========================================================= */

.conference-navbar .navbar-toggler {
    display: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 7px;
    padding: 6px 11px;
    font-size: .8rem;
}


    .conference-navbar .navbar-toggler i {
        font-size: 1.15rem;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .conference-header {
        min-height: 105px;
        padding: 12px 18px;
        gap: 15px;
    }


    .conference-logo {
        width: 85px;
        height: 72px;
    }


    .conference-logo-left {
        width: 90px;
    }


    .conference-logo-right {
        width: 115px;
    }


    .conference-title {
        font-size: .72rem;
        max-width: 650px;
    }


    /* Show mobile navbar */
    .conference-navbar .navbar-toggler {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }


    .conference-navbar {
        padding: 6px 0;
    }


        .conference-navbar .navbar-collapse {
            padding: 8px 0 10px;
        }


        .conference-navbar .navbar-nav {
            align-items: stretch !important;
            gap: 1px;
            width: 100%;
        }


        .conference-navbar .nav-link {
            min-height: 42px;
            padding: 9px 12px !important;
            border-bottom: 0;
            border-radius: 6px;
        }


            .conference-navbar .nav-link:hover {
                background: rgba(255,255,255,.10);
            }


    .login-item,
    .user-menu {
        margin-left: 0;
    }


    .btn-login {
        margin-top: 5px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .conference-header {
        min-height: 82px;
        gap: 7px;
        padding: 8px 10px;
    }


    /* Smaller logos */
    .conference-logo {
        height: 55px;
    }


    .conference-logo-left {
        width: 63px;
    }


    .conference-logo-right {
        width: 78px;
    }


    /* Center title */
    .conference-name {
        font-size: 1.35rem;
        letter-spacing: -.4px;
        line-height: 1.05;
    }


        .conference-name span {
            display: block;
            margin-top: 3px;
            font-size: .62em;
        }


        .conference-name strong {
            font-size: .85em;
        }


    .conference-title {
        display: none;
    }


    /* Navbar */
    .conference-navbar {
        min-height: 45px;
        padding: 5px 10px;
    }


        .conference-navbar .container {
            padding: 0;
        }


        .conference-navbar .navbar-toggler {
            width: 100%;
            justify-content: center;
            padding: 6px;
            font-size: .75rem;
        }


        .conference-navbar .navbar-collapse {
            padding-top: 7px;
        }


        .conference-navbar .nav-link {
            justify-content: flex-start;
            min-height: 40px;
            padding: 8px 12px !important;
            font-size: .76rem;
        }


        .conference-navbar .dropdown-menu {
            margin: 0 8px;
            background: rgba(255,255,255,.98);
        }


        .conference-navbar .dropdown-item {
            font-size: .74rem;
        }


    .btn-login {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 5px;
    }


    /* User account */
    .user-link {
        justify-content: flex-start !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .conference-header {
        padding-left: 7px;
        padding-right: 7px;
    }


    .conference-logo-left {
        width: 55px;
    }


    .conference-logo-right {
        width: 68px;
    }


    .conference-logo {
        height: 48px;
    }


    .conference-name {
        font-size: 1.18rem;
    }


        .conference-name span {
            font-size: .58em;
        }
}