/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&family=Roboto:wght@400;500;700&display=swap');
@import url("https://use.typekit.net/qdj0dwq.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #ff6b00;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #ff6b00;
    --eventFontColor: #000000;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 18px;
    --smalltext: 14px;
    --eventFont: "Inter", sans-serif;
    --eventHeadingFont: 'degular-display', sans-serif;
    --h1FontSize: 100px;
    --h2FontSize: 42px;
    --h3FontSize: 50px;
    --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: 50px;
    --btnFontSize: 18px;
    --eventBlack: #111322;




}
 .btn-welcome {
    background-color: #ff6b00;
    color: #fff;
    padding: 12px 28px;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-welcome:hover {
    background-color: #e65f00;
    color: #fff;
    text-decoration: none;
  }
.appRow > div img {
    margin: auto;
    display: block;
    margin-top: 35px;
}
.appRow {
    display: flex;
    justify-content: center;
}
#downloadApp {
    padding-top: 0px;
}
#downloadApp h3 {
    color: var(--mainThemeColor);
    text-align: center;
}





/* ==========================================================================
   Speakers Page Scoped Styles (.speakers-page-details)
   ========================================================================== */

/* Hero Header */
.speakers-page-details .hero-section {
    background: linear-gradient(135deg, #ff6b00 0%, #ff6b00 100%);
    color: #ffffff;
    padding: 80px 0;
    margin-bottom: 60px;
    text-align: center;
}
.web-zoom-link a {
    display: inline-block;
    padding: 12px 20px;
    background: #ff6b00;
    border-radius: 30px;
    color: #fff;
}

.speakers-page-details .row {
    display: flex;
    flex-wrap: wrap;
}


.speakers-page-details .hero-section h1 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.speakers-page-details .hero-section p {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 300;
}

/* Section Headings */
.speakers-page-details .category-heading {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.speakers-page-details .sub-category-heading {
    color: #000;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    border-left: 4px solid #000;
    padding-left: 10px;
}

/* Speaker Cards */
.speakers-page-details .speaker-card {
    background: #ff6b0012;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    min-height: 160px;
    border-top: 3px solid transparent;
}
.speakers-page-details .speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Card Types variations */
.speakers-page-details .card-leadership { border-top-color: #ff6b00; }
.speakers-page-details .card-keynote { border-top-color: #ff6b00; background: #fffdf6; }
.speakers-page-details .card-leader { border-top-color: #ff6b00; }
.speakers-page-details .card-expert { border-top-color: #ff6b00; }
.speakers-page-details .card-staff { border-top-color: #ff6b00; }

/* Text Elements */
.speakers-page-details .speaker-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.speakers-page-details .speaker-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}
.speakers-page-details .speaker-org {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.speakers-page-details .badge-role {
    background-color: #e2e8f0;
    color: #000;
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
}
















.honoreesPeople .col-sm-3 p {
    text-align: center;
    font-size: 21px;
}
.honoreesPeople img {
    border-radius: 100%;
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
.bioContent{display:none;}
.speaker2 {
margin-left: -15px;
    padding-left: 0px !important;
}
.speaker2 img {
    display: none;
   
}


section#speakers .row {
    display: flex;
    flex-wrap: wrap;
}

.faq.hotelInfoFAQ h4.panel-title a,
.hotelInfoFAQ .cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-left: 0;
}

img.leftImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 400px;
    border-radius: 20px;
}

.contentRow {
   /* margin-top: 55px;*/
}

#scholarshipSec h3.main-title {
    color: var(--white) !important;
}

#scholarshipSec {
    background: var(--mainThemeColor);
    margin-top: -10px;
    width: 100%;
    color: var(--white);
}

#agendaSec .nav-tabs>li>a {
    max-width: 320px;
}

#agendaSec .nav-tabs>li.active>a:focus {
    color: var(--white) !important;
}

#agendaSec>section h3.main-title {
    display: none;
}

#agendaSec .nav>li>a:hover,
#agendaSec .nav>li>a:focus {

    background-color: var(--mainThemeColor) !important;
}

#agendaSec .nav-tabs>li.active>a,
#agendaSec .nav-tabs>li.active>a:hover,
#agendaSec .nav-tabs>li.active>a:focus {

    background-color: var(--mainThemeColor) !important;

}

