/* Reset and Base Styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f7fa !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* =========================================
   New Professional Header Design
   ========================================= */

/* Main Header Container */
.main-header {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Shapes */
.shape {
  position: absolute;
  opacity: 0.1;
}

.shape-circle-1 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 3px solid #4fc3f7;
  top: -150px;
  right: -100px;
}

.shape-circle-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #26c6da;
  bottom: -100px;
  left: -50px;
}

.shape-square-1 {
  width: 150px;
  height: 150px;
  border: 3px solid #00acc1;
  transform: rotate(45deg);
  top: 50%;
  right: 5%;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 173px solid rgba(79, 195, 247, 0.15);
  top: 20%;
  left: 10%;
}

.main-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      radial-gradient(circle at 20% 50%, rgba(79, 195, 247, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 80% 80%, rgba(38, 198, 218, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

/* VNRVJIET Logo Background */
.main-header::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: 350px;
  height: 350px;
  background-image: url('./assets/26/VNRVJIET%20Logo.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.header-body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 50px 18px 50px;
  position: relative;
  z-index: 1;
}

/* Logo Bar */
.logo-bar {
  position: absolute;
  right: 2%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
}

/* Logo Sections */
.logo-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.logo-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.logo-row:first-child,
.logo-row:last-child {
  gap: 35px;
}

.logo-item {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 6px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  min-height: 42px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.logo-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.2), transparent);
  transition: left 0.5s ease;
}

.logo-item:hover::before {
  left: 100%;
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(79, 195, 247, 0.3);
  border-color: #4fc3f7;
}

.logo-item img {
  height: 32px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
}

.logo-item.icacecs-logo img {
  height: 48px;
  max-width: 200px;
}

.logo-item.csi-logo img {
  height: 38px;
  max-width: 170px;
}

/* Center Content */
.header-center {
  text-align: center;
  color: white;
  padding: 6px 0;
}

.conference-subtitle {
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(90deg, #4fc3f7, #26c6da, #00acc1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  filter: brightness(1.5);
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #4fc3f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 5px 0 8px 0;
  letter-spacing: 5px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 4px 20px rgba(79, 195, 247, 0.3));
}

.date-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 30px;
  margin: 6px 0 5px 0;
  box-shadow: 0 4px 15px rgba(238, 90, 111, 0.4);
  letter-spacing: 1px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.date-badge::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Organizer Section */
.organizer-section {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
  border-radius: 18px;
  padding: 10px 18px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
}

.organizer-section::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #4fc3f7, #26c6da, #00acc1);
  border-radius: 16px;
  z-index: -1;
  opacity: 0.1;
}

.org-block {
  margin-bottom: 4px;
}

.org-block:last-child {
  margin-bottom: 0;
}

.org-label {
  font-size: 10px;
  color: #6c757d;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.dept-name {
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 1px;
  line-height: 1.2;
}

.inst-name {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #0f2027, #2c5364);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.25;
  margin-bottom: 6px;
}

.collaboration-divider {
  display: flex;
  align-items: center;
  margin: 4px 0;
  gap: 10px;
}

.collaboration-divider::before,
.collaboration-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #4fc3f7, #26c6da, #4fc3f7, transparent);
}

.collaboration-divider span {
  font-size: 12px;
  color: #6c757d;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 10px;
}

/* =========================================
   Responsive Design - Header Only
   ========================================= */

/* Extra Large Monitors (1920px+) */
@media (min-width: 1920px) {
  .header-body {
    max-width: 1800px;
    padding: 25px 80px 30px 80px;
  }
  
  .hero-title {
    font-size: 52px;
    letter-spacing: 7px;
  }
  
  .conference-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }
  
  .date-badge {
    font-size: 18px;
    padding: 10px 30px;
  }
  
  .logo-item img {
    height: 42px;
    max-width: 180px;
  }
  
  .logo-item.icacecs-logo img {
    height: 58px;
    max-width: 240px;
  }
  
  .logo-item.csi-logo img {
    height: 46px;
    max-width: 200px;
  }
  
  .organizer-section {
    max-width: 750px;
    padding: 14px 24px;
  }
  
  .inst-name {
    font-size: 16px;
  }
  
  .dept-name {
    font-size: 14px;
  }
  
  .main-header::after {
    width: 400px;
    height: 400px;
  }
  
  .static-top-bar {
    font-size: 1.1em;
    padding: 12px 0 !important;
  }
}

