
body {
  font-family: 'Roboto', sans-serif;  
}
section {
  padding: 60px 0; /* Equal spacing for all sections */
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1366px; /* super wide container */
    /* border: 1px solid #f00; */
  }
}
 /* Prevent zoom overflow */
 img, video {
  max-width: 100%;
  height: auto;
}


button.btn-toggle:hover a {
  color: #fff;
}
button.btn-toggle a {
  text-decoration: none;
  color: #0056b3;
}

.download:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: #0056b3;
}
/* sponser css */

.sponsors-section {
  padding: 60px 0;
  background: url('assets/images/brick-bg.png') repeat; /* your bg image */
}

.sponsor-box {
  text-align: center;
  padding: 20px;
}

.sponsor-box img {
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.sponsor-title {
  font-weight: 400;
  font-size: 24px;
  font-family: 'Roboto';
}

.expand-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.expand-content.show {
  max-height: 1000px; /* enough height for content */
}

.btn-toggle {
  position: relative;
  margin-top: 30px;
  background: white;
  color: #0056b3;
  padding: 19px 34px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 1;
  border:0px
}

.btn-toggle::before {
  content: "";
  position: absolute;
  inset: 0;                  /* cover the whole button */
  border-radius: 8px;         /* same radius */
  padding: 2px;               /* border thickness */
  background: linear-gradient(to right, #f5cf5d, #D09F38);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}


.btn-toggle:hover {
  background: #0056b3;
  color: #fff;
}

.sponsors {
  background: url("../images/sponsor-wall.png") no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

/* common heding css */
.heading-section {
  background: url('../images/heading-full-bg.png');
  background-blend-mode: overlay;
  background-size: cover;
  color: #fff;
  padding: 20px 20px 20px 68px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 28px;
  width: 275px;
  background-position: right;
}

.heading-section h2 {
  margin: 0;
  font-size: 22px;
  font-family: 'Roboto';
}
.heading-section span {
 color: #F5CF5D;
  font-family: 'Roboto';
}

/* agenda css */

/* Default slide */
.center-slider .slick-slide{
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #000000;
  height: auto;
  margin: 0 15px 0 0;
  display: grid;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  justify-content: center;
  padding:20px;
  text-align: center;
}
.agenda{background: linear-gradient(to bottom, #ffffff 29%, #f1c85f40 59%, #ffffff 78%);}
.agenda-slide h3{color: #0156BA; font-size: 24px;}
.greys{
    font-size: 17px;
    color: #4A4A49;
}
.para{
    font-size: 24px;
    color: #000000;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(0.96);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.center-slider .slick-current.slick-active{
  transform: scale(0.96);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);background:#c5dffb4d
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 0px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #d5a029;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}
.slick-prev{
  left: 0px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #d5a029;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px; display: none
}

.icon img {
  margin: 24px auto;
}
.slick-slider {
  margin-bottom: 0px;
}


.center-slider .slick-slides {
  background-image: url(../images/slider4bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
/* speaker css */

 .speaker-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px 13px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }
    .speaker-card:hover {
      transform: translateY(-5px);
     box-shadow: 0 5px 15px rgb(1 90 186 / 51%);
    }
    .speaker-card img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 35px;
    }
    .speaker-card h3 {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 14px;
      line-height: 29px;
    }
    .speaker-card p {
      font-size: 17px;
      color: #4A4A49;
      margin: 0;
      line-height: 23px;
    }
    .keynote {
      background: url("../images/key-notes-bg.png") no-repeat center center;
      background-size: 100% 100%;     /* pura area fill karega bina stretch */
      padding: 60px 0;            /* upar niche spacing */
      position: relative;
      z-index: 1;
    }
    section.venue.bg-light {
      background: linear-gradient(to bottom, #FFFFFF, #F6F6F6);
  }


    /*&venue last section*/
    .venue-section {
      background: #fff;
    }
    
    .section-heading .heading-bg {
      display: inline-block;
      background: linear-gradient(90deg, #0d47a1, #1565c0);
      color: #fff;
      padding: 10px 20px;
      border-radius: 10px 10px 0 0;
      font-size: 1.3rem;
      font-weight: 600;
    }
    
    .image-wrapper img {
 
      transition: transform 0.3s ease-in-out;
    }
    
    .image-wrapper img:hover {
      transform: scale(1.03);
    }
    h4.text-secondary.mb-3 {
      color: #4A4A49 !important;
      font-size: 36px;
  }h2.fw-bold.text-primary {
    color: #0156BA !important;
    font-size: 56px;
}
section.venue.bg-light p {
  text-align: justify;
  font-size: 18px;
  color: #000000;
  padding: 12px 0px;
}
ul.list-unstyled {
  color: #000000;
  font-size: 17px;
  margin: 0px 18px;
}


/*client logo*/
.logo-section {
  padding: 40px 0;
  background: #fff;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;           /* break into next row automatically */
  justify-content: center;   /* center align */
  gap: 30px;                 /* equal spacing */
}

.logo-box {
  flex: 1 1 120px;           /* min-width responsive */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {

  width: auto;               /* width auto so aspect ratio maintained */
  object-fit: contain;       /* crop/stretch avoid */
  image-rendering: -webkit-optimize-contrast;  /* Chrome sharpness */
  image-rendering: crisp-edges;                /* for other browsers */
}



/* Bottom Bar */
.footer-bottom {
  background: #0057a6;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px; color: #fff;
}

.footer-links a {
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 5px;
  justify-content: center;
}


/*slider three product*/

/* slider 1 Section */




.partners-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}

.logo-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
}

.slider-window {
  overflow: hidden;
  width: 100%;
}
.slider-track {
  display: flex;
  gap: 10px;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 auto;  /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€  fixed % mat do */
  width: 252px;    /* ek default width */
  text-align: center;
  border-radius: 12px;
  padding: 15px 10px;
}

.slide img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

#sponsors-slider .slide img { width: 200px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.slide p {
  font-weight: bold;
  font-size: 17px;
  margin: 5px 0;
  color: #222;
}

.slide .inner_text {
  font-size: 16px;
  color: #666;
}

/* Arrow buttons */
.arrow-left {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;   /* arrow height */
  border-bottom: 12px solid transparent;
  border-right: 20px solid #d5a029;     /* arrow color */
  cursor: pointer;
  display: inline-block;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #d5a029; /* arrow color */
  cursor: pointer;
  display: inline-block;
}

h2.slide_heading.text-center {
  font-size: 28px;
}
section.state-section {
  background: #F1F7FF;
}

@media (max-width: 1200px) {
  .slide { width: 220px; }
}
@media (max-width: 992px) {
  .slide { width: 200px; }
}
@media (max-width: 768px) {
  .slide { width: 50%; }   /* 2 per row */
}
@media (max-width: 480px) {
  .slide { width: 100%; }  /* 1 per row */
}


/* exhibition section */
.exhibition {
  background: url(../images/mandapam.png) no-repeat center;
  background-size: 100% 100%;
  color: #002b5c;
  min-height: 60vh;  /* screen height ka 60% */
}

.exhibition-buttons {
  display: flex
;
  width: 100%;
  margin: 240px auto 0;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* Why Section */
.why-bharat {
  text-align: center;
  color: #fff;
  background: url("../images/bg2.png") no-repeat center center;
  background-size: contain;  /* image full stretch */
  background-position: 0px 211px;
}

/* Top Header */
.why-header {
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(180deg, rgb(1 90 186 / 88%) 0%, rgb(1 90 186 / 79%) 100%), /* overlay color */ url(../images/background_art.jpg) repeat center;
  background-size: contain; /* image full cover */
  padding: 19px 20px;
  border-radius: 16px;
  color: #fff;
  width: 100%;
}

.why-header .header-left,
.why-header .header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
}

.why-header img {
  width: 20px;
  height: 20px;
}

/* Cards */
.why-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.why-cards .card {
  background: #ffffffa6;
  color: #222;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.why-cards .card:hover {
  box-shadow: 0 5px 15px rgb(1 90 186 / 51%);
}

.why-cards .card:hover {
  transform: translateY(-5px);
}

.why-cards .card img {
  width: 80px;
  height: auto;
  margin: 15px auto;
}

.why-cards .card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.why-cards .card p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1200px) {
  .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-cards {
    grid-template-columns: 1fr;
  }
  .why-header {
    justify-content: center;
    text-align: center;
  }
}



/* About Section */

.about {
  background: #f7f9fc url(../images/bg1.png) no-repeat center bottom;
  background-size: auto;

}


.about-content h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.about-content h2 span {
  color: #0057a6; /* blue highlight */
  font-size: 60px;
}

.about-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.9;
  margin-bottom: 15px;
  text-align: justify;
}



.about-image img {
  max-width: 100%;
  height: auto;
}


/*banner section*/
.banner-section {
  display: flex;
  align-items: stretch; /* equal height */
  gap: 0px;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 620px;
}

/* Left 70% - Right 30% */
.banner-left {
  flex: 0 0 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-right {
  flex: 0 0 15%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  background: #fff;
  height: 586px;
}

/* Video Slider */
.video-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  background: #ffffff;
}

/* Controls */
.controls {
  position: absolute;
  top: 0px;
  right: -120px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.controls button {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.controls button {
  position: relative;
  margin-top: 30px;
  background: white;
  color: #0056b3;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 13px;
  border:0px
}

.controls button::before {
  content: "";
  position: absolute;
  inset: 0;                  /* cover the whole button */
  border-radius: 8px;         /* same radius */
  padding: 2px;               /* border thickness */
  background: linear-gradient(to right, #f5cf5d, #D09F38);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.controls button:hover {
  background: rgb(0 102 193); color:#fff !important
}

/* Leaders */
.leader {
  display: flex;
  flex-direction: column; /* image upar, text neeche */
  align-items: center;    /* center align */
  text-align: center;     /* text bhi center */
  background: #ffffff;
  padding: 10px;
  border-radius: 12px;
  transition: 0.3s;
}



.leader img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-bottom: 10px; /* image aur text ke beech space */
}

.leader-info h4 {
  margin: 5px 0;
  font-size: 1.0rem;
  font-weight: 500;
}

.leader-info p {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .banner-section {
    flex-direction: column;
  }

  .banner-left,
  .banner-right {
    flex: 1 1 100%;
  }

  .video-slider {
    height: 300px;
  }
}



.announcement-bar {
  gap: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  padding: 13px 22px 0px 22px;
  
    /* multiple backgrounds */
  background-color: #a96b1700; /* fallback solid color */
  background-image: linear-gradient(90deg, #bc8830c9, #d3a33c96), url(../images/announcement.png);    /* image layer */
  background-size: auto, contain;              /* gradient auto, image contain */
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  margin: 115px 0px 0px 0px;
  }
  
  .announcement-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 144px;
    font-size: 14px;
  }
  
  .announcement-left img {
    width: 20px;
    height: 20px;
  }
  
  .announcement-center {
    font-size: 14px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #fff7f3;
    padding: 7px;
  }
  
  .announcement-center a {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    color: #0047ab;
    text-decoration: none;
  }
  
  @keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
  }
  
  .announcement-right {
    display: flex;
    gap: 6px;
  }
  button#pause {
    background: #fff;
    color: #D3A33C;
  }
  .announcement-right button {
    background: #ffffff00;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

/* Top Bar */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #ddd;
  background: #005ABA;
}
.dropdown-menu li a:hover{background: #A8853C;color:#fff}
.top-bardate span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.listitems ul {
  display: flex;         /* ek line me arrange */
  align-items: center;   /* vertically center */
  gap: 10px;             /* icons ke beech space */
  padding: 0;
  margin: 0;
  list-style: none;
}

.listitems ul li {
  display: flex;
}

.listitems ul li a {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.listitems ul li a img {
  width: 23px;  /* icon size */
  /* height: 22px; */
  display: block;
}


/* Navbar */
.navbar-nav .nav-link:hover {color:#015aba !important}
.navbar {
  background: #fff;
  /* border-bottom: 2px solid #ddd; */
}


.navbar-logo-wrapper img {
  max-height: 50px;
  margin-right: 0px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #000000 !important;
  padding: 10px 15px;
  font-size: 15px;
}

.navbar-nav .dropdown-menu {
  display: none; /* default hidden */
  margin-top: 0;
}
ul.navbar-nav {
  gap: 10px;
}
div#navbarNav {justify-content: flex-end;    /* horizontal center */align-items: center;}
.navbar-nav .dropdown.open > .dropdown-menu {
  display: block; /* click se open */
  border-top: 0px;
  padding: 0px;
  border: 0px;
  box-shadow: 0px 3px 4px 0px #00000040;
}
.navbar-nav .dropdown.open > .dropdown-menu {
width:200px;
}
.navbar-nav .dropdown.open > .dropdown-menu li {border-top: 0.5px solid #CACACA;padding: 0px 0px;cursor: pointer;}
.navbar-nav .dropdown.open > .dropdown-menu li:first-child {
border-top: 0px solid #CACACA
}

.dropdown-item{ padding: 8px;}
.download{
  color: #005ABA !important;
  font-weight: 400;
  border: 2px solid transparent;
  border-image-slice: 1;
  padding: 4px;
  border-radius: 6px;
  background: 
    linear-gradient(#fff, #fff) padding-box, /* andar ka background */
    linear-gradient(90.77deg, #F5CF5D 0.67%, #D09F38 53.28%) border-box;
  font-size: 15px;
  }

/* Fixed Header */
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
 
}


.btn-register-login {
  color: #fff !important;
  font-weight: 100;
  border: none;
  padding: 5px 16px;
  border-radius: 8px;
  background-image: url("../images/background_art.jpg"); /* ðŸ‘ˆ apni image ka path */
  background-size: cover;   /* poora button fill karega */
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  font-size: 15px;
}

.btn-register-login:hover {
  opacity: 0.9; /* hover effect */
}





section.clientlogo {
  padding: 28px 0px;
}
/* Top Section */
.footer {
  background-blend-mode: overlay;
  padding: 30px 20px;
  background: url(../images/footer.png);
  background-size: cover;

}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  max-width: 100%;
  margin: auto;
}

/* Columns */
.footer-column {
  /* flex: 1 1 210px; */
  min-width: 144px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.footer-column p,
.footer-column a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  line-height: 28px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

/* Social Icons */
.social-links a {
  margin-right: 12px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}

.social-links a:hover {
  color: #ffd700;
}

/* Bottom Bar */
.footer-bottom {
  background: #0057a6;
  padding: 3px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-links a {
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 5px;
  justify-content: center;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}


/* Container for floating buttons */
.floating-buttons {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: flex;
  flex-direction: row;   /* ðŸ‘ˆ side by side */
  gap: 6px;             /* gap between icons */
  z-index: 1;
}

/* Common style */
.floating-buttons a {display: flex;align-items: center;justify-content: center;width: 38px;       /* equal width */height: 38px;      /* equal height */ /* optional */margin: 0px;} .floating-buttons a img {width: 100%;   /* ðŸ‘ˆ full button fill kare */height: 100%;  /* ðŸ‘ˆ full button fill kare */object-fit: none; /* image distort na ho */border-radius: 100px;}

.floating-buttons a:hover {
  transform: scale(1.1);
}

/* Specific buttons */





/* Sidebar */
.sidebar {
  position: fixed;
  top: 30%;
  left: 0;
  width: 60px;
  background: #ffffff96;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  padding: 10px 0;
  z-index: 1000;
  text-align: center;
}

.sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 11px 0;
  cursor: pointer;
  font-size: 13px;
  color: #0056b3;
  font-weight: 600;
}

.sidebar-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: url('../images/background_art.jpg') center/cover no-repeat;
  padding: 3px;
}
/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 2000;
  background: rgb(255 255 255 / 18%);
  backdrop-filter: blur(4px);
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 600px;
  max-width: 90%;
  position: relative;
  animation: popupFade 0.3s ease;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  
}

@keyframes popupFade {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.sidebar-item.active img {
  filter: brightness(0.3) contrast(1.5); /* dark effect */
}
/* Agenda Popup Box */
.agenda-content {
  background: #fff;
  border-radius: 12px;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

.agenda-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #005ABA;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  cursor: pointer;
}

.agenda-title {
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #005ABA;
  border-bottom: 2px solid #dedede80;
}

.agenda-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-y: auto;   /* vertical scroll */
  max-height: 435px;
}

/* Chrome, Edge, Safari */
.agenda-list::-webkit-scrollbar {
  width: 8px;  /* scrollbar ki width */
}

.agenda-list::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 10px;
}

.agenda-list::-webkit-scrollbar-thumb {
  background: #005ABA; /* ðŸ‘ˆ blue scrollbar */
  border-radius: 10px;
}

.agenda-list::-webkit-scrollbar-thumb:hover {
  background: #005ABA; /* hover par darker blue */
}

/* Firefox */
.agenda-list {
  scrollbar-width: thin;                /* thin scrollbar */
  scrollbar-color: #005ABA #f1f1f1;     /* thumb | track */
}


.agenda-item {
  border-radius: 8px;
  padding: 15px;
}

.agenda-item:nth-child(odd) {
  background: #f3efe6;
}

.agenda-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.agenda-item p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}

.agenda-meta {
  font-size: 13px;
  color: #222;
}

/* For Chrome, Edge, Safari */
.agenda-content::-webkit-scrollbar {
  width: 8px;              /* scrollbar ki width */
}

.agenda-content::-webkit-scrollbar-track {
  background: #f1f1f1;     /* track (piche ka bg) */
  border-radius: 10px;
}

.agenda-content::-webkit-scrollbar-thumb {
  background: #0047ab;     /* ðŸ‘ˆ blue color */
  border-radius: 10px;
}

.agenda-content::-webkit-scrollbar-thumb:hover {
  background: #003380;     /* hover par dark blue */
}

/* For Firefox */
.agenda-content {
  scrollbar-width: thin;               /* thin / auto */
  scrollbar-color: #0047ab #f1f1f1;    /* thumb track */
}

/* Sidebar */
.sidebar-venu {
  position: fixed;
  top: 30%;
  left: 0;
  width: 60px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 2px 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.3s 
ease-in-out;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .5);
}

/* Sidebar Items */
.venu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4px 0;
  cursor: pointer;
  font-size: 13px;
  color: #0056b3;
  font-weight: 500;
}

.venu-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 50%;
  padding: 3px;
}

/* Toggle Button */
.venu-toggle {
  position: fixed;
  top: 200px;
  left: 0px;
  z-index: 7;
  background: #b47d3c;
  color: white;
  border: none;
  font-size: 14px;
  padding: 7px 8px;
  display: none; /* desktop par hide */
  writing-mode: sideways-rl;  /* vertical top to bottom */
  text-orientation: upright;
  text-transform: uppercase;
  border-radius: 0 8px 8px 0;
  line-height: 11px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 425px) {
  .top-bardate span {
    font-size: 12px;
    }
    .listitems ul li button img {
      width: 21px;
      }
  .sidebar-venu {
    top: 40%;
    left: -80px;   /* hide by default */
    border-radius: 0 12px 12px 0;
  }
  .announcement-left {
    display: none;
}
.announcement-right {
    display: none;
}
.video-slider video {
  object-fit: contain;
}
.controls button {
  position: relative;
  margin-top: 12px;
  background: white;
  color: #0056b3;
  padding: 4px 7px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 14px;
  border:0px
}
  .sidebar-venu.active {
    left: 0; /* show when toggle */
  }
.venu-toggle {
    display: block; /* sirf mobile par dikhega */
  }

    /* Styles for phones */
    .navbar-logo-wrapper img {
      max-height: 34px;
      margin-right: 10px;
  }
  .announcement-bar {
    padding: 10px 11px 0px 11px;
    margin: 135px 0px 0px 0px !important;
}
.video-slider {
  height: auto;
}
.leader {
  padding: 0px 20px;
}
.about-content h2 span {
  font-size: 40px;
}
.about-content h2 {
  font-size: 40px;
}
.btn-toggle {
  padding: 11px 14px;}
  .why-bharat {
    background-size: cover;

}
.heading-section {
  padding: 12px;}
  h2.slide_heading.text-center {
    font-size: 18px;
}
.center-slider .slick-slide{margin: 7px;}

.para {
    font-size: 18px;
}
.agenda-slide h3 {
  font-size: 20px;
}
greys {
  font-size: 14px;
}


h2.fw-bold.text-primary {
    font-size: 34px;
}
h4.text-secondary.mb-3 {
  color: #4A4A49 !important;
  font-size: 20px;
}
.heading-section h2 {
  font-size: 16px;
}
section.venue.bg-light p {
    font-size: 16px;}

    ul.list-unstyled {
      font-size: 13px;}
  
    .logo-box {
      flex: auto;}
      .footer-column h4 {
        margin-bottom: 15px;
        margin-top: 20px;

    }
    .nav-link.dropdown-toggle {
      display: flex;             /* text + icon ko alag row/col banane ke liye */
      justify-content: space-between; /* text left, icon right */
      align-items: center;
      width: 100%;               /* poori width cover kare */
    }
    
    /* bootstrap ka default arrow reset */
    .nav-link.dropdown-toggle::after {
      margin-left: auto;  /* arrow ko right push */
    }
    .navbar-nav .dropdown.open > .dropdown-menu {
      box-shadow: none;
      border: 0px;
      width: 100%;
  }
  .sidebar-venu {
    z-index: 1;}
  .navbar-collapse.show {
    max-height: 80vh;   /* screen ke 80% tak hi height */
    overflow-y: auto;   /* agar zyada content ho to scroll aa jaye */
  }
  .top-bar {
    flex-direction: column;}
    .navbar-nav .nav-link {
      font-size: 15px !important
  }
  .dropdown-item {
    font-size: 14px !important;
}
}





@media (max-width: 768px) {
.announcement-bar {
  margin: 163px 0px 0px 0px;
  }
  .nav-link.dropdown-toggle {
    display: flex;             /* text + icon ko alag row/col banane ke liye */
    justify-content: space-between; /* text left, icon right */
    align-items: center;
    width: 100%;               /* poori width cover kare */
  }
  
  .nav-link.dropdown-toggle::after {
    margin-left: auto;  /* arrow ko right push */
  }
  .navbar-nav .dropdown.open > .dropdown-menu {
    box-shadow: none;
    border: 0px;
    width: 100%;
}
.navbar-collapse.show {
  max-height: 80vh;   /* screen ke 80% tak hi height */
  overflow-y: auto;   /* agar zyada content ho to scroll aa jaye */
}
.sidebar-venu {
  z-index: 1;}

}



@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
 .navbar-logo-wrapper img {max-height: 31px;margin-right: 0px;}
    .navbar-nav .nav-link {
    font-size: 11px;}
    ul.navbar-nav {
    gap: 0px;
}
    .download{font-size: 10px;}
    .btn-register-login{font-size: 10px;}
}



/* 110% zoom approx */
@media (max-width: 1700px) {
  .navbar-logo-wrapper img {max-height: 56px;margin-right: 0px;}
    .navbar-nav .nav-link {
    font-size: 14px;
    }
    .dropdown-item{font-size: 14px;}
    ul.navbar-nav {
    gap: 0px;
}
/* .navbar-nav {margin-right: 39px;} */

    .download{font-size: 12px;}
    .btn-register-login{font-size: 12px;}
    .announcement-bar {
      margin: 122px 0px 0px 0px;
  }

}


/* 125% zoom ka approx (1920px screen â†’ 1536px behave karega) */
@media (max-width: 1536px) {
  .navbar-logo-wrapper img {max-height: 56px;margin-right: 0px;}
    .navbar-nav .nav-link {
    font-size: 14px;
    }
    .dropdown-item{font-size: 14px;}
    ul.navbar-nav {
    gap: 0px;
}
/* .navbar-nav {margin-right: 39px;} */

    .download{font-size: 12px;}
    .btn-register-login{font-size: 12px;}
    .announcement-bar {
      margin: 111px 0px 0px 0px;
  }
  
}

/* 150% zoom ka approx (1920px screen â†’ 1280px behave karega) */
@media (max-width: 1280px) {
  .navbar-logo-wrapper img {max-height: 40px;margin-right: 0px;}
  .navbar-nav .nav-link {
  font-size: 11px;}
  .dropdown-item{font-size: 10px;}
  ul.navbar-nav {
  gap: 0px;
}
  .download{font-size: 11px;}
  .announcement-bar {
    margin: 106px 0px 0px 0px;
}
  .btn-register-login{font-size: 11px;} .btn-register-login{font-size: 11px;}
  
}





/*  ================= common inner banner   =================  */
.main-banner {
  margin-top: 66px; /* header ki height ke according */
  width: 100%;
  position: relative;
  padding-bottom: 0px;
}

.main-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main-banner {
    margin-top: 80px; /* mobile header ke liye thoda zyada space */
  }
}

/*  ================= about common inner banner   =================  */
.about-section {
  background: url("../images/bharat-inner-bg.png") no-repeat bottom center;
  background-size: cover;
  color: #000;
  align-items: center;
  padding: 30px 0px;
}


.about-section .title {
  font-size: 39px;
  font-weight: 500;
  color: #0156BA;
  margin-bottom: 13px;
}

.about-section .subtitle {
  font-size: 25px;
  font-weight: 400;
  color: #D3A33C; /* golden text */
  margin-bottom: 16px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .about-section .title {
    font-size: 28px;
  }

  .about-section .subtitle {
    font-size: 20px;
  }

  .about-section p {
    font-size: 16px;
  }
}

/* common css */
.steel-purpose {
  padding: 60px 20px;
  background: url("../images/background-inner-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  color: #333;
  z-index: 1;
  text-align: justify;
}
section.about-section .row {
  align-items: center;
}
.col-md-8.about-text {
  padding-right: 164px;
  text-align: justify;
}




.steel-purpose p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.steel-purpose h5 {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
}

.steel-purpose ul {
  margin: 15px 0;
  padding-left: 20px;
}

.steel-purpose ul li {
  margin-bottom: 8px;
}

.steel-purpose img {
  max-width: 100%;
  height: auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .steel-purpose {
    padding: 40px 15px;
  }
  .steel-purpose h5 {
    font-size: 16px;
  }
  .steel-purpose p {
    font-size: 15px;
  }
}



.cohosted-section h5,
.cohosted-section h6 {
  margin-bottom: 15px;
}

.cohosted-section ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.cohosted-section ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.cohosted-section img {
  max-width: 100%;
  height: auto;
}
.organized-by .subtitle {
  font-size: 1.25rem;
  font-weight: 600;
}
h6.text-primary.fw-bold span {
  font-weight: 500;
  color: #4a4545;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgb(1 90 186) !important;
}
@media (max-width: 768px) {
  .cohosted-section {
    padding: 40px 15px;
  }
  .col-md-8.about-text {
    padding-right: 0px;
    text-align: justify;
}
  .cohosted-section .row {
    margin-bottom: 30px;
  }
}



/* tabel css exbitores*/

.exhibitors-table-section {
  padding: 40px 0;
}

.table-responsive {
  overflow-x: auto;
}

#exhibitorsTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* responsive scroll ke liye */
}

#exhibitorsTable th,
#exhibitorsTable td {
  font-size: 14px;
}

