body {
  font-family: "Roboto", sans-serif;
}

section {
  padding: 60px 0;
  /* Equal spacing for all sections */
}

/* 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 */
}

.sponsorbox {
  text-align: center;
  padding: 20px;
  display: block;
  unicode-bidi: normal;
}

.sponsorbox img {
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.sponsorbox.increasebox img {
  max-height: 90px;
}

.sponsor-title {
  font-weight: 400;
  font-size: 20px;
  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: 14px 19px;
  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: 20px;
  color: #000000;
  line-height: 34px;
}

.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: 18px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 29px;
}

.speaker-card p {
  font-size: 15px;
  color: #4a4a49;
  margin: 0;
  line-height: 23px;
}

.keynote {
  background: url("../images/key-notes-bg.png") no-repeat center center;
  background-size: 108% 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: 17px;
  color: #000000;
  padding: 12px 0px;
  font-weight: 400;
}

ul.list-unstyled {
  color: #000000;
  font-size: 16px;
  margin: 0px 18px;
  font-weight: 500;
}

/*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 {
  object-fit: contain;
  height: 65px;
}

/* 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: 26px;
  margin-bottom: 30px;
}

section.state-section {
  background: #f1f7ff;
}

/* 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: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.why-cards .card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* About Section */

.about {
  background: #f7f9fc url(../images/bg1.png) no-repeat center bottom;
  background-size: auto;
}

.about-content h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.about-content h2 span {
  color: #0057a6;
  /* blue highlight */
  font-size: 48px;
}

.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;
  border-radius: 18px;
}

/*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;
}

h2.title.text-center.mb-6 {
  padding-bottom: 27px;
}

.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: 1rem;
  font-weight: 500;
}

.leader-info p {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}

.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;
  font-size: 13px;
}

@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;
}

.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 */

  background: linear-gradient(135deg, #015aba, #015aba);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

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;
}

/* Container for floating buttons */
.floating-buttons {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: grid;
  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, 0.5);
}

/* Sidebar Items */
.venu-item a {
  text-decoration: none;
  color: #0056b3;
}

.venu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4px 0;
  cursor: pointer;
  font-size: 11px;
  color: #0056b3;
  font-weight: 500;
  line-height: 13px;
}

.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);
}

/*  ================= common inner banner   =================  */
.main-banner {
  margin-top: 45px;
  /* header ki height ke according */
  width: 100%;
  position: relative;
  padding-bottom: 0px;
}

.main-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/*  ================= 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;
}

/* 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;
}

.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;
}

/* 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;
}

#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;
}

.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;
}

.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;
}

.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;
}

/* 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;
}

.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: "↓";
}

.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 */
}

.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 0.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 0.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;
}

.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;
}

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);
}

/* 🔹 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;
}

/* Register csss */

.contact-form {
  max-width: 600px;
  /* jitni chhoti width chahiye set karo */
  margin: 0 auto;
  /* center horizontally */
  background: #fff;
  /* optional: background */
  padding: 20px;
  /* thoda spacing andar */
  border-radius: 8px;
  /* rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* halka shadow */
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.regiform {
  margin-top: 96px;
}

.mobile-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  /* responsive line break */
}

.country-code {
  width: 80px;
  /* chhota box */
  padding: 10px;
  border: 1px solid #0072ce;
  border-radius: 4px;
}

.mobile-number {
  flex: 1;
  /* baki jagah le lega */
  padding: 10px;
  border: 1px solid #0072ce;
  border-radius: 4px;
  min-width: 180px;
  /* mobile pe chhota na ho */
}

.exhibitors-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  /* responsive scroll ke liye */
  font-size: 14px;
}

.exhibitors-table th,
.exhibitors-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  color: #353434;
  font-weight: 500;
}

