/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Antonio';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/9560/content/files/1747287887antonio-bold-woff21747287887.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/9560/content/files/1747287887antonio-bold-woff1747287887.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
  overflow-x:hidden;
}
/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #E68A3E;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #432967;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: "Montserrat", sans-serif;
    --eventHeadingFont: 'Montserrat';
    --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: 50px;
    --btnFontSize: 18px;
    --boxRadius: 40px;




}
.award-page {
    padding-top: 0px !important;
}
.speaker-template-10 .row {
    display: flex;
    flex-wrap: wrap;
}
.back,
.front:after{
    background-image: linear-gradient(40deg, #ed6f34 10%, #aa3860 50%, #662a79 100%) !important;
}
.hc-speakers .modal-header {
    background-color: #432967!important;
}
.speaker_container:hover .speaker_bio {
    background: #432967!important;
}
.speaker_img-src img {
    -webkit-filter: none!important;
    filter: none!important;
    z-index: 1;
    position: relative;
  object-fit: cover;
}
li button span.caret {
    margin-left: 5px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff !important;
    background-color: #432967!important;
}
button.btn.btn-primary.dropdown-toggle {
    background: transparent;
    color: #333;
    border: none;
      color: var(--eventFontColor);
    font-size: var(--eventFontSize);
    padding: 8px 15px;
}
div#investment-box {
    display: flex;
    align-items:center;
    width:80%;
    margin:0 auto;
    padding: 30px 0px;
}
div#investment-box ul{
    padding-left:20px;
}
div#investment-box ul li{
    padding:10px 0px;
    color:#fff;
    font-size:22px;
}
div#investment-box div:first-of-type{
    padding: 30px 80px 80px 30px;
    width: 45%;
    border-radius: 14px;
    background: linear-gradient(90deg,#ff9a3d,#ffcf33);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
div#investment-box div:last-of-type{
    width:55%;
    padding-left: 100px;
}
div#partner-withus div {
    display: flex;
    align-items: center;
}
div#partner-withus {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 20px;
}


/**newhomepagecss*/


/* Typography */
section.faith-wrapper .text-purple {
    color: #421460;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 36px;
}

section.faith-wrapper .lead-text {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    margin-top: 15px;
}

section.faith-wrapper .benefit-list {
    list-style: none;
    padding-left: 0;
}

section.faith-wrapper .benefit-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
      color: #282828;
      font-weight: 500;
}

.section.homepage-new .footer p {
    color: #282828;
    font-weight: 500;
}
.section.homepage-new .button.button-orange:hover , .section.homepage-new .button.button-orange:focus{
color:#fff !important;
}
.section.homepage-new .button.button-orange{
  background-color: #662c90 !important;
  color: #fff !important;
  border-color: #662c90 !important;
}

section.faith-wrapper .benefit-list li::before {
    content: "•";
    color: #5d2e8e;
    font-weight: bold;
    position: absolute;
    left: 0;
}

section.faith-wrapper {
    padding: 50px 0 0;
}

/* Horizontal Rules */
section.faith-wrapper hr {
    border: 0;
    height: 4px;
    width: 100%;
    margin: 10px 0;
}