#exhibitorsTable th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
}

#exhibitorsTable th:hover {
  background: #3a4d65;
}

#exhibitorsTable tr:nth-child(even) {
  background: #f9f9f9;
}

#exhibitorsTable tr:hover {
  background: #f1f1f1;
}
.exhibitors-table-section {
  padding: 0px;
}

.table-responsive {
  overflow-x: auto;
}

#exhibitorsTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 100%; /* responsive scroll */
  font-size: 14px;
}

#exhibitorsTable th,
#exhibitorsTable td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  color: #353434;
  font-weight: 500;
}

#exhibitorsTable th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
  user-select: none;
}

#exhibitorsTable th .sort-arrow {
  margin-left: 8px;
  font-size: 12px;
}

#exhibitorsTable tr:nth-child(odd) {
  background: #E5F0FF;
}

#exhibitorsTable tr:nth-child(even) {
  background: #fff;
}

#exhibitorsTable tr:hover {
  background: #e2ecf6ab;
}
#exhibitorsTable th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
  user-select: none;
}

#exhibitorsTable th .sort-arrow img {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Ascending arrow (rotate up) */
#exhibitorsTable th.asc .sort-arrow img {
  transform: rotate(180deg);
}

/* Descending arrow (default down) */
#exhibitorsTable th.desc .sort-arrow img {
  transform: rotate(0deg);
}