.exhibitors-table th {
  background: #4a5d78;
  color: white;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.exhibitors-table th:hover {
  background: #3a4d65;
}

.exhibitors-table th .sort-arrow {
  margin-left: 8px;
  font-size: 12px;
}

.exhibitors-table th .sort-arrow img {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Ascending arrow (rotate up) */
.exhibitors-table th.asc .sort-arrow img {
  transform: rotate(180deg);
}

/* Descending arrow (default down) */
.exhibitors-table th.desc .sort-arrow img {
  transform: rotate(0deg);
}

/* Row striping */
.exhibitors-table tr:nth-child(odd) {
  background: #e5f0ff;
}

.exhibitors-table tr:nth-child(even) {
  background: #fff;
}

/* Hover effect */
.exhibitors-table tr:hover {
  background: #e2ecf6ab;
}

/* Responsive container */
.table-responsive {
  overflow-x: auto;
}

/* agenda accordian page css here */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(229 240 255);
}

table#sessionsTable th {
  background: #4a5d78;
}

.accordion-body tr:nth-child(odd) {
  background: #e5f0ff;
}

.accordion-body tr:nth-child(even) {
  background: #fff;
}

.accordion {
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.accordion-header {
  background: #5d6778;
  color: #fff;
}

.accordion-header th {
  padding: 10px;
  text-align: left;
  font-weight: 200;
  cursor: pointer;
  user-select: none;
  /* border-right: 1px solid #fff; */
  position: relative;
}

.accordion-header th:last-child {
  border-right: none;
}

/* Equal column widths */
.accordion-header th,
.accordion-body td {
}

/* Toggle button + row arrow small */
.accordion-header .toggle-btn,
.accordion-body .row-arrow {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  width: 36px;
}

/* Sorting icons */
.accordion-header th.sortable::after {
  content: url("../images/arrow-down.png");
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

.accordion-header th.sort-asc::after {
  content: url("../images/arrow-down.png");
  transform: rotate(180deg);
}

.accordion-header th.sort-desc::after {
  content: url("../images/arrow-down.png");
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: #fff;
  padding: 0px;
}

.accordion.open .accordion-body {
  max-height: 900px;
  padding: 0px;
}

.accordion-body td {
  padding: 19px 8px;
  /* border: 1px solid #ddd; */
  vertical-align: middle;
}

.row-arrow {
  cursor: pointer;
  text-align: center;
  user-select: none;
}

/* Preview + expand */
.cell-content {
  overflow: hidden;
  max-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: max-height 0.4s ease, white-space 0.4s ease;
}

.cell-content.expanded {
  max-height: 200px;
  white-space: normal;
}

.status {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Active */
.status.active {
  background: #dcfce7;
  /* हल्का हरा background */
  color: #166534;
  /* गहरा हरा text */
}

.status.active::before {
  content: "●";
  font-size: 10px;
  color: #22c55e;
  /* हरा dot */
  margin-right: 6px;
}

/* Completed */
.status.completed {
  background: #f3f4f6;
  /* हल्का grey background */
  color: #374151;
  /* गहरा grey text */
}

.status.completed::before {
  content: "●";
  font-size: 10px;
  color: #9ca3af;
  /* grey dot */
  margin-right: 6px;
}

h4.itinerary-title-date {
  font-size: 20px;
  color: #005aba;
}

h2.itinerary-title {
  font-size: 30px;
}

.stall-exhibition h2 {
  color: #005aba;
  /* Bootstrap primary blue */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.stall-exhibition .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.stall-exhibition .image {
  flex: 1 1 60%;
}

.stall-exhibition .image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stall-exhibition .buttons {
  /* flex: 1 1 35%; */
  display: flex;
  flex-direction: row;
  gap: 43px;
  align-items: flex-start;
}

.stall-exhibition .buttons button {
  padding: 12px 20px;
}

.filters select {
  word-wrap: normal;
  background: #fff;
  height: 34px;
  box-shadow: 2px 2px 2px #b3b3b338;
  border: 0px;
}

.why-cards a {
  text-decoration: none;
}




/* Responsive start here */



@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1366px; /* super wide container */
  }
  .announcement-bar {
      margin: 110px 0px 0px 0px !important;
  }

  div#navbarNav {
      justify-content: end;
      align-items: center;
      gap: 37px;
  }
  .navbar-logo-wrapper img {
      max-height: 55px !important;
      margin-right: 0px;
  }
  ul.navbar-nav {
      gap: 5px !important;
  }
  ul.dropdown-menu.animate.show {
      border-radius: 0px;
      padding: 0px;
  }
  .profiles-grid {
      gap: 36px;
  }
  .profile-card {
      padding: 40px 28px 34px;
  }
  :root {
      --avatar-size: 120px;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .why-cards {
      grid-template-columns: repeat(2, 1fr);
  }
}


@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: 113px 0px 0px 0px;
  }
  
}