section.faith-wrapper .hr-green { background-color: #c4d600; }
section.faith-wrapper .hr-pink { background-color: #e91e63; }
section.faith-wrapper .hr-yellow { background-color: #ffc107; }

/* Image Glow Effects */
section.faith-wrapper .image-wrapper {
    position: relative;
    padding: 30px;
    display: inline-block;
}

section.faith-wrapper .img-circle {
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    display: block;
    margin: auto;
}


/* Registration Section */
.reg-area { padding-bottom: 80px; }
.purple-text { color: #4a1e6d; }
.deadline-text { font-size: 22px; margin: 15px 0 30px 0; font-weight: 400; }
.btn-register {
    background-color: #612f94;
    color: white;
    padding: 15px 45px;
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
}
.btn-register:hover { color: #fff; background-color: #4a1e6d; transform: scale(1.05); }

/* Overlapping Bubbles */
/* Re-styled Bubbles with Client's Gradients */
.bubble-box { 
    position: relative; 
    height: 320px; 
    width: 100%; 
    max-width: 450px; 
    margin: 0 auto; 
}

.bubble {
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* Subtle shadow for depth */
}

/* Green Bubble - Radial Gradient */
.b-green { 
    width: 220px; 
    height: 220px; 
    background: radial-gradient(circle at 30% 30%, #a6d34e, #4caf50); 
    left: 0; 
    top: 40px;
    z-index: 1; 
    font-size: 24px; 
    line-height: 1.1;
}
.b-green strong { font-size: 60px; display: block; }

/* Yellow/Orange Bubble - Radial Gradient */
.b-yellow { 
    width: 160px; 
    height: 160px; 
    background: radial-gradient(circle at 30% 30%, #ffeb3b, #fbc02d); 
    left: 170px; 
    top: 0px; 
    z-index: 2; 
    font-size: 14px; 
}
.b-yellow strong { font-size: 45px; display: block; }

/* Pink/Purple Bubble - Radial Gradient */
.b-pink { 
    width: 185px; 
    height: 185px; 
    background: radial-gradient(circle at 30% 30%, #ec407a, #7b1fa2); 
    left: 180px; 
    top: 110px; 
    z-index: 3; 
    font-size: 16px; 
}
.b-pink strong { font-size: 50px; display: block; }

/* Small text adjustment within bubbles */
.bubble small, .bubble span {
    font-weight: 700;
    text-transform: none;
    line-height: 1.2;
    display: block;
    font-size: 15px;
    padding-top: 6px;
}

section.healthyculture-wrapper .container-fluid {
    padding: 0;
}

section.healthyculture-wrapper .row {
    display: flex;
    align-items: center;
}

section.reg-area {
    padding: 70px 0;
}


.content-body p {
    color: #282828;
    font-size: 18px;
    margin-bottom: 15px;
}

section.topics-header-section {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1773072402asset-4-svg1773072402.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.section.homepage-new .full-page-container .col-lg-12 {
    display: block;
}

.topichedingwrapper {
    text-align: right !important;
}

section.topics-header-section h2 {
    margin: 0 !important;
    color: #ffd978 !important;
    font-size: 36px;
    text-align: left !important;
}
p.topics-description{
    font-size: 18px;
    color: #fff;
}
.topics-grid-section{
    background: radial-gradient(circle at center, #5e2c94 0%, #2a1140 100%);
    padding: 60px 0 100px 0;
    width: 100%;
}

.topic-card {
    background: #ffffff;
    border-radius: 20px; /* Slightly smoother corners */
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    /* Stronger shadow to lift it off the gradient background */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.topic-card .topic-image-wrapper {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    /* The image cutout style border */
    border: 8px solid #f9f9f9; 
    margin-top: auto; /* Pushes the circle to the bottom of the card */
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}
.section.homepage-new section.discoverwapper a.button.button-disblue {
    background-color: #421460 !important;
    color: #fff !important;
    padding: 13px 25px !important;
    border-radius: 50px !important;
}

section.discoverwapper {
    padding: 50px 0;
    text-align: center;
}

section.discoverwapper h3 {
    font-size: 36px;
    color: #421460;
    /* text-align: center; */
}

section.discoverwapper p{
font-size: 18px;
color: #282828;
}
.topic-card .topic-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.topic-card .topic-title {
    color: #4a1e6d;
    background: transparent !important;
    font-weight: 800;
    font-size: 19px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

/**end**/





div#partner-with-us {
    display: flex;
    width:100%;
    flex-wrap:wrap;
}
div#why-exhi {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757919664bg1-jpg1757919664.jpg') no-repeat;
    background-size: cover;
}
.why-exhibit {
    width: 90%;
    display: flex;
    flex-wrap:wrap;
    border: 2px solid #fff;
    margin: 60px auto;
    padding: 60px;
    border-radius: 32px;
}
.why-exhibit div:first-of-type{
    width:55%;
    padding-right: 40px;
}
.why-exhibit div:last-of-type{
    width:45%;
}
.why-exhibit h3 {
    font-size: 56px;
    color: #fff;
}
.why-exhibit ul li {
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
}
.why-exhibit ul {
    padding-left: 20px;
}

div#info-card ul,#partner-with-us ul,div#investment-box ul,.why-exhibit ul{
    list-style-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757919349left-arrow-png1757919349.png');
}
div#investment-box ul,.why-exhibit ul{
    list-style-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757921504left-arrow-1-png1757921504.png');
}
div#partner-with-us div:first-of-type {
    width: 45%;
}
div#partner-with-us div:last-of-type {
    width: 55%;
    background:#efefef;
    padding:60px;
}
div#partner-with-us div h2{
    font-size:56px;
    color:#432967;
}
div#partner-with-us ul li{
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    padding: 10px 0px;
}
div#partner-with-us ul {
    padding-left: 20px;
}
div#info-card {
    margin-top: -40px;
}
div#info-card ul li {
    font-size: 22px;
    line-height: 1.3;
    color: #000;
}
div#ex-info {
    margin-top: -37%;
    max-width: 1050px;
}
div#ex-info h1 {
    color: #fff;
    font-size: 82px;
}
.section.sponsors-2025 .s-wrap {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755601647asset-19-svg1755601647.svg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
    width: 100%;
  text-align:center;
  color:#fff;


}


.spnsr-bg {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    margin: 50px 0;
    position: relative;
}

.spnsr-heading img {
    max-width: 200px;
 
}

.spnsr-bg .row {
    display: flex;
    justify-content: center;
}

.spnsr-heading {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
}





.section.sponsors-2025 .s-wrap p{
    font-size: 16px !important;
    margin-bottom: 100px;
}

.section.sponsors-2025 .button.button-orange {
    color: #fff;
    margin-bottom: 100px;
}
.section.sponsors-2025 .s-wrap h1 {
    background: none !important;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    padding: 10px 0 12px;
    margin: 100px 0 30px 0 !important;
}



.s-wrap {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/8262/uploads/vjf/content/misc/1749817516become.gif) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
  text-align:center;
  color:#fff;
}
.s-wrap h1 {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/8262/uploads/vjf/content/misc/1749817643Asset 1.svg') no-repeat;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    padding: 10px 0 12px;
    margin: 78% 0 50px 0 !important;
}
.s-wrap p {
    font-size: 18px;
    line-height: 28px;
  font-weight: 500;
}
.bg {
    border: 2px solid #fff;
    border-radius: 8px;
    background:#5a544f87;
    padding: 30px;
    margin: 50px 0 70px 0;
}
.bg p{
  font-size:16px;
  line-height:24px;
}
p.bottom {
    margin-bottom:70px;
  font-weight: 400;
}
p.bottom a{
  color:#fff;
  font-weight:bold;
}
p.bottom span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    color: #f58f1d;
}
div#faq .container {
    max-width: 1300px!important;
    width: 100%!important;
}
div#faq {
    padding: 0 0 50px;
}
div#faq h1 {
    color: #47286b;
    text-align: left;
    font-size: 40px;
    margin: 50px 0 20px;
}
div#faq h2 {
    background: #f39033;
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    font-size: 20px;
    border-radius: 8px;
    margin: 30px 0;
    font-family: "Montserrat", sans-serif;

}
div#faq p {
    color: #000!important;
    font-size: 17px;
    line-height: 22px;
}
/* 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: 50px 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;
}

/* nomination page styles */
.section.best-practice-nomination {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1751550476nomination-bg-png1751550476.png) no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.hero_sec_logo {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
/* .section.best-practice-nomination .hero_sec_logo {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1751550590nomination-award-png1751550590.png);
    background-size: contain;
    mix-blend-mode: lighten;
}

 */
 .section.best-practice-nomination .hero_sec_logo .award {
    mix-blend-mode: screen;
    max-width: 350px;
      width: 100%;
      display: block;
    margin: 0 auto;
}

.text-white {
    color: #fff;
}

.glossy-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 74px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    border: 2px solid #fff;
    margin: 50px 0;
    color: #fff;
}
 
