/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-black-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-black-woff1786368023.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-bold-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-bold-woff1786368023.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Antenna Purina Condensed';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurinacondensed-black-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurinacondensed-black-woff1786368023.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antenna Purina Condensed';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurinacondensed-regular-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurinacondensed-regular-woff1786368023.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-extralight-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-extralight-woff1786368023.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-light-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-light-woff1786368023.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-medium-woff21786368023.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368023antennapurina-medium-woff1786368023.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368066antennapurina-regular-woff21786368066.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368066antennapurina-regular-woff1786368066.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Antenna Purina';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368066antennapurina-thin-woff21786368066.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368066antennapurina-thin-woff1786368066.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Purina Danforth';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368066purinadanforth-regular-woff21786368066.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1786368066purinadanforth-regular-woff1786368066.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --mainThemeColor: #e91c24;
    --mainThemeColor-rgb: 233, 28, 36;
    --mainThemeColor2: #e91c24;
    --eventFontColor: #000000;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Antenna Purina';
    --headerBg: #ffffff;
    --headerNavText: #333333;
    --eventHeadingFont: 'Antenna Purina';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 5px;
    --btnFontSize: 18px;
}

.registration-form a {
    color: var(--mainThemeColor) !important;
}

.ts-speaker .speaker-img {

     overflow: visible !important;
   
}.ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1.1)!important;
    -ms-transform: scale(1.1)!important;
    transform: scale(1.1)!important;

}
#CTA2 ul li {
    margin-bottom: 0px;
}

#CTA2 ul {
    list-style: disc;
    margin-left: 25px;
}
.ts-speaker:hover .speaker-img:before {
    opacity: 0 !important;
}
.ts-speaker:hover .view-speaker {
  
    opacity: 0 !important;
}
.ts-speaker .view-speaker {

    width: 100% !important;
    height: 100% !important;

}
.speaker2 img {

    border: 0px solid #ddd !important;

}
.ts-speaker .speaker-img {
    width: 260px !important;
    height: 260px !important;

    margin: 0px !important;
}
.agenda-row .agenda-body p strong {
    font-weight: 300;
}
#vfb-form-builder .email-field-input, 
#vfb-form-builder .text-field-input, 
#vfb-form-builder .control, 
.full-page-container #vfb-form-builder .vue-select .control, 
#vfb-form-builder .checkbox-form-check {
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #DCDBFF !important;
}
label.title-field-label {
    display: flex;
    gap: 5px;
}
p.hero-01-time {
    color: #ffff;
    margin-bottom: 50px;
    font-size: 25px;
}
.privacyTabs {
    background: #485463;
    margin-top: 15px;
}
ul.learnList {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 50px;
}
.sp-popup .modal-body .row>div:last-child {
    width: 100%;
}
.sp-popup .modal-body .row>div:first-child {
    width: 240px;
  display:none;
}
.sp-popup .modal-header {
    min-height: 45px;
}
.hero-01-title span {
    font-weight: 400;
    font-size: 51.5px;
}

.nav-tabs>li>a::after {
    content: "\f078"!important;
    width: 0;
    height: 0;
     border-left: 0px solid transparent!important;
     border-right: 0px solid transparent!important; 
     border-top: 0px solid #f2624b!important; 
    /*position: absolute;*/
  left:initial !important;
    right: 7px;
    transform: translateY(-50%);
  
    top: 32%;
  bottom:initial !important;
    font-family: 'Font Awesome 5 Pro';
  margin-left: 10px;
}
.nav-tabs>li.active>a::after {
  position:initial!important;
    content: "\f077"!important;
}


#agenda ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.speaker2 {
    padding-left: 130px!important;
    min-height: 130px!important;
}
.agenda-body > .row > div {
    width: auto;
}
.agenda-body > .row > div {
    width: auto;
}
.speaker2 img {
    height: 130px!important;
    width: 130px!important;
}
.speaker2.mh-60 > p {
    display: none;
}
.agenda-row {
    border-radius: 15px;
    box-shadow: 3px 4px 3px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,0.1);
}
.agenda-row .agenda-body {
 
    border-bottom: dashed 0px #dadada !important;
}
.agenda-row .time {
    background: none  !important;
    border-bottom: 0px solid #f59a8c !important;
    text-align: left;
    display: flex;
    position: relative;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.agenda-row .time::after {
    content: "";
    width: 4px;
    height: 80px;
    background: var(--mainThemeColor);
    right: 0px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#speakers h3.main-title {
    text-transform: uppercase;
}
.ts-speaker .ts-title {
    color: var(--mainThemeColor)  !important;
    font-size: 18px !important;
    font-weight: 500;
    
}
.about-img {
    margin-top: 30px;
}
a.link-anchor {
    color: var(--eventFontColor);
}
#speakers, #faq {
    background: #f7f6ed;
}
#CTA2 img {
    position: relative;
    margin-top: -100px;
    width: auto;
}
#CTA, #CTA2 {
    background: var(--mainThemeColor);
    padding: 30px 0px 10px;
}
#CTA .btnColored, #CTA2 .btnColored {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    border: 2px solid;
}
#CTA .btnColored:hover, #CTA .btnColored:focus, #CTA2 .btnColored:hover, #CTA2 .btnColored:focus {
    background: var(--mainThemeColor);
    color: var(--white) !important;
    outline: none;
}

#slides {
    background: #03202f;
    padding: 40px 0px 50px;
}
.greenSlide {
    background: #2dd7bd !important;
    border: 0;
}
.redSlide {
    background: #e91c24 !important;
    border: 0;
}
.purpleSlide {
    background: #ac5a88 !important;
    border: 0;
}

.container.threeBox {
    display: flex;
    margin-top: -102px;
    z-index: 2;
    position: relative;
}

