@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);


.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', sans-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: 'Inter', sans-serif;
    color: #0A0A0A;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}*/

/*Hero Section*/
.hero-header{
    position: relative;
    background: #00055A;
    padding-top: 100px;
}
.hero-header-content{
    display: grid;
    gap: 20px;
    grid-template-columns: 1.4fr 1fr;
}
.hero-header-content-right-img{
    padding: 32px;
    box-sizing: border-box;
    background: linear-gradient(to right, rgba(54, 72, 157, 0.2), rgba(252, 110, 86, 0.2));
}
.hero-header-main-title{
    margin-bottom: 32px;
}
.header-common-top{
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.35px;
    margin-bottom: 32px;
    color: #E8640D;
    text-transform: uppercase;
    border-left: 4px solid #E8640D;
    padding-left: 12px;
}
.hero-header-logo{
    margin-bottom: 32px;
}
.hero-header h2{
    font-family: 'Inter', sans-serif;
    display: block;
    font-weight: 600;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -1.7px;
    color: #ffffff;
}
.hero-header h2 span{
    color: #FC6E56;
}
.hero-header p{
    font-family: "DM Sans", sans-serif;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0;
    color: #D9D9D9;
}

.hero-header-btn-part{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.hero-header-btn a{
    display: block;
    font-family: "Inter", sans-serif;
    padding: 16px 32px;
    color: #ffffff;
    background: #1A2B6D;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    border-radius: 8px;
}
.hero-header-btn-para{
    display: block;
    font-family: "Inter", sans-serif;
    color: #FFC8BD;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
}

.hero-details-container{
    position: relative;
    max-width: 1040px;
}
.hero-divider{
    width: 80%;
    max-width: 100%;
    height: 1px;
    background: #E4E4E4;
    margin: 16px 0 0;
}
.hero-details{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    padding-top: 32px;
}
.details-box:not(:last-child){
    position: relative;
    padding-right: 32px;
}
.hero-details .details-box:not(:last-child)::after {
    content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  
  /* Centers the line exactly in the middle of the 32px gap */
  right: 0px; 
  
  /* Divider thickness and color */
  width: 1px;
  background-color: #E4E4E4; 
}
.hero-details-title{
    font-family: "DM Sans", sans-serif;
    display: block;
    color: #9F9F9F;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.hero-details-desc{
    font-family: "DM Sans", sans-serif;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
}

/*Market study*/

.market-study{
    position: relative;
    background: #121212;
}
.market-study-content{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.market-study-para{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #DBDBDB;
    margin-bottom: 6px;
}
.market-study-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.market-study-left{
    max-width: 320px;
}
.market-study-right{
    max-width: 660px;
}
.market-study-grid{
    display: flex;
    gap: 64px;
}
.market-study-box{
    display: inline-block;
    text-align: center;
}
.market-study-box-head{
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 6px;
    color: #ffffff;
}
.market-study-box-para{
    font-weight: 400;
    font-size: 14px;
    line-height: 19.25px;
    letter-spacing: 0px;
    color: #DBDBDB;
    padding: 0 4px;
    text-align: center;
}

/*City*/

.eventswrapper{
    position: relative;
    background: rgba(72, 78, 161, 0.15);
}
.eventswrapper-head{
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 6px;
}
.eventswrapper-para{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 6px;
}
.city_box_series{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 5;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 8px;
    margin-top: 1.4rem;
}
.city_box{
    font-family: 'Inter', sans-serif;
    position: relative;
    background: #ffffff;
    width: 185px;
    min-height: 190px;
    max-width: 100%;
    padding: 18px 16px;
    box-sizing: border-box;
    text-align: center;
    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);
}
.city-name{
    width: 100%;
    background: #F05D3E;
    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;
}
.city_box_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #484EA1;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    margin-top: 20px;
    transition: all 0.25s;
    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;
}

/*why techsenate x*/

.senate-cmn h2{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #0A0A0A;
    font-size: 38px;
    line-height: 47.5px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}
