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;


}
button#registerDropdown {
    background: #015aba;
}

.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;
   text-decoration: none;
      display: inline-block;
}

.btn-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(to right, #ff9933, #f68412);
  -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 {
  color: #fff; /* white text */
  background: linear-gradient(to right, #0156BA, #2a75f5);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(1, 86, 186, 0.35);
}

/* ===== Hover: Change Border to Blue Too ===== */
.btn-toggle:hover::before {
  background: linear-gradient(to right, #0156BA, #2a75f5);
}
.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 #ff9933;
  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 #ff9933;
  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%;
  padding: 60px 0;
  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;
  justify-content: center;
  gap: 30px;
}

.logo-box {
  flex: 1 1 120px;
  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*/

.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;
  width: 252px;
  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;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #d5a029;
  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;
  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;
}

.exhibition-buttons {
  display: flex;
  width: 100%;
  margin: 240px auto 0;
    gap: 320px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Why Section */
.why-bharat a {
  text-align: center;
  color: #fff;
  background: url("../images/bg2.png") no-repeat center center;
  background-size: contain;
  background-position: 0px 211px; text-decoration:none
}
/* 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%
    ),
 url(../images/background_art.jpg) repeat center;
  background-size: contain;
  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;
  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;
  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;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 33%);
  border-radius: 0px;
  padding: 6px 16px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show controls on hover (YouTube-style) */
.banner-left:hover .controls {
  opacity: 1;
  visibility: visible;
}

/* --- ROUND BUTTONS --- */
.download {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 48px;
  padding: 13px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  font-size: 10px !important;
  border: 1px solid #ffffff80;
}

.download:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.15);
}

/* Icon sizing consistency */
.download span {
  font-size: 18px;
}

h2.title.text-center.mb-6 {
  padding-bottom: 27px;
}



/* Leaders */
.leader {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 12px;
  transition: 0.3s;
}

.leader img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-bottom: 10px;
}

.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;
  background-color: #a96b1700;
background-image: linear-gradient(90deg, #ff9933cc, #ff9933c7), url(../images/announcement.png);
  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: #ff9933;
}

.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: #fff;

}

.dropdown-menu li a:hover {
  background: #a8853c;
  color: #fff;
}

.top-bardate span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.listitems ul {
  display: flex;
  align-items: center;
  gap: 10px;
  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;
  display: block;
}

/* Navbar */
.navbar-nav .nav-link:hover {
  color: #015aba !important;
}

.navbar {
  background: #fff;
}

.navbar-logo-wrapper img {
  max-height: 50px;
  margin-right: 0px;
}

.navbar-nav .nav-link {
  font-weight: 400;
  color: #000000 !important;
  padding: 10px 15px;
  font-size: 15px;
}

.navbar-nav .dropdown-menu {
  display: none;
  margin-top: 0;
}

ul.navbar-nav {
  gap: 10px;
}

div#navbarNav {
  justify-content: flex-end;
  align-items: center;
}

.navbar-nav .dropdown.open > .dropdown-menu {
  display: block;
  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;
}



/* 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: 8px 8px;
  border-radius: 8px;
    background: #015aba !important;
  background-size: cover;
  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 {
   color: #fff; /* white text */
  background: linear-gradient(to right, #0156BA, #2a75f5) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(1, 86, 186, 0.35);
}

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;
  gap: 6px;
  z-index: 1;
}

/* Common style */
.floating-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0px;
}

.floating-buttons a img {
  width: 100%;
  height: 100%;
  object-fit: none;
  border-radius: 100px;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

/* Specific buttons */
.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;
  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);
}

/* 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;
  max-height: 435px;
}

/* Chrome, Edge, Safari */
.agenda-list::-webkit-scrollbar {
  width: 8px;
  /* scrollbar ki width */
}

.agenda-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.agenda-list::-webkit-scrollbar-thumb {
  background: #005aba;
  border-radius: 10px;
}

.agenda-list::-webkit-scrollbar-thumb:hover {
  background: #005aba;
}

/* Firefox */
.agenda-list {
  scrollbar-width: thin;
  scrollbar-color: #005aba #f1f1f1;
}

.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;
}

.agenda-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.agenda-content::-webkit-scrollbar-thumb {
  background: #0047ab;
  border-radius: 10px;
}