.container.threeBox > div {
    background: #03202f;
    flex: 1;
    min-width: 0px;
    padding: 30px 40px 20px;
    color: var(--white);
    border-right: 1px solid #fff;
}
.container.threeBox > div:last-child {
    border: 0px;
}
.title-threeBox {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.about-split-content h3 {
    font-size: 24px;
    font-weight: 500;
}
.about-split-content h3 span {
    color: var(--eventFontColor);
    margin-bottom: 12px;
}
/* ── Template Builder: Header Color Overrides ── */
/* main.css hardcodes header bg/nav-text; these rules override them. */
.header-wrapper .header-content.sticky,
.header-02-wrapper,
.header-03-wrapper { background: #ffffff !important; }
.header-inner #main-nav .navbar-nav > li > a,
#main-nav-02 .navbar-nav > li > a,
#main-nav-03 .navbar-nav > li > a { color: #e91c24 !important; }
@media (max-width: 767px) {
    .header-inner #main-nav a,
    #main-nav-02 .navbar-nav > li > a,
    #main-nav-03 .navbar-nav > li > a { color: #e91c24 !important; }
}


/*Slider CSS----------------------------*/
.vf-slide { padding: 0 10px; outline: none; }
  .vf-slide-inner { background: var(--inner-bg, #141414); border: 1px solid #2b2b2b; border-radius: 0px; overflow: hidden; }
  .vf-slide-image { height: var(--img-height, 190px); background-size: cover; background-position: center; background-color: #1f1f1f; border-radius: 0; }
  .vf-slide-image.img-curved { border-radius: var(--img-radius, 12px); }
  .vf-slide-image.img-circle { width: var(--circle-size, 140px); height: var(--circle-size, 140px); border-radius: 50%; margin: 20px auto 0; }
  .vf-slide-image.img-no-body { margin-bottom: 18px; }
.vf-slide-body {
    padding: 48px 45px 40px;
    background-color: var(--body-bg, transparent);
    text-align: var(--content-align, left);
    min-height: 270px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.vf-slide-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
}
  .vf-slide-brief {
    color:var(--white);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 14px;
}

  .vf-slide-link { color: var(--link-color, #ffb600); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; }
  .vf-slide-link:hover { color: #fff; }
  .vf-slide-link i { margin-left: 6px; }
  .purinaSlider.slick-slider { max-width: var(--wrap-max-width, 1140px); margin: 0 auto; }
  .purinaSlider .slick-prev:before, .purinaSlider .slick-next:before { color: var(--arrow-color, #ffb600); font-size: 24px; opacity: 1; }
  .purinaSlider .slick-dots li button:before { font-size: 9px; color: #666; opacity: 1; }
  .purinaSlider .slick-dots li.slick-active button:before { color: var(--arrow-color, #ffb600); }
  .vf-slider-wrap { max-width: var(--wrap-max-width, 1140px); margin: 0 auto; }
  .vf-arrows { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
  .vf-arrows-align-left { justify-content: flex-start; }
  .vf-arrows-align-center { justify-content: center; }
  .vf-arrows-align-right { justify-content: flex-end; }
  @media (max-width: 767px) { .vf-arrows-hide-mobile { display: none !important; } }
  .vf-arrow { width: 42px; height: 42px; border-radius: 50%; background: var(--arrow-color, #ffb600); border: none; color: #000; font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
  .vf-arrow:hover { background: #fff; }
  .vf-link-popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75); align-items: center; justify-content: center; z-index: 9999; padding: 20px; }
  .vf-link-popup-overlay.active { display: flex; }
  .vf-link-popup-box { position: relative; width: 100%; max-width: 900px; height: 80vh; background: #fff; border-radius: 8px; overflow: hidden; }
  .vf-link-popup-content { width: 100%; height: 100%; overflow: auto; padding: 30px; box-sizing: border-box; }
  .purinaSlider .slick-prev:before, .purinaSlider .slick-next:before {
    color: var(--arrow-color, #ffb600);
    font-size: 0px;
    opacity: 1;
}
.slick-next, .slick-prev {

    width: 60px !important;
    height: 60px !important;
 
}
.slick-prev {
    left: -65px !important;
}
.slick-next {
    right: -65px !important;
}
/* Force the slide track to use Flexbox */
.purinaSlider .slick-track {
    display: flex !important;
}

/* Force each slide to take up 100% height of the track */
.purinaSlider .slick-slide {
    height: auto !important;
    display: flex !important;
    justify-content: center; /* Optional: Centers content horizontally */
}

/* Ensure inner card elements also stretch to the bottom */
.purinaSlider .your-inner-card-class {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* General-------------------------- */
html,
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
    background-color: var(--headerBg);
}

.simple-section {
    padding: 100px 0px;
}

.coloredBg {
    background: var(--mainThemeColor);
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
}

.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}

/* slider with caption */

.slider_with_caption {
    position: relative;
}


.slider_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #FFF;
    font-size: 27px;
}

.slider-arrow:hover {
    transform: scale(1.3);
    color: #FFF;
}

.slider-arrow:focus {
    color: #FFF;
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}

.banner_video {
    /*    height: 700px;*/
    overflow: hidden;
    position: relative;
}


@media screen and (min-width: 1060px) {
    .banner_video {
        height: 600px;
    }
}

/*---------------animatio nVideo BG-----------*/

.animation_video {
    width: 100%;
    height: auto;
    /*Set to 100% if need to show full video*/
    position: relative;
}

.animation_video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.animation_video .vid video {
    object-fit: cover;
    height: 100%;
}

.animation_video .slider_content1 {
    position: relative;
/*    top: 50%;*/
    /*Uncomment this for full video*/
/*    transform: translateY(-50%);*/
    /*Uncomment this for full video*/
    padding: 40px 15px 90px;
}

.animation_video::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--black);
    position: absolute;
    opacity: 0.6;
}


@media (max-width: 767px) {
    .animation_video .slider_content {

        padding: 30px 15px 50px;
    }
}

/* end of animation video  */


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}


.banner_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Buttons------------------------------ */
.vFairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgb(249 71 67 / 30%);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded) !important;
}

.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    color: var(--white) !important;
    border: 2px solid var(--mainThemeColor);
}

.btnColored:hover, .btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background: var(--white);
    color: var(--mainThemeColor) !important;
    text-decoration: none !important;
    outline: none;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 800;
}

h2 {
    font-size: var(--h2FontSize);
}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize);
}

h6 {
    font-size: var(--h6FontSize);
}

/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--black);
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}


/* Main Heading------------------------- */
.main-title {
    text-align: center;
    position: relative;
    z-index: 0;
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
    display:none;
}




/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
    ;
}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

#main-nav a {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
    padding: 8px 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

#main-nav .navbar-nav li.dropdown {
    margin-left: 10px;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

#LoginBtn {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn:hover,
#LoginBtn:focus {
    color: var(--white) !important;
}

.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    margin-right:42px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    position: absolute;
    opacity: 0.9;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--white) !important;
    color: var(--mainThemeColor) !important;
    box-shadow: 0px 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor2) !important;
    text-transform: uppercase !important;
  color:#000!important;
}
.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.nw-frm-bldr .control-label {
    font-size: var(--smallText);
    font-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    font-size: var(--smallText);
    font-family: var(--eventFont);
    color: var(--eventFontColor);
}

.nw-frm-bldr.reg-form-wrap>.row>.col-12,
.row.row-content>div>.container-fluid {
    padding: 0;
}


/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}


.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row-content {
    padding: 0;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header {
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button {
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    color: var(--white);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    border-color: #ccc;
}

#login-footer .col-sm-8 .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}

.modal .modal-dialog {
    max-width: initial;
}

#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}

#login-footer .btn,
#reset-pwd-frm .btn {
    border-radius: var(--rounded);
}

#login-footer .btn:hover,
#reset-pwd-frm .btn:hover {
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}

#reset-pwd-frm label,
#LoginModal label {
    font-family: var(--eventHeadingFont);
  /*display:none;*/
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/*Login Modal New UI------------------------*/
#LoginModal .modal-content,
#reset-pwd-frm .modal-content,
#forgot-pwd-modal .modal-content{
    border-radius: 23px;
}
#LoginModal .modal-header,
#reset-pwd-frm .modal-header,
#forgot-pwd-modal .modal-header{
    background: no-repeat;
    border: none;
}
#LoginModal h4, #forgot-pwd-modal h4 {
    font-size: 34px;
    font-weight: 400;
    color: var(--mainThemeColor);
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
#LoginModal h4::after{
  content:"to access your event";
  display:block;
  font-size:28px;
  font-weight:300;
  color:#4f4b4a;
  line-height:28px;
  text-transform: lowercase;
}
#LoginModal button.close span, 
#forgot-pwd-modal button.close span {
    font-size: 27px;
    font-family: var(--eventFont);
}
#LoginModal .modal-content,
#forgot-pwd-modal .modal-content{
    border-radius: 8px;
    padding-left: 47px;
    padding-top: 27px;
    padding-bottom: 40px;
    background: #fff url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685015673login-img-png1685015673.png")no-repeat right bottom;
    min-height: 530px;
}

#LoginModal button.close, #forgot-pwd-modal button.close {
    background: #ededed;
    width: 32px;
    height: 32px;
    color: #f8643c;
    opacity: 1;
    border-radius: 100%;
    margin: 0px;
    margin-top: -27px;
    padding: 0px;
}
#login-footer .row .col-sm-4 .btn-default,
#forgot-pwd-modal .btn-default{
    display: none;
}
#reset-pwd-frm input, #LoginModal input,
#forgot-pwd-modal input{
    max-width: 366px;
    min-height: 50px;
    background: #f4f4f4;
    border-color: #dcdcdc;
    box-shadow: none;
    border-radius: 4px;
} 
#login-footer, #forgot-pwd-modal .modal-footer {
    border: none;
    padding: 0px;
  padding-left:15px;
    
}
#login-footer .row .col-sm-4{
    float: none;
    text-align: left;
}
#login-footer .col-sm-4, #login-footer .col-sm-8 {
    float: none;
    position: relative;
    width: 100%;
    max-width: 100%;
}
#LoginModal #LoginEmail {
    background: #F4F4F4 url(" https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png")no-repeat 13px center !important;
    padding-left: 46px;
}
#LoginModal #Password {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png)no-repeat 13px center !important;
    padding-left: 46px;
}
#login-footer .row .col-sm-4 button[type="submit"], 
#forgot-pwd-modal .modal-footer button[type="submit"] {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    margin-left: 0px;
}
#login-footer .col-sm-8 .forgot-btn:hover, #login-footer .col-sm-8 .forgot-btn:focus{
    background: none !important;
    text-decoration: none;
    color: #f8633e !important;
}

