@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/../fonts/ProximaNova-BlackIt.woff2') format('woff2'),







        url('../fonts/ProximaNova-BlackIt.woff') format('woff'),







        url('../fonts/ProximaNova-BlackIt.svg#ProximaNova-BlackIt') format('svg');







    font-weight: 900;







    font-style: italic;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),







        url('../fonts/ProximaNova-Black.woff') format('woff'),







        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');







    font-weight: 900;







    font-style: normal;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),







        url('../fonts/ProximaNova-Bold.woff') format('woff'),







        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');







    font-weight: bold;







    font-style: normal;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),







        url('../fonts/ProximaNova-Black.woff') format('woff'),







        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');







    font-weight: 900;







    font-style: normal;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),







        url('../fonts/ProximaNova-Light.woff') format('woff'),







        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');







    font-weight: 300;







    font-style: normal;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'),







        url('../fonts/ProximaNova-BoldIt.woff') format('woff'),







        url('../fonts/ProximaNova-BoldIt.svg#ProximaNova-BoldIt') format('svg');







    font-weight: bold;







    font-style: italic;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),







        url('../fonts/ProximaNova-Regular.woff') format('woff'),







        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');







    font-weight: normal;







    font-style: normal;







    font-display: swap;







}















@font-face {







    font-family: 'Proxima Nova';







    src: url('../fonts/ProximaNova-ExtraBold.woff2') format('woff2'),







        url('../fonts/ProximaNova-ExtraBold.woff') format('woff'),







        url('../fonts/ProximaNova-ExtraBold.svg#ProximaNova-ExtraBold') format('svg');







    font-weight: bold;







    font-style: normal;







    font-display: swap;







}















html {







    overflow-x: hidden;







}















img {







    max-width: 100%;







}















body {







    font-family: 'Proxima Nova';







    overflow-x: hidden;







}















.container {







    max-width: 1360px;







}















.btn {







    font-family: "Roboto", sans-serif;







    font-weight: 400;







    font-style: normal;







    border-radius: 6px;







}















.primary-color {







    color: #F69913 !important;







}







.btn-abstracts {







    background: none;







    border: none;







    font-size: 34px;







    text-align: center;







    font-weight: 700;







    color: white;







    line-height: 30px;















}







.primary-bg {







    background: #FE9A0D !important;















}







.btn-register {







    background: #FE9A0D;







    color: #ffffff;







    text-decoration: none;







    font-weight: 600;







    font-size: 20px;







    padding: 11px 26px;







    transition: opacity 0.3s ease;



    border-radius: 7px;



}















.btn-register:hover {







    color: #134069;







    opacity: 0.8;







}







.btn-orange {







    background: #FE9A0D !important;







    color: #134069 !important;







}















.date-text p {







    font-size: 38px;







    color: white;







    font-weight: 700;







}















/* Header */















header {







    background: #134069;







    width: 100%;







    z-index: 1000;







    transition: all 0.3s ease-in-out;







}















/* Navbar */















.navbar {







    background: #134069;







    height: 79px;







}















.navbar .navbar-nav .nav-item {







    margin: 0 15px;







}















.navbar .navbar-nav .nav-item:last-child {







    margin-right: 0;







}















.navbar .navbar-nav .nav-link,







.navbar .navbar-nav .nav-link.active {







    color: #fff;







    font-size: 14px;







}















.navbar .navbar-nav .nav-link:hover {







    opacity: 0.8;







    color: #fff;







}















/* Navbar styles */







.navbar {







    background-color: #003366;







    /* Dark Blue */







}















.nav-link {







    color: white !important;







    /* White links */







}















.navbar-toggler {







    position: relative;







    border: none;







    background: transparent;







    outline: none;







    padding: 10px;







    transition: transform 0.3s ease-in-out;







}















.navbar-toggler .fa-bars {







    display: block;







}















.navbar-toggler .fa-times {







    display: none;







}















/* When menu is open */







.navbar-toggler.active {







    transform: rotate(180deg);







}















.navbar-toggler.active .fa-bars {







    display: none;







}















.navbar-toggler.active .fa-times {







    display: block;







}















/* Smooth Slide animation for menu */







.navbar-collapse {







    position: absolute;







    top: 100%;







    left: 0;







    width: 100%;







    transform: translateY(-20px);







    opacity: 0;







    visibility: hidden;







    transition: all 0.3s ease-in-out;







}















.navbar-collapse.show {







    transform: translateY(0);







    opacity: 1;







    visibility: visible;







}







.navbar-light .navbar-toggler {







    color: white !important;







}







@media (min-width: 992px) {







    .navbar-collapse {







        position: relative;







        transform: translateY(0);







        opacity: 1;







        visibility: visible;







        display: flex !important;
        /* Ensure it's always visible */







    }







}







/* Mobile Navbar Animation */







@media (max-width: 991px) {







    .navbar-collapse {







        position: absolute;







        top: 100%;







        left: 0;







        width: 100%;







        background: #3F82B9;







        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);







        transform: translateY(-20px);







        opacity: 0;







        visibility: hidden;







        transition: all 0.3s ease-in-out;







        display: block;







    }















    .navbar-collapse.show {







        transform: translateY(0);







        opacity: 1;







        visibility: visible;







        z-index: 42;







    }







}







.visibility-hidden {







    visibility: hidden;







}















/* Main Section */



.main {



    min-height: 1042px;


    overflow: hidden;



    position: relative;



    margin-bottom: -85px !important;

}



.main .bg {







    position: absolute;







    left: 0;







    right: 0;







    width: 100%;







    height: 1042px;







    z-index: -1;







    overflow: hidden;







}















.main .bg img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.main .inner {







    position: relative;















}















.main .logo {







    display: flex;







    flex-direction: column;







    max-width: 641px;







    padding-top: 395px;







    margin-bottom: 50px;







}















.main .logo .small {







    margin-left: auto;







    margin-top: -10px;







}















.main .particlesTR {







    position: absolute;







    top: 0;







    right: -60px;



    z-index: -1;



}















.main .particlesBR {


    position: absolute;



    bottom: 90px;




    right: -12px;



    z-index: 1;



}



.main .crystalImg {



    position: absolute;


    bottom: 160px;


    right: 0px;

}





.main .seglogoBtn {







    position: absolute;







    right: 0;







    top: 40px;







    z-index: 1;







    display: flex;







    flex-direction: column;







}















.main .seglogoBtn .btn {







    font-size: 18px;







    font-weight: 600;







    width: 90%;







    margin-left: auto;







    margin-top: 25px;







}















.main .info {







    color: #fff;







}















.main .info .head {







    margin-bottom: 30px;







}















.main .info .head h1 {







    font-size: 32px;







    font-weight: 700;







    margin-bottom: 0;







    line-height: 46px;







    line-height: 32px;















}















.main .info .subHead {







    margin-bottom: 30px;







}















.main .info .subHead h2 {







    font-size: 32px;







}















.main .info .eventInfo {







    margin-bottom: 30px;







}















.main .info .eventInfo h3 {







    font-size: 32px;







    font-weight: 700;







    margin-bottom: 0;







    line-height: 46px;







    line-height: 32px;







}















.main .info .eventInfo h3 .big {







    display: inline-block;







}















.main .info .textImage {







    display: flex;







    align-items: flex-end;















}















.main .info .textImage h2 {







    font-size: 32px;







    font-weight: 700;







    margin-bottom: 0;







    line-height: 46px;







    margin-right: 15px;















}



.dropdown-item:hover {



    background-color: #F59E0B;



}



.paragraph-box {







    min-height: 181px;







    padding-top: 0;







    padding-bottom: 0;







    position: absolute;







    /* bottom: 0; */







    top: 0;







    width: 100%;







    z-index: -1;







}







.paragraph {







    color: white;







    padding: 27px;







    font-size: 30px;







    font-weight: 700;







    text-align: center;



}







.orgSec {







    background: rgba(53, 111, 156, 0.81);







    min-height: 122px;







    padding-top: 0;







    padding-bottom: 0;







    position: absolute;







    /* bottom: 0; */







    top: 138px;







    width: 100%;







    z-index: 11;







    left: 0;







}















.orgSec .inner {







    display: flex;







    justify-content: space-around;







    align-items: center;







    color: #a8e1f6;







    padding-top: 10px;







    font-size: 16px;







    font-weight: 700;







    line-height: 30px;







    letter-spacing: -1px;







    text-align: center;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;




}



/* .orgSec .inner>div {} */


