    body {
      height: 100%;
      margin:auto;
      /*background-color: #f3f3f7;*/
      background: linear-gradient(to bottom, #e8e6fc, #e0e6f8);
      font-family: 'Poppins', sans-serif;
    }
    .container{
        max-width: 450px;
        min-height:100vh;
        padding: 0;
    }
    .phone-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /*background: url('https://www.gevernova.mpurl.in/assets/videos/bgvideo.webm');*/
      /*background-size: cover;*/
      /*padding: 2rem 1.5rem;*/
    }
    #bgvideo{
        position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    }
    .card-scroll {
      overflow-x: auto;
      white-space: nowrap;
    }

    .card-box {
      min-width: 160px;
      height: 100px;
      border-radius: 15px;
      padding: 15px;
      color: white;
      display: inline-block;
      margin-right: 10px;
    }

    .blue-bg {
      background: linear-gradient(135deg, #00c6ff, #0072ff);
    }

    .violet-bg {
      background: linear-gradient(135deg, #7f00ff, #e100ff);
    }

    .pink-bg {
      background: linear-gradient(135deg, #f857a6, #ff5858);
    }

    .avatar-circle {
      width: 40px;
      height: 40px;
      background-color: #9c88ff;
      color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
    }

    .fixed-footer {
        position: fixed;
        bottom: 0;
        left: 50%;
        max-width: 300px;
        width: 90%;
        /* background-color: white; */
        /* border-top: 1px solid #ddd; */
        z-index: 1000;
        margin: auto;
        transform: translateX(-50%);
    }

    .footer-icon {
      font-size: 1.2rem;
      color: #666;
    }

    .footer-icon.active {
      color: #7f00ff;
    }
    .footer-menu{
        background: black;
    /*margin: 0 50px;*/
    padding: 10px;
    border-radius: 20px;
    }
    .finance-option {
      background: white;
      padding: 15px;
      border-radius: 12px;
      text-align: center;
      font-size: 14px;
    }
    .expo-info-card {
      background-color: #1c1c1e;
      color: white;
      border-radius: 20px;
      padding: 1rem;
    }
    .speaker-card img{
      background-color: white;
      border-radius: 15px;
      height: 140px;
      width:140px;
      object-fit:cover;
      padding: 10px;
    }
    .logo-slider {
    overflow: hidden;
    position: relative;
  }

  .logo-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 25s linear infinite;
  }

  .logo-item {
    flex: 0 0 auto;
    width: 150px;
    height: 70px;
    margin: 0 15px;
    /*opacity: 0.7;*/
    transition: opacity 0.3s;
  }

  .logo-item:hover {
    /*opacity: 1;*/
  }
    
  @keyframes scrollLogos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .expo-card {
      background: #fff;
      border-radius: 12px;
      /*padding: 8px;*/
      display: flex;
      gap: 12px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
      align-items: center;
    }
    .expo-logo {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
    }
    .category-badge {
      background-color: #ccc;
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 12px;
      font-weight: 500;
      white-space: nowrap;
      display: inline-block;
    }
    .category-badge.active {
      background-color: #000;
      color: #fff;
    }

    .bottom-info {
      font-size: 0.75rem;
      color: #555;
    }
    .search-bar {
      background-color: #f0f0f0;
      border-radius: 20px;
      padding: 8px 12px;
      font-size: 0.9rem;
    }
    .company-header {
     height: 140px;
     width: 100%;
     position: relative;
    }
    .company-logo {
          display: flex;
        width: 100px;
        height: 100px;
        border-radius: 12px;
        background-color: #f6f6f6;
        padding: 10px;
        align-items: center;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .rating i {
      color: orange;
      font-size: 14px;
    }

    .icon-bar i {
      font-size: 18px;
      color: white;
    }
    .card-style {
      background-color: #fff;
      border-radius: 10px;
      padding: 1rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 1rem;
    }
    .section-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }
    .contact-title {
      font-weight: 600;
      font-size: 0.95rem;
    }
    .contact-person {
      font-weight: 500;
      font-size: 0.9rem;
    }
    .contact-link {
      font-size: 0.95rem;
      font-weight: 600;
      color: #3f3fff !important;
      text-decoration: none;
    }
    .contact-link:hover {
      text-decoration: underline;
    }
    .accordion-button {
      font-size: 0.95rem;
      font-weight: 600;
    }
    .carousel-container {
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    
    .carousel-track {
      display: flex;
      transition: transform 0.7s ease-in-out;
    }
    
    .carousel-slide {
      min-width: 100%;
      object-fit: cover;
          height: 200px;
    }
    .fs-12{
        font-size:12px;
    }
    #speakerSlider::-webkit-scrollbar {
        display: none;
      }
      .accordion-collapse .collapse .accordion-body{
          font-size:14px !important;
      }
      a{
          color: black !important;
          text-decoration:none !important;
      }
      .video-thumbnail {
      cursor: pointer;
      position: relative;
    }

    .video-thumbnail img {
      width: 100%;
      border-radius: 10px;
    }

    .video-thumbnail i {
      font-size: 2rem;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .search-icon {
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
    }

    .video-title {
      font-weight: 500;
      font-size: 15px;
      margin-top: 8px;
    }

    .video-meta {
      font-size: 12px;
      color: #666;
    }

    .navbar-custom {
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .video-container iframe {
      border-radius: 10px;
    }
    .agenda-tab {
      font-weight: 500;
      font-size: 1rem;
      color: #bbb;
      margin-right: 1.5rem;
      cursor: pointer;
      text-align: center;
    }

    .agenda-tab.active {
      color: black;
    }
    .agenda-time-line {
      display: flex;
      align-items: center;
      margin-bottom: 0.75rem;
    }

    .agenda-time {
      color: #bbb;
      font-size: 0.875rem;
      font-weight: 600;
      min-width: 70px;
    }

    .agenda-line {
      flex-grow: 1;
      height: 1px;
      background-color: #e0e0e0;
      margin-left: 0.5rem;
    }
    .agenda-item-title {
      font-weight: 700;
      font-size: 1rem;
    }
    .agenda-speaker {
      font-size: 0.875rem;
      color: #999;
    }

    .avatar-stack img {
      width: 32px;
      height: 32px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid white;
      margin-left: -10px;
    }

    .agenda-block {
      margin-bottom: 2rem;
    }
    .qa-popup {
  transition: transform 0.3s ease;
  transform: translateY(100%);
}
.qa-popup.show {
  transform: translateY(0%);
}
.card-custom {
      border-radius: 1rem;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .event-img {
      height: 100px;
      object-fit: cover;
      width: 100%;
    }

    .scrolling-avatar-group img {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -8px;
    }

    .scrolling-avatar-group {
      margin-top: 4px;
    }

    .bg-event-1 {
      background-color: #ffd6d6;
    }

    .bg-event-2 {
      background-color: #d6f0ff;
    }
    .bg-event-3{
        background-color:#eaffd6;
    }
    .bg-event-4{
        background-color:#fdd6ff;
    }
    .card-body {
      padding: 0.75rem;
    }

    .event-title {
      font-size: 0.9rem;
      font-weight: 600;
    }

    .event-date {
      font-size: 0.75rem;
      color: #666;
      margin-bottom: 0.25rem;
    }
    .avatar-sm   { width:32px;height:32px;border-radius:50%;object-fit:cover; }
  .offcanvas-bottom { height:50vh !important; border-top-left-radius:16px; border-top-right-radius:16px; }
  .offcanvas-header { border-bottom:1px solid #e9ecef; }
  /* keep send-box pinned at bottom */
  .comment-input-wrapper { border-top:1px solid #e9ecef; }
  #categoryContainer {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* Internet Explorer 10+ */
}
#categoryContainer::-webkit-scrollbar {
  display: none;                /* WebKit (Chrome, Safari) */
}
#relatedList {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* Internet Explorer 10+ */
}
#relatedList::-webkit-scrollbar {
  display: none;                /* WebKit (Chrome, Safari) */
}
.movie-banner { position: relative; }
  .movie-banner img { width: 100%; border-radius: 10px; }
  .rating-badge { position: absolute; top: 10px; right: 10px; background-color: #ffc107; padding: 2px 6px; font-size: 12px; border-radius: 5px; }
  .carousel-caption { bottom: 1rem; left: 1rem; right: auto; text-align: left; }
  .carousel-indicators [data-bs-target] { width: 8px; height: 8px; border-radius: 50%; background-color: #fff; margin: 0 4px; }
  .carousel-indicators { justify-content: center; margin-left: 1rem; }
  .section-title { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; font-weight: bold; }
  .movie-scroll { display: flex; overflow-x: auto; gap: 10px; padding: 0 15px 15px; }
  .movie-scroll-img { width: 100px; height: 150px; border-radius: 8px; object-fit:cover;}
  .category-tab { border-radius: 20px; background-color: #f1f1f1; padding: 6px 12px; font-weight: 500; cursor: pointer; white-space: nowrap; }
  .category-tab.active { background-color: #000; color: #fff; }
  
  .qr-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-popup-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

.qr-card {
  text-align: center;
  padding: 20px 20px 10px;
  background: #f5f5f5;
}

.profile-pic img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  margin-top: 10px;
  border: 1px solid grey;
  padding:10px;
}



.details-section {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}

.info-box {
  background-color: #e6f6e6;
  border-radius: 10px;
  padding: 10px;
  width: 50%;
  font-size: 13px;
  text-align: left;
}

.qr-box {
  background-color: #dff0f7;
  border-radius: 10px;
  padding: 10px;
  width: 50%;
  font-size: 13px;
  text-align: left;
}