#login-footer .col-sm-8 .forgot-btn {
    position: absolute;
    top: -124px;
    right: 0px;
    background: no-repeat;
    color: #f8633e;
    text-decoration: underline;
    padding: 0;
}

#login-footer .btn-modal-registration, #reset-pwd-frm .btn-modal-registration{
    color: #797979;
    font-size: 15px;
    background: none;
    border: 2px solid #818181;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#login-footer .btn-modal-registration:hover, #login-footer .btn-modal-registration:focus {
    background: #818181 !important;
    color: #fff;
}
#LoginModal .modal-body {
    margin-top: 30px;
  
}
#login-footer > .row {
    display: flex;
    flex-direction: column-reverse;
    min-height: 167px;
    max-width: 366px;
    margin-left: -15px;
}
#LoginModal .form-group, #reset-pwd-frm .form-group {
    margin-bottom: 15px;
}
#forgot-pwd-modal .modal-footer {
    text-align: left;
}
#forgot-pwd-modal .modal-content {
    min-height: 340px;
    background-size: 380px;
}
#resetemail {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685078819envelop-icon-png1685078819.png)no-repeat 13px center !important;
    padding-left: 46px;
}
@media (min-width: 769px){
#LoginModal .modal-dialog,
#forgot-pwd-modal .modal-dialog{
    width: 850px;
   
}
}
@media (max-width: 768px){
#LoginModal .modal-dialog,
#forgot-pwd-modal .modal-dialog {
    width: 750px;
}
}

@media (max-width:767px){
  #LoginModal h4, #forgot-pwd-modal h4 {
    font-size: 24px;

}
  #LoginModal h4::after {
     font-size: 22px;

}
  #reset-pwd-frm input, #LoginModal input, #forgot-pwd-modal input {
    max-width: 100%;

}
  #login-footer .row {
     max-width: 98%;
}
#LoginModal .modal-content, #forgot-pwd-modal .modal-content {
    
    padding-left: 15px;
    padding-top: 27px;
    padding-bottom: 40px;
    background: #fff;
    
    padding-right: 15px;
    
}
  #login-footer .col-sm-8 .forgot-btn {
   
    top: -74px;
    right: 0px;
  
}
  #login-footer .col-sm-8 {
    text-align: left;
    margin-top: 0px;
    border-top: 0px solid #ddd;
    margin-left: 15px;
}
  #login-footer > .row {
    display: flex;
    flex-direction: column-reverse;
    min-height: 135px;
}
  #LoginModal button.close, #forgot-pwd-modal button.close {
    margin-top: -24px;
    margin-right: -15px;
}
  #forgot-pwd-modal .modal-content {
    min-height: 280px;
   
}
}
/*End Login Modal New UI------------------------*/







/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: -50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}

/* Countdown Style 2 — Gradient Cards (.countdown-container.ct-style-2) */
.countdown-container.ct-style-2 {
    background: transparent;
    box-shadow: none;
    padding: 0;
    gap: 12px;
}

.countdown-container.ct-style-2 #clockdiv {
    display: inline-flex;
    gap: 12px;
    font-size: unset;
}

.countdown-container.ct-style-2 #clockdiv>div {
    background: linear-gradient(135deg, var(--mainThemeColor), var(--mainThemeColor2));
    border-radius: 14px;
    padding: 18px 28px;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 150, 199, 0.3);
    margin-right: 0;
}

.countdown-container.ct-style-2 #clockdiv>div::before {
    content: "";
}

.countdown-container.ct-style-2 #clockdiv span {
    display: block;
    font-size: 52px;
    line-height: 1;
    color: #fff;
}

.countdown-container.ct-style-2 #clockdiv .smalltext {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
}

/* Countdown Style 3 — Minimal Outlined (.countdown-container.ct-style-3) */
.countdown-container.ct-style-3 {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.countdown-container.ct-style-3 #clockdiv {
    display: inline-flex;
    gap: 0;
    font-size: unset;
}

.countdown-container.ct-style-3 #clockdiv>div {
    border: 2px solid var(--mainThemeColor);
    border-right: none;
    padding: 16px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    background: #fff;
    margin-right: 0;
}

.countdown-container.ct-style-3 #clockdiv>div::before {
    content: "";
}

.countdown-container.ct-style-3 #clockdiv>div:first-child {
    border-radius: 10px 0 0 10px;
}

.countdown-container.ct-style-3 #clockdiv>div:last-child {
    border-right: 2px solid var(--mainThemeColor);
    border-radius: 0 10px 10px 0;
}

.countdown-container.ct-style-3 #clockdiv span {
    display: block;
    font-size: 48px;
    line-height: 1;
    color: var(--mainThemeColor);
}

.countdown-container.ct-style-3 #clockdiv .smalltext {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2);
    display:none;
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
   /* background-color: #f1f1f1;*/
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
    font-size: 18px;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--black) !important;
    background-color: var(--white) !important;
    font-size: 22px;
    font-weight: bold;
}


#agenda .nav>li>a:hover,
.nav>li>a:focus {

    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box, 
#agenda .nav-tabs>li.active>a, 
#agenda .nav-tabs>li.active>a:hover, 
#agenda .nav-tabs>li.active>a:focus {
    background: var(--white) !important; 
    color: var(--mainThemeColor) !important;
    box-shadow: none;
}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    border-top-color: var(--mainThemeColor) !important;

}

div.speaker2[data-toggle="modal"] {
    cursor: pointer;
}

div.speaker2[data-toggle="modal"]:hover strong {
    color: var(--mainThemeColor);
}

.agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {


    border-top-color: var(--mainThemeColor) !important;
}

/*Sponsors Section----------------------------------------*/
.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: var(--faqBgColor);
    padding: 24px 25px 24px;
    margin: 0 0 27px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}


.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important
}

.faq h4.panel-title a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: var(--eventFontColor);
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    text-transform: none;
    position: relative;
    padding-left: 0px;
}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    line-height: 24px !important;
    color: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    display: none;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 45px 0px 0px;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */
footer {
    background: var(--white);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
    padding-bottom: 0px;
}

.footer-links li {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
    color: var(--white);
}
ul.footer-links {
    margin-top: 17px;
    color: var(--eventFontColor);
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

/* Footer Style 2 — Logo | Social | Powered by ---- */
.footer-02 .footer-02-row {
    display: flex;
    align-items: center;
}

.footer-02-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-02-logo img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
    display: block;
}

.footer-02-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-02-middle .socialIcons {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0;
}

.footer-02-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767px) {
  .slim-bar ul > li, .slim-bar ul > li > a {
  
    font-size: 9px;
 
}
    .footer-02 .footer-02-row {
        flex-direction: column;
        gap: 20px;
    }

    .footer-02-left,
    .footer-02-middle,
    .footer-02-right {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-02-left {
        align-items: center;
    }
}

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

#top:hover,
#top:focus {
    background-color: var(--darkgrey);
}


/*Accessibility Features---------------*/
.btn.btn-access.slide {
    position: absolute;
    z-index: 45;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: var(--darkgrey);
    right: 12px;
    top: 46px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-access.slide:hover {
    background: var(--mainThemeColor);
}

.accsess_tray {
    display: block;
    position: fixed;
    right: 10px;
    background-color: var(--white);
    top: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-shadow: 0px 0px 8px rgba( 0, 0, 0, 0.2);
}

.accsess_tray #readspeaker_button1,
.accsess_tray .hall-wrap .rsbtn {
    right: -34px;
}

.accsess_tray .rsexpanded span {
    margin: 0;
}

.accsess_tray .rsexpanded span.rsbtn_text {
    margin: 5px 0 0 6px;
}

.accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
    margin: 7px 0 0 5px;
}

.accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
    display: inline-block;
}

.accsess_tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray .btn-tray {
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
}

.accsess_tray .btn-tray:last-child {
    margin-right: 4px;
}

.accsess_tray .btn-tray.btn:hover {
    opacity: 0.9;
}

.accsess_tray .btn-tray svg path {
    fill: var(--mainThemeColor);
}

.accsess_tray span {
    margin-right: 8px;
}

.accsess_tray .btn-close-access {
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#accessibility-fade-in {
    width: 1px;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 5;
}

#accessibility-fade-in.show {
    opacity: 1;
    width: 262px;
    display: flex !important;
}




@media (max-width: 767px) {
  .sp-popup .modal-body .row>div:first-child {
    width: 100%;
}
  .sp-popup .modal-body .row>div:last-child {
    width: 100%;
}
  #CTA2 img {
    
    margin-top: 0px;
  
}
.container.threeBox > div {
    flex: initial;
    border-right: 0px;
    border-bottom: 1px solid;
}
.container.threeBox {

    flex-wrap: wrap;
  
}

    #main-nav .navbar-nav li.dropdown {
        margin-left: 0;
        margin-top: 10px;
    }

    .slider_content {
        position: relative;
        height: auto;
    }

    .banner_video {
        height: auto;
    }

    .embed-container {
        height: auto;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none !important;
    }

    #main-nav .navbar-nav {
        flex-direction: column;

    }

    #main-nav .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
    }

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: 'Poppins';
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
        color: var(--white);
        font-size: 18px;
        padding: 18px 15px;
        text-align: center;
    }

    #main-nav li.language-dropdown a {
        color: var(--darkgrey);
    }

    #main-nav .dropdown-menu li a {
        font-size: 14px !important;
        padding: 7px !important;
    }

    #main-nav .open .dropdown-menu {
        border: 1px solid;
    }

    #main-nav .language-dropdown.open .dropdown-menu {
        border: none;
    }

    #LoginBtn {
        margin-top: 12px;
    }

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
    }

    input[type="file"] {
        width: 100%;
    }

    .modal .modal-dialog {
        width: 95% !important;
    }

    .modal-footer .btn+.btn {
        margin-left: 2px;
    }

    #login-footer .row {
        flex-direction: column;
    }

    #login-footer .row .col-sm-4 {
        order: 1;
    }

    #login-footer .row .col-sm-8 {
        order: 2;
    }

    #login-footer .col-sm-8 {
        padding-left: 2px;
        padding-right: 2px;
    }

    form input[type=submit] {
        width: 100% !important;
    }

    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor2) !important;
      text-transform:uppercase;
    }

    .popup {

        padding: 0 30px;
    }

    .countdown-container {

        margin-top: 50px;
    }

    .language-dropdown .dropdown-menu li a {
        color: #FFF !important;
        display: block;
        text-align: center;
        padding: 10px !important;
    }
}

@media (max-width: 575px) {
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
        border: none;
    }

    .two-btns a {
        display: block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}



/*Code copy button styles------------------*/
pre {
  position: relative;
  overflow: auto;

  /* make space  */
  margin: 5px 0;
  padding: 1.75rem 0 1.75rem 1rem;
  border-radius: 10px;
}

pre button {
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--white);
    font-size: var(--smalltext);
    padding: 5px 10px;
    background-color: var(--mainThemeColor);
    border-radius: 5px;
}

pre button:hover {
  cursor: pointer;
  background-color: var(--footerBg);}

.content-page  {
  padding: 50px 0;
}
.content-page ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content-page ul li {
    margin-bottom: 0;
}

.content-page p,
.content-page li {
    text-align: justify;
}

.section.privacy-policy h4 {
    margin-top: 22px;
}
.section.terms-of-service li {
    margin-bottom: 20px;
}


/*New login UI updates-----------------*/

#LoginModal .modal-content, #forgot-pwd-modal .modal-content {
    background: var(--white);
    padding-left: 25px;
    padding-right: 25px;
    min-height: initial;
    padding-bottom: 20px;
}
#LoginModal button.close, #forgot-pwd-modal button.close {
    background: #fff;
    width: 32px;
    height: 32px;
}
#LoginModal #LoginEmail {
    padding-left:40px;
    background-size: 18px !important;
}
#LoginModal #Password {
    padding-left:40px;
    background-size: 15px !important;
}
#LoginModal .modal-dialog, #forgot-pwd-modal .modal-dialog {
    width: max-content;
 
}
#LoginModal h4::after {
    content: "";
}
#reset-pwd-frm input, #LoginModal input, #forgot-pwd-modal input {
    width: 100%;
    
  min-width: 320px;
}
#login-footer .col-sm-8 .forgot-btn {
    position: initial;
    background: no-repeat;
    color: var(--eventFontColor);
    text-decoration: underline;
    padding: 6px 12px;
    margin: 0px;
    display: block;
    float: none !important;
    margin-top: 12px;
}
#login-footer .btn-modal-registration, #reset-pwd-frm .btn-modal-registration {
    color: var(--mainThemeColor);
}
#LoginModal .modal-content, #forgot-pwd-modal .modal-content {
    
    padding-top: 8px;
    border-radius: 8px;
    
}
#LoginModal .modal-header, #reset-pwd-frm .modal-header, #forgot-pwd-modal .modal-header {
   
    padding: 9px 15px 0px;
}
#login-footer .row .col-sm-4 button[type="submit"], #forgot-pwd-modal .modal-footer button[type="submit"] {
    min-width: 320px;
}
#login-footer > .row {
    display: flex;
    flex-direction: column-reverse;
    min-height: initial; 
}
#login-footer .col-sm-8 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
#login-footer .btn-modal-registration, #reset-pwd-frm .btn-modal-registration {
 border: 0px solid #818181;
    margin-top: 50px;
    text-decoration: underline;
}
#LoginModal .modal-body {
    margin-top: 10px;
}
#LoginModal button.close, #forgot-pwd-modal button.close {
    position: relative;
    right: -30px;
    margin-top: -10px;
}
#login-footer .btn-modal-registration:hover, #login-footer .btn-modal-registration:focus {
    background: var(--white) !important;
    color: var(--darkgrey) !important;
    text-decoration: underline;
}
#reset-pwd-frm label, #LoginModal label {
    display: block;
}
  #forgot-pwd-modal .modal-footer button[type="submit"] {
    width: 94%;
    min-width: 94%;
}
.control-label {
    
    padding-top: 0px !important;
  margin-top: 0px !important;
    
}
#login-footer .col-sm-8 .btn:active {
    box-shadow: none;
}
#LoginModal button:focus, #LoginModal a:focus {
    outline: none;
}

@media(max-width:767px){
#login-footer .row .col-sm-8 {
     order: initial; 
}
  #login-footer .row .col-sm-4 {
   
    padding-left: 20px;
    padding-right: 0px;
}
  #login-footer .row .col-sm-4 button[type="submit"], #forgot-pwd-modal .modal-footer button[type="submit"] {
    min-width: 100%;
}
  #login-footer .col-sm-8 a {
    margin-top: 30px;
}
  #LoginModal button.close, #forgot-pwd-modal button.close {
    right: -14px;
}
  #reset-pwd-frm input, #LoginModal input, #forgot-pwd-modal input {
    width: 100%;
    min-width: 100%;
}

}

/*New login UI updates end-----------------*/