/* exhibitor-guidelines */
.exhibitor-guidelines h5 {
  margin-bottom: 15px;
}

.exhibitor-guidelines ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.exhibitor-guidelines ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  list-style: disc;
}

.exhibitor-guidelines img {
  max-height: 160px;
  object-fit: contain;
}
.text-blue {
  color: #0156BA; /* Bootstrap ka dark blue tone */
  font-weight: 400;
}


@media (max-width: 768px) {
  .exhibitor-guidelines .row {
    flex-direction: column !important;
    text-align: center;
  }
  .exhibitor-guidelines img {
    margin-top: 15px;
    max-height: 120px;
  }
}

#exhibitorsTable th {
  cursor: pointer;
  position: relative;
  padding-right: 25px; /* space for arrow */
}

/* Default no icon */
#exhibitorsTable th::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Ascending → Up arrow image */
#exhibitorsTable th.asc::after {
  background-image: url("assets/icons/arrow-up.png"); /* apna icon path */
}

/* Descending → Down arrow image */
#exhibitorsTable th.desc::after {
  background-image: url("assets/icons/arrow-down.png");
}


/* Steps Timeline CSS */
:root{
  --primary:#0a66d6;
  --muted:#6b7280;
  --marker-size:56px;
  --gutter:60px;
  --line-color:#d9cfae;
}

