﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;500;600;700&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=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700&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: Nunito, 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 {
    padding: 40px 0;
}
body {
    font-family: 'Inter', sans-serif;
    background: #d7f7e2;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
.topwrapper {
    margin: 0 auto;
    padding: 10px 10px 10px 0;
    clear: both;
    display: table;
    content: "";
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
}
.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;
}
.idxheaderbg {
    padding: 60px 0;
}
.idxregwrapper{
    background: linear-gradient(180deg, #BBE9C7 0%, #88C79D 100%);
    padding: 40px 0;
}
.hero-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
}
.hero-info {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-green);
}
.hero-venue {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 10px;
}
.hero-ai-overlay-reg {
    position: relative;
    width: 300px;
    height: auto;
    opacity: 0.65;
    z-index: 1;
    pointer-events: none;
    max-width: 100%;
}
.hero-ai-overlay-reg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: floatingAI 3s ease-in-out infinite;
}
.hero-title-tag{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-green);
}
.idxheadertitle h2{
    font-family: "Inter", sans-serif;
    font-size: 42px;
    line-height: 120%;
}
.idxheadertitle p{
    font-size: 32px;   
}
.sectiontitle{
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: var(--primary-green);
}
.sectiontitle span{
    top: -10px;
    border-top: 6px solid #000;
    display: inline-block;
    width: 32%;
}

.lucknow_theme{
    background: #8EC8A2;
}
.lucknow-wrapper-reg {
    position: relative;
    display: grid;
    justify-content: start;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    line-height: 1;
    z-index: 2;
}
.lucknow-text-para{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}
.lucknow-text-head {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 128px;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 0;
    display: block;
}
.rumi-darwaza-img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}