/*New Accessibility Features layout----------------------*/
.accessibility-actions {
    position: absolute;
    top: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0px;
}
.accessibility-actions > a:nth-child(1) {
    height: 33px;
    width: 35px;
}
.accessibility-actions > a:nth-child(1) *,
.accessibility-actions > a:nth-child(2) *
{
    display: none;
}
.accessibility-actions > span:nth-of-type(1) span, 
.accessibility-actions > span:nth-of-type(1) span a,
.accessibility-actions > span:nth-of-type(2) span,
.accessibility-actions > span:nth-of-type(2) a{
    display: block;
    width: 33px;
    height: 33px;
  margin:0px;
}
.accessibility-actions > span:nth-of-type(1) a img,
.accessibility-actions > span:nth-of-type(2) a img{
display:none;
}
.accessibility-actions > a:nth-child(2) {
    min-width: 80px;
    font-size: 0px;
    margin-left: 5px;
    height: 33px;
}
.accessibility-actions > span:nth-of-type(1) {
    min-width: 33px;
    display: inline-block;
    margin: 0px;
    height: 33px;
    margin-left: 5px;
    order: 5;
}
.accessibility-actions > h3 {
    font-size: 0px;
    width: 21px;
    height: 33px;
    margin-left: 4px;
    order: 4;
}
.accessibility-actions > span:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 0px;
    width: 32px;
    height: 33px;
    order: 3;
}
/*End New Accessibility Features layout----------------------*/

/* ================================================
   Dark Header Theme — Blue Earth Summit Inspired
   ================================================ */

/* ── Layout ─────────────────────────────────────── */

.main-header-nav {
    padding: 0;
}

/* Flex row: logo | nav links | action buttons */
.main-nav-inner {
    display: flex;
    align-items: center;
    height: 72px;
}

/* Logo */
.main-nav-inner .event-logo {
    flex-shrink: 0;
    margin: 0 36px 0 0;
    padding: 0;
}

.main-nav-inner .event-logo a {
    display: block;
    line-height: 0;
}

.main-nav-inner .event-logo img {
    height: 38px;
    width: auto;
    margin: 0;
    display: block;
}

/* nav element fills remaining row space */
.main-nav-inner .navbar {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.main-nav-inner .navbar-header {
    float: none;
    margin: 0;
}

/* Collapse container — flex row on desktop */
.main-nav-inner #main-nav {
    flex-grow: 1;
    align-items: center;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* Nav links left-aligned */
.main-nav-inner #main-nav .navbar-nav {
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 1;
}

.main-nav-inner #main-nav .navbar-nav > li > a {
    color: var(--headerNavText);
    font-size: 15px;
    padding: 8px 16px;
    font-weight: 500;
}

.main-nav-inner #main-nav .navbar-nav > li > a:hover,
.main-nav-inner #main-nav .navbar-nav > li > a:focus {
    color: var(--white);
    background: transparent;
}

.main-nav-inner #main-nav .navbar-nav li.active > a {
    color: var(--mainThemeColor);
    background: transparent;
}

/* ── Action buttons (pushed to far right) ───────── */

.nav-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}

/* Login — white pill, dark text */
#LoginBtn {
    display: inline-block;
    background: var(--white) !important;
    background-image: none !important;
    color: #1c1c1c !important;
    border: none !important;
    border-radius: var(--rounded) !important;
    box-shadow: none !important;
    padding: 10px 26px !important;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.2;
}

#LoginBtn:hover,
#LoginBtn:focus {
    background: rgba(255, 255, 255, 0.88) !important;
    color: #1c1c1c !important;
    text-decoration: none !important;
}

/* Register Now — solid teal pill */
.nav-register-btn {
    display: inline-block !important;
    background: var(--mainThemeColor2) !important;
    background-image: none !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: var(--rounded) !important;
    padding: 10px 26px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    box-shadow: none;
}

.nav-register-btn:hover,
.nav-register-btn:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;
    text-decoration: none !important;
    transform: none;
    box-shadow: none;
}

/* ── Announcement bar (below nav) ───────────────── */

.announcement-bar {
    background-color: var(--headerBg);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.announcement-bar > span,
.announcement-bar > a {
    color: var(--mainThemeColor2);
    display: inline;
}

.announcement-bar > a:hover {
    color: var(--white);
    text-decoration: none;
}

.announcement-bar .bar-sep {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 14px;
    vertical-align: middle;
}

/* ── Mobile ─────────────────────────────────────── */

@media (max-width: 767px) {
  .vfairsBtn {
    font-size: 22px !important;
}
    body > .header-content {
        background-color: var(--headerBg);
    }

    .main-nav-inner {
        height: 60px;
        padding: 0 5px;
    }

    .main-nav-inner .event-logo {
        flex-grow: 1;
        margin-right: 0;
    }

    .main-nav-inner .event-logo img {
        height: 30px;
    }

    #main-nav a {
        color: var(--white) !important;
    }

    .nav-action-btns {
        flex-direction: column;
        gap: 8px;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .nav-action-btns #LoginBtn,
    .nav-action-btns .nav-register-btn {
        width: 100%;
        text-align: center;
        display: block !important;
    }

    .announcement-bar {
        font-size: 12px;
        padding: 7px 12px;
    }

    .announcement-bar .bar-sep {
        margin: 0 8px;
    }
}
/* ================================================ */

/* ================================================
   Floating Pill Header
   ================================================ */

.header-wrapper {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 24px;
}

/* Pill container */
.header-wrapper .header-content.sticky {
    background: rgba(var(--headerBg), 0.97);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
    max-width: 1280px;
    margin: 0 auto;
}

/* Network dot pattern */
.header-wrapper .header-content.sticky::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px, 24px 24px;
    background-position: 0 0, 12px 12px;
    pointer-events: none;
    z-index: 0;
}

/* Inner flex row */
.header-inner {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 28px;
    position: relative;
    z-index: 1;
}

/* Logo */
.header-inner .event-logo {
    flex-shrink: 0;
    margin-right: 32px;
    padding: 0;
}

.header-inner .event-logo a {
    display: block;
    line-height: 0;
}

.header-inner .event-logo img {
    height: 34px;
    width: auto;
    margin: 0;
    display: block;
}

/* Nav fills remaining space */
.header-inner .navbar {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.header-inner .navbar-header {
    float: none;
    margin: 0;
}

/* Collapse container — flex row */
.header-inner #main-nav {
    flex-grow: 1;
    align-items: center;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* Nav links centered */
.header-inner #main-nav .navbar-nav {
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
}

.header-inner #main-nav .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    padding: 8px 14px;
    font-weight: 500;
}

.header-inner #main-nav .navbar-nav > li > a:hover,
.header-inner #main-nav .navbar-nav > li > a:focus {
    color: var(--white);
    background: transparent;
}

.header-inner #main-nav .navbar-nav li.active > a {
    color: var(--mainThemeColor2);
    background: transparent;
}

/* Buttons pushed to far right */
.header-inner .nav-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}

/* Both buttons: gradient pill */
.header-inner #LoginBtn,
.header-inner .nav-register-btn {
    display: inline-block !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: var(--rounded) !important;
    box-shadow: none !important;
    padding: 10px 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    transform: none;
}

.header-inner #LoginBtn:hover,
.header-inner #LoginBtn:focus,
.header-inner .nav-register-btn:hover,
.header-inner .nav-register-btn:focus {
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%) !important;
    color: var(--white) !important;
    text-decoration: none !important;
    transform: none;
    box-shadow: none;
}

/* Hero overlapped by floating header — push content down */
.main_top_area {
    padding-top: calc(96px + 4%) !important;
}

