/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #314862; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #13447f; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #065cc2; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #314862;  /* The default color of the main navmenu links */
  --nav-hover-color: #065cc2; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #11427d; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #065cc2; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #acc4e0; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ffffff; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

:root {
  --color-dark-blue: #112641;  
  --color-blue: #337ab9; 
  --color-light-blue: #52a5d2; 
  --color-grey: #9b8b7e; 
  --color-blue2: #5a7e9f;
  --color-grey2: #625758;
}


/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f7faff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #065cc2;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #afcdf1;
  --surface-color: #2973cc;
  --contrast-color: #ffffff;
}






.hero1-section-area {
    background-image: url(/images/bg_header.jpg) !important;
    height: 680px;
    padding: 82px 0 0 0;
    .header-title-wrap {
        padding-bottom: 2rem;
        .header-title {
            padding-left: 125px;
            padding-bottom: 25px;
            width: 500px;
        }
    }
    .location-item {
            color: #fff;
            padding-bottom: 0.2rem;
            font-size: 1.15rem;
            span {
                display: inline-block;
                width: 107px;
                font-size: 1.3rem;
                color: #35befd;

                span {
                display: inline-block;
                width: 32px;
                    img {
                        width: 24px;
                        vertical-align: top;
                    }
                }
            }
        }
}

.vl-btn9.btn2 {
    background: transparent;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    margin-right: 10px;
    padding: 18px 10px;
    text-transform: initial;
    &:hover {
                color: #112641;
    }
    &::after {
        background: #fff !important;
    }
    span {
        font-size: 1.15rem;
    }
}







.inner-page-header {
    padding: 130px 0 70px 0;
}

.inner-page-header .heading1 a {
    font-size: 20px;
    font-weight: 400;
}

.heading1 h1 {
    font-size: 54px;
    font-weight: 700;
    text-transform: inherit !important;
}

.homepage1-body .header-area.homepage1 .header-elements .site-logo img {
    width: 115px;
    height: auto;
}

