@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);


/*Samsung SS Fonts*/

@font-face {
    font-family: 'SamsungSSBody-Bold';
    src: url('../fonts/samsungss/SamsungSSBody-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSSBodyDig-Bold';
    src: url('../fonts/samsungss/SamsungSSBodyDig-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSSBodyDig-Regular';
    src: url('../fonts/samsungss/SamsungSSBodyDig-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSSBody-Light';
    src: url('../fonts/samsungss/SamsungSSBody-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSSHead-Bold';
    src: url('../fonts/samsungss/SamsungSSHead-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSSHead-Light';
    src: url('../fonts/samsungss/SamsungSSHead-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSSHead-Medium';
    src: url('../fonts/samsungss/SamsungSSHead-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.myVideo, html {
    height: 100%
}
.myVideo, .topwrapper {
    left: 0;
    top: 0;
    width: 100%
}
.speakertd, .table1 td:first-child, .table1 td:nth-child(2) span, .table1 th {
    font-family: "Inter", serif;
}
a, abbr, acronym, applet, article, aside, audio, b, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, span, summary, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol {
    list-style: decimal;
    margin-left: 30px;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section p {
    margin-bottom: 20px;
}
section {
    padding: 50px 0;
}
body { 
    background: fixed #ffffff;
    font-family: 'SamsungSSBody-Light';
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.idxheadertitle{
    position: absolute;
    background: rgba(16, 11, 51, 0.7);
    padding: 30px;
    width: 55%;
    max-width: 100%;
    border-radius: 12px;
    z-index: 2;
}
.idxheadertitle h2{
    font-size: 56px;
    line-height: 120%;
}
.idxheadertitle h3{
    font-size: 40px;
    line-height: 120%;
    color: #ffffff;
}
.idxheadertitle p{
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
}
.city_box_series{
    /*display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 5;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 8px;
    margin-top: 2.2rem;
}
.city_box{
    font-family: 'Inter', sans-serif;
    position: relative;
    width: 185px;
    min-height: 190px;
    max-width: 100%;
    padding: 18px 16px;
    box-sizing: border-box;
    text-align: center;
    /*height: 280px;*/
    border: 0.5px solid #1D2443;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease,
              border-color 0.25s ease, background 0.25s ease;
}
.city_box:hover{
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(252, 110, 86);
}

/*.city_box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(26, 79, 214, 0.45);
  border-color: rgba(99, 163, 255, 0.7);
  background: linear-gradient(145deg, #2563eb 0%, #3b82f6 60%, #1d4ed8 100%);
}*/

.city-name{
    width: 100%;
    background: #FC6E56;
    border-radius: 4px;
    padding: 6px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
.city-details{
    color: #1D2443;
}
.city_box_content{
    font-size: 14px;
}
.cb_height{
    min-height: 55px;
}
.city_box_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1272C8;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    margin-top: 20px;
    transition: transform 0.25s ease;
    font-family: 'Inter', sans-serif;
}
.city_box_btn a:hover{
    background: #116cbd;
    color: #fff;
}
.city_box_btn a.disabled{
    background: none;
    border: 1px solid #1D2443;
    color: #1D2443;
}

.topwrapper {
    margin: 0 auto;
    padding: 0px 10px 0px 0;
    clear: both;
    display: table;
    content: "";
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    /*background: linear-gradient(45deg, #151d34, #3b3961);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
}
.topwrapper .pastedition_list {
    height: 50vh;
    overflow: scroll;
}
.topleft {
    float: left;
    display: block;
    padding: 0px 0 0px 1%}
.topleft img {
    display: table;
    height: 34px;
}
.topright {
    float: right;
    display: block;
    margin: 0;
}

.virtual_confrc, .relativeHashtag{
    position: absolute;
    top: 20px;
    right: 20px;
}
.idxheaderbg {
    background: url('../images/headerbg.jpg') center/cover no-repeat;
    display: block;
    position: relative;
    z-index: 1;
}
.idxheaderbg{
    display: flex;
    align-items: center;
    min-height: 60vh;
}
.idxregwrapper{
    /*height: 75vh;*/
    padding: 40px 0;
}
.blankSection{
    height: 40vh;
}
.idxregwrapper h1{
    font-size: 42px;
    line-height: 100%;
}
.idxregwrapper h2{
    font-size: 32px;
    line-height: 100%;
}

.idxctrAddwrapper p{
    color: #000000;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}


.headerwrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.headerLeft{
    width: 50%;
}
.headerRight{
    width: 50%;
}

.overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(19, 14, 63, 0.4);
    z-index: 1;
}
.idxheaderlogo {
    width: 90%;
    display: block;
}
.idxheaderlogo img {
    display: table;
    width: 100%
}
.idxheader{
    padding-bottom: 100px;
}
.idxheaderhastag p{
    line-height: 130%;
}




.thankyoutext h4, .thankyoutext h6 {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.thankyoutext {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 36px;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
}
.thankyoutext h6 {
    color: #2e97ce;
}
.thankyoutext h6 span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.thankyoutext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    letter-spacing: 0;
    padding: 0;
}
.table1 td, .table1 th {
    padding: 10px;
    /*font-size: 13px;*/
}
.thankyoulink {
    text-align: center;
}
.thankyoulink a {
    font-weight: 400;
}
.tybtn a {
    display: inline-block;
    border-radius: 12px;
    padding: 17px 16px;
    font-size: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;
    transition: .3s all;
    width: 300px;
    max-width: 80%;
    text-align: center;
}

/*footer*/

.footerwrapper {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    background: #FCFCFC;
}
.footerwrapper a {
    color: #000;
    text-decoration: none;
}
.footerwrapper a:hover {
    color: #0a8eae;
}
.footercol1 {
    padding: 0 0 15px;
    font-size: 14px;
}
.footerlogo {
    display: block;
    float: left;
/*    width: 230px;*/
    margin: 0 0 30px;
}
.organiserboximg1, .organiserboximg2 {
    margin: 0 auto 15px;
    text-align: center;
}
.footercol2 {
    padding: 8px 0;
}
.footerbottomright h4, .footercol2 h4 {
    display: block;
    font-weight: 700;
    color: #ed1c24;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 14px;
}
.footercol2 ul li {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
}
.footerbottom {
    font-size: 14px;
    line-height: 16px;
}
.footersocial a img {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}


.video-bg-container {
      position: relative;
/*      height: 100vh; /* Full-screen height */*/
      overflow: hidden;
      width: 300px;
      height: 300px;
    }

    /* Video as the background */
    .video-bg-container video {
      position: absolute;
/*      top: 100px;*/
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures video covers entire container */
      z-index: 1; /* Behind the content */
      border: 4px solid #EAE8E6;
    }

    /* Overlay image with content */
    .video-bg-container .content {
      position: relative;
      z-index: 2; /* Above the video */
      background: url('../images/shape1-svg.png') no-repeat center center;
      background-size: cover; /* Ensures image fits container */
      width: 100%;
      height: 100%;
/*      top: 100px;*/
/*      left: 100px;*/
      /* mix-blend-mode: multiply; */
      border: 4px solid #EAE8E6;
    }

.bg-head{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 34px;
    height: 62px;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: -3px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Inter", monospace;
    background: url('../images/bg-head.png') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}

.idxpartnersbox, .speakerbox,  .idxpartnersbox2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
}
.idxpartnersbox h6, .idxpartnersbox1 h6, .idxpartnersbox2 h6 {
    font-size: 11px;
    color: #1D1F1E;
    margin-top: 8px;
    font-weight: bold;
}
.idxpartnersbox {
    width: 20%;
    margin: 1%;
    padding: 7px 1%;
    border-radius: 7px;
    background: #fff;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
   /* -moz-transition: all 5s linear;
  -webkit-transition: all 5s linear;
  -ms-transition: all 5s linear;
  -o-transition: all 5s linear;
    transition: all 1s linear;*/
}

.speakerbox {
    width: 20%;
    margin: 0 1.5% 3%;
    color: #000000;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    height: 420px;

}
.spk-img{
    padding: 16px;
}
.spk-img img{
    width: 100%;
}
.speakerbox img {
    border-radius: 50%;
}
.spk-info{
    padding: 16px;
}
.spk-info{
    border-top: 5px solid #4fbf25;
}

.hrwrapper hr {
    background-color: #2e97ce;
    height: 3px;
    margin: 30px 0;
    display: block;
    width: 100%
}

/*agenda*/

.tablemain {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.table1 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
    text-align: left;
}
.table1 tr {
    background: #f9f9f9;
    border: 1px solid #D8D8D8;
    
}
.table1 th {
    background:#4fbf25;
    color: #fff;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    text-align: left;
}


.table1 td {
    line-height: normal;
    padding: 20px 20px;
    /*font-size: 18px;*/
     border-left: 1px solid #ffffff;
     border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}
/*.table1 th:nth-child(2) {
    border-left: 1px solid #ffffff;
     
}
.table1 tr:hover {
    background-color: #eaeaea;
} 
.table1 td:first-child {
    font-size: 14px;
    width: 25%;
}

.table1 td:nth-child(2) {
    font-size: 14px;
    width: 75%;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
} */
.table1 td:nth-child(2) span {
    color: #000;
    font-weight: 700;
}
.table-responsive {
    overflow-x: auto;
}
.speakertd {
    display: none!important;
    font-weight: 900;
}
.table1demo td {
    background-color: #000;
    color: #fff!important;
}

/**/

.whobox{
    display: inline-block;
    margin: 0 2% 2% 0;
    border-radius: 8px;
    border-top: 4px solid #C3ADF4;
    border-left: 1px solid #C3ADF4;
    border-right: 1px solid #C3ADF4;
    border-bottom: 1px solid #C3ADF4;
    padding: 16px 32px;
}

.whyAttendTheme{
    background: #EFF2FF;
    border-radius: 170px;
    padding: 45px 70px;
    margin: auto;
}
.whyWrapper{
    box-sizing: border-box;
    width: 40%;
}
.why-content{
    width: 88%;
}
.whyAttendTheme .container{
/*    width: 95%;*/
    margin: auto;
}

.whyHeight{
    min-height: 110px;
}

.mb_42{
    margin-bottom: 42px;
}

.agendaTopic{
    padding: 18px;
    margin-bottom: 30px;
}
.event_agenda_row{
    overflow: hidden;       
}
.event_agenda .agendaTime{
    display: inline-block;
    height: 90px;
    padding: 32px 18px;
    width: 20%;
}
.event_agenda .agendaSession{
    display: inline-block;
    padding: 32px 28px;
    width: 80%;
    /*height: 90px;*/
}

.futureDC_theme img{
    max-height: 600px;
}

.che_city_theme{
    background: url('../images/che_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.hyd_city_theme{
    background: url('../images/hyd_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.mum_city_theme{
    background: url('../images/mum_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.blr_city_theme{
    background: url('../images/blr_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.del_city_theme{
    background: url('../images/del_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}

.accordion-button:not(.collapsed){
    background: #00A65D;
}
.accordion-button p{
    color: #ffffff;
}
.accordion-button.collapsed p{
    color: #000000;
}

.file-list li, .url-list li{
    font-size: 12px;
    padding: 0;
    word-break: break-all;
}
.RemoveBtn, .add-url, .add-btn{
    background: #33ad77;
    border: unset;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
}
.add-url, .add-btn{
    margin: 8px 0;
    background: #4c6e7d;
    width: 74px;
}

/*Video Slide*/

.owl-carousel{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
  height: 100%;
}
.owl-carousel .item iframe {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* Custom arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
    position: relative;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  font-size: 2rem !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  border: none;
  cursor: pointer;
}
.owl-nav button.owl-prev{
    left: -6%;
}
.owl-nav button.owl-next{
    right: -6%;
}
.owl-nav button:hover {
  background: #ED1B2F !important;
}

.owl-dots{
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ED1B2F !important;   
}

.gcc_next_theme{
    font-family: 'SamsungSSBody-Light' !important;
}
.logo-box{
   margin-bottom: 1.9rem; 
}
.gcc_next_theme .logowrapper{
    position: absolute;
    top: 4%;
    left: 3%;
    right: 3%;
    margin: auto;
    padding-bottom: 3rem;
}
.gcc-text{
    font-family: 'Inter', sans-serif;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 16px;
    color: #fff;
}
.gcc-btn a{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    vertical-align: center;
    padding: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s all;
    margin-top: 3rem;
    width: 220px;
    height: 53px;
    max-width: 100%;
    box-sizing: border-box;
}
.gcc-btn a:hover{
    color: #fff;
    border: 1px solid #1272C8;
    background: #1272C8;
}

.gain-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.gain-boxL, .gain-boxR{
    flex: 1;
}

.attendee-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px auto;
    max-width: 1100px;
}
.attendee-pill:nth-child(4) {
    grid-column: 2; /* Forces it into the 2nd (middle) column */
}
.attendee-pill {
    background: rgb(72, 78, 161, 0.1);
    padding: 10px 12px;
    border-radius: 4px;
    font-weight: 500;
    transition: 0.3s all;
    color: #000;
    font-size: clamp(12px, 1.5vw, 14px);
}
.attendee-pill:hover {
    transform: scale(1.05);
    background: rgb(72, 78, 161, 0.3);
}

.about-speakers{
    display: grid;
    flex-direction: column;
    gap: 10px;
    margin: 24px auto;
    max-width: 600px;
}
.about-attendees-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.about-small-para{
    font-style: italic;
    font-size: 14px;
}

/* Glimpses */
.glimpses {
    overflow: hidden;
    padding: 40px 0;
}

.glimpse-slider {
    display: flex;
    margin-bottom: 20px;
}

.glimpse-track {
    display: flex;
    gap: 20px;
    padding: 0 12.5px;
}

.glimpse-card {
    width: 320px;
    height: 180px;
    background: #fff;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
/* Animations */
.scroll-left {
    animation: scrollLeft 36s linear infinite;
}

.scroll-right {
    animation: scrollRight 40s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-345px * 5));
    }

    /* Width + Gap * Count */
}

@keyframes scrollRight {
    0% {
        transform: translateX(calc(-345px * 5));
    }

    100% {
        transform: translateX(0);
    }
}

.glimpse-slider:hover .glimpse-track {
    animation-play-state: paused;
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays */
.scroll-reveal.delay-1 { transition-delay: 0.1s; }
.scroll-reveal.delay-2 { transition-delay: 0.2s; }
.scroll-reveal.delay-3 { transition-delay: 0.3s; }
.scroll-reveal.delay-4 { transition-delay: 0.4s; }