.agenda-row .time {
    background: var(--mainThemeColor) !important;

}

.agenda-row .agenda-body h3 {
    font-size: 28px !important;
}

span.webinar_time {
    color: var(--white);
}

#vfairsSec {
    background: var(--mainThemeColor);
        border-top: 3px solid #ffff;
}

.vfairsRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vfairsRow {
    color: var(--white);
}

.vfairsRow .main-title {
    color: var(--white);
    margin-top: 0px;
}

.vfairsRow img {
    width: 300px;
    display: block;
    margin: auto;
    background: var(--white);
    border-radius: 16px;
    padding: 20px 35px;
    margin-bottom: 10px;
}

/*------Key topics----------*/
#keyTopics {
    overflow: hidden;
    background: var(--mainThemeColor);
}

.allTopics ul {
    display: flex;
    gap: 30px;
    font-size: 55px;
    line-height: 1em;
    font-family: var(--eventHeadingFont);
    font-weight: bold;
    color: var(--white);
    counter-set: myCounter;
    margin-top: 90px;
    padding: 0px 30px;
}

#keyTopics .main-title {
    color: var(--eventBlack) !important;
    font-size: 80px;
}

.allTopics ul li {
    flex: 0 0 25%;
    position: relative;
    padding-left: 80px;
}

.allTopics ul li::before {
    counter-increment: myCounter;
    content: ""counter(myCounter);
    position: absolute;
    font-size: 80px;
    top: 0px;
    left: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--eventBlack);
}

.allTopics ul li {
    flex: 0 0 25%;
}

/*--------------------------*/

.paralexContent ul li::before,
#scroll-section ul li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--eventBlack);
    font-size: 20px;
}

.paralexContent ul li,
#scroll-section ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

#scroll-section ul li::before {

    color: var(--mainThemeColor);

}

#parallexSec {
    padding: 0px;
}

.parallexRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

.parallexRow img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#parallexSec .main-title {
    text-align: left;
}

.parallexRow .imgCol {}

.parallexRow:nth-of-type(1) .imgCol {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1768558296vatican-jpg1768558296.jpg")no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.parallexRow:nth-of-type(2) .imgCol {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1768558296room-jpg1768558296.jpg)no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.parallexRow:nth-of-type(3) .imgCol {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1768558295welcome-jpeg1768558295.jpeg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.parallexRow:nth-of-type(1) .imgCol img,
.parallexRow:nth-of-type(2) .imgCol img,
.parallexRow:nth-of-type(3) .imgCol img {
    visibility: hidden;
}

.parallexRow:nth-of-type(4) .imgCol {
    background: #f2f0ed;
}

img.certImg {
    object-position: top;
    object-fit: contain;

}

.paralexContent {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/*-----------Page animation-----------*/

/* The Main Scroll Container */
#scroll-section {
    position: relative;
    overflow: hidden;
    background: var(--eventBlack);
}

#scroll-section h3 {
    text-align: left;
}

#scroll-section p,
#scroll-section ul {
    color: var(--white);
}

.content-wrapper {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
}

/* Left side content */
.text-side {
    padding: 10vh 0;
}