/* Hero */
        .hero {
            position: relative;
            min-height: 70vh;
            padding: 60px 0;
            background: #A6DAB6;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            overflow: hidden;
        }

        .hero-container {
            position: relative;
            z-index: 2;
        }

        .hero-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 10px;
        }

        .hero-logo-box img {
            width: 100%;
            height: auto;
        }

        .hero-hashtag-box {
            position: absolute;
            top: 0px;
            right: 5%;
            padding: 8px;
            text-align: center;
            background: #000000;
            font-weight: bold;
            display: inline-block;
        }

        .hero-hashtag-box p {
            font-weight: 400;
            font-size: 26px;
            color: #ffffff;
            text-align: center;
            line-height: 0.9;
            margin: 0;
        }
        .hero-hashtag-box span{
            font-size: 18px;
            text-transform: uppercase;
        }

        .hero-hashtag-box h3 {
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 4px;
            color: #1a1a1a;
        }

        .hero-main {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .hero-content {
            text-align: left;
            width: 100%;
        }

        /*.hero-title {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.2;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .hero-info {
            font-size: 18px;
            font-weight: 700;
            color: var(--primary-green);
        }

        .hero-venue {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-green);
            margin-bottom: 10px;
        }*/

        .hero-btn {
            background: #0B972E;
            color: var(--white);
            padding: 10px 35px;
            border-radius: 40px;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            transition: var(--transition);
        }

        .hero-btn:hover {
            background: #097d26;
            transform: translateY(-2px);
            color: var(--white);
        }

        .hero-ai-overlay {
            position: absolute;
            top: 50px;
            right: 80px;
            width: 300px;
            height: auto;
            opacity: 0.65;
            z-index: 1;
            pointer-events: none;
            max-width: 100%;
        }

        .hero-ai-overlay img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            animation: floatingAI 3s ease-in-out infinite;
        }

        @keyframes floatingAI {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(30px);
            }

            100% {
                transform: translateY(0);
            }
        }

        .hero-rumi-bg {
            position: absolute;
            bottom: 0px;
            /* Slightly negative to ensure no gap */
            left: 0;
            width: 100%;
            height: auto;
            opacity: 0.3;
            z-index: 0;
            pointer-events: none;
            overflow: hidden;
            line-height: 0;
            /* Remove any line-height gaps */
        }

        .hero-rumi-bg img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }

        /* Wrapper holds position; overflow:hidden masks the sliding text */
        .lucknow-wrapper {
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            overflow: hidden;
            z-index: 2;
            pointer-events: none;
            line-height: 1;
        }

        .lucknow-text {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 80px;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 10px;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            margin: 0;
            padding: 0;
            display: block;
            /* Start above wrapper — hidden until revealed */
            transform: translateY(-110%);
        }

        /* JS adds this class to the wrapper when it enters viewport */
        .lucknow-wrapper.revealed .lucknow-text {
            animation: slideDown 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }

        @keyframes slideDown {
            0% {
                transform: translateY(-110%);
            }

            100% {
                transform: translateY(0);
            }
        }

        /* Premium Scroll Reveal Animation */
        .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; }

        /* Tech Senate 2026 Intro */
        .intro {
            text-align: center;
        }

        .intro h2 {
            font-size: 26px;
            font-weight: 500;
            color: var(--primary-green);
            margin-bottom: 20px;
        }

        .intro p {
            max-width: 900px;
            margin: 0 auto 16px;
            font-size: 15px;
            color: var(--text-dark);
        }

        .intro-btns {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .btn-outline {
            background: var(--accent-blue);
            color: var(--white);
            padding: 12px 30px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: var(--transition);
        }

        .btn-outline:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(42, 63, 157, 0.3);
            color: var(--white);
        }

        /* Why Matter */
        .why-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            align-items: center;
        }

        .why-content {
            flex: 1;
            min-width: 350px;
        }

        .why-image {
            flex: 1.2;
            min-width: 350px;
        }

        .why-content h2 {
            font-size: 26px;
            font-weight: 500;
            color: var(--primary-green);
            margin-bottom: 10px;
        }

        .why-content p {
            font-size: 12px;
            margin-bottom: 16px;
            color: #333;
        }

        .why-image {
            height: 300px;
            overflow: hidden;
            flex: 1.2;
            min-width: 350px;
        }

        .why-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 0;
        }

        /* The Experience */
        .section-header {
            text-align: center;
        }

        .section-header h2 {
            font-size: 26px;
            font-weight: 500;
            color: var(--primary-green);
            margin-bottom: 20px;
        }

        .section-header p {
            font-size: 14px;
            color: #000;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .experience-sub {
            color: var(--primary-green);
            font-size: 18px;
            font-weight: 600;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        .exp-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            width: 80%;
            margin: 0 auto;
        }

        .exp-card {
            background: #CBEBCC;
            padding: 20px 15px;
            border-radius: 12px;
            text-align: center;
            font-weight: 500;
            font-size: 14px;
            color: #000;
            min-height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.3;
        }

        /* Who */
        .who-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }

        .who-left h2 {
            color: var(--primary-green);
            font-size: 26px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .who-left h3 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1.1;
            color: #000;
        }

        .who-left p {
            font-size: 15px;
            color: #4a4a4a;
            margin-bottom: 16px;
            line-height: 1.5;
            max-width: 90%;
        }

        .tag-group {
            margin-bottom: 20px;
        }

        .tag-label {
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 15px;
            display: block;
            color: var(--primary-green);
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .tag {
            background: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 600;
            color: #000;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .tag i {
            margin-right: 10px;
            color: var(--primary-green);
            font-size: 16px;
        }

        .who-sidebar {
            background: #66A86A;
            padding: 45px 40px;
            border-radius: 18px;
            color: var(--white);
        }

        .sidebar-title {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 35px;
            line-height: 1.3;
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 25px;
            font-weight: 600;
            font-size: 16px;
        }

        .stat-icon {
            width: 38px;
            height: 38px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            flex-shrink: 0;
        }

        /* Themes */
        .themes-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }

        .theme-card {
            background: #E6F6E7;
            padding: 35px 20px;
            border-radius: 12px;
            text-align: center;
            transition: var(--transition);
            min-height: 180px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .theme-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .theme-icon {
            font-size: 32px;
            color: #0b972e;
            margin-bottom: 20px;
        }

        .theme-card h4 {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4;
            color: #000;
            max-width: 180px;
        }

        /* 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 40s 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;
        }

.overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 11, 181, 0.55);
    z-index: -1;
    border-radius: 8px;
}
.idxheaderlogo {
    width: 80%;
    display: block;
}
.idxheaderlogo img {
    display: table;
    width: 100%
}


.idxpartnersbox img, .idxpartnersbox1 img, .idxpartnersbox2 img, .speakerbox img {
    width: 100%;
    display: table;
}

.overview-head{
    display: block;
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
}
.overview-para{
    display: block;
    font-size: 34px;
    line-height: 120%;
    font-weight: 500;
}
.overviewUpper, .overviewLower{
    height: 200px;
}
.sec-title-part p{
    font-size: 28px;
    line-height: 120%;
}

.topicwrapper h2, .speakerwrapper h2, .advantagewrapper h2, .partnerwrapper h2, .contact_us_section h2{
    margin-bottom: 80px;
}
.idxabout p {
    line-height: normal;
}
.idxabout .btn3 a {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 14px 24px 14px 24px;
  gap: 10px;
  border-radius: 40px;
}

.hrwrapper hr {
    background-color: #2e97ce;
    height: 3px;
    margin: 30px 0;
    display: block;
    width: 100%}
.idxspeakerwrapper,  .idxpartnerwrapper {
    display: block;
    position: relative;
}
.idxpartnersbox, .speakerbox,  .idxpartnersbox2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
}
.speakermain {
    margin-bottom: 63px;
}
.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%);
    height: 421px;
}
.spk-img{
    padding: 10px;
}
.speakerbox img {
    border-radius: 50%;
}
.spk-info{
    padding: 10px;
}
.spk-info{
    border-top: 5px solid #f15c5c;
}


.speaker-container{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}
.speaker-box{
    display: block;
    width: calc(25% - 40px);
    max-width: 100%;
    transition: var(--transition);
}
.speaker-box:hover{
    transform: translateY(-5px);
}
.speaker-box:hover .speaker-pic img{
    box-shadow: 4px -4px 10px 0 rgba(0, 0, 0, 0.1);
}
.speaker-content{
    text-align: center;
    padding: 24px 20px;  
}
.speaker-pic{
    position: relative;
}
.speaker-pic img{
    display: block;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}
.speaker-text1{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: #0B972E;
}
.speaker-text2{
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
}
.img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 246, 231, 0.1);
    /*z-index: -1;*/
    border-radius: 12px;
}