.homepage1-body .header-area.homepage1 .header-elements {
    padding-right: 50px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a:hover {
    color: #35befd !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a  {
    color: #35befd !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    color: #35befd !important;
    background: #35befd !important;
}




.main-intro-img {
    div {
        margin-bottom: 0.5rem;
        border-radius: 8px;
        img {
            border-radius: 8px;
        }
    }
}

.about-header-area.heading2 {
 p {
    font-family: "Figtree", sans-serif !important;

 }
 .about1-section-area .about-header-area .about-auhtor-box {
    padding-bottom: 10px !important;
 }
 .text-list {
    p {
        position: relative;
        padding-left: 1rem;
        line-height: 1.3;
        padding-bottom: 0.8rem;
        &::before {
            content: "*";
            position: absolute;
            top: 3px;
            left: 0;  
        }
    }
 }
}















.gardiant-bg {
    background: linear-gradient(181deg, #ffffff 3%, #35befd 100%);
}



.schedule-section {
    padding-top: 100px;
    z-index: 1;
}
.pos-rel {
    position: relative;
    padding-top: 130px;
}

.xb-schedule-table {
    overflow: hidden;
    border: none;
    margin-top: -66px;
    border-radius: 1rem;
    -webkit-border-radius:1rem;;
    background: #ffffff;
    box-shadow: 0 4px 11px 0 rgba(1, 58, 55, 0.15);
    thead {
        tr th {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            color: var(--color-white);
            background-color: #35befd;
        }
    }
    tr {
        &:not(:last-child) {
            border-bottom: 1px solid #cbcad3;
        }
        th,
        td {
            padding: 20px 15px;
            border-bottom-width: 0;
            &:not(:last-child) {
                border-right: 1px solid #cbcad3;
            }
            
            .time {
                display: block;
                font-size: 15px;
                font-weight: 500;
                color: var(--color-heading);
            }
            .schedule-title {
                font-size: 20px;
                font-weight: 700;
                color: var(--color-heading);
            }
        }
    }
                tbody {
                    tr {
                        td {
                            line-height: 1.3;
                            font-weight: 400;
                            &:first-child {
                                padding-left: 10px;
                                padding-right: 10px;
                                width: 11%;
                                font-size: 1.1rem;
                                font-weight: 400;
                            }
                            &:last-child {
                                font-size: 18px;
                            }
                            &:first-child {
                                background-color: #eef6fa;
                            }
                        }
                    }
                    .opening {
                            font-size: var(--ztc-font-size-font-s20) !important;
                            div {
                                padding-top: .5rem;
                                font-weight: 300 !important;
                                font-size: 17px !important;
                                line-height: 1.5;
                            }
                        }
                }
}

.schedule-section-area {
    .slogan {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -8.5rem;
        font-weight: 600;
        font-size: 1.7rem;
        line-height: 1.4;
        color: var(--heading-color);
    }
    td {
        font-family: "Figtree", sans-serif !important;
        span {
            padding-top: 5px;
        }
    }
    p {
        color: red;
    }
    .comm {
        padding-left: 1.3rem;
        padding-top: 0.5rem;
        p {
            font-size: 1.2rem;
            color: var(--heading-color);
            padding-bottom: 0.3rem;
            font-weight: 500;
        }
    }
} 



/*about*/
.about7-section-area {
    .about-all-images {
        margin-left: 10%;
    }
} 

.about-dugc {
font-family: "Figtree", sans-serif !important;
    .heading10 {
        h3 {
            font-size: 2rem;
            font-weight: 600;
            line-height: 1.4;
            color: var(--heading-color);
        }
        h4 {
            color: var(--heading-color);
        }
        p {
        font-family: var(--ztc-family-font2);
        font-weight: 400;
            strong {
                color: #262626;
            }
        }
    } 
}

.brands1-section-area.sponsors {
    background-color: #fff !important;
    .col-lg-2 {
        width: 20%;
        .brand-box {
            padding: 18px 0;
            img {
                    width: 169px;
                    height: 70px;
                }
        }
    }
    .heading2 {
            h5 {
            padding: 13px 30px !important;
            font-size: 1.2rem;
            margin-bottom: 0.9rem;
            }
        }
}






/*spearkers*/
.speakers {
    padding-top: 4rem;
    padding-bottom: 7rem;
    .subtitle {
        padding-top: 2rem;
        padding-bottom: 1rem;
        display: block;
        margin: 9px 0px 0px 0px;
        color: #2562ff;
        font-family: var(--itconf-content-font-family);
        font-size: 30px;
        line-height: 1.25em;
        font-weight: 700;
        letter-spacing: -0.05em;
        overflow: hidden;
        order: 1;
        width: 100%;
        span {
            font-weight: 200;
            display: inline-block;
            padding-left: 1rem;
            letter-spacing: 1px;
        }
        &::after {
            background-color: #232323;
            display: inline-block;
            margin-left: calc(0.25em + 10px);
            margin-right: -100% !important;
            font-size: 48px;
            content: "";
            vertical-align: middle;
            width: 100%;
            height: 1px;
            margin-bottom: 0.1em;
            box-sizing: border-box;
        }
    }
}

.speaker-photo {
    margin: 10px auto 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--accent-color);
    box-shadow: 0 10px 30px 
 color-mix(in srgb, var(--accent-color), transparent 80%);
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    }
}

.speaker-info {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    word-break: keep-all;
    line-height: 1.2;
    font-weight: 300;
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
        h4 {
            padding-top: 15px;
            padding-bottom: 10px;
            color:#192739;
        font-size: 1.3rem;
        font-weight: 700;
        }
        .speaker-position {
            display: block;
            position: relative;
            font-size: 15px;
            padding-bottom: 1rem;
            /* &::before {
                content: "";
                    position: absolute;
                    top: 8px;
                    left: 0;  
                    width: 2px;
                    height: 2px;
                    background: color-mix(in srgb, var(--default-color), transparent 20%);
            } */
        }
}