/* Mobile */
@media (max-width: 767px) {
    .header-wrapper {
        top: 10px;
        padding: 0 12px;
    }

    .header-wrapper .header-content.sticky {
        border-radius: 16px;
    }

    .header-inner {
        height: 56px;
        padding: 0 16px;
    }

    .header-inner .event-logo {
        flex-grow: 1;
        margin-right: 0;
    }

    .header-inner .event-logo img {
        height: 28px;
    }

    .header-inner .nav-action-btns {
        flex-direction: column;
        gap: 8px;
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .header-inner .nav-action-btns #LoginBtn,
    .header-inner .nav-action-btns .nav-register-btn {
        width: 100%;
        text-align: center;
        display: block !important;
    }

    .main_top_area {
        padding-top: calc(76px + 4%) !important;
    }
}
/* ================================================ */

/* ================================================
   Header 02 — Light / Porto Style
   ================================================ */

/* Sticky full-width white bar */
.header-02-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--headerBg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

/* Inner flex row */
.header-02-inner {
    display: flex;
    align-items: center;
    height: 72px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Logo */
.header-02-logo {
    flex-shrink: 0;
    margin-right: 10px;
}

.header-02-logo a {
    display: block;
    line-height: 0;
}

.header-02-logo img {
    height: 65px;
    width: auto;
    margin: 0;
    display: block;
}

/* Nav wrapper fills remaining space */
.header-02-nav {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.header-02-nav .navbar-header {
    float: none;
    margin: 0;
}

.header-02-nav .navbar-toggle {
    margin-right: 0;
    background: var(--mainThemeColor);
}

/* Collapse container */
#main-nav-02 {
    flex-grow: 1;
    display: flex !important;
    align-items: center;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* Nav links — centered */
#main-nav-02 .navbar-nav {
    display: flex !important;
    float: none !important;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#main-nav-02 .navbar-nav > li {
    float: none !important;
    margin-bottom: 0;
}

#main-nav-02 .navbar-nav > li > a {
    color: var(--darkgrey);
    font-family: var(--eventHeadingFont);
    font-size: 15px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: var(--rounded);
    transition: all 0.2s ease;
  text-decoration:none;
}

#main-nav-02 .navbar-nav > li > a:hover, 
#main-nav-02 .navbar-nav > li > a:focus {
    color: var(--mainThemeColor);
    background: no-repeat;
    text-decoration: none;
    color: #333 !important;
}

/* Active link — pill highlight */
#main-nav-02 .navbar-nav > li.active > a, 
#main-nav-02 .navbar-nav > li.active > a:hover, 
#main-nav-02 .navbar-nav > li.active > a:focus {
    color: var(--mainThemeColor);
    background: none;
    border-radius: var(--rounded);
    text-decoration: none;
    outline: none;
}

/* Register button — far right */
.header-02-btns {
    flex-shrink: 0;
    margin-left: auto;
}

.header-02-btns .nav-register-btn {
    display: inline-block !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: var(--rounded) !important;
    /*box-shadow: 0 6px 18px rgba(var(--mainThemeColor-rgb), 0.3) !important;*/
    padding: 10px 28px !important;
    font-family: var(--eventHeadingFont);
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    transform: none;
  text-decoration:none;
}

.header-02-btns .nav-register-btn:hover, 
.header-02-btns .nav-register-btn:focus {
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%) !important;
    /* box-shadow: 0 8px 22px rgba(var(--mainThemeColor-rgb), 0.45) !important; */
    color: var(--white) !important;
    text-decoration: none !important;
    transform: translateY(0px);
    outline: none;
}

/* Mobile */
@media (max-width: 767px) {
  .agenda-row .time::after {
    content: "";
    width: 120px;
    height: 4px;
    background: var(--mainThemeColor);
    left: 50%;
    right:initial;
    bottom: 0%;
    top:initial;
    position: absolute;
    transform: translateX(-50%);
}
    .header-02-inner {
        height: 60px;
        padding: 0 16px;
    }

    .header-02-logo {
        flex-grow: 1;
        margin-right: 0;
    }

    .header-02-logo img {
        height: 28px;
    }

    #main-nav-02 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55;
        background: rgba(255, 255, 255, 0.98);
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none !important;
    }

    #main-nav-02.in {
        display: flex !important;
    }

    #main-nav-02 .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
        margin-bottom: 24px;
    }

    #main-nav-02 .navbar-nav > li > a {
        color: var(--darkgrey);
        font-size: 18px;
        padding: 14px 24px;
    }

    .header-02-btns {
        margin-left: 0;
    }

    .header-02-btns .nav-register-btn {
        display: block !important;
        text-align: center;
        width: 200px;
    }
}
/* ================================================ */

/* ================================================
   Header 03 — Transparent / Overlay Hero
   ================================================ */

/* Sits on top of the hero section */
.header-03-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
}

.header-03-inner {
    display: flex;
    align-items: center;
    height: 72px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Logo */
.header-03-logo {
    flex-shrink: 0;
    margin-right: 40px;
}

.header-03-logo a {
    display: block;
    line-height: 0;
}

.header-03-logo img {
    height: 36px;
    width: auto;
    margin: 0;
    display: block;
    filter: brightness(0) invert(1);
}

/* Nav wrapper */
.header-03-nav {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.header-03-nav .navbar-header {
    float: none;
    margin: 0;
}

.header-03-nav .navbar-toggle {
    margin-right: 0;
    background: var(--mainThemeColor);
}

/* Collapse container — flex row, left-aligned */
#main-nav-03 {
    flex-grow: 1;
    display: flex !important;
    align-items: center;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* Nav links left-aligned */
#main-nav-03 .navbar-nav {
    display: flex !important;
    float: none !important;
    flex-grow: 1;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

#main-nav-03 .navbar-nav > li {
    float: none !important;
    margin-bottom: 0;
}

/* White text over hero */
#main-nav-03 .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--eventHeadingFont);
    font-size: 15px;
    font-weight: 600;
    padding: 9px 16px;
    background: transparent;
}

#main-nav-03 .navbar-nav > li > a:hover,
#main-nav-03 .navbar-nav > li > a:focus {
    color: var(--white);
    background: transparent;
    text-decoration: none;
}

#main-nav-03 .navbar-nav > li.active > a,
#main-nav-03 .navbar-nav > li.active > a:hover,
#main-nav-03 .navbar-nav > li.active > a:focus {
    color: var(--white);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

/* Hero push-down: header is absolute so hero needs top padding */
.header-03-wrapper ~ #readcontent .main_top_area,
.header-03-wrapper + #readcontent .main_top_area {
    padding-top: calc(72px + 4%) !important;
}

/* Action buttons pushed to far right */
.header-03-wrapper .nav-action-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}

/* Register button */
.header-03-wrapper .nav-register-btn {
    display: inline-block !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: var(--rounded) !important;
    padding: 10px 26px !important;
    font-family: var(--eventHeadingFont);
    font-size: 15px !important;
    font-weight: 600 !important;
}

.header-03-wrapper .nav-register-btn:hover,
.header-03-wrapper .nav-register-btn:focus {
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%) !important;
    color: var(--white) !important;
    text-decoration: none !important;
}

/* Login button */
.header-03-wrapper #LoginBtn {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.15) !important;
    background-image: none !important;
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: var(--rounded) !important;
    padding: 10px 26px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.header-03-wrapper #LoginBtn:hover,
.header-03-wrapper #LoginBtn:focus {
    background: rgba(255, 255, 255, 0.25) !important;
    color: var(--white) !important;
    text-decoration: none !important;
}

/* Mobile */
@media (max-width: 767px) {
    .header-03-inner {
        height: 60px;
        padding: 0 16px;
    }

    .header-03-logo {
        flex-grow: 1;
        margin-right: 0;
    }

    .header-03-logo img {
        height: 28px;
    }

    #main-nav-03 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55;
        background: rgba(0, 0, 0, 0.93);
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none !important;
    }

    #main-nav-03.in {
        display: flex !important;
    }

    #main-nav-03 .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
        justify-content: center;
        margin-bottom: 24px;
    }

    #main-nav-03 .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.88);
        font-size: 18px;
        padding: 14px 24px;
    }

    .header-03-wrapper .nav-action-btns {
        flex-direction: column;
        gap: 10px;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .header-03-wrapper .nav-register-btn,
    .header-03-wrapper #LoginBtn {
        width: 200px !important;
        text-align: center;
        display: block !important;
    }

    .header-03-wrapper ~ #readcontent .main_top_area,
    .header-03-wrapper + #readcontent .main_top_area {
        padding-top: calc(60px + 4%) !important;
    }
}
/* ================================================ */