.step-block {
    height: 100vh;
    /* Each text block takes full viewport to trigger scroll */
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

.step-block.active {
    opacity: 1;
}


.step-block p,
.step-block ul {

    max-width: 80%;
}

/* Right side image gallery */
.image-side {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: center;
}

.image-container {
    position: relative;
    width: 100%;
    height: 80%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: transform 1s ease;
    transform: scale(1.1);
}

.image-container img.active {
    opacity: 1;
    transform: scale(1);
}

/*-------------------------------------*/




.popup img.center-block {
    max-width: 480px;
}

.popup h2 {
    color: var(--white);
}

/* 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;
}

.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;
}



/* 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 rgba(var(--mainThemeColor-rgb), 0.3);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.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;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--eventBlack);
    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;
}

.popup h1 span {
    display: block;
    font-weight: normal;
    font-size: 38px;
}

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);

}

.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;
    color: var(--mainThemeColor);
    font-size: var(--h3FontSize);
    font-family: var(--eventHeadingFont);
    font-weight: bold;
}

.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;
}




/* 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;
    max-height: 60px;
}



/*sponsor-page*/

.section.sponsorship-opportunity .row-content {
    padding: 0;
}

.section.sponsorship-opportunity .full-page-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.section.sponsorship-opportunity .container.full-page-container .col-lg-12 {
    display: block;
}


/* All body styles moved to this wrapper */
.page-wrapper-sponsor {
    font-family: var(--eventFont);
    color: #333;
    line-height: 1.6;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1768577808hope-banner-png1768577808.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /* min-height: 100vh; */
    text-align: center;
}

.page-wrapper-sponsor .sp__logo {
    margin-bottom: 30px;
}

/* Hero Section */
.page-wrapper-sponsor .hero-section {
    background: linear-gradient(135deg, #111322 0%, #1c1f3a 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    border-bottom: 8px solid #ff6b00;
}

.page-wrapper-sponsor .hero-section h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 800;
    font-size: 4em;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.page-wrapper-sponsor .hero-section h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ff6b00;
    margin-bottom: 30px;
}

.page-wrapper-sponsor .hero-section p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.9;
    text-align: center;
}

/* Sponsorship Cards */
.page-wrapper-sponsor .sponsorship-container {
    padding: 80px 0;
}

.page-wrapper-sponsor .pricing-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border: 1px solid #eee;
    min-height: 610px;
    display: flex;
    flex-direction: column;
}

.page-wrapper-sponsor .pricing-card:hover {
    transform: translateY(-15px);
    border-color: #ff6b00;
    box-shadow: 0 20px 40px rgba(255, 107, 0, 0.15);
}

.page-wrapper-sponsor .pricing-card.featured {
    border: 3px solid #ff6b00;
    position: relative;
    background: #fff;
}

.page-wrapper-sponsor .featured-label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b00;
    color: white;
    padding: 6px 25px;
    border-radius: 50px;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.page-wrapper-sponsor .tier-name {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    font-size: 1.6em;
    color: #222;
    margin-bottom: 15px;
}

.page-wrapper-sponsor .tier-price {
    font-size: 3em;
    color: #ff6b00;
    font-weight: 800;
    margin-bottom: 30px;
}

.page-wrapper-sponsor .benefit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.page-wrapper-sponsor .benefit-list li {
    padding: 12px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.85em;
    color: #555;
}

.page-wrapper-sponsor .benefit-list li strong {
    color: #ff6b00;
    margin-right: 8px;
}

/* Contact Box */
.page-wrapper-sponsor .contact-box {
    background: #111322;
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    margin-top: 60px;
    border-bottom: 5px solid #ff6b00;
}

.page-wrapper-sponsor .contact-box h3 {
    font-family: var(--eventHeadingFont);
    color: #ff6b00;
    font-weight: 700;
    font-size: 2.2em;
    margin-bottom: 25px;
}

.page-wrapper-sponsor .contact-link {
    color: #ff6b00;
    font-weight: 600;
}

.page-wrapper-sponsor .contact-link:hover {
    color: #fff;
    text-decoration: none;
}



/* 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;
    font-family: var(--eventFont);
}

#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;
}

.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: 0px;
    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 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
    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(--mainThemeColor) !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;
}

/* .full-page-container .col-lg-12 {
    min-height: 400px;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.container.full-page-container {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.row-content {
    padding: 0 !important;
}

/* 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);
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/* 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);
}

#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: "" !important;
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}

#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--mainThemeColor);
    border-radius: 0px;
    padding: 0px 29px 0px 15px;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--white);
    display: flex !important;
    font-weight: 700;
    text-align: center;
    flex-grow: 1;
    font-size: 50px;
    flex-basis: 0;
}

#clockdiv .smalltext {
    color: var(--lightText);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 4px;
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    padding: 40px 10px;
}

#clockdiv>div::before {
    position: absolute;
    right: -22px;
    top: 50%;
    width: 2px;
    transform: translateY(-60%);
    height: 40%;
    background: var(--eventBlack);
    content: "";
    opacity: 0.25;
}

#clockdiv>div:last-child::before {
    content: "";
    width: 0px;

}

#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

#clockdiv div>span {
    padding: 7px 10px 0;
    border-radius: 3px;
    background: none;
    display: block;
    line-height: 1em;
    min-width: 78px;
    font-size: 64px;
    font-weight: 600;
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke: 2px; */
    /* -webkit-text-stroke-color: var(--white); */
}