.glossy-card-title {
    max-width: 240px;
    width: 100%;
    font-size: var(--h1FontSize);
}
.glossy-card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-submit .btn-img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.btn-submit .btn-img:hover {
    filter: drop-shadow(0px 10px 4px #00000079);
}

section#newPracticeAwards_sec {
    width: 100%;
    padding-top: 0;
}

section#newPracticeAwards_sec .container {
    max-width: 90% ;
    width: 100% ;
}
section#newPracticeAwards_sec * {
    text-align: left;
}

section#newPracticeAwards_sec  .gradientText {
    background: #814399;
    background: -webkit-linear-gradient(90deg, rgba(129, 67, 153, 1) 0%, rgba(0, 0, 0, 1) 20%);
    background: -moz-linear-gradient(90deg, rgba(129, 67, 153, 1) 0%, rgba(0, 0, 0, 1) 20%);
    background: linear-gradient(90deg, rgba(129, 67, 153, 1) 0%, rgba(0, 0, 0, 1) 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#814399", endColorstr="#000000", GradientType=1);
    padding: 40px 50px;
    color: #fff;
}

section#newPracticeAwards_sec .sub-title {
    background: #F47630;
    background: -webkit-linear-gradient(20deg, rgba(244, 118, 48, 1) 36%, rgba(185, 59, 91, 1) 55%, rgba(98, 41, 122, 1) 100%);
    background: -moz-linear-gradient(20deg, rgba(244, 118, 48, 1) 36%, rgba(185, 59, 91, 1) 55%, rgba(98, 41, 122, 1) 100%);
    background: linear-gradient(20deg, rgba(244, 118, 48, 1) 36%, rgba(185, 59, 91, 1) 55%, rgba(98, 41, 122, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F47630", endColorstr="#62297A", GradientType=0);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 28px;
    color: #FFF;
    margin: 30px 0 20px 0;
}
section#newPracticeAwards_sec .list-text {
    color: #000;
}

.marginTop0 {
    margin-top: 0;
}

@media (max-width: 767px) {

 /* section.faith-wrapper .vertical-align {
        display: flex;
        align-items: center;
    } */

    .section.sponsors-2025 .s-wrap h1{
        margin-top: 30px !important;
    }
    .section.sponsors-2025 .s-wrap p{
        margin-bottom: 60px;
    }
    .section.sponsors-2025 .button.button-orange{
        margin-bottom: 20px;
    }
    .spnsr-bg .row{
        flex-direction: column;
    }
    .section.best-practice-nomination .hero_sec_logo .award {
    max-width: 250px;
}
    .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------------------------------ */

.button {
    padding: 12px 35px;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 80px;
    font-weight: 600;
}

.button.button-orange {
    background-color: #F59232;
    color: #000;
}

.button.button-orange:hover,
.button.button-orange:focus {
    border-color: #F59232;
    background-color: transparent;
    color: #F59232;
    text-decoration: none;
}

.button-dark {
    background: #000;
    color: #fff;
}
.button-dark:hover{
     background-color: #F59232;
    color: #000;
    text-decoration: none;
}

.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;
    background-color: var(--mainThemeColor2) !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(--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);
}

/*hero*/


/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--mainThemeColor2);
    color: var(--white);
}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar ul > li, .slim-bar ul > li > a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
}

.col-sm-6.pull-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.slim-bar ul > li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 5px 10px 0 0;
    display: inline-block;
    border-right: none;
    height: 20px;
}

ul.socialIcons img {
    width: 15px;
    padding: 0 0 !important;
    margin: 0 0 5px 0px !important;
}

.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;
}




/* Unordered list------------------------------- */
ul.checklist {
    list-style: none;
    padding: 0px;
}

ul.checklist 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;
    /* visibility: hidden; */
    max-width: 120px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#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 .row .col-sm-9 {
    padding: 0;
}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

li#donate a {
    padding: 30px 10px;
    background: #FADA0D;
    color: #000;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 18px;
}

#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: 4px !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/9560/content/files/1747288017hero-bg-png1747288017.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 8%;
    padding-bottom: 6%;
    position: relative;
    text-align: center;
    background-position-y: -200px;
}

/*.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;
}
*/

.banner-logo  {
    text-align: center;
}
.banner-logo img {
    width: 600px;
}
.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 20px;
    margin-bottom: 60px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
    font-size: 44px;
}