.steps-section{
  padding: 48px 16px;
  background: #fff;

  color: #0f1724;
}



/* grid with left steps and right illustrations */
.steps-grid{
  display:flex;
  gap: 30px;
  align-items:flex-start;
  flex-wrap:wrap;
}

/* left column */
.steps-col{ flex:1 1 520px; min-width:320px; }

/* timeline list */
.timeline{
  list-style:none;
  margin: 0 !important;
  padding: 0 0 0 calc(var(--marker-size) + var(--gutter)) !important;
  position:relative;
}

/* vertical dashed line */
.timeline::before{
  content:"";
  position:absolute;
  left: calc(var(--marker-size)/2 + var(--gutter)/2 - 1px);
  top: 8px;
  bottom: 8px;
  width:2px;
  background-image: linear-gradient(var(--line-color) 33%, rgba(255,255,255,0) 0%);
  background-size: 2px 12px;
  background-repeat: repeat-y;
  border-radius:2px;
}

/* each step */
.step{
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin-bottom: 81px !important;
  position:relative;
}

/* marker circle */
.step-marker{
  position:absolute;
  left: calc(-1 * (var(--marker-size) + var(--gutter) - var(--marker-size)/2));
  top: 0;
  width:var(--marker-size);
  height:var(--marker-size);
  border-radius:50%;
  background:var(--primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:20px;
  box-shadow:0 6px 18px rgba(6,30,62,0.12);
}

/* content */
.step-content{
  padding-left: calc(var(--marker-size) + 6px);
  max-width:680px;
}

.step-content h4{
  margin:0 0 8px 0;
  color:var(--primary);
  font-size:18px;
  font-weight:700;
}

.step-content ul{ margin:0 0 8px 0; padding-left:18px; color:#222; }
.step-content ul.sub{ padding-left:16px; margin-top:6px; }
.step-content li{margin-bottom: 6px !important;line-height:1.45;font-size:15px;}

/* muted note */
.muted{ color:var(--muted); margin-top:6px; font-size:14px; }

/* right images column */
.images-col{
  flex:0 0 360px;
  display:flex;
  flex-direction:column;
  gap:48px;
  align-items:center;
  padding-top:8px;
}

/* align images vertically to match steps -- tweak margins as needed */
.img-wrap{width:100%;max-width:320px;display:flex;justify-content:center;margin-bottom: 16px;}
.img-wrap img{width: 191px;height:auto;object-fit:contain;border-radius:8px;}

/* responsive: small screens stack with image below each step */
@media (max-width: 900px){
  .steps-grid{ flex-direction:column-reverse; }
  .images-col{ width:100%; order:2; flex-direction:row; justify-content:space-around; gap:16px; padding-top:18px; }
  .steps-col{ order:1; }
  .timeline{ padding-left: calc(var(--marker-size) + 12px); }
  .step-marker{ left: calc(-1 * (var(--marker-size) + 12px - var(--marker-size)/2)); }
  .step-content{ padding-left: 0; }
}

/* very small screens */
@media (max-width:480px){
  :root{ --marker-size:48px; }
  .img-wrap img{ width:160px; }
  .steps-section{ padding:28px 12px; }
  .step-content h4{ font-size:16px; }
  .step-content li{ font-size:14px; }
}

.steps-section{padding: 60px 20px;
  background: url(../images/background-inner-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  color: #333;
  z-index: 1;
  text-align: justify;}



/* privacy css */
.privacy-policy-content {
  background: #fff;
  color: #222;
  line-height: 1.6;
  font-size: 15px;
}

.privacy-policy-content h5 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0056b3;
  font-size: 18px;
}

.privacy-policy-content p {
  margin-bottom: 14px;
}

.privacy-policy-content ul {
  margin-bottom: 14px;
  padding-left: 20px;
}

.privacy-policy-content li {
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-policy-content {
    font-size: 14px;
    padding: 20px 10px;
  }
  .privacy-policy-content h5 {
    font-size: 16px;
  }
}

  .privacy-policy {
    position: relative;
    background: url("../images/privacy-policy-banner.png") no-repeat center center;
    background-size: cover;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  
  
  .privacy-policy .container {
    position: relative;
    z-index: 2;
  }
  
  .privacy-policy .page-title {
    font-size: 42px;
    font-weight: 700;
    color: #0156BA; /* blue text */
    margin: 0;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .privacy-policy .page-title {
      font-size: 24px;
    }
    .privacy-policy {
      min-height: 120px;
    }
  }
  

  .terms-section {color: #1b2430;}
  .lead { margin-bottom: 18px; font-size: 15px; color: #222; }
  .terms-title { margin-bottom: 18px; color: #0056b3; font-size: 22px; font-weight: 700; }
  .terms { display: block; }
  .terms-item { margin-bottom: 22px; }
  .terms-item h3 { margin: 0 0 8px 0; color: #0056b3; font-size: 18px; font-weight: 700; }
  .terms-item ul { margin: 0 0 0 18px; padding-left: 14px; color: #333; line-height: 1.65; }
  .terms-item ul ul { margin-top: 8px; margin-bottom: 8px; }
  .terms-item li { margin-bottom: 8px; font-size: 15px; }

  /* make lists clearly indented on small screens too */
  @media (max-width: 768px) {
    .terms-section { padding: 20px 12px; }
    .terms-title { font-size: 20px; }
    .terms-item h3 { font-size: 16px; }
    .terms-item li { font-size: 14px; }
  }

  /* accessibility improvements */
  .terms-item a { color: #0056b3; text-decoration: underline; }

.faq h2.section-title {
  color: #0156BA;
  font-size: 22px;
}
.q {
  color: #000;
  font-size: 22px;
  padding-bottom: 17px;
}
section.qa {
  padding: 30px 0px;
}


#docsTable {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  background: #fff;
}
#docsTable thead {color: #fff;background: #4a5d78;}
#docsTable th, td {
  padding: 9px 15px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

#tableBody tr:nth-child(odd) { background: #E5F0FF; }
#tableBody tr:hover { background: #edf2f7; }

#docsTable th.sortable { cursor: pointer; position: relative; }
#docsTable th.sortable::after {
  content: "⇅";
  font-size: 12px;
  position: absolute;
  right: 10px;
  color: #cbd5e0;
}
#docsTable th.asc::after { content: "↑"; color: #fff; }
#docsTable th.desc::after { content: "↓"; color: #fff; }

#docsTable .btn {
  background: #0056b3;
  color: #fff;
  padding: 4px 11px;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
#docsTable .btn.pdf { background: #0056b3; }

  /* Pagination */
  .pagination-container {
    display: flex;
    justify-content: space-between; /* left and right */
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap; /* responsive ke liye */
  }
  
  .pagination {
    display: flex;
    list-style: none;
    gap: 6px;
    padding: 0;
    margin: 0;
  }
  
  .pagination li { display: inline; }
  
  .pagination a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    color: #1a202c;
    text-decoration: none;
  }
  
  .pagination a.active {
    background: #0056b3;
    color: #fff;
    border-color: #0056b3;
  }
  
  .pagination a:hover:not(.active) {
    background: #edf2f7;
  }
  
  :root {
    --card-bg: #ffffff;
    --accent: #0056b3;
    --text: #111827;
    --muted: #6b7280;
    --card-radius: 12px;
    --avatar-size: 110px;
    --gap: 28px;
    --container-w: 1200px;
  }
  
  .profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    align-items: stretch; /* ✅ stretch ensures equal height in each row */
  }
  
  .profile-card {
    background: var(--card-bg);
    border-radius: var(--card-radius);
    padding: 28px 20px 26px;
    box-shadow: 0 10px 24px rgba(11, 22, 40, 0.06);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  
    /* ✅ Flex to keep content aligned inside */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
  .profile-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(11, 22, 40, 0.12);
  }
  
  .avatar-wrap {
    width: var(--avatar-size);
    height: var(--avatar-size);
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 14px;
  }
  
  .avatar-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .profile-info .name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.1;
    letter-spacing: 0.1px;
  }
  
  .profile-info .title {
    margin: 6px 0 0;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.35;
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Large screens */
  @media (min-width: 1400px) {
    .profiles-grid {
      gap: 36px;
    }
    .profile-card {
      padding: 40px 28px 34px;
    }
    :root {
      --avatar-size: 120px;
    }
  }
  
  /* Tablet: 2 columns */
  @media (max-width: 992px) {
    .profiles-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Mobile: 1 column */
  @media (max-width: 560px) {
    .profiles-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .profile-card {
      padding: 20px;
    }
    :root {
      --avatar-size: 100px;
    }
    .profile-info .title {
      font-size: 13px;
      max-width: 100%;
    }
    .profile-info .name {
      font-size: 14px;
    }
  }
  

  .agenda-section {
    overflow-x: auto;
    margin: 20px 0;
  }
  
  #agendaTable {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }
  
  #agendaTable thead {
    background: #4a5b70;
    color: #fff;
  }
  
  #agendaTable th, #agendaTable td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
  }
  
  #agendaTable th {
    cursor: pointer;
    position: relative;
  }
  
  #agendaTable tr:nth-child(even) {
    background: #f8fbff;
  }
  
  /* Venue column highlight */
  .venue {
    font-weight: 600;
    background: #eaf2ff;
    color: #1c3a6b;
    min-width: 200px;
  }
  
  /* Status tags */
  .status {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
  }
  
  .status.completed {
    background: #eef2f6;
    color: #3a3a3a;
  }
  
  .status.active {
    background: #e8f8f0;
    color: #0c9a4a;
  }
  
  /* Sorting icon */
  .sort-icon {
    font-size: 11px;
    margin-left: 6px;
    color: #ddd;
  }
  
  th.asc .sort-icon { color: #333; content: "↑"; }
  th.desc .sort-icon { color: #333; content: "↓"; }
  
  /* Responsive */
  @media (max-width: 768px) {
    #agendaTable th, #agendaTable td {
      font-size: 13px;
      padding: 10px;
    }
  }

  .step4delgate img{margin-bottom: 84px;}
  .delegates .step {
    margin-bottom: 65px !important;
}
h3.yellowextra {
  padding: 0px 31px;
  color: #D3A33C;
  font-size: 20px;
}



.back-btn-press {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: #0b66c2; /* blue */
  margin-right: 15px;
  font-size: 16px;
  transition: 0.3s;
}




.press-release-view {
  font-size: 40px;
  font-weight: 700;
  color: #0b66c2;
  margin: 0;
}

.date-location {
  margin: 5px 0 0 40px; /* left indent */
}

/* Responsive */
@media(max-width:768px){
  .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .press-release-view {
    font-size: 18px;
    margin-top: 10px;
  }
  .date-location {
    margin-left: 0;
  }
}
.photo-gallery img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}
.photo-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


 /* Gallery grid */
 .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 80px;
  padding: 20px;
}
.gallery img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .3s;
}
.gallery img:hover { transform: scale(1.05); }


