/* --- Base Reset & Typography --- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a;
  background: #fff;
  margin: 0;
  padding: 0;
}

footer.section {
    background-color: #212121;
}




.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: "";
}
#clockdiv > div{
    background-color: #fdfdfd3b !important;
}
#clockdiv{
    color: #fff !important;
}

.footer-links a {
    font-size: 14px !important;
    color: #fff;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    display: none;
}

#about {
  background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1756411112main-abnner1-png1756411112.png'); /* replace with your image path */
  background-size: cover;      /* makes image cover the whole area */
  background-position: center; /* keeps focus in center */
  background-repeat: no-repeat;
  padding: 60px 0;             /* spacing inside section */
  position: relative;
  z-index: 1;
  min-height: 550px;
}


section#about h2 {
    color: #fff;
}



section#about p.text-slate-600.lead {
    color: #fff;
}

#about::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4); /* dark overlay (optional) */
  z-index: -1;
}


.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: #b5121b;
}

ul.footer-links {
    text-align: left;
}


/* --- Colors --- */
:root {
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #b5121b ;
  --amber-300: #b5121b ;
  --amber-400: #b5121b ;
  --amber-500: #f59e0b;
  --amber-600: #d97706;

  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1f2937;
  --slate-900: #0f172a;
}

a.btn.btn-default.navbar-btn {
    color: #fff !important;
    margin-top: 0;
    background-color: var(--amber-200) !important;
}

nav#mainNav {
    padding: 20px  0 0;
    margin-bottom: 0 !important;
}

.navbar-default .navbar-nav > li > a{
  color: #000 !important;
}
/* --- Layout Helpers --- */
.simple-section {
  padding: 60px 0;
}
@media (min-width: 992px) {
    .lead{
        font-weight: 600 !important;
    }
  .simple-section {
    padding: 90px 0;
  }
}

/* --- Header --- */
.site-header {
  background: #fff;
  border: none;
  transition: box-shadow 0.2s ease, background 0.2s ease;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 10px 15px;
}

a.navbar-brand img {
    max-width: 200px;
}

.brand-box {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: var(--amber-500);
}

.brand-meta {
  margin-left: 10px;
  line-height: 1.1;
}

.brand-title {
  font-weight: 800;
  letter-spacing: -0.2px;
}
.navbar-nav{
  display: block !important;
}

.brand-sub {
  font-size: 11px;
  color: var(--slate-500);
}
.navbar .container{
  display: block !important;
}

.navbar-nav li a {
  color: #334155;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 16px;
  display: block;
}
.navbar-nav li a:hover {
  color: #0f172a;
}

/* --- Hero --- */
/* Hero Section */

.banner_video{
    position: relative;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.banner_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.slider_content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
}

.popup {
  color: #fff;
  padding: 20px 0px 20px 100px;
  max-width: 700px;
}

.badge-label {
  display: inline-block;
  background: var(--amber-200);
  color: #fff;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-title .highlight {
  color: var(--amber-200);
}

.popup h1{
    text-align: left;
    font-weight: 600;
}
.hero-desc {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 550px;
}

.hero-btn {
  display: inline-block;
  background: var(--amber-200);
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s;
}

.hero-btn:hover {
  background: var(--amber-200);
}




/* Hero content */
.hero-content {
  position: relative;
  z-index: 2; /* above video and overlay */
  padding: 100px 15px;
}

/* Pill styling */
.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #b5121b;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

/* Button */
.btn-amber {
  background: var(--amber-400);
  color: #fff;
  font-weight: 700;
  border: 0;
  padding: 10px 20px;
  border-radius: 16px;
  cursor: pointer;
}
.btn-amber:hover {
  background: var(--amber-300);
}



.feature-icon span.fa.fa-cutlery.text-2xl {
    color: #fff;
}


.reg-form-data input[type=submit]{
  background-color: var(--amber-300) !important;
  border-color: var(--amber-300) !important;
}

/* --- Countdown --- */
.countdown {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.countdown .box {
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}
.countdown .val {
  font-size: 20px;
  font-weight: 700;
}
.countdown .lab {
  font-size: 12px;
  opacity: 0.8;
}

/* --- Mobile Responsive --- */


/* --- Countdown --- */
.countdown {
  margin-top: 24px;
}
.countdown .box {
  display: inline-block;
  min-width: 88px;
  padding: 12px 14px;
  margin-right: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  text-align: center;
}
.countdown .val {
  font-size: 34px;
  font-weight: 800;
}
.countdown .lab {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* --- Section titles --- */
.kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #b45309;
  font-size: 14px;
  margin-bottom: 6px;
}
.h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 36px;
  }
}

/* --- Features --- */
.feature-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  padding: 20px;
  border-radius: 16px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #b5121b ;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}

/* --- Gallery --- */
.gallery-wrap {
  background: linear-gradient(to bottom, var(--amber-50), #fff);
}
.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item.tall {
  height: 520px;
}
.gallery-item.normal {
  height: 250px;
}
.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

section#gallery img {
    margin-bottom: 10px;
}

/* --- Exhibitors --- */
.exhibitor {
  background: #fff;
  border: 1px solid var(--slate-200);

  position: relative;
  margin-bottom: 5px;
}
.exhibitor span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-weight: 600;
}

/* --- Venue --- */
.venue-wrap {
  background: linear-gradient(to bottom, #fff, var(--amber-50));
}

/* --- Register --- */
.form-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  padding: 20px;
  border-radius: 16px;
}
.btn-dark {
  background: #0b1220;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.btn-dark:hover {
  background: #111a2e;
}

/* --- FAQ --- */
.faq-wrap {
  background: #f1f5f9;
  padding: 40px 0;
}
.faq-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 24px;
  margin-bottom: 16px;
}
.faq-card .panel-heading {
  background: #fff;
  border-bottom: 1px solid var(--slate-200);
  border-radius: 24px 24px 0 0;
  padding: 14px 18px;
}
.faq-card .panel-title a {
  display: block;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}
.faq-card .panel-body {
  padding: 16px 18px;
  color: #334155;
}

/* --- Footer --- */
footer {
  border-top: 1px solid var(--slate-200);
  color: #64748b;
  padding: 20px 0;
  text-align: center;
}
p{
    margin: 0;
}

@media(max-width:767px){

    .countdown-container {
    margin-top: 10px;
}
    .feature-card{
        margin-bottom: 10px;
    }
    #about {
        min-height: unset;
    }
    #clockdiv > div > span{
        min-width: 40px !important;
    }
    .popup{
        padding: 20px !important;
    }

     .slider_content {
    position: relative;
    height: auto;
    padding: 40px 20px;
    background-color: #333;
  }


  .hero-title {
    font-size: 24px;
  }

  .hero-desc {
    font-size: 14px;
  }
   .hero {
    min-height: 80vh;
    text-align: center;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .btn-amber {
    padding: 8px 18px;
    font-size: 14px;
  }
  .pill {
    font-size: 11px;
    padding: 5px 10px;
  }

  .hero p.lead {
    font-size: 16px;
    font-weight: 700;
  }

  .pill {
    font-size: 12px;
    padding: 4px 10px;
  }

  .btn-amber {
    font-size: 14px;
    padding: 8px 16px;
  }

  .countdown {
    flex-wrap: wrap;
    justify-content: center;
  }
  .countdown .box {
    font-size: 12px;
    margin: 4px;
    padding: 6px 10px;
  }
}