.countdownHeading {
    color: var(--eventFontColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background: var(--lightBg);
    margin-left: -15px;
    padding: 0px 30px 0px 70px;
    position: relative;
}

#clockdiv>div:first-child {
    margin-left: 40px;
}

.countdownHeading p {
    font-size: 22px;
    margin-top: 12px;
}

.countdownHeading p a {
    color: var(--mainThemeColor2);
}

.heading {
    font-size: 38px;
    font-weight: 900;
    position: relative;
}

.heading::before {
    content: "";
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1717766312clock-png1717766312.png)no-repeat center;
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    top: -7px;
}

.countdownHeading::after {
    width: 50px;
    height: 50px;
    border-top: 110px solid transparent;
    border-left: 40px solid #ffffff07;
    border-bottom: 110px solid transparent;
    position: absolute;
    content: "";
    right: -50px;
}





/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}

.abtRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.spLogos {
    display: flex;
    align-items: center;
    gap: 50px;
}

.spLogos img {
    width: 35%;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#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;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;

}

#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(--mainThemeColor) !important;
    color: var(--white) !important;

}

.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;
    padding-left: 45px;
    font-size: 22px;
}

.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;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 45px 0px 45px;
}

/* 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(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.footer-links li {
    display: inline-block;
    position: relative;
}

.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;
}

.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);
}

/*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: 5;
}

.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;
}

/* Privacy Policy------------- */
.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;
}


@media (max-width: 767px) {
  .spLogos img {
        width: 250px !important;
        height: 115px !important;
        margin-bottom: 25px;
        object-fit: contain;
        border: 1px solid #ddd;
        padding: 10px;
}
  .spLogos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
        margin-top: 30px;
}
  .row.abtRow .col-sm-6 {
    width: 100%;
}
    img.leftImg {
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
        max-width: 100%;

    }

    .page-wrapper-sponsor .contact-link {
        word-wrap: break-word;
    }

    .page-wrapper-sponsor .hero-section h1 {
        font-size: 2.5em;
    }

    .page-wrapper-sponsor .hero-section {
        padding: 60px 20px;
    }

    .page-wrapper-sponsor .pricing-card {
        min-height: auto;
    }



    .popup img.center-block {
        max-width: 320px;
    }

    .allTopics ul li {
        flex: 0 0 100%;
    }

    .allTopics ul {
        flex-wrap: wrap;
    }

    /*Paralex*/
    .parallexRow img {

        height: auto;

    }

    .parallexRow:nth-of-type(1) .imgCol img,
    .parallexRow:nth-of-type(2) .imgCol img,
    .parallexRow:nth-of-type(3) .imgCol img {
        visibility: visible;
    }

    .parallexRow .imgCol {
        background: none !important;
    }

    .parallexRow {
        margin-bottom: 50px;
        height: auto;
    }

    .paralexContent {
        max-width: 100%;

    }

    /*Paralex end*/

    /*key topics*/
    .allTopics ul li::before {
        font-size: 60px;


    }

    #keyTopics .main-title {
        font-size: 60px;
    }

    .allTopics ul {

        gap: 30px;
        font-size: 40px;

    }

    .allTopics ul li {
        padding-left: 60px;
    }

    /*key topics end */

    /*animation scroll*/
    .text-side {
        padding: 30px 30px;
    }

    .image-container2 img {
        border-radius: 20px;
    }

    .image-container2 {
        margin-bottom: 50px;
    }

    .row.content-wrapper {
        flex-wrap: wrap;
    }

    /*animation scroll end*/


    .popup h1 span {

        font-size: 22px;
    }

    .countdownHeading::after {
        width: 50px;
        height: 50px;
        border-top: 30px solid transparent;
        border-left: 20px solid #ffffff07;
        border-bottom: 30px solid transparent;
        left: 46%;
        transform: rotate(90deg) translateX(-50%);
        top: 86px;
        right: initial;
    }

    .countdownHeading {
        align-items: center;
        margin-left: 0px;
        padding: 20px 30px 20px 20px;
        flex-basis: 100%;
    }

    .countdown-container {
        padding: 0px 0px 0px 0px;
        flex-wrap: wrap;
    }








    #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;
    }

    #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(--mainThemeColor) !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: 42px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .speakers-page-details .row{
        display: block;
    }
    .countdown-container {
        padding: 0px 5px 0px 5px;

    }

    :root {
        --h1FontSize: 54px;
        --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;
        font-size: 34px;
        letter-spacing: 0px;
        -webkit-text-fill-color: var(--white);
        -webkit-text-stroke: initial;
    }

    #clockdiv>div:first-child {
        margin-left: 10px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 10px;
        letter-spacing: 2px;
    }


    #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;
    }

}