/* Large Desktop (1440px - 1920px) */
@media (min-width: 1440px) and (max-width: 1919px) {
  .header-body {
    max-width: 1600px;
    padding: 20px 60px 25px 60px;
  }
  
  .hero-title {
    font-size: 48px;
    letter-spacing: 6px;
  }
  
  .logo-item img {
    height: 38px;
    max-width: 170px;
  }
  
  .logo-item.icacecs-logo img {
    height: 54px;
    max-width: 220px;
  }
  
  .logo-item.csi-logo img {
    height: 42px;
    max-width: 190px;
  }
  
  .organizer-section {
    max-width: 700px;
  }
  
  .main-header::after {
    width: 380px;
    height: 380px;
  }
}

/* Standard Desktop (1200px - 1440px) */
@media (min-width: 1200px) and (max-width: 1439px) {
  .header-body {
    padding: 18px 50px 22px 50px;
  }
  
  .hero-title {
    font-size: 44px;
    letter-spacing: 5px;
  }
  
  .logo-item img {
    height: 36px;
    max-width: 160px;
  }
  
  .logo-item.icacecs-logo img {
    height: 50px;
    max-width: 210px;
  }
  
  .logo-item.csi-logo img {
    height: 40px;
    max-width: 180px;
  }
  
  .main-header::after {
    width: 360px;
    height: 360px;
  }
}

