html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/*...........header..............................*/
header {
    background: linear-gradient(180deg, #000000ed, transparent);
    position: fixed;
}

header .right {
    float: right;
}

header .right a {
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header .right a:last-child {
    margin-right: 0;
}

p {
    text-align: justify;
}

.top {
    float: left;
}

.logo-right ul li {
    padding: 0;
    font-size: 15px;
}

/* Navbar Toggler Right */
.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Toggler Icon White */
.navbar-toggler-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button.navbar-toggler {
    position: absolute;
    right: 0;
}

.top-1-mid-wrapper .nav-link {
    color: white;
    text-transform: uppercase;
}

.navbar-toggler {
    padding: 0 !important;
    border: none !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: white;
}
ul.iopb-list {
    padding: 0;
    margin: 0;
}
ul.iopb-list li {
    position: relative;
    padding: 0 0 5px 15px;
    text-align: justify;
}
ul.iopb-list li:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border: 4px dotted #268bc4;
    left: 0px;
    top: 8px;
}
header.conHead {
    background: linear-gradient(180deg, #000000ed, #00000094);
}

header img {
    max-height: 75px;
}

.subheading {
    position: relative;
    margin-bottom: 20px;
}

.subheading:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 170px;
    height: 2px;
    background: #9f9f9f;
}

.subheading:after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: 85px;
    height: 4px;
    background: #3366ff;
    box-shadow: 1px 1px 3px 0 #7272726e;
}
.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 14px;
}
.close-menu {
    display: none;
}
.close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
}
@media (max-width: 992px) {
    .logo {
        width: 250px;
    }
    
}
@media (max-width: 1200px) {
    .logo {
        width: 280px;
    }

}
@media (max-width: 991px) {
    .logo-right ul li {
    max-width: 160px!important;
    margin: 0;
    padding: 0 3px;
}
.navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        transition: 0.4s ease-in-out;
        padding-top: 100px;
        z-index: 9999;
        text-align: center;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 5px 15px;
        color: #fff !important;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

/* Make nav vertical */
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;   /* LEFT ALIGN */
        width: 100%;
        padding-left: 30px;        /* spacing from left */
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        /* display: block; */
        padding: 5px 10px;
        font-size: 14px;
        color: #fff !important;
        text-align: left;          /* LEFT ALIGN TEXT */
    }

    /* Submenu container */
    #registrationMenu {
        width: 100%;
        padding-left: 15px;        /* indent submenu */
    }

    /* Submenu links */
    .sub-menu-link {
        display: block;
        font-size: 18px;
        color: #ccc !important;
        padding: 8px 0;
        text-align: left;
    }

    .sub-menu-link:hover {
        color: #fff !important;
    }

    /* Registration toggle alignment */
    .registration-toggle {
        display: flex;
        justify-content: flex-start;  /* LEFT ALIGN */
        align-items: center;
        gap: 8px;
    }

    /* Arrow animation */
    .dropdown-icon {
        transition: 0.3s ease;
        font-size: 14px;
    }

    .registration-toggle[aria-expanded="true"] .dropdown-icon {
        transform: rotate(180deg);
    }
        .close-menu {
        display: block!important;
    }
    a.dropdown-item {
    color: #fff;
}
}


/*................section.slider.........................*/
.slider:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000ed, #0000005e);
    width: 100%;
    height: 0%;
    top: 0;
    z-index: 10;
}

.bg-slider img {
    width: 100%;
}

section.slider .carousel-control-next,
section.slider .carousel-control-prev {
    height: max-content;
    width: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}

.carousel-fade {
    transition: 5s ease-in-out;
}

.welcome-box figure {
    margin: 0;
    height: 200px;
}

.home-page-slider-img {
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.home-page-slider-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* filter: blur(2px); */
}

/* .welcome-box {
    left: 0;
    bottom: 80px;
    top: 80px;
    text-align: center;
    background: #ffffffdb;
    color: #020202;
    padding: 30px 50px;
    right: 0;
    width: 100%;
    max-width: 920px;
    height: max-content;
    margin: auto auto;
    box-shadow: inset 0 0 10px 1px #0000007a;
    position: absolute;
    z-index: 11;
    border-radius: 8px;
} */

.welcome-box {
    left: 40px;
    bottom: 30px;
    text-align: start;
    color: #ffffff;
    width: 100%;
    max-width: 920px;
    height: max-content;
    margin: auto auto;
    position: absolute;
    z-index: 11;
    border-radius: 8px;
}

/* .welcome-box:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    right: 10px;
    border-top-right-radius: 6px;
    opacity: 0.6;
}

.welcome-box:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 10px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    left: 10px;
    border-bottom-left-radius: 6px;
    opacity: 0.6;
} */
.welcome-box h2 {
    font-size: 26px;
    text-transform: uppercase;
}

.venue-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vname {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-radius: 8px;
}

.vname p:first-child {
    font-weight: 500;
    color: #ffffff;
    min-width: 120px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.vname p:last-child {
    margin: 0;
    text-align: start;
}

a.registration-btn {
    background: #268bc4;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    position: fixed;
    right: 20px;
    top: 570px;
    z-index: 10;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1200px) {
    .home-page-slider-img {
        height: auto;
    }
}
/* a.registration-btn.show {
    opacity: 1;
    visibility: visible;
} */

/*About Content_____________________________*/
section.temp2-about {
    padding: 80px 0;
}

.temp2-inner-imgs {
    position: relative;
    padding: 0 30px 80px 0;
}

figure.temp2-fig2 {
    right: 0;
    position: absolute;
    bottom: 0;
    border-left: 10px solid;
    border-top: 10px solid;
    width: 300px;
    border-color: white;
}

.temp2-topics-tab button.nav-link.active {
    background: #268bc4;
    color: #fff;
    border: none;
}

.temp2-topics-tab button.nav-link {
    font-size: 18px;
    color: #000;
    border-radius: 10px 10px 0 0;
    border: none;
}

.temp2-topics-tab .nav-tabs {
    border: none;
}

.temp2-topics-tab .nav-tabs .nav-link:focus,
.temp2-topics-tab .nav-tabs .nav-link:hover {
    border: none;
}

.temp2-topics-tab div#nav-tabContent {
    max-height: 440px;
    background: #dfdfdf;
    border-radius: 10px;
    margin-top: -5px;
    z-index: 1;
    position: relative;
    padding: 20px;
    overflow: auto;
}