.pic_corner{
    border: 1px solid #2a3f9d;
    background: #2a3f9d;
    width: 11.38px;
    height: 11.38px;
    margin: 0;
}

.corner1{
    top: 0;
    left: 0px;
}
.corner2{
    top: 0;
    right: 0px;
}
.corner3{
    bottom: 0;
    left: 0px;
}
.corner4{
    bottom: 0;
    right: 0px;
}

.spcl-spkr h2 {
    font-size: 42px;
    line-height: 39px;
    margin-bottom: 17px;
    font-weight: 300;
}
.spcl-spkr p {
    line-height: 16px;
}
.idxpartnerwrapper h2 {
    margin-bottom: 25px;
}
.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 / 10%);
    position: relative;
    transition: var(--transition);
}
.idxpartnersbox:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.idxUpEvbox, .idxpartnersbox1 {
    display: inline-block;
    background: #fff;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.idxpartnersbox1 {
    width: 43%;
    margin: 1%;
    padding: 7px 1%;
    border-radius: 7px;
    line-height: normal;
}
.idxpartnersbox2 {
    width: 33%;
    margin: 1% auto;
    padding: 7px 2%}

.idxawards .btn3 a{
	color: #000;
}
.footerwrapper {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    background: #FCFCFC;
}
.footerwrapper p{
    font-size: 14px;
}
.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;
    margin: 0 0 20px;
}
.organiserboximg1, .organiserboximg2 {
    margin: 0 auto 15px;
    text-align: center;
}
.footercol2 {
    padding: 8px 0;
}
.footerbottomright h4, .footercol2 h4 {
    display: block;
    font-weight: 700;
    color: #000000;
    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;
}

.thankyoutext h4, .thankyoutext h6 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    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: #1E2CFB;
}
.thankyoutext h6 span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.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;
}

.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;
}
.idxboxcon {
    width: 80%;
    margin: auto;
}
.idxwhowillbox {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    padding: 3% 4%;
    margin: 2.5%;
    border: 2px solid #a09f9f;
    border-radius: 7px;
    color: #000;
    box-sizing: border-box;
    height: 170px;
    z-index: -1;
}

.highlightwrapper p{
    line-height: 140%;    
}
.tablemain {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.table1 {
    width: 100%;
    margin: 0 auto;
    border: 3px solid #0447AD;;
    text-align: left;
}
.table1 tr {
    background: #eaeaea;
}
.table1 tr:nth-child(2n) {
    background: #fff;
}
.table1 th {
    background: #0447AD;;
    color: #fff;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
}
.table1 th:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.table1 tr:hover {
    background-color: #cacaca;
}
.table1 td {
    line-height: normal;
}
.table1 td:first-child {
    font-size: 12px;
    width: 25%}
.table1 td:nth-child(2) {
    width: 75%;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
}
.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: #36489E;

    color: #fff!important;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}
.clearboth {
    clear: both;
    min-height: 1px;
}

.brs{
    border-radius: 20px;
}

.sponsor-box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.sponsor-box p {
    font-size: 18px;
    line-height: normal;
}
.idxheader .event_details{
    margin: 30px 0;
}
.event_details{
    margin: auto;
    position: relative;
    top: 0;
    z-index: 3;
    padding: 20px 0;
    width: 100%;
    border-radius: 8px;
    background: #0B972E;
}
.event_details_content{
    display: flex;
}
.event_details p{
    display: block;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
}
.page-theme{
    position: absolute;
}

.btn-top a{
    display: inline-block;
    font-family: "Inter", sans-serif;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 20px;
    line-height: normal;
    width: 180px;
    text-align: center;
    font-weight: 500;
}

.grecaptcha-badge{
    display: none!important;
}

.idxheaderhastag{
    position: absolute;
    top: 5%;
    right: 3%;
}

.myVideo {
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: -2;
    border-radius: 8px;
}