.block-overlay.Restream_Webinar {
    display: none !important;
}

#LoginModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#LoginModal .modal-dialog .modal-content {
    max-width: 350px;
    width: 100%;
    background: #f3f4f6;
    padding: 20px 20px 10px;
}

#LoginModal .modal-dialog .modal-header {
    padding: 9px 15px 20px;
    background: transparent !important;
    border: 0;
}

#LoginModal .modal-dialog .modal-header .modal-title {
    color: #f36531;
    font-weight: 600;
    font-size: 22px;
}

#LoginModal .modal-dialog .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    opacity: 0.6;
    font-size: 32px;
    font-weight: 100;
}

#LoginModal .modal-dialog .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

#LoginModal .modal-dialog .modal-body .form-group {
    margin-bottom: 0;
    position: relative;
}

#LoginModal .modal-dialog .modal-body .control-label {
    color: #344054;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Avenir';
    font-weight: 500;
    margin-bottom: 0;
}

#LoginModal .modal-dialog .modal-body .form-control {
    color: #6c757d;
    border-radius: 6px;
    height: 45px;
    padding: 15px 15px 13px;
    font-size: 13px;
    box-shadow: none;
}

#LoginModal .modal-dialog .modal-body input#LoginEmail {
    padding-left: 35px !important;
}

#LoginModal .modal-dialog .modal-body .form-group.group-email::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 44px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#LoginModal .modal-dialog .modal-body input#Password {
    padding-left: 35px !important;
}

#LoginModal .modal-dialog .modal-body .form-group.grp-password-field::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 44px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#LoginModal .modal-dialog .modal-body .ResponseBox {
    color: red;
    font-weight: 100;
    font-family: 'Avenir';
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#LoginModal .modal-dialog #login-footer {
    border: 0;
    padding: 20px 15px 0;
}

#LoginModal .modal-dialog #login-footer .row {
    display: flex;
    flex-direction: column;
    margin: 0.25rem;
}

#LoginModal .modal-dialog #login-footer .col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    order: inherit;
}

#LoginModal .modal-dialog #login-footer .col-sm-4 .btn.btn-default {
    display: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-4 .btn-darkgrey {
    width: 100%;
    margin: 0 !important;
    padding: 12px 12px 12px;
    border-radius: 5px !important;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 {
    width: 100%;
    max-width: 100%;
    flex-flow: wrap;
    flex-direction: column-reverse;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey {
    background: transparent !important;
    color: #686a6e !important;
    font-weight: 500 !important;
    font-family: 'Avenir';
    padding: 0;
    font-family: 'Avenir';
    font-weight: 600;
    box-shadow: none;
    outline: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey:hover {
    text-decoration: underline;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey {
    background: transparent !important;
    color: #80bded !important;
    font-weight: 500 !important;
    font-family: 'Avenir';
    font-size: 14px;
    padding: 20px 5px 5px 5px;
    box-shadow: none;
    outline: none;
}

#LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey:hover {
    text-decoration: underline;
}

#forgot-pwd-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#forgot-pwd-modal .modal-dialog .modal-content {
    max-width: 350px;
    width: 100%;
    background: #f3f4f6;
    padding: 20px 20px 10px;
}

#forgot-pwd-modal .modal-dialog .modal-header {
    padding: 9px 15px 20px;
    background: transparent !important;
    border: 0;
}

#forgot-pwd-modal .modal-dialog .modal-header .modal-title {
    color: #f36531;
    font-weight: 600;
    font-size: 22px;
}