/* ================================================
   Shared Hero Button Utilities
   ================================================ */

.hero-btn {
    display: inline-block;
    padding: 14px 36px;
    font-family: var(--eventHeadingFont);
    font-size: 24px;
    font-weight: 600;
    border-radius: var(--rounded);
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}
.vfairsBtn {
    font-size: 25px;

}

.hero-btn i {
    margin-right: 7px;
}

/* White filled — used on colored/dark backgrounds */
.hero-btn-white {
    background: var(--mainThemeColor);
    color: var(--white);
    border-color: var(--mainThemeColor);
}

.hero-btn-white:hover, 
.hero-btn-white:focus {
    background: transparent;
    color: var(--white);
    text-decoration: none;
    outline: none;
}

/* Ghost / outline white — used on colored/dark backgrounds */
.hero-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.6);
}

.hero-btn-ghost:hover,
.hero-btn-ghost:focus {
    background: var(--white);
    color: var(--mainThemeColor);
    border-color: var(--white);
    text-decoration: none;
}

/* Colored gradient — used on light backgrounds */
.hero-btn-colored {
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    color: var(--white);
    border-color: transparent;
}

.hero-btn-colored:hover,
.hero-btn-colored:focus {
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white);
    text-decoration: none;
}

/* Dark outline — used on light backgrounds */
.hero-btn-dark-outline {
    background: transparent;
    color: var(--darkgrey);
    border-color: var(--darkgrey);
}

.hero-btn-dark-outline:hover,
.hero-btn-dark-outline:focus {
    background: var(--darkgrey);
    color: var(--white);
    text-decoration: none;
}

/* ================================================ */


/* ================================================
   Hero 01 — Simple Gradient
   ================================================ */

.hero-01 {
    min-height: 88vh;
    background-image: linear-gradient(135deg, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Decorative circles */
.hero-01-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.hero-01-circle-a {
    width: 700px;
    height: 700px;
    top: -280px;
    right: -180px;
}

.hero-01-circle-b {
    width: 500px;
    height: 500px;
    bottom: -220px;
    left: -120px;
}

.hero-01-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
    opacity: 0.3;
}
#top-element {
    background-size: cover;
}
.hero-01-container {
    position: relative;
    z-index: 2;
}

.hero-01-content {
    max-width: 578px;
    margin: 0px;
    padding: 60px 0px;
    margin-bottom: 110px;
    text-align: left;
}

p.hero-01-subtitle span {
    display: block;
    margin-top: 31px;
}

.hero-01-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
    padding: 7px 22px;
    border-radius: var(--rounded);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
}

.hero-01-title {
    color: var(--white);
    font-size: 73px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px;
    font-family: var(--eventHeadingFont);
    text-align: left;
    border-bottom: 5px solid;
    display: inline-block;
    padding-bottom: 20px;
    letter-spacing: 3px;
}

.hero-01-subtitle {
    color: rgba(255, 255, 255, 1);
    font-size: 27px;
    line-height: 1.5;
    max-width: 580px;
    margin: 0 0 16px;
    text-align: left;
}

.hero-01-subtitle {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    line-height: 1.5;
    max-width: 580px;
    margin: 0 0 16px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
}

.hero-01-btns {
    display: flex;
    gap: 16px;
    justify-content: left;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hero-01-title {
        font-size: 38px;
    }

    .hero-01-subtitle {
        font-size: 16px;
    }

    .hero-01-btns {
        flex-direction: column;
        align-items: center;
    }

.hero-01-btns .hero-btn {
    width: 260px;
    text-align: center;
}
}

/* ================================================ */


/* ================================================
   Hero 02 — Video Background
   ================================================ */

.hero-02 {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0a1628;
}

.hero-02-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.hero-02-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 150, 199, 0.72) 0%,
        rgba(0, 0, 0, 0.68) 100%
    );
    z-index: 1;
}

.hero-02-container {
    position: relative;
    z-index: 2;
}

.hero-02-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 20px;
}

.hero-02-title {
    color: var(--white);
    font-size: 66px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px;
    font-family: var(--eventHeadingFont);
}

.hero-02-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto 16px;
}

.hero-02-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 40px;
}

.hero-02-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hero-02-title {
        font-size: 38px;
    }

    .hero-02-btns {
        flex-direction: column;
        align-items: center;
    }

    .hero-02-btns .hero-btn {
        width: 220px;
        text-align: center;
    }
}

/* ================================================ */


/* ================================================
   Hero 03 — Image Slider (background only, static text)
   ================================================ */

/* Section is the sizing/clipping container */
.hero-03 {
    position: relative;
    height: 680px;
    overflow: hidden;
}

/*
 * Carousel has NO z-index so it does NOT create an isolated stacking
 * context. All children (overlay, caption, controls, indicators) share
 * the same stacking context and their z-index values work as expected.
 */
.hero-03-carousel {
    position: absolute;
    inset: 0;
    margin: 0;
    height: 100%;
}

.hero-03-carousel .carousel-inner,
.hero-03-carousel .carousel-inner .item {
    height: 100%;
}

/* Each slide — background image only, no text */
.hero-03-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-03-slide-1 {
    background-image: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1920&q=80');
}

.hero-03-slide-2 {
    background-image: url('https://images.unsplash.com/photo-1475721027785-f74eccf877e2?w=1920&q=80');
}

.hero-03-slide-3 {
    background-image: url('https://images.unsplash.com/photo-1560439514-4e9645039924?w=1920&q=80');
}

/* Layer 1: gradient overlay — above slides */
.hero-03-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 150, 199, 0.72) 0%, rgba(0, 20, 50, 0.68) 100%);
    pointer-events: none;
}

/* Layer 2: static text — above overlay, pointer-events off so clicks pass through to controls */
.hero-03-caption {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px 60px;
    pointer-events: none;
}

/* Re-enable clicks on buttons inside caption */
.hero-03-caption .hero-btn {
    pointer-events: auto;
}

.hero-03-title {
    color: var(--white);
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 18px;
    font-family: var(--eventHeadingFont);
}

.hero-03-date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 36px;
}

.hero-03-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Layer 3: prev/next arrows */
.hero-03-prev,
.hero-03-next {
    position: absolute;
    z-index: 3;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s ease;
    text-shadow: none;
}

.hero-03-prev { left: 24px; }
.hero-03-next { right: 24px; }

.hero-03-prev:hover,
.hero-03-next:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

.hero-03-prev i,
.hero-03-next i {
    font-size: 26px;
    color: var(--white);
    line-height: 1;
}

/* Layer 4: indicators — inside #heroCarousel so Bootstrap updates active state */
.hero-03-indicators {
    position: absolute;
    z-index: 4;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    width: auto;
}

.hero-03-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hero-03-indicators li.active {
    background: var(--white);
    width: 28px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .hero-03 {
        height: 520px;
    }

    .hero-03-title {
        font-size: 34px;
    }

    .hero-03-btns {
        flex-direction: column;
        align-items: center;
    }

    .hero-03-btns .hero-btn {
        width: 210px;
        text-align: center;
    }

    .hero-03-prev,
    .hero-03-next {
        width: 40px;
        height: 40px;
    }

    .hero-03-prev { left: 10px; }
    .hero-03-next { right: 10px; }
}

/* ================================================ */


/* ================================================
   Hero 04 — Image Right, Text Left
   ================================================ */

.hero-04 {
    min-height: 88vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.hero-04-inner {
    display: flex;
    width: 100%;
    min-height: 88vh;
}

/* Left text panel */
.hero-04-text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px;
    background: #f5f8fc;
}

.hero-04-label {
    display: inline-block;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
    padding: 6px 18px;
    border-radius: var(--rounded);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero-04-title {
    color: var(--darkgrey);
    font-size: 54px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px;
    font-family: var(--eventHeadingFont);
}

.hero-04-title em {
    font-style: normal;
    color: var(--mainThemeColor);
}

.hero-04-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.hero-04-meta li {
    color: #555;
    font-size: 15px;
    margin-bottom: 8px;
}

.hero-04-meta li i {
    color: var(--mainThemeColor);
    width: 18px;
    margin-right: 8px;
}

.hero-04-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 460px;
}