.orgSec .inner>div img {

    height: auto;


    width: 240px;


    margin-top: 15px;


}







/* 







.sponsor {















    background: #082744;







} */







.partnerslogo {







    display: flex;







    justify-content: center;







    gap: 20px;







    flex-wrap: wrap;







    margin-top: 30px;







}




.partnerslogo img {

    width: 187px;

}


.sponsor .topHead {


    text-align: center;







    min-height: 80px;







    background: #FE9A0D;







    display: flex;







    justify-content: center;







    align-items: center;







}















.sponsor .topHead h1 {







    text-align: center;







    font-size: 64px;







    font-weight: bold;







    text-transform: uppercase;







    color: #fff;







    margin-bottom: 0;







    padding: 8px;







}















.sponsor .logos {







    display: flex;







    padding: 0;







    margin-bottom: 0;







    min-height: 70px;







    align-items: center;







}















.sponsor .logos li {







    flex: 7;







    text-align: center;







}















.whoWeAre {







    background: url("../img/bg2.png") center no-repeat #082744;







    background-size: cover;







    min-height: 500px;







}















.whoWeAre .head {







    text-align: center;







    margin: 70px 0 40px;







}















.whoWeAre .head h1 {







    text-align: center;







    font-size: 64px;







    line-height: 48px;







    font-weight: bold;







    text-transform: uppercase;







    color: #fff;







    margin-bottom: 0;







}















.whoWeAre .textArea {







    color: #fff;







    text-align: center;







    width: 85%;







    margin: auto;







}















.whoWeAre .textArea strong {







    font-weight: 700;







}















.keyObj {







    position: relative;







    min-height: 726px;







    overflow: hidden;







}















.keyObj .bg {







    position: absolute;







    left: 0;







    right: 0;







    width: 100%;







    height: 726px;







    z-index: -2;







    overflow: hidden;







}















.keyObj .bg img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.keyObj .head {







    text-align: center;







    margin: 30px 0;







}















.keyObj .head h1 {







    font-size: 64px;







    font-weight: 700;







    margin-bottom: 0;







    letter-spacing: -4px;







    text-align: center;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #F69913;







}















.keyObj .particlesBL {







    position: absolute;







    bottom: 0px;







    left: 0px;







    z-index: -1;







}















.keyObj .particlesTR {







    position: absolute;







    top: 0px;







    right: 0;







    z-index: -1;







}















.keyObj .crystalImg {







    position: absolute;







    bottom: 0px;







    right: 0px;







    z-index: -1;







}















.keyObj .innerBox {







    background: rgb(82, 155, 215);







    background: linear-gradient(0deg, rgba(82, 155, 215, 1) 0%, rgba(0, 212, 255, 0) 79%);







    max-width: 337px;







    min-height: 303px;







    width: 100%;







    font-size: 24px;







    font-weight: 700;







    line-height: 23px;







    letter-spacing: -1px;







    text-align: center;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #fff;







    display: flex;







    flex-direction: column-reverse;







    padding: 47px 10px;







    border-radius: 50px;







    position: relative;







}















.keyObj .innerBox span {







    max-width: 210px;







    margin-left: auto;







    margin-right: auto;







}















.keyObj .edit:nth-child(1) .innerBox {







    margin-top: -100px;







}















.keyObj .edit:nth-child(2) .innerBox {







    margin-top: -50px;







}















.keyObj .edit:nth-child(3) .innerBox {







    margin-top: -90px;







}















.keyObj .edit:nth-child(4) .innerBox {







    margin-top: -50px;







}















.variation {







    background: url("../img/bg2.png") center no-repeat #082744;







    background-size: cover;







    min-height: 700px;







    position: relative;







    padding-top: 120px;







}















.variation .boxVar {







    display: flex;







    justify-content: space-between;







}















.variation .boxVar .eachVar {







    height: 460px;







    width: 302px;







    position: relative;







}















.variation .boxVar .eachVar a {







    display: flex;







}















.variation .boxVar .eachVar .info {







    position: absolute;







    height: 100%;







    width: 100%;







    top: 0;







    display: flex;







    align-items: center;







    color: #fff;







}















.variation .boxVar .eachVar .info h2 {







    position: absolute;







    margin: auto;







    left: 0;







    right: 0;







    text-align: center;







    font-weight: 700;







    font-size: 40px;







}















.variation .boxVar .eachVar .info span {







    color: #fff;







    display: flex;







    align-items: center;







    text-decoration: none;







    margin: 10px;







    margin-top: 10px;







    justify-content: flex-end;







    font-size: 20px;







    font-weight: 700;







    width: 100%;







    margin-top: auto;







}















.variation .boxVar .eachVar .info span .arrow {







    height: 32px;







    width: 32px;







    background: url(../img/arrow.png) no-repeat center;







    display: flex;







    justify-content: center;







    align-items: center;







}















.variation .boxVar .eachVar:nth-child(even) {







    margin-top: 40px;







}















.variation .skillSet {







    display: flex;







    justify-content: space-between;







    color: #fff;







    margin: 120px 0;







}















.variation .skillSet .each {







    width: 302px;







    display: flex;







    align-items: flex-end;







}















.variation .skillSet .each .big {







    font-size: 128px;







    font-weight: 700;







    text-align: left;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    line-height: 95px;















}















.variation .skillSet .each .small {







    font-size: 32px;







    font-weight: 700;







    text-align: left;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    line-height: 26px;







    margin-bottom: 4px;







}















.videoModalSec {







    min-height: 714px;







    position: relative;







}















.videoModalSec .bg {







    position: absolute;







    left: 0;







    right: 0;







    width: 100%;







    height: 100%;







    z-index: -1;







    overflow: hidden;







}















.videoModalSec .bg img {







    width: 100%;







    object-fit: cover;







}















.playIcon {







    background: url(../img/Play.png) no-repeat center;







    height: 202px;







    width: 202px;







    display: flex;







    position: absolute;







    left: 0;







    right: 0;







    margin: auto;







    top: 0;







    bottom: 0;







    cursor: pointer;







}















.videoModalSec .modal-dialog {







    max-width: 800px;







    margin: 30px auto;







}















.videoModalSec .modal-body {







    position: relative;







    padding: 0px;







}















.videoModalSec .btn-close {







    position: absolute;







    right: -30px;







    top: 0;







    background-color: #fff;







    opacity: 1;







}















.teamSec {







    background: url("../img/bg2.png") center no-repeat #082744;







    background-size: cover;







    min-height: 700px;







    position: relative;







    padding-top: 70px;







}















/* .teamSec .head {} */















.teamSec .head h1 {







    font-size: 64px;







    font-weight: 900;







    text-align: left;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #fff;







    margin-bottom: 0;







}















.textWrap {







    display: flex;







    align-items: center;







}















.textWrap .name {







    font-size: 36px;







    font-weight: 700;







    text-align: left;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #F89A0B;







}















.textWrap .line {







    height: 2px;







    width: 100%;







    display: flex;







    background: #fff;







    flex: 1;







    margin-left: 110px;







}















.team {







    margin: 70px 25px 160px;







    text-align: center;







}















.team .icon {







    display: inline-block;







    font-size: 80px;







    color: #016d9b;







    margin-bottom: 20px;







    opacity: 0.6;







}















.team .description {







    font-size: 14px;







    color: #777;







    text-align: justify;







    margin-bottom: 30px;







    opacity: 0.9;







}















.team .team-content {







    width: 100%;







    left: 0;







    position: absolute;







}















.team .pic {







    position: relative;







    margin-bottom: 20px;







}















.team .pic img {







    width: 100%;







}















.team .name {







    font-size: 24px;







    font-weight: 700;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #F89A0B;







    margin-bottom: 0;







}















.team .title {







    font-size: 24px;







    font-weight: 700;







    text-align: center;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #fff;







}















.owl-controls {







    margin-top: 20px;







    display: none;







}















.owl-pagination {







    display: flex;







    justify-content: center;







}















.owl-page {







    height: 10px;







    width: 40px;







    background-color: rgba(255, 255, 255, 0.2);







    border-radius: 10%;







}















.owl-page:hover,







.owl-page.active {







    background-color: rgba(255, 255, 255, 0.3);







}















.owl-page:not(first-item) {







    margin-left: 10px;







}















.openSoon {







    background: url("../img/bg2.png") center no-repeat #082744;







    background-size: cover;







    min-height: 150px;







    position: relative;







    padding-top: 70px;







    padding-bottom: 70px;







}




.openSoon .joinText {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: white;
    max-width: 844px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}