.hero-about {
    background-color: #FFF;
    border-radius: 20px;
    position: relative;
    margin-top: 70px;
}
.about-button {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.about-text {
    padding: 40px 90px 80px 90px;
}

.about-text p {
    font-size: 22px;
    line-height: 1.5;
}

.hero-about-title h3 {
    display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: 14px 50px 19px 50px;
    border-radius: 80px;
    margin-top: -40px;
}


.hero-stats {
    min-height: 500px;
    padding-top: 400px;
}


.stat-box .number {
    position: relative;
}

.stat-box .number .number-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-box .number .number-wrap h4 {
    color: #FFF;
    font-size: 100px;
    margin-top: -20px;
}

.stat-box   h2 {
    font-size: 38px;
}

.bottom-bg {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/9560/content/files/1747297809bottom-bg-png1747297809.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-bg {
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
    background: #814399;
    background: linear-gradient(273deg, rgba(129, 67, 153, 0) 0%, rgba(112, 58, 133, 0.77) 24%, rgba(129, 67, 153, 1) 50%, rgba(112, 58, 133, 0.78) 77%, rgba(129, 67, 153, 0) 100%);
}

.title-bg h3 {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 80px;
    margin: 0;
}

.sub-head {
    max-width: 900px;
    margin: auto;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;

}


.top-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.top-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.top-card .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 30px 15px 20px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    height: 100px;
}


 .row > .col-md-4:nth-child(1) .top-card {
    border-top-left-radius: var(--boxRadius);
    border-top-right-radius: var(--boxRadius);
    border-bottom-left-radius: var(--boxRadius);
}

.row > .col-md-4:nth-child(2) .top-card {
    border-top-left-radius: var(--boxRadius);
    border-top-right-radius: var(--boxRadius);
}

.row > .col-md-4:nth-child(3) .top-card {
    border-top-right-radius: var(--boxRadius);
    border-bottom-right-radius: var(--boxRadius);
}

/* 2nd row - no radius (optional to keep clean) */
.row > .col-md-4:nth-child(4) .top-card {
    border-radius: var(--boxRadius) 0  0 var(--boxRadius);;
}
.row > .col-md-4:nth-child(5) .top-card {

}
.row > .col-md-4:nth-child(6) .top-card {
    border-radius: 0 var(--boxRadius) var(--boxRadius) 0;
}

/* 3rd row - opposite of 1st row */
.row > .col-md-4:nth-child(7) .top-card {
    border-radius: var(--boxRadius) 0 var(--boxRadius)  var(--boxRadius);
}

.row > .col-md-4:nth-child(8) .top-card {
    border-bottom-left-radius: var(--boxRadius);
    border-bottom-right-radius: var(--boxRadius);
}

.row > .col-md-4:nth-child(9) .top-card {
    border-radius: 0 var(--boxRadius) var(--boxRadius) var(--boxRadius);
}

.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;
}

.white-glass-box {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid #FFF;
    padding: 30px;
}

.reg-now-cta {
    background-color: #000;
    color: #FFF;
    padding: 100px 50px;
    border-radius: 30px 30px 0 0;
}

.reg-title h1 {
    text-transform: uppercase;
    font-size: 80px;
    margin: 0;
}

.reg-tickets {
    background: #F8DC4F;
    background: linear-gradient(273deg, rgba(248, 220, 79, 1) 0%, rgba(230, 138, 62, 1) 100%);
    border-radius: 0 0 30px 30px;
    padding: 20px 20px;
    color: #47286b;
}


.ticket-item h4 {
    font-weight: bold;
    font-size: 32px;
}

.topic-item img {
    border-radius: 30px;
}


.topic-item{
    margin-bottom: 50px;
}

.topic-title {
    background: #F8DC4F;
    background: linear-gradient(273deg, rgba(248, 220, 79, 0) 0%, rgba(230, 138, 62, 1) 100%);
    padding: 20px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 30px;
}

.topic-description p {
    font-weight: bold;
}

.button-icon-yellow {
    border: 1px solid #FADA0D;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    gap: 20px;
    border-radius: 30px;
}

/*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% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.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: 1600px){
 .main_top_area {
    background-size: cover;
    background-position-y: -400px;
}
}
@media (max-width: 1599px){
 .main_top_area {
    background-size: cover;
    background-position-y: -200px;
}
}
@media (max-width: 1024px) {
    .main_top_area {
        background-size: cover;
        background-position-y: -200px;
    }
}
@media (min-width: 769px){
#LoginModal .modal-dialog,
#forgot-pwd-modal .modal-dialog{
    width: 850px;
   
}
}
@media (max-width: 768px){
  button.btn.btn-primary.dropdown-toggle {
    color: #fff!important;
  }
    .stat-box .number .number-wrap h4 {
    font-size: 80px;
}
.stat-box h2 {
    font-size: 28px;
}
    .hero-about-title h3 {
    font-size: 28px;
}
.about-text {
        padding: 20px !important;
    }
    .white-glass-box {
    padding: 20px;
}
.about-text p {
    font-size: 16px;
}
    .reg-now-cta {
        padding: 30px 20px !important;
    }
    .title-bg h3 ,.reg-title h1{
    font-size: 60px;
}
      .main_top_area {
        background-size: contain;
        background-position-y: -350px;
    }
#LoginModal .modal-dialog,
#forgot-pwd-modal .modal-dialog {
    width: 750px;
}
}

@media (max-width:767px){
  .slim-bar ul>li,
    .slim-bar ul>li>a {
        font-size: 9px;
}

.slim-bar {
    position: relative;
}
  
  li#donate a {
    margin-left: 0;
    margin-top: 15px;
}
  
  #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: "";

}

/* 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)
}

#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;
}

.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 {
    padding: 30px 0;
}
footer {
    background: #352757;
    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;
    color: #FFF;
}

.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: 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: 768px) {
  #footer-email{
   font-size:16px!important; 
  }
div#ex-info div span {
    font-size: 26px !important;
    padding: 13px 30px !important;
}
div#ex-info {
    margin-top: -75%;
}
div#info-card div {
    padding: 70px 30px 30px 30px !important;
}
div#partner-with-us div,div#investment-box div {
    width: 100% !important;
}
div#partner-with-us div:last-of-type {
    padding: 30px !important;
}
#why-exhi div {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px !important;
}
#why-exhi .why-exhibit {
    padding: 0px !IMPORTANT;
}
div#partner-withus div {
    flex-wrap: wrap;
    padding: 30px;
}
div#partner-withus div span {
    margin-top: 20px;
}

    .about-text {
    padding: 40px;
}
.hero-stats {
    padding-top: 100px;
}

.stat-box {
    margin-bottom: 50px;
}

.reg-now-cta {
   
    padding: 50px;
    text-align: center;
}

.reg-title {
    margin-bottom: 20px;
}

.ticket-item {
    text-align: center;
    
}

    #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;
    }
  .s-wrap {
    background: #000 url(https://vepimg.b8cdn.com/uploads/vjfnew/8262/uploads/vjf/content/misc/1749817516become.gif) no-repeat;
    background-size: contain;
    background-position: top;
  }
}

@media (max-width: 575px) {
        .title-bg h3, .reg-title h1 {
        font-size: 32px;
    }
    .main_top_area {
        background-size: contain;
        background-position-y: -60px;
    }
  #date-info {
    margin-top: 0px;
    margin-bottom: 150px;

}
    .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) {
    .b-green strong{
        font-size: 40px;
    }
    .bubble span{
        font-size: 13px !important;
    }
    .b-pink{
        left: 100px;
    }
    .bubble-box{
        max-width: 100%;
    }
    .b-green{
        width: 160px !important;
        height: 160px !important;
    }
    .b-yellow{
        width: 130px !important;
        height: 130px !important;
    }
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
        font-size: 22px;
    }

    .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){
    section.healthyculture-wrapper .row{
        flex-direction: column;
    }
#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----------------------*/

