[page-id="56379000000005050"] {
  overflow-x: hidden;
}
[data-section-id="56379000000005290"] {
  height: 580px !important;
}



[data-element-id="56379000000031106"] [media-id="56379000000031143"] :hover img,
[data-element-id="56379000000031106"] [media-id="56379000000031153"] :hover img,
[data-element-id="56379000000031106"] [media-id="56379000000031163"]:hover img {
transform: scale(1.06) translateY(-3px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
[media-id="56379000000076970"] img,
[media-id="56379000000076965"] img {
    width: 100%;
  height: auto;
  display: block;

  animation: cinematicZoom 8s ease-in-out infinite;
  will-change: transform;
}
@keyframes cinematicZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
[data-element-id="56379000000076266"] .bs-mtList-wgt.grb-list .li-content,
[data-element-id="56379000000076357"] .bs-mtList-wgt.grb-list .li-content,
[data-element-id="56379000000076423"] .bs-mtList-wgt.grb-list .li-content {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  padding: 14px 16px;
  cursor: pointer;

  /* base state */
  transition: box-shadow 0.35s ease;
  will-change: transform;
}

/* 🔥 Hover animation trigger */
[data-element-id="56379000000076266"] .li-content:hover,
[data-element-id="56379000000076357"] .li-content:hover,
[data-element-id="56379000000076423"] .li-content:hover {
  animation: hoverLift 0.45s ease forwards;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* 🔁 Smooth reset when mouse leaves */
[data-element-id="56379000000076266"] .li-content:not(:hover),
[data-element-id="56379000000076357"] .li-content:not(:hover),
[data-element-id="56379000000076423"] .li-content:not(:hover) {
  animation: hoverReset 0.35s ease forwards;
}

/* ✨ Hover IN */
@keyframes hoverLift {
  0% {
    transform: translateY(0) scale(1);
  }
  60% {
    transform: translateY(-6px) scale(1.04);
  }
  100% {
    transform: translateY(-4px) scale(1.03);
  }
}

/* ✨ Hover OUT */
@keyframes hoverReset {
  0% {
    transform: translateY(-4px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
[media-id="56379000000070291"] {
  animation: cinematicZoom 8s ease-in-out infinite;
  will-change: transform;
}
[data-element-id="56379000000084009"] .bs-mtList-wgt.grb-list .li-item {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-element-id="56379000000084009"] .bs-mtList-wgt.grb-list .li-item:hover {
  transform: scale(1.11) translateY(-6px);
  z-index: 3;
  cursor: pointer;
}

[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item {
  animation: fadeInUp 0.6s ease both;
}

[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(1)  { animation-delay: 0.05s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(2)  { animation-delay: 0.1s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(3)  { animation-delay: 0.15s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(4)  { animation-delay: 0.2s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(5)  { animation-delay: 0.25s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(6)  { animation-delay: 0.3s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(7)  { animation-delay: 0.35s; }
[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:nth-child(8)  { animation-delay: 0.4s; }

/* HOVER ZOOM */
.media-element {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:hover .media-element {
  transform: scale(1.08);
  /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); */
}

/* IMAGE SMOOTH */
.media-image img {
  transition: transform 0.4s ease;
}

[data-element-id="56379000000055006"] .bs-mtList-wgt.grb-list .li-item:hover img {
  transform: scale(1.1);
}

/* KEYFRAMES */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
[data-section-id="56379000000084505"] [data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-item {
  position: relative;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 24px 18px;
  color: #000;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Liquid shine layer */
[data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.55),
    transparent 70%
  );
  opacity: 0.35;
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

/* Subtle inner glow */
[data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-item::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 14px;
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

/* Hover effect without intersection */
[data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

[data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-item:hover::before {
  transform: translateX(100%);
}

/* Content above glass layers */
[data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Number style */
.numbercounter {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

/* Spacing */
[data-element-id="56379000000084510"] .bs-counter-wgt.grb-list .li-description p {
  margin-top: 10px;
}
[media-id="56379000000082647"] .media-image ,
[media-id="56379000000082695"] .media-image,
[media-id="56379000000082681"] .media-image {
  width: 100% !important;
}

/* Initial hidden state */
[data-element-id="56379000000070093"] .media-text-layout .li-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

/* Staggered loading (one by one) */
[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(1) {
  animation-delay: 0.2s;
}
[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(2) {
  animation-delay: 0.5s;
}
[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(3) {
  animation-delay: 0.8s;
}

/* Image fade */
[data-element-id="56379000000070093"] .media-text-layout .list-image img {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.3s;
}

/* Title & text smooth reveal */
[data-element-id="56379000000070093"] .media-text-layout .li-title,
[data-element-id="56379000000070093"] .media-text-layout .li-description {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}

[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(1) .li-title,
[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(1) .li-description {
  animation-delay: 0.4s;
}

[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(2) .li-title,
[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(2) .li-description {
  animation-delay: 0.7s;
}

[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(3) .li-title,
[data-element-id="56379000000070093"] .media-text-layout .li-item:nth-child(3) .li-description {
  animation-delay: 1s;
}

/* Keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Message page*/

/* ========= GLOBAL FADE-IN ON LOAD ========= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOnly {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ========= BANNER (HERO SECTION) ========= */
[page-id="56379000000035809"] .inner-banner .background-layer {
  opacity: 0;
  animation: fadeOnly 1.2s ease forwards;
}

[page-id="56379000000035809"] .inner-banner .banner-content h2 {
  opacity: 0;
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.4s;
}

[page-id="56379000000035809"] .inner-banner .section-sub-title {
  opacity: 0;
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.7s;
}

/* ========= MEDIA + CONTENT SECTIONS ========= */
[page-id="56379000000035809"] .community-section-mediaText .li-item {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

/* Stagger section-wise */
[page-id="56379000000035809"] .community-section-mediaWithButton-2 .li-item {
  animation-delay: 0.2s;
}
[page-id="56379000000035809"] .community-section-mediaWithButton-3 .li-item {
  animation-delay: 0.3s;
}
[page-id="56379000000035809"] .community-section-mediaWithButton-4 .li-item {
  animation-delay: 0.4s;
}
[page-id="56379000000035809"] .community-section-mediaWithButton-5 .li-item {
  animation-delay: 0.5s;
}
[page-id="56379000000035809"] .community-section-mediaWithButton-6 .li-item {
  animation-delay: 0.6s;
}
[page-id="56379000000035809"] .community-section-mediaWithButton-7 .li-item {
  animation-delay: 0.7s;
}

/* ========= IMAGE FADE ========= */
[page-id="56379000000035809"] .community-section-mediaText .media-image img {
  opacity: 0;
  animation: fadeOnly 1s ease forwards;
  animation-delay: 0.3s;
}

/* ========= TEXT SEQUENCE ========= */
[page-id="56379000000035809"] .community-section-mediaText .li-title {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
  animation-delay: 0.4s;
}

[page-id="56379000000035809"] .community-section-mediaText .li-description {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
  animation-delay: 0.6s;
}

/* ========= FOOTER FADE ========= */
[page-id="56379000000035809"] .community-section-footer {
  opacity: 0;
  animation: fadeOnly 1s ease forwards;
  animation-delay: 1s;
}

/* ========= PERFORMANCE ========= */
[page-id="56379000000035809"] .inner-banner *,
[page-id="56379000000035809"] .community-section-mediaText *,
[page-id="56379000000035809"] .community-section-footer * {
  will-change: opacity, transform;
}

[media-id="56379000000082813"] .media-image,
[media-id="56379000000082922"] .media-image {
  width: 100% !important;
}

/*To update strip before main menu*/

/* 
.image-row, .image-row img {
  width: 150px;
  height: auto;
  gap: 5rem;
  justify-content: space-evenly;
}

.image-row {
    display: flex;
  z-index: 1;
  width: 100%;

}  */

.page-container {
  /* position: sticky; */
    padding-top:0px !important;
} 


.bs-main-menu.fixed, .bs-main-menu.mobile-menu {
  position: sticky;
}
/* Animation */

.fade-left,
.fade-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-left {
  transform: translateX(-40px);
}

.fade-right {
  transform: translateX(40px);
}

.fade-in {
  opacity: 1;
  transform: translateX(0);
}
/* Initial zoom-out state */
.zoom-anim {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* Zoom in */
.zoom-in {
  opacity: 1;
  transform: scale(1);
}

/* Ultra-smooth AOS-style fade-up */
.aos-smooth {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.aos-smooth.aos-active {
  opacity: 1;
  transform: translateY(0);
}
/* Border */

/* [text-id="56379000000031056"] , 
[text-id="56379000000031103"] ,
[text-id="56379000000084507"],
[text-id="56379000000070095"],
[text-id="56379000000070102"],
[text-id="56379000000070110"],
[text-id="56379000000005957"],
[text-id="56379000000070272"],
[text-id="56379000000082687"],
[text-id="56379000000082673"],
[text-id="56379000000082636"],
[text-id="56379000000070300"],
[text-id="56379000000007054"],
[text-id="56379000000084006"],
[text-id="56379000000007249"],
[text-id="56379000000095038"]
 {
  background-repeat: no-repeat;
    background-size: 20% 5px;          
      background-position: center bottom;
        padding-bottom: 10px; 
         background-image: linear-gradient(rgb(7, 84, 165), rgb(7, 84, 165));

} */
[data-element-id="56379000000084510"] .bs-image.lightest-grey-bg {
  background-color: transparent !important;
  border: none;
}

.image-row {
  display: flex;
  align-items: center;
    gap: 5rem;
  justify-content: space-evenly;
  height: 160px;
}

.image-row img:first-child {
  width: 190px;
  height: 200px;
  object-fit: cover;
  padding: 20px;
}

.image-row img:last-child {
  width: 390px;
  height: 200px;
  object-fit: cover;
  padding: 25px;
}
[data-section-id="56379000000005290"] .banner-content{
  margin-bottom: 140px;
}
.logo.bs-image{
  display: none;
} 

/* Home page test code for hover how should attend */
/* Card container */
/* Scope only to this section using data-element-id */
[data-element-id="56379000000095041"] .li-item,
[data-section-id="56379000000095389"] .li-item {
  position: relative;
    padding: 18px 16px 22px;
      border-radius: 20px;

        /* Glass / glossy look */
          background: rgba(255, 255, 255, 0.35);
            backdrop-filter: blur(14px);
              -webkit-backdrop-filter: blur(14px);

                border: 1px solid rgba(255, 255, 255, 0.4);
                  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

                    transition: 
                        transform 0.35s ease,
                            box-shadow 0.35s ease;
                            }

                            /* Hover: raise + grow */
                            [data-element-id="56379000000095041"] .li-item:hover,
                            [data-element-id="56379000000095389"] .li-item:hover {
                              transform: translateY(-10px) scale(1.05);
                                box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
                                }

                                /* Image wrapper rounding */
                                [data-element-id="56379000000095041"] .list-image,
                                [data-element-id="56379000000095389"] .list-image {
                                  overflow: hidden;
                                    border-radius: 16px;
                                    }

                                    /* Image zoom on hover */
                                    [data-element-id="56379000000095041"] .li-item:hover img,
                                    [data-element-id="56379000000095389"] .li-item:hover img {
                                      transform: scale(1.15);
                                      }

                                      /* Smooth image animation */
                                      [data-element-id="56379000000095041"] img,
                                      [data-element-id="56379000000095389"] img {
                                        transition: transform 0.4s ease;
                                        }

                                        /* Title spacing & center alignment */
                                        [data-element-id="56379000000095041"] .li-content,
                                        [data-element-id="56379000000095389"] .li-content {
                                          margin-top: 14px;
                                            text-align: center;
                                            }


/* end of code */


/* Scope of conference */
[media-id="56379000000082695"] img{
margin-top: -90px;
}
[media-id="56379000000082681"] img{
margin-top: -90px;
}
[media-id="56379000000082647"] img {
  margin-top: -140px;
}
[data-element-id="56379000000082672"],
[data-element-id="56379000000082635"] {
  margin-top: -120px;
}
.bs-top-notification.nt-join-session,
.app-links {
  display: none;
}
/* hide the exhibitor Arora */
[exhibitor-id="56379000000134221"]{
  display: none;
}
/* Hide "Booth Dimensions" only in 6th and 7th owl slides */
.owl-carousel .owl-item:nth-child(6) .bs-ul-list ul > li:first-child,
.owl-carousel .owl-item:nth-child(7) .bs-ul-list ul > li:first-child {
  display: none;
}

.bs-website.bs-variation .poweredby-logo {
  display: none;
}










/* Mobile View */

@media screen and (max-width: 600px) {

  
.image-row {
  display: flex;
  align-items: center;
    gap: 5rem;
  justify-content: space-evenly;
  height: 110px;
}

.image-row img:first-child {
  width: 100px;
  height: 130px;
  object-fit: scale-down;
  padding: 0px;
}

.image-row img:last-child {
  width: 180px;
  height: 100px;
  object-fit: cover;
  padding: 0px;
}
[data-section-id="56379000000005290"] .banner-content{
  margin-bottom: 70px;
}
}