#forgot-pwd-modal .modal-dialog .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    opacity: 0.6;
    font-size: 32px;
    font-weight: 100;
}

#forgot-pwd-modal .modal-dialog .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

#forgot-pwd-modal .modal-dialog .modal-body .form-group {
    margin-bottom: 0;
    position: relative;
}

#forgot-pwd-modal .modal-dialog .modal-body .control-label {
    color: #344054;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Avenir';
    font-weight: 500;
    margin-bottom: 0;
}

#forgot-pwd-modal .modal-dialog .modal-body .form-control {
    color: #6c757d;
    border-radius: 6px;
    height: 45px;
    padding: 15px 15px 13px;
    font-size: 13px;
    box-shadow: none;
}

#forgot-pwd-modal .modal-dialog .modal-body input#resetemail {
    padding-left: 35px !important;
}

#forgot-pwd-modal .modal-dialog .modal-body .form-group:first-child::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 44px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

#forgot-pwd-modal .modal-dialog .modal-body .FormResponseSuccess {
    color: red;
    font-weight: 100;
    font-family: 'Avenir';
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#forgot-pwd-modal .modal-dialog .modal-body .FormResponseError {
    color: red;
    font-weight: 100;

    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#forgot-pwd-modal .modal-dialog .modal-body .has-error .help-block {
    color: red;
    font-weight: 100;

    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

#forgot-pwd-modal .modal-dialog .modal-footer {
    border: 0;
    padding: 20px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

#forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default {
    text-transform: capitalize;
    box-shadow: none !important;
    background: transparent !important;
    color: #686a6e;

    font-weight: 500 !important;
    outline: none;
    padding: 0;
    border: 0;
    display: none;
}

#forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default:hover {
    text-decoration: underline;
}

#forgot-pwd-modal .modal-dialog .modal-footer .btn-darkgrey {
    background: #f36531 !important;
    color: #fff;

    font-size: 14px;
    width: 100%;
    margin: 0 0 25px !important;
    padding: 12px 12px 12px;
    border-radius: 5px !important;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    font-weight: 600;
}





.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;
    padding: 40px 15px 90px;
}

.animation_video::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--black);
    position: absolute;
    opacity: 0.6;
}

section#speakers .sub-title {
    text-align: center;
    font-size: 28px;
    margin: 50px 0 40px 0;
}

.speaker_img-src img {
    border-radius: 38px;
    box-shadow: -10px -10px 0 var(--mainThemeColor);
    height: 290px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .4s;
}

.speaker_img-src img:hover {
    box-shadow: 0 0 0;
}

.speaker_container {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .animation_video .slider_content {

        padding: 30px 15px 50px;
    }

    .speaker_img-src img {
        width: 100%;
    }
}