.openSoon .head {







    text-align: center;







    margin-bottom: 20px;







}















.openSoon .head h1 {







    font-size: 64px;







    font-weight: 700;







    line-height: 60px;







    text-align: center;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #fff;







    margin-bottom: 0;







}















.openSoon .head h1 span {







    color: #F89A0B;







    /* display: block;   */







}







.clickhere {







    background-color: #F69913;







    text-align: center;







    padding: 10px 0;







    border-radius: 64px;







    font-weight: 600;







    transition: opacity 0.3s ease;







}















.clickhere:hover {







    opacity: 0.8;







}







.clickhere a {







    text-decoration: none;







    color: white;







    font-size: 27px;







}















.open .open-content {







    position: absolute;







    left: 0;







    top: 0;







    bottom: 0;







    right: 0;







    margin: auto;







    color: #fff;







    display: flex;







    justify-content: center;







    align-items: center;







}















.open .open-content h1 {







    font-size: 64px;







    font-weight: 700;







    line-height: 24px;







    text-align: center;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;







    color: #fff;







}















.bottomSec {







    background: url("../img/Generative Fill 3.png") center no-repeat #082744;







    background-size: cover;







    /* min-height: 293px; */







    position: relative;







    overflow: hidden;







    padding-top: 30px;







    padding-bottom: 80px;







    position: relative;







}















.shape-bottom {







    position: absolute;







    bottom: 0;







    left: -11px;







}















.bottomSec .inner {







    display: flex;







    justify-content: space-around;







    align-items: center;







    color: #fff;







    padding-top: 60px;







    font-size: 20px;







    font-weight: 700;







    line-height: 24px;







    text-align: left;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;















}















.bottomSec .inner>div {







    display: flex;







    flex-direction: column;







    text-align: center;







}















footer {







    background: #0E406E;







    color: #fff;







    padding-top: 40px;







}















footer .logo {







    margin-bottom: 10px;







}















footer .middle {







    display: flex;







    border-bottom: solid 1.5px #fff;







    padding-bottom: 60px;







    font-size: 14px;







    font-weight: 600;







    line-height: 24px;







    text-align: left;







    text-underline-position: from-font;







    text-decoration-skip-ink: none;















}















footer .middle .button {







    flex: 1;







    min-width: 180px;







    text-align: right;







}















footer .copyright {







    display: flex;







    padding: 15px 0;







    justify-content: space-between;















    font-size: 14px;







}















footer ul {







    display: flex;







    list-style: none;







}















footer ul li a {







    color: #fff;







    margin: 10px;







}















.fixedSticky {







    position: fixed;







    top: 0;







    left: 0;







    width: calc(100%);







    z-index: 9999;







}















@media (max-width: 1300px) {















    .container {







        max-width: 1100px;







    }















    .main .crystalImg img {







        width: 400px
    }















    .main .particlesBR img {







        width: 650px
    }















    .main .particlesTR img {







        width: 550px
    }



    .orgSec {



        top: 175px;



    }







}















@media (max-width: 1150px) {















    .main .info {







        max-width: 600px;







    }















    .main .info .textImage {







        display: block;







    }















/*     .collapse:not(.show) {







        display: block;







    } */







}















@media (max-width: 992px) {







    .container {







        max-width: 800px;







    }



    .orgSec {



        top: 205px;



    }











    .main .logo {







        max-width: 400px;







    }















    .main .logo .small {







        margin-top: 0px;







        max-width: 120px;







    }















    .main .crystalImg img {







        width: 250px
    }















    .main .particlesBR img {







        width: 400px
    }















    .main .particlesTR img {







        width: 300px
    }















    .keyObj .crystalImg {







        width: 250px;







    }















    .keyObj .particlesTR {







        width: 401px;







    }















    .keyObj .particlesBL {







        width: 600px;







    }















    .book-btn button {







        padding: 10px 80px !important;







    }







}















@media (max-width: 768px) {







    body {


        font-size: 14px;


    }

    .main {
        min-height: 1115px;
        overflow: hidden;
        position: relative;
        margin-bottom: -85px !important;
    }



    .orgSec {



        top: 130px;



    }







    .sponsor-title {

        font-size: 3rem !important;

        line-height: 39px !important;

    }

    .sponsor {

        padding: 20px 10px;

    }



    .sponsor .topHead h1 {







        font-size: 28px;







    }







    .tag-para {







        font-size: 16px !important;







    }















    .box {







        padding: 25px 20px !important;







    }







    .box p {







        font-size: 18px !important;







        line-height: 20px !important;







    }







    .benefits-sponsoring .benefits-inner {















        border-radius: 0 !important;







    }







    .icons-accordian {







        bottom: -4px !important;







    }







    .date-text p {







        font-size: 25px;







        text-align: center;







    }















    .container {







        max-width: 650px;







    }















    .main .info .head h1 {







        font-size: 24px;







        line-height: 24px;







    }















    .main .info .subHead h2 {







        font-size: 24px;







    }















    .main .info .eventInfo h3 {







        font-size: 24px;







        line-height: 24px;







    }















    .main .info .textImage h2 {







        font-size: 24px;







        line-height: 24px;







    }















    .whoWeAre .head h1 {







        font-size: 44px;







        line-height: 35px;







    }















    .openSoon .head h1 {







        font-size: 30px;







        line-height: 40px;







    }















    .keyObj .head h1 {







        font-size: 44px
    }















    .keyObj .bg {







        height: 100%;







    }















    .innerBox {







        margin: auto;







        margin-top: -80px !important;







    }















    .keyObj {







        padding-bottom: 60px;







    }















    .bottomSec .inner {







        flex-direction: column;







    }















    .bottomSec .inner>div:not(:first-child) {







        margin-top: 40px;







    }















    .orgSec .inner {







        flex-direction: column;







    }















    .orgSec .inner>div:not(:first-child) {







        margin-top: 10px;







    }















    .orgSec .inner>div img {







        margin-top: 0px;







    }















    .orgSec .inner {







        padding-top: 20px;







        padding-bottom: 20px;







        font-size: 14px;







        gap: 22px !important;







    }















    footer .logo {







        text-align: center;







        margin-bottom: 7px;







    }















    footer .middle {







        flex-direction: column;







        justify-content: center;







        text-align: center;







        align-items: center;







    }















    footer .middle .button {







        min-width: auto;







    }















    footer .middle .btn {







        margin-top: 10px;







        min-width: auto;







    }















    .main .logo {







        padding-top: 434px;







    }







    .paragraph {







        color: white;







        padding: 15px;







        font-size: 16px;







        font-weight: 700;







    }















    .orgSec .inner>div img {







        width: 200px;







    }















    .package-heading p {







        font-size: 25px !important;







    }















}















@media (max-width: 560px) {







    .main .crystalImg {







        bottom: 40px;







    }















    .main .crystalImg img {



        width: 216px;

        margin-bottom: 50px;



    }















    .main .particlesBR img {



        width: 315px;

        margin-bottom: -36px;





    }















    .main .info .textImage img {







        margin-top: 20px;







        max-width: 200px;







    }















    .main .seglogoBtn {







        max-width: 60%;







    }















}















.internal-banner {







    min-height: 340px;







    overflow: hidden;







    position: relative;







}















.internal-banner .interal-bg {







    position: absolute;















    width: 100%;







    height: 340px;







    z-index: -1;







    overflow: hidden;







}















.internal-banner .interal-bg img {







    width: 100%;







    height: 100%;







    object-fit: cover;







}















.internal-banner-content {







    position: absolute;







    top: 50%;







    left: 50%;







    transform: translate(-50%, -50%);







}















.internal-banner-content h1 {







    color: white;







    font-weight: bolder;







    font-size: 47px;







}















.benefits-sponsoring {







    background: rgba(53, 111, 156, 0.81);







    min-height: 181px;







    padding-top: 0;







    padding-bottom: 0;







    /* position: absolute;







    top: 0;







    left: 0; */







    width: 100%;







    z-index: 11;







    display: flex;







    justify-content: center;







    align-items: center;







}















.benefits-sponsoring .benefits-inner {







    display: flex;







    justify-content: center;







    align-items: center;







    color: #fff;







    /* line-height: 30px; */







    background: url("../img/internal-banner.png") center no-repeat #082744;







    background-size: cover;







    border-radius: 30px;







    min-height: 170px;







}















.sponsor-package {







    background: url("../img/bg2.png") center no-repeat #082744;







    background-size: auto;







    background-size: cover;







    min-height: 150px;







    position: relative;







    /* padding-top: 70px; */







    padding-bottom: 20px;







}