.senate-cmn p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.why-senate-content{
    display: flex;
    gap: 80px;
}
.why-senate-left{
    max-width: 390px;
}
.why-senate-right{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.why-senate-pointer-box{
    display: flex;
    gap: 32px;
}
.why-senate-pointer-box:not(:last-child){
    padding-bottom: 32px;
    border-bottom: 1px solid #E4E4E4;
}
.why-senate-pointer{
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F05D3E;
}
.why-senate-pointer-head{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #0A0A0A;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 6px;
}

/*Event Format*/

.event-format{
    background: #FAFAFA;
}
.eventformat-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.eventformat-row h2{
    margin-bottom: 0;
}
.eventformat-row p{
    max-width: 395px;
}
.eventformat-grid{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}
.eventformat-box{
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    background: #ffffff;
    min-height: 190px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    transition: var(--transition);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.eventformat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.eventformat-icon{
    width: 40px;
    height: 40px;
    background: #F0F3FF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.eventformat-box-head{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #0A0A0A;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 12px;
}
.eventformat-box-para{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #737373;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

/*the-series*/

.the-series{
    background: #F0F3FF;
}
.the-series-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.the-series .eventformat-row{
    margin-bottom: 40px;
}
.the-series-box{
    border-radius: 24px;
    border: 1px solid #E4E4E4;
    background: #ffffff;
    padding: 10px 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #0A0A0A;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

/*Partner*/

.partner-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.partner-wrapper h2, .speaker-wrapper h2, .event_agenda h2{
    margin-bottom: 24px;
}
.partner-box{
    width: calc(25% - 40px);
    max-width: 100%;
    box-sizing: border-box;
    padding: 7px 1%;
    border-radius: 7px;
    background: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: relative;
    transition: var(--transition);
}
.partner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.partner-box h6{
    font-size: 11px;
    color: #1D1F1E;
    margin-top: 8px;
    font-weight: 600;
}

/*join series*/

.join-series{
    background: #1A2B6D;
}
.joinseries-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.joinseries-left{
    max-width: 450px;
}
.joinseries-btn{
    display: inline-block;
    background: #FC6E56;
    padding: 16px 56px;
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 16px;
    max-width: 100%;
    transition: var(--transition);
}
.joinseries-btn:hover{
    color: #ffffff;
    background: #f77964;
}
.joinseries-btn-para{
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
}
.join-series h2, .join-series p{
    color: #ffffff;
}
/*Disclaimer*/

.disclaimer-box{
    background: #f9f9f9;
    border: 0.5px solid #ddd;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 14px;
}
.stat-divider {
    border: none;
    border-top: 0.5px solid #e0e0e0;
    margin: 12px 0;
}
.policy-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #EEEDFE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.policy-icon i {
    font-size: 16px;
    color: #534AB7;
}

#addressField{
    display: none;
}

.hidden-text {
    display: none;
}
.ragistrationform .read-more {
    color: #35489E!important;
    cursor: pointer;
    font-weight: 500;
}
.ragistrationform .reg-tag{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.ragistrationform .mendtory-field{
    font-size: 13px;
    margin-bottom: 0;
}

/*Header section*/

.topwrapper {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 10px;
    transition:
          transform 0.3s ease,
          padding 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
}
header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

header.header-hidden {
transform: translateY(-120%);
}
.menu-icon{
    display: none;
  }

.topwrapper .pastedition_list {
    height: 50vh;
    overflow: scroll;
}
.topleft {
    float: left;
    display: block;
    padding: 0px 0 0px}
.topleft img {
    display: table;
    height: 44px;
}
.topright {
    float: right;
    display: block;
    margin: 0;
}

.idxregbg {
    background: url('../images/idxregbg.jpg') center/cover no-repeat #00055A;
    display: block;
    position: relative;
    z-index: 1;
}



/*Thank you*/

.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;
}

/*agenda*/
.event_agenda{
    /*background: #FAFAFA;*/
}
.agendaTopic{
    padding: 18px;
    margin-bottom: 30px;
    background: #484EA1;
}
.event_agenda_row{
    overflow: hidden;       
}
.event_agenda .agendaTime{
    display: inline-block;
    height: 90px;
    padding: 32px 18px;
    width: 20%;
    background: #484EA1;
}
.event_agenda .agendaSession{
    display: inline-block;
    padding: 32px 28px;
    width: 80%;
    background: #FAFAFA!important;
    /*height: 90px;*/
}


/*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;   
}



/* 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;
}