/* Lightbox popup */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
#lightbox-img {
  max-width: 800px;     /* screen ke width ka 95% tak */
  /* screen ke height ka 90% tak */

  border-radius: 0px;
  transition: transform 0.3s ease;
}


/* Footer */
.lightbox-footer {
  margin-top: 0px;
  background: #d4a017;
  padding: 8px 12px;
  display: flex;
  align-items: center;           /* Inline alignment */
  justify-content: space-between;/* Title left, controls right */
  width: 100%;
  max-width: 800px;
  border-radius: 0px;
  flex-wrap: wrap;
}
.lightbox-footer span {
  font-weight: bold;
  color: #0156ba;
  white-space: nowrap;
  background: #fff;
  padding: 5px 10px;
  font-size: 13px;
}
.lightbox-footer .lightboxcontrols button {
  margin-left: 3px;
  padding: 5px 7px;
  font-size: 13px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: #fff;
  transition: background .2s;
  color: #0156ba;
}
.lightbox-footer .lightboxcontrols button:hover {
  background: #e5e5e5;
}

/* Close button */
.lightboxcontrolsclose-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
span.lightboxcontrolsclose-btn img {
  height: 41Px;
}
@media(max-width:600px){
  #lightbox-img  { max-height: 50vh; }
  .lightbox-footer {flex-direction: column;align-items: center;gap: 8px;}
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .lightbox-footer span {width: 100%;}

    #lightbox-img {
      max-width: 100%;     /* screen ke width ka 95% tak */
      /* screen ke height ka 90% tak */
    
      border-radius: 0px;
      transition: transform 0.3s ease;
    }
}
@media(max-width:768px){
  #lightbox-img {
    max-width: 100%;     /* screen ke width ka 95% tak */
    /* screen ke height ka 90% tak */
  
    border-radius: 0px;
    transition: transform 0.3s ease;
  }

}