.agenda-content::-webkit-scrollbar-thumb:hover {
  background: #003380;
}

/* For Firefox */
.agenda-content {
  scrollbar-width: thin;
  scrollbar-color: #0047ab #f1f1f1;
}

/* 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: linear-gradient(to bottom, #0156BA, #2a75f5);
  color: white;
  border: none;
  font-size: 14px;
  padding:11px;
  display: none;
  writing-mode: sideways-rl;
  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);
}
.venu-toggle:hover{background: linear-gradient(to top, #0156BA, #2a75f5);}
/*  ================= common inner banner   =================  */
.main-banner {
  margin-top: 45px;
  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: 34px;
  font-weight: 500;
  color: #0156ba;
  margin-bottom: 13px;
}

.about-section .subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #d3a33c;
  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;
}

#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%;
  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;
  font-weight: 400;
}

#exhibitorsTable th {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

/* 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;
}

#exhibitorsTable th.asc::after {
  background-image: url("assets/icons/arrow-up.png");
}

#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;
}

.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;
  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;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.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;
}

.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;
  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;
  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;
}

.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;
  border-radius: 0px;
  transition: transform 0.3s ease;
}

/* Footer */
.lightbox-footer {
  margin-top: 0px;
  background: #d4a017;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
}

.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;
}

.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: 6px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  display: block;
  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;
  margin-bottom: 10px;
}

.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: #015aba !important;
  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 {
   color: #fff; /* white text */
  background: linear-gradient(to right, #0156BA, #2a75f5) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(1, 86, 186, 0.35);
}

.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;
}

.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%;
  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;
}

.sorters th.asc .sort-arrow img {
  transform: rotate(180deg);
}

.sorters th.desc .sort-arrow img {
  transform: rotate(0deg);
}

.map-container {
  position: relative;
  width: 100%;
  height: 350px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.search-dropdown {
  position: absolute;
  top: 33px;
  right: 0;
  background: #fff;
  border: 2px solid #e6b800;
  border-radius: 6px;
  padding: 0px;
  display: none;
  z-index: 9999;
  width: 250px;
  max-width: 90vw;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.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;
}

.overlay-blur {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 18%);
  backdrop-filter: blur(4px);
  z-index: 9998;
}
.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: #015aba;
}

/* bhashini lang code css */

.bhashini-dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 8px;
  min-width: 160px;
  z-index: 1000;
  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: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.regiform {
  margin-top: 96px;
}

.mobile-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.country-code {
  width: 80px;
  padding: 10px;
  border: 1px solid #0072ce;
  border-radius: 4px;
}

.mobile-number {
  flex: 1;
  padding: 10px;
  border: 1px solid #0072ce;
  border-radius: 4px;
  min-width: 180px;
}

.exhibitors-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  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;
  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;
  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;
  color: #166534;
}

.status.active::before {
  content: "●";
  font-size: 10px;
  color: #22c55e;
  margin-right: 6px;
}

/* Completed */
.status.completed {
  background: #f3f4f6;
  color: #374151;
}

.status.completed::before {
  content: "●";
  font-size: 10px;
  color: #9ca3af;
  margin-right: 6px;
}

h4.itinerary-title-date {
  font-size: 20px;
  color: #005aba;
}

h2.itinerary-title {
  font-size: 30px;
}

.stall-exhibition h2 {
  color: #005aba;
  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 {
  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;
      color: #000;
}

.card:hover a {
      color: #015aba;
}



/* Responsive start here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1366px;
  }
  .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;
  }
  .download {
      font-size: 12px;
  }
  .btn-register-login {
      font-size: 12px;
  }.announcement-bar {
    margin: 113px 0px 0px 0px;
  }
  
}

/* 125% zoom ka approx (1920px) */
@media (max-width: 1536px) {
  .navbar-logo-wrapper img {
      max-height: 38px;
      margin-right: 0px;
  }
  .navbar-nav .nav-link {
      font-size: 14px;
  }
  .dropdown-item {
      font-size: 14px;
  }
  ul.navbar-nav {
      gap: 0px;
  }

  .download {
      font-size: 12px;
  }
  .btn-register-login {
      font-size: 14px;
  }
  .announcement-bar{margin-top:93px;}
 
}

@media (max-width: 1745px) {
 
}
/* 150% zoom ka approx (1920px) */
@media (max-width: 1280px) {
  .navbar-logo-wrapper img {
      max-height: 34px;
      margin-right: 0px;
  }
  .announcement-bar{margin-top: 88px;}
  .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;
  }
  .country-code,
  .mobile-number {
      width: 100%;
  }
}