/* Small Desktop / Large Tablet Landscape (992px - 1200px) */
@media (max-width: 1199px) {
  .header-body {
    padding: 30px 40px;
  }
  
  .hero-title {
    font-size: 40px;
    letter-spacing: 4px;
  }
  
  .logo-bar {
    right: 1%;
  }
  
  .logo-item img {
    height: 34px;
    max-width: 150px;
  }
  
  .logo-item.icacecs-logo img {
    height: 46px;
    max-width: 190px;
  }
  
  .logo-item.csi-logo img {
    height: 38px;
    max-width: 170px;
  }
  
  .organizer-section {
    max-width: 600px;
    padding: 11px 18px;
  }
  
  .inst-name {
    font-size: 13px;
  }
  
  .dept-name {
    font-size: 11px;
  }
  
  .main-header::after {
    width: 320px;
    height: 320px;
    left: 1%;
  }
  
  .shape-circle-1 {
    width: 250px;
    height: 250px;
  }
  
  .static-top-bar {
    font-size: 0.95em;
  }
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 991px) {
  .logo-bar {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .header-body {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .logo-group {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }
  
  .logo-row {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  
  .hero-title {
    font-size: 38px;
    letter-spacing: 3px;
  }
  
  .conference-subtitle {
    font-size: 11px;
  }
  
  .date-badge {
    font-size: 15px;
    padding: 8px 24px;
  }
  
  .organizer-section {
    padding: 12px 20px;
    max-width: 100%;
  }
  
  .inst-name {
    font-size: 13px;
  }
  
  .dept-name {
    font-size: 11px;
  }

  .shape-square-1,
  .shape-triangle {
    display: none;
  }
  
  .main-header::after {
    display: none;
  }
  
  .shape-circle-1 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -80px;
  }
  
  .shape-circle-2 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -40px;
  }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 767px) {
  .header-body {
    padding: 20px 20px;
  }
  
  .hero-title {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 8px 0 10px 0;
  }
  
  .conference-subtitle {
    font-size: 10px;
    letter-spacing: 1px;
  }
  
  .date-badge {
    font-size: 14px;
    padding: 8px 22px;
    margin: 8px 0 8px 0;
  }
  
  .logo-group {
    gap: 15px;
  }
  
  .logo-row {
    gap: 12px;
  }
  
  .logo-item {
    min-height: 50px;
    padding: 8px 12px;
  }
  
  .logo-item img {
    height: 32px;
    max-width: 130px;
  }
  
  .logo-item.icacecs-logo img {
    height: 42px;
    max-width: 160px;
  }
  
  .logo-item.csi-logo img {
    height: 36px;
    max-width: 150px;
  }
  
  .organizer-section {
    padding: 12px 16px;
    border-radius: 14px;
  }
  
  .inst-name {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .dept-name {
    font-size: 11px;
  }
  
  .org-label {
    font-size: 9px;
  }
  
  .collaboration-divider span {
    font-size: 10px;
  }
  
  .static-top-bar {
    font-size: 0.85em;
    padding: 10px 15px !important;
  }
  
  .scrolling-content {
    font-size: 0.9em;
  }
}

/* Mobile Landscape (576px - 767px) */
@media (max-width: 575px) {
  .header-body {
    padding: 18px 15px;
  }
  
  .hero-title {
    font-size: 28px;
    letter-spacing: 1.5px;
    margin: 6px 0 8px 0;
  }
  
  .conference-subtitle {
    font-size: 9px;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
  }
  
  .date-badge {
    font-size: 13px;
    padding: 7px 20px;
    margin: 6px 0;
  }
  
  .logo-group {
    gap: 12px;
  }
  
  .logo-row {
    gap: 10px;
  }
  
  .logo-item {
    min-height: 46px;
    padding: 6px 10px;
  }
  
  .logo-item img {
    height: 28px;
    max-width: 110px;
  }
  
  .logo-item.icacecs-logo img {
    height: 38px;
    max-width: 140px;
  }
  
  .logo-item.csi-logo img {
    height: 32px;
    max-width: 130px;
  }
  
  .organizer-section {
    padding: 10px 14px;
    border-radius: 12px;
  }
  
  .inst-name {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 5px;
  }
  
  .dept-name {
    font-size: 10px;
  }
  
  .org-label {
    font-size: 8px;
    letter-spacing: 1px;
  }
  
  .collaboration-divider span {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  
  .shape-circle-1 {
    width: 150px;
    height: 150px;
    top: -75px;
    right: -60px;
  }
  
  .shape-circle-2 {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: -30px;
  }
  
  .static-top-bar {
    font-size: 0.8em;
    padding: 8px 10px !important;
  }
  
  .scrolling-content {
    font-size: 0.85em;
  }
}

/* Mobile Portrait (480px - 575px) */
@media (max-width: 479px) {
  .header-body {
    padding: 15px 12px;
  }
  
  .hero-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 5px 0 7px 0;
  }
  
  .conference-subtitle {
    font-size: 8px;
    letter-spacing: 0.6px;
  }
  
  .date-badge {
    font-size: 12px;
    padding: 6px 18px;
    margin: 5px 0;
    border-radius: 25px;
  }
  
  .logo-group {
    gap: 10px;
  }
  
  .logo-row {
    gap: 8px;
  }
  
  .logo-row:first-child,
  .logo-row:last-child {
    gap: 8px;
  }
  
  .logo-item {
    min-height: 42px;
    padding: 5px 8px;
    border-radius: 10px;
  }
  
  .logo-item img {
    height: 26px;
    max-width: 100px;
  }
  
  .logo-item.icacecs-logo img {
    height: 34px;
    max-width: 130px;
  }
  
  .logo-item.csi-logo img {
    height: 30px;
    max-width: 120px;
  }
  
  .organizer-section {
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 6px;
  }
  
  .inst-name {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  
  .dept-name {
    font-size: 9px;
    line-height: 1.3;
  }
  
  .org-label {
    font-size: 7px;
    letter-spacing: 0.8px;
    margin-bottom: 3px;
  }
  
  .org-block {
    margin-bottom: 3px;
  }
  
  .collaboration-divider {
    margin: 3px 0;
    gap: 8px;
  }
  
  .collaboration-divider span {
    font-size: 8px;
    letter-spacing: 0.6px;
    padding: 0 8px;
  }
  
  .static-top-bar {
    font-size: 0.75em;
    padding: 8px 8px !important;
    line-height: 1.3;
  }
  
  .scrolling-content {
    font-size: 0.8em;
  }
}

/* Small Mobile (360px - 479px) */
@media (max-width: 359px) {
  .header-body {
    padding: 12px 10px;
  }
  
  .hero-title {
    font-size: 22px;
    letter-spacing: 0.8px;
    margin: 4px 0 6px 0;
  }
  
  .conference-subtitle {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  
  .date-badge {
    font-size: 11px;
    padding: 5px 16px;
    margin: 4px 0;
  }
  
  .logo-group {
    gap: 8px;
  }
  
  .logo-row {
    gap: 6px;
  }
  
  .logo-row:first-child,
  .logo-row:last-child {
    gap: 6px;
  }
  
  .logo-item {
    min-height: 38px;
    padding: 4px 6px;
    border-radius: 8px;
  }
  
  .logo-item img {
    height: 24px;
    max-width: 90px;
  }
  
  .logo-item.icacecs-logo img {
    height: 32px;
    max-width: 120px;
  }
  
  .logo-item.csi-logo img {
    height: 28px;
    max-width: 110px;
  }
  
  .organizer-section {
    padding: 8px 10px;
    border-radius: 8px;
    margin-top: 5px;
  }
  
  .inst-name {
    font-size: 10px;
    line-height: 1.45;
    margin-bottom: 3px;
  }
  
  .dept-name {
    font-size: 8.5px;
    line-height: 1.35;
  }
  
  .org-label {
    font-size: 6.5px;
    letter-spacing: 0.6px;
    margin-bottom: 2px;
  }
  
  .org-block {
    margin-bottom: 2px;
  }
  
  .collaboration-divider {
    margin: 2px 0;
    gap: 6px;
  }
  
  .collaboration-divider span {
    font-size: 7.5px;
    letter-spacing: 0.5px;
    padding: 0 6px;
  }
  
  .shape-circle-1,
  .shape-circle-2 {
    display: none;
  }
  
  .static-top-bar {
    font-size: 0.7em;
    padding: 7px 6px !important;
    line-height: 1.4;
  }
  
  .scrolling-content {
    font-size: 0.75em;
  }
}

/* Extra Small Mobile (320px) */
@media (max-width: 320px) {
  .header-body {
    padding: 10px 8px;
  }
  
  .hero-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 3px 0 5px 0;
  }
  
  .conference-subtitle {
    font-size: 6.5px;
    letter-spacing: 0.4px;
  }
  
  .date-badge {
    font-size: 10px;
    padding: 5px 14px;
    margin: 3px 0;
  }
  
  .logo-bar {
    margin-bottom: 12px;
    margin-top: 8px;
  }
  
  .logo-group {
    gap: 6px;
  }
  
  .logo-row {
    gap: 5px;
  }
  
  .logo-row:first-child,
  .logo-row:last-child {
    gap: 5px;
  }
  
  .logo-item {
    min-height: 36px;
    padding: 3px 5px;
  }
  
  .logo-item img {
    height: 22px;
    max-width: 80px;
  }
  
  .logo-item.icacecs-logo img {
    height: 30px;
    max-width: 110px;
  }
  
  .logo-item.csi-logo img {
    height: 26px;
    max-width: 100px;
  }
  
  .organizer-section {
    padding: 7px 8px;
  }
  
  .inst-name {
    font-size: 9px;
    line-height: 1.5;
  }
  
  .dept-name {
    font-size: 8px;
  }
  
  .org-label {
    font-size: 6px;
  }
  
  .collaboration-divider span {
    font-size: 7px;
  }
  
  .static-top-bar {
    font-size: 0.65em;
    padding: 6px 5px !important;
  }
  
  .scrolling-content {
    font-size: 0.7em;
  }
}


.table-wrapper-sg {
  overflow-x: auto;
  margin: 20px 0;
}

.committee-table-sg {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 600px;
  /* Prevents table squashing on small screens */
}

.committee-table-sg th,
.committee-table-sg td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.table-header-sg {
  background-color: #007acc;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.profile-img-sg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .committee-table-sg {
    font-size: 14px;
  }

  .profile-img-sg {
    width: 60px;
    height: 60px;
  }

  .committee-table-sg th,
  .committee-table-sg td {
    padding: 8px;
  }
}

/* Optional enhancement: stacked table on very small screens */
@media (max-width: 500px) {

  .committee-table-sg,
  .committee-table-sg thead,
  .committee-table-sg tbody,
  .committee-table-sg th,
  .committee-table-sg td,
  .committee-table-sg tr {
    display: block;
  }

  .committee-table-sg tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
  }

  .committee-table-sg td {
    border: none;
    padding: 6px 0;
    position: relative;
  }

  .committee-table-sg td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 140px;
    color: #007acc;
  }

  .committee-table-sg thead {
    display: none;
  }
}