.contact-container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 63px;
  margin: auto;
}

/* LEFT SIDE (Contact Info) */
.contact-info h3 {
  color: #0b66c2;
  margin: 0 0 15px;
  font-size: 18px;
}

.contact-info ul {
  margin: 0 0 18px 18px;
  padding: 0;
  color: #111;
}

.contact-info li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 15px;
}

.contact-info a {
  color: #0b66c2;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* RIGHT SIDE (Form Card) */
.contact-form {
  background: #fff;
  border: 2px solid #D3A33C;
  border-radius: 8px;
  padding: 50px 15px;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 23%);
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-group label {
  font-weight: 400;
  min-width: 90px;
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
  color: #000;
}

.form-group input,
.form-group textarea {
  flex: 1;
  border: 1.5px solid #005ABA;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  outline: none;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #0a58ca;
  box-shadow: 0px 0px 5px rgba(13,110,253,0.4);
}

.form-group textarea {
  resize: none;
  min-height: 120px;
}

.form-actions {
  display: flex;
  justify-content:center;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 15px;
}

.captcha-box {
  flex: 0;
  min-width: auto;
}

.send-btn {
  background: url("../images/background_art.jpg") no-repeat center center/cover;
  border: none;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: revert;
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
}

.send-btn:hover {
  opacity: 0.9;
}



.help h2 {
  color: #0056b3;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.help p {
  margin-bottom: 15px;
}
.help ul {
  margin: 10px 0 20px 20px;
}
.help ul li {
  margin-bottom: 8px;
}
.icon {
  font-size: 22px;
  margin-right: 8px;
  color: #0056b3;
}
/* Responsive */
@media (max-width: 768px) {
 
  .help h2 {
    font-size: 18px;
  }
}

section.help.steel-purpose img {
  height: 43px;
}
.help1 {
  margin-bottom: 70px;
}

/* tabel css exbitores*/

.exhibitors-table-section {
  padding: 40px 0;
}

.table-responsive {
  overflow-x: auto;
}

.sorters {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* responsive scroll ke liye */
}

.sorters th,
.sorters td {
  font-size: 14px;
}

.sorters th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
}