.speakers-list {
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 1.5rem 0 1.5rem .5rem !important;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s 
ease-in-out;
    padding: 28px;
    transition: all 0.4s;
    margin-bottom: 30px;
    .time {
        font-family: var(--ztc-family-font1) !important;
        letter-spacing: 1.5px;
        border-radius: 6px;
        background-color: #f1f1f1;
        padding: 0.15rem 0.7rem 0.1rem 0.7rem;
        display: inline;
        background-color: #f0f6fe;
        color: #0c287b;
        font-size: 0.9rem;
        i {
            display: inline-block;
            margin-right: 0.5rem;
        }
    }
    .rounded {
        border-radius: 12px;
        width: 19%;
        padding-left: 0;
        padding-right: 0;
        img {
            width: 160px;
            border-radius: 10px;
            object-fit: cover;
            border: 1px solid #eee;
        }
    }
    .list-group-item {
        padding-left: 1rem;
        padding-right: 2.5rem;
        color: var(--default-color);
        h5 {
            padding-top: 0.9rem;
            padding-bottom: .5rem;
            line-height: 1.3;
            font-size: 1.4rem;
            font-weight: 600;
            word-break: keep-all;
            color: var(--heading-color);
        }
    }
    .history {
        width: 31%;
        word-break: keep-all;
        padding: 1.4rem;
        padding-bottom: 0;
        border-radius: 1rem;
        background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--surface-color), var(--accent-color) 5%) 100%);
 /* border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%); */
        ul {
            li {
                position: relative;
                font-size: 15px;
                padding-left: 1.3rem;
                font-weight: 400;
                line-height: 1.3;
                padding-bottom: .6rem;
                color: var(--heading-color);
                &::before {
                    content: "";
                    position: absolute;
                    top: 11px;
                    left: 6px;  
                    width: 5px;
                    height: 1px;
                    background: #262626;
                }
            }
        }
    }
}

.light-background {
    --background-color: #f7faff;
    --surface-color: #ffffff;
}


.section.light-background {
    color: var(--default-color);
    padding: 60px 0;
    overflow: clip;
}  





/*Committees*/

.comm-title {
    padding: 2.5rem 0 4rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 74%;
    margin: 50px auto;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 500px;
    div {
        padding: 40px 90px;
    border: 1px solid #eee;
    border-radius: 400px;
    background: #fff;
    }
}

.content-section {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: var(--heading-color);
    }

    .list-items {
        list-style: none;
        padding: 0 0 0 5px;
        margin: 20px 0 70px 0;

        li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 12px;
            font-size: 1.1rem;
            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: var(--accent-color);
            }
        }
    }
}

.justify-content-center.logo2 {
    padding-top: 3rem;
    div {
         margin-left: 3rem;
         margin-right: 3rem;
    }
}









.map-container {
    iframe {
        width: 100%;
        height: 400px;
    }
}

.venue-content {
    h3 {
        padding-left: 2rem;
        background-image: url('/conference//D-G2CAM/images/location-dot-regular-full.svg');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 0 0;
        font-size: 1.5rem;
    }
    .directions {
        padding-left: 7px;
        padding-top: 25px;
        display: flex;
        .icon {
            text-align: center;
            width: 60px;
            height: 56px;
            line-height: 52px;
            border-radius: 50%;
            background-color: var(--accent-color);
        }
        .transit {
            padding-left: 20px;
            h4 {
                font-size: 20px;
                padding-bottom: 5px;
                font-weight: 700;
            }
            p {
                font-size: 17px;
                padding-left: .9rem;
                position: relative;
                &::before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    left: 3px;  
                    width: 3px;
                    height: 3px;
                    background: color-mix(in srgb, var(--default-color), transparent 20%);
                }
            }
        }

    }
}