/* 125% zoom ka approx (1920px screen â†’ 1536px behave karega) */
@media (max-width: 1536px) {
  .navbar-logo-wrapper img {
      max-height: 45px;
      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: 14px;
  }
  .announcement-bar{margin-top: 100px;}
 
}

@media (max-width: 1745px) {
 
}
/* 150% zoom ka approx (1920px screen â†’ 1280px behave karega) */
@media (max-width: 1280px) {
  .navbar-logo-wrapper img {
      max-height: 40px;
      margin-right: 0px;
  }
  .announcement-bar{margin-top: 100px;}
  .navbar-nav .nav-link {
      font-size: 11px;
  }
  .dropdown-item {
      font-size: 10px;
  }
  ul.navbar-nav {
      gap: 0px;
  }
  .download {
      font-size: 11px;
  }
 
  .btn-register-login {
      font-size: 11px;
  }
  .btn-register-login {
      font-size: 11px;
  }

}

/* 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;
  }

  .form-group {
      width: 100%;
      flex: auto;
      display: block;
      align-items: center;
      gap: 10px;
  }
  .mobile-row {
      flex-direction: column; /* chhoti screen par neeche aa jayenge */
  }
  .country-code,
  .mobile-number {
      width: 100%;
  }
}

/* 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;
  }
}

@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;
  }
}

/* 🔹 Responsive breakpoints */

/* Tablet */
@media (max-width: 992px) {
  .search-dropdown {
      right: 5px;
      width: 300px;
  }
  .search-dropdown input {
      font-size: 15px;
  }
  .profiles-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .banner-section {
      flex-direction: column;
  }

  .banner-left,
  .banner-right {
      flex: 1 1 100%;
  }

  .video-slider {
      height: 300px;
  }
}

/* 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;
  }
  .sponsorbox {
    width: 50% !important;
}
}




/* Responsive */
@media (max-width: 425px) {
  h6.text-primary.fw-bold {
    padding-top: 30px;
}
  .profiles-grid {
    grid-template-columns: repeat(1, 1fr);
}
  .leader {
      padding: 30px 20px !important;
  }
  .banner-section {
      gap: 0px;
      height: auto !important;
  }

  .banner-right {
      gap: 0px;
      height: auto !important;
  }
  .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;
  }
 
  .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;
  }
  .sponsorbox {
    width: 100% !important;
}.keynote{background: #f2f2f2;}
.btn-toggle {
  padding: 8px 11px;
  font-size: 14px;
}.mt-4.d-flex.gap-4.flex-wrap {
  flex-wrap: nowrap;
  align-items: center;
}
.slick-prev{display:none !important}
.slick-next{display:none !important}
button#registerDropdown {
  width: 100%;
  background: #0064c8;
  font-size: 14px;
  box-shadow: none;
}
ul.dropdown-menu.animate.show {
  border-radius: 0px;
  width: 100%;
  text-align: center;
  border: 0px;
  background: #9799970d;
}
.exhibition-buttons {
  margin: 89px auto 0;
  gap: 35px;
  justify-content: center;
}
.exhibition {
background-size: contain;
min-height: auto;
background-position: center !important;
}

.why-bharat {
background: none;}
}