.navbar {
  padding-left: 30px;
  /* Space on the left */
  padding-right: 30px;
  color: white;

}

.navbar .nav-link {
  font-size: 17px;
  /* Adjust the font size as needed */
  color: rgb(240, 240, 240) !important;
  /* Space on the right */
  /* Ensure the text color is white */
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
  /* Adjust the font size for dropdown items */
}



.nav-link.active {
  color: white;
  /* Set the text color to white */
  /* Optional: Highlight with a background color */
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  /* Show dropdown on hover */
  margin-top: 0;
  /* Adjust dropdown position if necessary */
}

/* Ensure the image scales properly within the reduced header */
.header img {
  width: 100%;
  /* Scale the image to fit the width of the header */
  height: auto;
  /* Maintain the image's aspect ratio */
  object-fit: cover;
  /* Crop excess parts of the image to fit the container */
}

/* Message Style */
#message {
  display: inline-block;
  margin-left: 30px;
  font-size: 18px;
  /* Reduced font size */
  font-weight: bold;
  opacity: 0;
  transform: scale(0);
  animation: zoomInHighlight 3s ease-in-out infinite;
  /* Increased duration to 3 seconds */
  padding: 10px 20px;
  /* Added padding for the message itself */
  background-color: #fff;
  /* Optional: Background for message */
  border-radius: 8px;
  /* Optional: Rounded corners for message */
}