@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%;
      border-radius: 0px;
      transition: transform 0.3s ease;
  }
}


/* 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;
  }
}


@media (max-width: 576px) {
  .search-dropdown {
      position: fixed; 
      top: 60px; 
      right: 10px;
      left: 10px;
      width: auto;
      max-width: unset;
  }
  .search-dropdown input {
      font-size: 16px;
      padding: 12px;
  }
  .sponsorbox {
    width: 50% !important;
}
}

@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; 
      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; 
  }
  .venu-toggle {
      display: block; 
  }

  .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;
      justify-content: space-between;
      align-items: center;
      width: 100%; 
  }


  .nav-link.dropdown-toggle::after {
      margin-left: auto; 
  }
  .navbar-nav .dropdown.open > .dropdown-menu {
      box-shadow: none;
      border: 0px;
      width: 100%;
  }
  .sidebar-venu {
      z-index: 1;
  }
  .navbar-collapse.show {
      max-height: 80vh;
      overflow-y: auto;
  }
  .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%; 
      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;
      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; 
      justify-content: space-between; 
      align-items: center;
      width: 100%; 
  }

  .nav-link.dropdown-toggle::after {
      margin-left: auto;
  }
  .navbar-nav .dropdown.open > .dropdown-menu {
      box-shadow: none;
      border: 0px;
      width: 100%;
  }
  .navbar-collapse.show {
      max-height: 80vh;
      overflow-y: auto; 
  }
  .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%;
  }
  .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;
  } 
  .accordion tbody tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 10px;
      background: #fafafa;
  } 
  .accordion td {
      padding: 8px 10px;
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
  }
  .accordion td:last-child {
      border-bottom: none;
  } 
  .accordion td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
      color: #333;
  } 
  .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;
  }


  #exhibitorsTable td::before {
    content: attr(data-label); 
    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: 88px;
}
.listitems ul {
  gap: 6px;}
}

@media (max-width: 683px) {

  .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;}
}



/* Dashboard css Tabs Container */

.main-dashboard{margin-top: 104px;}

.main-dashboard .about-section{padding: 69px 0px;
  padding-bottom: 0px;}
.tab-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.tab {
  text-align: center;
  padding: 9px 18px;
  font-weight: 400;
  color: #fff;
  background: #0156BA;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  gap: 15px;
}