.benefit-card {







    background-color: #F89A0B;







    padding: 17px;







    border-radius: 10px;















}















.benefit-card p {







    font-size: 24px;







    font-weight: bolder;







    margin-bottom: 0;







    letter-spacing: 0.2;







}















.card-parent {







    width: 220px;







}















.card-icon {







    display: flex;







    justify-content: center;







    flex-direction: column;















}















.package-heading {







    color: white;







    background-color: #3F82B9;







    padding: 16px 48px;







    /* border-radius: 40px; */







    /* margin-top: 70px; */







    margin-bottom: 49px;







    width: 550px;







    text-align: center;







}















.package-heading p {







    margin-bottom: 0;







    font-size: 30px;







    font-weight: bolder;







    text-align: center;







}















.package-card {







    /* border: 1px solid red; */







    width: 260px;















}















.top {







    background-color: #3F82B9;







    padding: 10px;







    color: white;







    text-align: center;







    border-top-left-radius: 20px;







    border-top-right-radius: 20px;




    height: 186px;


}















.bottom {







    background-color: #032D56;







    color: white;







    text-align: center;















}















.tag {







    background-color: #032D56;







    color: white;







    width: 180px;







    border-radius: 25px;







    font-size: 19px;







    padding: 10px 24px;







    text-align: center;







    font-weight: 700;







    margin: 0 auto;







    line-height: 20px;







}















.amount {







    font-weight: 700;







    font-size: 35px;







    margin-top: 20px;







    margin-bottom: 0;







}























.card {







    background-color: #0D2C52;







    border-radius: 15px;







    text-align: center;







    color: white;







    width: 300px;







}















.row .col-xl-3:nth-of-type(odd) .card {







    background-color: #3F82B9 !important;







    /* Ensuring higher specificity */







}















.row .col-xl-3:nth-of-type(odd) .package-header {







    background-color: #003366 !important;







    /* Ensuring higher specificity */







}























.card-header {







    background-color: #3F82B9;







    font-weight: bold;







    text-align: center;







    border-top-left-radius: 15px;







    border-top-right-radius: 15px;







}















.price {







    font-size: 48px;







    font-weight: bold;







}















.text-orange {







    background-color: #F59E0B;







    color: white;







    padding: 10px 20px;







    border-radius: 25px;







    text-align: center;







    font-weight: bold;







    display: inline-block;







    margin-bottom: 20px;







}















.package-header {







    background-color: #016d9b;







    padding: 20px 10px;







    border-radius: 15px;







    font-size: 28px;







    font-weight: 600;







}















.heading-spacing {







    margin-top: 45px;







    margin-bottom: 45px;







}















.booth {







    background-color: #fff !important;







    color: #032D56;







    font-weight: 600;







    padding: 5px 20px;







    width: 180px;







    margin: 60px auto;







    border-radius: 10px;







    font-size: 16px;







}















.card-body ul {







    list-style: none;







    padding-left: 0;







}















.book-btn a {















    color: white;







    text-decoration: none;







}







.book-btn a:hover {







    color: white;







}















.book-btn {







    margin-top: 50px;







    background-color: #F59E0B;







    border: none;







    padding: 10px 120px;







    font-size: 24px;







    font-weight: 700;







    border-radius: 25px;







    transition: opacity 0.3s ease;







}







.book-btn:hover {







    opacity: 0.8;







}















.accordion-item {







    border: none;







}















.accordion-header {







    background-color: rgba(255, 0, 0, 0);







}















.accordion-item:first-of-type .accordion-button {







    border-radius: 24px !important;







}















.accordion-item {







    background-color: transparent;







}















.accordion-button {







    background-color: #f39c12 !important;







    color: white !important;







    text-align: center !important;







    /* Center the text */







    /* border-radius: 0px; */







}















.accordion-button:not(.collapsed) {







    border-radius: 30px;







}















.accordion-button:not(.collapsed) {







    color: white;







    background-color: #f39c12;







}







.accordion-item {







    background-color: transparent !important;







    border: none !important;







}















.accordion-body {







    /* background-color: #34495e; */







    color: white;







    margin-top: 10px;







}















.accordion-button {







    display: block !important;







    padding: 50px 10px !important;







    font-size: 32px !important;







    font-weight: 600 !important;







}















.accordion-item:last-of-type .accordion-button.collapsed {







    border-radius: 24px;















}















.box-accordian {







    text-align: center;







}















.box {







    position: relative;







    border-radius: 24px !important;







    padding: 50px 20px !important;







    background-size: cover;







    background-position: center;







    overflow: hidden;







    background-color: #3F82B9;







}























.box p {







    font-size: 37px;







    line-height: 36px;







    font-weight: 700;







    margin-bottom: 0;







    position: relative;







    color: white;







    z-index: 1;







    letter-spacing: -1px;







}







/* .icons-accordian {







   







} */















.accordion-button .icons-accordian {







    position: absolute;







    left: 50%;







    transform: translate(-50%, -50%) rotate(0deg);
    /* Center align */







    bottom: 0;







    transition: transform 0.3s ease;







}















/* Jab accordion khulta hai, tab rotate kare */







.accordion-button:not(.collapsed) .icons-accordian {







    transform: translate(0%, -50%) rotate(180deg);
    /* Rotate jab open ho */







}















.tag-para {







    font-size: 18px;







    text-align: center;







    color: white;







}























@media (max-width: 768px) {







    .accordion-button {







        padding: 15px 5px !important;







        font-size: 16px !important;







    }







    .card-space {







        margin-top: 15px !important;







    }







    .accordion-button .icons-accordian {







        left: auto;
        /* Center se hatakar */







        right: 10px;
        /* Right side shift */







        top: 50%;







        transform: translateY(-50%);







        width: 25px;







    }







    .accordion-button .icons-accordian {







        width: 25px;







    }







    .book-btn {







        padding: 10px 20px !important;



        text-align: center;



        line-height: 33px;



        font-size: 28px;



        border-radius: 50px;







    }







}















.video-container {







    position: relative;







    width: 100%;







    padding-top: 56.25%;
    /* Aspect Ratio 16:9 */







    overflow: hidden;







    border-radius: 10px;







    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);







}















.video-container video {







    position: absolute;







    top: 0;







    left: 0;







    width: 100%;







    height: 100%;







    object-fit: cover;







}



.founder {



    display: flex;



    justify-content: center;



    gap: 10px;



    margin-top: 70px;



    flex-wrap: wrap;



}



.founder-box {



    width: 200px;



}



.founder-img {



    width: 100%;



    height: 297px;



    background: white;



}



.founder-img img {



    width: 100%;



    height: 100%;



}



.heading p {



    color: white;



    font-size: 12px;



    text-align: center;



    font-weight: 700;



    line-height: 15px;



}



.heading {



    background-color: #032D56;



    padding: 10px;



    height: 88px;



    display: flex;



    justify-content: center;



    align-items: center;







}



.founderTag {



    color: white;



    text-align: center;



    background-color: #F69913;



    padding: 10px 20px;



    font-weight: 700;



    font-size: 20px;



}







.members {



    display: flex;



    gap: 10px;



    justify-content: center;



    flex-wrap: wrap;



    margin-top: 50px;



    margin-bottom: 0px;



}







.member-card {



    width: 200px;



    border-radius: 20px;



}



.memberimg {



    width: 100%;



    height: 217px;



    border-top-left-radius: 21px;



    background: white;



    border-top-right-radius: 21px;



    padding-top: 17px;



}











.memberimg img {



    width: 100%;



    height: 100%;



    border-top-left-radius: 21px;



    border-top-right-radius: 21px;







}



.tech-card {



    width: 146px;



    border-radius: 20px;



}



.techimg {



    width: 100%;



    height: 195px;



    border-top-left-radius: 21px;



    background: white;



    border-top-right-radius: 21px;



    padding-top: 17px;



}



.techimg img {



    width: 100%;



    height: 100%;



    border-top-left-radius: 21px;



    border-top-right-radius: 21px;







}







/* slider  */



.owl-carousel .item {



    padding: 30px 0;



    text-align: center;



    margin: 10px;



}



.owl-nav {



    position: absolute;



    top: 50%;



    width: 100%;



    display: flex;



    justify-content: space-between;



    transform: translateY(-50%);



}



.owl-prev,
.owl-next {



    background: #333 !important;



    color: #fff !important;



    padding: 10px 15px !important;



    border-radius: 50%;



    font-size: 40px !important;



}