/* Responsive */
@media (max-width: 768px) {
  h6.text-primary.fw-bold {
    padding-top: 30px;
}
  .exhibition-buttons {
    margin: 89px auto 0;
    gap: 35px;
    justify-content: center;
}
.exhibition {
  background-size: contain;
  min-height: auto;
  background-position: bottom;
}

.why-bharat {
  background: none;}
  
  ul.dropdown-menu.animate.show {
    border-radius: 0px;
    width: 100%;
    text-align: center;
    border: 0px;
    background: #9799970d;
}
  button#registerDropdown {
    width: 100%;
    background: #0064c8;
    font-size: 14px;
    box-shadow: none;
}
  .keynote{background: #f2f2f2;}
  .stall-exhibition .content {
      flex-direction: column;
      align-items: flex-start;
  }

  .stall-exhibition .buttons {
      width: 100%;
      flex-direction: row;
      justify-content: center;
  }

  .stall-exhibition .buttons button {
      flex: 1;
      text-align: center;
  }
  .help h2 {
      font-size: 18px;
  }
  #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;
  }
  .container {
      flex-direction: column;
      align-items: flex-start;
  }
  .press-release-view {
      font-size: 18px;
      margin-top: 10px;
  }
  .date-location {
      margin-left: 0;
  }
  .main-banner {
    margin-top: 0px;
    padding: 0px;
}
  .about-section .title {
      font-size: 28px;
          /* extra spacing remove */
      text-align: left;
  }

  .about-section .subtitle {
      font-size: 20px;text-align: left;
  }

  .about-section p {
      font-size: 16px;
      text-align: left;
  }
  .steel-purpose {
      padding: 40px 15px;
  }
  .steel-purpose h5 {
      font-size: 16px;
  }
  .steel-purpose p {
      font-size: 15px;
  }
  .cohosted-section {
      padding: 40px 15px;
  }
  .col-md-8.about-text {
    padding-right: 16px;
      text-align: justify;
  }
  .cohosted-section .row {
      margin-bottom: 30px;
  }
  .exhibitor-guidelines .row {
      flex-direction: column !important;
      text-align: center;
  }
  .exhibitor-guidelines img {
      margin-top: 15px;
      max-height: 120px;
  }
  .privacy-policy-content {
      font-size: 14px;
      padding: 20px 10px;
  }
  .privacy-policy-content h5 {
      font-size: 16px;
  }
  .privacy-policy .page-title {
      font-size: 24px;
  }
  .privacy-policy {
      min-height: 120px;
  }
  .terms-section {
      padding: 20px 12px;
  }
  .terms-title {
      font-size: 20px;
  }
  .terms-item h3 {
      font-size: 16px;
  }
  .terms-item li {
      font-size: 14px;
  }
  #agendaTable th,
  #agendaTable td {
      font-size: 13px;
      padding: 10px;
  }
  .contact-container {
      grid-template-columns: auto !important;
  }
  .form-group {
      width: 100%;
      flex: auto;
      display: block;
      align-items: center;
      gap: 10px;
  }
  .why-cards {
      grid-template-columns: 1fr;
  }
  .why-header {
      justify-content: center;
      text-align: center;
  }
  
  .footer-container {
      flex-direction: column;
      text-align: center;
  }
  .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 10px;
  }
  .leader {
      padding: 30px 20px !important;
  }
  .banner-section {
      gap: 0px;
      height: auto !important;
  }

  .banner-right {
      gap: 0px;
      height: auto !important;
  }

  .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;
  }
  header.fixed-header {
    position: relative;}
    .announcement-bar {
      margin-top: 0px !important;padding: 4px 22px 0px 22px;
  }
  .container.footer-bottom {
    align-items: center;
}.listitems ul {
  gap: 6px;}
  .sponsorbox {
    width: 50%;
}
#docsTable, 
#docsTable thead, 
#docsTable tbody, 
#docsTable th, 
#docsTable td, 
#docsTable tr {
  display: block;
  min-width: 100%;
}

/* Hide table headers */
#docsTable thead {
  display: none;
}

/* Each row = Card */
#docsTable tr {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  background: #fafafa;
}

/* Show data labels */
#docsTable td {
  text-align: left;
  padding: 8px 10px;
  position: relative;
}

#docsTable td::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