footer {
    margin-top: 5rem;
    padding: 1.5rem 0;
    background-color: #F9FAFB;
    .xb-footer_bottom {
    padding: 20px 0;
    position: relative;
    .ul_li_between {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    li {
        float: left;
        list-style: none;
        display: inline-block;
        padding-left: 1.5rem;
        &:first-child {
            font-weight: 700;
            font-size: 18px;
        }
        i {
            padding-right: .5rem;
        }
        a {
            color: var(--bs-body-color);
        }
    }
    }
}

}


.contact-inner-section .contact4-boxarea .input-area .input {
        font-size: 16px;
        font-weight: 500;
    }
.contact4-boxarea {
    
    #privacyPolicy {
        p {
            font-size: 15px;
        }
    }
    .form-check {
        padding: .7rem .7rem .7rem 3rem;
        background-color: #f1f6fe;
        border-radius: 5px;
    }
}






/*regist*/
.conf-info {
    text-align: left;
    font-size: 1.2rem;

    .desc {
        font-size: 1.5rem;
        font-weight: 600;
        word-break: keep-all;
        padding-right: 1rem;
        padding-bottom: 4rem;
    }

    .conf-info-tit {
    font-weight: 700; 
    padding-bottom:0.7rem !important; 
    color: var(--heading-color);
    font-size: 1.3rem;
    }
    .title {
        font-size: 2em; 
        font-weight: 700; 
        padding-top: 1rem;
        
    }
    .intro {
        font-size: 14px; 
        line-height: 1.6; 
        letter-spacing:-0.5px; 
        word-break: keep-all;
    }
    div {
        padding-bottom:2rem;  
        font-weight: 400;
    }
    .contact {
        font-size: 1.1rem;
        p {
            a {
                padding-top: 0.3rem;
                color: var(--bs-body-color);
            }
        }
    }
}

.conf-info-txt {
    font-size: 0.9rem; 
    line-height: 1.6;
}


.contact4-boxarea {
    #privacyPolicy {
        overflow-y: auto;
        height: 300px;
    }
}



.vl-btn4 {
    background: #004898 !important;
}




/*************************************************mob******************************************************/


@media (max-width: 767.98px) {

    .mobile-sidebar.mobile-sidebar1 {
        .logosicon-area {
            .logos {
                img {
                    width: 100px;
                }
            }
        }
    }

    .heading1 h1 {
        font-size: 38px;
    }


    .about1-section-area .about-imges .about-btnarea {
        left: 34.5%;
    }

    .speakers-list {
        padding-left: 1rem !important;
        padding-right: 0 !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        .rounded {
            width: 100%;
            img {
                width: 90px;
            }
        }
        .list-group-item {
            padding-top: 0.5rem;
        }
        .history {
            margin-top: 1.5rem;
            width: 96%;
            padding-left: 0 !important;
        }
    }

    .xb-schedule-table {
    & tbody {
        & tr {
            & td {
                &:first-child {
                 width: 100%;
                }
            }
        }
    }
}


/*about*/
.brands1-section-area.sponsors {
    .col-lg-2 {
        width: 50%;
        .brand-box {
            padding: 18px 0;
            img {
                    width: 169px;
                    height: 70px;
                }
        }
    }
}

.about7-section-area {
    .about-all-images {
        margin-left: 1%;
    }
}






/*Committees*/

.comm-title {
    padding: 2.5rem 1rem 4rem 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
}

.content-section {
    width: 100%;
    h3 {
        font-size: 1.4rem;
        margin-bottom: 20px;
        color: var(--heading-color);
    }

    .list-items {
        list-style: none;
        padding: 0 0 0 5px;
        margin: 20px 0 70px 0;

        li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 12px;
            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: var(--accent-color);
            }
        }
    }
}

.committees {
    .justify-content-center {
        display: block !important;
        div {
            width: 100%;
            text-align: center;
            padding-bottom: 2rem;
        }
    }
    .justify-content-center.logo2 {
        div {
            margin-left: 0;
            margin-right: 0;
        }
    }
}





/*regist*/
.conf-info {
    padding-left: 1rem;
    div {
        padding-bottom: 1.5rem;
    }
}











}