﻿@font-face {
    font-family: "GOTHIC";
    src: url("../lib/font/GOTHIC.TTF");
}

@font-face {
    font-family: "GOTHICBI";
    src: url("../lib/font/GOTHICBI.TTF");
}

@font-face {
    font-family: "GOTHICB";
    src: url("../lib/font/GOTHICB.TTF");
}

.field-validation-error, .validation-summary-errors {
    color: var(--bs-red);
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px ridge var(--bs-red);
}

.validation-summary-errors ul {
    list-style-type: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding-top: 60px;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    body.delegate-page {
        background: url('../img/info/delegate_frees/delegate_bg.jpg') no-repeat #1d1b03;
        ;
        background-attachment: fixed;
        color: #fff;
    }

    body.accommodation-page {
        background: url('../img/info/accom_frees/accom_bg.jpg') no-repeat #1d1b03;
        background-attachment: fixed;
        color: #fff;
    }

    body.advertising-page {
        background: url('../img/info/adver_frees/adver_bg.jpg') no-repeat #1d1b03;
        background-attachment: fixed;
        color: #fff;
        background-position: center 80%;
    }

    body.branding-page {
        background: url('../img/info/branding_frees/branding_bg.jpg') no-repeat #1d1b03;
        background-attachment: fixed;
        color: #fff;
        background-position:center;
    }

    body.special-page {
        background: url('../img/info/special_frees/special_bg.jpg') no-repeat #1d1b03;
        background-attachment: fixed;
        color: #fff;
    }

    body.oneonone-page {
        background: url('../img/info/1on1/1on1_bg.jpg') no-repeat #1d1b03;
        background-attachment: fixed;
        color: #fff;
        background-position:center bottom;
    }

    body.sponsor-page {
        background: url('../img/info/packages_frees/others_bg.jpg') no-repeat #1d1b03;
        background-attachment: fixed;
        color: #fff;
        background-position: center 80%;
    }

main {
    flex: 1;
}
a {
    color: #f0d033;    
    transition: 0.5s;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color:#f9a79e;
    outline: none;
    text-decoration: none;
}
.text-danger {
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}
.std_table th {
    background-color: #bd1e09;
    color: #fff;
}

#agendas, #pricing, #registration, #about {
    scroll-margin-top: 140px;
}
.agenda_table th {
    background-color: #f9b0a9;
    border: 1px solid #1d1b03;
    color: #4c3810;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
}
.agenda_table td {   
    border: 1px solid #1d1b03;
}
.agenda_table .std_table_sub {
    background-color: #bd1e09;
    color: #fff;
}
.navbar-theme {
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 99%, rgba(245, 242, 242, 1) 99%);
}
/*===========DOWNLOAD AREA==============================*/
#downloads_area {
    position: absolute;
    margin-top: 26%;
    padding-left: 20px;   
}
.downloads_bt {
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.download_item {
    text-align: center;
    display: inline-block;
}
.download_box {
    position: relative;
    z-index: 9;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: thin #FFF solid;
    margin-top: -60px;
    margin-left: 7%;
    width: 60%;
    display:none;
    background: rgba(160, 1, 7, 0.75);
}
.download_box a{
    color:#FFFFFF;
}
/*================bestpartner ================*/
.bestpartner_box {
    margin: 17% 0 0 65%;
    position: absolute;
    z-index: 999;
    width: 280px;
    text-align: center;
}
.best_text {
    padding: 10px 5px;
    color: #FFF;
    font-size: 14px;   
    font-weight: bold;
    text-shadow: rgb(14, 13, 12) 1px 0px 0px, rgb(14, 13, 12) 0.540302px 0.841471px 0px, rgb(14, 13, 12) -0.416147px 0.909297px 0px, rgb(14, 13, 12) -0.989993px 0.14112px 0px, rgb(14, 13, 12) -0.653644px -0.756803px 0px, rgb(14, 13, 12) 0.283662px -0.958924px 0px, rgb(14, 13, 12) 0.96017px -0.279416px 0px;
}
   /*================eDirectory popup================*/
    #DownloadFrmModal .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 999; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    #DownloadFrmModal .modal-content {
        margin: 15% auto; /* 15% from the top and centered */
        width: 50%; /* Could be more or less, depending on screen size */
        background: #f9b0a9;
    }

    .close-button {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        margin-left: 95%;
    }

    .close-button:hover, .close-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    @media (max-width: 1366px) {
        .bestpartner_box {
            margin: 14% 0 0 65%;
        }
    }

    @media (max-width: 1200px) {
        .bestpartner_box {
            margin: 12% 0 0 60%;
        }
    }

    @media (max-width: 1024px) {
        .bestpartner_box {
            margin: 8% 0 0 58%;
            width: 250px;
        }
    }

    @media (max-width: 768px) {
        .download_detail {
            font-size: 12px;
        }

        #downloads_area {
            margin-top: 20%;
        }

        .bestpartner_box {
            margin: 10% 0 0 48%;
            width: 200px;
        }

            .bestpartner_box img {
                width: 60%
            }

        .best_text {
            font-size: 10px;
        }
    }

    @media (max-width: 767px) {
        #downloads_area {
            margin-top: 30%;
        }
        .downloads_bt {
            width: 80px;
        }

        .download_box {
            width: 50%;
        }

        .download_box a {
            color: #FFFFFF;
        }

        .download_item {
            padding: 10px;
        }

        .download_detail {
            font-size: 10px;
        }

        .bestpartner_box {
            margin: 8% 0 0 60%;
            width: 200px;
        }
    }

    /*================start background detail================*/
    #pricing {
        background-image: url('../img/info/pricing/delegate_bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        transition: background-image 0.5s ease-in-out;
        min-height: 800px;
    }

    #pills-pricing .nav-item .nav-link {
        padding: 0px 10px;
    }

    #pills-pricing .nav-item .nav-link img {
        width: 110px;
    }

    #registration {
        background-image: url('../img/info/registation/registation_bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .btn_register {
        color: #c5c5c5;
        background: url(../img/info/pricing/reserve_bt_bg.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: center;
        width: 170px;
        height: 35px;
        border-radius: 10px;
        font-size: 14px;
        border: thin #FFF solid;
        font-weight: bold;
    }

        .btn_register:hover {
            border: thin #FFF solid;
            color: yellow;
            font-weight: bold;
        }
    /*================end background detail================*/

    h1, h2, h3, h4 {
        font-weight: bold;
    }

    .section-header h1, .section-header h2, .section-header h3, .section-header h4 {
        text-align: center;
        position: relative;
        text-transform: uppercase;
    }

    hr.line {
        border-top: 4px solid #ee3f40;
        width: 170px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 30px;
        opacity: 1;
    }

    .table-transparent td {
        color: #fff;
        background-color: transparent !important;
    }

    .follow_us {
        background: #5b0303;
        height: 240px;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }

        .follow_us .footer-link {
            color: #fff !important;
        }

            .follow_us .footer-link:hover {
                color: #f0d033 !important;
            }

    .modal-content {
        color: #000000
    }

    .nav-pills .nav-link {
        color: var(--bs-danger);
    }

        .nav-pills .nav-link.active {
            background-color: var(--bs-danger);
            color: var(--bs-secondary);
        }

    .img-sponsor {
        height: 160px;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background: #fff;
    }

        .img-sponsor img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: all 0.4s ease-in-out;
        }

            .img-sponsor img:hover {
                transform: scale(1.2);
            }
    /*================Navbar================*/
    .background-navbar {
        /*background-image: url(https://dev.conference.lognetglobal.com/lognet2025/img/info/menu/bg_header.png);*/
        background-size: auto;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: right 0px top -30px;
        min-height: 90px;
    }


    .navbar-nav .nav-link {
        /*border-right: 2px solid rgb(0, 0, 0);*/
        min-width: 100px;
        color: #808080;
        font-size: 16px;
    }

        .navbar-nav .nav-link:hover {
            color: #b81b05;
        }

        .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
            color: #b81b05;
        }


    .dropdown-menu {
        color: #FFFFFF;
        background-color: #bd1e09;
        border: none;
    }


    .dropdown-item, .dropdown-item a:link, .dropdown-item a:active {
        color: #FFFFFF;
    }

        .dropdown-item:hover {
            color: #F7DAA4;
            background-color: #bd1e09;
        }
    /* class md */
    @media (max-width: 991px) {
        .navbar-nav .nav-link {
            background-image: none;
            background-color: transparent;
            color: #ffc107;
        }
    }

    .navbar-nav.navbar-lg-bottom-right {
        flex-direction: column !important;
        width: 100% !important;
        position: static !important;
        margin-right: 0 !important;
        bottom: auto !important;
        right: auto !important;
    }


    @media (min-width: 992px) {
        .navbar-nav.navbar-lg-bottom-right {
            flex-direction: row !important;
            width: auto !important;
            position: absolute !important;
            bottom: 0 !important;
            right: 1rem !important;
            margin: 0 !important;
        }



        .disclaimer-text {
            color: #00A;
            line-height: normal;
            text-align: justify
        }

        /*================Booking================*/
        .bookingDate {
            cursor: pointer;
            border-radius: 4px;
        }

            .bookingDate:hover {
                font-weight: bold;
            }

            .bookingDate.selected {
                background-color: #198754;
                color: white;
            }

            .bookingDate.inRange {
                background-color: #d1e7dd;
            }

        .info-list {
            padding-left: 1.5rem;
        }

            .info-list li {
                list-style-type: disc;
                list-style-position: outside;
            }

        .info-label {
            display: inline-block;
            min-width: 220px;
        }

        .info-content {
            display: inline;
        }