/* ===== Responsive (No Horizontal Scroll) ===== */

  #sessionsTable,
  #sessionsTable thead,
  #sessionsTable tbody,
  #sessionsTable th,
  #sessionsTable td,
  #sessionsTable tr {
    display: block;
    min-width: 100%;
  }

  /* Hide table header */
  #sessionsTable thead {
    display: none;
  }

  /* Each row as card */
  #sessionsTable tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    background: #fafafa;
  }

  /* Show labels on mobile */
  #sessionsTable td {
    text-align: left;
    padding: 8px 10px;
    position: relative;
  }

  #sessionsTable td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #0056b3;
  }

  /* ===== Responsive (≤768px) ===== */

  .accordion table,
  .accordion tbody,
  .accordion tr,
  .accordion td,
  .accordion th {
      display: block;
      width: 100%;
  } /* ✅ Header will be separate stacked blocks */
  .accordion thead {
      display: block;
      width: 100%;
      margin-bottom: 10px;
  }
  .accordion thead tr {
      display: block;
  }
  .accordion.open .accordion-body {
    max-height: 100%;
    padding: 0px;
}
  .accordion thead th {
      display: block;
      width: 100%;
      background: #0156ba;
      color: #fff;
      padding: 10px;
      margin-bottom: 4px;
      font-size: 14px;
      text-align: left;
      border-radius: 4px;
  } /* ✅ Rows become card style */
  .accordion tbody tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 10px;
      background: #fafafa;
  } /* Each cell block */
  .accordion td {
      padding: 8px 10px;
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
  }
  .accordion td:last-child {
      border-bottom: none;
  } /* ✅ Show heading label with each td */
  .accordion td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
      color: #333;
  } /* Adjust toggle button */
  .accordion .row-arrow {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      display: inline-block;
  }

/* Normal table for desktop */
#exhibitorsTable th,
#exhibitorsTable td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

/* Responsive for mobile */

  #exhibitorsTable,
  #exhibitorsTable thead,
  #exhibitorsTable tbody,
  #exhibitorsTable th,
  #exhibitorsTable td,
  #exhibitorsTable tr {
    display: block;
    width: 100%;
  }

  /* Hide table head row */
  #exhibitorsTable thead {
    display: none;
  }

  /* Each row card style */
  #exhibitorsTable tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    padding: 10px;
  }

  #exhibitorsTable td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 10px;
  }

  #exhibitorsTable td:last-child {
    border-bottom: none;
  }

  /* ✅ Th name shown with each td */
  #exhibitorsTable td::before {
    content: attr(data-label); /* th ka naam */
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #0056b3;
  }
  .data-table,
  .data-table thead,
  .data-table tbody,
  .data-table th,
  .data-table td,
  .data-table tr {
    display: block;
    min-width: 100%;
  }

  /* Hide thead */
  .data-table thead {
    display: none;
  }

  /* Each row as card */
  .data-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    padding: 10px;
  }

  .data-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 10px;
  }

  .data-table td:last-child {
    border-bottom: none;
  }

  /* Show th name with each td */
  .data-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #0056b3;
  }



}


@media (max-width: 1024px) {
  /* Tablet & small laptop */

  .banner-section{height: auto;}
  .banner-right{height: auto;}
    h4.text-secondary.mb-3 {font-size: 30px;}
    h2.fw-bold.text-primary{font-size: 46px;}
    .footer-links {
      padding-right: 26px;
  }
  .announcement-bar {
    margin-top: 96px;
}
.listitems ul {
  gap: 6px;}
}

@media (max-width: 683px) {
  /* Large mobile screens */

  .container.footer-bottom {
    align-items: center;
}
header.fixed-header {
  position: relative;}
  .announcement-bar {
    margin-top: 0px;padding: 4px 22px 0px 22px;
}
}


/* iPhone 14 Pro Max Portrait */
@media only screen 
  and (device-width: 430px) 
  and (device-height: 932px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  
    .top-bar {
      flex-direction: column;
  }
  .announcement-right{display:none}
  .announcement-left {display: none;}
}

/* iPhone 14 Pro Max Landscape */
@media only screen 
  and (device-width: 430px) 
  and (device-height: 932px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
  
    .top-bar {
      flex-direction: column;
  }
  .announcement-right{display:none}
  .announcement-left {display: none;}
}