.tab.active {
  background: #D3A33C;
  color: #fff;
}
.tab {
text-decoration: none;
}
.tab:hover {
  background: #D3A33C;
  color: #fff;
}
.tab-content {
  display: none;
  background: #fff;
  border: 2px solid #d3a33c;
  border-radius: 8px;
  margin: 0px;
  padding: 35px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.tab-content.active {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .tab {
    flex: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.generate-btn {

color: #fff !important;

font-weight: 400;

border: none;

padding: 8px 16px;

border-radius: 8px;
background: #015aba;
    text-decoration: none;

background-size: cover;

background-position: center;

background-repeat: no-repeat;

transition: transform 0.2s ease, box-shadow 0.2s ease;

box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.generate-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.generate-btn:active {
  transform: scale(0.97);
}


.tab-content h2 {
  color: #0056cc; 
  font-size: 22px;
  margin-bottom: 12px;
}

.tab-content h3 {
  color: #c99700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.tab-content ul {
  list-style-type: disc;
  margin-left: 25px;
}

.tab-content ul li {
  margin-bottom: 6px;
}

.remember {
  color: #c99700;
  font-weight: 600;
  margin-top: 20px;
}

.remember-list {
  list-style-type: disc;
  margin-left: 25px;
}

.remember-list li {
  font-style: italic;
  color: #000;
  margin-bottom: 5px;
}


/* Responsive for mobile */
@media (max-width: 600px) {
  .generate-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}

.pass-container {
  background: #fff;
  margin: 50px;
  padding: 25px 30px;
  border: 1px solid #D3A33C;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);


  background-image: url("../images/passbg.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

/* Header */
.pass-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.left-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.left-header img {
  height: 55px;
}

.right-header img {
  height: 70px;
}

.title-section {
  text-align: center;
  margin-top: 10px;
}

.title-section h1 {
  color: #0156BA;
  font-size: 39px;
  margin-bottom: 9px;
}

.title-section h2 {
  color: #000;
  font-size: 31px;
  margin-bottom: 5px;
}

.title-section p {
  color: #444;
  font-size: 17px;
}

/* Main Info */
.visitor-info {
  display: block;
  margin-top: 31px;
}

.visitor-photo img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #ccc;
  object-fit: cover;
}

.details {
  line-height: 35px;
}

.details strong {
  color: #0156BA;
}

/* Footer Note */
.footer-note {
  margin-top: 25px;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .visitor-info {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .visitor-photo img {
    margin: 0 auto;
  }

  .pass-header {
    justify-content: center;
    gap: 20px;
  }

  .title-section h1 {
    font-size: 22px;
  }

  .title-section h2 {
    font-size: 16px;
  }

  .details {
    text-align: left;
  }
}


  /* Button container layout */
  
  .button-row {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-wrap: wrap; 
    gap: 10px;margin-bottom: 20px;
  }
  .left-buttons {
    display: flex;
    gap: 10px;
  }
  .right-buttons {
    display: flex;
    gap: 10px;
  }
h2.Gernateprofile{color: #BA0101;}
  #access h3{color:#0156BA}
  @media (max-width: 600px) {
    .button-row {
      flex-direction: column;
      align-items: stretch;
    }
    .left-buttons, .right-buttons {
      justify-content: center;
      flex-wrap: wrap;
    }
  }


  



  :root {
    --visitor-blue: #0056cc;
    --visitor-gold: #c99700;
    --visitor-border: #d9b35f;
    --visitor-gray: #333;
  }

 
  .visitor-form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
  }

  .visitor-form-label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    color: var(--visitor-gray);
    text-align: left;
  }

  /* Inputs & Dropdowns */
  .visitor-form-input,
  .visitor-form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--visitor-blue);
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .visitor-form-input:focus,
  .visitor-form-select:focus {
    border-color: var(--visitor-gold);
    box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.2);
  }

  /* Upload Boxes */
  .visitor-form-upload-box {
    border: 1px solid var(--visitor-blue);
    border-radius: 4px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .visitor-form-upload-box:hover {
    background: #f9f9ff;
    border-color: var(--visitor-gold);
  }

  .visitor-form-upload-box svg {
    width: 30px;
    height: 30px;
    stroke: var(--visitor-gold);
  }

  /* Profile Picture Upload */
  .visitor-form-profile-upload {
    grid-column: 3 / 4;
    grid-row: 1 / span 3;
    text-align: center;
  }

  .visitor-form-profile-upload small {
    font-size: 12px;
    color: #555;
  }
  .idupload{height: 42px;}

  /* Govt ID Section */
  .visitor-form-id-section {
    grid-column: 1 / span 3;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 15px;
    align-items: end;
  }

  /* Responsive Design */
  @media (max-width: 900px) {
    .visitor-form-grid {
      grid-template-columns: 1fr 1fr;
    }
    .visitor-form-profile-upload {
      grid-column: 1 / 3;
      grid-row: auto;
    }
    .visitor-form-id-section {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 600px) {
 
    .visitor-form-grid {
      display: block;

    }
  }
  
  
  /* Side bar menu css */

  .sidebar-venu {
    top: 40%;
    left: -80px;
    border-radius: 0 12px 12px 0;
}
  .sidebar-venu.active {
    left: 0;
}
.venu-toggle {
    display: block;
}

.contact-form.regiform {
  max-width: 500px;
}
.top-bardate{visibility:hidden}

.controls svg{fill: #fff;}

.contact-form.regiform.malinger{  max-width: 900px;}
.form-group select{    flex: 1;
    border: 1.5px solid #005aba;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    outline: none;
    width: 100%}
    
    
    
    
    /* ===== Ticket Layout ===== */
  .ticket {
  width: 380px;
  min-height: 600px; /* ✅ allows slight height flexibility */
  max-height: 650px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-top: 6px solid #007bff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;    margin: 0 auto;
}

  .ticket:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }

  /* ===== Logos ===== */
  .ticket-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #f7f9ff;
    border-bottom: 1px solid #e5e5e5;
  }
  .ticket-logos img { height: 42px; object-fit: contain; }

  /* ===== Header ===== */
  .ticket-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
  .ticket-header img {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    object-fit: cover;
  }
  .ticket-header .info h2 {
    margin: 0;
    font-size: 18px;
    color: #111;
  }
  .ticket-header .info p {
    margin: 3px 0;
    font-size: 13px;
    color: #555;
  }

  /* ===== QR Section ===== */
  .ticket-qr {
    text-align: center;
    padding: 20px 10px;
  }
  .ticket-pass-type {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .ticket-qr img {
    width: 130px;
    height: 130px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px;
    background: #fff;
  }
  .ticket-qr h3 {
    margin: 10px 0 4px;
    color: #222;
    font-size: 15px;
  }
  .ticket-qr p { color: #777; font-size: 12px; }

  /* ===== Details ===== */
  .ticket-details {
    padding: 14px 20px;
    font-size: 13px;
    border-top: 1px solid #eee;
    background: #f9fafc;
  }
  .ticket-details p {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
  }
  .ticket-details strong { color: #004aad; }

  /* ===== Footer ===== */
  .ticket-footer {
    background: #f7f9fc;
    text-align: center;
    padding: 10px 16px;
    font-size: 11px;
    color: #555;
    border-top: 1px solid #e5e5e5;
  }

  /* ===== Bottom Buttons ===== */
  .ticket-actions-bottom {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 12px 0 20px;
    width: 100%;
  }
  .ticket-actions-bottom button {
    background: #f0f7ff;
    border: none;
    color: #007bff;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s;
  }
  .ticket-actions-bottom button:hover {
    transform: scale(1.05);
    background: #e1effe;
  }
  .ticket-actions-bottom svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
  }

  /* ===== Category Colors ===== */
  .visitor { border-top-color: #007bff; color: #007bff; }
  .delegate { border-top-color: #ff9800; color: #ff9800; }
  .exhibitor { border-top-color: #43a047; color: #43a047; }
  .sponsor { border-top-color: #9c27b0; color: #9c27b0; }
  .media { border-top-color: #e91e63; color: #e91e63; }
  .service { border-top-color: #00bcd4; color: #00bcd4; }
/* ===== ticket-details category-wise light background ===== */
.visitor .ticket-details {
  background: rgba(0, 123, 255, 0.08); /* light blue */
  border-top: 1px solid rgba(0, 123, 255, 0.15);
}

.delegate .ticket-details {
  background: rgba(255, 152, 0, 0.08); /* light orange */
  border-top: 1px solid rgba(255, 152, 0, 0.15);
}

.exhibitor .ticket-details {
  background: rgba(67, 160, 71, 0.08); /* light green */
  border-top: 1px solid rgba(67, 160, 71, 0.15);
}

.sponsor .ticket-details {
  background: rgba(156, 39, 176, 0.08); /* light purple */
  border-top: 1px solid rgba(156, 39, 176, 0.15);
}

.media .ticket-details {
  background: rgba(233, 30, 99, 0.08); /* light pink */
  border-top: 1px solid rgba(233, 30, 99, 0.15);
}

.service .ticket-details {
  background: rgba(0, 188, 212, 0.08); /* light cyan */
  border-top: 1px solid rgba(0, 188, 212, 0.15);
}

  /* Responsive (same layout across devices) */
  @media (max-width: 480px) {
    body { padding: 20px 10px; gap: 20px; }
    .ticket {
    width: 95vw;
    min-height: 650px;
    max-height: 650px;
  }
    .ticket-pass-type { font-size: 20px; }
  }

  @media print {
    .ticket-actions-bottom { display: none !important; }
  }


.ticket-details {
  background: rgba(245, 247, 252, 0.8);
  padding: 2px 20px;
  font-size: 13px;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #ddd;
  backdrop-filter: blur(3px);
}

.ticket-details p {
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  padding-bottom: 4px;
}






 :root {
  --icon-size: 26px;
    --icon-stroke: 1.8;
    --brand: #ff9f00; /* saffron */
    --accent: #0156BA; /* royal blue */
     --tip-gradient: linear-gradient(135deg, #ff9f00, #c27900);
    --bg: #fff;
    --ring: rgb(51 158 255);
  }

  /* Toolbar container */
  .action-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: var(--bg);
    border-radius: 14px;
    padding: 10px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 25px 0;
  }

  /* Common button base */
  .btn-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--icon-size) + 16px);
    height: calc(var(--icon-size) + 16px);
    border-radius: 12px;
    background: var(--bg);
    color: var(--accent);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .btn-action svg {
    width: var(--icon-size);
    height: var(--icon-size);
    stroke: currentColor;
    stroke-width: var(--icon-stroke);
  }

  .btn-action:hover,
  .btn-action:focus-visible {
    color: var(--brand);
    border-color: var(--brand);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px -6px var(--ring);
  }

  /* Tooltip */
  .btn-action[data-tip]::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%) translateY(8px);
    background: var(--tip-gradient);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 7px 10px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.22s ease, transform 0.22s ease;
    box-shadow: 0 8px 22px -10px rgba(0, 0, 0, 0.45);
  }

  .btn-action[data-tip]::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(6px) rotate(45deg);
    width: 8px;
    height: 8px;
    background: var(--brand);
    opacity: 0;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .btn-action:hover::after,
  .btn-action:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .toolbar-right {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #141414;
      --accent: #eaeaea;
    }
    .btn-action {
      border-color: rgba(255, 255, 255, 0.1);
    }
  }
  
  
  
  
  
  
  
  
  
/* ===== Card Container ===== */
.meeting-request-box {
  width: 520px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 35px;
  border-top: 5px solid #9C27B0;
  transition: all 0.3s ease;
  margin: 50px auto;
}


/* ===== Header Section ===== */
.meeting-request-header {
  text-align: center;
  margin-bottom: 25px;
}
.meeting-request-header h2 {
  color: #0156BA;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.meeting-request-header p {
  color: #666;
  font-size: 13px;
}

/* ===== Status Message ===== */
.meeting-alert {
  background: #e6f4ff;
  color: #0156BA;
  border-left: 4px solid #0156BA;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* ===== Form Styling ===== */
.meeting-request-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.meeting-field {
  display: flex;
  flex-direction: column;
}
.meeting-field label {
  font-size: 14px;
  font-weight: 500;
  color: #0156BA;
  margin-bottom: 6px;
}
.meeting-field input,
.meeting-field textarea,
.meeting-field select {
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  background: #fafafa;
  font-family: inherit;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}
.meeting-field input:focus,
.meeting-field textarea:focus,
.meeting-field select:focus {
  background: #fff;
  outline: none;
}
.meeting-field textarea {
  resize: vertical;
  min-height: 90px;
}

/* ===== Button ===== */
.meeting-submit-btn {
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #015aba;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.meeting-submit-btn:hover {
   background: #0352a7;
  transform: translateY(-1px) scale(1.0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
  .meeting-request-box {
    width: 100%;
    padding: 25px 20px;
  }
  .meeting-request-header h2 {
    font-size: 20px;
  }
}






/* ===== Card Container ===== */
.meeting-detail-card {
     width: 520px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 30px 35px;
    border-top: 5px solid #9C27B0;
    transition: all 0.3s 
ease;
    margin: 50px auto
}


/* ===== Card Body ===== */


/* ===== Header Section ===== */
.meeting-header {
  text-align: center;
  margin-bottom: 25px;
}
.meeting-title {
  color: #0156BA;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}
.meeting-subtitle {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

/* ===== Info Section ===== */
.meeting-info {
  margin-bottom: 25px;
  background: #f9fbff;
  padding: 18px 22px;
  border-radius: 12px;
  border-left: 4px solid #0156BA;
}
.meeting-info h2 {
  font-size: 20px;
  color: #222;
  margin-bottom: 14px;
  font-weight: 600;
}
.meeting-info p {
  margin: 12px 0;
  font-size: 15px;
  color: #0156ba;
}

/* ===== Status Badge ===== */
.status-badge {
  padding: 6px 17px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
.status-badge.pending {
  background: #fff4cc;
  color: #d68900;
}
.status-badge.approved {
  background: #e8fff0;
  color: #0e8a2d;
}
.status-badge.rejected {
  background: #ffe0e0;
  color: #b32626;
}

/* ===== Alert (Errors) ===== */
.meeting-alert {
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 22px;
  line-height: 1.5;
}
.meeting-alert.error {
  background: #ffe8e8;
  color: #b91c1c;
  border-left: 5px solid #b91c1c;
}

/* ===== Form Section ===== */
.meeting-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
.meeting-detail-card.form-group {
  display: flex;
  flex-direction: column;
}
.meeting-detail-card .form-group label {
  font-size: 14px;
  color: #0156BA;
  font-weight: 500;
  margin-bottom: 6px;
}
.meeting-detail-card .form-group input,
.meeting-detail-card .form-group select,
.meeting-detail-card .form-group textarea {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  background: #fafafa;
  transition: all 0.3s ease;
  font-family: inherit;
  color: #333;
}
.meeting-detail-card .form-group input:focus,
.meeting-detail-card .form-group select:focus,
.meeting-detail-card .form-group textarea:focus {
  border-color: #FF9933;
  background: #fff;
  box-shadow: 0 0 6px rgba(255, 153, 51, 0.3);
  outline: none;
}
.meeting-detail-card .form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* ===== Button ===== */
.btn-meeting-submit {
   padding: 12px;
  border: none;
  border-radius: 10px;
  background: #015aba;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-meeting-submit:hover {
   background: #0352a7;
  transform: translateY(-1px) scale(1.0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ===== Admin Comment Section ===== */
.meeting-comment {
  background: linear-gradient(90deg, #f5f7ff, #fdf8f1);
  border-left: 5px solid #0156BA;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 25px;
  color: #333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* ===== Smooth Animations ===== */
.meeting-detail-card,
.meeting-form,
.btn-meeting-submit,
.meeting-info {
  animation: fadeIn 0.6s ease both;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Responsive ===== */
@media (max-width: 680px) {
  .meeting-detail-card {
    width: 100%;
    border-radius: 14px;
  }
  .meeting-detail-body {
    padding: 25px;
  }
  .meeting-title {
    font-size: 20px;
  }
}








/* ===== Container ===== */
.meeting-list-section {
  width: 90%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  padding: 30px;
  transition: all 0.3s ease;
  margin: 50px auto;
}
.meeting-list-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* ===== Header ===== */
.meeting-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.meeting-header h2 {
  color: #0156BA;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.meeting-create-btn {
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #015aba;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
text-decoration:none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.meeting-create-btn:hover {
   background: #0352a7;
  transform: translateY(-1px) scale(1.0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ===== Alert ===== */
.meeting-alert {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}
.meeting-alert.success {
  background: #e9f8f0;
  color: #0e8a2d;
  border-left: 4px solid #0e8a2d;
}

/* ===== Table Wrapper ===== */
.meeting-table-wrapper {
  overflow-x: auto;
  border-radius: 0px;
  background: #fdfdfd;
}

/* ===== Table ===== */
.meeting-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0px;
  overflow: hidden;
}
.meeting-table thead {
  background: #5d6778;
  color: #fff;
}
.meeting-table th, 
.meeting-table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
}
.meeting-table th {
  font-weight: 600;
  letter-spacing: 0.3px;
}
.meeting-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  transition: 0.3s ease;
}
.meeting-table tbody tr:nth-child(even) {
  background: #f8fbff;
}
.meeting-table tbody tr:hover {
  background: #f1f8ff;
  transform: scale(1.01);
}

/* ===== Status Badges ===== */
.status-badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.status-badge.pending {
  background: #fff4cc;
  color: #d68900;
}
.status-badge.approved {
  background: #e8fff0;
  color: #0e8a2d;
}
.status-badge.rejected {
  background: #ffe0e0;
  color: #b32626;
}

/* ===== Action Links ===== */
.view-link {
  color: #0156BA;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.view-link:hover {
  color: #FF9933;
  text-decoration: none;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .meeting-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .meeting-header h2 {
    font-size: 20px;
  }
  .meeting-table th,
  .meeting-table td {
    padding: 12px;
    font-size: 13px;
  }
}