/* Animation for zooming and highlighting */
@keyframes zoomInHighlight {
  0% {
    opacity: 0;
    transform: scale(0);
    /* Start small */
    box-shadow: none;
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
    /* Zoom in */
    box-shadow: 0 0 8px 3px rgba(61, 58, 156, 0.7);
    /* Smaller highlight box with red color */
  }

  100% {
    opacity: 1;
    transform: scale(1);
    /* Return to original size */
    box-shadow: none;
  }
}





.dropdown-menu {
  display: none;
  /* Ensure dropdown is hidden by default */
}


.call-for-papers-section {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding: 20px;
}

.call-for-papers-title {

  color: #333;
  margin-bottom: 20px;
}


/* Static Top Bar */
.static-top-bar {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.scrolling-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.scrolling-content {
  display: inline-block;
  padding-left: 100%;
  /* Start the text off-screen to the right */
  animation: scroll-left 25s linear infinite;
  font-size: 1em;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.call-for-papers-description {
  text-align: justify;
  margin-bottom: 20px;
}

.visitor-heading {
  color: #006400;
}

.visitor-counter-container {
  font-size: 14px;
  color: #006400;
  margin-top: 20px;
}

.author-guidelines-title {
  color: #007bff;
  margin-bottom: 20px;
}

.submission-title,
.template-links-title,
.conference-tracks-title {
  text-align: center;
  color: #007bff;
  margin-bottom: 20px;
}

.author-guidelines-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.submission-links,
.template-links {
  text-align: center;
  margin-bottom: 20px;
}




.books-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 900px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.book-item {
  flex: 1 1 30%;
  margin: 10px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background-color: #f9f9f9;
  min-height: 250px;
  /* Ensures all boxes have the same height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.book-item img {
  max-width: 150px;
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.book-item h3 {
  margin-top: auto;
  font-size: 16px;
  color: #333;
}

@media (max-width: 768px) {
  .book-item {
    flex: 1 1 45%;
    /* Two items per row */
  }
}

@media (max-width: 480px) {
  .book-item {
    flex: 1 1 100%;
    /* One item per row on smaller screens */
  }
}


.conference-tracks-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
  /* Border under the title */
  padding-bottom: 10px;
}

.conference-tracks {
  width: 80%;
  margin: 0 auto;
  /* Centering the content */
}

.track {
  margin-bottom: 25px;
}

.track-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 2px solid #000;
  /* Black border for each track title */
  padding-bottom: 5px;
  font-weight: bold;
}

.track ul {
  /* Remove default bullets */
  padding-left: 0;
  /* Remove left padding */
  margin-left: 0;
  /* Remove left margin */
}

.track ul li {
  font-size: 18px;
  color: #555;
  margin-bottom: 8px;
  /* Space between list items */
}


.year-gallery {
  width: 90%;
  margin: 20px auto;
}

.year-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gallery-grid img {
  width: calc(33.333% - 10px);
  /* Three images per row */
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  display: block;
  margin: 50px auto;
  max-width: 50%;
  border-radius: 10px;
}


.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #f00;
}


.template-links-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.template-links-list li {
  margin-bottom: 10px;
}

.template-links-list li a {
  color: #007bff;
  text-decoration: none;
}

.template-links-list li a:hover {
  text-decoration: underline;
}

.border-bottom {
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.icacecs-links {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 20px;
}

.icacecs-links a {
  display: block;
  margin: 10px 0;
  font-size: 1.2rem;
  color: #007bff;
  text-decoration: none;
}

.icacecs-links a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.programme-schedule-list {
  list-style-type: none;
  /* Removes bullet points */
  padding: 0;
  /* Removes default padding */
  margin: 0;
  /* Removes default margin */
}

.programme-schedule-list li {
  margin-bottom: 10px;
  /* Adds spacing between items */
}

.programme-schedule-list a {
  text-decoration: none;
  /* Removes underline from links */
  color: #007bff;
  /* Sets link color */
  font-weight: bold;
  /* Makes the text bold */
}

.programme-schedule-list a:hover {
  text-decoration: underline;
  /* Adds underline on hover */
  color: #0056b3;
  /* Darkens link color on hover */
}

.terms-title-container {
  width: 100%;
  border-bottom: 2px solid #787878;
  margin-bottom: 20px;
}

.terms-title {
  text-align: center;
}

.terms-title {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #787878;
  box-sizing: border-box;
  /* Include border in the width calculation */
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.footer a {
  color: #0a84ff;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer h6 {
  font-weight: bold;
}

.footer p {
  margin: 0;
}

.footer .copyright {
  text-align: center;
  padding-top: 10px;
}