.owl-prev:hover,
.owl-next:hover {



    background: #555 !important;



}







.carousel-card {



    width: 180px;



    border-radius: 20px;



    margin: 0 auto;
    .carousel-card
}



.carouselimg {



    width: 100%;



    height: auto;



    border-top-left-radius: 21px;



    background: white;



    border-top-right-radius: 21px;



    /*padding-top: 8px;*/



}







.carousel-container {



    padding: 20px;



}



.carouselimg img {



    width: 100%;



    height: 100%;



    border-top-left-radius: 21px;



    border-top-right-radius: 21px;







}



.owl-nav button {



    background-color: transparent;



}



.owl-nav {



    top: 40%;



}



.owl-nav button i {



    font-size: 140px !important;



    background-color: none;



}



.owl-prev,
.owl-next {

    background-color: transparent !important;


}


.owl-prev:hover {



    background-color: transparent !important;



}



.owl-next:hover {



    background-color: transparent !important;



}


.owl-carousel .owl-stage-outer {



    position: relative;



    width: 1220px !important;



    overflow: hidden;



    margin: 0 auto;



    display: block;



}



.task-force {



    width: 527px;



    text-align: center;



}







@media (max-width: 768px) {







    .task-force {



        width: 320px;



        text-align: center;



    }



    .owl-nav button i {



        font-size: 80px !important;



        background-color: none;



    }







}







.form-label {



    color: white;



}



.modal-title {



    color: white;



}



.modal-content {



    background-color: #003366;



}



.btn-close {



    background: none;



    position: relative;



    width: 1.5rem;



    height: 1.5rem;



}



.student h1 {



    color: white;



    font-size: 45px;



    font-weight: bold;



    text-transform: uppercase;



    text-align: center;



}







.btn-close::before {



    content: "×";
    /* Unicode character for X */



    font-size: 3.5rem;



    color: white;
    /* Change color as needed */



    position: absolute;



    top: 50%;



    left: 50%;



    transform: translate(-50%, -50%);



}



.submit-btn {



    color: white;



    border: none;



    background-color: #F59E0B;



    padding: 6px 20px;



}



.sponsor-heading {



    color: #f39c12;



    font-size: 16px;



    text-align: center;



    font-weight: 700;



}



.sponsor-section {

    background-color: #134069;

}

.sponsor-title {

    font-size: 4rem;

    font-weight: bold;

    margin-bottom: 30px;

    color: white;

    line-height: 58px;

}



.sponsor-text {

    font-size: 18px !important;

    color: white !important;

    margin-bottom: 40px !important;

}

.sponsor-logo {

    max-width: 100%;

    height: auto;

    margin-bottom: 20px;

}

.padding-none {

    padding: 0 !important;

}

.img-section img {

    height: 600px;



}

.booth-container {

    padding: 50px 60px;

}

.booth-parent {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    justify-content: center;

}

.booth-card img {

    /* height: 100px; */

    border-top-left-radius: 21px;

    border-top-right-radius: 21px;

}

.booth-card {



    border-top-left-radius: 21px;

    border-top-right-radius: 21px;

}

.img {

    width: 240px;

    border-top-left-radius: 21px;

    border-top-right-radius: 21px;

    /*height: 150px;*/

    background-color: white;

}

.booth-content {

    background-color: #032D56;

    color: white;

    padding: 10px 20px;

    text-align: center;

    font-weight: 700;

    font-size: 16px;

}

.booth-content p {

    margin: 0 auto;

}

.geominVision {
    background: url("../img/bg2.png") center repeat #082744;
    background-size: cover;
    min-height: 150px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 5px;
}

.geominVision .headBox {
    background: #3F82B9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    padding: 57px 120px;
    margin-bottom: 40px;
}

.geominVision .headBox h1 {
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    letter-spacing: -4px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.geominVision .headBox h1 span {
    color: #F69913;
}

.geominVision .imgVisionSec {
    margin-bottom: 30px;
}

.geominVision .imgVisionSec .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3F82B9;
    position: relative;
    padding: 2px;
    min-height: 192px;
    margin-top: 100px;
}

.geominVision .imgVisionSec .detail .imgVis {
    max-width: 30%;

}

.geominVision .imgVisionSec .detail img {
    position: absolute;
    bottom: 0px;
    left: 3px;

}

.geominVision .imgVisionSec .detail .text {
    max-width: 70%;
    margin: 30px 60px;
}

.geominVision .imgVisionSec .detail .text p {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.geominVision .imgVisionSec .highlight {
    background: #fff;
    padding: 3px 0;
}

.geominVision .imgVisionSec .highlight .tags {

    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.geominVision .imgVisionSec .highlight .tags li {
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    min-width: 214px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #032a56;
    color: #fff;
    padding: 5px 25px;
    margin: 0 1.5px;
}

.geominVision .imgVisionSec.Inverse .detail {
    flex-direction: row-reverse;
}

.geominVision .imgVisionSec.Inverse .detail .imgVis img {
    right: 3px;
    left: auto;
}

.geominVision .imgVisionSec.Inverse .highlight .tags {
    flex-direction: row-reverse;
}



.btn-orange-update {
    background: #FE9A0D;
    color: #fff;
    font-size: 22px;
    min-width: 240px;
    padding: 21px 6px;
    border-radius: 6px;
}

.regisSection {
    background: #134069;
}

.regishalfSect {
    display: flex;
    min-height: 360px;
    color: #fff;
}

.regishalfSect .infoText {
    max-width: 580px;
    padding-top: 100px;
}

.regishalfSect .infoText .btn {
    margin-top: 30px;
}

.regishalfSect .image {
    margin-left: auto;
    position: absolute;
    right: 0;
    min-height: 360px;
}

.regishalfSect .image img {
    width: auto;
    max-height: 360px;
}

.registraionMultiSect {
    background: url("../img/bg2.png") center no-repeat #082744;
    background-size: auto;
    background-size: cover;
    min-height: 150px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
}

.formArea {
    margin-bottom: 70px;
}

.formArea .detailInfo {
    color: #fff;
    max-width: 747px;
}

.formArea .detailInfo h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0px;

}

.formArea .detailInfo p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;

}

.formArea .fullWidthForm {
    padding: 24px;
    min-width: 320px;
    background: #3F82B9;
    border: 1px solid #3F82B9;
    border-radius: 8px;
    margin-top: 25px;
}

.formArea .fullWidthForm label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #F5F5F5;
}

.formArea .fullWidthForm .d-grid {
    margin-top: 60px;
}

.registrationRate .topHead {
    text-align: center;
    min-height: 80px;
    background: #134069;
    display: flex;
    justify-content: center;
    align-items: center;
}

.registrationRate .topHead h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.registrationRate .table-container {
    overflow-x: auto;
    margin: 50px 0;
}

.registrationRate table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #032D56;
    color: #fff;
}

.registrationRate th,
td {
    padding: 15px;
    text-align: center;
    border: 1px solid #2D577F;
    font-size: 20px;
}

.registrationRate th {
    background-color: #032D56;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding: 35px 0 20px;
}

@media (max-width: 600px) {

    .registrationRate table,
    .registrationRate thead,
    .registrationRate tbody,
    .registrationRate th,
    .registrationRate td,
    .registrationRate tr {
        display: block;
    }

    .registrationRate thead {
        display: none;
    }

    .registrationRate tr {
        margin-bottom: 15px;
        border: 1px solid #2D577F;
        padding: 10px;
    }

    .registrationRate td {
        text-align: right;
        position: relative;
        padding-left: 50%;
    }

    .registrationRate td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        color: #ccc;
    }
}

.registerSymp {}

.registerSymp .topHead {
    text-align: center;
    min-height: 80px;
    background: #134069;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.registerSymp .topHead h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.registerSymp .eachMemRates .head {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #134069;
    color: #fff;
    margin-bottom: 44px;
}

.registerSymp .eachMemRates .head h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
}

.registerSymp .eachMemRates .checklist {
    max-width: 849px;
    margin: auto;
}

.registerSymp .eachMemRates .checklist li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    padding: 30px 0;
    line-height: 23px;
    background: #134069;
    color: #fff;
    min-height: 92px;
    margin-bottom: 44px;
    padding-right: 27px;
    padding-left: 27px;
}

.registerSymp .eachMemRates .checklist li .active {
    margin-left: 5px;
    color: #F69913;
    display: contents;
}

.registerSymp .eachMemRates .checklist li strong {
    display: contents;
    margin: 0 5px;
}