.sorters th:hover {
  background: #3a4d65;
}

.sorters tr:nth-child(even) {
  background: #f9f9f9;
}

.sorters tr:hover {
  background: #f1f1f1;
}
.exhibitors-table-section {
  padding: 0px;
}

.table-responsive {
  overflow-x: auto;
}

.sorters {
  width: 100%;
  border-collapse: collapse;
  min-width: 100%; /* responsive scroll */
  font-size: 14px;
}

.sorters th,
.sorters td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  color: #353434;
  font-weight: 500;
}

.sorters th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.sorters th .sort-arrow {
  margin-left: 8px;
  font-size: 12px;
}

.sorters tr:nth-child(odd) {
  background: #E5F0FF;
}

.sorters tr:nth-child(even) {
  background: #fff;
}

.sorters tr:hover {
  background: #e2ecf6ab;
}
.sorters th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.sorters th .sort-arrow img {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Ascending arrow (rotate up) */
.sorters th.asc .sort-arrow img {
  transform: rotate(180deg);
}

/* Descending arrow (default down) */
.sorters th.desc .sort-arrow img {
  transform: rotate(0deg);
}

.map-container {
  position: relative;
  width: 100%;
  height: 350px;   /* fixed height */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* 🔹 Search dropdown base style */
.search-dropdown {
  position: absolute;
  top: 33px; /* adjust based on top bar height */
  right: 0;
  background: #fff;
  border: 2px solid #e6b800;
  border-radius: 6px;
  padding: 0px;
  display: none;
  z-index: 9999;
  width: 250px;
  max-width: 90vw; /* responsive max width */
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* 🔹 Search input */
.search-dropdown input {
  width: 100%;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease;
  border: 0px;
}

.search-dropdown input:focus {
  border-color: #e6b800;
  box-shadow: 0 0 6px rgba(230, 184, 0, 0.5);
}

/* 🔹 Responsive breakpoints */

/* Tablet */
@media (max-width: 992px) {
  .search-dropdown {
    right: 5px;
    width: 300px;
  }
  .search-dropdown input {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .search-dropdown {
    position: fixed;   /* full width for mobile */
    top: 60px;         /* below top bar */
    right: 10px;
    left: 10px;
    width: auto;
    max-width: unset;
  }
  .search-dropdown input {
    font-size: 16px;
    padding: 12px;
  }
}

/* 🔹 Blur Overlay */
.overlay-blur {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 18%); /* dark overlay */
  backdrop-filter: blur(4px);      /* blur effect */
  z-index: 9998; /* below search box */
}
/* 🔹 Close button */
.search-dropdown .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff !important;
  background: #015aba;
  height: 41px;
  padding: 5px 9px;
  border-radius: 0px 4px 4px 0px;
}

.search-dropdown .close-btn:hover {
  color: #000;
}

.bhashini-branding {
  display: none !important;
}

.bhashini-dropdown-btn-icon svg{width: 23px;}
.bhashini-dropdown-btn-icon svg path {
  fill: white;
}



/* bhashini lang code css */


.bhashini-dropdown-content {
  position: absolute;
  top: 100%;  /* button ke neeche */
  right: 0;    /* left aligned */
  background: white;
  border: 1px solid #ccc;
  padding: 8px;
  min-width: 160px;
  z-index: 1000;
  
  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.bhashini-dropdown-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bhashini-dropdown-content.show {
  display: block;
}
button.bhashini-dropdown-btn {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0px solid !important;
}