/* agenda */

.event-agenda input[name="agenda"] {
    visibility: hidden;
    position: absolute;
}
 
input#agendaDay1:checked ~ .agenda_cms {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1751925065agenda-nov-17-bg-png1751925065.png) no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -12px;
    padding-top: 50px;
}
input#agendaDay2:checked ~ .agenda_cms {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1751925065agenda-nov-18-bg-png1751925065.png	) no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -12px;
    padding-top: 50px;

}
input#agendaDay3:checked ~ .agenda_cms {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1751925065agenda-nov-19-bg-png1751925065.png	) no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -12px;
    padding-top: 50px;

}
section#agenda_sec {
    padding-top: 0;
}
section#agenda_sec .agenda_tabs {
    margin: 50px 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    gap: 15px;
}
section#agenda_sec .agenda_tabs li.active a {
    background: #fff;
    color: #000;
}
section#agenda_sec .agenda_tabs li a
 {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
section#agenda_sec .agenda_tabs li a label{
    cursor: pointer;
}

section#agenda_sec .agenda_tabs li a:hover {
    background: #fff;
    color: #000;
}



* =========================================================
   FAQ PAGE – NEW CLASSES (add to project CSS)
   Builds on the existing div#faq rules
   ========================================================= */

/* Banner */
.faq-banner {
    width: 100%;
    background: #000;
    line-height: 0;
}
.faq-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.faq-banner .sr-only {
    line-height: normal;
}

/* Wrapper spacing */
div#faq.faq-page {
    padding: 30px 0 70px;
    font-family: "Montserrat", sans-serif;
}
div#faq.faq-page .container {
    max-width: 1300px !important;
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
}

/* Section headings */
div#faq.faq-page h1.faq-section-title {
    color: #421460;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    margin: 60px 0 10px;
}
div#faq.faq-page .faq-group:first-child h1.faq-section-title {
    margin-top: 40px;
}

/* Question pills (overrides existing div#faq h2) */
div#faq.faq-page h2.faq-question {
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.35;
    padding: 16px 28px;
    border-radius: 50px;
    margin: 30px 0 25px;
    background: #f39033;
}
div#faq.faq-page .faq-green h2.faq-question {
    background: linear-gradient(90deg, #1fae4b 0%, #6cc04a 55%, #b8d63c 100%);
}
div#faq.faq-page .faq-purple h2.faq-question {
    background: linear-gradient(90deg, #5a2a8c 0%, #a13a7c 55%, #ef4b69 100%);
}
div#faq.faq-page .faq-orange h2.faq-question {
    background: linear-gradient(90deg, #f7923b 0%, #f9a93a 55%, #fcc93a 100%);
}

/* Answers */
div#faq.faq-page .faq-answer {
    margin-bottom: 20px;
}
div#faq.faq-page .faq-answer p {
    color: #282828 !important;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 18px;
}
div#faq.faq-page .faq-answer p.faq-tight {
    margin-bottom: 0;
}
div#faq.faq-page .faq-answer a {
    color: #421460;
    font-weight: 600;
    word-break: break-word;
}
div#faq.faq-page .faq-answer a:hover,
div#faq.faq-page .faq-answer a:focus {
    color: #e68a3e;
}

/* Responsive */
@media (max-width: 991px) {
    div#faq.faq-page h1.faq-section-title {
        font-size: 34px;
    }
    div#faq.faq-page h2.faq-question {
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    div#faq.faq-page .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    div#faq.faq-page h1.faq-section-title {
        font-size: 28px;
        margin-top: 45px;
    }
    div#faq.faq-page h2.faq-question {
        display: block;
        font-size: 17px;
        padding: 14px 22px;
        border-radius: 30px;
        margin: 25px 0 18px;
    }
    div#faq.faq-page .faq-answer p {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    div#faq.faq-page h1.faq-section-title {
        font-size: 24px;
    }
    div#faq.faq-page h2.faq-question {
        font-size: 16px;
        border-radius: 22px;
    }
}



/* =========================================================
   SPONSOR PAGE 2026 – NEW CLASSES (add to project CSS)
   ========================================================= */

.section.sponsors-2026 {
    width: 100%;
    overflow: hidden;
}

.section.sponsors-2026 .sp26-wrap {
    background: #1b0c2b url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1790323104become-sponsor-jpg1790323104.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 40px;
}