.checklist li {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.checklist li a {
    color: #fff;
}

.checklist li:before {
    background: url(../img/check.png) no-repeat center;
    content: "";
    display: inline-flex;
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.registerSymp .button {
    margin: 30px auto;
    text-align: center;
}

.travelAccSec {
    background: url("../img/bg2.png") center no-repeat #082744;
    background-size: auto;
    background-size: cover;
    min-height: 150px;
    position: relative;
    padding-bottom: 20px;
}

.smallTextBanner {
    background: #134069;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
    padding: 48px 0;
}

.smallTextBanner p {
    max-width: 791px;
    margin: auto;
}

.aboutCountry {
    background: #3F82B9;
    color: #fff;
}

.innerCountryDetail {
    display: flex;
    align-items: center;
    padding: 91px 0;
}

.innerCountryDetail .image {
    max-width: 717px;
    flex: 1;
    margin-right: 64px;
    box-shadow: -36px -22px 137px 37px #296FA9;

}

.innerCountryDetail .image img {
    width: 100%;
}

.innerCountryDetail .text {
    max-width: 500px;
    flex: 1;
}

.innerCountryDetail .text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 30px;
}

.innerCountryDetail .text p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;

}

.innerVisitDetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 300px;
}

.innerVisitDetail h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 30px;
}

.innerVisitDetail p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.eventVenue {
    background: #032D56;
}

.eventVenue .topHead {
    text-align: center;
    min-height: 80px;
    background: #134069;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.eventVenue .topHead h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.imageTextGrid {
    display: flex;
    background-color: #002b5c;
    padding: 20px;
    padding-bottom: 80px;
}

.imageTextGrid .leftImage {
    flex: 1;
    border-radius: 26px;
    box-shadow: -40px 47px 59.6px 12px #00000040;

}

.imageTextGrid .leftImage img {
    width: 613px;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}

.imageTextGrid .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 20px;
    flex: 1;
}

.imageTextGrid .about {
    background-color: #418ccf;
    padding: 33px;
    border-radius: 10px;
    min-height: 450px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 26px;
}

.imageTextGrid .about h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.imageTextGrid .booking {
    background-color: #418ccf;
    padding: 33px;
    min-height: 304px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    border-radius: 26px;
}

.imageTextGrid .booking h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.imageTextGrid .booking p {
    color: white;
    margin-bottom: 45px;
}

.travelInformation {
    position: relative;
    top: -68px;
}