/*_____________________________About End*/

/* Schedule Section_______________________ */
section.temp2-schedule-sec {
    background: whitesmoke;
    position: relative;
    padding: 80px 0;
}

section.temp2-schedule-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg-conference.jpg);
    opacity: 0.1;
    background-size: contain;
}

.temp2-schedule-sec-tab {
    position: relative;
}

.temp2-schedule-sec-tab ul#scheduleTab {
    justify-content: center;
}

.temp2-schedule-sec-tab .nav.nav-tabs li.nav-item {
    background: transparent;
}

.temp2-schedule-sec-tab .nav.nav-tabs li button.active,
.temp2-schedule-sec-tab .nav.nav-tabs li button:hover {
    border-right: none;
    border-left: none;
    background: linear-gradient(1deg, #ffffff, #dfdfdf) !important;
    border-top: 5px solid #268bc4;
    border-bottom: 1px solid #ffffff !important;
}

.temp2-schedule-sec-tab .nav.nav-tabs li button {
    border-right: none;
    border-left: none;
    outline: none;
    padding: 20px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    background: transparent !important;
    border-radius: 0 !important;
    position: relative;
    color: #000000;
    border-top: 5px solid #0000;
}

.temp2-schedule-sec-tab .nav.nav-tabs li:last-child button span {
    border: none;
}

.temp2-schedule-sec-tab button span {
    display: inline-block;
    position: relative;
}

.temp2-schedule-sec-tab .tab-content {
    background: #fff;
    color: #6a6a6a;
    padding: 30px;
    max-width: 100%;
    max-height: 475px;
    overflow: auto;
    min-height: 290px;
}


.temp2-schedule-tab-inner table thead th {
    background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%) !important;
}
.temp2-schedule-tab-inner table tr th {
    padding: 5px !important;
    color: white;
}
.temp2-schedule-tab-inner table tbody tr:hover {
    background: #dbeafe;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.vertical-tab .nav-pills .nav-link {
    text-align: left;
    padding: 15px 10px;
    border-radius: 0;
    color: #000;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    line-height: 17px;
}
.vertical-tab-leftcon {
    display: flex;
    padding-right: 0;
}
.vertical-tab-leftcon .nav-wrap {
    background: #f7f7f7;
    width: 100%;
}
@media (max-width: 767px) {
    .temp2-about .col-md-5 {
        margin-top: 30px;
    }
}
/*_____________________________Schedule End*/

/* How to Reach Section_______________________ */
section.temp2-how-to-reach {
    padding: 80px 0;
}

.heading-new-1 {
    margin-bottom: 20px;
    position: relative;
}

.heading-new-1 h2 {
    font-weight: 500;
    line-height: 36px;
}

.service-box-4 {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.service-box-4 .icon {
    margin-bottom: 15px;
    position: relative;
    padding-left: 23px;
    display: inline-block;
}

.service-box-4 .icon:before,
.service-box-4 .icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #268bc4;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
}

.service-box-4 .icon img {
    height: 50px;
    position: relative;
    z-index: 1;
    filter: grayscale(100%);
}

.service-box-4 .icon:after {
    background: none;
    border: 1px solid #00000024;
    left: 16px;
}

.service-box-4:hover .icon:before {
    left: 16px;
}

.service-box-4:hover .icon:after {
    left: 0;
}

.service-box-4-content p {
    text-align: center;
}

.temp2-map {
    height: 100%;
}

.temp2-map iframe {
    height: 100%;
}

/*_____________________________Schedule End*/

/* How to Reach Section_______________________ */
section.temp2-others-sec {
    padding: 80px 0;
    background: #f2f2f2e3;
    background-image: url('https://staging.dzinepixel.com/iopb_wp/wp-content/uploads/2025/10/texture-background-scaled.jpg');
    background-blend-mode: color-burn;
}

/*_____________________________How to Reach Section End*/

/* Others Section_______________________ */

.temp2-others-sec .vertical-tab .nav-pills .nav-link {
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
    background: white;
}

.temp2-others-sec .vertical-tab .nav-pills .nav-link.active {
    background: #0d6efd7d;
    color: #000000;
    position: relative;
}

.temp2-others-sec .vertical-tab-left {
    max-width: 100%;
    width: 100%;
    margin-right: 20px !important;
    border: none;
}

.vertical-tab .tab-content {
    padding: 15px 15px;
    background: #fff;
    border: none;
    border-radius: 5px;
}

.temp2-others-sec .vertical-tab .nav-pills .nav-link.active:before {
    position: absolute;
    content: '';
    right: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #0d6efd7d;
    border-bottom: 10px solid transparent;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Footer Section_______________________ */

.footer-text {
    position: relative;
}

.footer-text img {
    max-width: 130px;
    margin-bottom: 15px;
}

.footer-text p {
    text-align: center;
}

/* .vertical-tab .scroll-bar-2::-webkit-scrollbar {
    width: 0px;
} */
::-webkit-scrollbar {
    width: 0px;
}