.hero-04-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Right image panel */
.hero-04-image {
    flex: 0 0 50%;
    background-image: linear-gradient(135deg, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

/* Subtle circle decorations on the image side */
.hero-04-image::before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    top: -160px;
    right: -140px;
}

.hero-04-image::after {
    content: '';
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    bottom: -120px;
    left: -80px;
}

.hero-04-img-wrap {
    position: relative;
    z-index: 1;
    max-width: 480px;
    width: 100%;
}

.hero-04-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
}

@media (max-width: 991px) {
    .hero-04-title {
        font-size: 40px;
    }

    .hero-04-text {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .hero-04-inner {
        flex-direction: column;
        min-height: auto;
    }

    .hero-04-text {
        flex: none;
        padding: 50px 24px;
    }

    .hero-04-title {
        font-size: 34px;
    }

    .hero-04-image {
        flex: none;
        min-height: 320px;
        padding: 40px 24px;
    }

    .hero-04-btns {
        flex-direction: column;
    }

    .hero-04-btns .hero-btn {
        text-align: center;
    }
}

/* ================================================ */


/* ================================================
   FAQ Style 2 — Icon Toggle (2-column layout)
   ================================================ */

/* Two-column row: intro left, toggles right */
.faq-toggle-row {
    align-items: flex-start;
}

.faq-toggle-intro {
    padding-right: 52px;
    padding-top: 8px;
}

.faq-toggle-intro .main-title {
    text-align: left;
}

.faq-toggle-desc {
    color: #475569;
    line-height: 1.78;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .faq-toggle-intro {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .faq-toggle-intro .main-title {
        text-align: center;
    }

    .faq-toggle-desc {
        text-align: center;
    }
}

.faq-toggle-list {
    display: flex;
    flex-direction: column;
}

.faq-toggle-item {
    border-bottom: 1px solid #e2e8f0;
}

.faq-toggle-item:first-child {
    border-top: 1px solid #e2e8f0;
}

.faq-toggle-q {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #0f172a;
    user-select: none;
    transition: color 0.2s;
}

.faq-toggle-q:hover {
    color: var(--mainThemeColor);
}

.faq-toggle-q .fa-question-circle {
    color: var(--mainThemeColor);
    font-size: 20px;
    flex-shrink: 0;
}

.faq-toggle-q > span {
    flex: 1;
}

.faq-toggle-chevron {
    font-size: 13px;
    color: #94a3b8;
    transition: transform 0.22s ease, color 0.2s;
    flex-shrink: 0;
}

.faq-toggle-item.open .faq-toggle-chevron {
    transform: rotate(180deg);
    color: var(--mainThemeColor);
}

.faq-toggle-a {
    display: none;
    padding: 0 4px 20px 38px;
    color: #475569;
    line-height: 1.78;
    font-size: 15px;
}

.faq-toggle-item.open .faq-toggle-a {
    display: block;
}

@media (max-width: 575px) {
    .faq-toggle-q {
        font-size: 15px;
        gap: 10px;
        padding: 16px 4px;
    }

    .faq-toggle-a {
        padding-left: 28px;
    }
}

/* ================================================ */

/* ================================================
   FAQ Style 3 — Card Grid
   ================================================ */

.faq-grid-row {
    margin-top: 24px;
}

.faq-grid-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    padding: 24px 26px;
    margin-bottom: 22px;
    transition: background 0.2s;
}

.faq-grid-card:hover {
    background: rgba(255, 255, 255, 0.18);
}

.faq-grid-q {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.45;
    color: #fff;
}

.faq-grid-q .fa {
    margin-right: 9px;
    opacity: 0.75;
}

.faq-grid-a {
    font-size: 14px;
    opacity: 0.88;
    line-height: 1.75;
    margin: 0;
    color: #fff;
}

@media (max-width: 575px) {
    .faq-grid-card {
        padding: 18px 20px;
    }
}

/* ================================================ */


/* ================================================
   About Section Styles
   ================================================ */

/* Styles 2 & 3: split layout */
.about-split-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-split-row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.about-split-content .main-title {
    text-align: left;
}

.about-split-content p {
    line-height: 1.78;
    margin-bottom: 24px;
}

.about-img {
    width: 100%;
   
}

@media (max-width: 767px) {
    .about-split-content {
        align-items: center;
        text-align: center;
        margin-top: 32px;
    }

    .about-split-content .main-title {
        text-align: center;
    }

    .about-img {
        margin-bottom: 0;
    }
}



/*Custom Agenda CSS---------------------------------------*/
.agenda-row .row1 {
    display: flex;
    flex-wrap: wrap;
margin: 0;
}
.agenda-row .agenda-body h3 {
    margin-top: 20px;
}
.agenda-row .time {
    background: #f2624b;
    padding: 30px 50px;
    border-bottom: 1px solid #f59a8c;
}
.agenda-row .agenda-body .row {
    display: flex;
    margin: 0;
    justify-content: end;
}
.divExpandArrow {
    width: 15px;
    max-width: 15px;
    display: block;
    color: var(--mainThemeColor);
}
.agenda-row .time p {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
}
.agenda-row .agenda-body {
    padding: 10px 20px;
    border-bottom: dashed 1px #dadada;
    align-items: center;
}
.agenda-row .agenda-body p {
    font-size: 16px;
    line-height: 22px;
}
.agenda-row .agenda-body h2 {
    font-size: 21px;
    color: #000;
    line-height: 28px;
}
.agenda-row .agenda-body h4 {
    font-weight: 800;
    margin-bottom: 5px;
}
.agenda-row .agenda-body p.highlight {
    padding: 15px 30px;
    border-radius: 30px 30px;
    background: #f2624b;
    color: #000;
    font-weight: 800;
    margin: 0px 0px;
    text-align: left;
}
.speaker2 {
    margin-top: 20px;
    padding-left: 74px;
    margin-bottom: 10px;
    position: relative;
    min-height: 60px;
}

.speaker2 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    top: -10px;
    left: 0;
    margin: 0;
}

span.designation {
    display: block;
    font-size: 13px;
    line-height:16px;
}

.speaker2 a {
    color: #f2624b;
    font-size: 18px;
}

.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 6px;
    padding: 15px 20px;
    background-color: #333;
    color: #fff;
  margin-bottom: 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #f2624b;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #f2624b;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.nav-tabs>li.active>a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #f2624b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}
.agenda-style-7{
padding:50px 0px;
}
h3.main-title {
    text-align: center;
    font-size: 36px;
}
.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}
.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top:0px;
}
.session-location {
    display: flex;
    align-items: center;
}
.session-location img {
    margin-right: 5px;
    width: 18px;
}

.agenda-body {
    display: flex;
    flex-wrap: wrap;
}
.agenda-body > div {
    flex: 1;
}
.agenda-body > div:last-child > .row {
    display: flex;
    justify-content: end;
}
.agenda-body > div:last-child > .row > div {
    width: auto;
    float: none;
    max-width: initial;
}
.agenda-info > p {
    display: inline-flex;
    gap: 8px;
    font-size: 15px !important;
}
.expandableDiv {
    width: 100%;
    flex: stretch !important;
    /* display: none; */
    margin-top: 25px;
}
.agenda-row .agenda-body .row > div {
    width: auto;
    padding: 0px 14px 0px 0px;
    max-width: initial;
}
.expandableDiv .speaker2 {
    display: flex;
    align-items: center;
}
.expandableDiv > .row {
    justify-content: start !important;
}
.divExpandArrow::before {
    content: "\f077";
    text-align: center;
    width: 10px;
    height: 10px;
    font-family: 'FontAwesome';
    font-size: 20px;
}
.divExpandArrow.expanded::before {
    content: "\f078";
    
}

.divExpandArrow {
    position: relative;
    font-size: 0px;
    display: none;
}