/* Banner (logo + people) */
.section.sponsors-2026 .sp26-banner {
    line-height: 0;
}
.section.sponsors-2026 .sp26-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* "Become a 2026 Sponsor" heading image */
.section.sponsors-2026 .sp26-heading {
    margin: -40px 0 30px;
    position: relative;
    z-index: 1;
}
.section.sponsors-2026 .sp26-heading img {
    max-width: 560px;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Intro line */
.section.sponsors-2026 p.sp26-intro {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 860px;
    margin: 0 auto 60px;
}

/* White card */
.section.sponsors-2026 .sp26-card {
    background: #fff;
    border-radius: 30px;
    padding: 60px 70px;
    margin: 0 auto 60px;
    max-width: 920px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.section.sponsors-2026 .sp26-card p {
    color: #421460;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 500;
    margin: 0 0 30px;
}
.section.sponsors-2026 .sp26-card p:last-child {
    margin-bottom: 0;
}

/* Contact (extends existing p.bottom) */
.section.sponsors-2026 p.bottom {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 70px;
}
.section.sponsors-2026 p.bottom span {
    color: #f9b93a;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.section.sponsors-2026 p.bottom a {
    color: #fff;
    font-weight: 700;
    word-break: break-word;
}
.section.sponsors-2026 p.bottom a:hover,
.section.sponsors-2026 p.bottom a:focus {
    color: #f9b93a;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .section.sponsors-2026 p.sp26-intro {
        font-size: 20px;
    }
    .section.sponsors-2026 .sp26-card {
        padding: 45px 40px;
    }
    .section.sponsors-2026 .sp26-card p {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .section.sponsors-2026 .sp26-heading {
        margin: -10px 0 20px;
    }
    .section.sponsors-2026 .sp26-heading img {
        width: 90%;
    }
    .section.sponsors-2026 p.sp26-intro {
        font-size: 17px;
        margin-bottom: 40px;
    }
    .section.sponsors-2026 .sp26-card {
        padding: 30px 22px;
        border-radius: 20px;
        margin-bottom: 40px;
    }
    .section.sponsors-2026 .sp26-card p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .section.sponsors-2026 p.bottom,
    .section.sponsors-2026 p.bottom span {
        font-size: 17px;
    }
    .section.sponsors-2026 p.bottom {
        margin-bottom: 40px;
    }
}

/* =========================================================
   PAST SPONSORS PAGE – NEW CLASSES (add to project CSS)
   ========================================================= */

.section.past-sponsor {
    background: #1b0c2b url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1790329250past-sponsor-bg-jpg1790329250.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding: 110px 0 260px;
    overflow: hidden;
}

/* Heading image */
.section.past-sponsor .ps-heading img {
    max-width: 700px;
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Gradient pill subheading */
.section.past-sponsor h2.ps-pill {
    display: inline-block;
    background: linear-gradient(90deg, #6a2d8f 0%, #a63c7e 55%, #ea4c68 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    padding: 18px 80px;
    border-radius: 60px;
    margin: 40px 0 45px;
}

/* Intro paragraph */
.section.past-sponsor p.ps-intro {
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto 90px;
}

/* Tier cards */
.section.past-sponsor .ps-tier {
    position: relative;
    max-width: 940px;
    margin: 0 auto 110px;
    padding-top: 42px; /* room for the tab */
}
.section.past-sponsor .ps-tier:last-child {
    margin-bottom: 0;
}

.section.past-sponsor .ps-card {
    border: 4px solid transparent;
    border-radius: 30px;
    min-height: 275px;
    padding: 70px 40px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* white fill + gradient border */
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.section.past-sponsor .ps-tab {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 49%;
    min-width: 260px;
    margin: 0;
    padding: 22px 10px;
    border-radius: 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Diamond */
.section.past-sponsor .ps-diamond .ps-tab {
    background: linear-gradient(90deg, #7c4b8e 0%, #a8d6ef 40%, #5a4a9a 70%, #3a2475 100%);
}
.section.past-sponsor .ps-diamond .ps-card {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #8a5a9e, #a8d6ef, #5a4a9a);
}

/* Gold */
.section.past-sponsor .ps-gold .ps-tab {
    background: linear-gradient(90deg, #d9a02b 0%, #f8e55b 45%, #e3a53a 75%, #cc7a2a 100%);
}
.section.past-sponsor .ps-gold .ps-card {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #f3c93a, #f8e55b, #e39a34);
}

/* Bronze */
.section.past-sponsor .ps-bronze .ps-tab {
    background: linear-gradient(90deg, #c7875a 0%, #f1cf8b 45%, #b27a45 75%, #7a4523 100%);
}
.section.past-sponsor .ps-bronze .ps-card {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #e1a86a, #f1cf8b, #c98a50);
}

/* Logos */
.section.past-sponsor .ps-card img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.section.past-sponsor .ps-diamond .ps-card img { width: 410px; }
.section.past-sponsor .ps-gold .ps-card img    { width: 600px; }
.section.past-sponsor .ps-bronze .ps-card img  { width: 265px; }

/* Responsive */
@media (max-width: 991px) {
    .section.past-sponsor {
        padding: 80px 0 180px;
    }
    .section.past-sponsor h2.ps-pill {
        font-size: 28px;
        padding: 16px 50px;
    }
    .section.past-sponsor p.ps-intro {
        font-size: 18px;
        margin-bottom: 70px;
    }
    .section.past-sponsor .ps-tab {
        font-size: 28px;
        letter-spacing: 7px;
    }
}
@media (max-width: 767px) {
    .section.past-sponsor {
        padding: 50px 0 120px;
    }
    .section.past-sponsor h2.ps-pill {
        font-size: 20px;
        padding: 14px 30px;
        margin: 25px 0 30px;
    }
    .section.past-sponsor p.ps-intro {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .section.past-sponsor .ps-tier {
        margin-bottom: 70px;
        padding-top: 30px;
    }
    .section.past-sponsor .ps-card {
        min-height: 190px;
        padding: 55px 20px 30px;
        border-radius: 20px;
    }
    .section.past-sponsor .ps-tab {
        width: 70%;
        min-width: 0;
        font-size: 20px;
        letter-spacing: 5px;
        padding: 14px 10px;
        border-radius: 10px;
    }
    .section.past-sponsor .ps-diamond .ps-card img { width: 280px; }
    .section.past-sponsor .ps-gold .ps-card img    { width: 400px; }
    .section.past-sponsor .ps-bronze .ps-card img  { width: 190px; }
}
@media (max-width: 480px) {
    .section.past-sponsor h2.ps-pill {
        font-size: 17px;
        padding: 12px 22px;
    }
    .section.past-sponsor .ps-tab {
        font-size: 17px;
        letter-spacing: 4px;
    }
}

/* =========================================================
   EXHIBITOR PAGE 2026 – NEW CLASSES (add to project CSS)
   ========================================================= */

.section.exhibitor-2026 {
    width: 100%;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
.section.exhibitor-2026 img {
    max-width: 100%;
    height: auto;
}
.section.exhibitor-2026 h2,
.section.exhibitor-2026 h3 {
    margin-top: 0;
}

/* Flex rows (removes BS3 clearfix pseudo-elements that break flex) */
.section.exhibitor-2026 .ex26-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section.exhibitor-2026 .ex26-flex:before,
.section.exhibitor-2026 .ex26-flex:after {
    display: none;
}

/* ---------- Triangle bullet lists ---------- */
.section.exhibitor-2026 .ex26-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section.exhibitor-2026 .ex26-list li {
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: 22px;
}
.section.exhibitor-2026 .ex26-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.45em;
    border-left: 8px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.section.exhibitor-2026 .ex26-list-white li { color: #fff; }
.section.exhibitor-2026 .ex26-list-dark li  { color: #282828; }

/* ---------- Gradient pills ---------- */
.section.exhibitor-2026 .ex26-pill {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 20px 60px 22px;
    margin: 0 0 45px;
}
.section.exhibitor-2026 .ex26-pill-purple {
    background: linear-gradient(90deg, #5a2a8c 0%, #a13a7c 55%, #ef4b69 100%);
    border-radius: 60px 0 0 60px;
}
.section.exhibitor-2026 .ex26-pill-green {
    background: linear-gradient(90deg, #b8d63c 0%, #6cc04a 55%, #1fae4b 100%);
    border-radius: 0 60px 60px 0;
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
}

/* ================= HERO ================= */
.section.exhibitor-2026 .ex26-hero {
    background: #120718 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1790330643top-bg-jpg1790330643.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 60px;
}
.section.exhibitor-2026 .ex26-logo img {
    width: 380px;
}
.section.exhibitor-2026 .ex26-heading {
    margin: 70px 0 45px;
}
.section.exhibitor-2026 .ex26-heading img {
    width: 620px;
    display: block;
}
.section.exhibitor-2026 .ex26-green-line {
    display: block;
    max-width: 620px;
    height: 5px;
    border-radius: 5px;
    margin-top: 28px;
    background: linear-gradient(90deg, #1fae4b, #6cc04a, #b8d63c);
}
.section.exhibitor-2026 .ex26-hero-title {
    font-family: 'Antonio', "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 46px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.section.exhibitor-2026 .ex26-partner {
    margin-top: 90px;
    padding-left: 10px;
}
.section.exhibitor-2026 .ex26-partner-title {
    font-family: 'Antonio', "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    color: #fcc93a;
    background: linear-gradient(90deg, #fcc93a 0%, #f7923b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 20px;
}
.section.exhibitor-2026 .ex26-partner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 420px;
    margin: 0;
}

/* Stacked people */
.section.exhibitor-2026 .ex26-people {
    position: relative;
}
.section.exhibitor-2026 .ex26-person {
    display: block;
    width: 68%;
}
.section.exhibitor-2026 .ex26-person-1 {
    margin-left: auto;
}
.section.exhibitor-2026 .ex26-person-2 {
    margin-top: -9%;
    position: relative;
    z-index: 1;
}

/* ================= WE WANT YOU ================= */
.section.exhibitor-2026 .ex26-want {
    background: #fff;
    padding: 50px 0 70px;
}
.section.exhibitor-2026 .ex26-want-img {
    padding-left: 0;
}
.section.exhibitor-2026 .ex26-want-img img {
    display: block;
    width: 600px;
}
.section.exhibitor-2026 .ex26-want-content {
    padding-right: 0;
    padding-left: 40px;
}
.section.exhibitor-2026 .ex26-want-content .ex26-list {
    padding-left: 55px;
}
.section.exhibitor-2026 .ex26-want-content .ex26-list li {
    margin-bottom: 16px;
}

/* ================= WHY EXHIBIT ================= */
.section.exhibitor-2026 .ex26-why {
    background: #120718 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1790330642why-exhibit-jpg1790330642.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 90px;
}
.section.exhibitor-2026 .ex26-why-title {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 64px;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.section.exhibitor-2026 .ex26-why-row {
    align-items: stretch;
}
.section.exhibitor-2026 .ex26-why-row > div {
    display: flex;
}
.section.exhibitor-2026 .ex26-why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.section.exhibitor-2026 .ex26-why-icon {
    width: 150px;
    display: block;
    margin: 0 auto 25px;
}
.section.exhibitor-2026 .ex26-why-card {
    flex: 1;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 35px 30px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section.exhibitor-2026 .ex26-why-card p {
    color: #282828;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
}

/* ================= BOOTH PACKAGE ================= */
.section.exhibitor-2026 .ex26-booth {
    background: #fff;
    padding: 60px 0 70px;
}
.section.exhibitor-2026 .ex26-booth-content {
    padding-left: 0;
}
.section.exhibitor-2026 .ex26-booth-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 50px;
}
.section.exhibitor-2026 .ex26-price {
    flex: 0 0 260px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef4b69 0%, #a13a7c 55%, #5a2a8c 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 35px rgba(90, 42, 140, 0.25);
}
.section.exhibitor-2026 .ex26-price strong {
    font-family: 'Antonio', "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 100px;
    line-height: 0.95;
}
.section.exhibitor-2026 .ex26-price span {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 6px;
}
.section.exhibitor-2026 .ex26-list-sm li {
    font-size: 18px;
    margin-bottom: 16px;
}
.section.exhibitor-2026 .ex26-booth-img img {
    display: block;
    width: 520px;
    margin-left: auto;
}

/* ================= DEADLINE ================= */
.section.exhibitor-2026 .ex26-deadline {
    background: #4a1e6d;
    padding: 30px 15px;
    text-align: center;
}
.section.exhibitor-2026 .ex26-deadline p {
    color: #f9b93a;
    font-size: 26px;
    line-height: 1.3;
    margin: 0;
}
.section.exhibitor-2026 .ex26-deadline strong {
    font-weight: 800;
}

/* ================= EMAIL ================= */
.section.exhibitor-2026 .ex26-email {
    background: #120718 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1790330642email-bg-jpg1790330642.jpg) no-repeat center;
    background-size: cover;
    padding: 75px 15px;
    text-align: center;
}
.section.exhibitor-2026 .ex26-email p {
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}
.section.exhibitor-2026 .ex26-email a {
    color: #fff;
    font-weight: 800;
    word-break: break-word;
}
.section.exhibitor-2026 .ex26-email a:hover,
.section.exhibitor-2026 .ex26-email a:focus {
    color: #f9b93a;
    text-decoration: none;
}
.ex26-booth-img {
    padding-right: 0px;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 1199px) {
    .section.exhibitor-2026 .ex26-pill { font-size: 42px; }
    .section.exhibitor-2026 .ex26-booth-inner { padding-left: 30px; gap: 30px; }
    .section.exhibitor-2026 .ex26-price { flex-basis: 220px; width: 220px; height: 220px; }
    .section.exhibitor-2026 .ex26-price strong { font-size: 84px; }
    .section.exhibitor-2026 .ex26-list-sm li { font-size: 16px; }
}

@media (max-width: 991px) {
    .section.exhibitor-2026 .ex26-heading { margin: 45px 0 35px; }
    .section.exhibitor-2026 .ex26-partner { margin-top: 50px; }
    .section.exhibitor-2026 .ex26-people {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
    }
    .section.exhibitor-2026 .ex26-person { width: 45%; margin: 0; }
    .section.exhibitor-2026 .ex26-person-2 { margin-top: 0; }

    .section.exhibitor-2026 .ex26-want-img img,
    .section.exhibitor-2026 .ex26-booth-img img { margin: 0 auto; }
    .section.exhibitor-2026 .ex26-want-content { padding-left: 15px; margin-top: 30px; }
    .section.exhibitor-2026 .ex26-want-content .ex26-list { padding: 0 30px; }

    .section.exhibitor-2026 .ex26-booth-img { margin-top: 40px; }

    .section.exhibitor-2026 .ex26-why-title { font-size: 50px; }
    .section.exhibitor-2026 .ex26-why-card { padding: 25px 18px; }
    .section.exhibitor-2026 .ex26-why-card p { font-size: 16px; }
}

@media (max-width: 767px) {
    .section.exhibitor-2026 .ex26-hero { padding: 30px 0 40px; }
    .section.exhibitor-2026 .ex26-logo img { width: 260px; }
    .section.exhibitor-2026 .ex26-green-line { margin-top: 18px; }
    .section.exhibitor-2026 .ex26-hero-title { font-size: 34px; }
    .section.exhibitor-2026 .ex26-partner-title { font-size: 38px; }
    .section.exhibitor-2026 .ex26-list li { font-size: 16px; margin-bottom: 16px; }
    .section.exhibitor-2026 .ex26-partner p { font-size: 16px; }

    .section.exhibitor-2026 .ex26-pill {
        font-size: 28px;
        padding: 16px 30px;
        margin-bottom: 30px;
    }
    .section.exhibitor-2026 .ex26-pill-green { padding-left: 30px; padding-right: 40px; }

    .section.exhibitor-2026 .ex26-why { padding: 50px 0 40px; }
    .section.exhibitor-2026 .ex26-why-title { font-size: 36px; margin-bottom: 30px; }
    .section.exhibitor-2026 .ex26-why-item { margin-bottom: 40px; }
    .section.exhibitor-2026 .ex26-why-icon { width: 120px; margin-bottom: 18px; }
    .section.exhibitor-2026 .ex26-why-card { min-height: 0; }

    .section.exhibitor-2026 .ex26-booth-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 30px;
    }
    .section.exhibitor-2026 .ex26-price { align-self: center; flex-basis: auto; }

    .section.exhibitor-2026 .ex26-deadline p { font-size: 19px; }
    .section.exhibitor-2026 .ex26-email { padding: 45px 15px; }
    .section.exhibitor-2026 .ex26-email p { font-size: 18px; }
}

@media (max-width: 480px) {
    .section.exhibitor-2026 .ex26-hero-title { font-size: 28px; }
    .section.exhibitor-2026 .ex26-pill { font-size: 22px; }
    .section.exhibitor-2026 .ex26-price { width: 190px; height: 190px; }
    .section.exhibitor-2026 .ex26-price strong { font-size: 70px; }
    .section.exhibitor-2026 .ex26-email p { font-size: 16px; }
}