/*---Event Details-----------------------------*/
  /* ── Brand tokens ── */
    :root {
      --purple:       #6B3FA0;
      --purple-dark:  #2D1B69;
      --purple-light: #EDE8F7;
      --orange:       #D4542A;
      --orange-light: #FDF0EC;
      --gold:         #E8B730;
      --gold-light:   #FDF6E0;
      --navy:         #1A1235;
      --text-dark:    #1E1E2E;
      --text-mid:     #4A4A6A;
      --text-light:   #7A7A9A;
      --border:       #E8E4F0;
      --white:        #FFFFFF;
      --bg-light:     #F8F7FC;
    }

    
    /* ── Event cards ── */
    .event-block {
      padding: 72px 0;
    }
    .event-block:nth-child(even) {
      background: var(--bg-light);
    }
    .event-block:nth-child(odd) {
      background: var(--white);
    }

    /* image side */
    .event-img-wrap {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 16px 48px rgba(45,27,105,0.18);
    }
    .event-img-wrap img {
      width: 100%;
      display: block;
      transition: transform 0.55s ease;
    }
    .event-img-wrap:hover img { transform: scale(1.04); }

    .event-badge {
      position: absolute;
      top: 16px; left: 16px;
      background: var(--purple);
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 4px;
    }
    .event-badge.badge-orange { background: var(--orange); }
    .event-badge.badge-gold   { background: var(--gold); color: var(--text-dark); }

    /* text side */
    .event-content {
      padding: 8px 0;
    }
    @media (min-width: 992px) {
      .event-content { padding: 4px 44px; }
      .event-content.pad-left  { padding: 4px 0 4px 44px; }
      .event-content.pad-right { padding: 4px 44px 4px 0; }
    }

    .event-eyebrow {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--purple);
      margin-bottom: 8px;
    }
    .event-eyebrow.orange { color: var(--orange); }
    .event-eyebrow.gold   { color: #B8860B; }

    .event-title {
      font-family: 'Playfair Display', serif;
      font-size: 32px;
      font-weight: 700;
      color: var(--text-dark);
      margin: 0 0 6px;
      line-height: 1.2;
    }
    .event-tagline {
      font-size: 14px;
      color: var(--text-light);
      margin: 0 0 28px;
      font-style: italic;
    }

    /* detail rows */
    .detail-row {
      display: flex;
      gap: 14px;
      margin-bottom: 16px;
      align-items: flex-start;
    }
    .detail-icon {
      flex-shrink: 0;
      width: 36px; height: 36px;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 17px;
      background: var(--purple-light);
      color: var(--purple);
    }
    .detail-icon.orange { background: var(--orange-light); color: var(--orange); }
    .detail-icon.gold   { background: var(--gold-light);   color: #B8860B; }
    .detail-label {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-light);
      margin-bottom: 2px;
    }
    .detail-value {
      font-size: 14px;
      color: var(--text-dark);
      line-height: 1.6;
    }
    .detail-value strong { color: var(--purple); }
    .detail-value strong.orange { color: var(--orange); }

    /* schedule strip */
    .schedule-strip {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      margin: 20px 0;
    }
    .schedule-block:nth-child(even) { background: var(--bg-light); }
    .schedule-row {
      display: flex;
      align-items: stretch;
      border-bottom: 1px solid var(--border);
    }
    .schedule-row:last-child { border-bottom: none; }
    .schedule-time {
      min-width: 96px;
      padding: 14px 16px;
      font-size: 13px;
      font-weight: 700;
      color: var(--white);
      background: var(--purple);
      display: flex; align-items: center; justify-content: center;
      text-align: center;
      line-height: 1.3;
    }
    .schedule-time.orange { background: var(--orange); }
    .schedule-time.gold   { background: var(--gold); color: var(--text-dark); }
    .schedule-desc {
      padding: 14px 18px;
      font-size: 14px;
      color: var(--text-dark);
      display: flex;
      align-items: center;
      line-height: 1.5;
    }

    /* alert / notice box */
    .notice-box {
      border-radius: 10px;
      padding: 16px 20px;
      margin-top: 20px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }
    .notice-box.purple {
      background: var(--purple-light);
      border-left: 3px solid var(--purple);
    }
    .notice-box.orange {
      background: var(--orange-light);
      border-left: 3px solid var(--orange);
    }
    .notice-box.gold {
      background: var(--gold-light);
      border-left: 3px solid var(--gold);
    }
    .notice-icon {
      font-size: 20px;
      line-height: 1;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .notice-text {
      font-size: 13px;
      color: var(--text-mid);
      line-height: 1.65;
    }
    .notice-text strong { color: var(--text-dark); }

    /* tags */
    .tag-row { margin-top: 22px; }
    .tag {
      display: inline-block;
      background: var(--purple-light);
      color: var(--purple);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.5px;
      padding: 4px 12px;
      border-radius: 20px;
      margin: 3px 4px 3px 0;
    }
    .tag.orange { background: var(--orange-light); color: var(--orange); }
    .tag.gold   { background: var(--gold-light);   color: #B8860B; }

    /* section divider */
    .section-divider {
      height: 4px;
      background: linear-gradient(90deg, var(--purple), var(--orange), var(--gold));
    }

    

    /* responsive helpers */
    @media (max-width: 991px) {
      .img-col { margin-bottom: 36px; }
    
      .event-title { font-size: 26px; }
    }
    /* flip order: text above image on mobile for even events */
    @media (max-width: 991px) {
      .order-img-last { display: flex; flex-direction: column-reverse; }
    }