.travelInformation .simpleHead {
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.travelInformation .simpleHead h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.innertravelInformation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.innertravelInformation .eachBox {
    background: #3F82B9;
    max-width: 32.4%;
    flex: 32.4%;
    margin: 0 6px;
    color: #fff;
    border-radius: 10px;
}

.innertravelInformation .eachBox .image {
    max-height: 387px;
    margin: 31px;
}

.innertravelInformation .eachBox .image img {
    height: 360px;
    object-fit: cover;
}

.innertravelInformation .eachBox .info {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
}

.innertravelInformation .eachBox .info h2 {
    font-size: 28px;
    font-weight: 700;
}

.touristInfo {
    background: #3F82B9;
    padding: 70px 0;
    margin-top: -74px;
}

.touristInfo .simpleHead {
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.touristInfo .simpleHead h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.innerTouristInfo {
    max-width: 884px;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.innerTouristInfo .checklist {
    padding-left: 60px;
    margin-top: 30px;
}

.innerTouristInfo .checklist li {
    margin-bottom: 20px;
}

.simpleInfoQoute {
    background: #032D56;
    margin: 30px 0 20px;
}

.simpleInfoQoute .detail {
    max-width: 925px;
    margin: auto;
    font-family: "Proxima Nova";
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 43px 0;
}

@media (max-width: 1400px) {
    .innertravelInformation .eachBox {
        max-width: 31.2%;
        flex: 31.2%;
    }

    .regishalfSect {
        max-width: 400px;
    }
}

@media (max-width: 992px) {

    .geominVision .imgVisionSec .detail .text {
        max-width: 55%;
    }

    .geominVision .imgVisionSec .detail .text p {
        font-size: 16px;
        line-height: 23px;
    }

    .geominVision .imgVisionSec .highlight .tags li {
        font-weight: 700;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0px;
        min-width: 160px;
        padding: 5px 25px;
        margin: 0 1.5px;
    }

    .smallTextBanner {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .innerTouristInfo {
        margin: 0 30px;
    }

    .simpleInfoQoute .detail {

        margin: 0 30px;
    }

    .innerCountryDetail {
        padding: 91px 10px;

    }

    .innerCountryDetail .text p {
        font-size: 16px;
    }

    .innertravelInformation .eachBox .info {
        font-size: 16px;
        line-height: 24px;
    }

    .innertravelInformation .eachBox .info h2 {
        font-size: 20px;
    }

    .regishalfSect {
        max-width: 100%;
        flex-direction: column;
    }

    .regishalfSect .image {
        position: relative;
        margin: 30px 0;
    }

    .regishalfSect .image img {
        max-height: 100%;
    }

    .registerSymp .eachMemRates .checklist {
        max-width: 659px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .geominVision .headBox {
        padding: 47px 20px;
    }

    .geominVision .headBox h1 {
        font-size: 42px;
        line-height: 43px;
        letter-spacing: -2px;
    }

    .geominVision .imgVisionSec .detail {
        flex-direction: column;
    }

    .geominVision .imgVisionSec .detail .imgVis {
        max-width: 100%;
        border: solid 1px #fff;
        margin-top: 10px;
    }

    .geominVision .imgVisionSec .detail img {
        position: static;
    }

    .geominVision .imgVisionSec .detail .text {
        max-width: 100%;
    }

    .geominVision .imgVisionSec .highlight .tags {
        flex-direction: column;
    }

    .geominVision .imgVisionSec .highlight .tags li {
        margin-bottom: 3px
    }


    .geominVision .imgVisionSec.Inverse .detail {
        flex-direction: column;
    }

    .geominVision .imgVisionSec.Inverse .detail .imgVis img {
        max-width: 220px;
    }

    .geominVision .imgVisionSec .detail .text {
        margin: 10px 25px 25px;
    }

    .geominVision .imgVisionSec.Inverse .highlight .tags {
        flex-direction: column;
    }

    .geominVision .imgVisionSec .highlight .tags li:last-child {
        margin-bottom: 0;
    }

    .innerCountryDetail {
        flex-direction: column;
    }

    .innerCountryDetail .image {
        margin-right: 0px;
    }

    .innerCountryDetail .text {
        max-width: 100%;
        margin-top: 30px;
    }

    .imageTextGrid {
        flex-direction: column;
    }

    .imageTextGrid .info {
        margin-left: 0;
        margin-top: 30px;
    }

    .innertravelInformation .eachBox {
        max-width: 100%;
        flex: 100%;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .imageTextGrid .about {
        font-size: 16px;
        line-height: 24px;
        margin-top: -10px;
    }

    .imageTextGrid .booking {
        font-size: 16px;
        line-height: 24px;
    }

    .registerSymp .eachMemRates .checklist {
        max-width: 100%;
        margin: 0 50px;
        padding: 0;
    }

    .registerSymp .eachMemRates .checklist li {
        min-height: 60px;
        margin-bottom: 30px;
        padding: 11px 0;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-20 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-10 {
    padding-top: 0px;
    padding-bottom: 10px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-50 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 100px;
}

.mb-25 {
    margin-bottom: 25px;
}

.sold-out-ribbon {
    position: absolute;
    top: 157px;
    right: 78px;
    background: red;
    color: white;
    font-weight: bold;
    padding: 2px 19px;
    font-size: 0.85rem;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.text-danger {
    color: #f59e0b !important;
}

.fw-bold {
    font-weight: 700 !important;
}

#popupModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FE9A0D;
    padding: 5px;
    border-radius: 8px;
    max-width: 90vw;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.popup-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
}

@media (max-width: 480px) {
    .popup-content {
        width: 310px;
        padding: 2px;
    }

    .popup-image {
        border-radius: 5px;
    }

    .popup-arrow {
        font-size: 16px;
    }

    .popup-close {
        top: -4px;
        right: 10px;
        font-size: 31px;
    }
}

@media (max-width: 600px) {
    .btn-register {
        font-size: 16px;
        padding: 10px 24px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        top: 12px;
        right: 4px;
    }
}

.sponsCol {
    position: relative;
}

.sponsWho {
    background: url("../img/bg2.png") center no-repeat #082744;
    background-size: cover;
    min-height: 700px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
}

.sponsWho .topHead {
    text-align: center;
    min-height: 78px;
    background: rgba(255, 161, 26, 0.81);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsWho .topHead h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.sponsWho .whoAreWe {
    min-height: 540px;
}

.sponsWho .whoAreWe .description {
    margin: 35px auto;
    max-width: 511px;
    font-size: 22px;
}

.sponsWho .spons {
    position: absolute;
    top: -78px;
    width: 434px;
    min-height: 626px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.sponsWho .spons .head {
    text-align: center;
    min-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsWho .spons .head h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 8px;
}

.sponsWho .spons .dummyBox {

    background: rgba(255, 161, 26, 0.81);
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding-top: 28px;
    padding-bottom: 6px;
}

.sponsWho .spons .sponsor-category {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 190px;
    margin: auto;
}

.sponsWho .spons .dummyBox .image {
    margin-bottom: 10px;
}

.sponsWho .spons .dummyBox .image img {
    margin-left: -10px;
    margin-right: -10px;
}

.sponsWho .spons .dummyBox .each {
    max-width: 160px;
}

.exSponsors {
    display: flex;
    flex-wrap: wrap;
    max-width: 1450px;
    margin: auto;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.exSponsors .innerWrapper {
    background: rgba(255, 161, 26, 0.81);
    border-radius: 15px;
    padding: 0px 25px;
    position: relative;
}

@media (max-width: 768px) {
    .exSponsors .innerWrapper {
        padding: 0px 25px;
        border-radius: 10px;
        margin-top: 20px;
    }
}
.exSponsors .dummyBox {
    min-width: 156px;
    text-align: center;
    margin: 3px;
    transition: transform 0.3s ease;
}

.exSponsors .dummyBox .sponsor-category {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 190px;
    margin: auto;
}

.exSponsors .dummyBox .two {
    display: flex;
    flex-wrap: wrap;
    min-width: 280px;
}

.exSponsors .dummyBox .image img {
    margin-left: -15px;
    margin-right: 0px;
}

.exSponsors .dummyBox .each {
    max-width: 140px;
    flex: 100%;
}

.exSponsors .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* Allow clicks to pass through container */
}

/* Individual buttons */
.exSponsors .owl-prev,
.exSponsors .owl-next {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    pointer-events: all;
    /* Allow clicking on icons */
    padding: 10px;
}

/* Optional: hover effect */
.exSponsors .owl-prev:hover,
.exSponsors .owl-next:hover {
    color: #333;
}

.exSponsors .owl-prev {
    margin-left: -30px;
}

.exSponsors .owl-next {
    margin-right: 15px;
}


.sponsWho .particle {
    position: absolute;
    bottom: -216px;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
    transform: translate(-8px, -21px);
    left: 25rem;
    max-width: none;
} 

.whatExpect {
    background: url("../img/bg2.png") center no-repeat #082744;
    background-size: cover;
    min-height: 430px;
    color: #fff;
    position: relative;
    padding-top: 68px;
}

.whatExpect:before {
    background: linear-gradient(360deg, rgba(169, 216, 255, 0) 4.96%, rgba(63, 130, 185, 0.91) 139.82%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 451px;
    z-index: 0;
}

.whatExpect .z1 {
    z-index: 1;
    position: relative;
}

.whatExpect h1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 53px;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: rgba(246, 153, 19, 1);
}

.whatExpect .icon-box {
    margin-bottom: 20px;
}

.whatExpect .icon-box .image {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;

}

.whatExpect .icon-box img {}

.whatExpect .expect-number {
    font-weight: 700;
    font-size: 64px;
    line-height: 50px;
    letter-spacing: -2px;
    text-transform: capitalize;

}

.whatExpect .expect-label {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -2px;
    text-transform: capitalize;

}

.whatExpect .persons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.whatExpect .persons img {
    margin-bottom: 19px;
}

.whatExpect .persons .eachSec {
    margin-top: 40px;
}

.whatExpect .persons .eachSec p {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.whatBoxes {
    background: url("../img/bg2.png") center no-repeat #082744;
    background-size: cover;
    min-height: 550px;
    position: relative;
    padding-top: 30px;
}

.whatBoxes .container {
    max-width: 1160px;
}

.whatBoxes .boxVar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whatBoxes .boxVar .eachVar {
    height: 460px;
    width: 354px;
    position: relative;
    overflow: hidden;
    background: rgba(3, 45, 86, 1);
    margin-bottom: 40px;
}

.whatBoxes .boxVar .eachVar a {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(246, 153, 19, 0.74) 100%);
}

.whatBoxes .boxVar .eachVar img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    opacity: 0.20;
}

.whatBoxes .boxVar .eachVar .info {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    max-width: 255px;
}

.whatBoxes .boxVar .eachVar .info h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 20px;
}

.whatBoxes .boxVar .eachVar .info p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 16px;
}

.whatBoxes .boxVar .eachVar .read {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
}

.whatBoxes .boxVar .eachVar .read .arrow {
    height: 32px;
    width: 32px;
    background: url(../img/arrow.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panelsSec {
    padding-top: 50px;
    padding-bottom: 60px;
}

.panelsSec .panelTop {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 15px;
}

.panelsSec .date-heading {
    font-weight: 400;
    font-size: 78px;
    line-height: 60px;
    letter-spacing: -3px;
    text-align: center;
    text-transform: capitalize;

}

.panelsSec .date-subheading {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;

}

.panelsSec .panel-box {
    background-color: #134069;
    border-radius: 19px;
    margin-bottom: 15px;
    padding: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;

}

.panelsSec .panel-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F89A0B;
    margin-bottom: 10px;
    max-width: 90%;

}


.panelsSec .panel-box>p {
    max-width: 90%;
}

.accordion-toggle-btn {
    background: none;
    border: none;
    color: #F89A0B;
    float: right;
    font-size: 1.2rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.profile-card {
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;

}

.profile-card img {
    height: 160px;
    min-width: 160px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.profile-card p {
    margin-bottom: 15px;

}


.triangle {
    position: relative;
    background-color: #fe9a0d;
    text-align: left;
}

.triangle:before,
.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.triangle,
.triangle:before,
.triangle:after {
    width: 1em;
    height: 1em;
    border-top-right-radius: 43%;
}

.triangle {
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.seminarSec {}

.seminarSec .seminarBox {
    background-color: #134069;
    border-radius: 19px;
    color: white;
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    margin-top: 90px;
    margin-bottom: 20px;
    min-height: 618px;
}

.seminarSec .seminarBox .eachBox {
    flex: 1;
    border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.seminarSec .seminarBox .eachBox .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #F89A0B;
}

.seminarSec .seminarBox .eachBox .detail .eachDetail {
    font-weight: 600;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    margin: 30px 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seminarSec .seminarBox .eachBox .detail .eachDetail p {
    margin-bottom: 0;

}

.seminarSec .stream-price {
    background-color: #F69913;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0px;
    max-width: 380px;
}

.seminarSec .seminarBox .eachBox:last-child {
    border: none;
}

.streamSec {
    margin-top: 60px;
    margin-bottom: 70px;
}

.streamSec .streams .head {
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}

.streamSec .streams .streamsBox {

    background-color: #134069;
    border-radius: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
}

.streamSec .streams .streamsBox h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 30px;
}

.streamSec .streams .streamsBox h5:first-child {
    margin-bottom: 0px;
}

.streamSec .panel-box {
    background-color: #134069;
    border-radius: 19px;
    margin-bottom: 15px;
    padding: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-top: 15px;
}

.streamSec .panel-box .d-flex {
    border-radius: 19px;
    background: rgba(63, 130, 185, 1);
}

.streamSec .panel-box .accordion-toggle-btn {
    margin-right: 20px;

}

.streamSec .panel-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F89A0B;
    margin-bottom: 10px;
    max-width: 90%;
    padding: 17px;
    margin-bottom: 0;
}

.streamSec .streams .streamsBox .accData {

    padding: 17px;
    border-radius: 19px;
    background: rgba(63, 130, 185, 1);
    margin-top: 20px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;

}

.streamSec .streams .streamsBox .accData .accHead {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F89A0B;
    margin-bottom: 20px;
}

.streamSec .streams .streamsBox .imgBox {
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -1px;
    padding: 20px;
}

.streamSec .streams .streamsBox .imgBox .desc {
    flex: 1;
    margin-left: 15px;

}

.streamSec .panel-box.fullBg {
    background: rgba(63, 130, 185, 1);
}

.agendaBox {
    color: white;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
    padding-bottom: 35px;
}

.agendaBox .eachBox {
    background-color: rgba(30, 86, 137, 1);
    border-radius: 19px;
    flex: auto;
    padding-top: 35px;

}

.agendaBox .eachBox.minW {
    flex: 136px;
    max-width: 136px;
}

.agendaBox .eachBox.minM {
    flex: 182px;
    max-width: 182px;
}

.agendaBox .eachBox .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.agendaBox .eachBox .detail .eachDetail {
    background: rgba(63, 130, 185, 1);
    font-weight: 500;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    margin: 5px 10px;
    min-height: 59px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.agendaBox .eachBox .detail .eachDetail:nth-child(even) {
    background-color: rgba(63, 130, 185, 0.4);
}

.agendaBox .eachBox .detail .eachDetail p {
    margin-bottom: 0;

}

.agendaBox .eachBox.full .detail .eachDetail {
    text-align: left;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .whatBoxes .boxVar {
        justify-content: center;
        gap: 54px;
    }

    .sponsWho .spons {
        position: static;
        width: auto;
        margin: auto;
    }
}

@media (max-width: 1150px) {
    .whatBoxes .boxVar {
        justify-content: center;
        gap: 54px;
    }
}

@media (max-width: 767px) {
    .seminarSec .seminarBox .eachBox .detail .eachDetail {

        font-size: 14px;
    }

    .seminarSec .seminarBox .eachBox .title {
        font-size: 20px;
    }

    .streamSec .streams .streamsBox h5 {
        font-size: 20px;
    }

    .streamSec .panel-title {
        font-size: 20px;
    }

    .streamSec .streams .streamsBox .accData {
        font-size: 14px;
    }

    .streamSec .streams .streamsBox .accData .accHead {
        font-size: 20px;
    }

    .streamSec .streams .head {
        font-size: 23px;
    }

    .agendaSec {
        overflow: hidden;
    }

    .agendaBox {
        overflow-x: auto;
    }

    .agendaBox .eachBox.full {
        min-width: 500px;
    }

    .agendaBox .eachBox .title {
        font-size: 20px;
    }

    .agendaBox .eachBox .detail .eachDetail {
        font-size: 15px;
        min-width: 90px;
    }

    .panelsSec .panel-box {
        font-size: 16px;
    }

    .panelsSec .panel-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .whatExpect .expect-number {
        font-size: 50px;
        line-height: 40px;
    }

    .whatExpect .expect-label {
        font-size: 28px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .streamSec .streams .streamsBox .imgBox {
        font-size: 18px;
        line-height: 20px;
        padding: 13px;
        display: flex;
        flex-direction: column;
        letter-spacing: -1px;
    }

    .streamSec .streams .streamsBox .imgBox .desc {
        flex: 1;
        margin-left: -1px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .profile-card img {
        height: 160px;
        min-width: 155px;
        margin-left: 0px;
    }
}

.stream-heading {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
    margin-bottom: -5rem;
    margin-top: 3rem;
}

.self-text{
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    margin-bottom: -33px !important;
    color: #fe9a0d;
}

.self-heading {
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    margin-bottom: 19px !important;
    color: #f7941d;
    
}

@media (max-width: 767px) {
    .self-heading {
        font-size: 22px !important;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
}

.self-link {
    font-size: 34px !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    margin-bottom: 19px !important;
    color: #f7941d;
    text-decoration: none;
    
}

.self-link:hover {
    color: #ffffff;
}

.self-font{
    font-weight: 700;
    color: #fe9a0d;
    font-size: 22px;
}

.self-url {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    margin-bottom: 19px !important;
    color: #f7941d;
    text-decoration: none
}

.self-url:hover {
    color: #ffffff;
}

.row-two {
    flex-wrap: wrap;
    margin-left: 11rem;
    margin-right: auto;
}

.self-des{
    font-weight: 600;
}
@media (max-width: 768px) {

    .row-one,
    .row-two {
        flex-direction: column;
        align-items: center;
        /* This centers all children (cards) horizontally */
        margin-left: 0;
        margin-right: 0;
    }

    .row-one .eachVar,
    .row-two .eachVar {
        margin-left: 0;
        margin-right: 0;
    }
}

.self-weight{
    font-weight: bold;
    margin-bottom: 1px;
}

.closer-icon {
    margin-right: -40px;
}

@media (max-width: 991.98px) {
    .closer-icon {
        margin-right: 0;
    }
}

.btn-self{
    background: #FE9A0D !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .self-link {
        font-size: 24px !important;
        margin-left: 16px;
    }
}

@media (max-width: 768px) {
    .eventVenue .topHead {
        margin-bottom: 6px;
    }

    .eventVenue .topHead h1 {
        font-size: 33px;
        padding: 6px;
    }

    .imageTextGrid {
       padding-bottom: 42px; 
    }

    .innerTouristInfo .checklist {
        margin-top: 30px;
        margin-left: 6px;
        padding-left: 0px;
    }

    .innertravelInformation {
        margin-bottom: 30px;
    }

    .travelInformation .simpleHead h1 {
        margin-bottom: -37px;
    }
}

.schedule {
    background: url(../img/bg2.png) center no-repeat #082744;
    background-size: auto;
    background-size: cover;
    min-height: 150px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
}

.schedule-container {
    max-width: 70%;
    margin: 40px auto;
    background: #003b75;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: white;
}

.schedule-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Tabs */
.tab-buttons {
    text-align: center;
    margin-bottom: 30px;
}

.tab-btn {
    background-color: #01457e;
    color: white;
    border: none;
    padding: 17px 35px;
    margin: 0 8px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 17px;
}

.tab-btn:hover {
    background-color: #0466a4;
}

.tab-btn.active {
    background-color: #ffa726;
    color: #003b75;
}

/* Tables */
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.schedule-table th,
.schedule-table td {
    padding: 15px 10px;
    text-align: center;
   /*  border: 1px solid rgba(255, 255, 255, 0.2); */
    border: 1px solid #fff;
    font-size: 27px;
}

.schedule-table thead {
    background-color: #49669b;
}

.schedule-table thead th span {
    display: block;
    font-size: 25px;
    font-weight: normal;
    margin-top: 4px;
    color: white;
}

.session {
    background-color: #4d229e;
    font-size: 16px;
    line-height: 1.5em;
}

.session2 {
    background-color: #2d55ff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bolder;
}

.onsite,
.break,
.lunch {
    font-weight: bold;
    font-size: 16px;
}

.onsite {
    background-color: #b75f00;
}

.break {
    background-color: #b75f00;
}

.lunch {
    background-color: #b75f00;
}

.venue {
    background-color: #49669b;
    color: white;
    font-weight: bold;
    text-align: center;
}

.session3 {
    background-color: #6eb558;
    color: #184845;
    font-weight: bolder;
}

.session4 {
    background-color: #368480;
    color: white;
    font-weight: bolder;
}

.session5 {
    background-color: #184845;
    color: white;
    font-weight: bolder;
}

/* Hide inactive content */
.schedule-table-wrapper {
    display: none;
}

.schedule-table-wrapper.active {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .schedule-table thead {
        font-size: 12px;
    }

    .schedule-title {
        font-size: 24px;
    }

    .tab-btn {
        padding: 6px 12px;
        font-size: 14px;
        margin: 3px;
    }

    .schedule-table td,
    .schedule-table th {
        font-size: 12px;
        padding: 8px;
    }
}

/* Responsive Enhancements for Mobile */
@media (max-width: 768px) {
    .schedule-container {
        max-width: 95%;
        padding: 15px;
    }

    .schedule-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .schedule-table {
        width: 768px;
        /* minimum width to keep structure */
        min-width: 600px;
    }

    .schedule-table thead {
        font-size: 14px;
    }

    .schedule-table td,
    .schedule-table th {
        font-size: 13px;
        padding: 10px 6px;
        white-space: nowrap;
    }

    .tab-btn {
        font-size: 13px;
        padding: 10px 16px;
    }

    .schedule-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

.self-font2 {
    font-size: 17px;
    font-weight: 600;
    color: #fe9a0d;
}

.self-des2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.executive-panel-custom>div {
    min-width: 220px;
    flex: 0 1 auto;
}

@media (max-width: 1400px) {
    .executive-panel-custom h5 {
        font-size: 14px;
        line-height: 1.4;
    }
}

.subheading-highlight {
    color: #fff !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 1px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
    margin: 15px 0 !important;
}